@charset "UTF-8";

body {
  color: #523d3d;
  font-family: 'Noto Sans JP',"游ゴシック", "Yu Gothic", "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  box-sizing: border-box;
}

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: .5em 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 h1 img {
  width: 100%;
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* NEWS */
.news {
  width: 100%;
  height: 21%;
  background: #f3efec;
  padding: 3.65% 0;
}

.news .news-title {
  text-align: center;
}

.news .news-text {
  text-align: left;
  margin: 2.1% 0 0 0;
  width: 70%;
  margin: 2.1% auto;
  line-height: 1.7;
}

/* コンセプト */
.conceptContents {
  width: 100%;
  max-height: 900px;
  padding: 3.65% 0 9% 0;
}

.concept-inner {
  text-align: center;
}
  .concept-innerSP br {
    display: none;
  }

.concept-innerSP img {
  display: none;
}

.concept-inner img {
  max-height: 750px;
}

.movie-box {
  position: relative;
  width: 36%;
  max-width: 700px;
  margin: 0 auto 0 auto;
}

/* youtube横並び */
.youtube-container {
  display: flex;
  margin: 4% auto 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 86%;
  max-width: 1200px;
}
  
.movie-box {
  flex-basis: 48.5%;
}
  
.youtube {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
  
.movie-box .copy {
  text-align: center;
  margin: 1em 0 0 0;
}
  
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* イメージコンテナ */
.img-container {
  display: flex;
  margin: 4% auto 5% auto;
  justify-content: space-around;
  align-items: flex-start;
  width: 86%;
  max-width: 1200px;
}

/* コ‐ス */
.courseContents {
  width: 100%;
  margin: 7% 0 0 0;
  background: #d2ab9c;
  position: relative;
}

.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%);
}

.box {
  padding: 6% 0 3% 0;
}

.course-inner {
  position: relative;
  display: flex;
  margin: -10% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}

.course-list {
  width: calc((100% - 2.6%)/ 2);
}

.course-list img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.course-list .card-text {
  text-align: center;
  margin: 1em 0 0 0;
  font-size: 20px;
  line-height: 1.5;
}

.course-list .menu-btn {
  text-align: center;
  font-size: 24px;
  color: #fff;
  width: 57.6%;
  margin: 1.25em auto 0 auto;
  padding: 1em .5em;
  background: #523d3d;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}

.course-list .menu-btn::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  position: absolute;
  right: 1em;
}

.course-inner02 {
  position: relative;
  display: flex;
  margin: 5.21% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}

/* サービス */
.service {
  background: #f3efec;
  width: 100%;
  margin: 8.7% 0 0 0;
  padding: 4.7% 0;
  position: relative;
}

.service .service-title {
  text-align: center;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-text {
  font-size: 24px;
  text-align: center;
  margin: 3.67% 0 0 0;
}

.service-text br {
   display: none;
}

.service .servicetable-sp {
    display: none;
  }

.service #servicetable-pc {
  width: 1132px;
  margin: 4.7% auto 0 auto;
  line-height: 1.5;
  padding: .5em;
}

.service #servicetable-pc th {
  background: #d2ab9c;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
  padding: 7px 0;
}

.service #servicetable-pc .gray {
  background: #e8e8e8;
}

.service #servicetable-pc td {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 1em;
}

.service #servicetable-pc .price {
  text-align: center;
}

.service #servicetable-pc .border-r {
  border-right: 3px solid #cdcdcd;
}

.service #servicetable-pc .border-b {
  border-bottom: 3px solid #cdcdcd;
}

.instagram {
  text-align: center;
}

.instagram img {
  margin: 0 auto 20% auto;
}

/* アクセス */
.accessContents {
  width: 100%;
  padding: 5.2% 0;
  position: relative;
}

.accessContents .access-title {
  text-align: center;
}

.accessContents .access-titleSP {
  display: none;
}

.accessInner {
  margin: 1.6% auto 0 auto;
  display: block;
  width: 1200px;
}

.gMpapsContainer {
  margin: 0 auto;
  width: 1200px;
}

.gMaps {
  height: 574px;
}

.gMaps iframe {
  height: 100%;
  width: 100%;
  max-height: 574px;
}

.accessInfo {
  margin: 2.86% auto 0 auto;
  width: 960px;
  display: flex;
  justify-content: space-between;
}

.accessInfo .fa-map-marker-alt {
  font-size: 34px;
}

.accessInfo address {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #41220F;
  line-height: 1.5;
  padding: 0 0 0 65px;
  background: url("../img/address.png") no-repeat left center;
}

.accessInfo .schedule {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #523D3D;
  line-height: 1.5;
  margin: 1.5em 0 0 0;
  padding: 1em 0 1em 65px;
  background: url("../img/time.png") no-repeat left center;
}

.accessInfo .tel {
  font-weight: bold;
  font-size: 20px;
  color: #523D3D;
}

.accessInfo .fax {
  font-weight: bold;
  font-size: 20px;
  color: #523D3D;
  padding: 5% 0 0 0;
}

.accessInfo .instagram {
  font-weight: bold;
  font-size: 20px;
  color: #523D3D;
}

