.shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.line-seed-jp-regular {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* パララックス */
.main {
    background-color: #fef4f4;
    background-image: url("../img/yasuragi/bg.webp");
    background-size: cover;
    background-position: 75% 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero {
    position: relative;
    background-color: #fef4f4;
}

/* パララックスここまで */

/* hero_section */
.hero {
    margin-bottom: 16rem;
}

.hero__box {
    display: flex;

    gap: 6rem;
    padding-top: 13.6rem;
    margin-top: 4rem;
    justify-content: center;
}

.hero__img {
    width: 50rem;
    height: 40rem;
    object-fit: cover;
    border-radius: 0.8rem;
    overflow: hidden;
}

.hero__title {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 5.4rem;
    line-height: calc(54em / 54);
    color: #f394cd;
    margin-bottom: 3rem;

    padding-top: 5rem;
}

.hero__text--type {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: calc(24em / 16);
    color: #ffffff;
    background-color: #f394cd;
    padding: 0.3rem 1.5rem 0.4rem 0.5rem;
    border-radius: 3.2rem;
    width: fit-content;
    margin-bottom: 1rem;
}

.hero__text--empty {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: calc(24em / 16);
    color: #ffffff;
    background-color: #4081c3;
    padding: 0.3rem 1.5rem 0.4rem 0.5rem;
    border-radius: 3.2rem;
    width: fit-content;
    margin-bottom: 1rem;
}

/* 空きあり（デフォルト：青） */
.hero__text--empty.is-available {
    background-color: #4081c3;
}

/* 満員（灰色） */
.hero__text--empty.is-full {
    background-color: #707070;
}

.hero__address {
    display: flex;
    align-items: end;
    gap: 2.6rem;
}

.hero__address p {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: calc(24em / 16);
    color: #333333;
}

.hero__address a {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: calc(24em / 16);
    color: #ffffff;
    background-color: #e95295;
    padding: 0.1rem 2rem 0.2rem 1.5rem;
}

/* 花背景 */

.hero__flower {
    background-image: url(../img/yasuragi/flower.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 35.1rem;
    height: 31.9rem;
    position: absolute;
    top: 21.5rem;
    right: 9.6rem;
}

.hero__info {
    position: relative;
    z-index: 2;
}

/* 花背景ここまで */

/* スライダーラッパー */
/* スライダー */
.hero__img-box {
    display: flex;
    gap: 1.5rem;
}

.hero__wrapper {
    overflow: hidden;
    width: 100%;
    margin-top: 0rem;

    position: relative;
}

.hero__slider {
    display: flex;
    width: max-content;
    animation: loop-slide 40s linear infinite;
}

@keyframes loop-slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.hero__slide--pic02 {
    width: 54rem;
    height: 37.5rem;
    object-fit: cover;
    margin: 0rem 1.5rem 0 0rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.hero__slide--pic03,
.hero__slide--pic04,
.hero__slide--pic07,
.hero__slide--pic06 {
    width: 22rem;
    height: 18rem;
    object-fit: cover;
    margin: 0 0rem 1.5rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.hero__slide--pic05,
.hero__slide--pic08 {
    width: 45.55rem;
    height: 18rem;
    object-fit: cover;
    margin: 0 1.5rem 0 0rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

/* スライダーここまで */

/* スローガン */
/* .hero__slogan {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 2.7rem;
    line-height: calc(40em / 27);
    color: #333333;
    background-color: rgba(254, 244, 244, 0.9);
    padding: 3.5rem 4.8rem;
    white-space: nowrap;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.hero__slogan{
  font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 2.7rem;
    line-height: calc(40em / 27);
    color: #333333;
    white-space: nowrap;
    text-align: left;
}
.hero__slogan__wrap{
    margin: 3.8rem auto 3.2rem;
    width: fit-content;
}
/* hero_sectionここまで */

/* 施設のご案内セクション */
.service {
    width: 104rem;
    margin: 0 auto;
}

.service__title {
    font-size: 2.7rem;
    font-weight: 400;
    font-family: "Shippori Mincho", serif;
    color: #333333;
    letter-spacing: 0;
    position: relative;
    padding-left: 0.8rem;
    margin-bottom: 1.6rem;
}

.service__title::before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 2.7rem;
    background-color: #f394cd;
    left: 0rem;
    top: 0.8rem;
}

.service__subtitle {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "LINE Seed JP", sans-serif;
    color: #f394cd;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
}

.service__text {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "LINE Seed JP", sans-serif;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 2.2rem;
}

.service__list {
    width: 68rem;
    display: flex;
    flex-wrap: wrap;
    border-top: 0.1rem solid #cccccc;
    border-left: 0.1rem solid #cccccc;
    box-sizing: content-box;
    margin-bottom: 3rem;
    background-color: #fff;
}

.service__dt {
    width: 15rem;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "LINE Seed JP", sans-serif;
    color: #333333;
    letter-spacing: 0;
    padding: 1.8rem 2rem;
    border-bottom: 0.1rem solid #cccccc;
    border-right: 0.1rem solid #cccccc;
}

.service__dd {
    width: 53rem;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "LINE Seed JP", sans-serif;
    color: #333333;
    letter-spacing: 0;
    padding: 1.8rem 4rem;
    border-bottom: 0.1rem solid #cccccc;
    border-right: 0.1rem solid #cccccc;
}

.article {
    display: flex;
    gap: 3rem;
}

.article__main-img {
    width: 43rem;
    height: 30rem;
    object-fit: cover;
    margin-bottom: 1rem;
}

.article__imgbox {
    display: flex;
    width: 43rem;
    gap: 1rem;
}

.article__img {
    width: 10rem;
    height: 7.5rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.article__thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

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

.article__title {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "LINE Seed JP", sans-serif;
    color: #f394cd;
    letter-spacing: 0;
}

.article__text {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "LINE Seed JP", sans-serif;
    color: #333333;
    letter-spacing: 0;
}

.article__attention {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "LINE Seed JP", sans-serif;
    color: #333333;
}

/* 施設のご案内セクションここまで */

/* 費用セクション */
.cost {
    width: 104rem;
    margin: 0 auto;
}

.cost__inner {
    width: 95.5rem;
}

.cost__table {
    width: 100%;
    border-collapse: collapse;
    font-family: "LINE Seed JP", sans-serif;
    background-color: #fff;
    font-size: 1.8rem;
    color: #333333;
}

.cost__th,
.cost__td,
.cost__th--inner {
    border: 0.1rem solid #cccccc;
    vertical-align: top;
}

.cost__th {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    line-height: calc(24 / 18 * 1rem);
    width: 15.2rem;
    padding: 1.8rem 2.4rem 1.8rem 2.2rem;
    text-align: left;
}

.cost__td {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    line-height: calc(24 / 18 * 1rem);
    padding: 1.8rem 2.5rem;
}

.cost__th--inner {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    line-height: calc(24 / 18 * 1rem);
    text-align: center;
    padding: 1.5rem;
}

.cost__td--center {
    text-align: center;
    padding: 0.793rem 1.5rem;
    line-height: 1.6;
}

.cost__td--note {
    line-height: 1.8;
    padding: 0.76rem 2.5rem;
}

.cost__tr .cost__th {
    border-right: none;
}

.cost__tr .cost__td {
    border-left: none;
}

.cost__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cost__list li {
    position: relative;
    padding-left: 1.2em;
}

.cost__list li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

/* ご利用料金キャンペーン */
/* .cost__btn {
  width: 27rem;
  height: 9.6rem;
  box-shadow: 0.3rem 0.3rem 0.6rem rgb(195, 147, 64);
  border-radius: 0 0.8rem 0.8rem 0.8rem;
  margin: 5.7rem auto 0;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.cost__btn a {
  display: block;
  padding: 1.4rem 1.8rem 1.6rem;
} */

.cost__btn img {
    width: 27rem;
    height: 9.674rem;
    object-fit: cover;
}

.cost__btn a {
    display: block;
    width: fit-content;
    margin: 5.7rem auto 0;

}

.cost__head {
    font-size: 1.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    color: #c39340;
    margin-bottom: 0.5rem;
}

.cost__text {
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    color: #2f2e41;
    line-height: calc(20 / 16);
    letter-spacing: calc(-0.26 / 10 * 1rem);
    margin-bottom: 0.8rem;
}

.cost__detail {
    font-size: 1.6rem;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    color: #c39340;
    padding-top: 1rem;
    position: relative;
}

.cost__detail::after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #C39340;
    position: absolute;
    top: 2rem;
    right: 6rem;
}

.cost__woman-img {
    width: 6.4rem;
    height: 4.5rem;
    position: absolute;
    bottom: 1rem;
    right: 0rem;
}

/* キャンペーンここまで */

/* access */
#access {
    scroll-margin-top: 15rem;
}

/* section {
  padding-bottom: 16rem;
} */
.service,
.cost,
.access,
.flow,
.faq,
.thoughts {
    padding-bottom: 16rem;
}

._inner {
    width: 104rem;
    margin: 0 auto;
}

.cost__title,
.access__title,
.flow__title,
.faq__title,
.thoughts__title {
    display: flex;
    align-items: center;
    font-size: 2.7rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    line-height: calc(40 / 27);
    margin: 0 0 2rem;
}

.cost__title::before,
.access__title::before,
.flow__title:before,
.faq__title:before {
    content: "";
    display: inline-block;
    height: 2.7rem;
    width: 0.5rem;
    background-color: #f394cd;
}

.access__map iframe {
    width: 104rem;
    height: 42rem;
}

.flow__item {
    margin: 0 0 3.8rem;
}

.flow__subtitle {
    font-size: 2.4rem;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    line-height: calc(36 / 24);
    color: #f394cd;
    display: flex;
    align-items: center;
    margin: 0 0 0.8rem;
}

.flow__subtitle span {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2rem 0 0;
    border-radius: 2rem 2rem 0 2rem;
    color: #fff;
    background-color: #f394cd;
}

.flow__text {
    font-size: 1.8rem;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    line-height: calc(36 / 18);
    color: #333333;
}

.flow__btns {
    display: flex;
    margin-top: 1.8rem;
}

.flow__btn {
    display: flex;
    align-items: center;
    height: 7.5rem;
    font-size: 1.8rem;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    line-height: calc(27 / 18);
    color: #fff;
    background-color: #ecae50;
    background-repeat: no-repeat;
    border-radius: 0.8rem;
}

.flow__btn--contact {
    width: 21.2rem;
    margin-right: 3rem;
    padding-left: 8rem;
    background-image: url("../img/komaki/flow_contact_icon1.svg");
    background-size: 4.8rem auto;
    background-position: 2.4rem center;
}

.flow__btn--tell {
    width: 24rem;
    padding-left: 7.5rem;
    background-image: url("../img/komaki/flow_tell_icon1.svg");
    background-size: 4.3rem auto;
    background-position: 2.4rem center;
}

.faq__list {
    font-size: 1.8rem;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    line-height: calc(27 / 18);
}

.faq__content {
    border-bottom: 1px solid #cccccc;
}

.faq__dt,
.faq__dd {
    text-indent: -2.5em;
    padding: 1rem;
    padding-left: 3em;
}

.faq__dt {
    position: relative;
}

.faq__dd {
    padding-right: 7rem;
}

.faq__dt span:nth-child(1),
.faq__dd span:nth-child(1) {
    color: #f394cd;
    font-size: 2.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    line-height: calc(24 / 24);
    margin-right: 2rem;
}

.faq__dt+.faq__dd {
    display: none;
}

.faq__dt+.faq__dd.stay {
    display: block;
}

.faq__dt.stay+.faq__dd:before {
    content: none;
}

.faq__dt.is-open+.faq__dd:before {
    content: none;
}

.faq__dt.is-open.stay+.faq__dd:before {
    content: "";
}

.faq_toggle {
    position: absolute;
    right: 0;
    top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #f394cd;
}

.faq_toggle::before {
    display: block;
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 0.1rem;
    background-color: #fff;
}

.faq_toggle::after {
    display: block;
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 0.1rem;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.faq__dt.is-open .faq_toggle::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.thoughts__title {
    text-align: center;
    display: block;
}

.thoughts__text-box {
    width: 60rem;
    margin: 0 auto 3.2rem;
    font-size: 1.8rem;
    font-family: 'LINE Seed JP', sans-serif;
    font-weight: 400;
    line-height: calc(36/18);
}

.thoughts__list {
    margin: 0 auto;
    width: 108rem;
    background-color: #fff;
    padding: 2.5rem 2rem;
    list-style: inside;
}

.thoughts__item {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: calc(36/18);
    color: #333333;
    padding-left: 1.5em;
    text-indent: -1.5em;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2.7rem;
}

.thoughts__item:last-child {
    margin-bottom: 0;
}


@keyframes jumpText {
    0% {
        transform: scaleY(1);
    }

    15% {
        transform: scaleY(0.9);
    }

    50% {
        transform: scaleY(1.3);
    }

    100% {
        transform: scaleY(1);
    }
}

.thoughts__jump {
    display: inline-block;
    transform-origin: bottom;
    will-change: transform;
}

.thoughts__btn:hover .thoughts__jump {
    animation: jumpText 0.48s ease-out;
    animation-delay: calc(0.06s * var(--char-index));
}

@media screen and (max-width: 699.98px) {

    /* パララックス sp */
    .main {
        background-size: cover;
        background-position: 75% 30%;
    }

    /* パララックス spここまで */

    /* heroセクション */
    .hero__box {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 6rem;

        margin-top: 8rem;
    }

    .hero__title {
        font-size: 4rem;
        line-height: calc(40em / 40);
        padding-top: 0rem;
    }

    .hero__address {
        gap: 0.8rem;
    }

    .hero__address p {
        font-size: 1.4rem;
        line-height: calc(21em / 14);
    }

    .hero__img-box {
        gap: 0.5rem;
        justify-content: center;
    }

    .hero__img {
        width: 34.5rem;
        height: 27.5rem;
    }

    .hero__slide--pic02 {
        width: 18.5rem;
        height: 16.5rem;
        margin: 0 0.5rem;
    }

    .hero__slide--pic08,
    .hero__slide--pic05 {
        width: 20.05rem;
        height: 8rem;
    }

    .hero__slide--pic07,
    .hero__slide--pic06,
    .hero__slide--pic03,
    .hero__slide--pic04 {
        width: 10rem;
        height: 8rem;
        margin: 0 0rem 0.5rem;
    }

    .hero__slogan {
        font-size: 1.6rem;
        line-height: calc(28em / 16);
        padding: 0.5rem;
    }

    /* 花背景 */
    .hero__flower {
        width: 21.3rem;
        height: 19.3rem;
        top: 18rem;
        right: 0rem;
    }

    /* 花背景ここまで */
    /* heroセクションここまで */

    ._pc {
        display: none;
    }

    /* 施設のご案内セクション */
    .service {
        width: 35rem;
        margin: 0 auto;
    }

    .service__title {
        font-size: 2.4rem;
        font-weight: 400;
        font-family: "Shippori Mincho", serif;
        color: #333333;
        letter-spacing: 0;
        line-height: calc();
        position: relative;
        padding-left: 0.8rem;
        margin-bottom: 1.6rem;
    }

    .service__title::before {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 2.4rem;
        background-color: #dc6b76;
        left: 0rem;
        top: 0.8rem;
    }

    .service__subtitle {
        font-size: 2rem;
        font-weight: 700;
        font-family: "LINE Seed JP", sans-serif;
        color: #f394cd;
        letter-spacing: 0;
        margin-bottom: 0.8rem;
    }

    .service__text {
        font-size: 1.6rem;
        font-weight: 400;
        font-family: "LINE Seed JP", sans-serif;
        color: #333333;
        letter-spacing: 0;
        line-height: calc(32 / 16);
        margin-bottom: 5.6rem;
    }

    .service__list {
        width: 35rem;
        display: flex;
        flex-wrap: wrap;
        border-top: 0.1rem solid #cccccc;
        border-left: 0.1rem solid #cccccc;
        box-sizing: content-box;
        margin-bottom: 3rem;
    }

    .service__dt {
        width: 100%;
        font-size: 1.6rem;
        font-weight: 700;
        font-family: "LINE Seed JP", sans-serif;
        color: #333333;
        letter-spacing: 0;
        padding: 1.8rem 1.4rem;
        border-bottom: 0.1rem solid #cccccc;
        border-right: 0.1rem solid #cccccc;
    }

    .service__dd {
        width: 100%;
        font-size: 1.6rem;
        font-weight: 400;
        font-family: "LINE Seed JP", sans-serif;
        color: #333333;
        letter-spacing: 0;
        padding: 1.8rem 1.4rem;
        border-bottom: 0.1rem solid #cccccc;
        border-right: 0.1rem solid #cccccc;
    }

    .article {
        display: flex;
        gap: 0rem;
        flex-direction: column;
    }

    .article__main-img {
        width: 35rem;
        height: 24rem;
        object-fit: cover;
        margin-bottom: 1rem;
    }

    .article__imgbox {
        display: flex;
        width: 35rem;
        gap: 1rem;
    }

    .article__img {
        width: 8rem;
        height: 6rem;
        object-fit: cover;
    }

    .article__title {
        font-size: 2rem;
        font-weight: 700;
        font-family: "LINE Seed JP", sans-serif;
        color: #f394cd;
        letter-spacing: 0;
    }

    .article__textbox {
        margin-top: 1.7rem;
    }

    .article__text {
        font-size: 1.6rem;
        font-weight: 400;
        font-family: "LINE Seed JP", sans-serif;
        color: #333333;
        letter-spacing: 0;
        line-height: calc(32 / 16);
    }

    .article__attention {
        font-size: 1.6rem;
        font-weight: 400;
        font-family: "LINE Seed JP", sans-serif;
        color: #333333;
    }

    /* 施設のご案内セクションここまで */

    /* 費用セクション */
    .cost__title--sp {
        font-size: 2.4rem;
        font-weight: 400;
        font-family: "Shippori Mincho", serif;
        line-height: calc(24 / 24);
        margin-bottom: 1.2rem;
        margin-left: 1.6rem;
        position: relative;
    }

    .cost__title--sp::before {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 2.4rem;
        background-color: #f394cd;
        left: -1rem;
        top: 0.2rem;
    }

    .cost__inner {
        width: 35rem;
        margin: 0 auto;
    }

    .table__sp,
    .table__sp tbody,
    .table__sp tr,
    .table__sp th,
    .table__sp td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .table__sp {
        width: 35rem;
        margin: 0 auto;
        margin-bottom: 6rem;
        border: solid 0.1rem #333333;
        text-align: left;
        background-color: #fff;
    }

    .cost__th--sp {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: calc(24 / 16);
        font-family: "LINE Seed JP", sans-serif;
        padding: 1.8rem 1rem;
        border-bottom: solid 0.1rem #333333;
    }

    .cost__td--sp {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: calc(24 / 16);
        font-family: "LINE Seed JP", sans-serif;
        padding: 1.8rem 1rem;
        border-bottom: solid 0.1rem #333333;
    }

    .cost__th--inner-bg {
        background-color: #fcfcfc;
    }

    .cost__trigger-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cost__toggle-wrap {
        display: flex;
        align-items: center;
    }

    .cost__toggle-text {
        font-size: 1.4rem;
        font-weight: 500;
        color: #f394cd;
    }

    .cost__toggle-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 50%;
        background-color: #f394cd;
        margin-left: 0.5rem;
    }

    .cost__toggle-icon::before {
        display: block;
        position: absolute;
        content: "";
        width: 1.2rem;
        height: 0.15rem;
        background-color: #fff;
    }

    .cost__toggle-icon::after {
        display: block;
        position: absolute;
        content: "";
        width: 1.2rem;
        height: 0.15rem;
        background-color: #fff;
        transform: rotate(90deg);
        transition: transform 0.3s ease;
    }

    .cost-trigger.is-open .cost__toggle-icon::after {
        transform: rotate(0deg);
    }

    /* ご利用までの流れ */
    .main {
        max-width: 100%;
        width: 37.5rem;
    }

    ._inner {
        width: 35rem;
    }

    /* access */

    .cost__title,
    .access__title,
    .flow__title,
    .faq__title {
        font-size: 2.4rem;
        line-height: calc(24 / 24);
    }

    .cost__title::before,
    .access__title::before,
    .flow__title:before,
    .faq__title:before {
        height: 2.4rem;
    }

    /* 費用セクション */
    .cost {
        width: 35rem;
        margin: 0 auto;
        margin-bottom: 6rem;
    }

    .cost__table {
        font-size: 1.4rem;
    }

    .cost__th {
        width: 9rem;
        padding: 1.5rem 1rem;
    }

    .cost__td {
        padding: 1.5rem 1rem;
    }

    .cost__th--inner {
        padding: 1rem;
    }

    .cost__td--center {
        padding: 1rem;
    }

    .cost__td--note {
        padding: 1.5rem 1rem;
    }

    .access__map iframe {
        width: 35rem;
        height: 20rem;
    }

    .flow__item {
        margin: 0 0 4rem;
    }

    .flow__subtitle {
        font-size: 2rem;
        line-height: calc(30 / 22);
        margin: 0 0 1rem;
    }

    .flow__subtitle span {
        width: 5rem;
        height: 5rem;
        margin: 0 1.5rem 0 0;
        border-radius: 1.5rem 1.5rem 0 1.5rem;
    }

    .flow__text {
        font-size: 1.6rem;
        line-height: calc(32 / 16);
    }

    .flow__btns {
        display: block;
        margin-top: 1.8rem;
    }

    .flow__btn {
        font-size: 1.6rem;
        line-height: calc(24 / 16);
    }

    .flow__btn--contact {
        width: 20rem;
        margin: 0 0 1rem;
    }

    .flow__btn--tell {
        width: 23.3rem;
    }

    .faq__list {
        font-size: 1.6rem;
        line-height: calc(24 / 16);
    }

    .faq__dt,
    .faq__dd {
        text-indent: 0;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .faq__dt {
        padding-right: 5rem;
    }

    .faq__dd {
        padding-right: 0;
    }

    .faq__dt span:nth-child(1),
    .faq__dd span:nth-child(1) {
        display: block;
        font-size: 2rem;
        line-height: calc(20 / 20);
        margin-right: 0;
    }

    .faq__dt span:nth-child(1) {
        margin-bottom: 0.9rem;
    }

    .faq__dd span:nth-child(1) {
        margin-bottom: 0.5rem;
    }

    .faq_toggle {
        position: absolute;
        right: 0;
        top: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3rem;
        height: 3rem;
        border-radius: 3rem;
        background-color: #f394cd;
    }

    .thoughts__title {
        font-size: 2rem;
        line-height: calc(20 / 20);
    }

    .thoughts__text-box {
        width: 100%;
        font-size: 1.5rem;
        line-height: calc(32/16);
    }


    .thoughts__list {
        width: 35rem;
    }
}