

/*######################################################################
共通設定
######################################################################*/

:root {
    --width__main-content: min(100%, 1440px);
    --color__accent: #FF7BAC;
}

/* コンテンツ全体の調整 */
body {
    width: min(100%, 1440px);
    width: 100%;
    margin-inline: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-optical-sizing: auto;
    color: #2b2a2a;

    background-image: url(../images/bg.webp);
    background-size: contain;
    background-attachment: fixed;

    &.page { /* bodyが .page というクラス名を持っているときだけ */
        margin: 0 auto;
    }
}

/* スマホ向け */
/* @media (max-width: 767px) {
    body {
        background-image: none;
        background-color: #fff;
    }
} */


h1 {
    margin: 0;
}

p, a, ul, ol, table {
    /* 400-768 */
    font-size: clamp(0.875rem, 0.739rem + 0.543vw, 1rem);
}

/* imgタグの調整 */
img {
    vertical-align: top;
    width: 100%;
}

.sp {
    display: none;
}

@media (max-width: 767px) {
    .pc {
        display: none;

    }
 }


/* 折り返し */
/* PC版でのみ表示 */
.pc {
    display: inline; /* PCでは表示 */
}

@media (max-width: 767px) {
    .pc {
        display: none; /* SPでは非表示 */
    }
}
/* SP版でのみ表示 */
.sp {
    display: none; /* PCでは非表示 */
}

@media (max-width: 767px) {
    .sp {
        display: inline; /* SPでは表示 */
    }
}

span.strong {
    font-weight: bold; /* 太字にする */
    font-size: 1em;  /* 強調のためにサイズを若干大きく（任意） */
}




.pc_only {
    display: block; /* PCでは表示 */
}

@media (max-width: 767px) {
    .pc_only {
        display: none; /* SPでは非表示 */
    }
}
.sp_only {
    display: none; /* PCでは非表示 */
}
@media (max-width: 767px) {
    .sp_only {
        display: block; /* SPでは表示 */
    }
}


/*------------------------------------------------------------
スクロールアニメーション
------------------------------------------------------------*/