.accessInfo .approval {
  font-weight: bold;
  font-size: 16px;
  color: #523D3D;
  line-height: 1.5;
  margin: 1.5em 0 0 0;
  display: block;
}


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) {
  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: 1500px;
    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: .5em 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 h1 img {
    width: 100%;
  }

  /* スマホメインビジュアル */
  .mainVisualSp {
    display: none;
  }

  .mainVisual h1 img {
    width: 25.7%;
    position: absolute;
    bottom: -4%;
    left: 65px;
  }

  /* NEWS */
  .news {
    width: 100%;
    height: 21%;
    background: #f3efec;
    padding: 3.65% 0;
  }

  .news .news-title {
    text-align: center;
  }

  .news .news-text {
    text-align: center;
    margin: 2.1% 0 0 0;
  }
  
  /* コンセプト */
  .conceptContents {
    width: 100%;
    max-height: 900px;
    padding: 3.65% 0 9% 0;
  }

  .concept-inner {
    text-align: center;
  }

  .concept-innerSP br {
    display: none;
  }
  
  .concept-innerSP img {
    display: none;
  }

  .concept-inner img {
    width: 36%;
    min-width: 440px;
  }

.movie-box {
  position: relative;
  width: 36%;
  margin: 0 auto 0 auto;
}

.youtube-container {
  display: flex;
  margin: 4% auto 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 86%;
  max-width: none;
}
  
.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* イメージコンテナ */
.img-container {
  display: flex;
  margin: 4% auto 5% auto;
  justify-content: space-around;
  align-items: flex-start;
  width: 86%;
  max-width: none;
}  

.img-box {
  width: calc((100% - 2% *2)/2);
}

.img-box img {
  display: block;
  width: 100%;
}
  
  /* コ‐ス */
  .courseContents {
    width: 100%;
    margin: 7% 0 0 0;
    background: #d2ab9c;
    position: relative;
  }

  .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%);
  }

  .box {
    padding: 6% 0
  }

  .course-inner {
    position: relative;
    display: flex;
    margin: -10% auto 0 auto;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
  }

  .course-list {
    width: calc((100% - 2.6%)/ 2);
  }

  .course-list img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .course-list .card-text {
    text-align: center;
    margin: 1em 0 0 0;
    font-size: 20px;
    line-height: 1.5;
  }

  .course-list .menu-btn {
    text-align: center;
    font-size: 24px;
    color: #fff;
    width: 57.6%;
    margin: 1.25em auto 0 auto;
    padding: 1em .5em;
    background: #523d3d;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
  }

  .course-list .menu-btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    position: absolute;
    right: 1em;
  }

  .course-inner02 {
    position: relative;
    display: flex;
    margin: 5.21% auto 0 auto;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
  }

  /* サービス */
  .service {
    background: #f3efec;
    width: 100%;
    margin: 8.7% 0 0 0;
    padding: 4.7% 0;
    position: relative;
  }

  .service .service-title {
    text-align: center;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .service-text {
    text-align: center;
    margin: 3.67% 0 0 0;
  }

  .service .servicetable-sp {
    display: none;
  }
  
  .service #servicetable-pc {
    width: 1132px;
    margin: 4.7% auto 0 auto;
    line-height: 1.5;
    padding: .5em;
  }

  .service #servicetable-pc th {
    background: #d2ab9c;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    padding: 7px 0;
  }

  .service #servicetable-pc .gray {
    background: #e8e8e8;
  }

  .service #servicetable-pc td {
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 1em;
  }

  .service #servicetable-pc .price {
    text-align: center;
  }

  .service #servicetable-pc .border-r {
    border-right: 3px solid #cdcdcd;
  }

  .service #servicetable-pc .border-b {
    border-bottom: 3px solid #cdcdcd;
  }

.instagram {
  text-align: center;
}

