@charset "UTF-8";

body {
    opacity: .1;
    animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
    0% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}


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

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

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

.kv {
    margin-top: 52px;
}

.kv__copywrap {
    padding: 20px 0;
}

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

.kv__swtxt {
    font-size: 8rem;
    white-space: nowrap;
    letter-spacing: 0;
    color: #ffc832;
    opacity: .15;
    line-height: 1;
    width: fit-content;
}


.kv__copy {
    width: fit-content;
    z-index: 99;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);

    .txt {
        font-size: min(2rem, 4vw);
    }
}

.kv__swiper {
    width: 100%;
    margin: 0 auto;
}

.kv__item {
    position: relative;
}

.kv__img {
    width: 100%;

    & img {
        object-fit: cover;
        width: 100%;
        min-height: 300px;
    }
}

.kv__txtwrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 5%;
    z-index: 99;
}

.kv__copy02 {
    max-width: 754px;
    width: calc((754/960)*130%);
    margin: 0 auto 5%;
}

.kv__btn {
    margin: 0 auto;
}

.kv__item:nth-child(2) {
    .kv__copy02 {
        max-width: 736px;
        width: calc((736/960)*130%);
        margin: 0 auto;
    }
}

.kv__scroll {
    position: absolute;
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1920)*100%);
    left: 5%;
    top: 90%;
    transform: translate(-50%, -50%);
    z-index: 9;

}

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

@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translateY(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 6s linear 0s 1 normal both;
}

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

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


.kv .swiper-pagination {
    left: 50%;
    bottom: 5%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%);
}


.kv .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    z-index: 9;
    background: #fff;
    border-radius: 50% !important;
    margin: 0 8px !important;
    opacity: 1;

}

.kv .swiper-pagination-bullet-active {
    opacity: 1;
    background: #bc1212;
}


.k-swiper-button-prev {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);

}

.k-swiper-button-next {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    left: 100%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);

}

.k-swiper-button-prev::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_prv.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.k-swiper-button-next::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_next.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;

}


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

    .kv {
        margin-top: 62px;
    }

    .kv__copywrap {
        padding: 30px 0;
    }

    .kv__swtxt {
        font-size: 10rem;
    }


    .kv__copy {
        top: 50%;
        left: 5%;

        .txt {
            font-size: min(3.2rem, 2vw);
        }
    }


    .kv__item {
        width: 50%;
    }

    .kv__copy02 {
        width: calc((754/960)*100%);
        margin: 0 auto 5%;
    }

    .kv__item:nth-child(2) {
        .kv__copy02 {
            width: calc((736/960)*130%);
            margin: -10% auto 0;
        }
    }

}



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

    .kv {
        margin-top: 100px;
    }

    .kv__copywrap {
        padding: 30px 0;
    }

    .kv__swtxt {
        font-size: 18rem;
    }


    .kv__copy {
        top: 50%;
        left: 5%;

        .txt {
            font-size: min(3.2rem, 2vw);
        }
    }


    .kv__item {
        width: 50%;
    }

    .kv__copy02 {
        width: calc((754/960)*100%);
        margin: 0 auto 5%;
    }

    .kv__item:nth-child(2) {
        .kv__copy02 {
            width: calc((736/960)*130%);
            margin: -10% auto 0;
        }
    }

}


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

    &::before {
        content: "";
        position: absolute;
        width: 55%;
        height: 50%;
        background: #ebf6e4;
        top: 0;
        right: 0;
        z-index: -1;
    }
}

.clinic__box {
    padding: 40px 5% 0 0;
    position: relative;
    display: flex;
    flex-direction: column-reverse;

    &::before {
        content: "";
        position: absolute;
        width: 110%;
        height: 90%;
        top: 0;
        right: 0;
        z-index: -1;
        border-radius: 0 20px 20px 0;
        background: linear-gradient(70deg, #8acb35, #0d7c0b);
        opacity: .8;
    }
}

.clinic__txtwrap {
    padding: 0 0 30px;
    color: #fff;
}

.clinic__ttl {
    & img {
        width: 120px;
    }

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

.clinic__img {
    margin-left: -6%;
}

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

    .clinic__box {
        padding: 60px 5% 0 0;
        width: 100%;
        flex-direction: row;

        &::before {
            width: 110%;
            height: 100%;
            top: 0;
            right: 0;
            border-radius: 0 30px 30px 0;
        }
    }

    .clinic__img {
        width: 55%;
        margin-left: -5%;
    }

    .clinic__txtwrap {
        width: 50%;
        padding: 0 0 30px 5%;
    }

    .clinic__ttl {
        & img {
            width: 140px;
        }

    }
}

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

    .clinic__box {
        max-width: 1920px;
        margin: 0 auto;
        padding: 120px 5% 0 0;
        width: 100%;
        align-items: flex-start;

        &::before {
            width: 120%;
            height: 90%;
            top: 0;
            right: 0;
            border-radius: 0 80px 80px 0;
        }
    }

    .clinic__img {
        width: 55%;
        margin-left: -5%;

        & img {
            object-fit: cover;
            width: 100%;
            height: 948px;
        }
    }

    .clinic__txtwrap {
        width: 50%;
        padding: 0 0 30px 5%;
    }

    .clinic__ttl {
        & img {
            width: fit-content;
        }

    }
}


/*============================
   salon
============================*/

.salon {
    padding: 60px 0 0;
}

.salon__box {
    padding: 40px 0 0 5%;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 110%;
        height: 90%;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 20px 0 0 20px;
        background: linear-gradient(70deg, #ffc30e, #ffe033);
        opacity: .5;

    }
}

.salon__txtwrap {
    padding: 0 0 30px;
}