/* フェードイン */
.fadein {
    opacity: 0;
    animation: fadein 1s ease-in forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadein-scrollin {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;


    &.scrollin-left {
        transform: translate(-30px, 0);
    }

    &.scrollin-right {
        transform: translate(30px, 0);
    }

    &.scrollin-bottom {
        transform: translate(0, 30px);
    }

    &.scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/*######################################################################
コンテンツ
######################################################################*/
/*------------------------------------------------------------
column
------------------------------------------------------------*/
.site {
    display: grid;
    /* grid-template-columns: minmax(0, 1fr) 600px minmax(0, 1fr); */
    grid-template-columns: minmax(0, 1fr) 40% minmax(0, 1fr);
}
@media (max-width: 767px) {
    .site {
        grid-template-columns: 1fr;
    }
}
.column__left,
.column__right {
    order: 1;
}
@media (max-width: 767px) {
    .column__left,
    .column__right {
        display: none;
    }
}
.column__center {
    order: 2;
    width: min(100%, 750px);
    margin-inline: auto;
    background-color: #fff;
}
@media (max-width: 767px) {
    .column__center {
        width: 100%;
    }
}
.column__right {
    order: 3;
}

/*------------------------------------------------------------
column left
------------------------------------------------------------*/
.column__left__content {
    display: grid;
    place-items: center;
    position: sticky;
    top: 23%;
    translate: 0 -50%;
}
.column__left__logo {
    width: min(70%, 397px);
}

/*------------------------------------------------------------
column right
------------------------------------------------------------*/
.column__right__content {
    display: grid;
    place-items: center;
    position: sticky;
    top: 60%;
    translate: 0 -50%;
}
.column__right__cta {
    position: relative;
    width: min(80%, 464px);
}


/*------------------------------------------------------------

------------------------------------------------------------*/
.fv {
    position: relative;
}
.price {
    position: relative;
}
.course-price {
    position: relative;
}
.course-present {
    position: relative;
}
.cta01 {
    position: relative;
    margin-top: -1px;
}
.cta02 {
    position: relative;
}

/*------------------------------------------------------------
cta
------------------------------------------------------------*/
.cta01__btn,
.cta05__btn {
    position: absolute;
    width: 87%;
    left: 49%;
    transform: translateX(-50%);
}
.cta02__btn,
.cta03__btn {
    position: absolute;
    width: 91%;
    left: 50%;
    transform: translateX(-50%);
}
.cta01__btn {
    top: 85%;
}
.cta02__btn {
    top: 54%;
}
.cta03__btn {
    top: 88%;
}
.cta04__btn {
    position: absolute;
    width: 95%;
    top: 56%;
    left: 51%;
    transform: translateX(-50%);
}
.cta05__btn {
    top: 52%;
}


/*------------------------------------------------------------
price
------------------------------------------------------------*/
.price__price01 {
    position: absolute;
    top: 12%;
    left: 27%;

    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: italic;
    color: #1b1b1b;
    /* 40-23px */
    font-size: clamp(1.438rem, 0.223rem + 2.53vw, 2.5rem);
}
@media (max-width: 767px) {
    .price__price01 {
        /* 52-24px */
        font-size: clamp(1.5rem, 0.247rem + 6.264vw, 3.25rem);
    }
}
.price__price02 {
    position: absolute;
    top: 15%;
    left: 47%;

    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: italic;
    color: #cba336;
    /* 70-40px */
    font-size: clamp(2.5rem, 0.357rem + 4.464vw, 4.375rem);
}
@media (max-width: 767px) {
    .price__price02 {
        /* 92-40px */
        font-size: clamp(2.5rem, 0.173rem + 11.633vw, 5.75rem);
    }
}
.price__price03 {
    position: absolute;
    top: 24%;
    left: 31%;

    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: italic;
    color: #cba336;
    /* 70-40px */
    font-size: clamp(2.5rem, 0.357rem + 4.464vw, 4.375rem);
}
@media (max-width: 767px) {
    .price__price03 {
        /* 92-40px */
        font-size: clamp(2.5rem, 0.173rem + 11.633vw, 5.75rem);
    }
}
.price__price04 {
    position: absolute;
    top: 34.5%;
    left: 33.5%;

    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #fff;
    /* 19-10px */
    font-size: clamp(0.625rem, -0.018rem + 1.339vw, 1.188rem);
}
@media (max-width: 767px) {
    .price__price04 {
        /* 24-11px */
        font-size: clamp(0.688rem, 0.106rem + 2.908vw, 1.5rem);
    }
}

.price__price01 .yen,
.price__price02 .yen,
.price__price03 .yen {
    display: inline-block;
    font-size: 0.6em; /* 親要素の60% */
    font-style: normal;
    padding-left: 0.2em;
}

/* 3回コース限定価格 */
.course-price__price01 {
    position: absolute;
    top: 11%;
    left: 37%;

    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    color: #d2b043;
    /* 17-32px */
    font-size: clamp(1.063rem, -0.009rem + 2.232vw, 2rem);
}
@media (max-width: 767px) {
    .course-price__price01 {
        /* 40-18px */
        font-size: clamp(1.125rem, 0.141rem + 4.922vw, 2.5rem);
    }
}
.course-price__price02 {
    position: absolute;
    top: 33%;
    left: 25%;

    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: italic;
    color: #2b2a2a;
    /* 38-21px */
    font-size: clamp(1.313rem, 0.098rem + 2.53vw, 2.375rem);
}
@media (max-width: 767px) {
    .course-price__price02 {
        /* 50-22px */
        font-size: clamp(1.375rem, 0.122rem + 6.264vw, 3.125rem);
}
}
.course-price__price03 {
    position: absolute;
    top: 40%;
    left: 37%;

    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: italic;
    color: #559fc3;
    /* 65-36px */
    font-size: clamp(2.25rem, 0.179rem + 4.315vw, 4.063rem);
    letter-spacing: -0.05em;
}
@media (max-width: 767px) {
    .course-price__price03 {
        /* 84-37px */
        font-size: clamp(2.313rem, 0.21rem + 10.515vw, 5.25rem);
        letter-spacing: -0.05em;
    }
}
.course-price__price04 {
    position: absolute;
    top: 62%;
    left: 7%;

    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff775;
    /* 26-14px */
    font-size: clamp(0.875rem, 0.018rem + 1.786vw, 1.625rem);
}
@media (max-width: 767px) {
    .course-price__price04 {
        /* 32-14px */
        font-size: clamp(0.875rem, 0.07rem + 4.027vw, 2rem);
    }
}
.course-price__price05 {
    position: absolute;
    top: 85%;
    left: 4%;

    font-family: "Noto Sans JP", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #2b2a2a;
    /* 13-7px */
    font-size: clamp(0.438rem, 0.009rem + 0.893vw, 0.813rem);
    line-height: 1.2;
}
@media (max-width: 767px) {
    .course-price__price05 {
        /* 16-7px */
        font-size: clamp(0.438rem, 0.035rem + 2.013vw, 1rem);
        line-height: 1.2;
    }
}
.course-price__price01 .yen {
    display: inline-block;
    font-size: 0.5em; /* 親要素の50% */
    font-style: normal;
}
.course-price__price02 .yen,
.course-price__price03 .yen {
    display: inline-block;
    font-size: 0.6em; /* 親要素の60% */
    font-style: normal;
    padding-left: 0.2em;
}
.course-price__price04 .yen {
    display: inline-block;
    font-size: 0.8em; /* 親要素の80% */
}


.cta02__price {
    position: absolute;
    top: 16%;
    left: 44%;

    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #2b2a2a;
    /* 48-25px */
    font-size: clamp(1.563rem, -0.08rem + 3.423vw, 3rem);
}
@media (max-width: 767px) {
    .cta02__price {
        /* 60-27px */
        font-size: clamp(1.688rem, 0.211rem + 7.383vw, 3.75rem);
    }
}
.cta02__price .yen {
    display: inline-block;
    font-size: 0.5em; /* 親要素の50% */
}


/*------------------------------------------------------------
access
------------------------------------------------------------*/
.access {
    padding-bottom: 8%;
}
.access__title {
    width: 68%;
    padding-top: 2%;
    margin: 0 auto;
}
.info-box {
    max-width: 92%;
    padding-top: 9%;
    margin: 0 auto;
}
.access__photo {
    width: 82%;
    padding-top: 8%;
    margin: 0 auto;
}
.section {
    margin-bottom: 3%;
}
.section-title {
    background-color: rgba(138, 199, 218, 0.3);
    padding: 1% 3%;
    font-weight: bold;
    border-left: 9px solid #8ac7da;
    margin-bottom: 1%;
    /* 20-14px */
    font-size: clamp(0.875rem, 0.446rem + 0.893vw, 1.25rem);
    font-weight: 600;
}
@media (max-width: 767px) {
    .section-title {
        /* 28-14px */
        font-size: clamp(0.875rem, 0.249rem + 3.132vw, 1.75rem);
    }
}
.section-text {
    /* 20-14px */
    font-size: clamp(0.875rem, 0.446rem + 0.893vw, 1.25rem);
    font-weight: 300;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .section-text {
        /* 28-12px */
        font-size: clamp(0.75rem, 0.034rem + 3.579vw, 1.75rem);
    }
}
.section-text a {
    text-decoration: none;
    /* 20-14px */
    font-size: clamp(0.875rem, 0.446rem + 0.893vw, 1.25rem);
}
@media (max-width: 767px) {
    .section-text a {
        /* 28-14px */
        font-size: clamp(0.875rem, 0.249rem + 3.132vw, 1.75rem);
    }
}
.hours-table {
    width: 90%;
    border-collapse: collapse;
    text-align: center;
    margin: 3% auto 5%;
}
.hours-table th,
.hours-table td {
    border: 1px solid #707374;
    padding: 1% 0;
    /* 20-14px */
    font-size: clamp(0.875rem, 0.446rem + 0.893vw, 1.25rem);
}
@media (max-width: 767px) {
    .hours-table th,
    .hours-table td {
        /* 26-12px */
        font-size: clamp(0.75rem, 0.124rem + 3.132vw, 1.625rem);
    }
    .hours-table td {
        padding: 3% 0;
    }
}
.hours-table th {
    background-color: rgba(151, 171, 183, 0.32);
}
.access__map {
  position: relative;
  width: 82%;
  margin: 10% auto 0;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
    padding: 1rem 0;
    background-color: #333333;
    color: #fff;
    font-weight: 100;
    font-style: normal;

}

.footer__nav {

    font-size: clamp(0.688rem, 0.616rem + 0.357vw, 0.938rem);
    letter-spacing: 0.8px;
    
    ul {
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;

        li:not(:last-child)::after {
            content: "　|　";
        }
    }

    a {
        text-decoration: none;
        transition: 0.2s;
        /* 17-10px */
        font-size: clamp(0.625rem, 0.125rem + 1.042vw, 1.063rem);
        &:hover {
            color: lightgray;
        }
    }
}
@media (max-width: 767px) {
.footer__nav {
    a {
        /* 26-11px */
        font-size: clamp(0.688rem, 0.016rem + 3.356vw, 1.625rem);

        }
    }
}

.copyright__p {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin: 2% 0;
    /* 17-13px */
        font-size: clamp(0.813rem, 0.527rem + 0.595vw, 1.063rem);
}
@media (max-width: 767px) {
    .copyright__p {
        /* 26-13px */
            font-size: clamp(0.813rem, 0.231rem + 2.908vw, 1.625rem);
    }
}

/* img, iframe {
  max-width: 100%;
  height: auto;
  display: block;
} */
