html {
  max-width: 700px; 
  font-family: "songti SC";
  justify-content: center;
  text-align: center;
}
body {
  justify-content: center;
  text-align: center;
}
.inner {
  width: 94.4%;
  margin: 0 auto;
}

/* ハンバーガーメニュー */
#globalMenuSp {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  padding-top: -100px;
}
#globalMenuSp ul {
  background-color: rgba(247, 185, 119, 0.8);
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  display: inherit;
}
#globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
/* 最後はラインを描かない */
#globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1.5em 0;
  font-size: 25px;
  text-decoration: none;
}
/* このクラスを、jQueryで付与・削除する */
#globalMenuSp.active {
  transform: translateY(0%);
}
/*ハンバーガー用CSS*/
.navToggle {
  display: block;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
}
.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 92%;
  margin-top: 20px;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 18px;
}
.navToggle span:nth-child(3) {
  top: 27px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
/*ハンバーガーメニュータップ後CSS*/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  border-bottom: solid 3px #eee;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  border-bottom: solid 3px #eee;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ハンバーガーメニュー終わり */

/* ヘッダー */
header {
  background-color: #f7b977;
  width: auto;
  height: 10%;
  justify-content: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
#logo {
  margin-top: 25px;
}
body {
  background-color: #fffdf2;
}
#header {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}
.sns {
  display: flex;
}
.sns-logo {
  margin-right: 10px;
}
/* ヘッダー終わり */
/* キャッチ */
#catch {
  text-align: center;
  margin-top: 70px;
  color: #646464;
}
.catch_copy {
  font-size: 180%;
}
hr {
  width: 350px;
}
h1 {
  font-size: 40px;
  margin-top: 40px;
}
.art {
  position: relative;
  text-align: center;
  margin: 60px 20px 0 20px;
}
#art {
  text-align: center;
  margin: 60px 20px 0 20px;
}

.art p {
  position: absolute;
  color: #646464;
  top: 30%;
  left: 8%;
  font-size: 20px;
  text-align: left;
  line-height: 35px;
}
.art div {
  text-align: center;
  width: 100%;
}
#seesaw {
  text-align: right;
}
#seesaw_text1 {
  position: absolute;
  top: 50%;
  left: 60%;
  font-size: 25px;
}
#seesaw_text2 {
  position: absolute;
  top: 60%;
  left: 58%;
  font-size: 20px;
  text-align: left;
  line-height: 28px;
}
#seesaw_text3 {
  position: absolute;
  top: 86%;
  left: 61%;
  font-size: 15px;
  text-align: center;
}
#sub_titlle {
  margin-top: 3px;
}

/* キャッチ終わり */
/* インスタ */
#insta_head {
  background-color: #f7b977;
  display: flex;
  justify-content: center;
  margin-top: 70px;
  height: 60px;
}
#insta_head img {
  margin: 10px 5px 0 0;
}
h2 {
  font-size: 40px;
  margin-top: 10px;
  color: #ffffff;
}
#insta_head #a {
  text-align: center;
}

.img_content {
  text-align: center;
}
.img_content div:hover {
  opacity: 0.5;
}
/* インスタ終わり */
/* メニュー */
#menu_head {
  background-color: #ffffff;
  justify-content: center;
  display: flex;
  margin-top: 150px;
  border-bottom: 1px solid #f7b977;
  border-top: 1px solid #f7b977;
  padding: 5px;
  height: 60px;
}

#hair_icon {
  margin: 10px 5px 0px 0;
}
/* メニュー終わり */
/* menu design */
#cut {
  text-align: center;
  font-size: 25px;
  margin: 70px 0 30px 0;
}
dl.menu {
  width: 65%;
  font-size: 1rem;
  margin: auto;
}
dl.menu div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 18px 0;
}
dl.menu div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #000;
}
dl.menu dt {
  margin: 0px;
  padding: 0 20px 0 0;
  background-color: #fffdf2;
  z-index: 2;
  text-align: left;
  font-size: 20px;
}
dl.menu dd {
  margin-right: 0px;
  padding: 0 0 0 20px;
  background-color: #fffdf2;
  z-index: 2;
  text-align: right;
  font-size: 20px;
}
/* menu design終わり */
/* スタッフ */
#staff_head {
  background-color: #ffffff;
  justify-content: center;
  display: flex;
  margin-top: 100px;
  border-bottom: 1px solid #f7b977;
  border-top: 1px solid #f7b977;
  padding: 5px;
  height: 60px;
}
#staff {
  width: 150px;
  margin-top: 40px;
  text-align: center;
  padding: 20px 15px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 1s;
}
/* マウスオーバー時 */
#staff:hover {
  background-color: #f7b977;
  color: #000000;
  cursor: pointer;
}
#staff_text {
  font-size: 100%;
  margin-top: 35px;
}
#staff_content {
  display: flex;
  justify-content: center;
}
#staff {
  width: 35%;
}
#staff p {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
#staff .name2 {
  font-size: 15px;
}
#staff .name3 {
  font-size: 15px;
}
/* スタッフ終わり */
/* 拡大 */
.lb {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s opacity ease;
  pointer-events: none;
  z-index: 100;
}
.lb img {
  width: auto !important;
  max-height: 100% !important;
  cursor: pointer;
}
.lb img,
.lb iframe {
  transform: scale(0.85);
  transition: 0.3s all ease;
}
.lb:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 101;
}
.lb:target img,
.lb:target iframe {
  transform: scale(1);
}
/* 拡大終わり終わり */
/* dressing */
#dressing_head {
  background-color: #ffffff;
  justify-content: center;
  display: flex;
  margin-top: 100px;
  border-bottom: 1px solid #f7b977;
  border-top: 1px solid #f7b977;
  padding: 5px;
  height: 60px;
}
#dressing {
  text-align: center;
  margin-top: 40px;
}
.dressing div {
  display: flex;
  justify-content: center;
}
.dressing {
  margin-top: 40px;
}
.tab-reader-dressing {
  margin: 40px 100px 0 100px;
  /* width: 60%; */
}
.dressing .lb {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s opacity ease;
  pointer-events: none;
  z-index: 100;
}
.dressing .lb img {
  width: auto !important;
  max-height: 100% !important;
  cursor: pointer;
}
.dressing.lb img,
.dressing .lb iframe {
  transform: scale(0.85);
  transition: 0.3s all ease;
}
.dressing .lb:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 101;
}
.dressing .lb:target img,
.dressing .lb:target iframe {
  transform: scale(1);
}
/* dressing終わり */
/* ご予約 */
#illustration {
  text-align: right;
  margin-right: 10%;
  margin-top: 40px;
  position: relative;
  top: 10px;
}
#contact_head {
  background-color: #ffffff;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #f7b977;
  border-top: 1px solid #f7b977;
  padding: 5px;
}
#contact_head div {
  display: flex;
  justify-content: center;
  height: 40px;
}
#contact_head p {
  font-size: 20px;
  margin-top: 20px;
}
#contact_head #home {
  margin: 20px 30px;
  font-size: 18px;
}
#contact_head div p {
  font-size: 35px;
  color: #f7b977;
  margin: 10px 0 20px 0;
}
#contact_head div img {
  margin: 12px 10px 0 0;
}
#contact_head div p a {
  text-decoration: none;
  color: #f7b977;
}
#map {
  margin-top: 80px;
}

