@charset "utf-8";

/* * * Reset * * */
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, blockquote, pre, table, th, td, form, figure, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}
a {
    color: #000;
}
a img {
    border: none;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* * * Setting * * */
body {
    background: #FFF;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Meiryo', sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    color: #555;
    line-height: 1.8;
    overflow-x: hidden;
}
.PC {
    display: none;
}

/* * * general * * */
.inner {
    width: 100%;
    /* max-width: 750px; */
    margin: 0 auto;
    padding: 0 15px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

section {
    scroll-margin-top: 20px;
}

h1, h2, h3 {
    color: #555;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
}

h2 {
    font-size: 28px;
    text-align: center;
}

.section_block {
    padding: 70px 0;
}

.section_lead {
    position: relative;
    margin-bottom: 14px;
    color: #777;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.section_lead::before,
.section_lead::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin: 0 10px 4px;
    background: #f47b3d;
    border-radius: 10px;
    transform: rotate(45deg);
}

.section_lead::after {
    transform: rotate(-45deg);
}

.section_text {
    margin-top: 16px;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.cta_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 460px);
    min-height: 64px;
    margin: 30px auto 0;
    padding: 16px 28px;
    border-radius: 999px;
    background: #40c873;
    box-shadow: 0 8px 0 rgba(44, 156, 88, 0.16);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
}

.cta_button::after {
    content: "›";
    margin-left: 10px;
    font-size: 24px;
    line-height: 1;
}

/*** header***/
#header {
    background: #fff;
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 16px;
    padding-bottom: 14px;
}

.site_logo {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #555;
    text-decoration: none;
}

.site_logo img {
    width: 180px;
}

.header_contact {
    display: grid;
    justify-items: center;
    gap: 2px;
    color: #555;
    font-size: 12px;
    font-weight: 700;
}

.tel_link {
    color: #f47b3d;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
}

.header_contact span {
    padding: 3px 12px;
    border-radius: 999px;
    background: #fde2d2;
}

/*** hero ***/
.hero_section {
    background: linear-gradient(180deg, #fff 0%, #fff 78%, #fff7ef 100%);
}

.hero_photo {
    overflow: hidden;
}

.hero_photo img {
    width: 100%;
    aspect-ratio: 1.85 / 1;
    object-fit: cover;
    object-position: right center;
    transform: scale(1.25);
    transform-origin: right center;
}

.hero_inner {
    padding-top: 36px;
    padding-bottom: 56px;
}

.hero_copy {
    text-align: center;
}

.hero_sub {
    color: #555;
    font-size: clamp(21px, 6vw, 24px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.hero_copy h1 {
    font-size: clamp(28px, 7.5vw, 32px);
    letter-spacing: 0.03em;
}

.hero_copy h1 span {
    color: #f47b3d;
}

.hero_points_image {
    margin-top: 38px;
}

.hero_points_image img {
    width: 100%;
    display: block;
}

/*** worries ***/
.worries_section h2 {
    font-size: clamp(26px, 6.7vw, 30px);
    letter-spacing: 0.02em;
}

.worries_section .section_text {
    font-size: clamp(13px, 4vw, 15px);
    letter-spacing: 0;
    line-height: 1.7;
}

.worries_section .section_lead {
    font-size: 15px;
}

.worry_cards {
    display: grid;
    gap: 16px;
    margin-top: 34px;
}

.worry_card {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    grid-template-areas:
        "image title"
        "image text";
    column-gap: 20px;
    align-items: center;
    min-height: 152px;
    padding: 16px;
    border: 2px solid #ffdfc9;
    border-radius: 14px;
    background: #fff;
    text-align: left;
}

.worry_illust {
    grid-area: image;
    display: grid;
    place-items: center;
    width: 126px;
    height: 126px;
    margin: 0;
    overflow: hidden;
    border-radius: 50%;
    background: #fff7ef;
}

.worry_illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.15);
}

.worry_card h3 {
    grid-area: title;
    font-size: 18px;
    line-height: 1.45;
}

.worry_card p {
    grid-area: text;
    margin-top: 4px;
    color: #f47b3d;
    font-size: 16px;
    font-weight: 800;
}

.support_list {
    margin-top: 34px;
    padding-right: 10px;
    padding-left: 10px;
}

.support_list h3 {
    margin-bottom: 12px;
    font-size: 19px;
}

.support_list li {
    position: relative;
    padding: 12px 0 12px 38px;
    border-bottom: 1px dashed #f2aa80;
    font-size: 17px;
    font-weight: 700;
}

.support_list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 12px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f5ae2f;
    color: #fff;
    font-size: 15px;
    line-height: 1;
}

