@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: HachiMaruPop ;font-family: HachiMaruPop ;
    src: url(../font/Hachi_Maru_Pop/HachiMaruPop-Regular.ttf);
}

@font-face {
    font-family: M_PLUS_1p;
    src: url(../font/M_PLUS_1p/MPLUS1p-Light.ttf);
}

@font-face {
    font-family: Yusei_Magic;
    src: url(../font/Yusei_Magic/YuseiMagic-Regular.ttf);
}

@font-face {
  font-family: chi_jyun;
  src: url(../font/c_jyunjun/chi_jyun/ちはや純.ttf);
}

/* ふぇどいん */

.fadein .left {
    opacity: 0;
    transform: translate(-100px,0px);
    transition: all 1s;
}

.fadein.right {
    opacity: 0;
    transform: translate(100px,0px);
    transition: all 1s;
}

.fadein {
    opacity: 0;
    transform: translate(0,80px);
    transition: 800ms;
   }

.fadein.scrollin {
    opacity: 1;
    transform: translate(0,0);
}

/* #AB9B9A */

body {
    color: #202020;
    font-family: M_PLUS_1p;
    background-image: url(../imags/back.jpg);
    background-size: 50% 100%;
    background-attachment: fixed;
}

header h1 {
  width: 15%;
}

header h1 img {
  display: block;
  width: 100%;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 3%;
  z-index: 10;
  display: flex;
  background-color: #fff4f8cc;
  animation: slideIn2 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn2 {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}

nav {
  width: 80%;
  margin-left: 15%;
}

nav ul {
  width: 100%;
  display: flex;
  list-style-type: none;
  text-align: center;
}

nav ul li {
  width: 20%;
  border-radius: 5%;
}

nav ul li a {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 3vw;
  text-decoration: none;
  color: #202020;
  line-height: 3;
  transition: 0.5s;
}

nav ul li a:hover {
  color: #a37471;
  transition: 0.5s;
}

  nav .sns-icon {
    display: none;
  }

  nav .sns-icon a {
    text-decoration: none;
    color: #202020;
  }

  nav .sns-icon .fa-brands {
    margin-left: 10%;
    transition: 0.5s;
  }

  nav .sns-icon .fa-line:hover {
    color: #71db67;
    transition: 0.5s;
  }

  nav .sns-icon .fa-instagram:hover {
    color: #fa6167;
    transition: 0.5s;
  }

/* スライドショーにしたい */
  header #slick-slide {
    width: 100%;
    margin-top: 15vw;
    animation:slide 20s infinite;
    transform: translateX(0);
}


header .slider img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: 1s;
}



/* メイン */

