@charset "UTF-8";
* {
    box-sizing: border-box;
  }

body {
  color: #523d3d;
  font-family: 'Noto Sans JP',"游ゴシック", "Yu Gothic", "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height:1.5;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  color: #523d3d;
  font-size: 26px;
  font-weight: bold;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : none;
}

nav.globalMenuSp {
  visibility: hidden;
  height: 0;
}

nav.globalMenuSp h1 {
  display: none;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: none;
}

/* ページトップへ戻る */
#page_top {
  position: fixed;
  right: 80px;
  bottom: -200px;
  border-radius: 50%;
}

#page_top a {
  width: 100px;
  height: 100px;
  display: block;
  background: url("../img/btn.png") no-repeat left center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

#page_top a:hover {
  background: url("../img/btn-on.png") no-repeat left center;
}

.globalHeaderSp {
  display: none;
}

/* PCメニュー */
.globalMenuPc {
  height: 100px;
  width: 100%;
  max-width: 1920px;
  justify-content: space-between;
  display: flex;
}

.globalMenuPc ul {
  margin: 0 auto;
  width: 62%;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
}

.globalMenuPc ul li {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.globalMenuPc li.reservation {
  padding: .3em 1em;
  background: #523d3d;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
}

.globalMenuPc ul li:hover::after {
  width: 100%;
  opacity: 1;
  background: #523d3d;
  transition: all 0.8s ease 0s;
}

.globalMenuPc ul li:last-child:hover::after {
  width: 100%;
  opacity: 1;
  background: transparent;
}

.main {
  width: 100%;
}

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.mainVisualPC h2 {
  margin: 0 auto;
  font-size: 24px;
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* コ‐ス */
.courseContents {
  width: 100%;
  margin: 2% 0 0 0;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 24px;
  margin: 4% auto 3% auto;
  text-align: center;
  line-height: 1.5;
}

.courseContents .delivery {
  text-align: center;
}

.courseContents .delivery span {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-inner {
  display: flex;
  margin: 0 auto 0 auto;
  max-width: 900px;
  width: 100%;
  justify-content: space-between;
}

.course-list {
  width: calc((100% - 1.4% * 2)/ 3);
  margin: 7% 1.4% 0 0;
}

.course-list .menu-btn {
  text-align: center;
  font-size: 22px;
  color: #523d3d;
  margin: 3.9% auto 0 auto;
  padding: .6em 2em .6em 2em;
  background: #fff;
  border: 3px solid #523d3d;
  box-sizing: border-box;
  position: relative;
}

.course-list .menu-btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  right: .75em;
  position: absolute;
}

.course-list .menu-btn:hover {
  font-size: 22px;
  padding: .6em 2em .6em 2em;
  color: #fff;
  background: #523d3d;
}

.course-list .menu-btn:hover::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  right: .7em;
  top: .4em;
  color: #fff;
  background: #523d3d;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* FOOD */
.food-title {
  font-size: 28px;
  text-align: center;
  margin: 3.9% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.food-subtitle {
  text-align: center;
  padding: 3% 0 0 0;
  max-width: 1300px;
  margin: 0 auto;
}

.food-subtitle:nth-of-type(2n) {
  border-top: 2px dotted #d0cece;
}

.box {
  padding: 0 0 4% 0;
}

.food-inner {
  position: relative;
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 1200px;
  width: 95%;
}

.food-list {
  width: calc((100% - 1.6% * 3)/ 4);
  margin: 0 1.6% 0 0;
}

.food-list:nth-child(4n) {
  margin: 0;
}

.food-list .food-img {
  display: block;
  height: auto;
  width: 100%;
}

.food-list .sp-food-img {
  display: none;
}

.food-list .food-menu {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
  line-height: 1.3;
}

.food-list .food-menu span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.food-list .food-price {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
}

.food-list .food-price span {
  font-size: 15px;
}

.food-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  width: 94%;
}

.food-inner .menu-btn {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 96%;
  height: 65px;
  max-height: 3.389%;
  line-height: 1;
  margin: 1.25em auto 0 auto;
  padding: 1em 1.5em 1em 1.5em;
  background: #523d3d;
  border: 3px solid #523d3d;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.food-inner .menu-btn:hover {
  padding: 1em 1.5em 1em 1.5em;
  color: #523d3d;
  background: #fff;
  border: 3px solid #523d3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.food-inner .menu-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  right: .5em;
  top: .75em;
  position: absolute;
}

/* こだわりのシャンプー */
.otherContents .other-title {
  font-size: 28px;
  text-align: center;
  margin: 3.9% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.shampoo-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}

.shampoo-inner .shampoo-list {
  width: calc((100% - 1%) / 2);
}

.shampoo-inner .shampoo-list .card-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 1em 0 0 0;
}

.shampoo-inner .shampoo-list .card-text {
  text-align: left;
  font-size: 18px;
  margin: 1em auto 0 auto;
  width: 80%;
}

/* other */
.other-text {
  font-size: 24px;
  margin: 3% auto 0 auto;
  text-align: center;
}

.goods-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}

.goods-inner .goods-list {
  width: calc((100% - 1.4%*3) / 4);
}

.goods-inner .goods-list:nth-child(4n) {
  margin: 0;
}


.goods-rservation {
  text-align: center;
  margin: 3% auto 6% auto;
}

.otherContents .reservation-text {
  margin: 0 auto .5em auto;
  text-align: center;
  font-size: 22px;
  width: 14.6%;
  min-width: 334px;
  display: block;
}

.otherContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 0 auto;
  position: relative;
}

.otherContents .reservation:hover {
  background: #775959;
}

.otherContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

footer {
  background: #523D3D;
  padding: 1em 0;
  width: 100%;
}

footer .footer-logo {
  text-align: center;
}

footer small {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 1em 0 0 0;
}

