@charset "UTF-8";

body {
    color: #3F3C3C;
    font-family:
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        sans-serif;
}

/* 共通 */

.title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    color: #7D8C6B;
    font-weight: 900;
    margin: 0 auto 4px;
}

.subtitle {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 auto;
}

.subtitle span {
    font-family: "Josefin Sans", sans-serif;
}

.text {
    font-size: 10px;
    line-height: 1.5;
    margin: 24px auto 32px;
}

.text span {
    font-family: "Josefin Sans", sans-serif;
}

.main_visual {
    background-image: url(img/main.png);
    background-position: center;
    background-size: cover;
    height: 100dvh;
    position: relative;

}

.main_copy_title {
    position: absolute;
    left: 8.4%;
    top: 70%;
    text-align: center;
}

.main_copy_title_name {
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 36px;
    padding: 0 0 8px;
}

.main_copy_title_subtitle {
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 14px;
}

.main_copy_text {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.1em;
    line-height: 1.6;
    position: absolute;
    top: 56%;
    left: 8.4%;
}

.main_trial {
    position: absolute;
    bottom: 3%;
    right: 5%;
}

.main_trial img {
    height: 130px;
    width: auto;
}

.grandopen {
    font-family: "Josefin Sans", sans-serif;
    margin: 80px 0 0;
    font-size: 12px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.grandopen::before,
.grandopen::after {
    display: block;
    content: "";
    width: 80px;
    height: 0.5px;
    background: #333;
}

/* キャンペーン */
.campaign {
    background-color: #F8F7F1;
    margin: 40px 0 32px;
    position: relative;
    text-align: center;
    padding: 0 0 24px;
}

.campaign_badge img {
    display: block;
    width: 70px;
    height: auto;
}

.campaign_badge {
    position: absolute;
    left: 2%;
    top: -5%;
}

.campaign_label {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 6px 12px;
    border: solid 1px #3F3C3C;
    margin: 24px 0 8px;
}

.campaign_title {
    font-size: 24px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign_title::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 40px;
    background: url(img/campaign_title_before.png) no-repeat center / contain;
    margin-right: 4px;
}

.campaign_title::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 40px;
    background: url(img/campaign_title_after.png) no-repeat center / contain;
    margin-right: 4px;
}

.campaign_main {
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 0 0 20px;
}

.campaign_main_copy {
    margin: 0 0 6px;
}

.campaign_main_number {
    font-size: 96px;
    font-weight: 900;
    margin: 0 8px 0;
}

.campaign_main_copy_text1 {
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 600;
    margin: 0 0 2px;
}

.campaign_main_copy_text2 {
    font-size: 32px;
    letter-spacing: 0.2em;
    font-weight: 900;
}

.campaign_benefits {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 340px;
    margin: 0 auto;
}

.campaign_benefits_card {
    border: solid 2px #96A683;
    border-radius: 10px;
    position: relative;
    text-align: center;
    width: 32%;
    max-width: 110px;
}

.campaign_benefits_tag {
    background-color: #96A683;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 10px;
    display: inline-block;
    padding: 4px 8px;
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
}

.campaign_benefits_name {
    font-size: 14px;
    font-weight: 900;
    margin: 18px 0 12px;
}

.campaign_benefits_name.line_2 {
    padding: 7px 0;
}

.campaign_benefits_normal::before {
    display: block;
    content: "";
    width: 32px;
    height: 0.5px;
    background: #3F3C3C;
    margin: 0 auto 4px;
}

.campaign_benefits_percent::before {
    display: block;
    content: "";
    width: 32px;
    height: 0.5px;
    background: #3F3C3C;
    margin: 0 auto 10px;
}

.campaign_benefits_normal {
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.campaign_benefits_normal span {
    font-size: 8px;
}

.campaign_benefits_normal::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    height: 1px;
    width: 50px;
    margin: 0 auto;
    background: #E95E38;
    transform: translateY(-50%);
}

.campaign_benefits_price::before {
    content: "";
    display: block;
    margin: 8px auto;
    width: 7.5px;
    height: 10px;
    background: url(img/campaign_arrow.png) no-repeat center / contain;
}


.campaign_benefits_price {
    font-family: "Josefin Sans", sans-serif;
    color: #E95E38;
    font-weight: 900;
    font-size: 48px;
}


.campaign_benefits_price span {
    font-size: 12px;
}