.instagram img {
  margin: 0 auto 20% auto;
}
  
  /* アクセス */
  .accessContents {
    width: 100%;
    padding: 5.2% 0;
    position: relative;
  }

  .accessContents .access-title {
    text-align: center;
  }

  .accessContents .access-titleSP {
    display: none;
  }

  .accessInner {
    margin: 1.6% auto 0 auto;
    display: block;
    width: 1200px;
  }

  .gMpapsContainer {
    margin: 0 auto;
    width: 1200px;
  }

  .gMaps {
    height: 574px;
  }

  .gMaps iframe {
    height: 100%;
    width: 100%;
    max-height: 470px;
  }

  .accessInfo {
    margin: 0 auto 0 auto;
    width: 910px;
    display: flex;
    justify-content: space-between;
  }

  .accessInfo .fa-map-marker-alt {
    font-size: 34px;
  }

  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #41220F;
    line-height: 1.5;
    padding: 0 0 0 65px;
    background: url("../img/address.png") no-repeat left center;
  }

  .accessInfo .schedule {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    padding: 1em 0 1em 65px;
    background: url("../img/time.png") no-repeat left center;
  }

  .accessInfo .tel {
    font-weight: bold;
    font-size: 20px;
    color: #523D3D;
  }

  .accessInfo .fax {
    font-weight: bold;
    font-size: 20px;
    color: #523D3D;
    padding: 5% 0 0 0;
  }

  .accessInfo .instagram {
    font-weight: bold;
    font-size: 20px;
    color: #523D3D;
  }

  .accessInfo .approval {
    font-weight: bold;
    font-size: 16px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    display: block;
  }

  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) {
  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;
    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: .5em 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 h1 img {
    width: 100%;
  }

  /* スマホメインビジュアル */
  .mainVisualSp {
    display: none;
  }

  .mainVisual h1 img {
    width: 25.7%;
    position: absolute;
    bottom: -4%;
    left: 65px;
  }

  /* NEWS */
  .news {
    width: 100%;
    height: 21%;
    background: #f3efec;
    padding: 3.65%;
    box-sizing: border-box;
  }

  .news .news-title {
    text-align: center;
  }

  .news .news-title img {
    width: 15%;
  }

  .news .news-text {
    text-align: center;
    margin: 2.1% 0 0 0;
  }

  /* コンセプト */
  .conceptContents {
    width: 100%;
    max-height: 900px;
    padding: 3.65% 0 9% 0;
  }

  .concept-inner {
    text-align: center;
  }
  .concept-innerSP br {
    display: none;
  }
  
  .concept-innerSP img {
    display: none;
  }

  .concept-inner img {
    width: 48%;
    min-width: 520px;
  }

  .movie-box {
    position: relative;
    width: 40%;
    margin: 0 auto 0 auto;
  }

  .youtube {
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  /* イメージコンテナ */
  .img-container {
    display: flex;
    margin: 4% auto 5% auto;
    justify-content: space-around;
    align-items: flex-start;
    width: 86%;
    max-width: none;
  }  

  .img-box {
    width: calc((100% - 2% *2)/2);
  }

  .img-box img {
    display: block;
    width: 100%;
  }
  
  /* コ‐ス */
  .courseContents {
    width: 100%;
    margin: 14% 0 0 0;
    background: #d2ab9c;
    position: relative;
  }

  .courseContents .course-title {
    text-align: center;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  h2.course-title img {
    width: 80%;
  }
  
  .box {
    padding: 6% 0 3% 0;
  }

  .course-inner {
    position: relative;
    display: flex;
    margin: -10% auto 0 auto;
    max-width: 900px;
    width: 100%;
    justify-content: space-between;
  }

  .course-list {
    width: calc((100% - 2.6%)/ 2);
  }

  .course-list img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .course-list .card-text {
    text-align: center;
    margin: 1em 0 0 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .course-list .menu-btn {
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 57.6%;
    margin: 1.25em auto 0 auto;
    padding: 1em .5em;
    background: #523d3d;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
  }

  .course-list .menu-btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    position: absolute;
    right: 1em;
  }

  .course-inner02 {
    position: relative;
    display: flex;
    margin: 5.21% auto 0 auto;
    max-width: 900px;
    width: 100%;
    justify-content: space-between;
  }

.instagram {
  text-align: center;
}
  
.instagram img {
  margin: 0 auto 20% auto;
}
  
  /* サービス */
  .service {
    background: #f3efec;
    width: 100%;
    margin: 8.7% 0 0 0;
    padding: 4.7% 0;
    position: relative;
  }

  .service .service-title {
    text-align: center;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  h2.service-title img {
    width: 80%;
  }
  
  .service-text {
    text-align: center;
    margin: 3.67% 0 0 0;
  }

  .service #servicetable-pc {
    width: 90%;
    margin: 4.7% auto 0 auto;
    line-height: 1.5;
    padding: .5em;
  }

  .service #servicetable-pc th {
    background: #d2ab9c;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    padding: 7px 0;
  }

  .service #servicetable-pc .gray {
    background: #e8e8e8;
  }

  .service #servicetable-pc td {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 1em;
  }

  .service #servicetable-pc .price {
    text-align: center;
  }

  .service #servicetable-pc .border-r {
    border-right: 3px solid #cdcdcd;
  }

  .service #servicetable-pc .border-b {
    border-bottom: 3px solid #cdcdcd;
  }

  /* アクセス */
  .accessContents {
    width: 100%;
    padding: 5.2% 0;
    position: relative;
  }

  .accessContents .access-title {
    text-align: center;
  }

  .access-title img {
    width: 25%;
  }
  
  .accessContents .access-titleSP {
    display: none;
  }

  .accessInner {
    margin: 1.6% auto 0 auto;
    display: block;
    width: 90%;
  }

  .gMpapsContainer {
    margin: 0 auto;
    width: 100%;
  }

  .gMaps {
    height: 470px;
  }

  .gMaps iframe {
    height: 100%;
    width: 100%;
    max-height: 470px;
  }

  .accessInfo {
    margin: 4% auto 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .accessInfo .fa-map-marker-alt {
    font-size: 34px;
  }

  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #41220F;
    line-height: 1.5;
    padding: 0 0 0 65px;
    background: url("../img/address.png") no-repeat left center;
  }

  .accessInfo .schedule {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    padding: 1em 0 1em 65px;
    background: url("../img/time.png") no-repeat left center;
  }

  .accessInfo .fax {
    font-weight: bold;
    font-size: 20px;
    color: #523D3D;
    padding: 10% 0 0 0;
  }

  .accessInfo .approval {
    font-weight: bold;
    font-size: 16px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    display: block;
  }

  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: 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: .5em 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 h1 img {
    width: 100%;
  }

  /* スマホメインビジュアル */
  .mainVisualSp {
    display: none;
  }

  .mainVisual h1 img {
    width: 25.7%;
    position: absolute;
    bottom: -4%;
    left: 65px;
  }

  /* NEWS */
  .news {
    width: 100%;
    height: 21%;
    background: #f3efec;
    padding: 3.65%;
    box-sizing: border-box;
  }

  .news .news-title {
    text-align: center;
  }

  .news .news-title img {
    width: 15%;
  }

  .news .news-text {
    text-align: center;
    margin: 2.1% 0 0 0;
  }

.youtube-container {
  display: flex;
  margin: 4% auto 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 86%;
  max-width: none;
}
  