@media only screen and (min-width: 1240px) and (max-width: 1500px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display : none;
  }

  nav.globalMenuSp {
    visibility: hidden;
    height: 0;
  }

  nav.globalMenuSp h1 {
    display: none;
  }

  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: none;
  }

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 80px;
    bottom: -200px;
    border-radius: 50%;
  }

  #page_top a {
    width: 100px;
    height: 100px;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
  }

  .globalHeaderSp {
    display: none;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1100px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 62%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.mainVisualPC h2 {
  margin: 0 auto;
  font-size: 24px;
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* コ‐ス */
.courseContents {
  width: 100%;
  margin: 2% 0 0 0;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 24px;
  margin: 4% auto 3% auto;
  text-align: center;
  line-height: 1.5;
}

.courseContents .delivery {
  text-align: center;
}

.courseContents .delivery span {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-inner {
  display: flex;
  margin: 0 auto 0 auto;
  max-width: 900px;
  width: 100%;
  justify-content: space-between;
}

.course-list {
  width: calc((100% - 1.4% * 2)/ 3);
  margin: 7% 1.4% 0 0;
}

.course-list .menu-btn {
  text-align: center;
  font-size: 22px;
  color: #523d3d;
  margin: 3.9% auto 0 auto;
  padding: .6em 2em .6em 2em;
  background: #fff;
  border: 3px solid #523d3d;
  box-sizing: border-box;
  position: relative;
}

.course-list .menu-btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  right: .75em;
  position: absolute;
}

.course-list .menu-btn:hover {
  font-size: 22px;
  padding: .6em 2em .6em 2em;
  color: #fff;
  background: #523d3d;
}

.course-list .menu-btn:hover::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  right: .7em;
  top: .4em;
  color: #fff;
  background: #523d3d;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* FOOD */
.food-title {
  font-size: 28px;
  text-align: center;
  margin: 3.9% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.food-subtitle {
  text-align: center;
  padding: 3% 0 0 0;
  max-width: 1300px;
  margin: 0 auto;
}

.food-subtitle:nth-of-type(2n) {
  border-top: 2px dotted #d0cece;
}

.box {
  padding: 0 0 4% 0;
}

.food-inner {
  position: relative;
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 1120px;
  width: 95%;
  flex-wrap: wrap;
}

.food-list {
  width: calc((100% - 1.6% * 3)/ 4);
  margin: 0 1.6% 0 0;
}

.food-list:nth-child(4n) {
  margin: 0;
}

.food-list .food-img {
  display: block;
  height: auto;
  width: 100%;
}

.food-list .sp-food-img {
  display: none;
}

.food-list .food-menu {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
  line-height: 1.3;
}

.food-list .food-menu span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.food-list .food-price {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
}

.food-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  width: 94%;
}

.food-inner .menu-btn {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 96%;
  height: 65px;
  max-height: 3.389%;
  line-height: 1;
  margin: 1.25em auto 0 auto;
  padding: 1em 1.5em 1em .5em;
  background: #523d3d;
  border: 3px solid #523d3d;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.food-inner .menu-btn:hover {
  padding: 1em 1.5em 1em .5em;
  color: #523d3d;
  background: #fff;
  border: 3px solid #523d3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.food-inner .menu-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  right: .5em;
  top: .75em;
  position: absolute;
}

/* こだわりのシャンプー */
.otherContents .other-title {
  font-size: 28px;
  text-align: center;
  margin: 3.9% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.shampoo-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}

.shampoo-inner .shampoo-list {
  width: calc((100% - 1%) / 2);
}

.shampoo-inner .shampoo-list .card-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 1em 0 0 0;
}

.shampoo-inner .shampoo-list .card-text {
  text-align: left;
  font-size: 18px;
  margin: 1em auto 0 auto;
  width: 80%;
}

/* other */
.other-text {
  font-size: 24px;
  margin: 3% auto 0 auto;
  text-align: center;
}

.goods-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}

.goods-inner .goods-list {
  width: calc((100% - 3%) / 4);
}

.goods-inner .goods-list:nth-child(4n) {
  margin: 0;
}


.goods-rservation {
  text-align: center;
  margin: 3% auto 6% auto;
}

.otherContents .reservation-text {
  margin: 0 auto .5em auto;
  text-align: center;
  font-size: 22px;
  width: 14.6%;
  min-width: 334px;
  display: block;
}

.otherContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 0 auto;
  position: relative;
}

.otherContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

  footer {
    background: #523D3D;
    padding: 1em 0;
    width: 100%;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
  
}

@media only screen and (min-width: 900px) and (max-width: 1240px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display : none;
  }

  nav.globalMenuSp {
    visibility: hidden;
    height: 0;
  }

  nav.globalMenuSp h1 {
    display: none;
  }

  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: none;
  }

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 80px;
    bottom: -200px;
    border-radius: 50%;
  }

  #page_top a {
    width: 100px;
    height: 100px;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
  }

  .globalHeaderSp {
    display: none;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1100px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 80%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

    .globalMenuPc li.reservation {
      padding: .3em 1em;
      background: #523d3d;
      border-radius: 10px;
      color: #fff;
      font-size: 24px;
    }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.mainVisualPC h2 {
  margin: 0 auto;
  font-size: 24px;
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* コ‐ス */
.courseContents {
  width: 100%;
  margin: 2% 0 0 0;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 24px;
  margin: 4% auto 3% auto;
  text-align: center;
  line-height: 1.5;
}

.courseContents .delivery {
  text-align: center;
}

.courseContents .delivery span {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-inner {
  display: flex;
  margin: 0 auto 0 auto;
  max-width: 900px;
  width: 100%;
  justify-content: space-between;
}

.course-list {
  width: calc((100% - 1.4% * 2)/ 3);
  margin: 7% 1.4% 0 0;
}

.course-list .menu-btn {
  text-align: center;
  font-size: 22px;
  color: #523d3d;
  margin: 3.9% auto 0 auto;
  padding: .6em 2em .6em 2em;
  background: #fff;
  border: 3px solid #523d3d;
  box-sizing: border-box;
  position: relative;
}

.course-list .menu-btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  right: .75em;
  position: absolute;
}

.course-list .menu-btn:hover {
  font-size: 22px;
  padding: .6em 2em .6em 2em;
  color: #fff;
  background: #523d3d;
}

.course-list .menu-btn:hover::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  right: .7em;
  top: .4em;
  color: #fff;
  background: #523d3d;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* FOOD */
.food-title {
  font-size: 28px;
  text-align: center;
  margin: 3.9% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.food-subtitle {
  text-align: center;
  padding: 3% 0 0 0;
  max-width: 1180px;
  margin: 0 auto;
}

.food-subtitle:nth-of-type(2n) {
  border-top: 2px dotted #d0cece;
}

  
.box {
  padding: 0 0 4% 0;
}

.food-inner {
  position: relative;
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 1120px;
  width: 95%;
  flex-wrap: wrap;
}

.food-list {
  width: calc((100% - 1.6% * 3)/ 4);
  margin: 0 1.6% 0 0;
}

.food-list:nth-child(4n) {
  margin: 0;
}

.food-list .food-img {
  display: block;
  height: auto;
  width: 100%;
}

.food-list .sp-food-img {
  display: none;
}

.food-list .food-menu {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
  line-height: 1.3;
}

.food-list .food-menu span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.food-list .food-price {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
}

.food-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  width: 94%;
}

.food-inner .menu-btn {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 96%;
  height: 65px;
  max-height: 3.389%;
  line-height: 1;
  margin: 1.25em auto 0 auto;
  padding: 1em 1.5em 1em .5em;
  background: #523d3d;
  border: 3px solid #523d3d;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.food-inner .menu-btn:hover {
  padding: 1em 1.5em 1em .5em;
  color: #523d3d;
  background: #fff;
  border: 3px solid #523d3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.food-inner .menu-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  right: .5em;
  top: .75em;
  position: absolute;
}

/* こだわりのシャンプー */
.otherContents .other-title {
  font-size: 28px;
  text-align: center;
  margin: 3.9% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.shampoo-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1120px;
  width: 96%;
}

.shampoo-list img {
  width: 100%;
}

.shampoo-inner .shampoo-list {
  width: calc((100% - 1%) / 2);
}

.shampoo-inner .shampoo-list .card-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 1em 0 0 0;
}

.shampoo-inner .shampoo-list .card-text {
  text-align: left;
  font-size: 18px;
  margin: 1em auto 0 auto;
  width: 80%;
}

/* other */
.other-text {
  font-size: 24px;
  margin: 3% auto 0 auto;
  text-align: center;
}

.goods-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1120px;
  width: 96%;
  }

