@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}
.white a{
color:#fff !important;
}
@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media screen and (min-width:768px) {}

@media screen and (min-width:1025px) {}

/*============================
	kv 
============================*/

.kv {
    margin-top: 52px;

}

.kv__img {
    & img {
        object-fit: cover;
        min-height: 260px;
    }
}

.kv__copy {
    width: fit-content;
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translate(0, -50%);

    .txt {
        display: block;
        line-height: 1;
        white-space: nowrap;
    }

    .txt01 {
        font-size: min(3.6rem, 3vw);
        line-height: 1.5;
        letter-spacing: .1em;
    }


}

.kv__copy .slide-in,
.kv__copy .slide-in_inner {
    animation-duration: 1s;
    animation-delay: .3s;
}

.kv__copy02 {
      text-shadow: 1px 0px 1px #5a4a42;
    width: fit-content;
    position: absolute;
    font-size: min(25rem, 16vw);
    color: #fff;
    letter-spacing: .2em;
    font-weight: 400;
    /* mix-blend-mode: overlay; */
    transform: translate(0, -50%);
    left: 5%;
    top: 65%;


}

.kv__scroll {
    max-width: 13px;
    width: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
    display: none;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translate(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* swiper */
.kv__swiper-area {
    position: relative;
}

.swiper__imgwrap {
    overflow: hidden;
    display: block;
}

.kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 10s linear 0s 1 normal both;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

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


.kv .swiper-pagination {
    left: 5%;
    bottom: -30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 1.2rem;
    margin: 0 5px !important;
    color: #897d44;
    opacity: 1;
    width: 30px;
    text-align: left;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #897d44;
        bottom: -.5em;
        left: 0;
    }

    & span {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        transition: .3s;
    }
}

.kv .swiper-pagination-bullet-active {
    opacity: 1;

    & span {
        font-size: 1.8rem;
    }
}



@media screen and (min-width:768px) {

    .kv {
        margin-top: 62px;

    }


    .kv__copy {
        top: 40%;
        left: 25%;
        transform: translate(-50%, -50%);


        .txt01 {
            font-size: min(3.6rem, 2vw);
        }


    }


    .kv__copy02 {
        font-size: min(25rem, 12vw);
        transform: translate(-50%, -50%);
        left: 30%;
        top: 65%;
    }
}



@media screen and (min-width:1025px) {

    .kv {
        margin-top: 0;

    }


    .kv__copy {
        top: 40%;
        left: 25%;


        .txt01 {
            font-size: min(3.6rem, 2vw);
        }

    }


    .kv__copy02 {
        font-size: min(25rem, 12vw);
        left: 30%;
        top: 65%;
    }
}

/*============================
   about
============================*/
.about {
    padding: 60px 0 0;

    .inner__large {
        max-width: 1920px;
    }
}

.about__left {
    margin-bottom: 30px;
    display: flex;
}

.about__right {
    align-items: flex-start;
}

.about__ttl--en {
    font-size: 5rem;
    color: #f2efe2;
    width: 15%;
    display: flex;
    align-items: center;
}

.about__txtwrap {
    flex: 0 1 auto
}

.about__ttl {
    .txt {
        margin-top: .5em;
    }
}

.about__atc {
    width: 70%;
    max-width: 350px;
    margin: 0 auto 20px 0;
    position: relative;
    color: #fff;

    &:nth-child(2) {
        margin: 0 auto 20px;
    }

    &:last-child {
        margin: 0 0 0 auto;
    }
}

.about__atc--txtwrap {
    width: 90%;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%);

}


.about__h3 {
    img {
        width: auto;
        transform: scale(.75);
        transform-origin: left center;
    }
}