.campaign_benefits_percent {
    font-family: "Josefin Sans", sans-serif;
    color: #E95E38;
    font-weight: 900;
    font-size: 48px;
    margin: 0 auto 10px;
}

.campaign_benefits_percent span {
    font-size: 12px;
}

.campaign_benefits_percent_off {
    font-size: 24px;
}

.campaign_text {
    font-size: 8px;
    margin: 10px auto 0;
}

/*  ラインボタン */
/* 3つ共通の見た目 */
.line_cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 120px);
    max-width: 280px;
    min-width: 240px;
    margin: 0 auto 10px;
    padding: 14px 16px;
    box-sizing: border-box;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(180deg, #00BA54 0%, #005426 100%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.line_button {
    text-align: center;
}

.line_button_limited {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    margin: 5px 0 0;
    color: #E95E38;
}

.slash {
    width: 12px;
    height: 2px;
    background: #3F3C3C;
    display: inline-block;
}

.slash.left {
    transform: rotate(50deg);
}

.slash.right {
    transform: rotate(-50deg);
}

.line_button_coupon {
    margin: 2px 0 5px;
    font-size: 12px;
    font-weight: 600;
}

.line_button_text {
    margin: 5px 0 40px;
    font-size: 12px;
}


/* 固定CTAだけ追加指定 */
/* .line_cta_fixed {
    margin: 0 0 40px;
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.line_cta_fixed.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(12px);
} */

.cta_area {
    position: fixed;
    /* left: 50%; */
    bottom: 4px;
    /* transform: translateX(-50%); */
    width: 100%;
    max-width: 480px;
    /* 任意：中央寄せの見た目安定 */
    padding: 12px 16px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.cta_area.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(12px);
}

.cta_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* ← 薄い黒 */
    padding: 10px 12px 4px;
    text-align: center;
    z-index: 999;
}

.cta_text {
    color: #fff;
    font-size: clamp(8px, 3vw, 12px);
    margin-bottom: 8px;
    letter-spacing: 0.03em;
}


/* アイコンと文字 */
.line_icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.line_text {
    flex: 1;
    text-align: center;
    font-size: clamp(12px, 3.5vw, 16px);
    letter-spacing: 0.05em;
    padding: 0 4px;
    font-weight: 600;
}

.line_arrow {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
}

/* 悩み */

.worries {
    text-align: center;
}

.worries_title {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 40px 0 34px;
}

.worries_wrapper {
    width: 90%;
    margin: 0 auto;
}

.worries_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
}

.worries_container.reverse {
    flex-direction: row-reverse;
}

.worries_img {
    width: 40%;
}

.worries_img img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.worries_text {
    font-size: 14px;
    margin: 0 auto;
    line-height: 1.2;
}

.worries_after {
    background-color: #DFE4DA;
    margin: 28px 0 0;
    width: 100%;
}

.worries_after img {
    width: 100%;
}

.about {
    background-color: #DFE4DA;
    padding: 40px 0;
    text-align: center;
}

.about_title {
    background-color: #fff;
    color: #7D8C6B;
    width: 90%;
    margin: 0 auto;
    border: solid 0.5px #7D8C6B;
    border-radius: 15px 15px 0 0;
    padding: 14px 40px;
}

.about_point {
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
}

.about_number {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.about_titile_text {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 12px 0 0 0;
    text-align: left;
}

.about_pointnumber {
    display: flex;
    align-items: end;
}

.about_content {
    width: 90%;
    background-color: #fff;
    margin: 0 auto 20px;
    border: solid 0.5px #7D8C6B;
    border-radius: 0 0 15px 15px;
    display: flex;
    padding: 24px 0;
    align-items: center;
}

.about_content.reverse {
    flex-direction: row-reverse;
}

.about_img {
    width: 40%;
}

.about_img img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.about_content_text {
    font-size: 12px;
    line-height: 2;
    width: 60%;
    font-weight: 300;
    padding: 0 14px 0 24px;
    text-align: left;
}

.trainer {
    margin: 80px auto 0;
    text-align: center;
}

.trainer_profile {
    position: relative;
}

.trainer_img {
    width: 100%;
}

.trainer_img img {
    width: 100%;
}

.trainer_greet {
    width: 45%;
    position: absolute;
    left: 50%;
    top: 10%;
}

.trainer_name {
    color: #7D8C6B;
    display: flex;
}

.trainer_name_furigana {
    font-family: "Josefin Sans", sans-serif;
    font-size: 10px;
}

.trainer_name_kanji {
    font-size: 24px;
    font-weight: 600;
}

.trainer_name_last {
    margin: 0 12px 0 0;
}

.trainer_text {
    padding: 16px 0 0 0;
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
}

.trainer_text::after {
    display: block;
    content: "";
    width: 100%;
    height: 0.5px;
    background: #3F3C3C;
    margin: 8px auto 6px;
}

.trainer_license {
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
    font-weight: 300;
}

.price {
    margin: 80px 0;
    text-align: center;
}

.price_container {
    margin: 0 auto 20px;
    width: 90%;
    border: solid 2px #3F3C3C;
}

.price_title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    background-color: #3F3C3C;
    color: #fff;
    padding: 23px 0 19px;
}