.goods-inner .goods-list {
  width: calc((100% - 3%) / 4);
}

.goods-list .goods-img {
  width: 100%;
  }
  
.goods-inner .goods-list:nth-child(4n) {
  margin: 0;
}


.goods-rservation {
  text-align: center;
  margin: 3% auto 6% auto;
}

.otherContents .reservation-text {
  margin: 0 auto .5em auto;
  text-align: center;
  font-size: 22px;
  width: 14.6%;
  min-width: 334px;
  display: block;
}

.otherContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 0 auto;
  position: relative;
}

.otherContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 899px) {
  a {
    text-decoration: none;
    display: block;
    color: #523d3d;
    font-size: 26px;
    font-weight: bold;
  }

  /*　ハンバーガーボタン　*/
  .hamburger {
    display : none;
  }

  nav.globalMenuSp {
    visibility: hidden;
    height: 0;
  }

  nav.globalMenuSp h1 {
    display: none;
  }

  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: none;
  }

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 80px;
    bottom: -200px;
    border-radius: 50%;
  }

  #page_top a {
    width: 100px;
    height: 100px;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
  }

  .globalHeaderSp {
    display: none;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 860px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 90%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.mainVisualPC h2 {
  margin: 0 auto;
  font-size: 24px;
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* コ‐ス */
.courseContents {
  width: 100%;
  margin: 2% 0 0 0;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 20px;
  margin: 4% auto 3% auto;
  text-align: center;
  line-height: 1.5;
}

.courseContents .delivery {
  text-align: center;
}

.courseContents .delivery span {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-inner {
  display: flex;
  margin: 0 auto 0 auto;
  max-width: 760px;
  width: 100%;
  justify-content: space-between;
}

.course-list {
  width: calc((100% - 1.4% * 2)/ 3);
  margin: 7% 1.4% 0 0;
}

.course-list .menu-btn {
  text-align: center;
  font-size: 17px;
  color: #523d3d;
  margin: 3.9% auto 0 auto;
  padding: .6em 2em .6em 2em;
  background: #fff;
  border: 3px solid #523d3d;
  box-sizing: border-box;
  position: relative;
}

.course-list .menu-btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 19px;
  right: .75em;
  position: absolute;
}

.course-list .menu-btn:hover {
  font-size: 17px;
  padding: .6em 2em .6em 2em;
  color: #fff;
  background: #523d3d;
}

.course-list .menu-btn:hover::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 19px;
  right: .7em;
  top: .4em;
  color: #fff;
  background: #523d3d;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* FOOD */
.food-title {
  font-size: 28px;
  text-align: center;
  margin: 3.9% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.food-subtitle {
  text-align: center;
  padding: 3% 0 0 0;
  max-width: 760px;
  margin: 0 auto;
}

.food-subtitle:nth-of-type(2n) {
  border-top: 2px dotted #d0cece;
}

  
.box {
  padding: 0 0 4% 0;
}

.food-inner {
  position: relative;
  display: flex;
  margin: 3% auto 0 auto;
  max-width: none;
  width: 95%;
  flex-wrap: wrap;
}

.food-list {
  width: calc((100% - 1.6% * 3)/ 4);
  margin: 0 1.6% 0 0;
}

.food-list:nth-child(4n) {
  margin: 0;
}

.food-list .food-img {
  display: block;
  height: auto;
  width: 100%;
}

.food-list .sp-food-img {
  display: none;
}

.food-list .food-menu {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
  line-height: 1.3;
}

.food-list .food-menu span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.food-list .food-price {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
}

.food-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  width: 94%;
}

.food-inner .menu-btn {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 96%;
  height: 65px;
  max-height: 3.389%;
  line-height: 1;
  margin: 1.25em auto 0 auto;
  padding: 1em 1.5em 1em .5em;
  background: #523d3d;
  border: 3px solid #523d3d;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.food-inner .menu-btn:hover {
  padding: 1em 1.5em 1em .5em;
  color: #523d3d;
  background: #fff;
  border: 3px solid #523d3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.food-inner .menu-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  right: .5em;
  top: .75em;
  position: absolute;
}

/* こだわりのシャンプー */
.otherContents .other-title {
  font-size: 28px;
  text-align: center;
  margin: 3.9% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.shampoo-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1120px;
  width: 96%;
}

.shampoo-list img {
  width: 100%;
}

.shampoo-inner .shampoo-list {
  width: calc((100% - 1%) / 2);
}

.shampoo-inner .shampoo-list .card-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0 0 0;
}

.shampoo-inner .shampoo-list .card-text {
  text-align: left;
  font-size: 16px;
  margin: 1em auto 0 auto;
  width: 80%;
}

/* other */
.other-text {
  font-size: 24px;
  margin: 3% auto 0 auto;
  text-align: center;
}

.goods-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1120px;
  width: 96%;
  }

.goods-inner .goods-list {
  width: calc((100% - 3%) / 4);
}

.goods-list .goods-img {
  width: 100%;
  }
  
.goods-inner .goods-list:nth-child(4n) {
  margin: 0;
}


