@charset "UTF-8";

/* CSS Document */
.fadeIn{
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
    }
.main-visual {
    position: relative;
}

.main-visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(206, 193, 181, 0.4);
    width: 40vw;
    height: 115%;
    z-index: -1;
}

.background-beige {
    width: 85%;
    margin-left: 15%;
    position: relative;
}

.hero-image {
    display: inline-block;
    margin-top: 70px;
    width: 100%;
}

.hero-image_description {
    position: absolute;
    bottom: 30px;
    left: -40px;
    font-size: 2.2rem;
}

.scroll {
    position: absolute;
    bottom: 160px;
    left: -130px;
}

.hero-image-sp {
    display: none;
}

@media(max-width: 1200px) {
    .scroll {
        bottom: 100px;
        left: -120px;
    }
}


@media(max-width:960px) {
    .hero-image_description {
        position: absolute;
        bottom: 5;
        left: -55px;
        font-size: 1.4rem;
    }

    .scroll {
        width: 9px;
        bottom: 90px;
        left: -30px;
    }

    .hero-image {
        margin-top: 80px;
    }

    .background-beige {
        width: 90%;
        margin-left: 10%;
    }

    .hero-image_description {
        bottom: 5px;
        left: -35px;
    }
}


@media(max-width:600px) {
    .hero-image {
        display: none;
    }

    .hero-image-sp {
        display: inline-block;
        margin-top: 80px;
        width: 100%;
    }

    .hero-photo_wrap {
        text-align: right;
    }

    .main-visual::before {
        width: 36vw;
        height: 108%;
    }
}


/*about*/

.about {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 240px;
}

.about h2 {
    font-size: 4.0rem;
    font-family: 'Lora';
    letter-spacing: 0.09em;
    line-height: 0.8;
}

.about h2 span {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1.6rem;
}

.about-description .i {
    font-size: 1.8rem;
    letter-spacing: 0.09em;
}

.about h3 {
    font-size: 2.6rem;
    display: inline-block;
    margin: 70px 0;
}

.about-description p {
    display: inline-block;
    margin-bottom: 80px;
}

.about-description {
    width: 442px;
    display: inline-block;
    margin-right: 60px;
}

.about-photo-box {
    text-align: right;
}

.about-photo {
    position: relative;
    display: inline-block;
}

.shop-photo {
    max-width: 475px;
}

.about-flower {
    max-width: 270px;
    display: inline-block;
    margin-left: -160px;
    margin-bottom: -170px;
}

.ashirai {
    position: absolute;
    bottom: -180px;
    right: -12px;
}

@media(max-width:1100px) {
    .about {
        max-width: 700px;
        margin: 0 auto;
    }

    .about-photo {
        vertical-align: top;
    }

    .about h3 {
        font-size: 1.8rem;
        margin: 40px 0 30px;
    }

    .shop-photo {
        max-width: 260px;
        height: auto;
    }

    .about-flower {
        max-width: 140px;
        margin-bottom: -90px;
        margin-left: -85px;
    }

    .about-description {
        width: 320px;
        margin-right: 50px;
    }

    .about-description p {
        margin-bottom: 50px;
    }

    .ashirai {
        bottom: -100px;
    }
}

@media(max-width:750px) {
    .about {
        padding-top: 160px;
    }

    .sp-wrap {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
    }

    .about h2 {
        font-size: 2.6rem;
        font-family: 'Lora';
        letter-spacing: 0.09em;
        line-height: 0.8;
    }

    .about h2 span {
        font-weight: 400;
        letter-spacing: 0;
        font-size: 1.2rem;
        font-family: 'Noto Serif JP';
    }

    .about h3 {
        font-size: 1.6rem;
        margin: 40px 0 30px;
    }

    .about-photo {
        max-width: 327px;
        margin: 0 auto;
    }

    .about-description .i {
        font-size: 1.4rem;
        letter-spacing: 0.09em;
    }

    .about-description {
        max-width: 327px;
        margin: 70px auto 0;
    }

    .about-description p {
        margin-bottom: 60px;
    }

    .shop-photo {
        max-width: 240px;
    }

    .about-flower {
        max-width: 140px;
        margin-bottom: -90px;
        margin-left: -85px;
    }

    .ashirai {
        position: absolute;
        bottom: -103px;
        right: -12px;
        height: 32px;
    }
}

/*features*/
.features-photo_sp {
    display: none;
}

.features {
    max-width: 1100px;
    margin: 310px auto 170px;
}

.features h2 {
    text-align: center;
    margin-bottom: 80px;
    font-family: "Lora";
    font-size: 4rem;
    letter-spacing: 0.09em;
    line-height: 0.8;
}

