@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Chathura;
    src: url(../../font/Chathura/Chathura-Bold.ttf);
}

@font-face {
    font-family: Noto_Sans_JP;
    src: url(../../font/Noto_Sans_JP/static/NotoSansJP-Regular.ttf);
}

body {
    background-color: rgb(238, 250, 215);
}


.header-flexbox {
    display: flex;
    width: 100%;
    height: 9vw;
    padding: 0% 1%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 100;
}

h1 {
    width: 20%;
    margin-left: 5%;

}

h1 img {
    width: 100%;
}

.header-flexbox nav {
    width: 55%;
    margin-top: 3.5%;
    margin-left: 13%;
}

.header-flexbox nav ul {
    display: flex;
    list-style-type: none;
}

.header-flexbox nav ul li {
    margin-right: 5%;
}
.header-flexbox nav ul li a {
    width: fit-content;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    font-family: Chathura;
    font-size: 3.8vw;
    color: #333;
    transition: 0.5s;
}

.header-flexbox nav ul li a:hover {
    color: #b9b9b9;
    transition: 0.5s;
}

header .sns-icon {
    display: none;
    width: 5%;
    margin-top: 0.7%;
    margin-right: 2.5%;
}




/* トップ写真 */
.topvisual {
    background-image: url(../../images/top.jpg);
    background-size: cover;
    width: 100%;
    height: 45vw;
    margin-bottom: 5%;
}

/* トップに戻る */
#page-top {
    display:none;    
}


/* news */
.news {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-left: auto;
    margin-bottom: 10%;
}

.news h2 {
    width: 30%;
    letter-spacing: 0.1em;
    font-family: Chathura;
    font-size:6.5vw;
    color: #333;
}

.news .line {
   display: none;
}

.news-textbox p {
    display: block;
    margin-top: 3%;
    margin-left: 0%;
    width: 100%;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: Noto_Sans_JP;
    font-weight: 300;
    font-size: 2.3vw;
    color: #505050;
}


/* ループスライド右から */
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }
    .scroll-infinity__wrap {
      display: none;
    }

 


/* 写真 */
    .middlevisual {
        background-image: url(../../images/middle.jpg);
        background-size: cover;
        width: 100%;
        height: 40vw;
        margin-top: 10%;
        margin-bottom: 15%;
    }


/* STYLE */
.style-box {
    position: relative;
    @keyframes infinity-scroll-left {
        from {
            transform: translateX(0);
        }
            to {
            transform: translateX(-100%);
        }
        }
        .scroll-infinity__wrap {
            display: flex;
            overflow: hidden;
        }
    
        .scroll-infinity__list {
            display: flex;
            gap: 0%;
            margin-left: 1%;
            list-style: none;
            padding: 0
        }
        .scroll-infinity__list--left {
            animation: infinity-scroll-left 30s infinite linear 0.6s both;
        }
        .scroll-infinity__item {
            width: calc(100vw / 3);
        }
        .scroll-infinity__item>img {
            width: 30vw;
            height: 30vw;
            border-radius: 15vw;
        }
    }

.style-box .style-textbox {
    position: absolute;
    top: -15%;
    left: 7%;
    background-color: #ffffff;
    width: 35%;
    height: 35vw;
}



.style-box .style-textbox h3 {
    text-align: center;
    margin-top: 10%;       
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.3em;
    font-family: Chathura;
    font-size: 7vw;
    color: #333;

}

.style-box .style-textbox p {
    display: block;
    width: fit-content;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: Noto_Sans_JP;
    font-weight: 300;
    font-size: 2vw;
    color: #505050;
}

.style-box .style-textbox p a {
    display: block;
    width: fit-content;
    height: 2;
    text-decoration: none;
    margin-top: 60%;
    font-size: 2.3vw;
    color: #505050;
    transition: 0.5s;
}

.style-box .style-textbox p a:hover {
    color: #a8a8a8;
    transition: 0.5s;
}


.border-line {
    width: 50%;
    height: 1vw;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0.5px #333;
}

.border-line:hover {

}

   

    /* MENU */
.menu-box {
    flex-direction: column-reverse;
    width: 100%;
    /* margin-top: 13%; */
    margin-left: auto;
    margin-right: auto;
}
 /* プライスボックス */
.menu-box .price-box {
    background-color: rgba(255, 255, 255, 0.7);
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    height: 32vw;
    padding: 4% 5%;
}

.menu-box .price-box p  {
    display: block;
    width: 97%;
    border-bottom: dashed 0.5px #a0a0a0;
    letter-spacing: 0.1em;
    line-height: 3;
    font-family: Noto_Sans_JP;
    font-weight: 100;
    font-size: 2vw;
    color: #505050;
}

