@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';
  font-size: 16px;
  color: #000;
}

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

#wrap{
  width: 100vw;
}

/* ヘッダー */
.nav_icon,.sp_close{
  display: none;
}

#header{
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  display: flex;
  z-index: 100;
}

#logo{
 margin: 20px;
}

#logo img{
  width: 100px;
}

nav{
  position: absolute;
  right: 0;
  top: 1rem;
}

.menu_list{
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
  padding: 20px 0;
}

.menu_list a{
  color: #4E4854;
}

.ig svg,.fb svg{
  width: 20px;
  height: 20px;
  transform: translateY(5px);
}

#logo:hover,.menu_list:hover{
  opacity: 0.2;
}

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

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

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

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

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

.ttl_area{
 margin-left: 20px;
}

.en{
  font-size: 120px;
}

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

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

.field{
  position: relative;
}

.inner{
  display: flex;
  margin-top: 50px;
  margin-left: 25px;
  color: #6f4b3e;
}

.owner{
  width: 55%;
}

.outline{
  width: 85%;
  margin-left: 20px;
}

.outline>p{
  text-align: justify;
  font-size: 16px;
  padding: 10px 2vw;
}

.owner_img{
  margin: 25px;
}

.owner_img img{
  width: 40vw;
}

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

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

.sikaku{
  width: 55%;
  margin: 10px 20px;
}

.sikaku_ttl{
  font-size: 22px;
}

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

.op{
  position: relative;
  border: 2px dotted #fff;
  padding: 30px 20px 10px;
  margin-top: 30px;
  margin-right: 20px;
  font-size: 14px;
}

.op_ttl{
  font-size: 16px;
  position: absolute;
  width: 140px;
  height: 26px;
  background: #fff;
  color: #FF8C15;
  top: -10px;
  left: 10px;
  border-radius: 5px;
  text-align: center;
}

.op_box{
  margin: 20px 0;
}

.op_box p{
  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: 6px double #fff;
  width: 75%;
  margin-bottom: 20px;
}

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

.button a:hover{
  background-color: #fff;
  color: #faac5c;
}

@media screen and (min-width:1025px) {
  .op{
  font-size: 16px;
   padding: 30px 40px;
   margin-top: 45px;
   margin-right: 45px;
  }

  .op_cont{
    margin-bottom: 20px;
  }

  .op_box p{
  margin-top: 30px;
}
}


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

.salon_img{
  width: 91%;
  margin-top: 60px;
  padding-right: 9%;
  display: flex;
}

.salon_img p{
  margin-left: 20px;
  color: #6f4b3e;
}

.left p{
  margin: 8px 3rem 0;
}

@media screen and (max-width:900px){
  .salon_img p{
    font-size: 14px;
  }
}

.salon_img .left{
  width: 66.7%;
}

.left img{
  width: 100%;
}

.salon_img .right{
  width: 33.3%;
}

.right img{
  width: 100%;
}

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

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

#insta{
  position: relative;
}

.insta{
  width: 100vw;
}

  .insta_list{
    width: auto;
    display: flex;
    margin: 50px 2vw 0;
    flex-wrap: nowrap;
  }
  .insta_link{
    width: 15vw;
    height: 15vw;
    margin-right: 10px;
  }

.news_en{
  font-size: 80px;
}

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

/* カレンダー */
.calendar{
  position: relative;
  margin-top: 30px;
}

.g_calendar{
  text-align: center;
  margin-top: 50px;
}

.g_calendar iframe{
  width: 100%;
  max-width: 700px;
}

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

#colona>p{
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}

.colona{
  text-align: center;
  font-size: 35px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}

.frame_box{
  display:inline-flex;
  padding:3vw 10vw;
}

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

#mask{
  width: 7vw;
  height: 7vw;
  transform: translateY(30px);
}

#air{
  width: 5vw;
  height: 7.5vw;
  transform: translateY(20px);
}

#shodoku{
  width: 6vw;
  height: 7vw;
  transform: translateY(20px);
}

.colona_text{
  font-size: 1.2vw;
  transform: translateY(1.5rem);
}

.colona_box{
  line-height: 3;
  border:  2px dotted;
  margin: 30px 20px 30px 20px;
  padding: 40px;
}

.colona_box>p,.colona_box>ul{
 color: #000;
 margin-bottom: 20px;
}

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

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

.come{
  color: #FF8200;
}

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

/* コンタクト */

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

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

.contact a::before{
  content: "";
  width: 65px;
  height: 36px;
  margin: 35px 50px;
  background: url(/img/contact_icon.png) no-repeat;
  background-size: 65px 36px;
  position: absolute;
  right: 7vw;
}


.contact>a:hover{
  background-color: #FFC78D;
  color: #fff;;
}

.contact a:hover::before{
  background: url(/img/contact_icon_w.png)no-repeat;
  background-size: 65px 36px;
}

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

.contact_txt{
  font-size: 20px;
  text-align: center;
}

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