@media screen and (min-width:768px) {
    .about {
        padding: 100px 0 0;

    }

    .about__flex {
        display: block;
    }

    .about__left {
        width: 100%;
    }

    .about__right {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }

    .about__ttl--en {
        font-size: 6rem;
        width: 15%;
    }



    .about__atc {
        width: 32%;

        &:first-child {
            margin-top: 60px;
        }

        &:nth-child(2) {
            margin-top: 30px;
        }
    }

    .about__atc--txtwrap {
        width: 90%;
        bottom: 1em;

    }

    .about__img img {
        height: auto;
    }

    .about__h3 {
        margin-bottom: 10px;

        img {
            width: auto;
        }
    }

}

@media screen and (min-width:1025px) {
    .about {
        padding: 60px 0 0;

    }

    .about__flex {
        display: flex;
    }

    .about__left {
        width: 40%;
    }

    .about__right {
        width: 55%;
    }

    .about__ttl--en {
        font-size: 9rem;
        width: 15%;
    }



    .about__atc {
        width: 32%;

        &:first-child {
            margin-top: 60px;
        }

        &:nth-child(2) {
            margin-top: 30px;
        }
    }

    .about__atc--txtwrap {
        width: 90%;
        bottom: 1em;

    }

    .about__img img {
        height: auto;
        object-fit: cover;
        min-height: 450px;
    }

    .about__h3 {
        margin-bottom: 10px;

        img {
            width: auto;
            transform: scale(1);
        }
    }
}


/*============================
   contents
============================*/

.contents {
    padding: 60px 0;
}

.cont__item {
    max-width: 840px;
    margin: 0 auto 20px;
    position: relative;

    &:last-child {
        margin-bottom: 0;
    }

    & a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 260px;
        background: url(../images/contents_bg01.jpg) no-repeat center center/cover;
        color: #fff;
    }

    &:nth-child(2) a {
        background: url(../images/contents_bg02.jpg) no-repeat center center/cover;
    }
}

.cont__ttl {
    .txt {
        margin-top: 1em;
    }
}

.cont__arw {
    display: block;
    max-width: 200px;
    width: 120px;
    bottom: 20px;
    right: 5%;
}

@media screen and (min-width:768px) {

    .contents {
        padding: 80px 0;
    }

    .cont__item {
        width: 48%;
        margin: 0;

        & a {
            height: 300px;
        }
    }

    .cont__arw {
        max-width: 200px;
        width: 140px;
        bottom: 30px;
        right: 5%;
    }
}

@media screen and (min-width:1025px) {
    .contents {
        padding: 120px 0 100pxx;
    }

    .cont__item {
        width: 48%;

        & a {
            height: 600px;
        }
    }

    .cont__arw {
        max-width: 200px;
        width: 200px;
        bottom: 30px;
        right: 5%;
    }
}


/*============================
   treatment
============================*/

.treatment {
    padding: 60px 0;
    background-color: #f8f1dd;
}

.treat__img {
    max-width: 1027px;
    width: 95%;
    margin-bottom: 30px;
}

.treat__right {
    padding: 0 5%;
}

.treat__ttl {
    .txt {
        margin-top: 1em;
    }
}

@media screen and (min-width:768px) {
    .treatment {
        padding: 80px 0;
    }

    .treat__img {
        width: 52%;
        margin-right: -2%;
        margin-bottom: 0;
    }

    .treat__right {
        width: 50%;
        padding: 0 4% 0 0;
    }

    .treat__txtwrap {
        max-width: 720px;
        padding-left: 10%;
    }

    .treat__ttl {
        .font-en {
            font-size: 3.6rem;
        }

        .txt {
            margin-top: 1em;
        }
    }
}

@media screen and (min-width:1025px) {
    .treatment {
        padding: 100px 0;
    }

    .treat__flex {
        max-width: 1920px;
        margin: 0 auto;
    }

    .treat__img {
        width: 52%;
        margin-right: -2%;
    }

    .treat__right {
        width: 50%;
        padding: 0 2% 0 0;
    }

    .treat__txtwrap {
        padding-left: 13%;
    }

    .treat__ttl {
        .font-en {
            font-size: 6rem;
        }

    }
}


/*============================
   gray
============================*/
.gray {
    padding: 60px 0 0;
    background: #f0e8d2;

}