.salon__ttl {
    & img {
        width: 60px;
    }

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

.salon__img {
    margin-right: -6%;
}

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

    .salon__box {
        padding: 60px 0 0 5%;
        align-items: center;

        &::before {
            width: 110%;
            height: 100%;
            top: 0;
            left: 0;
            border-radius: 30px 0 0 30px;
        }
    }

    .salon__txtwrap {
        width: 50%;
        padding: 0 5% 30px 0;
    }

    .salon__ttl {
        & img {
            width: 60px;
        }

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

    .salon__img {
        width: 55%;
        margin-right: -6%;

        & img {
            object-fit: cover;
            width: 100%;
            height: 863px;
        }
    }


}

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

    .salon__box {
        padding: 80px 0 0 5%;
        align-items: flex-start;

        &::before {
            width: 110%;
            height: 90%;
            top: 0;
            left: 0;
            border-radius: 30px 0 0 30px;
        }
    }

    .salon__txtwrap {
        width: 50%;
        padding: 0 1% 10px 0;
    }

    .salon__ttl {
        & img {
            width: fit-content;
        }

    }

    .salon__txt {
        max-width: 30em;
    }

    .salon__img {
        width: 55%;
        margin-right: -5%;
    }
}



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

}


.news__ttl {
    .font-en {
        font-size: 2.2rem;
    }
}

.news__atc {

    & a {
        display: block;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 1em 0;
        border-bottom: solid 1px #cccccc;


    }

    &:last-child a {
        border: none;
    }


}

.news__info {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.news__date {
    margin-right: 1em;
}

.news__cat {
    width: fit-content;
    padding: 0 1em;
    background: #31861d;
    color: #ffff;
    text-align: center;
    border-radius: 10px;
    min-width: 190px;

    &.cat02 {
        background: #ffcc30;
        color: #111;
    }
}

.news__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .5em;
    flex: 1 1 auto;

}

.news__btn {
    width: fit-content;
    margin: 0 auto;
    display: block;
    border-bottom: solid 1px #111;
    padding-bottom: .2em;
    transition: .3s;

    &:hover {
        color: #31861d;
    }
}

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

    }


    .news__ttl {
        .font-en {
            font-size: 3rem;
        }
    }

    .news__atc {

        & a {
            display: flex;
            align-items: center;
            padding: 1em 0;
        }

    }


    .news__date {
        margin-right: 1em;
    }

    .news__cat {
        border-radius: 10px;
        min-width: 190px;

    }

    .news__atc--ttl {
        margin-top: 0;
        padding-left: 1em;
    }


}

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

    }


    .news__ttl {
        .font-en {
            font-size: 4.6rem;
        }
    }

    .news__atc {

        & a {
            display: flex;
            align-items: center;
            padding: 1em 0;
        }

    }


    .news__date {
        margin-right: 1em;
    }

    .news__cat {
        border-radius: 14px;
        min-width: 250px;

    }

    .news__atc--ttl {
        padding-left: 1em;
    }


}

/*============================
   info
============================*/
.info__item {
    background: #ebf6e4;
    display: flex;
    flex-direction: column-reverse;

    .g-map {
        display: block;
        width: 100%;
        height: 220px;

        & iframe {
            width: 100%;
            height: 100%;
        }
    }
}

.info__txtwrap {
    width: 100%;
    padding: 30px 5%;
}

.info__ttl {
    width: fit-content;
    max-width: 200px;
    margin-bottom: 10px;

}

.info__sns {
    display: flex;
    align-items: center;

    & a {
        display: block;
        transform: scale(.75);
    }
}

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

.info__th {
    white-space: nowrap;
    width: 6em;
}

.info__td {
    width: calc(100% - 6em);
}

.info__txt {
    margin-top: 1em;
}

.info__item:nth-child(2) {
    background: #fff3c8;

    .info__ttl {
        max-width: 220px;
    }
}

@media screen and (min-width:768px) {
    .info__item {
        flex-direction: row;

        .g-map {
            width: 50%;
            height: 400px;
        }
    }

    .info__txtwrap {
        width: 45%;
        padding: 1em 3% 1em 0;
    }

    .info__ttlwrap {
        align-items: baseline;
    }

    .info__ttl {
        max-width: 200px;
        margin-right: 5%;
        margin-bottom: 0;

    }

    .info__sns {
        & a {
            transform: scale(.75);
        }
    }

    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 6em;
    }

    .info__td {
        width: calc(100% - 6em);
    }

    .info__tbl {
        width: 100%;

        & img {
            display: block;
            width: 100%;
        }
    }

    .info__txt {
        margin-top: 1em;
    }

    .info__item:nth-child(2) {
        flex-direction: row-reverse;

        .info__txtwrap {
            padding: 1em 0 1em 3%;
        }

        .info__ttl {
            max-width: 220px;
        }
    }
}

@media screen and (min-width:1025px) {
    .info__item {
        .g-map {
            width: 50%;
            height: 600px;
        }
    }

    .info__txtwrap {
        width: 45%;
        padding: 1em 1% 1em 0;
    }

    .info__txtwrap--inner {
        max-width: 550px;
    }

    .info__ttl {
        max-width: 100%;
        margin-right: 5%;
    }

    .info__sns {

        & a {
            transform: scale(1);
            margin-right: 10px;

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

    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 6em;
    }

    .info__td {
        width: calc(100% - 6em);
    }

    .info__tbl {
        width: 100%;
        max-width: 513px;
    }

    .info__txt {
        margin-top: 1em;
    }

    .info__item:nth-child(2) {

        .info__txtwrap {
            padding: 1em 0 1em 1%;
        }

        .info__txtwrap--inner {
            margin: 0 0 0 auto;
        }

        .info__ttl {
            max-width: 60%;
        }
    }
}