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

html{
  width: 100%;
}

@font-face {
  font-family: "Noto Serif Japanese";
  src: url(/css/Noto\ Serif\ Japnese.woff2) format("woff2");
  src: url(/css/Noto\ Serif\ Japnese.woff) format("woff");
}

@font-face {
  font-family: "Tenor Sans";
  src: url(/css/Tenor\ Sans.woff2) format("woff2");
  src: url(/css/Tenor\ Sans.woff) format("woff")
}

body{
  margin: 0 auto;
  font-family: 'Tenor Sans','Noto Serif Japanese';
  color: #000;
}

ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}

#wrap{
  width: 100vw;
}


/* ハンバーガーメニュー*/
#header{
  width: 100%;
  height: 55px;
  background: #fff;
  position: fixed;
  display: flex;
  z-index: 100;
}

#logo{
  margin: 10px;
}

#logo img{
  width: 60px;
}

.nav_icon{
  position: absolute;
  top: 15px;
  right: 5px;
}

.nav_icon svg{
  width: 60px;
  height: 25px;
}

nav{
  display: none;
}

.show{
  display: block;
  position: absolute;
  width: 100%;
  height:  100vh;
  background: #FF8C15;
  text-align: center;
  overflow-y: scroll;
}


.sp_close{
  z-index: 100;
  background: none;
  width: 40px;
  height: 40px;
  top: 50px;
  right: 50px;
}

.sp_close svg{
  width: 40px;
  height: 40px;
}

.menu_list{
  font-size: 25px;
  line-height: 1;
  padding: 10px 0 15px;
  margin-bottom: 35px;
}

.menu_list a{
  color: #fff;
}

.ig{
  float: left;
  padding-left: 37%;
}

.fb{
  float: right;
  padding-right: 37%;
}

rect{
  stroke: #fff;
}

path{
  stroke: #fff;
}


.menu_list:nth-of-type(1){
 margin-top: 100px;
}

/* スライドショー */
.content{
  position: relative;
  width: 100%;
}

#main{
  background: #FFDDBA;
  width: 100%;
  height: auto;
}

.main_slide{
  width: 100%;
  height: auto;
}

.main_slide img{
  width: 85vw;
  height:75vw;
}



/* コンテンツ基本設定 */
.field{
  width: 100%;
}

.ttl_area{
  margin-left: 10px;
}

.en{
  font-size: 50px;
  margin-bottom: 20px;
}

.ja{
  font-size: 15px;
  position: absolute;
  top: 3.5rem;
  border-bottom: 1px solid;
  width: 90%;
}

/* エステ */
#ethetic{
  position: relative;
  background: #FFC78D;
  width: 100%;
  color: #fff;
  padding: 40px 0 60px;
}

#ethetic .en{
  margin-bottom: 10px;
}

.field{
  position: relative;
}

.inner{
  color: #6f4b3e;
}

.owner_img{
  margin-top: 30px;
}

.outline{
 border-bottom: solid 1px #fff;
  margin-left: 10px;
  margin-right: 20px;
}

.outline>p{
  text-align: justify;
  padding: 20px 15px;
}

.owner_img img{
  width: 95%;
  margin: 10px;
}

.owner_name{
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.owner_name span{
  display: block;
  font-size: 15px;
}

.sikaku{
  margin:0 20px;
}

.sikaku_ttl{
  font-size: 20px;
}

.sikaku>p{
  margin-bottom: 20px;
}

.op{
  position: relative;
  border: 2px dotted #fff;
  padding: 5vw;
  margin-top: 30px
}

.op_ttl{
  font-size: 15px;
  position: absolute;
  width: 130px;
  height: 20px;
  background: #fff;
  color: #FF8C15;
  top: -12px;
  left: 10px;
  border-radius: 5px;
  padding: 2px;
  text-align: center;
}

.op>p:first-of-type{
  text-align: justify;
}

.op_box{
  margin-top: 10px;
}

.op_cont{
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.op_cont::before{
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}

.button{
  margin-top: 20px;
}

.button_ttl{
  border-bottom: double 5px #fff;
  margin-bottom: 30px;
}

.button a{
  background: #faac5c;
  border-radius: 5px;
  color: #fff;
  padding: 15px 25px;
  margin-top: 20px;
}

/* サロン */
#salon{
  position: relative;
  background: #FFDDBA;
  color: #fff;
  padding: 35px 0 40px;
}

#salon .en{
  margin-bottom: 35px;
}

