@charset "UTF-8";

.l-header .l-gnav .gnav-dropdown {
    position: absolute;
    top: 100%;
    z-index: 1;
    padding-left: 0;
    list-style: none;
    background-color: #fff;
    width: 20%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.l-header .l-gnav .gnav-dropdown .gnav-dropdown-item {
    line-height: 64px;
}

.l-header .l-gnav .gnav-dropdown .gnav-dropdown-item:not(:last-child) {
    border-bottom: 1px solid #707070;
}

.l-header .l-gnav .gnav-dropdown .gnav-dropdown-item a {
    font-size: 16px;
}

.l-header .l-gnav .gnav-list .gnav-item:hover .gnav-dropdown {
    visibility: visible;
    opacity: 1;
}

.l-container {
    font-size: 0.55em;
}

@media (max-width: 768px) {
    .l-header .l-gnav .gnav-dropdown {
        display: none;
    }   
}

@media (min-width: 769px) {
    .l-offset2 {
        margin-left: 16.66666667%;
    }
}

section .section-sub-title {
    font-weight: 700;
}

body.hidamari section .l-contact .mail,
body.hidamari section .l-contact .tel {
    margin-top: 20px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 50px;
    text-align: center;
}

body.hidamari section .l-contact .mail img,
body.hidamari section .l-contact .tel img {
    width: 48px;
    margin-right: 20px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    body.hidamari section .l-contact .mail,
    body.hidamari section .l-contact .tel {
        margin: 0;
        line-height: 1.3;
        font-size: 16px;
        font-size: 1rem;
    }

    body.hidamari section .l-contact .mail img,
    body.hidamari section .l-contact .tel img {
        width: 30px;
    }
}