.gray__left {
    margin-bottom: 30px;
    display: flex;
}

.gray__img {
    width: 90%;

    margin: 0 auto;
}

.gray__ttl--en {
    font-size: 4rem;
    color: #7d5c0d;
    opacity: .15;
    width: 20%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
    margin-left: -3%;
}

.gray__txtwrap {
    flex: 0 1 auto;
    padding-left: .5em;
}

.gray__ttl {
    .txt {
        margin-top: .5em;
    }
}


@media screen and (min-width:768px) {
    .gray {
        padding: 80px 0;
    }

    .gray__left {
        margin-bottom: 0;
        width: 50%;
    }

    .gray__img {
        width: 45%;
        margin: 0;

        & img {
            display: block;
            max-width: 500px;
        }
    }

    .gray__ttl--en {
        font-size: 5rem;
        opacity: .15;
        width: 25%;
        margin-left: -3%;
    }

    .gray__txtwrap {
        padding-left: 1em;
    }

}

@media screen and (min-width:1025px) {
    .gray {
        padding: 100px 0;
    }

    .gray__left {
        margin-bottom: 0;
        width: 50%;
    }

    .gray__img {
        width: 45%;
        margin: 0;

    }

    .gray__ttl--en {
        font-size: 9rem;
        opacity: .15;
        width: 25%;
        margin-left: -3%;
    }

    .gray__txtwrap {
        padding-left: 1em;
    }
}

/*============================
   menu
============================*/
.menu {
    padding: 60px 0 0;
}




.menu__ttl {
    margin-bottom: 20px;

    .font-en {
        margin-bottom: .3em;

        &::before {
            content: "";
            position: absolute;
            width: 1em;
            height: 2px;
            background: #6d411d;
            left: 50%;
            top: -.5em;
            transform: translate(-50%);
        }
    }

}

.menu__tabs {
    display: flex;

}

.menu__tab {
    width: 32%;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    position: relative;

    &::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        /* background: url(../images/menu_arw_br.png) no-repeat center center/contain; */
        top: 50%;
        right: 5%;
        transform: translate(0, -50%);
    }

    &.active {
        background: #6d411d;
        color: #fff;

        /* &::before {
            background: url(../images/menu_arw_wh.png) no-repeat center center/contain;
        } */
    }

}

.menu__li {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px #bdb08d;
    display: flex;
    justify-content: space-between;
    align-items: center;

    &:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
}


.menu__th {
    padding-left: 1.5em;
    position: relative;

    &::before {
        content: "●";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 1rem;
    }
}

.menu__atc {
    display: none;
}

.menu__atc:first-child {
    display: block;
}

@media screen and (min-width:768px) {
    .menu {
        padding: 80px 0 0;
    }

    .menu__ttl {
        margin-bottom: 30px;

        .font-en {
            margin-bottom: .3em;

            &::before {
                height: 2px;
            }
        }

    }

    .menu__tabs {
        max-width: 650px;
        margin: 0 auto 20px;
    }

    .menu__tab {
        width: 32%;
        line-height: 40px;

        &::before {
            width: 18px;
            height: 19px;
        }

    }
}

@media screen and (min-width:1025px) {

    .menu {
        padding: 150px 0 0;
    }

    .menu__ttl {
        margin-bottom: 40px;

    }

    .menu__tabs {
        max-width: 650px;
        margin: 0 auto 20px;
    }

    .menu__tab {
        width: 32%;
        line-height: 50px;
        max-width: 200px;

        &::before {
            width: 19px;
            height: 19px;
        }

    }

}

/*============================
   gallery
============================*/
.gallery {
    padding: 60px 0 0;
}

.gal__swimg {
    width: 200px;
    margin: 0 10px;
}

.gallery .swiper-wrapper {
    transition-timing-function: linear;
}



@media screen and (min-width:768px) {
    .gallery {
        padding: 80px 0 0;
    }

    .gal__swimg {
        width: 300px;
        margin: 0 10px;
    }
}