/* ご予約終わり */
/* フッター */
footer {
  background-color: #f7b977;
}
#footer {
  display: flex;
}
#footer img {
  margin-top: 45px;
  margin-left: 20px;
}
#footer #box {
  width: auto;
  margin: 5% 5% 5% 5%;
  color: #ffffff;
}
#box p {
  font-size: 15px;
}
#box div p a {
  text-decoration: none;
  color: #fff;
}
/* #box div p {
  text-decoration: none;
} */
h4 {
  font-size: 30px;
}
#address {
  margin: 15px 0 15px 30px;
}
#footer #box div {
  display: flex;
}
#footer #box div p {
  margin-left: 40px;
}
#footer #box div time {
  margin-left: 25px;
}
#open {
  margin-top: 10px;
}
time {
  font-size: 15px;
  text-align: left;
}
/* フッター終わり */

/* menu design終わり */
@media screen and (min-width: 700px) {
  html {
    margin: 0 auto;
    background-color: #fffdf2;
  }
  main {
    box-shadow: 0px 0px 80px#f7b977;
  }
  #header {
    width: 100%;
  }
  .art p {
    font-size: 26px;
    line-height: 45px;
  }
}
@media screen and (max-width: 668px) {
  #seesaw_text1 {
    font-size: 24px;
  }
  #seesaw_text2 {
    font-size: 14px;
  }
  #seesaw_text3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  #seesaw_text1 {
    font-size: 23px;
  }
  #seesaw_text2 {
    font-size: 13px;
  }
  #seesaw_text3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 614px) {
  #seesaw_text1 {
    font-size: 22px;
  }
  #seesaw_text2 {
    font-size: 12px;
  }
  #seesaw_text3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 589px) {
  #seesaw_text1 {
    font-size: 21px;
  }
  #seesaw_text2 {
    font-size: 11px;
  }
  #seesaw_text3 {
    font-size: 11px;
  }
}
@media screen and (max-width: 564px) {
  #seesaw_text1 {
    font-size: 20px;
  }
  #seesaw_text2 {
    font-size: 10px;
  }
  #seesaw_text3 {
    font-size: 10px;
  }
}
@media screen and (max-width: 539px) {
  #seesaw_text1 {
    font-size: 19px;
  }
  #seesaw_text2 {
    font-size: 9px;
  }
  #seesaw_text3 {
    font-size: 9px;
  }
}
@media screen and (max-width: 516px) {
  #seesaw_text1 {
    font-size: 18px;
  }
  #seesaw_text2 {
    font-size: 8px;
    line-height: 20px;
  }
  #seesaw_text3 {
    font-size: 8px;
    position: absolute;
    top: 89%;
    left: 61%;
  }
}
@media screen and (max-width: 460px) {
  h3{
    width: 40%;
  }
  .art div p {
    line-height: 30px;
    font-size: 14px;
  }

  #seesaw_text1 {
    position: absolute;
    line-height: 8px;
    font-size: 12px;
  }
  #seesaw_text2 {
    font-size: 8px;
    position: absolute;
    top: 58%;
  }
  #seesaw_text3 {
    position: absolute;
    top: 86%;
    font-size: 8px;
  }
  #contact_head div p {
    text-decoration: none;
    color: #f7b977;
  }
  .navToggle span {
    position: absolute;
    left: 89%;
  }
  dl.menu dt {
    font-size: 100%;
  }
  dl.menu dd {
    font-size: 100%;
  }
  #footer img {
    margin-top: 45px;
    margin-left: 10px;
  }
  #footer #box {
    margin: 5% 5% 5% 0%;
  }
  #sub_titlle {
    margin-top: 5px;
  }
  #contact_head div {
    height: 40px;
  }
  #contact_head #home {
    margin: 20px 30px;
    font-size: 15px;
  }
  .catch_copy {
  font-size: 150%;
}
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/
.slider-item01 {
  background: url(../img/top1.png);
}
.slider-item02 {
  background: url(../img/top2.png);
}
.slider-item03 {
  background: url(../img/top3.png);
}
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}
.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}
.slick-dots button {
  display: none;
}