.goods-rservation {
  text-align: center;
  margin: 3% auto 6% auto;
}

.otherContents .reservation-text {
  margin: 0 auto .5em auto;
  text-align: center;
  font-size: 22px;
  width: 14.6%;
  min-width: 334px;
  display: block;
}

.otherContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 0 auto;
  position: relative;
}

.otherContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}
  
  footer {
    background: #523D3D;
    padding: 1em 0;
    width: 100%;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  a {
    text-decoration: none;
    display: block;
    color: #523d3d;
    font-size: 22px;
    font-weight: bold;
  }

  /*　ハンバーガーボタン　*/
  .hamburger {
    display : none;
  }

  nav.globalMenuSp {
    visibility: hidden;
    height: 0;
  }

  nav.globalMenuSp h1 {
    display: none;
  }

  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: none;
  }

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 80px;
    bottom: -200px;
    border-radius: 50%;
  }

  #page_top a {
    width: 100px;
    height: 100px;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
  }

  .globalHeaderSp {
    display: none;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 768px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 92%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }
  
.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.mainVisualPC h2 {
  margin: 0 auto;
  font-size: 24px;
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* コ‐ス */
.courseContents {
  width: 96%;
  margin: 2% auto 0 auto;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 20px;
  margin: 4% auto 3% auto;
  text-align: center;
  line-height: 1.5;
}

.courseContents .delivery {
  text-align: center;
}

.courseContents .delivery span {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-inner {
  display: flex;
  margin: 7% auto 0 auto;
  max-width: 700px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.course-list {
  width: calc((96% - 1.4% * 1)/ 2);
  margin: 0 1.4% 0 0;
}

.course-list:nth-child(3n) {
  margin: 0;
}

.course-list .menu-btn {
  text-align: center;
  font-size: 19px;
  color: #523d3d;
  margin: 3.9% auto 0 auto;
  padding: .6em 2em .6em 2em;
  background: #fff;
  border: 3px solid #523d3d;
  box-sizing: border-box;
  position: relative;
}

.course-list .menu-btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  right: .75em;
  position: absolute;
}

.course-list .menu-btn:hover {
  font-size: 19px;
  padding: .6em 2em .6em 2em;
  color: #fff;
  background: #523d3d;
}

.course-list .menu-btn:hover::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  right: .7em;
  top: .6em;
  color: #fff;
  background: #523d3d;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* FOOD */
.food-title {
  font-size: 28px;
  text-align: center;
  margin: 3.9% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.food-subtitle {
  text-align: center;
  padding: 3% 0 0 0;
  max-width: 1300px;
  margin: 0 auto;
}

.box {
  padding: 0 0 4% 0;
}

.food-inner {
  position: relative;
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 1120px;
  width: 95%;
  flex-wrap: wrap;
}

.food-list {
  width: calc((100% - 1.6% * 3)/ 4);
  margin: 0 1.6% 0 0;
}

.food-list:nth-child(4n) {
  margin: 0;
}

.food-list .food-img {
  display: block;
  height: auto;
  width: 100%;
}

.food-list .sp-food-img {
  display: none;
}

.food-list .food-menu {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
  line-height: 1.3;
}

.food-list .food-menu span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.food-list .food-price {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
}

.food-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  width: 94%;
}

.food-inner .menu-btn {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 96%;
  height: 65px;
  max-height: 3.389%;
  line-height: 1;
  margin: 1.25em auto 0 auto;
  padding: 1em 1.5em 1em .5em;
  background: #523d3d;
  border: 3px solid #523d3d;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.food-inner .menu-btn:hover {
  padding: 1em 1.5em 1em .5em;
  color: #523d3d;
  background: #fff;
  border: 3px solid #523d3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.food-inner .menu-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  right: .5em;
  top: .75em;
  position: absolute;
}

/* こだわりのシャンプー */
.otherContents .other-title {
  font-size: 28px;
  text-align: center;
  margin: 3.9% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.shampoo-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1120px;
  width: 96%;
}

.shampoo-list img {
  width: 100%;
}

.shampoo-inner .shampoo-list {
  width: calc((100% - 1%) / 2);
}

.shampoo-inner .shampoo-list .card-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0 0 0;
}

.shampoo-inner .shampoo-list .card-text {
  text-align: left;
  font-size: 18px;
  margin: 1em auto 0 auto;
  width: 80%;
}

/* other */
.other-text {
  font-size: 24px;
  margin: 3% auto 0 auto;
  text-align: center;
}

.goods-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 700px;
  width: 95%;
  flex-wrap: wrap;
  }

.goods-inner .goods-list {
  width: calc((100% - 3%) / 4);
}

.goods-list .goods-img {
  width: 100%;
  }
  
.goods-inner .goods-list:nth-child(4n) {
  margin: 0;
}


.goods-rservation {
  text-align: center;
  margin: 3% auto 6% auto;
}

.otherContents .reservation-text {
  margin: 0 auto .5em auto;
  text-align: center;
  font-size: 22px;
  width: 14.6%;
  min-width: 334px;
  display: block;
}

.otherContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 0 auto;
  position: relative;
}

.otherContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}
    
  footer {
    background: #523D3D;
    padding: 1em 0;
    width: 100%;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
}

@media only screen and (max-width: 430px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 3%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 4px;
    border: 1px solid #41220F;
    border-radius: 6px;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width: 32px;
    height: 5px ;
    left: 8px;
    background : #41220F;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  
  .hamburger span:nth-child(2) {
    top: 21px;
  }
  
  .hamburger span:nth-child(3) {
    top: 32px;
  }

  i.far.fa-envelope {
    font-size: 36px;
    color: #fff;
    display: inline;
    width: 40px;
    right: 80px;
    top: 26%;
    position: absolute;
  }

  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .globalHeaderSp {
    height: 78px;
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 1000;
  }
  
  .globalHeaderSp h1 {
    display: inline;
    margin: 0 0 0 3%;
    vertical-align: middle;
  }
  
  .globalHeaderSp h1 .sp-logo {
    width: 60%;
    padding: 0 0 0 3%;
  }
  
  .globalHeaderSp h1 img {
     width: 100%;
  }
  
  .globalHeaderSp .contact {
    display: block;
    position: fixed;
    z-index: 3;
    right: 18%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #41220F;
    color: #fff;
    padding: 4px;
    border-radius: 6px;
  }
  
  .globalHeaderSp .contact .fa-phone-alt {
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1.5;
  }
  
  .globalHeaderSp .tel {
     display: inline-block;
    vertical-align: middle;
  }
  
  nav.globalMenuSp {
    position: relative;
    z-index : 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    width: 100%;
     visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }

  nav.globalMenuSp h1 {
    display: inline-block;
    margin: 0;
  }
  
  nav.globalMenuSp ul {
    background: #F0E3DE;
    margin: 78px 0 0 auto;
    padding: 0 0 1em 0;
    width: 50%;
    display: block;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }

  nav.globalMenuSp ul li a {
    display: inline-block;
    color: #41220F;
    padding: 1em 0;
    width: 80%;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #41220F;
  }
  
  nav.globalMenuSp ul li:last-child a {
    border-bottom: none;
  }
  
  nav.globalMenuSp ul li span {
    display: inline-block;
    text-align: center;
    vertical-align: sub;
    margin: 0 0 0 8%;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  
  nav.globalMenuPc {
    display: none;
  }
  

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 15vw!important;
    border-radius: 50%;
    width: 5vw;
    height: 10vh;
  }

  #page_top a {
    width: 16vw;
    height: 11vh;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
    background-size: 100%;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1920px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 62%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  width: 40%;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
}

