@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.contact-banner.tel {
    width: 260px;
}
.contact-banner.tel p {
    line-height: 1.2em;
}
p.contact-box01 {
    font-size: 0.8em;
}
p.contact-box03 {
    font-size: 0.8em;
}
p.contact-box02 {
    font-size: 1.7em;
    text-shadow: 0.5px 0.5px 0.5px rgb(0 0 0 / 10%);
    font-weight: bold;
    /* font-family: auto; */
    color: #6e4497;
    letter-spacing: 2px;
    margin-bottom: 2px;
}
p.contact-box02 i.fas.fa-phone-square-alt {
    /* padding-left: 6px; */
    padding-right: 5px;
    font-size: 0.9em;
    color: #6e4497;
}
p.contact-box02 a {
    color: #6e4497;
}
.header-contact a {
    text-decoration: none;
}
.contact-banner.mail {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: all 1.0s;
    width: 234px;
}
.contact-banner.mail {
    padding-left: 1em;
}
.mail-link {
    color: white;
    border: 1px solid #c30e23;
    background: #c30e23;
    border-radius: 8px;
    padding: 8% 15%;
}

@media screen and (min-width: 1300px) {
    .contact-banner.tel {
        margin-left: 3em;
    }
}
