@charset "utf-8";
body {
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #3b3e46;
  text-align: center;
  background: #e6f0f0;
}
/*header*/
.logo {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 150px;
  height: auto;
}
/*ハンバーガー↓*/
#hamburger .btn-gNav {
  position: absolute;
  top: 29px;
  right: 35px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #151515;
  border-radius: 0px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  display: block;
}
#hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}
#hamburger .btn-gNav.open span:nth-child(1) {
  background: #fff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2), #hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #b5d4d0;
  font-size: 16px;
  /*box-sizing: border-box;*/
  z-index: 2;
  padding-top: 50px;
  transition: .3s;
  /*background-image:url(../img/hbgmBg_s.jpg);*/
  background-size: 100% 100%;
}
#gNav.open {
  right: 0px;
}
/*#gNav .gNav-menu{
  width: 100%;
  height:100%;
  display: flex;
  flex-direction: column;
  text-align: center;
} 元のやつ*/
#gNav .gNav-menu-pc {
  display: none;
}
#gNav .gNav-menu {
  width: 100%;
  height: 100%;
  text-align: center;
}
#gNav .gNav-menu li {
  /*display: block;*/
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width:901px) {
  #gNav .gNav-menu {
    display: none;
  }
  #gNav .gNav-menu-pc {
    display: block;
  }
  #gNav .gNav-menu-pc {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #gNav .gNav-menu-pc li {
    /*display: block;*/
    width: 50%;
    margin: 0 auto;
  }
}
#gNav .gNav-menu-list a {
  display: block;
  color: #3b3e46;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  /*width: 50%;*/
}
.gNav-menu-list {
  border-bottom: 1px solid #ffffff;
}
.name {
  padding-top: 200px;
  font-size: 1.2em;
}
/*pc用*/
/*
@media screen and (min-width:901px) {
  #pc-ver {
    display: flex;
    height: 110px;
    width: 100%;
    justify-content: space-between;
  }
  #pc-ver h1 {
    margin-left: 5%;
    line-height: 110px;
  }
  #pc-ver h1 a {
    margin: auto;
  }
  .logo {
    height: 30px;
    width: auto;
  }
  .btn-gNav {
    display: none;
  }
  #hamburger {
    margin-right: 5%;
  }
  #gNav {
    position: static;
    background: none;
    padding: 0;
  }
  #gNav ul {
    display: flex;
  }
  .gNav-menu-list {
    padding: 0 10px;
  }
  .gNav-menu-list a {
    border: none;
    line-height: 110px;
    color: #000 !important;
    width: 100%;
    margin: 0 auto;
  }
  .name {
    display: none;
  }
}
*/
.back-image-text {
  width: 70%;
}
.catchCopy p span {
  letter-spacing: 3px;
}
@media screen and (min-width:901px) {
  .image-text {
    margin: 50px 0;
    display: flex !important;
    flex-direction: row-reverse;
  }
  .back-image-text {
    position: static !important;
    transform: none !important;
    width: 50% !important;
    margin: auto;
  }
  picture {
    width: 50% !important;
  }
}
/*slider*/
.main-slider {
  width: 100%;
  margin: 0 auto;
}
.main-slider img {
  width: 85%;
  height: auto;
  margin: 0 auto;
}
/*min-text*/
.catchCopy p {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff 60%);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*back-image*/
.image-text {
  position: relative;
}
.back-image {
  width: 100%;
}
.back-image-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 2;
  letter-spacing: 0.1em;
}
.text1, .text2 {
  font-size: max(1vw, 16px);
}
.text2 {
  margin-top: 30px;
}
/*section*/
section {
  padding: 30px;
}
h2 {
  font-size: 45px;
  letter-spacing: 0.1rem;
  font-family: brioso-pro, serif;
  font-weight: 700;
  font-style: normal;
}
.content1-h2 p, .content2-h2 p {
  margin-top: -15px;
  font-size: 13px;
}
.content1-h2, .content2-h2 {
  padding: 30px;
}
/*staff*/
.bg-area {
  background: url("../img/bg.png");
  padding-bottom: 20px;
  background-size: 150px;
}
.staff-slider {
  width: 245px;
  margin: 0 auto;
}
.staff {
  background: url("../img/gold-border/gold-border.svg");
  height: 800px;
  width: 245px;
  background-size: 100% 100%;
}
.staff h3 {
  padding-top: 10px;
  margin: 0 auto;
}
.staff h4 {
  padding-top: 20px;
  margin: 0 auto;
}
.staff-contents {
  height: 60px;
  margin: 0 auto;
}
.staff-contents ul {
  display: inline-block;
  text-align: left;
}
/*くわしくはこちら*/
/*アコーディオンタイトル*/
.toggle-btn {
  padding: 30px 0;
  margin: 0 auto;
  width: 200px;
  height: auto;
}
/*@media screen and (max-width:900px) {
  .toggle-btn {
  	text-align: center;
 
  	width: 220px;
  	position: relative;
  }
}*/
.title {
  text-align: center;
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  transition: all .5s ease;
  display: inline-block;
  /* margin-right: 10px;*/
  width: 200px;
}
/*アイコンの＋と×*/
/*
.title span::before, .title span::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #C1863B;
}
.title::before {
  top: 38%;
  right: -16px;
  transform: rotate(0deg);
}
.title::after {
  top: 38%;
  right: -16px;
  transform: rotate(90deg);
}
*/
/*　closeというクラスがついたら形状変化　*/
/*
.title .close::before {
  transform: rotate(45deg);
}
.title .close::after {
  transform: rotate(-45deg);
}
*/
/*アコーディオンで現れるエリア*/
.box {
  text-align: center;
  display: none; /*はじめは非表示*/
  background: #f3f3f3;
  width: 200px;
  padding: 20px 0;
  position: absolute;
  z-index: 150;
}
.space-div {
  height: 84px;
}
.more-button {
  padding-top: 5px;
}
.more {
  padding-top: 15px;
  font-size: 14px;
}
.staff-img {
  margin: 10px auto;
  padding-top: 15px;
}
.button {
  display: inline-block;
  width: 130px;
  border: 1px solid #C19E6C;
  border-radius: 10px;
  background: #e6f0f0;
  margin-top: 20px;
  margin-bottom: 35px;
}
.button a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  color: #151515;
  height: 30px;
  border-radius: 10px;
}
.button a:hover {
  background: #E5FAFF;
}
/*pc*/
.staff-pc-slider {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  /*PCサイズのスタッフスライダーを消す*/
  #content1-pc {
    display: none;
  }
}
/*PCサイズのスタッフスライダーを書いて、携帯サイズのスタッフスライダーを消す*/
@media screen and (min-width:901px) {
  /*PCサイズのスタッフスライダーを書く*/
  /*携帯サイズのスタッフスライダーを消す*/
  #content1 {
    display: none;
  }
}
/*salon*/
iframe {
  width: 90%;
  height: 240px;
}
.details {
  text-align: left;
  width: 90%;
}
.shop-detail dt {
  margin-top: 35px;
}
.sns {
  margin-top: 60px;
}
.sns-link a {
  text-decoration: none;
  color: #151515;
  border-bottom: 1px dotted #3b3e46;
}
/*aikon*/
@font-face {
  font-family: 'icomoon';
  src: url('fonts2/icomoon.eot?pza2gj');
  src: url('fonts2/icomoon.eot?pza2gj#iefix') format('embedded-opentype'), url('fonts2/icomoon.ttf?pza2gj') format('truetype'), url('fonts2/icomoon.woff?pza2gj') format('woff'), url('fonts2/icomoon.svg?pza2gj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-instagram {
  text-decoration: none;
  color: #131313;
  position: relative;
  top: -84px;
  left: 115px
}
/*↑ここまでaikon*/
footer .inner {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width:601px) and (max-width:900px) {
  iframe {
    width: 90%;
    height: 412px;
    margin: 0 auto;
  }
}
.stafftext {
  width: 180px;
  height: 150px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:901px) {
  .shop-detail {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  iframe {
    padding-top: 40px;
    width: 60%;
    height: 400px;
  }
  .details {
    text-align: left;
    width: 30%;
  }
}