@charset "utf-8";

/*=========================
main
=========================*/

.article__header {
    background: linear-gradient(to right,
        #D8C6B3 25%, /* 左25%をベージュ */
        #ffffff 25%/* 25%から先をホワイト */);
    padding-top: 98px;
    padding-bottom: 98px;
}


/* article　header　sp */

@media screen and (max-width:1024px) {
    .article__header {
        background: linear-gradient(to right,
        #D8C6B3 45%, /* 左45%をベージュ */
        #ffffff 45%/* 45%から先をホワイト */);
        padding-top: 53px;
        padding-bottom: 53px;
}
}
/* sp 1024px */

.mv__mainImg {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: 0;
}


.mainImg__sp {
    display: none;
}

/* .mainTopics {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    height: 850px;
    overflow: hidden;
}

.mainTopics__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.cutchair {
    position: absolute;
    top: 30%;
    left: 0;
    width: 27%;
    height: auto;
}

.bed {
    position: absolute;
    top: 48%;
    right: 0;
    width: 27%;
    height: auto;
} */

/* .mainTopics__name {
    color: #77624C;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    max-width: 578px;
} */





.mainTopics {
    color: #3B3B3B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin-top: 88px;
    margin-bottom: 100px;
    
}

.mainTopics__name {
    color: #77624C;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
}

.mainTopics__txtbox {
    margin-top: 117px;
    width: 100%;
    background-image: url("../images/cutchair.png"), url("../images/bed.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 27% auto, 27% auto; 
}

.mainTopics__txt {
    padding: 20px;
}

/* .mainTopics__txt1 {
    color: #3B3B3B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin-top: 117px 
}
.mainTopics__txt2 {
    color: #3B3B3B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin-top: 50px 
}
.mainTopics__txt3 {
    color: #3B3B3B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin-top: 50px;
    margin-bottom: 128px;
} */

/* .containerbox {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 60px;
} */

/* mainTopics sp */
@media screen and (max-width: 1005px) {
    .mainTopics__txtbox {
        background-image: none;
    }

    .hair-pagebox {
       width: 100%;
        display: flex;
        justify-content: flex-start; 
    }

    .Hair-page {
        width: 100%;
        /* max-width: 400px; */
    }

    .Facial-pagebox {
       width: 100%;
        display: flex;
        justify-content: flex-end; 
    }

    .Facial-page {
        width: 100%;
        /* max-width: 400px; */
    }



    .containerbox {
        padding: 0px;
        width: 100%;
        background-image: url("../images/cutchair-sp.png"), url("../images/bed-sp.png");
        background-position: right top, left bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 40% auto, 40% auto;
        padding-top: 50px;
        padding-bottom: 50px;   
    }

}/* mainTopics 1005px */

@media screen and (max-width: 769px) {
    .mainTopics {
        line-height: 100%;
        margin-bottom: 57px;
    }

    .mainTopics__name {
        font-size: 1.8rem;
    }

    .mainTopics__txt {
        font-size: 1.6rem;
        padding: 10px;
        line-height: 1.8;
    }

    .mainTopics__txtbox {
        margin-top: 54px;
    }

}/* mainTopics 769px */

.HairFacial {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.Hair-page,
.Facial-page {
    display: flex;
    flex-direction: column;
    gap:12px;
    align-items: center;
    background-color: #FFF;
}


.Hair-page{
    border: 2px solid #B6AFA6;
    width: 478px;
    height: 317px;
}

.btn-btn-hair {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 4.8px rgba(0, 0, 0, 0.25);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    background-color: #7B7871;
    border-radius: 22px;
    display: flex;
    width: 410px;
    height: 63.612px;
    /* padding: 10px 20px; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 8px;
}

.btn-btn-hair:hover {
    opacity: 0.5;
}


.Facial-page {
    border: 2px solid #D8C6B3;
    width: 478px;
    height: 317px;
}

.btn-btn-facial {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 4.8px rgba(110, 101, 91, 0.70);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.66px;
    background-color: #CCB399;
    border-radius: 22px;
    display: flex;
    width: 410px;
    height: 63.612px;
    /* padding: 13px 29px; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 8px;
}

.btn-btn-facial:hover {
    opacity: 0.5;
}

.page__titlehair {
    display: flex;
    justify-content: center;
    color: #6E6767;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 50px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 44px;
    gap: 5px;
    align-items: center;
}

.page__titlehair img {
    width: 42px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-bottom: 5px;
}

.page__titlefacial {
    display: flex;
    justify-content: center;
    color: #6E6767;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 50px;
    font-weight: 600;
    line-height: 1.5;
    align-items: center;
}

.page__titlefacial img {
    width: 46px;
    height: 51px;
    display: inline-block;
    margin-bottom: 5px;
} 

.page__woman {
    color: #3B3B3B;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 0.3;
    margin-top: 37px;
}

.page__time {
    color: #3B3B3B;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5%;
    margin-top: 5px;
    }

.page__close {
    color: #3B3B3B;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
}

.newssps {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    width: fit-content;
    margin: 50px auto;
}

.newssps::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

/* Hair&Facial sp */

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

    .HairFacial {
        display: initial;
    }

    .Hair-page {
        width: 76%;
        height: auto;
        padding-bottom: 26px;
    }

    .Facial-page {
        width: 76%;
        height: auto;
        margin-top: 20px;
        padding-bottom: 26px;
    }
}

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

    .page__titlehair {
        font-size: 3rem;
    }

    .page__titlefacial {
        font-size: 3rem;
    }

    .page__woman {
        font-size: 1.4rem;
    }

    .page__time {
        font-size: 1.8rem;
    }

    .page__close {
        font-size: 1.5rem;
    }

    .page__titlehair img {
        width: 25px;
    }

    .page__titlefacial img {
        width: 25px;
    }

    .page__titlehair {
        margin-top: 26px;
    }

    .page__woman {
        margin-top: 26px;
    }

    .btn-btn-hair{
        font-size: 1.4rem;
        width: 260px;
        height: 42px;
}

    .btn-btn-facial{
        font-size: 1.4rem;
        width: 260px;
        height: 42px;
}
}


.line {
    display: block;
    margin: 0 auto;
    margin-top: 117px;
}

.topic__title {
    color: #77624C;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 2.72px;
    margin-top: 53px;
}

.topic__title br {
    display: none
}

.messageouter {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
    margin-top: 50px;
}


.message1 {
    width: 100%;
    /* display: flex; */
    justify-content: center;
    background-image: url("../images/door.svg");
    /* background-position: left; */
    background-position: 25px;
    background-repeat: no-repeat, no-repeat;
}

.message2 {
    width: 100%;
    /* display: flex; */
    justify-content: center;
    background-image: url("../images/plant.svg");
    /* background-position: right; */
    background-position: 664px 17px;
    background-repeat: no-repeat, no-repeat;
}


.message3 {
    width: 100%;
    /* display: flex; */
    justify-content: center;
    background-image: url("../images/sofa.svg");
    /* background-position: left; */
    background-position: 20px 70px;
    background-repeat: no-repeat, no-repeat;
}

.mainCaption__txt {
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    padding-left: 209px;
    padding-top: 25px;
    margin-top: 77px;
    }

.mainCaption__txt1 {
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    /* margin-top: 67px; */
    text-align: left;
    padding-left: 134px;
    padding-top: 25px;
    margin-top: 62px;
}


@media screen and (max-width: 926px) {
    .message2 {
        background-position: 548px 17px;
    }

    .mainCaption__txt1 {
        padding-left: 31px;
    }
}




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

    .message1 {
        background-image: url("../images/door2.svg");
    }

    .message2 {
        background-image: url("../images/plant2.svg");
    }

    .message3 {
        background-image: url("../images/sofa2.svg");
    }

    .line {
        margin-top: 71px;
        width: 80%;
    }

    .mainCaption__txt br {
        display: none;
    }

    .mainCaption__txt1 br {
        display: none;
    }

    .message1 {
        background-position: right;
    }

    .message2 {
        background-position: left;
    }

    .message3 {
        background-position: right;
    }

    .messageouter {
        padding: 0 41px;
    }

    .mainCaption__txt {
        padding-right: 20px;
        padding-left: 0;
    }
    .mainCaption__txt1 {
        padding-right: 0;
    }
}



/* .messageouter {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
}

.message1 {
    display: flex;
    align-items: center;
    gap: 67px;
    margin-top: 113px;
}

.message1 img {
    width: 125.21px;
    height: 129.709px;
    flex-shrink: 0;
}

.message2 {
    display: flex;
    align-items: center;
    gap: 67px;
    margin-top: 109px;
}

.message2 img {
    width: 161.201px;
    height: 141.853px;
    flex-shrink: 0;
}


.message3 {
    display: flex;
    align-items: center;
    gap: 67px;
    margin-top: 109px;
}

.message3 img {
    width: 150px;
    height: 77px;
    flex-shrink: 0;
}

.mainCaption__txt {
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8
    }

.mainCaption__txt--1 {
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: right;
    margin-left: 120px;
} */

/* message sp */
@media screen and (max-width: 769px) {

.topic__title {
    font-size: 1.8rem;
    font-weight: 700;
}

.topic__title br {
    display: block;
}

.mainCaption__txt,.mainCaption__txt1 {
    font-size: 1.6rem;
    padding: 27px 0;
    font-weight: 400;
    margin-top: 0;
    }

}/* message 769px  */



.access-title {
  font-weight: bold;
  color: #3e3e3e;
  margin-bottom: 5px;
}

.access-text {
  color: #666;
  font-size: 14px;
}


.access-container {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 52px;
    /* padding: 20px; */
    margin-top: 60px;
    padding: 60px 11% 0px;

}

.map {
    width: 58%; 
}

.map iframe {
    width: 100%;
    height: 100%;
}

.address {
    color: #3B3B3B;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
}

.address br {
    display: none;
}

.access-info {
    display: flex;
    flex-direction: column;    
    gap: 33px;
    font-size: 16px;
    padding: 21px 0;
}

.access-title {
    background-color: #908C81;
    /* width: 291px;
    height: 38px; */
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 7px 0;
}

.access-text {
    color: #3B3B3B;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 11px;
}

.access-text br{
    display: none;
}

/* Access sp */
@media screen and (max-width: 769px) {
    .address br {
        display: block;
    }

    .address {
        font-size: 1.6rem;
    }

    .access-text {
        /* font-size: 1.4rem; */
        line-height: 1.5;
        margin-top: 5px;
}

.access-container {
    flex-direction: column;
    padding: 0;
    margin-top: 37px;
    gap: 40px;
}

.access-info {
    padding: 21px 60px;
    gap: 13px;
    margin-bottom: -66px;
}

.map {
    width: 100%;
    height: 300px;
}
}

@media screen and (max-width: 457px) {
    .access-text br{
        display: block;
}
}

/* News */

.info__group {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 37px;
      max-width: 852px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* .info__title {
      font-size: 2rem;
      font-weight: bold;
      padding: 0 0 0 4%;
      position: relative;
      color: var(--primary-darkgreen);
    } */

    .info__itemGroup {
      display: flex;
      flex-direction: column;
      width: 87%;
    }

    .info__item {
      display: flex;
      align-items: center;
      padding-bottom: 5px;
      margin-top: 18px;
      border-bottom: 0.5px solid var(--primary-beige, #D8C6B3);
      gap: 42px;
    }

    .info__item time {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.6;
      letter-spacing: 0.84px;
      min-width: 66px;
    }

    .info__item span {
      display: block;
      font-size: 1.6rem;
      /* color: var(--primary-darkgreen); */
      text-align: justify;
      letter-spacing: 0.02em;
      line-height: 1.6;
      position: relative;
      /* margin-left: 28px; */
    }

/*=========================
footer
=========================*/
.footer {
    border-top: 1px solid #000;
    margin-top: 100px;
}

.footer_content {
    display: flex;
    margin: 0 auto;
}

.footer__logo {
    width: 35%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer__logo img {
    width: 280px;
    margin-right: 30px;
}

.footer__logo address {
    color: #6E6767;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 37px;
}



.footer__contact {
    border-left: 1px solid #000;
    flex: 1;
    padding-bottom: 47px;
}

.footer-reserve {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.footer-reserve li {
    position: relative;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.footer-reserve li:first-child::after {
    content: "";
    width: 1px;
    height: 150px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tell-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}

.tell {
    display: flex;
    justify-content: center;
    color: #6E6767;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    gap: 3px;
}

.tell img {
    margin-top: 5px;
    width: 21px;
}

.Reserve-title {
    display: flex;
    justify-content: center;
    color: #6E6767;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    gap: 2px;
}

.Reserve-title img {
    width: 34px;
    margin-bottom: 5px;
}

.Reserve-title-jp {
    color: #6E6767;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.Reservation {
    color: #6E6767;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 38px;
}

.Reservation-tell {
    color: #6E6767;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.spfootericon {
    display: none;
}

/* footer sp */
@media screen and (max-width: 1068px) {
.btnReserve{
    font-size: 1.6rem;
}
}

/* footer sp */
/* @media screen and (max-width: 934px) {

     .footer_content{
        display: inline-block;
        width: 100%;
    }

    .footer-reserve {
        display: inline-block;
        width: 100%;
    }

    .footer__logo {
        flex-direction: row;
        width: 100%;
        display: flex;                 
        justify-content: center;       
        align-items: end; 
        margin-top: 31px;
        gap: 80px;           
    }   

    .footer__contact {
        border-left: none;
    }

     .footer-reserve li:first-child::after {
        content: none;
    }

    .footer-reserve li {
        margin-top: 20px;
    }
} */

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

.footer__logo {
    width: 29%;
}


.footer-reserve li {
    padding: 0 6px;
}
}


/* footer sp */
@media screen and (max-width: 657px) {

    .footer_content{
        display: inline-block;
        width: 100%;
    }

    .footer-reserve {
        display: inline-block;
        width: 100%;
    }

    .footer__logo {
        flex-direction: row;
        width: 100%;
        display: flex;                 /* 横並び */
        justify-content: center;       /* 水平中央 */
        align-items: end; 
        margin-top: 31px; 
        gap: 0;              
    }

    .footer__logo img {
        width: 159px;
    }

    .footer__logo address {
        margin-top: 0;
        font-size: 1.2rem;
    }

    .Reservation {
        border: 1px solid #333; /* 枠線 */
        padding: 0 85px;          /* 内側の余白 */ 
        width: fit-content;       /* 内容に合わせた幅にする */
        margin: 0 auto;
        margin-top: 34px; 
        font-size: 2.8rem;  
    }

    .Reserve-title {
        line-height: 1;
    }

    .footer__contact { 
        border-left: none;
    }

    .footer-reserve li:first-child::after {
        content: none;
    }
    .footer-reserve div {
        margin-top: 17px;
    }

    .footer__contact {
        padding-bottom: 32px;
    }

    .btnReserve {
        display: none;
    }

    .tell-wrapper {
        display: none;
    }

    .spfootericon {
        display: flex;
        gap: 10px;             
        padding: 0;
        list-style: none;
    }

    .spfootericon__hair {
        width: 80px;            
        height: 80px;
        background-color: #908C81;     
        display: flex;
        justify-content: center; 
        align-items: center;
        border-radius: 3px;     
    }

    .spfootericon__facial {
        width: 80px;            
        height: 80px;
        background-color: #D8C6B3;    
        display: flex;
        justify-content: center; 
        align-items: center;
        border-radius: 3px;     
    }

    .spfootericon__hair a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .spfootericon__facial a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .spfootericon li img {
        width: 43%;         
        /* height: auto; */
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .spfootericon li:nth-child(2) img {
        width: 38%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        }

    .spfootericon li:nth-child(3) img {
        width: 70%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        }

    .footer-reserve li {
        padding: 0;
        margin-top: 0;
    }

}/* footer 657px */



.copy {
    padding: 6px 0;
    text-align: center;
    background-color: var(--primary-brown);
}

.copy small {
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
}


/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:#D8C6B3;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 360px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:3.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}