.features h2 span {
    font-family: 'Noto Serif JP';
    font-weight: 500;
    font-size: 1.6rem;
}

.features h3 {
    font-size: 2.8rem;
    margin: 15px 0 40px
}

.features img {
    max-width: 390px;
}

.features ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.features ul li:nth-of-type(2),
.features ul li:nth-of-type(4) {
    flex-direction: row-reverse;
}

.number {
    display: inline-block;
    color: #CEC1B5;
    font-size: 2.8rem;
    font-family: 'Lora';
    letter-spacing: 0.15em;
    border-bottom: solid 5px #CEC1B5;
    margin-top: 30px;
}

.features-description {
    max-width: 620px;
}

.more-btn {
    text-align: right;
    margin-top: 60px;
}

.features-photo {
    position: relative;
    max-width: 390px;
}

.features-photo::after {
    content: "";
    position: absolute;
    left: -5%;
    top: 13%;
    width: 90%;
    height: 90%;
    background-color: rgba(206, 193, 181, 0.4);
    z-index: -1;
}

.features ul li:nth-of-type(4)::before {
    content: url(../img/headspa/headspa.png);
    position: absolute;
    top: -80px;
    right: 130px;
    z-index: 1;
}

.features ul li:nth-of-type(4) {
    position: relative;
}

.headspa_text span {
    font-size: 2.0rem;
}

.headspa-wrap .recommendation {
    font-size: 1.4rem;
    font-family: 'Lora';
    letter-spacing: 0.09em;
    color: #CEC1B5;
}

.recommendation .circle {
    width: 15px;
    height: 15px;
    background-color: #CEC1B5;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.headspa-wrap h4 {
    font-size: 3.2rem;
    font-family: 'Lora';
    letter-spacing: 0.09em;
    border-bottom: dotted 2px #3D3D3D;
    margin-bottom: 30px;
}

.headspa-wrap .headspa-titlename {
    font-size: 1.2rem;
    font-family: 'Noto Serif JP';
}

.headspa-wrap {
    max-width: 640px;
    margin-top: 40px;
}

.spa-time span {
    font-size: 2.2rem;
}

.spa-description {
    margin-bottom: 20px;
}

.features .spa-photo {
    max-width: 345px;
    height: 330px;
    margin-top: 40px;
}

@media(max-width:1100px) {
    
    .features {
        max-width: 700px;
        margin: 0 auto;
    }

    .features-photo_sp {
        display: none;
    }

    .features img {
        position: relative;
        max-width: 300px;
        height: auto;
    }

    .features-photo::after {
        content: "";
        position: absolute;
        left: -5%;
        top: 10%;
        width: 280px;
        height: 320px;
        background-color: rgba(206, 193, 181, 0.4);
        z-index: -1;
    }

    .features h2 {
        margin-top: 150px;
    }

    .features h3 {
        font-size: 2.2rem;
        margin: 10px 0 30px;
    }

    .features-description {
        max-width: 340px;
    }

    .number {
        font-size: 2.2rem;
        margin-top: 0;
    }

    .headspa-wrap {
        max-width: 360px;
    }

    .features .spa-photo {
        max-width: 260px;
        height: auto;
    }

    .features ul li:nth-of-type(4)::before {
        position: absolute;
        top: -55px;
        right: 90px;
    }

    .features ul li {
        height: 484px;
    }

    .features ul li:nth-of-type(2) {
        margin-bottom: 0;
    }

    .more-btn {
        margin-top: 40px;
    }

}

@media(max-width:750px) {
    .features h2 {
        margin: 100px 0 60px;
        font-size: 2.6rem;
    }

    .features h2 span {
        font-size: 1.2rem;

    }

    .features-photo {
        display: none;
    }

    .features-description {
        margin: 0 auto;
        max-width: 327px;
        text-align: left;
    }

    .number {
        margin-top: 20px;
        font-size: 2.2rem;
    }

    .features h3 {
        font-size: 2.2rem;
        margin: 10px 0 30px;
    }

    .features-photo_sp {
        display: inline-block;
        position: relative;
        max-width: 327px;
        padding-top: 30px;
    }

    .features-photo_sp::after {
        content: "";
        position: absolute;
        top: -40px;
        left: -200px;
        width: 260%;
        height: 80%;
        background-color: rgba(206, 193, 181, 0.4);
        z-index: -1;
        padding-top: 30px;
    }

    .features ul li {
        display: block;
        text-align: center;
        overflow-x: hidden;
    }

    .features ul li:nth-of-type(4) {
        text-align: right;
        position: relative;
        max-width: 327px;
        margin: 0 auto 60px;
    }

    .features ul li:nth-of-type(4)::before {
        content: url(../img/headspa/headspa_sp.png);
        position: absolute;
        top: -42px;
        right: 80px;
        z-index: 1;
    }

    .headspa_photo-wrap .spa-photo {
        max-width: 240px;
        max-height: 210px;
    }

    .headspa-wrap {
        text-align: left;
    }

    .headspa-wrap h4 {
        font-size: 2.8rem;
    }

    .spa-time span {
        font-size: 2rem;
    }

    .features ul li:nth-of-type(5) {
        margin-bottom: 110px;
    }

    .features ul li {
        height: auto;
    }

    .features ul li:nth-of-type(2) {
        margin-bottom: 60px;
    }
}