.salon_img{
  width: 85%;
  margin:  0 auto;
}

.salon_img p{
  color: #6f4b3e;
  margin: 0 15px;
}

/* .salon_img p:first-of-type{
  margin: 0 10px;
} */

.salon_img img{
  width: 100%;
}

.right{
  margin-top: 30px;
}

.right img:last-of-type{
  transform: translateY(-6px);
}

/* Instagram */
#news{
  background: #FFC78D;
  color: #fff;
  padding: 25px 0;
}

#insta{
  position: relative;
}

.insta{
  width: 100vw;
}

.insta_list{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: center;
  margin: 35px 0;
}

.insta_link{
  width: 32vw;
  height: 32vw;
  margin-right: 3px;
}

.news_en{
  font-size: 36px;
}

.news_ja{
  position: absolute;
  font-size: 15px;
  top: 2.7rem;
  border-bottom: 1px solid;
  width: 90%;
}

.calendar{
  position: relative;
}

.g_calendar{
  text-align: center;
}

.g_calendar iframe{
  width: 90vw;
  height: 90vw;
  margin: 35px 0;
}

/* コロナ */
#colona{
  position: relative;
  color: #FF8200;
  padding-top: 20px;
  margin: 0 10px;
}

#colona>p{
  color: #000;
  text-align: center;
}

.colona{
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #FF8200;
  margin-bottom: 10px;
}

.frame_box{
  display: inline-flex;
  margin-top: 15px;
}

.colona_frame{
  position: relative;
  width: 25vw;
  height: 25vw;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  margin-left: 5vw;
}

#mask{
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: 6vw;
  right: 6.5vw;
}

#air{
  width: 8vw;
  height: 15vw;
  top: 3vw;
  right: 8vw;
  position: absolute;
}

#shodoku{
  width: 8vw;
  height: 13vw;
  position: absolute;
  top: 4vw;
  right: 9vw;
}

.colona_text{
  font-size: 2.5vw;
  margin: 0 10px;
  position: absolute;
  bottom: 4vw;
  line-height: 1.3;
}

.colona_cont1>p{
  left: 3vw;
}
.colona_cont2>p{
  left: 1vw;
  bottom: 1vw;
  margin:0 20px;
}

.colona_cont3>p{
  left: 1vw;
  bottom: 1vw;
  margin: 0 20px;
}


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

  #colona>p{
    font-size: 12px;
  }

  .colona_frame{
    width: 30vw;
    height: 30vw;
    border: none;
    margin-left: 1vw;
  }

  #mask{
  width: 14vw;
  height: 14vw;
  top: 6vw;
  right: 7vw;
}

#air{
  width: 10vw;
  height: 15vw;
  top: 3vw;
  right: 10vw;
}

#shodoku{
  width: 10vw;
  height: 15vw;
  top: 4vw;
  right: 11vw;
}


  .colona_text{
    font-size: 10px;
  }

  .colona_cont1>p{
    bottom: 4vw;
    left: 5vw;
  }

  .colona_cont2>p{
    bottom: 2vw;
    left: 2vw;
  }

  .colona_cont3>p{
    bottom: 2vw;
  }
}

.colona_box{
  border: 1px dotted;
  margin: 12px;
  padding: 25px;
}

.colona_box>p,
.colona_box>ul{
  color: #000;
  line-height: 2;
  margin-bottom: 20px;
  text-align: justify;
}

.colona_box>ul{
  margin-bottom: none;
}

.colona_box li{
  list-style: disc;
  margin: 20px;
}


.come{
  color: #FF8200;
}


/* フッター */
footer{
  padding-top: 40px;
}

.contact{
  width: 82%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.contact a{
  display: block;
  border: 1px solid #FFC78D;
  color: #FFC78D;
  padding: 20px 10px;
}

.contact a::before{
  content: "";
  width: 30px;
  height: 20px;
  margin: 20px;
  background: url(/img/contact_icon.png);
  background-size: 30px 20px;
  position: absolute;
  right: 10vw;
}

.contact_en{
  font-size: 30px;
  display: block;
}

.conta_txt{
  font-size: 15px;
}

.copyright{
  width: 100%;
  height: auto;
  background: #FFC78D;
  color: #fff;
  text-align: center;
}