.price_content {
    padding: 12px 0;
}

.price_pattern {
    display: flex;
    align-items: center;
    width: 85%;
    margin: 12px auto;
    justify-content: space-between;
}

.price_pattern_wrapper {
    width: 50%;
}

.price_pattern_title {
    font-size: clamp(14px, 4vw, 18px);
    font-weight: 600;
    width: 40%;
}

.price_pattern_price {
    font-size: clamp(14px, 4vw, 18px);
    font-weight: 600;
}

.price_pattern_price span {
    font-size: 8px;
    font-weight: 300;
}

.price_pattern_per {
    font-size: clamp(8px, 4vw, 12px);
    margin: 4px 0 0;
}

.price_pattern+.price_pattern {
    border-top: 1px solid #3F3C3C;
    padding-top: 8px;
    margin-top: 8px;
}

/* フロー */

.flow {
    padding: 80px 0 40px;
    text-align: center;
    background-color: #DFE4DA;
}

.flow_wrapper {
    background-color: #fff;
    display: flex;
    padding: 16px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    align-items: center;
}

.flow_img img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    object-fit: cover;
}

.flow_container {
    margin: 0 0 0 1.5em;
    text-align: left;
}

.frow_step {
    font-family: "Josefin Sans", sans-serif;
    background-color: #96A683;
    font-size: 10px;
    color: #fff;
    padding: 3px 8px 1px;
    display: inline;
    border-radius: 8px;
}

.flow_title {
    font-size: 14px;
    margin: 12px 0;
}

.flow_text {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.flow_arrow img {
    width: 24px;
    height: 24px;
}

/* FAQ */
.faq {
    padding: 80px 0 40px;
    text-align: center;
    background-color: #F8F7F1;
}

.faq .subtitle {
    padding: 0 0 32px;
}

.faq_contents {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.faq_item {
    border-bottom: 0.5px solid #3F3C3C;
}

.faq_question {
    width: 100%;
    padding: 24px 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    appearance: none;
    /* ← これもあると安心 */
    -webkit-appearance: none;
    /* ← iPhone対策 */
}

.faq_q {
    flex-shrink: 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #7D8C6B;
    line-height: 1;
}

.faq_question_text {
    flex: 1;
    font-size: 12px;
    line-height: 1.6;
    color: #3F3C3C;
}

.faq_icon {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.faq_icon::before,
.faq_icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 1.5px;
    background: #3F3C3C;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

/* 縦線 */
.faq_icon::after {
    width: 1.5px;
    height: 14px;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

/* 開いてる時は縦線を消してマイナスにする */
.faq_answer_wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.32s ease;
    overflow: hidden;
}

.faq_item.is-open .faq_answer_wrap {
    grid-template-rows: 1fr;
}

.faq_answer {
    min-height: 0;
    /* ← これが大事 */
    overflow: hidden;
    padding: 0 0 0 44px;
    font-size: 10px;
    line-height: 1.8;
}

.faq_item.is-open .faq_answer {
    padding: 0 0 24px 44px;
}

.access {
    margin: 80px 0 20px;
    text-align: center;
}

.access_postcode {
    margin: 40px 0 10px;
    font-size: 12px;
}

.access_address {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.access_text {
    font-size: clamp(7px, 2vw, 10px);
    font-weight: 300;
    margin: 16px 0 40px;
}

.map {
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 4 / 3;
    /* ← 360:270 */
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    text-align: center;
    font-size: 10px;
    background-color: #7D8C6B;
    color: #fff;
    padding: 16px 0;
}