/*######################################################################
共通設定
######################################################################*/

:root {
    
    /* font */
    --noto-sans-jp: "Noto Sans JP", sans-serif;
    --noto-serif-jp: "Noto Serif JP", serif;
    --shippori-mincho: "Shippori Mincho", serif;


    /*--------------- 一括設定 ---------------*/
    
    /* フォントの種類 */
    --common__font-family: var(--shippori-mincho);
    /* フォントサイズ */
    --common__font-size: 1.125cqw;
    /* フォントサイズ（レスポンシブ） */
    --common__font-size__responsive: 3.5cqw;
    /* フォントカラー */
    --common__p--color: #1F1F1F;
    /* メインコンテンツwidth */
    --main__content--width: 640px;
}

body {

    /* pc表示時の背景 */
    /* background-image: url("../images/bg_pc.webp");
    background-size: contain;
    background-repeat: repeat-y;
    background-attachment: fixed; */
    
    /* フォント */
    font-family: var(--common__font-family);
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    /* width: 100%;
    height: 100%; */

    color: var(--common__p--color);

    /* &::before {
        content: "";
        display: block;
        width: 100%;
        height: 100dvh;
        position: fixed;
        top: 0;
        left: 0;
        background-image: url("../images/bg_pc.webp");
        background-size: contain;
        background-position: top center;
        background-repeat: repeat-y;
    } */

    &.page {
        margin: 0 auto;
    }
}

.site {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

h1,
p,
figure {
    margin: 0;
}

/* imgタグの調整 */
img {
    vertical-align: top;
    width: 100%;
}

/* SPでのみ表示 */
.sp {
    display: none;
}

/* SPでのみ折り返し */
.br__sp {
    display: none;
}

/*--------------- メインコンテンツ ---------------*/

#content {

}

/*######################################################################
コンテンツ

    clamp: 記述なし = 320-768 768-1440
######################################################################*/


/*------------------------------------------------------------
header
------------------------------------------------------------*/

/*--------------- カラム ---------------*/

.column--left {
    order: 1;
    flex: 1;
    container-type: inline-size;
    position: relative;

    &::before {
        content: "";
        display: block;
        width: 100%;
        height: 100dvh;
        position: sticky;
        top: 0;
        left: 0;
        background-image: url("../images/bg_pc_left.webp");
        background-size: contain;
        background-repeat: repeat-y;
        z-index: -10;
    }
    
    .column--left__inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        .column--left__content {
            position: sticky;
            top: 30%;
            left: 0%;
        }

        img {
            /* width: 45cqw; */
            width: 30cqw;
            width: 25cqw;
            max-width: 240px;
            margin-left: auto;
            position: relative;
            right: 40%;
            /* translate: 50% 0; */
        }
    }
}

.column--center {
    order: 2;
    container-type: inline-size;
    position: relative;
    font-size: var(--common__font-size);
    background-color: #ffffff;
    width: var(--main__content--width);
    max-width: 100%;
}

.column--right {
    order: 3;
    flex: 1;
    container-type: inline-size;
    position: relative;

    &::before {
        content: "";
        display: block;
        width: 100%;
        height: 100dvh;
        position: sticky;
        top: 0;
        right: 0;
        background-image: url("../images/bg_pc_right.webp");
        background-size: contain;
        background-repeat: repeat-y;
        background-position: right top;
        z-index: -10;
    }

    .column--right__inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        .column--right__content {
            position: sticky;
            top: 30%;
            left: 0;
        }
    }

    .cta__pc {
        /* width: 80cqw; */
        width: 65cqw;
        width: 55cqw;
        max-width: 560px;
        /* margin-inline: auto; */
        /* margin-right: auto; */
        position: relative;
        /* left: 50%; */
        left: 25%;
        /* translate: -50% 0; */

    }
}


/*------------------------------------------------------------
cta
------------------------------------------------------------*/

.cta {
    position: relative;
}

.btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.btn__cta {
    width: 87%;
    top: 70%;
}

/*------------------------------------------------------------
section 2 / menu
------------------------------------------------------------*/

.s-2 {
    position: relative;
}

.price {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin-inline: auto;
    font-size: 4cqw;
}

.price--1 {
    top: 21%;
}

.price--2 {
    top: 42.7%;
}

.price--3 {
    top: 64.5%;
}

.price--4 {
    top: 83.6%;
}

/*------------------------------------------------------------
section 4 / charm
------------------------------------------------------------*/

.s-4 {
    margin-bottom: -7%;
}

/*------------------------------------------------------------
section 8 / info
------------------------------------------------------------*/

.s-8 {
    position: relative;
}

.s-8__inner {
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 87%;
    height: 82%;
    container-type: inline-size;
}

.info__content {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 4.5cqw;
}

.info__item {
    position: absolute;
    left: 0;
    white-space: pre-wrap;
}

.info__item--1 {
    top: 24.6%;
}

.info__item--2 {
    top: 34%;
}

.info__item--3 {
    top: 40.3%;
}

.info__item--4 {
    top: 46.7%;
}

.info__item--5 {
    top: 58.6%;
}

.info__item--6 {
    top: 66.5%;
}

.info__item--7 {
    top: 82%;
}

.google-map {
    width: 100%;
    aspect-ratio: 2 / 1.1;
    position: absolute;
    top: 87.5%;

    iframe {
        width: 100%;
        height: 100%;
    }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.site-footer {
    font-size: 2.5cqw;
    padding: 1.5em 0;
    background-color: #473018;
    color: #ffffff;
}

.copyright__copyright {
    text-align: center;
}

/*######################################################################
responsive
######################################################################*/

@media (width < 1080px) {
    .column--left__inner,
    .column--right__inner {
        display: none;
    }
}



@media (width < 768px) {
    /* SPでのみ表示 */
    /* SPでのみ改行 */
    .sp,
    .br__sp {
        display: block;
    }

    /* PCでのみ表示 */
    /* PCでのみ改行 */
    .pc,
    .br__pc {
        display: none;
    }
}