.mainVisualPC h2 {
  margin: 0 auto;
  font-size: 24px;
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* コ‐ス */
.courseContents {
  width: 96%;
  margin: 2% auto 0 auto;
}

.courseContents .catchcopy {
  width: 90%;
  font-size: 15px;
  margin: 4% auto 3% auto;
  text-align: left;
  line-height: 1.6;
}

.courseContents .catchcopy br {
  display: none;
}

.courseContents .delivery {
  text-align: center;
}

.courseContents .delivery span {
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-inner {
  display: flex;
  margin: 7% auto 0 auto;
  max-width: 700px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.course-list {
  width: calc((96% - 1.4% * 1)/ 2);
  margin: 0 1.4% 0 0;
}

.course-list:nth-child(3n) {
  margin: 0;
}

.course-list .menu-btn {
  font-size: 16px;
  text-align: center;
  margin: 1.25em auto 0 auto;
  padding: .6em 0 1.5em 0;
  background: #fff;
  border: 3px solid #523d3d;
  box-sizing: border-box;
  position: relative;
}

.course-list .menu-btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  top: 75%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-list .menu-btn:hover {
  font-size: 16px;
  padding: .6em 0 1.5em 0;
  color: #fff;
  background: #523d3d;
}

.course-list .menu-btn:hover::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: #fff;
  background: #523d3d;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* FOOD */
.food-title {
  font-size: 24px;
  text-align: center;
  margin: 6% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.food-subtitle {
  text-align: center;
  padding: 7% 0 0 0;
  max-width: 400px;
  margin: 0 auto;
}

.food-subtitle:first-child {
  border-top: none;
}

.box {
  padding: 0 0 4% 0;
}

.food-inner {
  position: relative;
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 400px;
  width: 95%;
  flex-wrap: wrap;
}

.food-list {
  width: calc((100% - 2% * 1)/ 2);
  margin: 0 2% 0 0;
}

.food-list:nth-child(2n) {
  margin: 0;
}

.food-list .food-img {
  display: block;
  height: auto;
  width: 100%;
}

.food-list .sp-food-img {
  display: none;
}

.food-list .food-menu {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
  line-height: 1.3;
}

.food-list .food-menu span {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.food-list .food-price {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
}

.food-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 15px;
  line-height: 1.5;
  width: 94%;
}

.food-inner .menu-btn {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 96%;
  height: 65px;
  max-height: 3.389%;
  line-height: 1.7;
  margin: .75em auto 1.25em auto;
  padding: 1em;
  background: #523d3d;
  border: 3px solid #523d3d;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.food-inner .menu-btn:hover {
  padding: 1em;
  color: #523d3d;
  background: #fff;
  border: 3px solid #523d3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.food-inner .menu-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  right: .5em;
  top: .75em;
  position: absolute;
}

/* こだわりのシャンプー */
.otherContents .other-title {
  font-size: 24px;
  text-align: center;
  margin: 6% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.shampoo-inner {
  max-width: 400px;
  width: 100%;
  display: block;
}

.shampoo-list img {
  width: 100%;
}

.shampoo-inner .shampoo-list {
  width: 96%;
  margin: 0 auto;
}

.shampoo-inner .shampoo-list:last-child {
  margin: 12% auto 0 auto;
}
  
.shampoo-inner .shampoo-list .card-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0 0 0;
}

.shampoo-inner .shampoo-list .card-text {
  text-align: left;
  font-size: 16px;
  margin: 1em auto 0 auto;
  width: 90%;
}

/* other */
.other-text {
  font-size: 16px;
  margin: 3% auto 0 auto;
  text-align: center;
}

.goods-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 400px;
  width: 95%;
  flex-wrap: wrap;
  }

.goods-inner .goods-list {
  width: calc((100% - 2%*1) / 2);
}

.goods-list .goods-img {
  width: 100%;
  display: block;
  margin: 10% auto 10% auto;
  }
  
.goods-inner .goods-list:nth-child(2n) {
  margin: 0;
}


.goods-rservation {
  text-align: center;
  margin: 3% auto 12% auto;
}

.otherContents .reservation-text {
  margin: 0 auto .5em auto;
  text-align: center;
  font-size: 18px;
  width: auto;
  min-width: 334px;
  display: block;
}

.otherContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 0 auto;
  position: relative;
}

.otherContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}
  
  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 0 0 0 0;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
  
}