.menu-box .price-box span {
    display: inline-block;
    width: 70%;
    margin-left: 2em;
    margin-right: 5%;
    font-weight: 100;
}

  /* メニューテキストボックス */
.menu-box .menu-textbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 20vw;
    margin-left: 7%;
}

.menu-box .menu-textbox h3 {
    width:fit-content;
    margin-top: 1%;
    margin-left: 10%;
    letter-spacing: 0.3em;
    font-family: Chathura;
    font-size: 7vw;
    color: #333;
}

.menu-box .menu-textbox p {
    display: block;
    width: fit-content;
    height: fit-content;
    letter-spacing: 0.1em;
    font-family: Noto_Sans_JP;
    font-weight: 300;
    font-size: 2vw;
    color: #505050;
}

.menu-box .menu-textbox p a {
    display: block;
    width: fit-content;
    height: fit-content;
    margin-top: auto;
    text-decoration: none;
    font-size: 2.3vw;
    color: #505050;
    transition: 0.5s;
}

.menu-box .menu-textbox p a:hover {
    color: #a8a8a8;
    transition: 0.5s;
}

.menu-box .border-line {
    display: none;
}

/* STAFF */
.staff-box {
    position: relative;
    @keyframes infinity-scroll-left {
        from {
            transform: translateX(0);
        }
            to {
            transform: translateX(-100%);
        }
        }
        .scroll-infinity__wrap {
            display: flex;
            overflow: hidden;
        }
    
        .scroll-infinity__list {
            display: flex;
            gap: 1%;
            margin-left: 1%;
            list-style: none;
            padding: 0
        }
        .scroll-infinity__list--left {
            animation: infinity-scroll-left 30s infinite linear 0.6s both;
        }
        .scroll-infinity__item {
            width: calc(100vw / 2.5);
        }
        .scroll-infinity__item>img {
            width: 30vw;
            height: 30vw;
            border-radius: 15vw;
        }
    
}

.staff-box .staff-textbox {
    position: absolute;
    top: -15%;
    left: 7%;
    background-color: #ffffff;
    width: 35%;
    height: 35vw;
}



.staff-box .staff-textbox h3 {
    text-align: center;
    margin-top: 10%;       
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.3em;
    font-family: Chathura;
    font-size: 7vw;
    color: #333;

}

.staff-box .staff-textbox p {
    display: block;
    width: fit-content;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: Noto_Sans_JP;
    font-weight: 300;
    font-size: 2vw;
    color: #505050;
}

.staff-box .staff-textbox p a {
    display: block;
    width: fit-content;
    height: 2;
    text-decoration: none;
    margin-top: 60%;
    font-size: 2.3vw;
    color: #505050;
    transition: 0.5s;
}

.staff-box .staff-textbox p a:hover {
    color: #a8a8a8;
    transition: 0.5s;
}

.border-line {
    width: 30%;
    height: 1vw;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0.5px #9c9b9b;
}

/* 写真 */
.bottomvisual {
    background-image: url(../../images/bottom.jpg);
        background-size: cover;
        width: 100%;
        height: 40vw;
        margin-top: 15%;
        margin-bottom: 10%;
}

/* サロンリスト */

/* ふわっと出す */
.box {
    opacity: 0;/* ふわっと出てくるときに透明から→可視化したいので最初は透明 */
    transition: 1s;/* 時間をかけてフワッと出てきてほしいので時間指定している */
    transform: translateY(40px);
}

.isAnimate {
    opacity: 1;/*elemというクラス名を付けた要素が画面内に入ったときに可視化する */
    transform: translateY(0px);/* elemというクラス名を付けた要素が画面内に入ったときに
    下から上に少し移動させている */
  }


.salonlist-box {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13%;
}

.salonlist-box h4 {
    width: fit-content; 
    margin-top: 10%;
    margin-bottom: 2%;       
    letter-spacing: 0.1em;
    font-family: Chathura;
    font-size: 7vw;
    color: #333;
}

.salon-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13%;
}


.salon-flexbox {
    display: block;

    gap: 4%;
}

.salon-flexbox .salon-box p {
    display: block;
    width: fit-content;
    margin-top: 1%;
    margin-bottom: 1%;
    letter-spacing: 0.2em;
    font-family: Noto_Sans_JP;
    font-size: 2.5vw;
    font-weight: 100;
    color: #505050;
}

.salon-flexbox .salon-box p span {
    font-weight: 550;
    font-size: 2.5vw;
    letter-spacing: 0.11em;
}

.img-box {
    overflow: hidden;
    margin-bottom: 3%;
}

