@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

.c-postContent > *:last-child{
    padding-bottom: calc( 100vw/13.5  + 40px );
}

.p-feature{
    position: relative;
    overflow: visible;
}

.p-feature::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    aspect-ratio: 13.5/1;
    background-image: url('img/img_hill-green.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.l-footer::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    aspect-ratio: 13.5/1;
    background-image: url('img/img_hill-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.l-footer__foot{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    aspect-ratio: 13.5/1;
    background-image: url('img/img_hill-green.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

[data-btns=r-l] .l-header__body{
    grid-template-columns: var(--ark-searchW) calc(40% - var(--ark-searchW)) 20% calc(40% - var(--ark-drawerW)) var(--ark-drawerW);
}

.l-header__body{
    max-width: unset;
}

.p-header__buttons{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 20px 0;
}

.p-header__button{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 24px;
    height: 100%;
    padding: 1.5rem 1rem;
    transition: color .25s, background-color .25s;
}

.p-header__button:hover{
    opacity: .7;
}

.p-header__button.--tel{
    background-color: #6FB9C8;
}
.p-header__button.--contact{
    background-color: #979ECE;
}

.p-header__button__tel{
    font-size: 2rem;
}

.p-header__button__reception{
    font-size: .875rem;
}

.p-header__address{
    font-weight: bold;
    text-align: center;
    font-style: normal;
}

.p-mv__en.--l{
    background-image: url(img/img_l.svg);
}
.p-mv__en.--i{
    background-image: url(img/img_i.svg);
}
.p-mv__en.--e{
    background-image: url(img/img_e.svg);
}
.p-mv__en.--n{
    background-image: url(img/img_n.svg);
}


@media screen and (max-width: 1300px){
    .p-header__button{
        font-size: 1rem;
        padding: 1rem .5rem;
        border-radius: 16px;
    }

    .p-header__button__tel{
        font-size: 1.2rem;
    }

    .p-header__button__reception{
        font-size: .8rem;
    }
}
@media screen and (max-width: 999px){
    [data-btns=r-l] .l-header__body{
        grid-template-columns: var(--ark-searchW) calc(25% - var(--ark-searchW)) 50% calc(25% - var(--ark-drawerW)) var(--ark-drawerW);
    }


    .p-header__buttons{
        display: none;
    }

    .p-header__address{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .l-footer__foot{
        background-size: cover;
    }
}

@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}