@media only screen and (max-width: 414px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 3%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 4px;
    border: 1px solid #41220F;
    border-radius: 6px;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width: 32px;
    height: 5px ;
    left: 8px;
    background : #41220F;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  
  .hamburger span:nth-child(2) {
    top: 21px;
  }
  
  .hamburger span:nth-child(3) {
    top: 32px;
  }

  i.far.fa-envelope {
    font-size: 36px;
    color: #fff;
    display: inline;
    width: 40px;
    right: 80px;
    top: 26%;
    position: absolute;
  }

  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .globalHeaderSp {
    height: 78px;
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 1000;
  }
  
  .globalHeaderSp h1 {
    display: inline;
    margin: 0 0 0 3%;
    vertical-align: middle;
  }
  
  .globalHeaderSp h1 .sp-logo {
    width: 60%;
    padding: 0 0 0 3%;
  }
  
  .globalHeaderSp h1 img {
     width: 100%;
  }
  
  .globalHeaderSp .contact {
    display: block;
    position: fixed;
    z-index: 3;
    right: 18%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #41220F;
    color: #fff;
    padding: 4px;
    border-radius: 6px;
  }
  
  .globalHeaderSp .contact .fa-phone-alt {
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1.5;
  }
  
  .globalHeaderSp .tel {
     display: inline-block;
    vertical-align: middle;
  }
  
  nav.globalMenuSp {
    position: relative;
    z-index : 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    width: 100%;
     visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }

  nav.globalMenuSp h1 {
    display: inline-block;
    margin: 0;
  }
  
  nav.globalMenuSp ul {
    background: #F0E3DE;
    margin: 78px 0 0 auto;
    padding: 0 0 1em 0;
    width: 50%;
    display: block;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }

  nav.globalMenuSp ul li a {
    display: inline-block;
    color: #41220F;
    padding: 1em 0;
    width: 80%;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #41220F;
  }
  
  nav.globalMenuSp ul li:last-child a {
    border-bottom: none;
  }
  
  nav.globalMenuSp ul li span {
    display: inline-block;
    text-align: center;
    vertical-align: sub;
    margin: 0 0 0 8%;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  
  nav.globalMenuPc {
    display: none;
  }
  

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 15vw!important;
    border-radius: 50%;
    width: 5vw;
    height: 10vh;
  }

  #page_top a {
    width: 16vw;
    height: 11vh;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
    background-size: 100%;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1920px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 62%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  width: 40%;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
}

.mainVisualPC h2 {
  margin: 0 auto;
  font-size: 24px;
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* コ‐ス */
.courseContents {
  width: 96%;
  margin: 2% auto 0 auto;
}

.courseContents .catchcopy {
  width: 90%;
  font-size: 15px;
  margin: 4% auto 3% auto;
  text-align: left;
  line-height: 1.6;
}

.courseContents .catchcopy br {
  display: none;
}

.courseContents .delivery {
  text-align: center;
}

.courseContents .delivery span {
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-inner {
  display: flex;
  margin: 7% auto 0 auto;
  max-width: 700px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.course-list {
  width: calc((96% - 1.4% * 1)/ 2);
  margin: 0 1.4% 0 0;
}

.course-list:nth-child(3n) {
  margin: 0;
}

.course-list .menu-btn {
  font-size: 16px;
  text-align: center;
  margin: 1.25em auto 0 auto;
  padding: .6em 0 1.5em 0;
  background: #fff;
  border: 3px solid #523d3d;
  box-sizing: border-box;
  position: relative;
}

.course-list .menu-btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  top: 75%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-list .menu-btn:hover {
  font-size: 16px;
  padding: .6em 0 1.5em 0;
  color: #fff;
  background: #523d3d;
}

.course-list .menu-btn:hover::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: #fff;
  background: #523d3d;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* FOOD */
.food-title {
  font-size: 24px;
  text-align: center;
  margin: 6% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.food-subtitle {
  text-align: center;
  padding: 7% 0 0 0;
  max-width: 400px;
  margin: 0 auto;
}

.food-subtitle:first-child {
  border-top: none;
}

.box {
  padding: 0 0 4% 0;
}

.food-inner {
  position: relative;
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 400px;
  width: 95%;
  flex-wrap: wrap;
}

.food-list {
  width: calc((100% - 2% * 1)/ 2);
  margin: 0 2% 0 0;
}

.food-list:nth-child(2n) {
  margin: 0;
}

.food-list .food-img {
  display: block;
  height: auto;
  width: 100%;
}

.food-list .sp-food-img {
  display: none;
}

.food-list .food-menu {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
  line-height: 1.3;
}

.food-list .food-menu span {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.food-list .food-price {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
}

.food-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 15px;
  line-height: 1.5;
  width: 94%;
}

.food-inner .menu-btn {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 96%;
  height: 65px;
  max-height: 3.389%;
  line-height: 1.7;
  margin: .75em auto 1.25em auto;
  padding: 1em;
  background: #523d3d;
  border: 3px solid #523d3d;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.food-inner .menu-btn:hover {
  padding: 1em;
  color: #523d3d;
  background: #fff;
  border: 3px solid #523d3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.food-inner .menu-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  right: .5em;
  top: .75em;
  position: absolute;
}

/* こだわりのシャンプー */
.otherContents .other-title {
  font-size: 24px;
  text-align: center;
  margin: 6% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.shampoo-inner {
  max-width: 400px;
  width: 100%;
  display: block;
}

.shampoo-list img {
  width: 100%;
}

.shampoo-inner .shampoo-list {
  width: 96%;
  margin: 0 auto;
}

.shampoo-inner .shampoo-list:last-child {
  margin: 12% auto 0 auto;
}
  
.shampoo-inner .shampoo-list .card-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0 0 0;
}

.shampoo-inner .shampoo-list .card-text {
  text-align: left;
  font-size: 16px;
  margin: 1em auto 0 auto;
  width: 90%;
}

/* other */
.other-text {
  font-size: 16px;
  margin: 3% auto 0 auto;
  text-align: center;
}

.goods-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 400px;
  width: 95%;
  flex-wrap: wrap;
  }

.goods-inner .goods-list {
  width: calc((100% - 2%*1) / 2);
}

.goods-list .goods-img {
  width: 100%;
  display: block;
  margin: 10% auto 10% auto;
  }
  
.goods-inner .goods-list:nth-child(2n) {
  margin: 0;
}


.goods-rservation {
  text-align: center;
  margin: 3% auto 12% auto;
}

.otherContents .reservation-text {
  margin: 0 auto .5em auto;
  text-align: center;
  font-size: 18px;
  width: auto;
  min-width: 334px;
  display: block;
}

.otherContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 0 auto;
  position: relative;
}

.otherContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}
  
  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 0 0 0 0;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
  
}

