@charset "utf-8";


* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    color: #866756;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
}

body {
    background-color: #E6F2E6;
    overflow-x: hidden;
}

.main {
    /* max-width: 460px; */
    margin: 0 auto;
    padding: 59px 20px 0;
}

main {
    padding-top: 59px;
}

.main-contact {
    /* max-width: 460px; */
    margin: 100px auto 0;
    padding: 0 20px;
}

.main--top .section {
    /* max-width: 460px; */
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

.header--logo {
    z-index: 9999;
}

.header-inner {
    position: relative;
    background-color: #E6F2E6;
    width: 100%;
    /* max-width: 460px; */
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    min-height: 760px;
    background-color: #E6F2E6;
    z-index: 9990;
    display: none;
}

.menu-img,
.menu-btn {
    cursor: pointer;
    z-index: 9999;
}

.header--logo--pc {
    display: none;
}

.nav--list--pc {
    display: none;
}


@media screen and (min-width: 768px) {

    .header-inner {
        height: 100px;
    }

    .header--logo--sp {
        width: 260px;
        height: auto;
    }

    .menu-img {
        width: 70px;
        height: auto;
    }

    main,
    .main {
        padding-top: 100px;
    }
}


@media screen and (min-width: 1280px) {

    .menu-img {
        display: none;
    }

    .header--logo--sp {
        display: none;
    }

    .header--logo--pc {
        display: block;
    }

    .nav--list--pc {
        display: flex;
    }

    .nav--item--pc {
        font-size: 2.4rem;
        margin-right: 44px;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
    }

    .nav--item--pc:last-child {
        margin-right: 0;
    }
}

.nav--list {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.nav--link {
    margin-right: 36px;
}

.nav--item {
    font-size: 2rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.nav--item--contact {
    margin-top: 30px;
}

.nav--img {
    position: absolute;
    height: auto;
}

.nav--img--1 {
    top: 90px;
    right: 40%;
}

.nav--img--2 {
    top: 100px;
    right: 0;
}

.nav--img--3 {
    bottom: 20%;
    right: 30px;
}

.nav--img--4 {
    bottom: 20%;
    left: 20px;
}

@media screen and (min-width: 768px) {
    .nav--item {
        font-size: 3rem;
    }

    .nav--item--contact img {
        width: 65px;
        height: auto;
    }

    .nav--img--1 {
        width: 148px;
    }

    .nav--img--2 {
        width: 200px;

    }

    .nav--img--3 {
        width: 200px;
        right: 100px;
    }

    .nav--img--4 {
        width: 200px;
        bottom: 30%;
    }
}

.footer--inner {
    padding: 30px 20px 40px;
}

.footer-logo {
    display: block;
    margin: 0 auto 10px;
}

.footer--tel {
    font-size: 1.7rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    margin-bottom: 5px;
}

.footer--inner {
    max-width: 460px;
    margin: 0 auto;
}

.footer--contact {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 2;
    background-color: #EFFFDD;
    border-radius: 30px;
    padding: 5px 13px;
    width: max-content;
    display: block;
    margin: 0 auto 20px;
}

.footer--add {
    font-size: 1.7rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 22px;
}

.point {
    display: none;
}

@media screen and (min-width: 1000px) {

    .main--top .section,
    .main,
    .header-inner,
    .nav,
    .footer--inner {
        max-width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }

    .section-inner {
        max-width: 1920px;
        margin: 0 auto;
    }

    .main,
    .main--top {
        margin-top: 100px;
    }

    .point {
        display: block;
    }

    .header-inner {
        background-color: #FFFFFF;
    }

    .first-view {
        display: none;
    }
}



/* 共通 start */

.none {
    display: none;
}

.active {
    display: block;
}

.section-title {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
}

.section-subtitle {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 30px;
}

.section-img {
    display: block;
    margin: 0 auto;
}

.footer--link {
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
}

.footer small {
    font-size: 1.2rem;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
}

.footer--calendar {
    display: none;
}

.footer--contact img {
    display: none;
}


@media screen and (min-width: 768px) {
    .section-title {
        font-size: 2.8rem;
    }

    .section-subtitle {
        font-size: 2.8rem;
    }

}

@media screen and (min-width: 1000px) {
    .section-title {
        font-size: 4rem;
        line-height: 2;
    }


    .footer--link {
        justify-content: left;
        margin-bottom: 65px;
    }

    .footer small {
        font-size: 2rem;
    }

    .footer--inner .section-inner {
        display: flex;
        align-items: center;
    }

    .footer--calendar {
        width: 600px;
        height: 100%;
        margin-left: auto;
    }

    .footer-logo {
        width: 250px;
        margin: 0;
        margin-bottom: 0;
    }

    .footer--tel,
    .footer--add {
        font-size: 3rem;
        text-align-last: left;
    }

    .footer--add {
        margin-bottom: 52px;
    }

    .footer--contact {
        font-size: 3rem;
        padding: 0 34px;
        display: flex;
        align-items: center;
        margin-bottom: 50px;
        margin-left: 0;
    }

    .footer--contact span {
        padding-bottom: 10px;
        margin-right: 15px;
    }

    .footer--contact img {
        display: inline-block;
    }

    .footer--link img {
        width: 100px;
        height: 100%;
    }

    .footer--link .nav--link {
        margin-right: 70px;
    }

    .footer--calendar {
        width: 460px;
        display: block;
    }


}

@media screen and (min-width: 1280px) {
    .section-title {
        font-size: 4rem;
        line-height: 2;
    }


    .footer--link {
        justify-content: left;
        margin-bottom: 65px;
    }

    .footer small {
        font-size: 2rem;
    }

    .footer--inner .section-inner {
        display: flex;
        align-items: center;
    }

    .footer--calendar {
        width: 600px;
        height: 100%;
        margin-left: auto;
    }

    .footer-logo {
        width: 250px;
        margin: 0;
        margin-bottom: 0;
    }

    .footer--tel,
    .footer--add {
        font-size: 3rem;
        text-align-last: left;
    }

    .footer--add {
        margin-bottom: 52px;
    }

    .footer--contact {
        font-size: 3rem;
        padding: 0 34px;
        display: flex;
        align-items: center;
        margin-bottom: 50px;
        margin-left: 0;
    }

    .footer--contact span {
        padding-bottom: 10px;
        margin-right: 15px;
    }

    .footer--contact img {
        display: inline-block;
    }

    .footer--link img {
        width: 100px;
        height: 100%;
    }

    .footer--link .nav--link {
        margin-right: 70px;
    }

    .footer--calendar {
        display: block;
    }


}

@media screen and (min-width: 1500px) {
    .footer-logo {
        width: 300px;
    }

    .section-title {
        font-size: 5rem;
    }

    .footer--tel,
    .footer--add {
        font-size: 4rem;
    }

    .footer--contact {
        font-size: 3.7rem;
    }

    .footer--calendar {
        width: 770px;
    }
}

/* 共通 end */

/* top start */
.first-view--pc {
    display: none;
}

@media screen and (min-width: 1000px) {
    .first-view--pc.section {
        background-color: #F1F8F2;
        height: 100vh;
        margin-top: -100px;
        display: block;
    }

    .first-view--pc .section-inner {
        max-width: 2520px;
        display: flex;
        align-items: center;
    }

    .first-view--pc--content {
        margin-right: 140px;
    }

    .first-view--pc--img {
        width: 100%;
        height: 100vh;
        background-image: url(../img/top/first-view-pc.jpg);
        background-size: cover;
        background-position: bottom;
    }

    .first-view--pc--content img {
        width: 250px;
    }
}

@media screen and (min-width: 1500px) {
    .first-view--pc.section {
        background-color: #F1F8F2;
        height: 100vh;
        margin-top: -100px;
    }


    .first-view--pc--content {
        margin-right: 140px;
    }

    .first-view--pc--content img {
        width: 330px;
    }


}

.first-view {
    background-image: url(./../img/top/first-view.jpg);
    background-position: top center;
    background-size: cover;
}

.first-view--logo {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto;
    margin-bottom: 60px;
}

.first-view--list {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}


.first-view--item {
    max-width: 400px;
    height: 112px;
    margin: 0 auto;
    position: relative;
    background-color: #FCFAF6;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 32px;
}

.item-img {
    position: absolute;
    top: 0;
    right: 0;
}

.item-img--line {
    right: 30px;
    top: 10px;
}

.first-view--item--text {
    font-size: 2rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
}

.item-btn {
    position: absolute;
    bottom: -10px;
    right: 0;
    background-color: #EEFFDD;
    border-radius: 20px;
    padding: 2px 9px;
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.item-content {
    display: none;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #EEFFDD;
    border: solid 1px #866756;
    border-radius: 20px;
    padding: 36px 20px 20px;
    z-index: 2;
}

.content--list {
    list-style: disc;
    padding-left: 20px;
}

.content--item {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

.content--btn {
    position: absolute;
    right: 15px;
    top: 15px;
}

.top-contact {
    background-color: #866756;
    display: flex;
    color: #E6F2E6;
    font-size: 1.4rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}

.top-contact span {
    display: block;
}

.top--tel {
    width: 50%;
    border-right: solid 1px #EEFFDD;
    padding: 3px 0 7px;
}

.top--line {
    width: 50%;
    padding: 3px 0 7px;
}

@media screen and (min-width: 768px) {

    .first-view--logo {
        max-width: 500px;
        padding-top: 60px;
        margin-bottom: 150px;
    }

    .first-view--list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .first-view--item {
        width: 49%;
        height: 126px;
        margin-bottom: 100px;
    }

    .first-view--item--text {
        font-size: 2.4rem;
    }

    .top-contact {
        font-size: 1.9rem;
    }

    .top-contact img {
        width: 57px;
        height: auto;
    }

    .top--tel,
    .top--line {
        padding: 24px 0;
    }
}

@media screen and (min-width: 1000px) {
    .point {
        background-color: #F1F8F2;
        padding: 300px 0 120px;
    }

    .point .section-inner {
        position: relative;
    }

    .point--title {
        font-size: 5rem;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 68px;
    }

    .point--list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 180px;
    }

    .point--item {
        position: relative;
        width: 40%;
        background-color: #FCFAF6;
        border-radius: 20px;
        padding: 20px 16px;
        margin-bottom: 50px;
    }

    .point--item--img {
        position: absolute;
    }

    .point--item--img--1 {
        top: -120px;
        right: -50px;
        transform: translateX(-50%);
    }

    .point--item--img--2 {
        top: -130px;
        right: 30%;
        transform: rotateY(180deg);
    }

    .point--item--img--3 {
        bottom: 20px;
        right: 10px;
    }

    .point--item--img--4 {
        top: 20px;
        left: 10px;
    }


    .item--num {
        position: absolute;
        top: -45px;
        left: 20px;
        font-size: 3.8rem;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
        line-height: 2;
    }

    .point--head {
        font-size: 2rem;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #866756;
        margin-bottom: 40px;
    }

    .content--item {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .content--item:last-child {
        margin-bottom: 0;
    }

    .content--item::marker {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1280px) {
    .point {
        background-color: #F1F8F2;
        padding: 300px 0 120px;
    }

    .point .section-inner {
        position: relative;
    }

    .point--title {
        font-size: 5rem;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 68px;
    }

    .point--list {
        display: flex;
        justify-content: space-between;
    }

    .point--item {
        position: relative;
        width: 280px;
        background-color: #FCFAF6;
        border-radius: 20px;
        padding: 20px 16px;
    }

    .point--item--img {
        position: absolute;
    }

    .point--item--img--1 {
        top: -120px;
        right: -50px;
        transform: translateX(-50%);
    }

    .point--item--img--2 {
        top: -130px;
        right: 30%;
        transform: rotateY(180deg);
    }

    .point--item--img--3 {
        bottom: 50px;
        right: 10px;
    }

    .point--item--img--4 {
        top: 20px;
        left: 10px;
    }


    .item--num {
        position: absolute;
        top: -45px;
        left: 20px;
        font-size: 3.8rem;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
        line-height: 2;
    }

    .point--head {
        font-size: 2rem;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #866756;
        margin-bottom: 40px;
    }

    .content--item {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .content--item:last-child {
        margin-bottom: 0;
    }

    .content--item::marker {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1500px) {

    .point--title {
        font-size: 5rem;
    }

    .point--item {
        width: 335px;
        padding: 30px 16px;
    }

    .point--item--img--1 {
        right: 0;
    }

    .item--num {
        font-size: 4rem;
    }

    .point--head {
        font-size: 2.4rem;
    }

    .content--item {
        font-size: 2rem;
    }
}

/* top end */

/* video start */

.video {
    background-color: #fff;
    padding: 40px 0;
}

.video .section-title {
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.video .section-img {
    position: absolute;
    right: 70px;
    top: -10px;
}

.iframe {
    display: block;
    margin: 10px auto;
    border-radius: 20px;
}

.video--more {
    background-color: #E6F2E6;
    border-radius: 30px;
    padding: 3px 20px;
    width: max-content;
    display: block;
    margin: 0 auto;
    font-size: 2rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 2;
}

.thoughts {
    display: none;
}

.thoughts--head {
    font-size: 2rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 12px;
    text-align: center;
}

.thoughts--body {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .video {
        padding-top: 86px;
    }

    .iframe {
        width: 600px;
        height: 338px;
        margin: 28px auto 24px;
    }

    .video .section-img {
        right: 90px;
        top: 0px;
    }
}

@media screen and (min-width: 1000px) {
    .iframe {
        margin: 0;
    }

    .video--cp {
        display: flex;
        justify-content: space-around;
        margin-top: 100px;
    }

    .video--more,
    .thoughts--head {
        display: none;
    }

    .thoughts {
        width: 45%;
        display: block;
    }

    .thoughts--body {
        font-size: 2rem;
    }

    .video .section-img {
        width: 230px;
        height: auto;
        position: absolute;
        right: 150px;
        top: 10px;
    }
}

@media screen and (min-width: 1500px) {
    .thoughts {
        width: 45%;
        display: block;
    }

    .iframe {
        width: 800px;
        height: 450px;
    }

    .thoughts--body {
        font-size: 2.6rem;
    }
}

/* video end */


/* top-rihabiri start */

.top-rihabili {
    padding: 100px 0;
    background-color: #F2F8F2;
}

.top-rihabili .section-img {
    margin-bottom: 10px;
}

.top-rihabili--link {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    width: max-content;
    margin: 20px auto 0;
    background-color: #EEFFDD;
    border-radius: 20px;
    padding: 5px 16px 10px;
}

.top-rihabili--list {
    display: none;
}

.top-rihabili--link--contact {
    display: none;
}


@media screen and (min-width: 768px) {
    .top-rihabili {
        padding: 210px 0;
    }

    .top-rihabili .section-img {
        width: 180px;
    }

    .top-rihabili--link {
        font-size: 2.6rem;
        margin-top: 34px;
    }
}

@media screen and (min-width: 1280px) {
    .top-rihabili {
        padding: 250px 0 100px;
    }

    .top-rihabili--link {
        display: none;
    }

    .top-rihabili--list {
        display: flex;
        justify-content: space-around;
        margin-top: 70px;
    }

    .top-rihabili .rehabili--item {
        position: relative;
        width: 350px;
        padding: 20px;
    }

    .top-rihabili .rehabili--img {
        width: 100%;
    }

    .top-rihabili .rehabili--title {
        font-size: 2.2rem;
        padding-bottom: 11px;
        margin-bottom: 20px;
    }

    .top-rihabili .rehabili--title::before {
        width: 100%;
    }

    .top-rihabili .rehabili--text {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .top-rihabili .section-img {
        display: none;
    }

    .rehabili--img--1 {
        position: absolute;
        bottom: -70px;
        right: 0;
    }

    .rehabili--img--2 {
        position: absolute;
        right: 0;
    }

    .rehabili--img--3 {
        position: absolute;
        bottom: -45px;
        right: 0;
    }

    .top-rihabili--img {
        position: absolute;
    }

    .top-rihabili--img--1 {
        right: 0;
        top: -150px;
    }

    .top-rihabili--img--2 {
        left: 0;
        top: -300px;
        transform: rotateY(180deg);
    }

    .top-rihabili--link--contact {
        display: block;
        font-size: 3.7rem;
        width: 480px;
        text-align: center;
    }
}


@media screen and (min-width: 1500px) {
    .top-rihabili .rehabili--item {
        width: 440px;
        padding: 30px;
    }

    .top-rihabili .rehabili--title {
        font-size: 2.6rem;
        margin-bottom: 50px;
    }

    .top-rihabili .rehabili--img {
        margin-bottom: 37px;
    }

    .top-rihabili .rehabili--text {
        font-size: 2rem;
    }
}

/* top-rihabiri end */

/* top-review start */

.top-review {
    background-color: #C3DDC3;
    padding: 40px 20px 90px;
}

.top-review--link {
    display: block;
    width: max-content;
    margin: 0 auto;
    background-color: #EFFFDD;
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 2rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
}

.review--swiper {
    display: none;
}

@media screen and (min-width: 1280px) {
    .top-review {
        overflow-x: hidden;
    }

    .top-review .review--list--sp {
        display: none;
    }

    .review--swiper {
        display: block;
        width: 100%;
        position: relative;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-review .section-img {
        width: 200px;
    }

    .top-review--link {
        display: none;
    }

    .top-review .review--list {
        margin-top: 114px;
        flex-wrap: unset;
        transition-timing-function: linear;
    }

    .top-review .review--item {
        width: 420px;
        height: 400px;
        padding: 26px 26px 40px;
    }

    .top-review .review--head {
        font-size: 3rem;
        margin-bottom: 40px;
    }

    .top-review .review--body {
        font-size: 3rem;
        margin-bottom: 45px;
    }

    .top-review .review--body::before,
    .top-review .review--body::after {
        font-size: 3.3rem;
    }

    .top-review .review--more {
        font-size: 3.3rem;
    }

    .review--more img {
        width: 34px;
    }
}

@media screen and (min-width: 1500px) {

    .top-review .review--item {
        height: 470px;
    }

    .top-review .review--head {
        font-size: 3.3rem;
        margin-bottom: 80px;
    }

    .top-review .review--body {
        font-size: 3.3rem;
    }

    .top-review .review--more {
        font-size: 3.5rem;
    }
}

/* top-review end */

/* top-profile start */

.top-profile {
    padding: 100px 0;
    background-color: #F2F8F2;
}

.top-profile .section-img {
    margin-bottom: 10px;
}

.top-profile--link {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    width: max-content;
    margin: 20px auto 0;
    background-color: #EEFFDD;
    border-radius: 20px;
    padding: 5px 16px 10px;
}

.top-profile--list {
    display: none;
}

@media screen and (min-width: 768px) {
    .top-profile--link {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1280px) {
    .top-profile {
        padding: 120px 0;
    }

    .top-profile--link {
        display: none;
    }

    .top-profile .section-img {
        width: 270px;
        margin-bottom: 37px;
    }

    .top-profile--list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
        padding: 30px 44px;
    }

    .top-profile .profile--item {
        width: 45%;
    }

    .top-profile .profile--head {
        font-size: 3rem;
        margin-bottom: 16px;
        text-align-last: left;
    }

    .top-profile .profile--text {
        display: block;
        font-size: 2rem;
        margin-top: 0;
        font-weight: 700;
        word-break: keep-all;
    }
}

@media screen and (min-width: 1500px) {
    .top-profile .profile--text {
        font-size: 2.2rem;
    }
}


/* top-profile end */

/* price start */

.price {
    padding: 60px 20px 100px;
}

.price--list {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 28px;
}

.price--item {
    margin-right: 10px;
    width: 90px;
}

.price--item:last-child {
    margin-right: 0;
}

.price--item--content {
    position: relative;
    background-color: #FCFAF6;
    border-radius: 10px;
    border: solid 1px #8AE826;
    padding: 15px 0 8px;
}

.price--img {
    position: absolute;
    top: -5px;
    left: 0;
}

.price--img--1 {
    left: -50px;
    top: -15px;
}

.price--img--4 {
    left: -10px;
    top: -15px;
}

.price--text {
    font-size: 1.7rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}

.price--pre {
    text-align: center;
    font-size: 1.3rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1px;
}

.price--info {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (min-width: 768px) {
    .price {
        background-color: #EEFFDD;
    }

    .price--item {
        width: 110px;
    }

    .price--text {
        font-size: 2.5rem;
    }

    .price--img--1 {
        width: 140px;
        left: -100px;
        top: -25px;
    }

    .price--img--2 {
        width: 80px;
        left: -15px;
        top: -5px;
    }

    .price--img--3 {
        width: 70px;
        left: -15px;
        top: -5px;
    }

    .price--img--4 {
        width: 70px;
        left: -15px;
        top: -5px;
    }

    .price--pre {
        font-size: 1.8rem;
    }

    .price--info {
        font-size: 1.8rem;
    }

    .price .section-img {
        width: 118px;
    }
}

@media screen and (min-width: 1280px) {
    .price {
        padding: 130px 0 100px;
        background-color: #E6F2E6;
    }

    .price .section-inner {
        max-width: 1530px;
    }

    .price .section-img {
        width: 226px;
    }

    .price--list {
        justify-content: space-between;
        margin-bottom: 43px;
    }

    .price--item {
        width: 330px;
    }

    .price--pre {
        font-size: 3rem;
    }

    .price--text {
        font-size: 5rem;
    }

    .price--img {
        width: 200px;
        top: -50px;
        left: -30px;
    }

    .price--img--1 {
        width: 332px;
        top: -60px;
        left: -230px;
    }

    .price--img--3 {
        top: -60px;
    }

    .price--img--4 {
        top: -140px;
        left: -100px;
        width: 350px;
    }

    .price--info {
        font-size: 2.6rem;
        margin-bottom: 20px;
    }

    .price .top-rihabili--link--contact {
        margin-top: 74px;
    }
}


@media screen and (min-width: 1500px) {
    .price--text {
        font-size: 7rem;
    }

    .price--pre {
        font-size: 4rem;
    }

    .price--info {
        font-size: 3rem;
    }
}

/* price end */

/* another start */

.another {
    padding: 65px 40px;
    background-color: #866756;
}

.another .section-title {
    color: #EEFFDD;
}

.another--more {
    background-color: #EEFFDD;
    border-radius: 20px;
    padding: 6px 30px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    display: block;
    width: max-content;
    margin: 18px auto 0;
    cursor: pointer;
}

.another--text {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #EFFFDD;
}

.another--img {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

.another--img--1 {
    margin-bottom: 30px;
}

.another--head {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    color: #EFFFDD;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .another {
        padding: 150px 40px 170px 40px;
    }

    .another .section-img {
        width: 124px;
        margin-bottom: 24px;
    }

    .another--more {
        font-size: 2.6rem;
        font-weight: bold;
    }
}

@media screen and (min-width: 1280px) {
    .another {
        padding: 116px 0 260px;
    }

    .another .section-img {
        width: 287px;
        margin-bottom: 0;
    }

    .another--more {
        font-size: 4rem;
        padding: 18px 40px;
        border-radius: 100px;
        font-weight: 700;
    }

    .another--content {
        margin-top: 66px;
    }

    .another--text,
    .another--head {
        display: none;
    }
}

@media screen and (min-width: 1500px) {
    .another--more {
        font-size: 5rem;
    }
}

/* another end */

/* feature start */

.feature {
    padding: 30px 45px 70px;
    background-color: #FCFAF6;
}

.feature--text {
    font-size: 1.4rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 30px;
}

.feature--swiper {
    display: none;
}

@media screen and (min-width: 768px) {
    .feature {
        padding: 100px 45px 120px;
    }

    .feature .section-img {
        width: 190px;
    }

    .feature--text {
        width: 400px;
        margin: 30px auto 0;
    }

    .feature .section-title {
        font-size: 3.9rem;
    }
}

@media screen and (min-width: 1280px) {
    .feature {
        padding: 100px 0;
    }

    .feature .section-img {
        width: 200px;
    }

    .feature--content {
        display: flex;
        justify-content: center;
        margin-top: 80px;
    }

    .feature--swiper {
        display: block;
        width: 45%;
    }

    .feature--img {
        width: 500px;
    }

    .feature--text {
        margin-top: 0;
        font-size: 3rem;
        width: 45%;
        margin-left: 5%;
    }
}

@media screen and (min-width: 1500px) {
    .feature--img {
        width: 100%;
        max-width: 800px;
    }

    .feature--text {
        font-size: 4rem;
    }
}

/* feature end */

/* profile start */
.profile {
    padding-top: 70px;
    max-width: 600px;
    margin: 0 auto;
}

.profile--item {
    position: relative;
    margin-bottom: 40px;
    background-color: #FCFAF6;
    border-radius: 20px;
    padding: 16px 20px;
}

.profile--img {
    position: absolute;
    left: 0;
}


.profile--head {
    font-size: 1.8rem;
    color: #866756;
    text-align: center;
    margin-bottom: 8px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    line-height: 2;
}

.profile--btn {
    font-size: 1.6rem;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: 700;
    line-height: 1.75;
    background-color: #EEFFDD;
    padding: 6px 15px 9px;
    border-radius: 20px;
    display: block;
    width: max-content;
    margin: 0 auto;
    cursor: pointer;
}

.profile--btn.none {
    display: none;
}

.profile--text {
    position: relative;
    display: none;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 45px;
}

.profile--text.active {
    display: block;
}

.right {
    display: block;
    text-align: right;
}


.profile--text .bold {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
}

.profile--text--right {
    display: block;
    text-align: right;
}

.profile--text-btn {
    position: absolute;
    right: 0;
    top: -20px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .profile--head {
        font-size: 2.7rem;
    }

    .profile--btn {
        font-size: 2.4rem;
    }
}


/* profile end */

/* rehabili start */

.rehabili {
    padding-top: 8px;
    max-width: 600px;
    margin: 0 auto;
}

.rehabili--item {
    background-color: #FCFAF6;
    border-radius: 20px;
    padding: 42px 22px 14px;
    margin-bottom: 54px;
}

.rehabili--img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 30px;
}

.rehabili--title {
    position: relative;
    font-size: 1.8rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 2px;
}

.rehabili--title::before {
    content: "";
    width: 223px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #707070;
}

.rehabili--title img {
    position: absolute;
    bottom: -15px;
}

.rehabili--text {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .rehabili--title {
        font-size: 2.8rem;
    }

    .rehabili--text {
        font-size: 2rem;
    }

    .rehabili--item {
        padding: 42px 30px 14px;
        margin-bottom: 80px;
    }
}

/* rehabili end */

/* review start */

.review {
    padding-top: 0px;
}

.review--list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-around;
}

.review--item {
    min-width: 160px;
    max-width: 250px;
    width: 45%;
    background-color: #FCFAF6;
    padding: 8px;
    margin-bottom: 50px;
}

.review--head {
    font-size: 1.4rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}

.review--body {
    position: relative;
    font-size: 1.4rem;
    font-family: "tk-takumi-shokei-font", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.review--body::before {
    content: "“";
    position: absolute;
    top: -7px;
    left: -5px;
    font-size: 20px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
}

.review--body::after {
    content: "”";
    position: absolute;
    bottom: -15px;
    right: 0;
    font-size: 20px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
}

.review--more {
    font-size: 1.4rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
}

.review-content {
    background-color: #FCFAF6;
    padding: 10px 14px;
    border-radius: 15px;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.section-img--review {
    margin-right: 20px;
    margin-left: auto;
}

.review--btn-close {
    position: absolute;
    top: 5px;
    right: 10px;
}

.review--title {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 2;
    border-bottom: solid 1px #DBDBDB;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

.review--text {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.section-img--review--pc {
    display: none;
}

.back-btn {
    display: none;
}

@media screen and (min-width: 768px) {

    .section-img--review {
        width: 100px;
    }

    .review--title {
        font-size: 2.6rem;
    }

    .review--text {
        font-size: 1.8rem;
    }

    .review--item {
        max-width: 330px;
        padding: 24px;
    }

    .review--head {
        font-size: 2.4rem;
    }

    .review--body {
        font-size: 1.8rem;
        margin-bottom: 50px;
    }

    .review--more {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 1050px) {
    .review--item {
        margin: 0 40px 50px;
    }
}


@media screen and (min-width: 1280px) {

    .review--item {
        max-width: 100%;
    }

    .review {
        position: relative;
        padding-top: 110px;
        max-width: 1920px;
        margin: 0 auto;
    }

    .section-subtitle {
        font-size: 2.5rem;
        margin-top: -20px;
    }

    .review-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 60px;
    }

    .review--title {
        font-size: 4rem;
    }

    .review--text {
        font-size: 3rem;
    }

    .review--btn-close {
        display: none;
    }

    .section-img--review {
        display: none;
    }

    .section-img--review--pc {
        display: block;
    }

    .review .section-title {
        position: relative;
        width: max-content;
        margin: 0 auto;
    }

    .section-img--review--pc {
        position: absolute;
        top: -40px;
        right: -300px;
    }

    .back-btn {
        display: block;
        position: absolute;
        right: 50px;
        top: 50px;
        font-size: 4rem;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
    }

}


/* review end */

/* contact start */

.contact {
    padding: 16px 0 100px;
    max-width: 600px;
    margin: 0 auto;
}

.contact--text {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 1.6;
    word-break: keep-all;
    margin-top: 24px;
    margin-bottom: 48px;
}

.contact--tel {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 46px;
    padding-bottom: 6px;
    border-bottom: solid 1px #866756;
}

.contact--tel--img {
    margin-right: 9px;
}

.contact--line {
    display: flex;
}

.contact--line--img {
    margin-right: 9px;
}

.contact--line--text {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 1.6;
    word-break: keep-all;
    margin-bottom: 15px;
}

.line--code {
    display: flex;
    margin-bottom: 53px;
    padding-bottom: 6px;
    border-bottom: solid 1px #866756;
}

.line--qr span {
    display: block;
    margin-bottom: 11px;
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
}

.line--qr--img {
    display: block;
    margin: 0 auto;
}

.line-id {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    text-align: center;
}

.insta {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    margin-bottom: 100px;
    padding-bottom: 15px;
    border-bottom: solid 1px #866756;
}

.contact--insta--img {
    margin-right: 9px;
}

.form--content {
    width: 100%;
    background-color: #FCFAF6;
    padding: 12px 18px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.form--item {
    margin-bottom: 24px;
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
}

.form--input {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    margin-top: 3px;
    padding: 4px;
    background-color: #FFFFFF;
}

.submit-button {
    display: block;
    width: 210px;
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    background-color: #FCFAF6;
    border-radius: 20px;
    border: none;
    padding: 4px 30px;
    text-align: right;
    margin: 0 auto;
}

.submit-btns {
    display: flex;
}

.submit-button--check {
    display: inline-block;
    width: max-content;
    text-align: center;
}

.section-title--check {
    margin-bottom: 100px;
}

tr {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

th,
td {
    display: block;
}

.send-message {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
}

/* contact end */


/* ブログ */

.single {
    min-height: 100vh;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
    border-radius: 15px;
}

.single--head {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(134, 103, 86, .5);
}

.single .section-title {
    text-align: left;
}

.single-content {
    margin-top: 50px;
}

.single--text {
    font-size: 1.6rem;
}

.back--blog {
    font-size: 2.4rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    width: max-content;
    margin: 20px auto 0;
    background-color: #EEFFDD;
    border-radius: 20px;
    padding: 5px 16px 10px;
}

.post-date {
    font-size: 1.3rem;
    margin-top: 20px;
}

.blog {
    padding: 86px 0;
}

.blog--inner {
    max-width: 600px;
    margin: 40px auto;
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 15px;
}

.blog-item {
    margin-bottom: 35px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(134, 103, 86, .5);
}

.blog-item:hover {
    opacity: .5;
    transition: opacity .2s ease-in-out;
}

.blog-item-date {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.blog-item-title {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
}

.pagination {
    font-size: 1.6rem;
    text-align: center;
}

.page-numbers {
    margin-right: 10px;
}

.current {
    font-size: 2rem;
    font-weight: bold;
}

.blog-none {
    font-size: 1.6rem;
}