.salon-flexbox .salon-box img {
    width: 100%;
    vertical-align: bottom;  
    transform: scale(1);
    transition: 1s;
}

.salon-flexbox .salon-box img:hover {
    transform: scale(1.05, 1.05);
    filter: opacity(40%);
    transition: 1s;
}



/* recruit */
.recruit-box {
    position: relative;
    background-image: url(../../images/recruit.jpeg);
    background-size: cover;
    width: 100%;
    height: 50vw;
    margin-bottom: 7%;
}

.recruit-text {
    width: 35%;
    height: 35vw;
    padding:4% 4%;
    background-color: rgba(250, 245, 245, 0.7);
    position: absolute;
    top: 4.3%;
    left: 54%;
}

.recruit-text h4 {
    width: fit-content;      
    letter-spacing: 0.1em;
    font-family: Chathura;
    font-size: 7vw;
    color: #333;
}

.recruit-text p {
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: Noto_Sans_JP;
    font-weight: 400;
    font-size: 1.8vw;
    color: #202020;
}

.recruit-text .recruit-1 p span {
    display: block;
    width: 90%;
    margin-top: 15%;

}

.recruit-text .recruit-1 p span a {
    display: block;
    width: 100%;
    text-decoration: none;
    letter-spacing: 0.1em; 
    line-height: 3;   
    text-align: center;
    text-decoration: none;     
    border: solid 0.2px #333;
    font-family: Noto_Sans_JP;
    font-weight: 400;
    font-size: 1.8vw;
    color: #202020;
    transition: 0.5s;
}

.recruit-text .recruit-1 p span a:hover {
    background-color: #444444 ;
    color: #f7f3f3;
    transition: 0.5s;
}



   /* スライドライン */
   .bbs{
    align-items: center;
    color: #fff;
    display: flex;
    height: 10vw;
    line-height: 1;
    overflow:hidden;
    width: 100%;
    margin-bottom: 5%;
    white-space:nowrap;
    z-index: 1;
  }
  .bbs ul {
    animation: flowing 300s linear infinite;
    font-size: 7vw;
    transform:translateX(100%);
    margin: 0;
    padding: 0;
  }
  .bbs ul li{
    display: inline-block;
    padding-right: 1%;
    font-family: Chathura;
    letter-spacing: 0.07em;
    filter: opacity(70%);
  }
  @keyframes flowing {
    0% { transform:translateX(0%); }
    100% { transform:translateX(-100%); }
  }



/* footer */
footer {
    width: 100%;
    /* height: 30vw; */
    padding: 8% auto;
    background-color: #4b4a4a;
}

footer .logo {
    width: 25%;
    padding-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

footer .logo img {
    width: 100%;  
    margin-bottom: 2%; 
}

footer .logo p {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.3em;
    line-height: 1.5;
    font-family: Chathura;
    font-weight: 400;
    font-size: 3vw;
    color: #ffffff;
}


/* snsアイコン */
footer .sns-icon {
    display: block;
    width: 19%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto; 
}


footer .sns-icon .fa-instagram {
    font-size: 3.5vw;
    color: #ffffff;
    margin-left: 2%;
}

footer .sns-icon .fa-facebook {
    font-size: 3.5vw;
    color: #ffffff;
    margin-left: 16%;
    margin-right: 16%;
}

footer .sns-icon .fa-square-x-twitter {
    font-size: 3.5vw;
    color: #ffffff;
}

.footer-line {
    width: 90%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0.5px #ffffff ;
}

/* フッターナビ */
.footer-flexbox nav {
    width: 70%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
}

.footer-flexbox nav ul {
    display: flex;
    gap: 7%;
    list-style-type: none;
}

.footer-flexbox nav ul li a {
    width: fit-content;
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.9;
    font-family: Chathura;
    font-size: 3.8vw;
    color: #ffffff;
    transition: 0.5s;

}

.footer-flexbox nav ul li a:hover {
    color: #999898;
    transition: 0.5s;
}


/* 予約・採用 */
.reserve-box {
    display: block;
    gap: 5%;
    width: 50%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

.reserve-box p {
    display: block;
    width: 90%;
}

.reserve-box p a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 2;
    font-family: Noto_Sans_JP;
    font-weight: 300;
    font-size: 2.3vw;
    border: solid 0.2px #ffffff;
    color: #fffefe;
    transition: 0.5s;
}

.reserve-box p a:nth-of-type(1) {
    margin-top: 5%;
}

.reserve-box p a:hover {
    background-color: #ffffff;
    color: #222222;
    transition: 0.5s;
}





footer p small {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-size: 1.5vw;
    color: #ffffff;
}