@media only screen and (max-width: 375px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 3%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 4px;
    border: 1px solid #41220F;
    border-radius: 6px;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width: 32px;
    height: 5px ;
    left: 8px;
    background : #41220F;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  
  .hamburger span:nth-child(2) {
    top: 21px;
  }
  
  .hamburger span:nth-child(3) {
    top: 32px;
  }

  i.far.fa-envelope {
    font-size: 36px;
    color: #fff;
    display: inline;
    width: 40px;
    right: 80px;
    top: 26%;
    position: absolute;
  }

  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .globalHeaderSp {
    height: 78px;
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 1000;
  }
  
  .globalHeaderSp h1 {
    display: inline;
    margin: 0 0 0 3%;
    vertical-align: middle;
  }
  
  .globalHeaderSp h1 .sp-logo {
    width: 60%;
    padding: 0 0 0 3%;
  }
  
  .globalHeaderSp h1 img {
     width: 100%;
  }
  
  .globalHeaderSp .contact {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #41220F;
    color: #fff;
    padding: 4px;
    border-radius: 6px;
  }
  
  .globalHeaderSp .contact .fa-phone-alt {
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1.5;
  }
  
  .globalHeaderSp .tel {
     display: inline-block;
    vertical-align: middle;
  }
  
  nav.globalMenuSp {
    position: relative;
    z-index : 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    width: 100%;
     visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }

  nav.globalMenuSp h1 {
    display: inline-block;
    margin: 0;
  }
  
  nav.globalMenuSp ul {
    background: #F0E3DE;
    margin: 78px 0 0 auto;
    padding: 0 0 1em 0;
    width: 50%;
    display: block;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }

  nav.globalMenuSp ul li a {
    display: inline-block;
    color: #41220F;
    font-size: 16px;
    padding: 1em 0;
    width: 80%;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #41220F;
  }
  
  nav.globalMenuSp ul li:last-child a {
    border-bottom: none;
  }
  
  nav.globalMenuSp ul li span {
    display: inline-block;
    text-align: center;
    vertical-align: sub;
    margin: 0 0 0 8%;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  
  nav.globalMenuPc {
    display: none;
  }
  

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 15vw!important;
    border-radius: 50%;
    width: 5vw;
    height: 10vh;
  }

  #page_top a {
    width: 18vw;
    height: 11vh;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
    background-size: 100%;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1920px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 62%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  width: 40%;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
}