.movie-box {
  position: relative;
  width: 40%;
  margin: 0% auto 0 auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
  
  /* コンセプト */
  .conceptContents {
    width: 100%;
    max-height: 900px;
    padding: 3.65% 0 9% 0;
  }

  .concept-inner {
    text-align: center;
  }
  .concept-innerSP br {
    display: none;
  }
  
  .concept-innerSP img {
    display: none;
  }

  .concept-inner img {
    width: 48%;
    min-width: 420px;
  }

.img-box {
  width: calc((100% - 4%)/2);
  margin: 0 0 10% 0;
}
  
.img-box img {
    width: 100%;
    display: block;
}
  
  /* コ‐ス */
  .courseContents {
    width: 100%;
    margin: 16% 0 0 0;
    background: #d2ab9c;
    position: relative;
  }

  .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%);
  }

  h2.course-title img {
    width: 65%;
  }
  
  .box {
    padding: 6% 0 6% 0;
  }

  .course-inner {
    position: relative;
    display: flex;
    margin: -12% auto 0 auto;
    max-width: 800px;
    width: 90%;
    justify-content: space-between;
  }

  .course-list {
    width: calc((100% - 2.6%)/ 2);
  }

  .course-list img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .course-list .card-text {
    text-align: center;
    margin: 1em 0 0 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .course-list .menu-btn {
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 72%;
    margin: 1.25em auto 0 auto;
    padding: 1em .5em;
    background: #523d3d;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
  }

  .course-list .menu-btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    position: absolute;
    right: 1em;
  }

  .course-inner02 {
    position: relative;
    display: flex;
    margin: 5.21% auto 0 auto;
    max-width: 800px;
    width: 90%;
    justify-content: space-between;
  }

  /* サービス */
  .service {
    background: #f3efec;
    width: 100%;
    margin: 8.7% 0 0 0;
    padding: 4.7% 0;
    position: relative;
  }

  .service .service-title {
    text-align: center;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  h2.service-title img {
    width: 80%;
  }
  
  .service-text {
    text-align: center;
    margin: 6% 0 0 0;
    font-size: 18px;
  }

  .service .servicetable-sp {
    display: none;
  }

  
  .service #servicetable-pc {
    width: 90%;
    margin: 4.7% auto 0 auto;
    line-height: 1.5;
    padding: .5em;
  }

  .service #servicetable-pc th {
    background: #d2ab9c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    padding: 7px 0;
  }

  .service #servicetable-pc .gray {
    background: #e8e8e8;
  }

  .service #servicetable-pc td {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 1em;
  }

  .service #servicetable-pc .price {
    text-align: center;
  }

  .service #servicetable-pc .border-r {
    border-right: 3px solid #cdcdcd;
  }

  .service #servicetable-pc .border-b {
    border-bottom: 3px solid #cdcdcd;
  }

  /* アクセス */
  .accessContents {
    width: 100%;
    padding: 5.2% 0;
    position: relative;
  }

  .accessContents .access-title {
    text-align: center;
  }

  .access-title img {
    width: 25%;
  }
  
  .accessContents .access-titleSP {
    display: none;
  }

  .accessInner {
    margin: 1.6% auto 0 auto;
    display: block;
    width: 90%;
  }

  .gMpapsContainer {
    margin: 0 auto;
    width: 100%;
  }

  .gMaps {
    height: 470px;
  }

  .gMaps iframe {
    height: 100%;
    width: 100%;
    max-height: 470px;
  }

  .accessInfo {
    margin: 4% auto 0 auto;
    width: 96%;
    display: flex;
    justify-content: space-between;
  }

  .accessInfo .fa-map-marker-alt {
    font-size: 34px;
  }

  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #41220F;
    line-height: 1.5;
    padding: 0 0 0 55px;
    background: url("../img/address.png") no-repeat left center;
    background-size: 20%;
  }

  .accessInfo .schedule {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    padding: 1em 0 1em 55px;
    background: url("../img/time.png") no-repeat left center;
    background-size: 20%;
  }

  .accessInfo .tel img {
    width: 90%;
    margin: 10px 0 0 0;
  }

  .accessInfo .fax img {
    width: 75%;
    margin: 10px 0 0 0;
    padding: 0;
  }

  .accessInfo .approval {
    font-weight: bold;
    font-size: 16px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    display: block;
  }

  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: .5em 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 h1 img {
    width: 100%;
  }

.movie-box {
  position: relative;
  width: 80%;
  margin: 0 auto 8% auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
  
  /* スマホメインビジュアル */
  .mainVisualSp {
    display: none;
  }

  .mainVisual h1 img {
    width: 25.7%;
    position: absolute;
    bottom: -4%;
    left: 65px;
  }

  /* NEWS */
  .news {
    width: 100%;
    height: 21%;
    background: #f3efec;
    padding: 3.65%;
    box-sizing: border-box;
  }

  .news .news-title {
    text-align: center;
  }

  .news .news-title img {
    width: 20%;
  }

  .news .news-text {
    text-align: center;
    margin: 2.1% 0 0 0;
  }

.movie-box {
  position: relative;
  width: 100%;
  margin: 0 auto 8% auto;
}

.youtube-container {
  display: block;
  margin: 4% auto 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 86%;
}
  
.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.img-container {
  display: block;
  margin: 4% auto 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
  
.img-box {
  width: 80%;
  margin: 0 auto 10% auto;
}
  
  /* コンセプト */
  .conceptContents {
    width: 100%;
    max-height: 900px;
    padding: 3.65% 0 9% 0;
  }

  .concept-inner {
    text-align: center;
  }
  
  .concept-innerSP br {
    display: none;
  }
  
  .concept-innerSP img {
    display: none;
  }

  .concept-inner img {
    width: 50%;
    min-width: 500px;
  }

  /* コ‐ス */
  .courseContents {
    width: 100%;
    margin: 21% 0 0 0;
    background: #d2ab9c;
    position: relative;
  }

  .courseContents .course-title {
    text-align: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .course-title img {
    width: 100%;
  }
  
  .box {
    padding: 20% 0 3% 0;
  }

  .course-inner {
    position: relative;
    display: block;
    margin: -14% auto 0 auto;
    max-width: none;
    width: 80%;
    justify-content: space-between;
  }

  .course-list {
    width: 100%;
    margin: 12% 0 0 0;
  }

  .course-list img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .course-list .card-text {
    text-align: center;
    margin: 1em 0 0 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .course-list .menu-btn {
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 57.6%;
    margin: 1.25em auto 0 auto;
    padding: 1em .5em;
    background: #523d3d;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
  }

  .course-list .menu-btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    position: absolute;
    right: 1em;
  }

  .course-inner02 {
    position: relative;
    display: block;
    margin: 0% auto 0 auto;
    max-width: none;
    width: 80%;
    justify-content: space-between;
  }

  /* サービス */
  .service {
    background: #f3efec;
    width: 100%;
    margin: 8.7% 0 0 0;
    padding: 4.7% 0;
    position: relative;
  }

  .service .service-title {
    text-align: center;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  h2.service-title img {
    width: 80%;
  }
  
  .service-text {
    text-align: center;
    margin: 6% 0 0 0;
  }

  .service .servicetable-sp {
    display: none;
  }

  .service #servicetable-pc {
    width: 95%;
    margin: 4.7% auto 0 auto;
    line-height: 1.5;
    padding: .5em;
  }

  .service #servicetable-pc th {
    background: #d2ab9c;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px 0;
  }

  .service #servicetable-pc .gray {
    background: #e8e8e8;
  }

  .service #servicetable-pc td {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 1em;
  }

  .service #servicetable-pc .price {
    text-align: center;
  }

  .service #servicetable-pc .border-r {
    border-right: 2px solid #cdcdcd;
  }

  .service #servicetable-pc .border-b {
    border-bottom: 2px solid #cdcdcd;
  }