/*gallery*/
.gallery {
    position: relative;
}

.gallery::before {
    content: "";
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #3D3D3D;
    display: block;
    z-index: -1;
}

.gallery h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 4rem;
    letter-spacing: 0.09em;
    line-height: 0.8;
}

.gallery h2 span {
    font-family: 'Noto Serif JP';
    font-weight: 500;
    font-size: 1.6rem;
}

.gallery-wrap {
    max-width: 1100px;
    margin: 0 auto 170px;
}

.insta-box {
    text-align: right;
    margin-bottom: 30px;
}

.page {
    display: flex;
    justify-content: space-between;
}

.page2 {
    transform: rotate(180deg);
}

.gallery .slick-slide {
    display: inline-block;
    width: 100%;
    margin: 30px 0 80px;
}

.gallery .slick-slide img {
    display: block;

    padding: 0 15px;
}

.slick-next:before {
    display: none;
}

.slick-prev:before {
    display: none;
}

@media(max-width:1100px) {
    .gallery-wrap {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media(max-width:750px) {
    .gallery {
        margin-bottom: 420px;
    }

    .gallery h2 {
        font-size: 2.6rem;
    }

    .gallery h2 span {
        font-size: 1.2rem;
    }

    .gallery .slick-slide {
        max-width: 100%;
        margin: 0 auto;
    }
    .gallery-wrap{
        max-width: 375px;
    }
    .gallery-photo {
        width: 150px;
    }

    .gallery .slick-slide img {
        padding: 0 10px;
        max-width: 100%;
    }

    .slick-next {
        right: 0;
    }
    .photo-gallery-box{
        margin-top:120px;
    }
    .gallery::before{
        height:210px;
    }
    .insta-box img{
        width:29px;
    }
    .insta-box{
        margin-bottom: 0;
    }
}
@media(max-width:660px){
    .gallery::before{
        height:170px;
    }
    .photo-gallery-box{
        margin-top:90px;
    }
    .gallery {
        margin-bottom: 400px;
    }
    .gallery-wrap{
        max-width: 327px;
    }
}
@media(max-width:414px){
    .gallery{
        margin-bottom: 380px;
    }
    .gallery::before{
        height:140px;
    }
    .photo-gallery-box{
        margin-top:100px;
    }
}




/*access*/
.access {
    max-width: 1100px;
    margin: 0 auto 170px;
}

.access h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 4rem;
    letter-spacing: 0.09em;
    line-height: 0.8;
}

.access h2 span {
    font-family: 'Noto Serif JP';
    font-weight: 500;
    font-size: 1.6rem;
}

.access_map {
    height: 500px;
}

.googlemap {
    width: 100%;
    height: 100%;
}

.access p {
    text-align: center;
}

.map-address {
    font-size: 2.2rem;
    margin: 40px 0 30px;
}

.access p span {
    border-bottom: solid 1px #3D3D3D;
    font-weight: 600;
}

@media(max-width:750px) {
    .access h2 {
        font-size: 2.6rem;
    }

    .access h2 span {
        font-size: 1.2rem;
    }

    .access_map {
        height: 450px;
    }
}

@media(max-width:600px) {
    .access h2 {
        margin-bottom: 50px;
    }

    .map-address {
        font-size: 1.8rem;
        margin: 40px 0 30px;
    }

    .access {
        margin-bottom: 130px;
    }

    .access_map {
        height: 380px;
    }

    .access-description {
        max-width: 327px;
        margin: 0 auto;
    }

    .access-description p {
        text-align: left;
    }

    .access .map-address {
        text-align: center;
    }
}

@media(max-width:414px) {
    .googlemap {
        max-width: 327px;
        max-height: 400px;
    }

    .access_map {
        text-align: center;
    }
}