.mainVisualPC h2 {
  margin: 0 auto;
  font-size: 24px;
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* コ‐ス */
.courseContents {
  width: 94%;
  margin: 2% auto 0 auto;
}

.courseContents .catchcopy {
  width: 90%;
  font-size: 16px;
  margin: 4% auto 6% auto;
  text-align: left;
  line-height: 1.6;
}

.courseContents .catchcopy br {
  display: none;
}

.courseContents .delivery {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.courseContents .delivery span {
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-inner {
  display: flex;
  margin: 7% auto 0 auto;
  max-width: 700px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.course-list {
  width: calc((96% - 1.4% * 1)/ 2);
  margin: 0 1.4% 0 0;
}

.course-list:nth-child(3n) {
  margin: 0;
}

.course-list .menu-btn {
  font-size: 16px;
  text-align: center;
  margin: 1.25em auto 0 auto;
  padding: .6em 0 1.5em 0;
  background: #fff;
  border: 3px solid #523d3d;
  box-sizing: border-box;
  position: relative;
}

.course-list .menu-btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  top: 75%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-list .menu-btn:hover {
  font-size: 16px;
  padding: .6em 0 1.5em 0;
  color: #fff;
  background: #523d3d;
}

.course-list .menu-btn:hover::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: #fff;
  background: #523d3d;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* FOOD */
.food-title {
  font-size: 24px;
  text-align: center;
  margin: 6% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.food-subtitle {
  text-align: center;
  padding: 7% 0 0 0;
  max-width: 340px;
  margin: 0 auto;
}

.food-subtitle:first-child {
  border-top: none;
}

.box {
  padding: 0 0 4% 0;
}

.food-inner {
  position: relative;
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 400px;
  width: 94%;
  flex-wrap: wrap;
}

.food-list {
  width: calc((100% - 2% * 1)/ 2);
  margin: 0 2% 0 0;
}

.food-list:nth-child(2n) {
  margin: 0;
}

.food-list .food-img {
  display: block;
  height: auto;
  width: 100%;
}

.food-list .sp-food-img {
  display: none;
}

.food-list .food-menu {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
  line-height: 1.3;
}

.food-list .food-menu span {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.food-list .food-price {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
}

.food-list .food-price span {
  font-size: 13px;
}
  
.food-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 15px;
  line-height: 1.5;
  width: 94%;
}

.food-inner .menu-btn {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 96%;
  height: auto;
  max-height: 3.389%;
  line-height: 1.5;
  margin: .75em auto 1.25em auto;
  padding: .75em 1em;
  background: #523d3d;
  border: 3px solid #523d3d;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.food-inner .menu-btn:hover {
  padding: .75em 1em;
  color: #523d3d;
  background: #fff;
  border: 3px solid #523d3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.food-inner .menu-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  right: .5em;
  top: .75em;
  position: absolute;
}

/* こだわりのシャンプー */
.otherContents .other-title {
  font-size: 24px;
  text-align: center;
  margin: 6% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.shampoo-inner {
  max-width: 400px;
  width: 100%;
  margin: 7% auto 0 auto;
  display: block;
}

.shampoo-list img {
  width: 100%;
}

.shampoo-inner .shampoo-list {
  width: 94%;
  margin: 0 auto;
}

.shampoo-inner .shampoo-list:last-child {
  margin: 12% auto 0 auto;
}
  
.shampoo-inner .shampoo-list .card-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0 0 0;
}

.shampoo-inner .shampoo-list .card-text {
  text-align: left;
  font-size: 16px;
  margin: 1em auto 0 auto;
  width: 90%;
}

/* other */
.other-text {
  font-size: 16px;
  margin: 7% auto 0 auto;
  text-align: center;
}

.goods-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 380px;
  width: 94%;
  flex-wrap: wrap;
  }

.goods-inner .goods-list {
  width: calc((100% - 2%*1) / 2);
}

.goods-list .goods-img {
  width: 100%;
  display: block;
  margin: 10% auto 10% auto;
  }
  
.goods-inner .goods-list:nth-child(2n) {
  margin: 0;
}


.goods-rservation {
  text-align: center;
  margin: 3% auto 12% auto;
}

.otherContents .reservation-text {
  margin: 0 auto .5em auto;
  text-align: center;
  font-size: 18px;
  width: auto;
  min-width: 300px;
  display: block;
}

.otherContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 250px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 0 auto;
  position: relative;
}

.otherContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}
  
  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 0;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
  
}

@media only screen and (max-width: 320px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 3%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 4px;
    border: 1px solid #41220F;
    border-radius: 6px;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width: 32px;
    height: 5px ;
    left: 8px;
    background : #41220F;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  
  .hamburger span:nth-child(2) {
    top: 21px;
  }
  
  .hamburger span:nth-child(3) {
    top: 32px;
  }

  i.far.fa-envelope {
    font-size: 36px;
    color: #fff;
    display: inline;
    width: 40px;
    right: 80px;
    top: 26%;
    position: absolute;
  }

  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .globalHeaderSp {
    height: 78px;
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 1000;
  }
  
  .globalHeaderSp h1 {
    display: inline;
    margin: 0 0 0 3%;
    vertical-align: middle;
  }
  
  .globalHeaderSp h1 .sp-logo {
    width: 60%;
    padding: 0 0 0 3%;
  }
  
  .globalHeaderSp h1 img {
     width: 100%;
  }
  
  .globalHeaderSp .contact {
    display: block;
    position: fixed;
    z-index: 3;
    right: 22%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #41220F;
    color: #fff;
    padding: 4px;
    border-radius: 6px;
  }
  
  .globalHeaderSp .contact .fa-phone-alt {
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1.5;
  }
  
  .globalHeaderSp .tel {
     display: inline-block;
    vertical-align: middle;
  }
  
  nav.globalMenuSp {
    position: relative;
    z-index : 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    width: 100%;
     visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }

  nav.globalMenuSp h1 {
    display: inline-block;
    margin: 0;
  }
  
  nav.globalMenuSp ul {
    background: #F0E3DE;
    margin: 78px 0 0 auto;
    padding: 0 0 1em 0;
    width: 60%;
    display: block;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
  }

  nav.globalMenuSp ul li a {
    display: inline-block;
    color: #41220F;
    padding: 1em 0;
    width: 80%;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #41220F;
  }
  
  nav.globalMenuSp ul li:last-child a {
    border-bottom: none;
  }
  
  nav.globalMenuSp ul li span {
    display: inline-block;
    text-align: center;
    vertical-align: sub;
    margin: 0 0 0 8%;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  
  nav.globalMenuPc {
    display: none;
  }
  

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 15vw!important;
    border-radius: 50%;
    width: 5vw;
    height: 10vh;
  }

  #page_top a {
    width: 18vw;
    height: 11vh;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
    background-size: 100%;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1920px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 62%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 200px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  width: 40%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
}

.mainVisualPC h2 {
  margin: 0 auto;
  font-size: 24px;
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* コ‐ス */
.courseContents {
  width: 94%;
  margin: 2% auto 0 auto;
}

.courseContents .catchcopy {
  width: 90%;
  font-size: 16px;
  margin: 4% auto 6% auto;
  text-align: left;
  line-height: 1.6;
}

.courseContents .catchcopy br {
  display: none;
}

.courseContents .delivery {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.courseContents .delivery span {
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-inner {
  display: flex;
  margin: 7% auto 0 auto;
  max-width: 700px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.course-list {
  width: calc((96% - 1.4% * 1)/ 2);
  margin: 0 1.4% 0 0;
}

.course-list:nth-child(3n) {
  margin: 0;
}

.course-list .menu-btn {
  font-size: 16px;
  text-align: center;
  margin: 1.25em auto 0 auto;
  padding: .6em 0 1.5em 0;
  background: #fff;
  border: 3px solid #523d3d;
  box-sizing: border-box;
  position: relative;
}

.course-list .menu-btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  top: 75%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-list .menu-btn:hover {
  font-size: 16px;
  padding: .6em 0 1.5em 0;
  color: #fff;
  background: #523d3d;
}

.course-list .menu-btn:hover::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: #fff;
  background: #523d3d;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* FOOD */
.food-title {
  font-size: 24px;
  text-align: center;
  margin: 6% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.food-subtitle {
  text-align: center;
  padding: 7% 0 0 0;
  max-width: 340px;
  margin: 0 auto;
}

.food-subtitle:first-child {
  border-top: none;
}

.box {
  padding: 0 0 4% 0;
}

.food-inner {
  position: relative;
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 400px;
  width: 94%;
  flex-wrap: wrap;
}

.food-list {
  width: calc((100% - 2% * 1)/ 2);
  margin: 0 2% 0 0;
}

.food-list:nth-child(2n) {
  margin: 0;
}

.food-list .food-img {
  display: block;
  height: auto;
  width: 100%;
}

.food-list .sp-food-img {
  display: none;
}

.food-list .food-menu {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
  line-height: 1.3;
}

.food-list .food-menu span {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.food-list .food-price {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: .8em auto .6em auto;
}

.food-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 15px;
  line-height: 1.5;
  width: 94%;
}

.food-inner .menu-btn {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 96%;
  height: auto;
  max-height: 3.389%;
  line-height: 1.5;
  margin: .75em auto 1.25em auto;
  padding: .75em 1em;
  background: #523d3d;
  border: 3px solid #523d3d;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.food-inner .menu-btn:hover {
  padding: .75em 1em;
  color: #523d3d;
  background: #fff;
  border: 3px solid #523d3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.food-inner .menu-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  right: .5em;
  top: .75em;
  position: absolute;
}

/* こだわりのシャンプー */
.otherContents .other-title {
  font-size: 24px;
  text-align: center;
  margin: 6% auto 0 auto;
  padding: .7em 0;
  background: #F3EFEC;
}

.shampoo-inner {
  max-width: 400px;
  width: 100%;
  margin: 7% auto 0 auto;
  display: block;
}

.shampoo-list img {
  width: 100%;
}

.shampoo-inner .shampoo-list {
  width: 94%;
  margin: 0 auto;
}

.shampoo-inner .shampoo-list:last-child {
  margin: 12% auto 0 auto;
}
  
.shampoo-inner .shampoo-list .card-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0 0 0;
}

.shampoo-inner .shampoo-list .card-text {
  text-align: left;
  font-size: 16px;
  margin: 1em auto 0 auto;
  width: 90%;
}

/* other */
.other-text {
  font-size: 16px;
  margin: 7% auto 0 auto;
  text-align: center;
}

.goods-inner {
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 380px;
  width: 94%;
  flex-wrap: wrap;
  }

.goods-inner .goods-list {
  width: calc((100% - 2%*1) / 2);
}

.goods-list .goods-img {
  width: 100%;
  display: block;
  margin: 10% auto 10% auto;
  }
  
.goods-inner .goods-list:nth-child(2n) {
  margin: 0;
}

.goods-rservation {
  text-align: center;
  margin: 3% auto 12% auto;
}

.otherContents .reservation-text {
  margin: 0 auto .5em auto;
  text-align: center;
  font-size: 18px;
  width: auto;
  min-width: 300px;
  display: block;
}

.otherContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 250px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 0 auto;
  position: relative;
}

.otherContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 0 0 0 0;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
  
}