.instagram {
  text-align: center;
}

.instagram img {
  margin: 0 auto 10% auto;
}
  
  /* アクセス */
  .accessContents {
    width: 100%;
    padding: 5.2% 0;
    position: relative;
  }

  .accessContents .access-title {
    text-align: center;
  }

  .access-title img {
    width: 25%;
  }
  
  .accessContents .access-titleSP {
    display: none;
  }

  .accessInner {
    margin: 1.6% auto 0 auto;
    display: block;
    width: 100%;
  }

  .gMpapsContainer {
    margin: 0 auto;
    width: 100%;
  }

  .gMaps {
    height: 470px;
  }

  .gMaps iframe {
    height: 100%;
    width: 100%;
    max-height: 470px;
  }

  .accessInfo {
    margin: 4% auto 0 auto;
    width: 96%;
    display: flex;
    justify-content: space-between;
  }

  .accessInfo .fa-map-marker-alt {
    font-size: 34px;
  }

  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #41220F;
    line-height: 1.5;
    padding: 0 0 0 55px;
    background: url("../img/address.png") no-repeat left center;
    background-size: 20%;
  }

  .accessInfo .schedule {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    padding: 1em 0 1em 55px;
    background: url("../img/time.png") no-repeat left center;
    background-size: 20%;
  }

  .accessInfo .tel img {
    width: 90%;
    margin: 10px 0 0 0;
  }

  .accessInfo .fax img {
    width: 75%;
    margin: 10px 0 0 0;
    padding: 0;
  }

  .accessInfo .approval {
    font-weight: bold;
    font-size: 16px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    display: block;
  }

  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: 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: .5em 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 h1 img {
    display: none;
  }

  /* スマホメインビジュアル */
  .mainVisualSp {
    display: block;
    padding: 78px 0 0 0;
  }

  .mainVisualSp img {
    width: 100%;
  }

  /* NEWS */
  .news {
    width: 100%;
    height: 21%;
    background: #f3efec;
    padding: 5% 10% 10% 8%;
    line-height: 1.5;
  }

  .news .news-title {
    text-align: center;
  }
  
  .news .news-title img {
    width: 35%;
  }
  
  .news .news-text {
    text-align: center;
    margin: 2.1% 0 0 0;
  }