/*** staff ***/
.worries_section {
    padding-bottom: 32px;
}

.staff_section {
    padding-top: 32px;
    background: #fff;
}

.staff_cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
}

.staff_card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    grid-template-areas:
        "photo name"
        "photo role"
        "photo text";
    column-gap: 16px;
    align-items: center;
    padding: 18px;
    border: 2px solid #ffc9a7;
    border-radius: 8px;
    background: #fff;
    text-align: left;
}

.staff_photo {
    grid-area: photo;
    display: grid;
    place-items: center;
    width: 120px;
    aspect-ratio: 1;
    height: auto;
    margin: 0;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(135deg, #fdf0e6, #eef6e8);
    color: #f47b3d;
    font-size: 38px;
    font-weight: 900;
}

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

.staff_card h3 {
    grid-area: name;
    font-size: 19px;
}

.staff_role {
    grid-area: role;
    justify-self: start;
    margin-top: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #fff0e5;
    color: #d97842;
    font-size: 12px;
    font-weight: 700;
}

.staff_card p:last-child {
    grid-area: text;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    text-align: left;
}

/*** family ***/
.family_section {
    background: #f5faef;
}

.family_cards {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.family_cards article {
    padding: 24px 18px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.family_cards span {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    border: 2px solid #a4cf83;
    border-radius: 50%;
    color: #7cad55;
    font-size: 24px;
    font-weight: 800;
}

.family_cards .family_icon svg {
    width: 30px;
    height: 30px;
}

.family_cards h3 {
    font-size: 17px;
}

.family_cards p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
}

/*** price ***/
.price_section {
    padding-top: 96px;
}

.price_cards {
    display: grid;
    gap: 20px;
    margin-top: 34px;
}

.price_card {
    padding: 28px 18px 24px;
    border: 3px solid;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.price_card_green {
    border-color: #40c873;
}

.price_card_orange {
    border-color: #f47b3d;
}

.price_card h3 {
    font-size: 21px;
}

.price_time {
    display: inline-block;
    margin-top: 8px;
    padding: 2px 16px;
    border-radius: 999px;
    background: #40c873;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.price_card_orange .price_time {
    background: #f47b3d;
}

.price_amount {
    margin-top: 6px;
    color: #13b76a;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.25;
}

.price_card_orange .price_amount {
    color: #f47b3d;
}

.price_amount span {
    margin-left: 4px;
    color: #555;
    font-size: 13px;
}

.price_card p:last-child {
    margin-top: 10px;
    font-size: 13px;
    text-align: left;
}

.price_notes {
    display: grid;
    gap: 30px;
    margin-top: 32px;
}

.price_extension {
    padding: 0;
    color: #555;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.price_extension strong {
    margin-left: 4px;
    color: inherit;
    font-size: 20px;
}

.price_extension small {
    margin-left: 2px;
    font-size: 11px;
}

.price_travel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 0;
}

.price_travel_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    padding: 6px;
    border-radius: 999px;
    background: #f47b3d;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.price_travel_text {
    color: #555;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    text-align: left;
}

.price_travel_text strong {
    font-size: 17px;
}

.price_cta {
    width: 100%;
    margin-top: 0;
}

/*** steps ***/
.steps_section {
    background: #fff9f3;
}

.steps_section h2 span {
    color: #f47b3d;
    font-size: 1.2em;
}

.steps_section h2 {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.45;
}

.step_cards {
    display: grid;
    gap: 64px;
    margin-top: 38px;
}

.step_cards article {
    position: relative;
    padding: 34px 20px 28px;
    border: 1px solid #f0e1d1;
    border-radius: 12px;
    background: #fff;
    text-align: center;
}

.step_cards article:not(:last-child)::after {
    content: "↓";
    position: absolute;
    bottom: -48px;
    left: 50%;
    color: #70b455;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    transform: translateX(-50%);
}

.step_icon {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    overflow: hidden;
    border: 2px solid #9ac67b;
    border-radius: 50%;
    color: #f47b3d;
    font-size: 34px;
    font-weight: 900;
}

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

.step_cards h3 {
    display: inline-block;
    padding: 5px 16px;
    border-radius: 999px;
    background: #f4faef;
    color: #4f9b3a;
    font-size: 16px;
}

.step_cards p {
    margin-top: 14px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
}

.step_cards p a {
    color: #f47b3d;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

/*** faq ***/
.faq_section {
    padding-top: 40px;
    padding-bottom: 16px;
}

.faq_section h2 span {
    color: #15b86f;
}

.faq_section h2 {
    font-size: 30px;
}

.faq_list {
    margin-top: 28px;
    border-top: 1px solid #e5e5e5;
}

.faq_item {
    border-bottom: 1px solid #e5e5e5;
}

.faq_list dt {
    position: relative;
    padding: 0;
    color: #555;
    font-size: 16px;
    font-weight: 800;
}

.faq_button {
    position: relative;
    display: block;
    width: 100%;
    min-height: 62px;
    padding: 17px 42px 17px 44px;
    border: 0;
    background: transparent;
    color: #555;
    font: inherit;
    line-height: 1.7;
    text-align: left;
    cursor: pointer;
}

.faq_button::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 17px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #70b455;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.faq_button::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 15px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #70b455;
    border-radius: 50%;
    color: #70b455;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.faq_button[aria-expanded="true"]::after {
    content: "−";
    padding-bottom: 2px;
    background: #70b455;
    color: #fff;
}

.faq_button:focus-visible {
    outline: 3px solid rgba(112, 180, 85, 0.35);
    outline-offset: 3px;
    border-radius: 6px;
}

.faq_list dd {
    display: none;
    padding: 0 0 18px 44px;
    color: #666;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
}

.faq_item.is_open dd {
    display: block;
}

/*** reservation ***/
.reservation_section {
    padding: 28px 0 70px;
    text-align: center;
}

.reservation_tel {
    color: #f47b3d;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
}

.reservation_tel::before {
    content: "☎";
    margin-right: 5px;
    font-size: 22px;
}

.reservation_section p {
    display: inline-block;
    margin-top: 6px;
    padding: 3px 18px;
    border-radius: 999px;
    background: #fde2d2;
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

/** page_top **/
#page_top {
    position: fixed;
    bottom: 5px;
    right: 1%;
    width: 60px;
    height: 60px;
    z-index: 100;
}

#page_top a {
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    opacity: 0.6;
}