main {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

main section h2 {
  font-size: 5.5vw;
  font-family: chi_jyun;
  font-weight: 40;
}

/* #F7F4F3 */


/* スタッフ */

.section-Staff  {
  position: relative;
  width: 85%;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 4% 5% 5% 5%;
  border-radius: 5%;
  font-family: chi_jyun;
  font-weight: 400;
  background-color: #fffbfb;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.staff-flexbox-parent {
  display: flex;
}

.staff-flexbox-child{
  width: 50%;
  margin-left: 3%;
  font-family: chi_jyun;
}

.staff-flexbox-child span {
  width: fit-content;
  font-size: 4.5vw;
  margin-left: 25%;
  font-weight: 700;
}

.section-Staff-img {
  width: 50%;
}

.section-Staff-img img {
  width: 100%;
  display: block;
}

.staff-flexbox-child ul {
  width: 99%;
  margin-top: 15%;
  line-height: 2;
}

.staff-flexbox-child ul li{
  width: 95%;
  margin-left: 13%;
  font-size: 2.5vw;
  background-color: #fff;
}

.section-Staff p:nth-child(3) {
  font-size: 3.3vw;
  white-space: pre-wrap;
  margin-top: 2%;
  width: 90%;
  padding: 6%;
  text-align: left;
  line-height: 2;  
  border: 3px dashed #ffd5c9 ;
}

.section-Staff .masute1 {
  position: absolute;
  top: -2%;
  left: 75%;
  width: 30%;
  rotate: 45deg;
}

.section-Staff .masute1 img {
  width: 100%;
  vertical-align: bottom;
}

.section-Staff .dryflour {
  position: absolute;
  top: 35%;
  left: 60%;
  width: 25%;
  rotate: 25deg;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.section-Staff .dryflour img {
  width: 100%;
  vertical-align: bottom;
}



/* アバウト */

.section-About {
  position: relative;
  width: 85%;
  margin-top: 5%;
  margin-left: 0%;
  margin-bottom: 5%;
  padding: 5%;
  border-radius: 5%;
  font-family: chi_jyun;
  font-weight: 400;
  background-color:#FEFBFB;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.section-About h2 {
  background-color: #FEFBFB;
  z-index: 10;
}

.section-About p {
  width: 85%;
  margin-top: -5%;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  line-height: 2;
  white-space: pre-wrap;
  
  font-size: 3.3vw;
  background-color: #fff;
  border: 3px dashed #ffd5c9
}

.section-About .masute1 {
  position: absolute;
  top: -3%;
  left: -5%;
  width: 20%;
  rotate: -12deg;
}

.section-About .masute1 img {
  width: 100%;
  vertical-align: bottom;
}

.section-About .dryflour {
  position: absolute;
  top: 10%;
  left: 70%;
  width: 20%;
  rotate: -30deg;
}

.section-About .dryflour img {
  width: 100%;
  vertical-align: bottom;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

/* メニュー */

.section-menu {
  width: 80%;
  margin-top:20%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  padding: 5%;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.section-menu h2 {
  text-align: center;
}

.section-menu .table-flex {
  width: 95%;
  display: block;
}

.section-menu ul {
  width: 100%;
  margin-top: 5%;
  margin-left: auto;margin-right: auto;
  font-family: Yusei_Magic;
  font-size: 2.8vw;
  padding: 3%;
  border-bottom: 1px double #202020;
  border: 3px dashed #ffd5c9 ;
}

.section-menu ul P {
  text-align: center;
  margin-bottom: 5%;
}

.section-menu ul:nth-of-type(1) p:nth-of-type(1) {
  text-align: center;
  margin-bottom: -0.5%;
  color: #815656;
  font-size: 3vw;
}

.section-menu ul:nth-of-type(2) p:nth-of-type(1) {
  text-align: center;
  margin-bottom: -0.5%;
  color: #815656;
  font-size: 2.5vw;
}

.section-menu ul li {
  list-style-type: none;
  line-height: 3;
  text-align: center;
  border-bottom: 1px dashed #ffd5c9; 
}

.section-menu ul li span {
  display: inline-block;
  width: 34%;
  text-align: left;
  margin-right: 35%;
}

.section-menu .dryflour {
  width: 20%;
  position: absolute;
  left: 0;
  top: 92.2%;
}
.section-menu .dryflour2 {
  width: 15%;
  position: absolute;
  left: 85%;
  top: 90%;
}
.section-menu .dryflour img {
  width: 100%;
}
.section-menu .dryflour2 img {
  width: 100%;
}

.section-menu .masute1 {
  position: absolute;
  top: -0%;
  left: 85%;
  width: 20%;
  rotate: 50deg;
}

.section-menu .masute1 img {
  width: 100%;
  vertical-align: bottom;
}

.section-menu .masute2 {
  position: absolute;
  top: 0%;
  left: -5%;
  width: 20%;
  rotate: -28deg;
}

.section-menu .masute2 img {
  width: 100%;
  vertical-align: bottom;
}

/* 3Dネイル */

.syasin-parent {
  width: 25%;
  margin-top: 10%;
  margin-left: 7%;
  display: flex;
}

.syasin-parent img {
  display: block;
  width: 100%;
  margin-right: 25%;
  border-radius: 50%;
  transition: 1s;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.syasin-parent img:nth-child(1):hover {
  transform: rotate(-25deg);
  transition: 1s;
}

.syasin-parent img:nth-child(2):hover {
  transform: rotate(-25deg);
  transition: 1s;
}

.syasin-parent img:nth-child(3):hover {
  transform: rotate(25deg);
  transition: 1s;
}


/* デザイン */

.section-design {
  position: relative;
  width: 80%;
  margin-top:10%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  padding: 5%;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.section-design h2 {
  text-align: center;
  margin-bottom: 5%;
}

.design-flex {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-design p {
  margin-top: 2%;
  font-family: chi_jyun;
  font-size: 3.3vw;
  text-align: center;
}

.section-design p a {
  color: #E96A70;
}

.section-design p a:hover {
  color: #4D96F6;
}

.section-design .masute1 {
  position: absolute;
  top: 0%;
  left: 80%;
  width: 25%;
  rotate: 45deg;
}

.section-design .masute1 img {
  width: 100%;
  vertical-align: bottom;
}

.section-design .masute2{
  display: none;
}


/* 予約 */

.section-Reserve {
  position: relative;
  width: 85%;
  padding: 3%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  background-color: #fff;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.section-Reserve h2 {
  text-align: center;
}

.section-Reserve p {
  width: 67.2%;
  margin-top: 3%;
  margin-left: 18%;
  text-align: left;
  line-height: 1.6;
  white-space: pre-wrap;
  font-family: chi_jyun;
  font-size: 3.3vw;
}

.section-Reserve p span {
  width: 100%;
  line-height: 1;
  border-bottom: 1px dotted #b1b1b1;
}

.yoyakuflex-parent {
  width: 70%;
  display: flex;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
}

.yoyakuflex1,.yoyakuflex2 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.yoyakuflex1 p {
  text-align: center;
}

.yoyakuflex2 p {
  margin-left: -1%;
  text-align: center;
}



.yoyakuflex1 a {
  text-decoration: none;
  padding: 5%;
}

.yoyakuflex2 a {
  text-decoration: none;
  padding: 5%;
}

.yoyakuflex1 a i {
  display: block;
  font-size: 6.5vw;
  padding-top: 5%;
  padding-bottom: 9%;
  text-align: center;
  color: #71DB67;
  transition: 0.5s;
}

.yoyakuflex2 a i {
  display: block;
  font-size: 6.5vw;
  padding-top: 5%;
  padding-bottom: 9%;
  text-align: center;
  color: #e85f65;
  transition: 0.5s;
}

.yoyakuflex1 a:hover,.yoyakuflex2 a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.section-Reserve .images {
  position: absolute;
  top: 26%;
  left: 7%;
  width: 4%;
}

.section-Reserve .images img {
  width: 100%;
}

.section-Reserve .images2 {
  position: absolute;
  top: 60%;
  left: 80%;
  width: 20%;
}

.section-Reserve .images2 img {
  width: 100%;
  vertical-align: bottom;
}

.section-Reserve .images2 img:hover {
  transform: rotate(25deg);
}

/* アクセス */
.section-Access {
  position: relative;
  width: 80%;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  font-family: chi_jyun;
  background-color: #FFFFFF; 
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.section-Access h2 {
  text-align: center;
}

.section-Access iframe {
  display: block;
  width: 70%;
  height: 20vw;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #F7D4C8;
}


.section-Access p {
  width: 80%;
  margin-top: 3%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: pre-wrap;
  font-size: 3.3vw;
}

.section-Access address span {
  display: inline-block;
  width: 15%;
}

address i {
  font-size: 2.5vw;
}

.section-Access address {
  width: 78%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
  font-style: normal;
  line-height: 2;
  list-style-type: none;
  font-family: Yusei_Magic;
  font-size: 1.8vw;
  color: #202020;
}

.section-Access iframe:nth-of-type(2) {
  margin-right: 5%;
}

.section-Access .dryflour {
  position: absolute;
  top: -8%;
  left: -2%;
  width: 25%;
  rotate: 25deg;
}

.section-Access .dryflour img {
  width: 100%;
  vertical-align: bottom;
}

/* フッダー */

footer {
  width: 90%;
  margin-top: 5%;
  padding: 5%;
  background-color: #D38A81;
  }

footer ul {
  display: flex;
  margin-left: 4%;
}

footer ul li {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}

footer ul li a {
  width: 20%;
  background-color: #fff;
}

footer ul li .ftimg {
  width: 70%;
}

footer ul li img {
  width: 100%;
  vertical-align: bottom;
}

footer ul li img:hover {
  opacity: 0.5;
}

/* copyright */
small p {
  width: 100%;
  font-size: 1.7vw;
  text-align: center;
  background-color: #8d6660;
  color: #ffffff;
}