.movie-box {
  position: relative;
  width: 92%;
  margin: 7% auto 7% auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.img-box img {
  width: 100%;
}
  
  /* コンセプト */
  .conceptContents {
    width: 100%;
    max-height: 900px;
    padding: 6% 0 9% 0;
  }

  .concept-inner {
    text-align: center;
  }
  
  .concept-innerSP br {
    display: block;
  }
  
  .concept-innerSP img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .concept-inner img {
    display: none;
  }

  /* コ‐ス */
  .courseContents {
    width: 100%;
    margin: 21% 0 0 0;
    background: #d2ab9c;
    position: relative;
  }

  .courseContents .course-title {
    text-align: center;
    position: absolute;
    top: -.3%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .box {
    padding: 3% 0 12% 0;
  }

  .course-inner {
    position: relative;
    display: block;
    margin: 0 auto 0 auto;
    max-width: none;
    width: 90%;
    justify-content: space-between;
  }

  .course-list {
    width: 100%;
    margin: 12% 0 0 0;
  }

  .course-list img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .course-list .card-text {
    text-align: center;
    margin: 1em 0 0 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .course-list .menu-btn {
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 57.6%;
    margin: 1.25em auto 0 auto;
    padding: 1em .5em;
    background: #523d3d;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
  }

  .course-list .menu-btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    position: absolute;
    right: 1em;
  }

  .course-inner02 {
    position: relative;
    display: block;
    margin: -22% auto 0 auto;
    max-width: none;
    width: 90%;
    justify-content: space-between;
  }

  /* サービス */
  .service {
    background: #f3efec;
    width: 100%;
    margin: 14% 0 0 0;
    padding: 10% 0;
    position: relative;
  }

  .service .service-title {
    text-align: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .service-text {
    text-align: center;
    margin: 3.67% 0 0 0;
    line-height: 1.5;
  }

  .service #servicetable-pc {
    display: none;
  }
  
  .service .servicetable-sp {
    width: 80%;
    margin: 4.7% auto 0 auto;
    line-height: 1.5;
    padding: .5em;
    display: table;
  }

  .service .servicetable-sp th {
    background: #d2ab9c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px 0;
  }

  .service .servicetable-sp .gray {
    background: #e8e8e8;
  }

  .service .servicetable-sp td {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 1em;
  }

  .service .servicetable-sp .price {
    text-align: center;
  }

  .service .servicetable-sp .border-r {
    border-right: 2px solid #cdcdcd;
  }

  .service .servicetable-sp .border-b {
    border-bottom: 2px solid #cdcdcd;
  }

.instagram {
  text-align: center;
}

.instagram img {
  margin: 0 auto 10% auto;
}
  
  /* アクセス */
  .accessContents {
    width: 100%;
    padding: 8% 0 0 0;
    position: relative;
  }

  .accessContents .access-title {
    text-align: center;
  }

  .accessContents .access-titleSP {
    display: none;
  }
  
  .access-title img {
    width: 35%;
  }
  
  .accessInner {
    margin: 5% auto 0 auto;
    display: block;
    width: 100%;
  }

  .gMpapsContainer {
    margin: 0 auto;
    width: 90%;
  }

  .gMaps {
    height: 300px;
  }

  .gMaps iframe {
    height: 100%;
    width: 100%;
    max-height: 470px;
  }

  .accessInfo {
    margin: 5% auto 0 auto;
    width: 94%;
    display: block;
    justify-content: space-between;
  }

  .accessInfo .fa-map-marker-alt {
    font-size: 34px;
  }

  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #41220F;
    line-height: 1.5;
    padding: 0 0 0 65px;
    background: url("../img/address.png") no-repeat left center;
    background-size: auto;
  }
  
  .accessInfo .schedule {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #523D3D;
    line-height: 1.5;
    margin: .5em 0 0 0;
    padding: 1em 0 1em 65px;
    background: url("../img/time.png") no-repeat left center;
    background-size: auto;
  }

  .accessInfo .tel img {
    width: 90%;
    margin: .5em 0 0 0;
  }

  .accessInfo .fax img {
    width: 75%;
    margin: 0;
    padding: 0;
  }

  .accessInfo .approval {
    font-weight: bold;
    font-size: 18px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    display: block;
  }

  .accessInfo .instagram {
    margin: 1.5em 0 0 0;
    display: block;
  }

  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 4em 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: 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: .5em 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 h1 img {
    display: none;
  }

  /* スマホメインビジュアル */
  .mainVisualSp {
    display: block;
    padding: 78px 0 0 0;
  }

  .mainVisualSp img {
    width: 100%;
  }

  /* NEWS */
  .news {
    width: 100%;
    height: 21%;
    background: #f3efec;
    padding: 5% 10% 10% 8%;
    line-height: 1.5;
  }

  .news .news-title {
    text-align: center;
  }
  
  .news .news-title img {
    width: 35%;
  }
  
  .news .news-text {
    text-align: center;
    margin: 2.1% 0 0 0;
  }

.movie-box {
  position: relative;
  width: 92%;
  margin: 7% auto 7% auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
  
  /* コンセプト */
  .conceptContents {
    width: 100%;
    max-height: 900px;
    padding: 6% 0 9% 0;
  }

  .concept-inner {
    text-align: center;
  }
  
  .concept-innerSP br {
    display: block;
  }
  
  .concept-innerSP img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .concept-inner img {
    display: none;
  }

  /* コ‐ス */
  .courseContents {
    width: 100%;
    margin: 21% 0 0 0;
    background: #d2ab9c;
    position: relative;
  }

  .courseContents .course-title {
    text-align: center;
    position: absolute;
    top: -.3%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .box {
    padding: 3% 0 12% 0;
  }

  .course-inner {
    position: relative;
    display: block;
    margin: 0 auto 0 auto;
    max-width: none;
    width: 90%;
    justify-content: space-between;
  }

  .course-list {
    width: 100%;
    margin: 12% 0 0 0;
  }

  .course-list img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .course-list .card-text {
    text-align: center;
    margin: 1em 0 0 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .course-list .menu-btn {
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 57.6%;
    margin: 1.25em auto 0 auto;
    padding: 1em .5em;
    background: #523d3d;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
  }

  .course-list .menu-btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    position: absolute;
    right: 1em;
  }

  .course-inner02 {
    position: relative;
    display: block;
    margin: -22% auto 0 auto;
    max-width: none;
    width: 90%;
    justify-content: space-between;
  }

  /* サービス */
  .service {
    background: #f3efec;
    width: 100%;
    margin: 14% 0 0 0;
    padding: 10% 0;
    position: relative;
  }

  .service .service-title {
    text-align: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .service-text {
    text-align: center;
    margin: 3.67% 0 0 0;
    line-height: 1.5;
  }

  .service #servicetable-pc {
    display: none;
  }
  
  .service .servicetable-sp {
    width: 80%;
    margin: 4.7% auto 0 auto;
    line-height: 1.5;
    padding: .5em;
    display: table;
  }

  .service .servicetable-sp th {
    background: #d2ab9c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px 0;
  }

  .service .servicetable-sp .gray {
    background: #e8e8e8;
  }

  .service .servicetable-sp td {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 1em;
  }

  .service .servicetable-sp .price {
    text-align: center;
  }

  .service .servicetable-sp .border-r {
    border-right: 2px solid #cdcdcd;
  }

  .service .servicetable-sp .border-b {
    border-bottom: 2px solid #cdcdcd;
  }

  /* アクセス */
  .accessContents {
    width: 100%;
    padding: 8% 0 0 0;
    position: relative;
  }

  .accessContents .access-title {
    text-align: center;
  }

  .accessContents .access-titleSP {
    display: none;
  }
  
  .access-title img {
    width: 35%;
  }
  
  .accessInner {
    margin: 5% auto 0 auto;
    display: block;
    width: 100%;
  }

  .gMpapsContainer {
    margin: 0 auto;
    width: 90%;
  }

  .gMaps {
    height: 300px;
  }

  .gMaps iframe {
    height: 100%;
    width: 100%;
    max-height: 470px;
  }

  .accessInfo {
    margin: 5% auto 0 auto;
    width: 94%;
    display: block;
    justify-content: space-between;
  }

  .accessInfo .fa-map-marker-alt {
    font-size: 34px;
  }

  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #41220F;
    line-height: 1.5;
    padding: 0 0 0 65px;
    background: url("../img/address.png") no-repeat left center;
    background-size: auto;
  }
  
  .accessInfo .schedule {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #523D3D;
    line-height: 1.5;
    margin: .5em 0 0 0;
    padding: 1em 0 1em 65px;
    background: url("../img/time.png") no-repeat left center;
    background-size: auto;
  }

  .accessInfo .tel img {
    width: 90%;
    margin: .5em 0 0 0;
  }

  .accessInfo .fax img {
    width: 75%;
    margin: 0;
    padding: 0;
  }

  .accessInfo .approval {
    font-weight: bold;
    font-size: 18px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    display: block;
  }

  .accessInfo .instagram {
    margin: 1.5em 0 0 0;
    display: block;
  }

  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 4em 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: .5em 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 h1 img {
    display: none;
  }

  /* スマホメインビジュアル */
  .mainVisualSp {
    display: block;
  }

  .mainVisualSp img {
    width: 100%;
  }

  /* NEWS */
  .news {
    width: 100%;
    height: 21%;
    background: #f3efec;
    padding: 5% 10% 10% 8%;
    line-height: 1.5;
  }

  .news .news-title {
    text-align: center;
  }
  
  .news .news-title img {
    width: 35%;
  }
  
  .news .news-text {
    text-align: center;
    margin: 2.1% 0 0 0;
  }

.movie-box {
  position: relative;
  width: 92%;
  margin: 7% auto 7% auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
  
  /* コンセプト */
  .conceptContents {
    width: 100%;
    max-height: 900px;
    padding: 6% 0 9% 0;
  }

  .concept-inner {
    text-align: center;
  }
  
  .concept-innerSP br {
    display: block;
  }
  
  .concept-innerSP img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .concept-inner img {
    display: none;
  }

  /* コ‐ス */
  .courseContents {
    width: 100%;
    margin: 21% 0 0 0;
    background: #d2ab9c;
    position: relative;
  }

  .courseContents .course-title {
    text-align: center;
    position: absolute;
    top: -.3%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .box {
    padding: 3% 0 12% 0;
  }

  .course-inner {
    position: relative;
    display: block;
    margin: 0 auto 0 auto;
    max-width: none;
    width: 90%;
    justify-content: space-between;
  }

  .course-list {
    width: 100%;
    margin: 12% 0 0 0;
  }

  .course-list img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .course-list .card-text {
    text-align: center;
    margin: 1em 0 0 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .course-list .menu-btn {
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 57.6%;
    margin: 1.25em auto 0 auto;
    padding: 1em .5em;
    background: #523d3d;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
  }

  .course-list .menu-btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    position: absolute;
    right: 1em;
  }

  .course-inner02 {
    position: relative;
    display: block;
    margin: -22% auto 0 auto;
    max-width: none;
    width: 90%;
    justify-content: space-between;
  }

  /* サービス */
  .service {
    background: #f3efec;
    width: 100%;
    margin: 14% 0 0 0;
    padding: 10% 0;
    position: relative;
  }

  .service .service-title {
    text-align: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .service-text {
    text-align: center;
    margin: 3.67% 0 0 0;
    line-height: 1.5;
  }

  .service #servicetable-pc {
    display: none;
  }
  
  .service .servicetable-sp {
    width: 80%;
    margin: 4.7% auto 0 auto;
    line-height: 1.5;
    padding: .5em;
    display: table;
  }

  .service .servicetable-sp th {
    background: #d2ab9c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px 0;
  }

  .service .servicetable-sp .gray {
    background: #e8e8e8;
  }

  .service .servicetable-sp td {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 1em;
  }

  .service .servicetable-sp .price {
    text-align: center;
  }

  .service .servicetable-sp .border-r {
    border-right: 2px solid #cdcdcd;
  }

  .service .servicetable-sp .border-b {
    border-bottom: 2px solid #cdcdcd;
  }

  /* アクセス */
  .accessContents {
    width: 100%;
    padding: 8% 0 0 0;
    position: relative;
  }

  .accessContents .access-title {
    text-align: center;
  }

  .accessContents .access-titleSP {
    display: none;
  }
  
  .access-title img {
    width: 35%;
  }
  
  .accessInner {
    margin: 5% auto 0 auto;
    display: block;
    width: 100%;
  }

  .gMpapsContainer {
    margin: 0 auto;
    width: 90%;
  }

  .gMaps {
    height: 300px;
  }

  .gMaps iframe {
    height: 100%;
    width: 100%;
    max-height: 470px;
  }

  .accessInfo {
    margin: 5% auto 0 auto;
    width: 94%;
    display: block;
    justify-content: space-between;
  }

  .accessInfo .fa-map-marker-alt {
    font-size: 34px;
  }

  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #41220F;
    line-height: 1.5;
    padding: 0 0 0 65px;
    background: url("../img/address.png") no-repeat left center;
    background-size: auto;
  }
  
  .accessInfo .schedule {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #523D3D;
    line-height: 1.5;
    margin: .5em 0 0 0;
    padding: 1em 0 1em 65px;
    background: url("../img/time.png") no-repeat left center;
    background-size: auto;
  }

  .accessInfo .tel img {
    width: 90%;
    margin: .5em 0 0 0;
  }

  .accessInfo .fax img {
    width: 75%;
    margin: 0;
    padding: 0;
  }

  .accessInfo .approval {
    font-weight: bold;
    font-size: 18px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    display: block;
  }

  .accessInfo .instagram {
    margin: 1.5em 0 0 0;
    display: block;
  }

  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 4em 0 0 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: .5em 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 h1 img {
    display: none;
  }

  /* スマホメインビジュアル */
  .mainVisualSp {
    display: block;
  }

  .mainVisualSp img {
    width: 100%;
  }

  /* NEWS */
  .news {
    width: 100%;
    height: 21%;
    background: #f3efec;
    padding: 5% 10% 10% 8%;
    line-height: 1.5;
  }

  .news .news-title {
    text-align: center;
  }
  
  .news .news-title img {
    width: 35%;
  }
  
  .news .news-text {
    text-align: center;
    margin: 2.1% 0 0 0;
  }

.movie-box {
  position: relative;
  width: 92%;
  margin: 7% auto 0 auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
  
  /* コンセプト */
  .conceptContents {
    width: 100%;
    max-height: 900px;
    padding: 6% 0 9% 0;
  }

  .concept-inner {
    text-align: center;
  }
  
  .concept-innerSP br {
    display: block;
  }
  
  .concept-innerSP img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .concept-inner img {
    display: none;
  }

  /* コ‐ス */
  .courseContents {
    width: 100%;
    margin: 21% 0 0 0;
    background: #d2ab9c;
    position: relative;
  }

  .courseContents .course-title {
    text-align: center;
    position: absolute;
    top: -.3%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .box {
    padding: 3% 0 12% 0;
  }

  .course-inner {
    position: relative;
    display: block;
    margin: 0 auto 0 auto;
    max-width: none;
    width: 90%;
    justify-content: space-between;
  }

  .course-list {
    width: 100%;
    margin: 12% 0 0 0;
  }

  .course-list img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .course-list .card-text {
    text-align: center;
    margin: 1em 0 0 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .course-list .menu-btn {
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 70%;
    margin: 1.25em auto 0 auto;
    padding: 1em .5em;
    background: #523d3d;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
  }

  .course-list .menu-btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    position: absolute;
    right: 1em;
  }

  .course-inner02 {
    position: relative;
    display: block;
    margin: -22% auto 0 auto;
    max-width: none;
    width: 90%;
    justify-content: space-between;
  }

  /* サービス */
  .service {
    background: #f3efec;
    width: 100%;
    margin: 14% 0 0 0;
    padding: 10% 0;
    position: relative;
  }

  .service .service-title {
    text-align: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  h2.service-title img {
    width: 90%;
  }
  
  .service-text {
    text-align: center;
    margin: 3.67% 0 0 0;
    line-height: 1.5;
  }

  .service #servicetable-pc {
    display: none;
  }
  
  .service .servicetable-sp {
    width: 90%;
    margin: 4.7% auto 0 auto;
    line-height: 1.5;
    padding: .5em;
    display: table;
  }

  .service .servicetable-sp th {
    background: #d2ab9c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px 0;
  }

  .service .servicetable-sp .gray {
    background: #e8e8e8;
  }

  .service .servicetable-sp td {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 1em;
  }

  .service .servicetable-sp .price {
    text-align: center;
  }

  .service .servicetable-sp .border-r {
    border-right: 2px solid #cdcdcd;
  }

  .service .servicetable-sp .border-b {
    border-bottom: 2px solid #cdcdcd;
  }

  /* アクセス */
  .accessContents {
    width: 100%;
    padding: 8% 0 0 0;
    position: relative;
  }

  .accessContents .access-title {
    text-align: center;
  }

  .accessContents .access-titleSP {
    display: none;
  }
  
  .access-title img {
    width: 40%;
  }
  
  .accessInner {
    margin: 5% auto 0 auto;
    display: block;
    width: 100%;
  }

  .gMpapsContainer {
    margin: 0 auto;
    width: 90%;
  }

  .gMaps {
    height: 270px;
  }

  .gMaps iframe {
    height: 100%;
    width: 100%;
    max-height: 470px;
  }

  .accessInfo {
    margin: 5% auto 0 auto;
    width: 94%;
    display: block;
    justify-content: space-between;
  }

  .accessInfo .fa-map-marker-alt {
    font-size: 34px;
  }

  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #41220F;
    line-height: 1.5;
    padding: 0 0 0 65px;
    background: url("../img/address.png") no-repeat left center;
    background-size: auto;
  }
  
  .accessInfo .schedule {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #523D3D;
    line-height: 1.5;
    margin: .5em 0 0 0;
    padding: 1em 0 1em 65px;
    background: url("../img/time.png") no-repeat left center;
    background-size: auto;
  }

  .accessInfo .tel img {
    width: 90%;
    margin: .5em 0 0 0;
  }

  .accessInfo .fax img {
    width: 75%;
    margin: 0;
    padding: 0;
  }

  .accessInfo .approval {
    font-weight: bold;
    font-size: 18px;
    color: #523D3D;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    display: block;
  }

  .accessInfo .instagram {
    margin: 1.5em 0 0 0;
    display: block;
  }

  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 4em 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;
  }
  
}