@charset "UTF-8";

body {
  box-sizing: border-box;
  background: #E8E5DE;
  color: #242424;
  font-family: "游ゴシック", "Yu Gothic", "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.globalHeaderSp {
  display: none;
}

/*　ハンバーガーボタン　*/
.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;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

/* ページトップへ戻る */
#page_top {
  position: fixed;
  right: 130px;
  bottom: 80px;
  background-color: #342400;
  border-radius: 50%;
}

#page_top a {
  background: url(../img/top.png) no-repeat center;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  display: block;
  background-size: 35%;
    -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: background-color 0.6s ease;
}

#page_top:hover a {
  background: url(../img/top_return.png) no-repeat center;
  background-color: #DEAB07;
  background-size: 72%;
  background-position-y: 49%;
  background-position-x: 58%;
}

.main {
  padding-bottom: 5%;
  position: relative;
}

.mainVisual {
  height: 43.25%;
  padding-bottom: 43.25%;
  position: relative;
}

.fade-img img {
  position: absolute;
  width: 100%;
}

.mainVisualSp {
  display: none;
}

.mainVisual h1 {
  margin: 0;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

nav.globalMenuPc {
  z-index: 9999;
  width: 35%;
}

nav.globalMenuPc ul {
  padding: 0;
  position: absolute;
  top: 50px;
  right: 30px;
  margin: 0;
  width: 36%;
}

nav.globalMenuPc ul li {
  display: inline-flex;
  justify-content: center;
  margin: 0 6% 0 0;
  background-color: #342400;
  font-size: 20px;
  color: #342400;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

nav.globalMenuPc ul li:hover {
  background-color: #DEAB07;
}

nav.globalMenuPc .about {
  background: url(../img/about.png) no-repeat center;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  display: block;
  background-size: 44%;
}

nav.globalMenuPc .treatment {
  background: url(../img/treatment.png) no-repeat center;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  display: block;
  background-size: 55%;
}

nav.globalMenuPc .contact {
  background: url(../img/contact.png) no-repeat center;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  display: block;
  background-size: 55%;
}

nav.globalMenuPc li:last-child {
  margin-right: 0;
}

.catchCopy {
  width: 57.6%;
  margin: 4% auto 0 auto;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  position: relative;
  min-width: 900px;
}

.catchCopy::before {
  width: 17.1%;
  height: 4px;
  background: #DCAA2E;
  position: absolute;
  top: 20px;
  left: -30px;
  content: "";
}

.catchCopy::after {
  width: 17.1%;
  height: 4px;
  background: #DCAA2E;
  position: absolute;
  bottom: 20px;
  right: -30px;
  content: "";
}

.catchCopy .titleSP {
  display: none;
}

.catchCopy ul {
  margin: 0 auto;
  width: 61.7%;
  padding: 0;
  min-width: 700px;
}

.catchCopy li {
  padding-bottom: 10px;
}
.catchCopy .title {
  font-size: 30px;
  color: #342400;
  margin-top: 63px;
  text-align: center;
}

.catchCopy li span {
  color: #242424;
  font-size: 20px;
  border-bottom: 1px dashed #707070;
  padding-left: .3em;
  font-family: 'Noto Sans JP', sans-serif;
}

.catchCopy ul li::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f058';
  font-weight: 400;
  font-size: 20px;
  color: #DEAB07;
}

.catchCopy .subCopy {
  font-size: 28px;
  color: #342400;
  text-align: center;
}

.catchCopy .subCopySP {
  display: none;
}

.aboutContents {
  width: 100%;
  background: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
}

.aboutInner {
  width: 84%;
  margin: 0 auto;
  display: flex;
}

.aboutImage {
  margin-right: 7.73%;
}

.aboutImage img {
  width: 100%;
}
  
.aboutImageSP {
  display: none;
}

.aboutText {
  width: 40.47%;
  margin: 0 auto;
}

.aboutTitle {
  text-align: center;
  padding: 0;
  margin: 0 0 9% 0;
  font-size: 0;
}

.aboutText .aboutCopy {
  font-size: 26px;
}

.aboutText .aboutCopy br {
  display: none;
}

.aboutText p {
  font-size: 20px;
}

.aboutText .director {
  font-size: 26px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 0;
}

/* MENU 施術内容*/
.menuContents {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  min-width: 900px;
}

.menuContents .menuTitle {
  text-align: center;
  margin: 0;
}

.menuContents .menuInner {
  width: 100%;
}

.menuContents .menuList {
  padding: 0;
  margin: 3.3% auto 0 auto;
  width: 60%;
  min-width: 846px;
  text-align: center;
}

.menuContents .menuList li {
  display: inline-flex;
  justify-content: center;
  margin: 0 1.5% 0 0;
  background-color: #fff;
  font-size: 20px;
  color: #342400;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.menuContents .menuList li:hover {
  background-color: #F5ECD1;
}

.menuContents .menuList li .shinkyu {
  background: url(../img/icon-shinkyuText.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 50%;
}

.menuContents .menuList li .shinkyu .icon-shinkyu {
  background: url(../img/icon-shinkyu.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 40%;
  background-position-y: 55%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: background-size 0.4s ease;
}

.menuContents .menuList li .shinkyu:hover .icon-shinkyu {
  background: url(../img/icon-shinkyu.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 50%;
}

.menuContents .menuList li .visit {
  background: url(../img/icon-visitText.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 20%;
}

.menuContents .menuList li .visit .icon-visit {
  background: url(../img/icon-visit.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 35%;
  background-position-y: 55%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: background-size 0.4s ease;
}

.menuContents .menuList li .visit:hover .icon-visit {
  background: url(../img/icon-visit.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 54%;
  background-size: 40%;
}

.menuContents .menuList li .treatment {
  background: url(../img/icon-treatmentText.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 40%;
}

.menuContents .menuList li .treatment .icon-treatment {
  background: url(../img/icon-treatment.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 40%;
  background-position-y: 55%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: background-size 0.4s ease;
}

.menuContents .menuList li .treatment:hover .icon-treatment {
  background: url(../img/icon-treatment.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 45%;
}

.menuContents .menuList li .accident {
  background: url(../img/icon-accidentText.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 40%;
}

.menuContents .menuList li .accident .icon-accident {
  background: url(../img/icon-accident.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 40%;
  background-position-y: 55%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: background-size 0.4s ease;
}

.menuContents .menuList li .accident:hover .icon-accident {
  background: url(../img/icon-accident.png) no-repeat center;
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: block;
  background-size: 54%;
}


.menuContents .menuList li:last-child {
  margin-right: 0;
}

.menuContents a.menuDetail {
  width: 17%;
  margin: 5% auto 0 auto;
  padding: 0.8% 1% 0.8% 2%;
  border-radius: 5px;
  background: #342400;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  min-width: 350px;
  display: block;
}

.menuContents a.menuDetail:hover {
  background-color: #DEAB07;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

.menuContents a.menuDetail::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  margin: 0 auto 0 13%;
  border-radius: 5px;
  color: #fff;
}

/* FAQ */
.faqContents {
  width: 96%;
  padding-top: 5%;
  padding-bottom: 5%;
  min-width: 900px;
  margin: 0 auto;
}

.faqContents .faqTitle {
  text-align: center;
  margin: 0;
}

/* アコーディオン */
.que,.ans {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  background: #342400;
  width: 46px;
  height: 46px;
  text-align: center;
  margin-right: .5em;
}

.ans {
  color: #342400;
  border-radius: 50%;
  border: 1px solid #342400;
  background: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: .5em;
  line-height: 46px;
}
.accordion-wrap {
  width: 910px;
  margin: 0 auto;
}

.accordion-header {
  padding: 25px 30px 0 95px;
}

.accordion-item {
  width: 100%;
  height: 97px;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 30px;
}

.accordion-item .accordion-header::before {
  content: "Q";
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  background: #342400;
  width: 46px;
  height: 46px;
  text-align: center;
  margin-right: .5em;
  position: absolute;
  left: 35px;
}

.accordion-header {
  transition: ease-in-out 100ms;
  padding: 25px 50px 0 95px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  position: relative;
}

.accordion-text {
  width: 100%;
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 0;
  margin-top: -5px;
  display: none;
 }

.accordion-text p {
  padding: 5px 165px 20px 95px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
 }

.accordion-text p::before {
  content: "A";
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #342400;
  border-radius: 50%;
  border: 1px solid #342400;
  background: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: .5em;
  position: absolute;
  left: 35px;
}

.fa-angle-down {
  transition: ease-in-out 300ms;
}

 .rotate-fa{
  transform: rotate(180deg);
 }

 .accordion-header .fa {
  float: right;
  line-height: 48px;
  font-size: 26px;
 }

 .accordion-color {
  color: #DEAB07;
 }

 .accordion-no-bar{
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}


/* アクセス/当院について */
.accessContents {
  width: 100%;
  background: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
  min-width: 900px;
}

.accessContents .accessTitle img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.accessContents .accessTitleSP img {
  display: none;
}

.accessInner {
  width: 100%;
  margin: 3.3% auto 0 auto;
  display: flex;
  max-width: 1400px;
}

.gMpapsContainer {
  width: 100%;
  margin: 0 auto;
  min-width: 785px;
}

.gMaps {
  height: 482px;
}

.gMaps iframe {
  height: 100%;
  width: 100%;
  max-height: 482px;
}

.accessInfo {
  width: 77%;
  margin: 2% auto 0;
  display: flex;
  justify-content: space-between;
}

.accessInfo address {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}

.accessInfo .distance,.accessInfo .parking {
  font-weight: bold;
  font-size: 20px;
  margin: .3em 0;
}

.accessInfo .distance {
  background: url("../img/train.png") no-repeat left center;
  padding: 1% 0 1% 50px;
  display: inline-block;
  margin: 1% 1em 0 0;
}

.accessInfo .parking {
  background: url("../img/parking.png") no-repeat left center;
  padding: 1% 0 1% 50px;
  display: inline;
}

.accessInfo .time {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
}

.accessText {
  width: 40.47%;
  margin: 0 auto;
}

.accessInfo .tel {
  width: 100%;
  margin: 0;
}

.accessInfo .tel img {
  width: 100%;
  max-width: 320px;
}

.accessInfo .schedule {
  margin: 0;
}

.fb-container {
  max-width: 500px;
}

/* スケジュール */
.scheduleContents {
  width: 100%;
  padding-top: 0;
  padding-bottom: 5%;
  min-width: 900px;
  position: relative;
}

.scheduleContents>img.wave {
  background: #fff;
  width: 100%;
}

.scheduleContents>img.waveSP {
  display: none;
}

.scheduleTitle {
  text-align: center;
  margin: 0;
  width: 100%;
  height: 6%;
  padding-top: 3.75%;
}

.scheduleTable {
  width: 55.5%;
  margin: 2.25% auto 1em auto;
  background: #fff;
  min-width: 910px;
}

.scheduleTable th {
  padding: 10px 5px;
  width: 10%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.scheduleTable th.scheduleTime {
  padding: 10px 0;
  width: 27%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}

.scheduleTable td {
  padding: 10px 20px;
  width: 10%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.scheduleTable tr:nth-child(even) {
  border-top: 4px solid #CBCBCB;
  border-bottom: 4px solid #CBCBCB;
}

.scheduleTable td:nth-child(even),.scheduleTable th:nth-child(even) {
  background: #EFEFEF;
}

.scheduleContents p {
  font-size: 20px;
  width: 55.5%;
  margin: 0 auto;
  min-width: 910px;
}

footer {
  background: #342400;
  padding: 4.5% 0;
}

footer small {
  font-size: 26px;
  color: #fff;
  text-align: center;
  display: block;
}

.call {
  display: none;
}


@media only screen and (min-width: 1100px) and (max-width: 1440px) {
  
  .accessInner {
    width: 100%;
    margin: 5% auto 0 auto;
    display: flex;
  }
  
  .gMpapsContainer {
    width: 100%;
  }
  
  .gMaps iframe {
    width: 100%;
    height: 100%;
  }
  
  .accessInfo {
    width: 85%;
    margin: 2% auto 0;
    display: flex;
    justify-content: space-between;
  }

  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
  }

  .accessInfo .distance,.accessInfo .parking {
    font-weight: bold;
    font-size: 18px;
    margin: .3em 0;
  }

  .accessInfo .distance {
    background: url("../img/train.png") no-repeat left center;
    padding: 1% 0 1% 36px;
    display: inline-block;
    margin: 1% 1em 0 0;
    background-size: auto 30px;
  }

  .accessInfo .parking {
    background: url("../img/parking.png") no-repeat left center;
    padding: 1% 0 1% 36px;
    display: inline;
    background-size: auto 30px;
  }

  .accessInfo .time {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
  }

  .accessText {
    width: 40.47%;
    margin: 0 auto;
  }

  .accessInfo .tel {
    width: 100%;
    margin: 0;
  }

  .accessInfo .tel img {
    width: 100%;
    max-width: 300px;
  }

  .accessInfo .schedule {
    margin: 0;
  }
  
  .fb-container {
    max-width: 500px;
    margin-right: auto;
  }
  
  footer {
    padding: 2% 0;
  }
  
}

@media only screen and (min-width: 900px) and (max-width: 1099px) {
  .catchCopy {
    width: 57.6%;
    margin: 4% auto 0 auto;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    min-width: 850px;
  }

  .aboutInner {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  
  .aboutImage {
    margin-right: 0;
  }
  
  .aboutText {
    width: 90%;
    margin: 63px auto 0 auto;
  }
  
  .accessInner {
    width: 100%;
    margin: 4% auto 0 auto;
    display: flex;
    max-width: 1090px;
  }
  
  .gMpapsContainer {
    width: 100%;
  }
  
  .accessInfo {
    width: 77%;
    margin: 2% auto 0;
    display: flex;
    justify-content: space-between;
  }

  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
  }

  .accessInfo .distance,.accessInfo .parking {
    font-weight: bold;
    font-size: 18px;
    margin: .3em 0;
  }

  .accessInfo .distance {
    background: url("../img/train.png") no-repeat left center;
    padding: 1% 0 1% 36px;
    display: block;
    margin: 1% 0 3% 0;
    background-size: auto 30px;
  }

  .accessInfo .parking {
    background: url("../img/parking.png") no-repeat left center;
    padding: 1% 0 1% 36px;
    display: inline;
    background-size: auto 30px;
  }

  .accessInfo .time {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
  }

  .accessText {
    width: 40.47%;
    margin: 0 auto;
  }

  .accessInfo .tel {
    width: 100%;
    margin: 0;
  }

  .accessInfo .tel img {
    width: 100%;
    max-width: 320px;
  }

  .accessInfo .schedule {
    margin: 0;
  }

  footer {
    padding: 1.5% 0;
  }
  
}

@media only screen and (min-width: 769px) and (max-width: 899px) {
  .main {
    padding-bottom: 5%;
    position: relative;
  }

  .mainVisual {
    height: 43.25%;
    padding-bottom: 43.25%;
    position: relative;
  }

  .fade-img img {
    position: absolute;
    width: 100%;
  }
  
  nav.globalMenuPc ul {
    padding: 0;
    position: absolute;
    top: 50px;
    right: 30px;
    margin: 0;
    width: 37%;
  }
  
  .catchCopy {
    width: 80%;
    margin: 4% auto 0 auto;
    padding: 0 5%;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    min-width: auto;
  }
    
  .catchCopy ul {
    margin: 0 auto;
    width: 100%;
    min-width: auto;
  }
  
  .catchCopy li {
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
  
  .catchCopy .subCopy img {
    width: 100%;
  }
  
  .aboutContents {
    width: 100%;
    background: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    margin: 0 auto;
  }
  
  .aboutInner {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  
  .aboutImage {
    margin-right: 0;
  }
  
  .aboutText {
    width: 90%;
    margin: 63px auto 0 auto;
  }
  
  .menuContents {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    min-width: auto;
  }
  
  .menuContents .menuList {
    padding: 0;
    margin: 3.3% auto 0 auto;
    width: 100%;
    min-width: auto;
    text-align: center;
  }
  
  .accessContents {
    width: 100%;
    background: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    min-width: auto;
  }
  
  .accessInner {
    width: 90%;
    margin: 3.3% auto 0 auto;
    display: block;
  }
  
  .gMpapsContainer {
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }
  
  .accessInfo {
    margin-top: 1.5%;
    display: flex;
    justify-content: space-between;
  }
  
  .accessInfo address {
    font-size: 18px;
  }
  
  .accessInfo .distance, .accessInfo .parking {
    font-weight: bold;
    font-size: 18px;
    margin: .3em 0;
  }
  
  .accessInfo .distance {
    background: url(../img/train.png) no-repeat left center;
    padding: 1% 0 1% 40px;
    background-size: 28px;
  }
  
  .accessInfo .parking {
    background: url(../img/parking.png) no-repeat left center;
    padding: 1% 0 1% 40px;
    background-size: 28px;
  }
  
  .accessInfo .time {
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    width: auto;
  }
  
  .fb-container {
    max-width: 500px;
    margin: 5% auto 0 auto;
  }

  .scheduleContents {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5%;
    min-width: auto;
    position: relative;
  }
  
  .scheduleTable {
    width: 90%;
    margin: 2.25% auto 1em auto;
    background: #fff;
    min-width: auto;
  }

  .scheduleContents p {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    min-width: auto;
  }
  
  .scheduleTable th {
    padding: 10px 0;
    width: 10%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
  
  .scheduleTable th.scheduleTime {
    padding: 10px 0;
    width: 20%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
  }
  
  .scheduleTable td {
    padding: 10px 20px;
    width: 10%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
  
  footer {
    padding: 1.5% 0;
  }
  
  a[href^="tel:"]{
    pointer-events: none;
  }
  
  #page_top {
  position: fixed;
  right: 130px;
  bottom: 80px;
  background-color: #342400;
  border-radius: 50%;
}

  #page_top a {
    background: url(../img/top.png) no-repeat center;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    display: block;
    background-size: 35%;
      -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: background-color 0.6s ease;
  }
  
}

@media only screen and (max-width: 768px) {
  .main {
    padding-bottom: 5%;
    position: relative;
  }

  .mainVisual {
    height: 43.25%;
    padding-bottom: 43.25%;
    position: relative;
  }

  .fade-img img {
    position: absolute;
    width: 100%;
  }
  
  .catchCopy {
    width: 80%;
    margin: 4% auto 0 auto;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    min-width: auto;
    padding: 0 5%;
  }
  
  .catchCopy .title img {
    width: 100%;
  }
  
  .catchCopy ul {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    min-width: auto;
  }
  
  .catchCopy li {
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
  
  p.subCopy img {
    width: 100%;
  }
  
  .aboutInner {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  
  .aboutImage {
    margin-right: 0;
  }
  
  .aboutText {
    width: 90%;
    margin: 50px auto 0 auto;
  }
  
  .menuContents {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    min-width: auto;
  }

  .menuContents .menuTitle {
    text-align: center;
    margin: 0;
  }

  .menuContents .menuInner {
    width: 100%;
  }

  .menuContents .menuList {
    padding: 0;
    margin: 3.3% auto 0 auto;
    width: 90%;
    min-width: auto;
    text-align: center;
  }

  .menuContents .menuList li {
    display: inline-flex;
    justify-content: center;
    margin: 0 1.5% 0 0;
    width: 150px;
    height: 150px;
    background-color: #fff;
    font-size: 20px;
    color: #342400;
    border-radius: 50%;
  }

  .menuContents .menuList li:hover {
    background-color: #F5ECD1;
  }

  .menuContents .menuList li .shinkyu {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 50%;
  }

  .menuContents .menuList li .shinkyu .icon-shinkyu {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 40%;
    background-position-y: 55%;
  }

  .menuContents .menuList li .shinkyu:hover .icon-shinkyu {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 50%;
  }

  .menuContents .menuList li .visit {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 20%;
  }

  .menuContents .menuList li .visit .icon-visit {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 35%;
    background-position-y: 55%;
  }

  .menuContents .menuList li .visit:hover .icon-visit {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 54%;
    background-size: 40%;
  }

  .menuContents .menuList li .treatment {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 40%;
  }

  .menuContents .menuList li .treatment .icon-treatment {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 40%;
    background-position-y: 55%;
  }

  .menuContents .menuList li .treatment:hover .icon-treatment {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 45%;
  }

  .menuContents .menuList li .accident {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 40%;
  }

  .menuContents .menuList li .accident .icon-accident {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 45%;
    background-position-y: 55%;
  }

  .menuContents .menuList li .accident:hover .icon-accident {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: block;
    background-size: 54%;
    background-size: 40%;
  }

  /* FAQ */
  .faqContents {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 10%;
    min-width: auto;
  }

  .accordion-no-bar {
    border-bottom: 0;
    border-radius: 10px;
  }
  
  .accordion-header {
    padding: 25px 30px 0 80px;
    font-size: 16px;
    line-height: 38px;
  }
  
  .accordion-text p {
    padding: 5px 165px 20px 80px;
    font-size: 16px;
  }
  
  .accordion-text p::before {
    content: "A";
    font-size: 22px;
    width: 40px;
    height: 40px;
    left: 30px;
    line-height: 38px;
  }
  
  .faqContents .faqTitle {
    text-align: center;
    margin: 0;
  }
  
  .accordion-item .accordion-header::before {
    font-size: 22px;
    width: 40px;
    height: 40px;
    margin-right: .5em;
    left: 30px;
}
  
  .accordion-wrap {
    width: 96%;
    margin: 0 auto;
  }
  
  .accessContents {
    width: 100%;
    background: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    min-width: auto;
  }
  
  .accessInner {
    width: 100%;
    margin: 4% auto 0 auto;
    display: flex;
    max-width: 899px;
  }
  
  .gMpapsContainer {
    width: 100%;
    min-width: auto;
  }
  
  .gMaps iframe {
    width: 100%;
    height: 100%;
  }
  
  .accessInfo {
    width: 96%;
    margin: 2% auto 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 750px;
  }

  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
  }

  .accessInfo .distance,.accessInfo .parking {
    font-weight: bold;
    font-size: 18px;
    margin: .3em 0;
  }

  .accessInfo .distance {
    background: url("../img/train.png") no-repeat left center;
    padding: 1% 0 1% 36px;
    display: block;
    margin: 1% 0 3% 0;
    background-size: auto 30px;
  }

  .accessInfo .parking {
    background: url("../img/parking.png") no-repeat left center;
    padding: 1% 0 1% 36px;
    display: inline;
    background-size: auto 30px;
  }

  .accessInfo .time {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
  }

  .accessText {
    width: 40.47%;
    margin: 0 auto;
  }

  .accessInfo .tel {
    width: 100%;
    margin: 0;
  }

  .accessInfo .tel img {
    width: 100%;
    max-width: 320px;
  }

  .accessInfo .schedule {
    margin: 0;
  }
    
  .fb-container {
    max-width: 500px;
    margin: 5% auto 0 auto;
  }
  
  .scheduleContents {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5%;
    min-width: auto;
    position: relative;
  }
  
  .scheduleTable {
    width: 90%;
    margin: 2.25% auto 1em auto;
    background: #fff;
    min-width: auto;
  }
  
  .scheduleContents p {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    min-width: auto;
  }
  
  .scheduleTable th {
    padding: 8px 2px;
    width: 10%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
  
  .scheduleTable th.scheduleTime {
    padding: 8px 0;
    width: 23%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
  }
  
  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 130px;
    bottom: 80px;
    background-color: #342400;
    border-radius: 50%;
  }

  #page_top a {
    background: url(../img/top.png) no-repeat center;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    display: block;
    background-size: 35%;
      -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: background-color 0.6s ease;
  }

  #page_top:hover a {
    background: url(../img/top_return.png) no-repeat center;
    background-color: #DEAB07;
    background-size: 72%;
    background-position-y: 49%;
    background-position-x: 58%;
  }

}

@media only screen and (max-width: 428px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width: 35px;
    height: 5px ;
    left: 2px;
    background : #fff;
    -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: 4px;
  }
  
  .hamburger span:nth-child(2) {
    top: 16px;
  }
  
  .hamburger span:nth-child(3) {
    top: 28px;
  }

  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: 16px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .globalHeaderSp {
    height: 80px;
    width: 100%;
    background: #320F10;
    display: block;
    position: fixed;
    z-index: 1000;
  }
  
  .globalHeaderSp h1 {
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: text-top;
    font-size: 1em;
  }
  
  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: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  
  nav.globalMenuSp ul li::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    margin: 0;
    border-radius: 5px;
    color: #000;
    display: inline-block;
  }
  
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  
  nav.globalMenuSp ul li:hover{
    background: #ddd;
  }

  nav.globalMenuSp ul li a {
    display: inline-block;
    color: #000;
    padding: 1em 0;
    width: 80%;
    text-align: center;
    text-decoration: none;
    
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
  }

  
  nav.globalMenuPc {
    display: none;
  }
  
  
  .main {
    padding-bottom: 5%;
    position: relative;
  }

  .mainVisual {
    display: none;
  }
  
  .fade-img img {
   display: none!important;
  }
  
  .mainVisual h1 img {
    dispaly: none;
  }
  
  .mainVisualSp {
    height: 43.25%;
    padding-bottom: 84%;
    position: relative;
    display: block;
  }

  .fade-imgSp {
    padding-top: 80px;
  }

  .fade-imgSp img {
    position: absolute;
    width: 100%;
  }
  
  .catchCopy {
    width: 96%;
    margin: 4% auto 10% auto;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    min-width: auto;
    padding: 10% 5% 5% 5%;
    box-sizing: border-box;
  }
  
  .catchCopy .title {
    display: none;
  }
  
  .catchCopy .titleSP {
    display: block;
    margin: 0;
  }
  
  .catchCopy .titleSP img {
    width: 65%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  
  .catchCopy::before {
    width: 24%;
    height: 4px;
    background: #DCAA2E;
    position: absolute;
    top: 20px;
    left: 10px;
    content: "";
  }
  
  .catchCopy::after {
    width: 24%;
    height: 4px;
    background: #DCAA2E;
    position: absolute;
    bottom: 20px;
    right: 10px;
    content: "";
  }
  
  .catchCopy .title img {
    width: auto;
  }
  
  .catchCopy ul {
    margin: 4% auto 0 auto;
    width: 100%;
    padding: 0;
    min-width: auto;
  }
  
  .catchCopy li {
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
  }
  
  .catchCopy li span {
    font-size: 16px;
  }
  
  .catchCopy .subCopy {
    display: none;
  }

  .catchCopy .subCopySP {
    display: block;
    margin: 4% 0 5% 0;
  }
  
  .catchCopy .subCopySP img {
    width: 72%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  
  .aboutContents {
    width: 100%;
    background: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    margin: -5% auto 0 auto;
  }
  
  .aboutInner {
    width: 92%;
    margin: 0 auto;
    display: block;
  }
  
  .aboutImage {
    display: none;
  }
  
  .aboutImageSP {
    display: block;
  }
  
  .aboutImageSP img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  
  .aboutText .aboutCopy br {
    display: block;
  }
  
  .aboutText {
    width: 100%;
    margin: 25px auto 0 auto;
  }
  
  .aboutTitle {
    text-align: center;
    padding: 0;
    margin: 0 0 9% 0;
    font-size: 0;
  }
  
  .aboutTitle img {
    display: block;
    width: 38%;
    margin: 0 auto;
  }
  
  .aboutText .aboutCopy {
    font-size: 20px;
    padding-bottom: 1em;
    border-bottom: 2px dotted #342400;
  }
  
  .aboutText>p {
    font-size: 16px;
  }
  
  .aboutText .director {
    font-size: 16px;
    padding-top: 1em;
    border-top: 2px dotted #342400;
  }
  
  .menuContents {
    width: 100%;
    padding-top: 13%;
    padding-bottom: 10%;
    min-width: auto;
  }

  .menuContents .menuTitle {
    text-align: center;
    margin: 0;
  }

  .menuContents .menuTitle img {
    text-align: center;
    width: 30%;
  }

  .menuContents .menuInner {
    width: 100%;
  }

  .menuContents .menuList {
    padding: 0;
    margin: 5% auto 0 auto;
    width: 200px;
    min-width: auto;
    text-align: center;
  }

  .menuContents .menuList li {
    display: inline-flex;
    justify-content: center;
    margin: 0 0 1vh 0;
    width: 150px;
    height: 150px;
    background-color: #fff;
    font-size: 20px;
    color: #342400;
    border-radius: 50%;
  }

  .menuContents .menuList li:hover {
    background-color: #F5ECD1;
  }

  .menuContents .menuList li .shinkyu {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 55%;
    background-position-y: 70%;
  }

  .menuContents .menuList li .shinkyu .icon-shinkyu {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 40%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .shinkyu:hover .icon-shinkyu {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 50%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .visit {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 23%;
    background-position-y: 70%;
  }

  .menuContents .menuList li .visit .icon-visit {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 35%;
    background-position-y: 55%;
  }

  .menuContents .menuList li .visit:hover .icon-visit {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 35%;
    background-position-y: 55%;
  }

  .menuContents .menuList li .treatment {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 45%;
    background-position-y: 75%;
  }

  .menuContents .menuList li .treatment .icon-treatment {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 40%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .treatment:hover .icon-treatment {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 45%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .accident {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 45%;
    background-position-y: 70%;
  }

  .menuContents .menuList li .accident .icon-accident {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 45%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .accident:hover .icon-accident {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 50%;
    background-position-y: 65%;
  }
  
  .menuContents a.menuDetail {
    width: 60%;
    margin: 5% auto 0 auto;
    padding: 5% 0 5% 5%;
    border-radius: 5px;
    background: #342400;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    min-width: auto;
    display: block;
  }
  
  .menuContents a.menuDetail::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    margin: 0 auto 0 8%;
    border-radius: 5px;
    color: #fff;
  }
  
  /* FAQ */
  .faqContents .faqTitle img {
    text-align: center;
    width: 30%;
  }
  
  .accordion-wrap {
    width: 96%;
    margin: 0 auto;
  }
  
  .accordion-item {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #fff;
    margin: 1em auto 0 auto;
    cursor: pointer;
  }
  
  .accordion-header {
    transition: ease-in-out 100ms;
    padding: 3% 12% 3% 18%;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
  }
  
  .accordion-item .accordion-header::before {
    content: "Q";
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background: #342400;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-right: .5em;
    position: absolute;
    left: .7em;
    top: .3em;
  }
  
  .accordion-header .fa {
    float: right;
    line-height: 0;
    font-size: 26px;
    position: absolute;
    margin-right: -1em;
    right: 1.8em;
    top: 50%;
  }
  
  .accessContents {
    width: 100%;
    background: #fff;
    padding-top: 8%;
    padding-bottom: 5%;
    min-width: auto;
  }
  
  .accordion-text {
    width: 100%;
    border-radius: 0 0 10px 10px;
    background: #fff;
    margin: -2% 0 0 0;
    padding: 2% 0 0 0;
    display: none;
  }
  
  .accordion-text p {
    padding: 3% 12% 3% 18%;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  
  .accordion-text p::before {
    content: "A";
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #342400;
    border-radius: 50%;
    border: 1px solid #342400;
    background: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-right: .5em;
    position: absolute;
    left: .7em;
    top: .3em;
  }
  
  .accessContents .accessTitle img {
    display: none;
  }
  
  .accessContents .accessTitle {
    margin: 0;
  }
  
  .accessContents .accessTitleSP {
    margin: 0;
  }
  
  .accessContents .accessTitleSP img {
    display: block;
    width: 31%;
    margin: 0 auto;
  }
  
  .accessContents .accessInner {
    width: 90%;
    margin: 3.3% 5% 0;
    display: block;
  }
  
  .gMpapsContainer {
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }
  
  .gMaps {
    height: 257px;
  }
  
  .accessInfo {
    margin-top: 1.5%;
    display: block;
    text-align: left;
    width: 100%;
  }
  
  .accessInfo .address {
    display: block;
    text-align: left;
    width: 80%;
    margin: 1.5% auto 0 auto;
  }
  
  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    margin-top: 3%;
    text-align: left;
  }
  
  .accessInfo .time {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    width: auto;
    margin: 3% auto 0 auto;
  }

  .accessInfo .distance, .accessInfo .parking {
    font-weight: bold;
    font-size: 16px;
    margin: .3em 0;
    text-align: left;
  }
  
  .accessInfo .distance {
    background: url(../img/train.png) no-repeat left center;
    padding: 1% 0 1% 2em;
    display: inline-block;
    background-size: 24px;
  }

  .accessInfo .parking {
    background: url(../img/parking.png) no-repeat left center;
    padding: 1% 0 1% 2em;
    display: inline-block;
    background-size: 24px;
  }
  
  .accessInfo .tel {
    margin: 0;
    text-align: center;
  }
  
  .accessInfo .tel img {
    width: 95%;
    margin: 0 auto;
    min-width: auto;
  }
  
  .accessInfo .schedule {
    margin: 0;
    text-align: center;
  }
  
  .fb-container {
    max-width: 500px;
    margin: 5% auto 0 auto;
  }
  
  .scheduleContents>img.wave {
    display: none;
  }

  .scheduleContents>img.waveSP {
    background: #fff;
    width: 100%;
    display: block;
  }
  
  .scheduleContents {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5%;
    min-width: auto;
    position: relative;
  }
  
  .scheduleTitle {
    text-align: center;
    margin: 0;
    width: 100%;
    height: 6%;
    padding-top: 3.75%;
  }
  
  .scheduleTitle img {
    text-align: center;
    margin: 0;
    width: 41%;
    height: 6%;
    padding-top: 3.75%;
  }
  
  .scheduleTable {
    width: 95%;
    margin: 5% auto 1em auto;
    background: #fff;
    min-width: auto;
  }
  
  .scheduleTable th {
    padding: 8px 0;
    width: 10%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  
  .scheduleTable th.scheduleTime {
    padding: 8px 0;
    width: 20%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
  }

  .scheduleTable td {
    padding: 10px 0;
    width: 10%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  
  .scheduleTable tr:nth-child(even) {
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
  }
  
  .scheduleContents p {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    min-width: auto;
  }
  
  .accordion-text p::before {
    content: "A";
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #342400;
    border-radius: 50%;
    border: 1px solid #342400;
    background: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-right: .5em;
    position: absolute;
    left: .7em;
    top: .3em;
  }
  
  footer {
    background: #342400;
    padding: 4px 0;
  }
  
  footer p {
    margin: 0;
  }
  
  footer small {
    font-size: 12px;
  }
  
  .call {
    display: block;
  }
  
  .call a {
    display: block;
    height: 66px;
  }
  
  .call a img {
    display: block;
    width: 100%;
    height: 66px;
    position: fixed;
    bottom: 0;
  }
  
/* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 15px!important;
    bottom: 100px!important;
    background-color: #342400;
    border-radius: 50%;
  }

  #page_top a {
    background: url(../img/top.png) no-repeat center;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    display: block;
    background-size: 45%;
      -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: background-color 0.6s ease;
  }

  #page_top:hover a {
    background: url(../img/top.png) no-repeat center;
    background-color: #DEAB07;
    background-size: 45%;
    background-position-y: 48%;
    background-position-x: 55%;
  }
  
}
@media only screen and (max-width: 414px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width: 35px;
    height: 5px ;
    left: 2px;
    background : #fff;
    -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: 4px;
  }
  
  .hamburger span:nth-child(2) {
    top: 16px;
  }
  
  .hamburger span:nth-child(3) {
    top: 28px;
  }

  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: 16px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .globalHeaderSp {
    height: 80px;
    width: 100%;
    background: #320F10;
    display: block;
    position: fixed;
    z-index: 1000;
  }
  
  .globalHeaderSp h1 {
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: text-top;
    font-size: 1em;
  }
  
  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: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  
  nav.globalMenuSp ul li::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    margin: 0;
    border-radius: 5px;
    color: #000;
    display: inline-block;
  }
  
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  
  nav.globalMenuSp ul li:hover{
    background: #ddd;
  }

  nav.globalMenuSp ul li a {
    display: inline-block;
    color: #000;
    padding: 1em 0;
    width: 80%;
    text-align: center;
    text-decoration: none;
    
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
  }

  
  nav.globalMenuPc {
    display: none;
  }
  
  
  .main {
    padding-bottom: 5%;
    position: relative;
  }

  .mainVisual {
    display: none;
  }
  
  .fade-img img {
   display: none!important;
  }
  
  .mainVisual h1 img {
    dispaly: none;
  }
  
  .mainVisualSp {
    height: 43.25%;
    padding-bottom: 84%;
    position: relative;
    display: block;
  }

  .fade-imgSp {
    padding-top: 80px;
  }

  .fade-imgSp img {
    position: absolute;
    width: 100%;
  }
  
  .catchCopy {
    width: 96%;
    margin: 4% auto 10% auto;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    min-width: auto;
    padding: 10% 5% 5% 5%;
    box-sizing: border-box;
  }
  
  .catchCopy .title {
    display: none;
  }
  
  .catchCopy .titleSP {
    display: block;
    margin: 0;
  }
  
  .catchCopy .titleSP img {
    width: 65%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  
  .catchCopy::before {
    width: 24%;
    height: 4px;
    background: #DCAA2E;
    position: absolute;
    top: 20px;
    left: 10px;
    content: "";
  }
  
  .catchCopy::after {
    width: 24%;
    height: 4px;
    background: #DCAA2E;
    position: absolute;
    bottom: 20px;
    right: 10px;
    content: "";
  }
  
  .catchCopy .title img {
    width: auto;
  }
  
  .catchCopy ul {
    margin: 4% auto 0 auto;
    width: 100%;
    padding: 0;
    min-width: auto;
  }
  
  .catchCopy li {
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
  }
  
  .catchCopy li span {
    font-size: 16px;
  }
  
  .catchCopy .subCopy {
    display: none;
  }

  .catchCopy .subCopySP {
    display: block;
    margin: 4% 0 5% 0;
  }
  
  .catchCopy .subCopySP img {
    width: 72%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  
  .aboutContents {
    width: 100%;
    background: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    margin: -5% auto 0 auto;
  }
  
  .aboutInner {
    width: 92%;
    margin: 0 auto;
    display: block;
  }
  
  .aboutImage {
    display: none;
  }
  
  .aboutImageSP {
    display: block;
  }
  
  .aboutImageSP img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  
  .aboutText .aboutCopy br {
    display: block;
  }
  
  .aboutText {
    width: 100%;
    margin: 25px auto 0 auto;
  }
  
  .aboutTitle {
    text-align: center;
    padding: 0;
    margin: 0 0 9% 0;
    font-size: 0;
  }
  
  .aboutTitle img {
    display: block;
    width: 38%;
    margin: 0 auto;
  }
  
  .aboutText .aboutCopy {
    font-size: 20px;
    padding-bottom: 1em;
    border-bottom: 2px dotted #342400;
  }
  
  .aboutText>p {
    font-size: 16px;
  }
  
  .aboutText .director {
    font-size: 16px;
    padding-top: 1em;
    border-top: 2px dotted #342400;
  }
  
  .menuContents {
    width: 100%;
    padding-top: 13%;
    padding-bottom: 10%;
    min-width: auto;
  }

  .menuContents .menuTitle {
    text-align: center;
    margin: 0;
  }

  .menuContents .menuTitle img {
    text-align: center;
    width: 30%;
  }

  .menuContents .menuInner {
    width: 100%;
  }

  .menuContents .menuList {
    padding: 0;
    margin: 5% auto 0 auto;
    width: 200px;
    min-width: auto;
    text-align: center;
  }

  .menuContents .menuList li {
    display: inline-flex;
    justify-content: center;
    margin: 0 0 1vh 0;
    width: 150px;
    height: 150px;
    background-color: #fff;
    font-size: 20px;
    color: #342400;
    border-radius: 50%;
  }

  .menuContents .menuList li:hover {
    background-color: #F5ECD1;
  }

  .menuContents .menuList li .shinkyu {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 55%;
    background-position-y: 70%;
  }

  .menuContents .menuList li .shinkyu .icon-shinkyu {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 40%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .shinkyu:hover .icon-shinkyu {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 50%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .visit {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 23%;
    background-position-y: 70%;
  }

  .menuContents .menuList li .visit .icon-visit {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 35%;
    background-position-y: 55%;
  }

  .menuContents .menuList li .visit:hover .icon-visit {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 35%;
    background-position-y: 55%;
  }

  .menuContents .menuList li .treatment {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 45%;
    background-position-y: 75%;
  }

  .menuContents .menuList li .treatment .icon-treatment {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 40%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .treatment:hover .icon-treatment {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 45%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .accident {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 45%;
    background-position-y: 70%;
  }

  .menuContents .menuList li .accident .icon-accident {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 45%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .accident:hover .icon-accident {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 50%;
    background-position-y: 65%;
  }
  
  .menuContents a.menuDetail {
    width: 60%;
    margin: 5% auto 0 auto;
    padding: 5% 0 5% 5%;
    border-radius: 5px;
    background: #342400;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    min-width: auto;
    display: block;
  }
  
  .menuContents a.menuDetail::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    margin: 0 auto 0 8%;
    border-radius: 5px;
    color: #fff;
  }
  
  /* FAQ */
  .faqContents .faqTitle img {
    text-align: center;
    width: 30%;
  }
  
  .accordion-wrap {
    width: 96%;
    margin: 0 auto;
  }
  
  .accordion-item {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #fff;
    margin: 1em auto 0 auto;
    cursor: pointer;
  }
  
  .accordion-header {
    transition: ease-in-out 100ms;
    padding: 3% 12% 3% 18%;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
  }
  
  .accordion-item .accordion-header::before {
    content: "Q";
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background: #342400;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-right: .5em;
    position: absolute;
    left: .7em;
    top: .3em;
  }
  
  .accordion-header .fa {
    float: right;
    line-height: 0;
    font-size: 26px;
    position: absolute;
    margin-right: -1em;
    right: 1.8em;
    top: 50%;
  }
  
  .accessContents {
    width: 100%;
    background: #fff;
    padding-top: 8%;
    padding-bottom: 5%;
    min-width: auto;
  }
  
  .accordion-text {
    width: 100%;
    border-radius: 0 0 10px 10px;
    background: #fff;
    margin: -2% 0 0 0;
    padding: 2% 0 0 0;
    display: none;
  }
  
  .accordion-text p {
    padding: 3% 12% 3% 18%;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  
  .accordion-text p::before {
    content: "A";
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #342400;
    border-radius: 50%;
    border: 1px solid #342400;
    background: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-right: .5em;
    position: absolute;
    left: .7em;
    top: .3em;
  }
  
  .accessContents .accessTitle img {
    display: none;
  }
  
  .accessContents .accessTitle {
    margin: 0;
  }
  
  .accessContents .accessTitleSP {
    margin: 0;
  }
  
  .accessContents .accessTitleSP img {
    display: block;
    width: 31%;
    margin: 0 auto;
  }
  
  .accessContents .accessInner {
    width: 90%;
    margin: 3.3% 5% 0;
    display: block;
  }
  
  .gMpapsContainer {
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }
  
  .gMaps {
    height: 257px;
  }
  
  .accessInfo {
    margin-top: 1.5%;
    display: block;
    text-align: left;
    width: 100%;
  }
  
  .accessInfo .address {
    display: block;
    text-align: left;
    width: 80%;
    margin: 1.5% auto 0 auto;
  }
  
  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    margin-top: 3%;
    text-align: left;
  }
  
  .accessInfo .time {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    width: auto;
    margin: 3% auto 0 auto;
  }

  .accessInfo .distance, .accessInfo .parking {
    font-weight: bold;
    font-size: 16px;
    margin: .3em 0;
    text-align: left;
  }
  
  .accessInfo .distance {
    background: url(../img/train.png) no-repeat left center;
    padding: 1% 0 1% 2em;
    display: inline-block;
    background-size: 24px;
  }

  .accessInfo .parking {
    background: url(../img/parking.png) no-repeat left center;
    padding: 1% 0 1% 2em;
    display: inline-block;
    background-size: 24px;
  }
  
  .accessInfo .tel {
    margin: 0;
    text-align: center;
  }
  
  .accessInfo .tel img {
    width: 95%;
    margin: 0 auto;
    min-width: auto;
  }
  
  .accessInfo .schedule {
    margin: 0;
    text-align: center;
  }
  
  .fb-container {
    max-width: 500px;
    margin: 5% auto 0 auto;
  }
  
  .scheduleContents>img.wave {
    display: none;
  }

  .scheduleContents>img.waveSP {
    background: #fff;
    width: 100%;
    display: block;
  }
  
  .scheduleContents {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5%;
    min-width: auto;
    position: relative;
  }
  
  .scheduleTitle {
    text-align: center;
    margin: 0;
    width: 100%;
    height: 6%;
    padding-top: 3.75%;
  }
  
  .scheduleTitle img {
    text-align: center;
    margin: 0;
    width: 41%;
    height: 6%;
    padding-top: 3.75%;
  }
  
  .scheduleTable {
    width: 95%;
    margin: 5% auto 1em auto;
    background: #fff;
    min-width: auto;
  }
  
  .scheduleTable th {
    padding: 8px 0;
    width: 10%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  
  .scheduleTable th.scheduleTime {
    padding: 8px 0;
    width: 20%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
  }

  .scheduleTable td {
    padding: 10px 0;
    width: 10%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  
  .scheduleTable tr:nth-child(even) {
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
  }
  
  .scheduleContents p {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    min-width: auto;
  }
  
  .accordion-text p::before {
    content: "A";
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #342400;
    border-radius: 50%;
    border: 1px solid #342400;
    background: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-right: .5em;
    position: absolute;
    left: .7em;
    top: .3em;
  }
  
  footer {
    background: #342400;
    padding: 4px 0;
  }
  
  footer p {
    margin: 0;
  }
  
  footer small {
    font-size: 12px;
  }
  
  .call {
    display: block;
  }
  
  .call a {
    display: block;
    height: 66px;
  }
  
  .call a img {
    display: block;
    width: 100%;
    height: 66px;
    position: fixed;
    bottom: 0;
  }
  
/* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 15px!important;
    bottom: 100px!important;
    background-color: #342400;
    border-radius: 50%;
  }

  #page_top a {
    background: url(../img/top.png) no-repeat center;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    display: block;
    background-size: 45%;
      -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: background-color 0.6s ease;
  }

  #page_top:hover a {
    background: url(../img/top.png) no-repeat center;
    background-color: #DEAB07;
    background-size: 45%;
    background-position-y: 48%;
    background-position-x: 55%;
  }
  
}

@media only screen and (max-width: 320px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width: 35px;
    height: 5px ;
    left: 2px;
    background : #fff;
    -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: 4px;
  }
  
  .hamburger span:nth-child(2) {
    top: 16px;
  }
  
  .hamburger span:nth-child(3) {
    top: 28px;
  }

  i.far.fa-envelope {
    font-size: 36px;
    color: #fff;
    display: inline;
    width: 40px;
    right: 80px;
    top: 23%;
    position: absolute;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .globalHeaderSp {
    height: 70px;
    width: 100%;
    background: #320F10;
    display: block;
    position: fixed;
    z-index: 1000;
  }
  
  .globalHeaderSp h1 {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: text-top;
    font-size: 1em;
  }
  
  .globalHeaderSp h1 img {
    width: 90%;
  }
  
  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 li {
    padding: 0;
    width: 100%;
  }
  
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  
  nav.globalMenuSp ul li:hover{
    background: #ddd;
  }

  nav.globalMenuPc {
    display: none;
  }
  
  .main {
    background: #fff;
    padding-bottom: 0;
  }
  
  .mainVisual {
    display: none;
  }
  
  .mainVisualSp {
    height: 43.25%;
    padding-bottom: 84%;
    position: relative;
    display: block;
  }
  
  .mainVisualSp img {
    width: 100%;
  }
  
  .fade-imgSp {
    padding-top: 70px;
  }
  
  .catchCopy {
    width: 100%;
    margin: 4% auto 10% auto;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    min-width: auto;
    padding: 10% 5% 5% 5%;
    box-sizing: border-box;
  }
  
  .catchCopy .title {
    display: none;
  }
  
  .catchCopy .titleSP {
    display: block;
    margin: 0;
  }
  
  .catchCopy .titleSP img {
    width: 65%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  
  .catchCopy::before {
    width: 24%;
    height: 4px;
    background: #DCAA2E;
    position: absolute;
    top: 20px;
    left: 10px;
    content: "";
  }
  
  .catchCopy::after {
    width: 24%;
    height: 4px;
    background: #DCAA2E;
    position: absolute;
    bottom: 20px;
    right: 10px;
    content: "";
  }
  
  .catchCopy .title img {
    width: auto;
  }
  
  .catchCopy ul {
    margin: 4% auto 0 auto;
    width: 100%;
    padding: 0;
    min-width: auto;
  }
  
  .catchCopy li {
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
  }
  
  .catchCopy li span {
    font-size: 16px;
  }
  
  .catchCopy .subCopy {
    display: none;
  }

  .catchCopy .subCopySP {
    display: block;
    margin: 4% 0 5% 0;
  }
  
  .catchCopy .subCopySP img {
    width: 72%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  
  .aboutContents {
    width: 100%;
    background: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    margin: -5% auto 0 auto;
  }
  
  .aboutInner {
    width: 92%;
    margin: 0 auto;
    display: block;
  }
  
  .aboutImage {
    display: none;
  }
  
  .aboutImageSP {
    display: block;
  }
  
  .aboutImageSP img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  
  .aboutText .aboutCopy br {
    display: block;
  }
  
  .aboutText {
    width: 100%;
    margin: 25px auto 0 auto;
  }
  
  .aboutTitle {
    text-align: center;
    padding: 0;
    margin: 0 0 9% 0;
    font-size: 0;
  }
  
  .aboutTitle img {
    display: block;
    width: 38%;
    margin: 0 auto;
  }
  
  .aboutText .aboutCopy {
    font-size: 20px;
    padding-bottom: 1em;
    border-bottom: 2px dotted #342400;
  }
  
  .aboutText>p {
    font-size: 16px;
  }
  
  .aboutText .director {
    font-size: 16px;
    padding-top: 1em;
    border-top: 2px dotted #342400;
  }
  
  .menuContents {
    width: 100%;
    padding-top: 13%;
    padding-bottom: 10%;
    min-width: auto;
  }

  .menuContents .menuTitle {
    text-align: center;
    margin: 0;
  }

  .menuContents .menuTitle img {
    text-align: center;
    width: 30%;
  }

  .menuContents .menuInner {
    width: 100%;
  }

  .menuContents .menuList {
    padding: 0;
    margin: 5% auto 0 auto;
    width: 200px;
    min-width: auto;
    text-align: center;
  }

  .menuContents .menuList li {
    display: inline-flex;
    justify-content: center;
    margin: 0 0 1vh 0;
    width: 20vh;
    height: 20vh;
    background-color: #fff;
    font-size: 20px;
    color: #342400;
    border-radius: 50%;
  }

  .menuContents .menuList li:hover {
    background-color: #F5ECD1;
  }

  .menuContents .menuList li .shinkyu {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 55%;
    background-position-y: 70%;
  }

  .menuContents .menuList li .shinkyu .icon-shinkyu {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 40%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .shinkyu:hover .icon-shinkyu {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 50%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .visit {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 23%;
    background-position-y: 70%;
  }

  .menuContents .menuList li .visit .icon-visit {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 35%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .visit:hover .icon-visit {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 35%;
    background-position-y: 62%;
  }

  .menuContents .menuList li .treatment {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 45%;
    background-position-y: 75%;
  }

  .menuContents .menuList li .treatment .icon-treatment {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 40%;
    background-position-y: 60%;
  }

  .menuContents .menuList li .treatment:hover .icon-treatment {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    display: block;
    background-size: 45%;
    background-position-y: 65%;
  }

  .menuContents a.menuDetail {
    width: 60%;
    margin: 5% auto 0 auto;
    padding: 3%;
    border-radius: 5px;
    background: #342400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    min-width: auto;
  }
  
  .accordion-header {
    font-size: 15px;
    padding: 3% 12% 3% 16%;
  }
  
  .accordion-header .fa {
    margin-right: -1em;
    right: 1.5em;
  }
  
  .accordion-item .accordion-header::before {
    font-size: 15px;
    width: 30px;
    height: 30px;
    margin-right: .5em;
    position: absolute;
    line-height: 2;
    left: .7em;
    top: .5em;
  }
  
  .accordion-text p {
    font-size: 15px;
  }
  
  .accordion-text p::before {
    content: "A";
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #342400;
    border-radius: 50%;
    border: 1px solid #342400;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: .5em;
    position: absolute;
    line-height: 2;
    left: .7em;
    top: .5em;
}
  
  .accessContents {
    width: 100%;
    background: #fff;
    padding-top: 8%;
    padding-bottom: 5%;
    min-width: auto;
  }
  
  .accessContents .accessTitle img {
    display: none;
  }
  
  .accessContents .accessTitle {
    margin: 0;
  }
  
  .accessContents .accessTitleSP {
    margin: 0;
  }
  
  .accessContents .accessTitleSP img {
    display: block;
    width: 31%;
    margin: 0 auto;
  }
  
  .accessContents .accessInner {
    width: 92%;
    margin: 3.3% 4% 0;
    display: block;
    min-width: auto;
  }
  
  .gMpapsContainer {
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }
  
  .accessInfo {
    margin-top: 1.5%;
    display: block;
    text-align: left;
    width: 100%;
  }
  
  .accessInfo .address {
    display: block;
    text-align: left;
    width: 96%;
    margin: 1.5% auto 0 auto;
  }
  
  .accessInfo address {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    margin-top: 3%;
    text-align: left;
  }
  
  .accessInfo .time {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    width: auto;
    margin: 3% auto 0 auto;
  }

  .accessInfo .distance, .accessInfo .parking {
    font-weight: bold;
    font-size: 16px;
    margin: .3em 0;
    text-align: left;
  }
  
  .accessInfo .distance {
    background: url(../img/train.png) no-repeat left center;
    padding: 1% 0 1% 2em;
    display: inline-block;
    background-size: 24px;
  }

  .accessInfo .parking {
    background: url(../img/parking.png) no-repeat left center;
    padding: 1% 0 1% 2em;
    display: inline-block;
    background-size: 24px;
  }
  
  .accessInfo .tel {
    margin: 0;
    text-align: center;
  }
  
  .accessInfo .tel img {
    width: 95%;
    margin: 0 auto;
    min-width: auto;
  }
  
  .accessInfo .schedule {
    margin: 0;
    text-align: center;
    font-size: 15px;
  }
  
  .fb-container {
    max-width: 500px;
    margin: 5% auto 0 auto;
  }
  
  .scheduleContents>img.wave {
    display: none;
  }

  .scheduleContents>img.waveSP {
    background: #fff;
    width: 100%;
    display: block;
  }
  
  .scheduleContents {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5%;
    min-width: auto;
    position: relative;
  }
  
  .scheduleTitle {
    text-align: center;
    margin: 0;
    width: 100%;
    height: 6%;
    padding-top: 3.75%;
  }
  
  .scheduleTitle img {
    text-align: center;
    margin: 0;
    width: 41%;
    height: 6%;
    padding-top: 3.75%;
  }
  
  .scheduleTable {
    width: 95%;
    margin: 5% auto 1em auto;
    background: #fff;
    min-width: auto;
  }
  
  .scheduleTable th {
    padding: 8px 0;
    width: 10%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  
  .scheduleTable th.scheduleTime {
    padding: 8px 0;
    width: 20%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
  }

  .scheduleTable td {
    padding: 10px 0;
    width: 10%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  
  .scheduleTable tr:nth-child(even) {
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
  }
  
  .scheduleContents p {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    min-width: auto;
  }
  
  footer {
    background: #342400;
    padding: 4px 0;
  }
  
  footer p {
    margin: 0;
  }
  
  footer small {
    font-size: 11px;
  }
  
  .call {
    display: block;
  }
  
  .call a {
    display: block;
    height: 51px;
  }
  
  .call a img {
    display: block;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
  }
  
/* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 30px!important;
    bottom: 100px!important;
    background-color: #342400;
    border-radius: 50%;
    display: none;
  }

  #page_top a {
    background: url(../img/top.png) no-repeat center;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    display: block;
    background-size: 45%;
      -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: background-color 0.6s ease;
  }

  #page_top:hover a {
    background: url(../img/top.png) no-repeat center;
    background-color: #DEAB07;
    background-size: 45%;
    background-position-y: 48%;
    background-position-x: 55%;  }
  
}