@media screen and (min-width:1025px) {
    .gallery {
        padding: 100px 0 0;
    }

    .gal__swimg {
        width: 400px;
        margin: 0 20px;
    }
}

/*============================
   info
============================*/
.info {
    padding: 60px 0;

    &::before {
        content: "";
        position: absolute;
        width: 70%;
        height: 50%;
        background: #f7efdc;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.info__flex {
    display: flex;
    flex-direction: column-reverse;
}
.info__left{width: 100%;}
.info__right {
    width: 100%;
    margin-bottom: 30px;
}

.info__ttl {
    max-width: 680px;
    width: 300px;
    margin-bottom: 10px;
}

.info__li {
    margin-bottom: 1em;
}

.info__th {
    padding-left: 1.5em;
    position: relative;

    &::before {
        content: "●";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 1rem;
    }
}

.info__td {
    padding-left: 1.5em;
}

.info__btn {
    margin: 0 0 0 auto;
}

.info iframe {
    display: block;
    width: 100%;
    height: 240px;
}

@media screen and (min-width:768px) {
    .info {
        padding: 80px 0;

        &::before {
            width: 70%;
            height: 50%;
        }
    }

    .info__flex {
        display: flex;
        flex-direction: row;
    }

    .info__right {
        width: 50%;
        margin-bottom: 0;
    }

    .info__ttl {
        max-width: 680px;
        width: 300px;
        margin-bottom: 10px;
    }

    .info__li {
        margin-bottom: 1em;
        display: flex;
        align-items: flex-start;
    }

    .info__th {
        padding-left: 1.5em;
        width: 8em;

    }

    .info__td {
        flex: 0 1 auto;
        padding-left: 1em;
        padding-left: 0;
    }

    .info__btn {
        margin: 0 0 0 auto;
    }

    .info__left {
        width: 45%;
    }

    .info iframe {
        width: 100%;
        height: 500px;
    }
}

@media screen and (min-width:1025px) {
    .info {
        padding: 120px 0;

        &::before {
            width: 70%;
            height: 50%;
        }
    }


    .info__right {
        width: 50%;
    }

    .info__ttl {
        max-width: 680px;
        width: 100%;
        margin-bottom: 10px;
    }

    .info__li {
        margin-bottom: 1em;
        display: flex;
        align-items: flex-start;
    }

    .info__th {
        padding-left: 1.5em;
        width: 8em;

    }

    .info__td {
        flex: 0 1 auto;
        padding-left: 1em;
        padding-left: 0;
    }

    .info__btn {
        margin: 0 0 0 auto;
    }

    .info__left {
        width: 45%;
    }

    .info iframe {
        height: 850px;
    }

    .info__txtwrap {
        max-width: 600px;
    }
}

/*============================
   news
============================*/
.news {
    padding: 60px 0;
    background: #f7efdc;
}

.news__ttlwrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.news__ttl {
    .font-en {
        margin-bottom: .3em;
    }
}

.news__btn {
    display: block;
    max-width: 150px;
    width: 100px;
}

.news__atc {
    display: block;
    margin-bottom: 1.5em;
}

.news__date {
    color: #6d411d;
    margin-bottom: .5em;
}


.news__atc--ttl {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}


@media screen and (min-width:768px) {

    .news {
        padding: 80px 0;
    }

    .news__ttlwrap {
        display: block;
        width: 25%;
        margin-bottom: 0;
    }

    .news__atcwrap {
        width: 75%;
    }

    .news__ttl {
        margin-bottom: 50px;

    }

    .news__btn {
        max-width: 150px;
        width: 100px;
    }

    .news__atc {
        margin-bottom: 1.5em;
    }
}

@media screen and (min-width:1025px) {

    .news {
        padding: 100px 0;
    }

    .news__ttlwrap {
        width: 25%;
    }

    .news__atcwrap {
        width: 75%;
    }

    .news__ttl {
        margin-bottom: 100px;

    }

    .news__btn {
        max-width: 150px;
        width: 100%;
    }

    .news__atc {
        margin-bottom: 1.5em;
    }


}