/*######################################################################
共通設定
######################################################################*/

: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: #ccb08a;
    /* メインコンテンツwidth */
    --main__content--width: 580px;
}

@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2'),
        url('../fonts/LINESeedJP_OTF_Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2'),
        url('../fonts/LINESeedJP_OTF_Bd.woff') format('woff');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}

body {
    font-family: var(--common__font-family);
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 100%;
    
    color: var(--common__p--color);
    container-type: inline-size;
    
    &::before {
        content: "";
        display: block;
        width: 100%;
        height: 100dvh;
        position: fixed;
        top: 0;
        left: 0;
        background-image: url("../images/bg_pc.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    &.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
######################################################################*/


.btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
}





/*------------------------------------------------------------
header
------------------------------------------------------------*/

/*--------------- カラム ---------------*/

.column--left,
.column--right {
    width: calc( (100% - var(--main__content--width)) / 2);
}


.column--left {
    order: 1;
    container-type: inline-size;

    .cta__pc {
        width: 100%;
        height: 100dvh;
        position: sticky;
        top: 0;
        left: 0;
        display: grid;
        place-items: center;
    }
    
    .cta__pc__inner {
        /* background-color: #d1cfcd; */
        /* padding: 0.5em; */
        width: 85%;
        max-width: 480px;
    }
}

.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;
    container-type: inline-size;
}

/*------------------------------------------------------------
cta
------------------------------------------------------------*/

.cta {
    position: relative;
    background-color: #e3d7c7;
    width: 100%;
    height: 35cqw;
}

.cta_item {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 55%;
    z-index: 2;
}

.btn__cta {
    /* position: absolute; */
    width: 95%;
    top: 30%;
    left: -1%;
}

/*------------------------------------------------------------
section 1
------------------------------------------------------------*/

.s-1 {
    position: relative;
    z-index: 3;
    margin-bottom: -2%;
}
/*------------------------------------------------------------
section 2
------------------------------------------------------------*/
/*------------------------------------------------------------
section 3
------------------------------------------------------------*/

.s-3 {
    position: relative;
}

/*--------------- 金額 ---------------*/

.price {
    font-size: 6cqw;
    position: absolute;

    .yen,
    .tilde,
    .small {
        font-weight: 500;
    }

    .yen {
        font-size: 0.6em;
        color: #ffffff;
    }

    .tilde {
        margin-left: -0.125em;
        margin-right: -0.25em;
    }

    .small {
        font-size: 0.4em;
    }
}

.price--1 {
    top: 28.22%;
    left: 41%;
}
    
.price--2 {
    top: 39.7%;
    left: 76%;
}

.price--3 {
    top: 50.7%;
    left: 45%;
}


/*------------------------------------------------------------
section 4
------------------------------------------------------------*/

.s-4 {
    position: relative;
}

.price__menu {
    font-size: 6cqw;
    right: 4%;
}

.price--4 {
    top: 30.8%;
}

.price--5 {
    top: 31.9%;
}

.price--6 {
    top: 45.8%;
}

.price--7 {
    top: 57.7%;
}

.price--8 {
    top: 59.3%;
}

.price--9 {
    top: 60.2%;
}

.price--10 {
    top: 73.6%;
}

.price--11 {
    top: 74.5%;
}

/*------------------------------------------------------------
section 5
------------------------------------------------------------*/
/*------------------------------------------------------------
section 6
------------------------------------------------------------*/

.s-6 {
    position: relative;
}

.info__item {
    font-family: var(--noto-sans-jp);
    color: #1e1412;
    position: absolute;
    left: 4%;
    font-size: 4cqw;
    white-space: pre-wrap;
}

.info__item--1 {
    top: 49.7%;
}

.info__item--2 {
    top: 54%;
}

.info__item--3 {
    top: 60.1%;
}

.info__item--4 {
    top: 67.2%;
}

.info__item--5 {
    top: 73%;
}

.info__item--6 {
    top: 77.2%;
}

.google-map {
    position: absolute;
    top: 82%;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 92%;
    aspect-ratio: 2 / 1.5;

    iframe {
        width: 100%;
        height: 100%;
    }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.site-footer {
    font-size: 3cqw;
    padding: 2em 0;
    background-color: #2c211f;
    color: #ffffff;
}

.copyright__copyright {
    text-align: center;
    margin-top: 0.5em;
}

/*######################################################################
responsive
######################################################################*/

@media (width < 1080px) {

    .cta__pc {
        display: none !important;
    }
}



@media (width < 768px) {
    /* SPでのみ表示 */
    /* SPでのみ改行 */
    .sp,
    .br__sp {
        display: block;
    }

    /* PCでのみ表示 */
    /* PCでのみ改行 */
    .pc,
    .br__pc {
        display: none;
    }
}