#page_top a:hover {
    opacity: 1;
}

@media screen and (max-width: 750px) and (orientation: landscape) {
    #page_top {
        right: 8px;
        bottom: 8px;
    }
}

/*** footer***/
#footer {
    padding: 20px 0;
    background: #fff;
}
#footer .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 80%;
}
#footer a {
    color: #555;
    text-decoration: none;
}
#footer ul {
    display: flex;
    align-items: baseline;
    gap: 18px;
    justify-content: flex-end;
}

#footer li,
#footer a {
    display: block;
    font-size: inherit;
    line-height: 1.5;
}

.footer_logo img {
    width: clamp(110px, 38vw, 150px);
}

.footer_logo {
    order: -1;
}

/*** class ***/
.none {
    display: none;
}
.t1em {
    margin-top: 1em;
}
.t2em {
    margin-top: 2em;
}
.t3em {
    margin-top: 3em;
}

a.hover80:hover img {
    opacity: 0.8;
    transition: all 1.0s;
}

/*** ul_type ***/
.ul_type01 li {
    text-indent: -1em;
    padding-left: 1em;
}

/*------------------------------------------------------
    mediaQuery
*-------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .SP {
        display: none;
    }
    .PC {
        display: block;
    }

    .inner {
        /* max-width: 980px; */
        padding-right: 32px;
        padding-left: 32px;
    }

    h2 {
        font-size: 34px;
    }

    .section_block {
        padding: 90px 0;
    }

    #header {
        position: relative;
        z-index: 2;
    }

    .header_inner {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .site_logo img {
        width: 220px;
    }

    .header_contact {
        font-size: 15px;
    }

    .tel_link {
        font-size: 32px;
    }

    .hero_section {
        position: relative;
        min-height: 610px;
        background: linear-gradient(90deg, #fff 0%, #fff 48%, #fff7ef 100%);
    }

    .hero_photo {
        position: absolute;
        right: 0;
        top: 0;
        width: 58%;
        height: 100%;
    }

    .hero_photo img {
        height: 100%;
        aspect-ratio: auto;
        object-position: 72% center;
        transform: none;
    }

    .hero_inner {
        position: relative;
        display: grid;
        align-content: center;
        min-height: 610px;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .hero_copy {
        width: 50%;
        margin-left: clamp(32px, 4vw, 64px);
        text-align: left;
    }

    .hero_sub {
        font-size: 29px;
    }

    .hero_copy h1 {
        font-size: 45px;
    }

    .hero_points_image {
        width: 46%;
        margin: 34px 0 0 clamp(32px, 4vw, 64px);
    }

    .cta_button {
        margin-right: auto;
        margin-left: 0;
    }

    .hero_inner .cta_button {
        width: 360px;
        margin-left: clamp(32px, 4vw, 64px);
    }

    .worry_cards,
    .family_cards,
    .step_cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .worries_section {
        padding-top: 100px;
        padding-bottom: 90px;
    }

    .worries_section .section_lead {
        margin-bottom: 22px;
        font-size: 20px;
    }

    .worries_section h2 {
        font-size: 44px;
        line-height: 1.5;
    }

    .worries_section .section_text {
        margin-top: 30px;
        font-size: 20px;
    }

    .worries_section .worry_cards {
        grid-template-columns: repeat(3, 1fr);
        max-width: 1160px;
        gap: 28px;
        margin: 70px auto 0;
    }

    .worry_card {
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "title"
            "text";
        align-content: start;
        justify-items: center;
        row-gap: 10px;
        min-height: 470px;
        padding: 38px 28px 32px;
        text-align: center;
    }

    .worry_illust {
        width: min(100%, 240px);
        height: auto;
        aspect-ratio: 1;
        margin: 0 auto 8px;
    }

    .worry_card h3 {
        font-size: clamp(22px, 2vw, 28px);
        line-height: 1.45;
    }

    .worry_card p {
        margin-top: 0;
        font-size: clamp(18px, 1.8vw, 23px);
    }

    .support_list {
        max-width: 940px;
        margin: 80px auto 0;
    }

    .support_list h3 {
        margin-bottom: 40px;
        font-size: 34px;
        text-align: center;
    }

    .support_list li {
        padding: 22px 0 22px 70px;
        border-bottom-width: 3px;
        font-size: 28px;
        font-weight: 500;
    }

    .support_list li::before {
        top: 16px;
        width: 54px;
        height: 54px;
        font-size: 34px;
    }

    .staff_cards,
    .price_cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .staff_cards {
        gap: 42px 64px;
        max-width: 1160px;
        margin-right: auto;
        margin-left: auto;
    }

    .staff_section h2 {
        font-size: 44px;
        line-height: 1.5;
    }

    .staff_card {
        display: block;
        min-height: 720px;
        padding: 54px 48px 40px;
        text-align: center;
    }

    .staff_photo {
        width: min(80%, 400px);
        margin: 0 auto 22px;
    }

    .staff_card h3 {
        font-size: 34px;
    }

    .staff_role {
        display: inline-block;
        margin: 10px auto 0;
        padding: 6px 18px;
        border-radius: 999px;
        background: #fff0e5;
        color: #d97842;
        font-size: 18px;
    }

    .staff_card p:last-child {
        margin-top: 28px;
        font-size: 21px;
        line-height: 1.8;
    }

    .family_cards p {
        font-size: 18px;
        line-height: 1.7;
    }

    .price_cards {
        gap: 64px;
        max-width: 1160px;
        margin-right: auto;
        margin-left: auto;
    }

    .price_section {
        padding-top: 110px;
        padding-bottom: 80px;
    }

    .price_section h2 {
        font-size: 44px;
    }

    .price_card {
        min-height: 550px;
        padding: 72px 40px 36px;
    }

    .price_card h3 {
        font-size: 34px;
    }

    .price_time {
        margin-top: 22px;
        padding: 6px 28px;
        font-size: 26px;
    }

    .price_amount {
        margin-top: 24px;
        font-size: 88px;
    }

    .price_amount span {
        font-size: 20px;
    }

    .price_card p:last-child {
        margin-top: 32px;
        font-size: 20px;
        line-height: 1.7;
    }

    .price_notes {
        grid-template-columns: 1fr;
        gap: 38px;
        max-width: 980px;
        margin-right: auto;
        margin-left: auto;
    }

    .price_extension {
        font-size: 21px;
    }

    .price_extension strong {
        font-size: 30px;
    }

    .price_extension small {
        font-size: 15px;
    }

    .price_travel {
        gap: 28px;
        padding: 0 36px;
    }

    .price_travel_badge {
        width: 132px;
        height: 132px;
        font-size: 25px;
    }

    .price_travel_text {
        font-size: 18px;
    }

    .price_travel_text strong {
        font-size: 20px;
    }

    .price_cta {
        width: min(100%, 620px);
        margin-right: auto;
        margin-left: auto;
    }

    .steps_section {
        padding-top: 110px;
        padding-bottom: 90px;
    }

    .steps_section h2 {
        font-size: 44px;
        line-height: 1.4;
    }

    .step_cards {
        max-width: 1160px;
        margin-top: 70px;
        margin-right: auto;
        margin-left: auto;
        gap: 80px;
    }

    .step_cards article {
        min-height: 420px;
        padding: 58px 32px 38px;
    }

    .step_cards article:not(:last-child)::after {
        content: "→";
        top: 50%;
        right: -62px;
        bottom: auto;
        left: auto;
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        color: #70b455;
        font-size: 42px;
        transform: translateY(-50%);
    }

    .step_icon {
        width: 150px;
        height: 150px;
        margin-bottom: 24px;
        border: 3px solid #9ac67b;
        background: #fff;
    }

    .step_cards h3 {
        width: auto;
        padding: 7px 20px;
        border: 0;
        background: #f4faef;
        color: #4f9b3a;
        font-size: 23px;
    }

    .step_cards p {
        margin-top: 22px;
        font-size: 18px;
        line-height: 1.75;
    }

    .reservation_section .cta_button {
        margin-right: auto;
        margin-left: auto;
    }

    .faq_list {
        max-width: 820px;
        margin-right: auto;
        margin-left: auto;
    }

    .faq_section h2 {
        font-size: 38px;
    }

    /** page_top **/
    #page_top {
        right: 0;
    }
}
