@charset "UTF-8";

body {
  box-sizing: border-box;
  background: #E8E5DE;
  color: #342400;
  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%;
}

.mainVisual {
  position: relative;
  background: url("../img/main.png") no-repeat center;
  background-size: cover;
  height: 0;
  padding-top: 42.7%;
  min-width: 900px;
}

.mainVisualSp {
  display: none;
}

.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;
}

/* MENU 施術内容*/
.menuContents {
  width: 100%;
  padding-top: 3%;
  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;
}

/* 鍼灸・整骨施術 */
.shinkyuContents {
  width: 100%;
  background: #fff;
  padding: 0 0 5% 0;
}

.shinkyuContents h2 {
  background: url("../img/bg_shinkyu.jpg") no-repeat center;
  height: 430px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.shinkyuContents .shinkyuTitle {
  font-size: 40px;
  font-weight: bold;
  border: 5px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 24.3%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.shinkyuInner {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 1726px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shinkyuList {
  margin: 5% auto 0 0;
  padding: 0;
 width: calc((100% - 20px *2) / 3);
}

.shinkyuList .card-text {
  font-size: 20px;
  line-height: 1.5;
}

.shinkyuList span {
  vertical-align: middle;
}

.shinkyuList .menu {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin-right: 20px;
}

.shinkyuList .not-covered, .shinkyuList .coverage {
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #ffff;
  padding: 1px 36px;
  height: 32px;
}

.shinkyuList .not-covered {
  background: #FF4B0C;
}

.shinkyuList .coverage {
  background: #7A5604;
}

.shinkyuList .price {
  font-weight: bold;
  font-size: 22px;
}

.shinkyuImg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 美容施術 */
.treatmentContents {
  width: 100%;
  padding: 0;
}

.treatmentContents>h2 {
  background: url("../img/bg_treatment.jpg") no-repeat center;
  height: 430px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.treatmentContents .treatmentTitle {
  font-size: 40px;
  font-weight: bold;
  border: 5px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 24.3%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.treatmentContents .catchCopy {
  position: relative;
  display: flex;
  margin: 5% auto;
  max-width: 1176px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
}

.treatmentContents .catchCopy .title {
  margin: 0 auto 40px auto;
  text-align: center;
}

.treatmentContents .catchCopy .titleSP, .treatmentContents .catchCopy .subCopySP {
  display: none;
}

.treatmentContents .catchCopy .kouka {
  margin: 5.1% auto 0 auto;
  padding: 0 6%;
}

.treatmentContents .catchCopy .kouka span {
  background: #7A5604;
  display: inline-block;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #ffff;
  padding: 5px 20px;
  text-align: center;
  height: 40px;
  margin-right: 1em;
  width: 160px;
}

.treatmentContents .catchCopy .kouka p {
  text-align: left;
  font-size: 19px;
  margin-bottom: 25px;
  display: inline-block;
}

.treatmentContents .recommended {
  margin: 0 auto 0 auto;
  padding: 0 7.5%;
}
    
.treatmentContents .catchCopy .subCopy {
  margin: 0 auto;
  text-align: center;
}

.treatmentContents .catchCopy .catchText {
  margin: 0 auto;
  padding: 40px 8% 0 8%;
  text-align: left;
  width: 84%;
  border-top: 2px dotted #707070;
  font-size: 20px;
}

.treatmentContents .catchCopy .price {
  text-align: right;
  font-weight: bold;
  font-size: 26px;
}

.treatmentContents .catchCopy .price span {
  font-size: 22px;
}

.treatmentInner {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding-bottom: 5%;
  max-width: 1726px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.treatmentList {
  padding: 0;
  width: calc(100% / 2);
}

.treatmentListSP {
  display: none;
}

.treatmentImg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 訪問鍼灸 */
.visitContents {
  width: 100%;
  padding: 0;
  background: #fff;
}

.visitContents>h2 {
  background: url("../img/bg_visit.jpg") no-repeat center;
  height: 430px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.visitContents .visitTitle {
  font-size: 40px;
  font-weight: bold;
  border: 5px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 24.3%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.visitContents .visitInner {
  width: 41.5%;
  margin: 3% auto 0 auto;
  padding-bottom: 5%;
}

.visitContents .visitInner .step {
  margin: 0 0 1em 0;
}

.visitContents .visitInner .step>small {
  font-size: 16px;
}

.visitContents .visitInner .stepTitle {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.visitContents .visitInner .stepTitle span {
  border-bottom: 1px dashed #707070;
  padding: 0 0 .2em 0;
}

.visitContents .visitInner .stepText {
  font-size: 20px;
  padding: 0 0 2em 1em;
  border-left: 4px solid #342400;
}

/* 交通事故 */
.accidentContents {
  width: 100%;
  padding: 0;
  background: #fff;
}

.accidentContents>h2 {
  background: url("../img/bg_accident.jpg") no-repeat center;
  height: 430px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.accidentContents .accidentTitle {
  font-size: 40px;
  font-weight: bold;
  border: 5px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 24.3%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.accidentContents .accidentCopy {
  text-align: center;
  margin: 4% auto 0 auto;
}

.accidentContents .accidentCopy br {
  display: none;
}

.accidentContents .accidentInner .symptoms {
  background: #F3F1EE;
  margin: 1.8% auto 0 auto;
  padding: 7% 10.9%;
  text-align: left;
  width: 50%;
  font-size: 20px;
}

.accidentContents .accidentInner .accidentsubCopy {
  margin: 1.8% 0 0 0;
  text-align: center;
}

.accidentContents .accidentInner .accidentsubCopySP {
  display: none;
}

.accidentContents .accidentInner .accidentText {
  text-align: left;
  margin: 1.8% auto 0 auto;
  padding: 0 0 4% 0;
  width: 52%;
  font-size: 20px;
}

.accidentContents .accidentInner .accidentText a {
  color: #007ED1;
}

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

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

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

.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;
}

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: 1441px) and (max-width: 1700px) {
  .shinkyuInner {
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1600px;
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .shinkyuList {
    margin: 5% auto 0 0;
    padding: 0;
    width: calc((100% - 20px *2) / 3);
  }
  
  .shinkyuList .price br {
    display: none;
  }
  
  .treatmentInner {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding-bottom: 5%;
    max-width: 1600px;
    min-width: 1400px;
    width: 80%;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .treatmentList {
    margin: 0 auto 0 auto;
    padding: 0;
    width: auto;
  }

  .treatmentImg {
    display: inline;
    height: auto;
    width: 98%;
  }
  
  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 100px;
    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 (min-width: 1100px) and (max-width: 1440px) {
/* 鍼灸・整骨施術 */
.shinkyuContents {
  width: 100%;
  background: #fff;
  padding: 0 0 5% 0;
}

.shinkyuContents h2 {
  background: url("../img/bg_shinkyu.jpg") no-repeat center;
  height: 360px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.shinkyuContents .shinkyuTitle {
  font-size: 33px;
  font-weight: bold;
  border: 5px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 36%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.shinkyuInner {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shinkyuList {
  margin: 5% auto 0 0;
  padding: 0;
  width: calc((100% - 20px * 2)/ 3);
}

.shinkyuList .card-text {
  font-size: 18px;
  line-height: 1.3;
}

.shinkyuList span {
  vertical-align: middle;
}

.shinkyuList .menu {
  display: inline-block;
  font-size: 22px;
  margin-right: 16px;
}

.shinkyuList .not-covered, .shinkyuList .coverage {
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #ffff;
  padding: 1px 32px;
  height: 30px;
}

.shinkyuList .not-covered {
  background: #FF4B0C;
}

.shinkyuList .coverage {
  background: #7A5604;
}

.shinkyuList .price {
  font-weight: bold;
  font-size: 20px;
}

.shinkyuImg {
  display: block;
  max-width: 100%;
  height: auto;
}

.shinkyuList .price br {
  display: none;
}
  
  
/* 美容施術 */
.treatmentContents {
  width: 100%;
  padding: 0;
}

.treatmentContents>h2 {
  background: url("../img/bg_treatment.jpg") no-repeat center;
  height: 360px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.treatmentContents .treatmentTitle {
  font-size: 36px;
  font-weight: bold;
  border: 5px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 33%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.treatmentContents .catchCopy {
  position: relative;
  display: flex;
  margin: 5% auto;
  max-width: 1100px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
}

.treatmentContents .catchCopy .title {
  margin: 0 auto 40px auto;
  text-align: center;
}

.treatmentContents .catchCopy .titleSP, .treatmentContents .catchCopy .subCopySP {
  display: none;
}

.treatmentContents .catchCopy .kouka div {
  margin-bottom: 20px;
}

  
.treatmentContents .catchCopy .kouka {
  margin: 5.1% auto 0 auto;
  padding: 0 3%;
}

.treatmentContents .catchCopy .kouka span {
  background: #7A5604;
  display: inline-block;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #ffff;
  padding: 5px 10px;
  text-align: center;
  height: 32px;
  margin-right: 1em;
  width: 140px;
}

.treatmentContents .catchCopy .kouka p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline;
}

.treatmentContents .recommended {
  margin: 0 auto 0 auto;
  padding: 0 7.5%;
}
    
.treatmentContents .catchCopy .subCopy {
  margin: 0 auto;
  text-align: center;
}

.treatmentContents .catchCopy .catchText {
  margin: 0 auto;
  padding: 40px 8% 0 8%;
  text-align: left;
  width: 84%;
  border-top: 2px dotted #707070;
  font-size: 20px;
}

.treatmentContents .catchCopy .price {
  text-align: right;
  font-weight: bold;
  font-size: 26px;
}

.treatmentContents .catchCopy .price span {
  font-size: 22px;
}

.treatmentInner {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding-bottom: 5%;
  max-width: 1300px;
  min-width: 1100px;
  width: 80%;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.treatmentList {
  margin: 0 auto 0 auto;
  padding: 0;
  height: 100%;
  width: auto;
}

.treatmentImg {
  display: inline;
  height: auto;
  width: 98%;
}


/* 訪問鍼灸 */
.visitContents {
  width: 100%;
  padding: 0;
  background: #fff;
}

.visitContents>h2 {
  background: url("../img/bg_visit.jpg") no-repeat center;
  height: 430px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.visitContents .visitTitle {
  font-size: 40px;
  font-weight: bold;
  border: 5px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 24.3%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.visitContents .visitInner>p {
  background: #fff;
  text-align: center;
  padding: 0;
  margin: 2% 0 0 0;
}

  
  .accidentContents .accidentCopy {
    text-align: center;
    margin: 4% auto 0 auto;
  }

  .accidentContents .accidentInner .symptoms {
    background: #F3F1EE;
    margin: 1.8% auto 0 auto;
    padding: 7% 5.5%;
    text-align: left;
    width: 70%;
    font-size: 20px;
  }

  .accidentContents .accidentInner .accidentsubCopy {
    margin: 1.8% 0 0 0;
    text-align: center;
  }

  .accidentContents .accidentInner .accidentsubCopySP {
    display: none;
  }

  .accidentContents .accidentInner .accidentText {
    text-align: left;
    margin: 1.8% auto 0 auto;
    padding: 0 0 4% 0;
    width: 52%;
    font-size: 20px;
  }

  .accidentContents .accidentInner .accidentText a {
    color: #007ED1;
  }

  .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;
  }

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

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

  .call {
    display: none;
  }

}

@media only screen and (min-width: 900px) and (max-width: 1099px) {
.mainVisual {
  position: relative;
  background: url(../img/main.png) no-repeat center;
  background-size: cover;
  height: 0;
  padding-top: 42.7%;
  min-width: auto;
}

.menuContents {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  min-width: auto;
}
  
.menuContents .menuList {
  padding: 0;
  margin: 3.3% auto 0 auto;
  width: 60%;
  min-width: 846px;
  text-align: center;
}
  
  /* 鍼灸・整骨施術 */
.shinkyuContents {
  width: 100%;
  background: #fff;
  padding: 0 0 5% 0;
}

.shinkyuContents h2 {
  background: url("../img/bg_shinkyu.jpg") no-repeat center;
  height: 360px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.shinkyuContents .shinkyuTitle {
  font-size: 28px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 44%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.shinkyuInner {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  width: 96%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shinkyuList {
  margin: 5% auto 0 0;
  padding: 0;
  width: calc((100% - 20px * 2)/ 3);
}

.shinkyuList .card-text {
  font-size: 16px;
}

.shinkyuList span {
  vertical-align: middle;
}

.shinkyuList .menu {
  display: inline-block;
  font-size: 19px;
  margin-right: 12px;
}

.shinkyuList .not-covered, .shinkyuList .coverage {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #ffff;
  padding: 1px 18px;
  height: 26px;
}

.shinkyuList .not-covered {
  background: #FF4B0C;
}

.shinkyuList .coverage {
  background: #7A5604;
}

.shinkyuList .price {
  font-weight: bold;
  font-size: 20px;
}

.shinkyuImg {
  display: block;
  max-width: 100%;
  height: auto;
}

.shinkyuImg+p {
  margin: 10px 0 0 0;
}

.shinkyuList .price br {
  display: none;
}
  
  
/* 美容施術 */
.treatmentContents {
  width: 100%;
  padding: 0;
}

.treatmentContents>h2 {
  background: url("../img/bg_treatment.jpg") no-repeat center;
  height: 360px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.treatmentContents .treatmentTitle {
  font-size: 28px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 44%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.treatmentContents .catchCopy {
  position: relative;
  display: flex;
  margin: 5% auto;
  max-width: 1090px;
  width: 96%;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
}

.treatmentContents .catchCopy .title {
  margin: 0 auto 40px auto;
  text-align: center;
}

.treatmentContents .catchCopy .titleSP, .treatmentContents .catchCopy .subCopySP {
  display: none;
}

.treatmentContents .catchCopy .kouka div {
  margin-bottom: 20px;
}

  
.treatmentContents .catchCopy .kouka {
  margin: 5.1% auto 0 auto;
  padding: 0 3%;
}

.treatmentContents .catchCopy .kouka span {
  background: #7A5604;
  display: inline-block;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #ffff;
  padding: 5px 5px;
  text-align: center;
  height: 32px;
  margin-right: .5em;
  width: 140px;
}

.treatmentContents .catchCopy .kouka p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline;
}

.treatmentContents .recommended {
  margin: 0 auto 0 auto;
  padding: 0 7.5%;
}
    
.treatmentContents .catchCopy .subCopy {
  margin: 0 auto;
  text-align: center;
}

.treatmentContents .catchCopy .catchText {
  margin: 0 auto;
  padding: 40px 8% 0 8%;
  text-align: left;
  width: 84%;
  border-top: 2px dotted #707070;
  font-size: 20px;
}

.treatmentContents .catchCopy .price {
  text-align: right;
  font-weight: bold;
  font-size: 26px;
}

.treatmentContents .catchCopy .price span {
  font-size: 22px;
}

.treatmentInner {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding-bottom: 5%;
  max-width: 100%;
  min-width: auto;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.treatmentList {
  margin: 0 auto 0 auto;
  padding: 0;
  height: 100%;
}

.treatmentImg {
  display: inline;
  height: auto;
  width: 98%;
}

  /* 訪問鍼灸 */
  .visitContents {
    width: 100%;
    padding: 0;
    background: #fff;
  }

  .visitContents>h2 {
    background: url("../img/bg_visit.jpg") no-repeat center;
    height: 360px;
    margin: 0 auto 0 auto;
    position: relative;
    background-size: cover;
  }

  .visitContents .visitTitle {
    font-size: 28px;
    font-weight: bold;
    border: 3px solid #fff;
    box-sizing: border-box;
    color: #fff;
    height: 38.83%;
    width: 44%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  .visitContents .visitInner .stepTitle {
    font-size: 20px;
  }
  
  .visitContents .visitInner .stepText {
    font-size: 18px;
  }

  .accidentContents .accidentInner .symptoms {
    padding: 3.5% 5.5%;
    width: 60%;
  }
  
  .accessContents {
    width: 100%;
    background: #E8E5DE;
    padding-bottom: 5%;
    min-width: auto;
  }
  
  .accessContents .accessTitle img {
    max-width: 200px;
  }
  
  .accessInner {
    width: 100%;
    margin: 4% auto 0 auto;
    display: flex;
    max-width: 1090px;
  }
  
  .gMpapsContainer {
    width: 100%;
  }
  
  .gMaps iframe {
    width: 100%;
    height: 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 {
    background: #342400;
    padding: 2% 0;
  }

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

  .call {
    display: none;
  }
  
    /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 100px;
    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 (min-width: 769px) and (max-width: 899px) {
.mainVisual {
  position: relative;
  background: url(../img/main.png) no-repeat center;
  background-size: cover;
  height: 0;
  padding-top: 42.7%;
  min-width: auto;
}

nav.globalMenuPc ul {
  padding: 0;
  position: absolute;
  top: 50px;
  right: 30px;
  margin: 0;
  width: 40%;
}
  
.menuContents {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  min-width: auto;
}
  
.menuContents .menuList {
  padding: 0;
  margin: 3.3% auto 0 auto;
  width: 100%;
  min-width: auto;
  text-align: center;
}
  
  /* 鍼灸・整骨施術 */
.shinkyuContents {
  width: 100%;
  background: #fff;
  padding: 0 0 5% 0;
}

.shinkyuContents h2 {
  background: url("../img/bg_shinkyu.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.shinkyuContents .shinkyuTitle {
  font-size: 28px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 44%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.shinkyuInner {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  width: 96%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shinkyuList {
  margin: 5% auto 0 auto;
  padding: 0;
  width: calc((100% - 20px * 2)/ 3);
}

.shinkyuList .card-text {
  font-size: 16px;
}

.shinkyuList span {
  vertical-align: middle;
}

.shinkyuList .menu {
  display: inline-block;
  font-size: 19px;
  margin-right: 12px;
}

.shinkyuList .not-covered, .shinkyuList .coverage {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #ffff;
  padding: 1px 18px;
  height: 26px;
}

.shinkyuList .not-covered {
  background: #FF4B0C;
}

.shinkyuList .coverage {
  background: #7A5604;
}

.shinkyuList .price {
  font-weight: bold;
  font-size: 18px;
}

.shinkyuImg {
  display: block;
  max-width: 100%;
  height: auto;
}

.shinkyuImg+p {
  margin: 10px 0 0 0;
}

.shinkyuList .price br {
  display: none;
}
  
  
/* 美容施術 */
.treatmentContents {
  width: 100%;
  padding: 0;
}

.treatmentContents>h2 {
  background: url("../img/bg_treatment.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.treatmentContents .treatmentTitle {
  font-size: 28px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 44%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.treatmentContents .catchCopy {
  position: relative;
  display: flex;
  margin: 5% auto;
  max-width: 1090px;
  width: 96%;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
}

.treatmentContents .catchCopy .title {
  margin: 0 auto 40px auto;
  text-align: center;
}

.treatmentContents .catchCopy .titleSP, .treatmentContents .catchCopy .subCopySP {
  display: none;
}

.treatmentContents .catchCopy .kouka div {
  margin-bottom: 20px;
}

  
.treatmentContents .catchCopy .kouka {
  margin: 5.1% auto 0 auto;
  padding: 0 3%;
}

.treatmentContents .catchCopy .kouka span {
  background: #7A5604;
  display: inline-block;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #ffff;
  padding: 5px 5px;
  text-align: center;
  height: 32px;
  margin-right: .5em;
  width: 120px;
}

.treatmentContents .catchCopy .kouka p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline;
}

.treatmentContents .recommended {
  margin: 0 auto 0 auto;
  padding: 0 7.5%;
}
    
.treatmentContents .catchCopy .subCopy {
  margin: 0 auto;
  text-align: center;
}

.treatmentContents .catchCopy .catchText {
  margin: 0 auto;
  padding: 40px 8% 0 8%;
  text-align: left;
  width: 84%;
  border-top: 2px dotted #707070;
  font-size: 18px;
}

.treatmentContents .catchCopy .price {
  text-align: right;
  font-weight: bold;
  font-size: 26px;
}

.treatmentContents .catchCopy .price span {
  font-size: 22px;
}

.treatmentInner {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding-bottom: 5%;
  max-width: 100%;
  min-width: auto;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.treatmentList {
  margin: 0 auto 0 auto;
  padding: 0;
  height: 100%;
  width: auto;
}

.treatmentImg {
  display: inline;
  height: auto;
}


/* 訪問鍼灸 */
.visitContents {
  width: 100%;
  padding: 0;
  background: #fff;
}

.visitContents>h2 {
  background: url("../img/bg_visit.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.visitContents .visitTitle {
  font-size: 28px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 44%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.visitContents .visitInner {
  margin: 0 auto;
  padding-bottom: 5%;
}

.visitContents .visitInner>p {
  background: #fff;
  text-align: center;
  padding: 0;
  margin: 2% auto 0 auto;
  width: 70%;
}

  .accessContents {
    width: 100%;
    background: #E8E5DE;
    padding-bottom: 5%;
    min-width: auto;
  }
  
  .accessContents .accessTitle img {
    max-width: 200px;
  }  
  
  .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;
  }

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

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

  .call {
    display: none;
  }
  
    /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 60px;
    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: 768px) {
.mainVisual {
  position: relative;
  background: url(../img/main.png) no-repeat center;
  background-size: cover;
  height: 0;
  padding-top: 42.7%;
  min-width: auto;
}

nav.globalMenuPc ul {
  padding: 0;
  position: absolute;
  top: 50px;
  right: 30px;
  margin: 0;
  width: 45%;
}
  
nav.globalMenuPc .about {
    background: url(../img/about.png) no-repeat center;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    display: block;
    background-size: 44%;
}
  
nav.globalMenuPc .treatment {
    background: url(../img/treatment.png) no-repeat center;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    display: block;
    background-size: 55%;
}
  
nav.globalMenuPc .contact {
    background: url(../img/contact.png) no-repeat center;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    display: block;
    background-size: 55%;
}
  
.menuContents {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  min-width: auto;
}
  
.menuContents .menuList {
  padding: 0;
  margin: 3.3% auto 0 auto;
  width: 90%;
  min-width: auto;
  text-align: center;
}
  
  .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%;
  }  
  /* 鍼灸・整骨施術 */
.shinkyuContents {
  width: 100%;
  background: #fff;
  padding: 0 0 5% 0;
}

.shinkyuContents h2 {
  background: url("../img/bg_shinkyu.jpg") no-repeat center;
  height: 260px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.shinkyuContents .shinkyuTitle {
  font-size: 28px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 44%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.shinkyuInner {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  width: 96%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shinkyuList {
  margin: 5% auto 0 0;
  padding: 0;
  width: calc((100% - 20px * 2)/ 3);
}

.shinkyuList .card-text {
  font-size: 16px;
}

.shinkyuList span {
  vertical-align: middle;
}

.shinkyuList .menu {
  display: inline-block;
  font-size: 19px;
  margin-right: 12px;
}

.shinkyuList .not-covered, .shinkyuList .coverage {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #ffff;
  padding: 1px 18px;
  height: 26px;
}

.shinkyuList .not-covered {
  background: #FF4B0C;
}

.shinkyuList .coverage {
  background: #7A5604;
}

.shinkyuList .price {
  font-weight: bold;
  font-size: 18px;
}

.shinkyuImg {
  display: block;
  max-width: 100%;
  height: auto;
}

.shinkyuImg+p {
  margin: 10px 0 0 0;
}

.shinkyuList .price br {
  display: none;
}
  
  
/* 美容施術 */
.treatmentContents {
  width: 100%;
  padding: 0;
}

.treatmentContents>h2 {
  background: url("../img/bg_treatment.jpg") no-repeat center;
  height: 260px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.treatmentContents .treatmentTitle {
  font-size: 28px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 44%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.treatmentContents .catchCopy {
  position: relative;
  display: flex;
  margin: 5% auto;
  max-width: 1090px;
  width: 96%;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
}

.treatmentContents .catchCopy .title {
  margin: 0 auto 40px auto;
  text-align: center;
}

.treatmentContents .kouka img {
  width: 100%;
}

.treatmentContents .catchCopy .titleSP, .treatmentContents .catchCopy .subCopySP {
  display: none;
}

.treatmentContents .catchCopy .kouka div {
  margin-bottom: 20px;
}

  
.treatmentContents .catchCopy .kouka {
  margin: 5.1% auto 0 auto;
  padding: 0 3%;
}

.treatmentContents .catchCopy .kouka span {
  background: #7A5604;
  display: block;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #ffff;
  padding: 4px 0;
  text-align: center;
  height: 30px;
  margin: 0 auto;
  width: 150px;
}

.treatmentContents .catchCopy .kouka p {
  text-align: left;
  font-size: 18px;
  margin: 10px 0;
  display: block;
}

.treatmentContents .recommended {
  margin: 0 auto 0 auto;
  padding: 0 7.5%;
}
    
.treatmentContents .catchCopy .subCopy {
  margin: 0 auto;
  text-align: center;
}

.treatmentContents .catchCopy .catchText {
  margin: 0 auto;
  padding: 40px 8% 0 8%;
  text-align: left;
  width: 84%;
  border-top: 2px dotted #707070;
  font-size: 18px;
}

  .treatmentContents .catchCopy .price {
    text-align: right;
    font-weight: bold;
    font-size: 26px;
  }

  .treatmentContents .catchCopy .price span {
    font-size: 22px;
  }

  .treatmentInner {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding-bottom: 5%;
    max-width: 100%;
    min-width: auto;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .treatmentList {
    margin: 0 auto 0 auto;
    padding: 0;
    height: 100%;
    width: auto;
  }

  .treatmentImg {
    display: inline;
    height: auto;
  }

  /* 訪問鍼灸 */
  .visitContents {
    width: 100%;
    padding: 0;
    background: #fff;
  }

  .visitContents>h2 {
    background: url("../img/bg_visit.jpg") no-repeat center;
    height: 260px;
    margin: 0 auto 0 auto;
    position: relative;
    background-size: cover;
  }

  .visitContents .visitTitle {
    font-size: 28px;
    font-weight: bold;
    border: 3px solid #fff;
    box-sizing: border-box;
    color: #fff;
    height: 38.83%;
    width: 44%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  .visitContents .visitInner {
    width: 80%;
    padding-bottom: 5%;
  }

  .visitContents .visitInner>p {
    background: #fff;
    text-align: center;
    padding: 0;
    margin: 2% auto 0 auto;
    width: 70%;
  }

  .accidentContents .accidentInner {
    width: 96%;
    margin: 0 auto;
  }
  
  .accidentContents .accidentCopy {
    text-align: center;
    margin: 4% auto 0 auto;
  }

  .accidentContents .accidentInner .symptoms {
    background: #F3F1EE;
    margin: 1.8% auto 0 auto;
    padding: 3% 5%;
    text-align: left;
    width: auto;
    font-size: 20px;
  }

  .accidentContents .accidentInner .accidentsubCopy {
    margin: 1.8% 0 0 0;
    text-align: center;
  }

  .accidentContents .accidentInner .accidentsubCopySP {
    display: none;
  }

  .accidentContents .accidentInner .accidentText {
    width: 90%;
  }

  .accidentContents .accidentInner .accidentText a {
    color: #007ED1;
  }

  .accessContents {
    width: 100%;
    background: #E8E5DE;
    padding-bottom: 5%;
    min-width: auto;
  }
  
  .accessContents .accessTitle img {
    max-width: 200px;
  }  
  
  .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;
  }

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

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

  .call {
    display: none;
  }
  
    /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 60px;
    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: 0;
  }
  
  .mainVisual {
    display: none;
  }
  
  .mainVisualSp {
    display: block;
    padding-top: 80px;
  }
  
  .mainVisualSp img {
    width: 100%;
  }
  .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: 90%;
    min-width: auto;
    text-align: center;
  }

  .menuContents .menuList li {
    display: inline-flex;
    justify-content: center;
    margin: 0 0 1vh 0;
    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: 65%;
  }

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

  .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: 62%;
  }

  .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: 65%;
  }

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

  .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 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 10%;
    border-radius: 5px;
    color: #fff;
  }
  
  /* 鍼灸・整骨施術 */
.shinkyuContents {
  width: 100%;
  background: #fff;
  padding: 0 0 5% 0;
}

.shinkyuContents h2 {
  background: url("../img/sp-bg_shinkyu.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
  display: block;
}

.shinkyuContents .shinkyuTitle {
  font-size: 26px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 68%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.shinkyuInner {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.shinkyuList {
  margin: 6% 5% 0 5%;
  padding: 0;
  width: 90%;
}

.shinkyuList .card-text {
  font-size: 15px;
}

.shinkyuList span {
  vertical-align: middle;
}

.shinkyuList .menu {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 12px;
}

.shinkyuList .not-covered, .shinkyuList .coverage {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #ffff;
  padding: 1px 18px;
  height: 26px;
}

.shinkyuList .not-covered {
  background: #FF4B0C;
}

.shinkyuList .coverage {
  background: #7A5604;
}

.shinkyuList .price {
  font-weight: bold;
  font-size: 16px;
}

.shinkyuImg {
  display: block;
  max-width: 100%;
  height: auto;
}

.shinkyuImg+p {
  margin: 10px 0 0 0;
}

.shinkyuList .price br {
  display: none;
}
  
  
/* 美容施術 */
.treatmentContents {
  width: 100%;
  padding: 0;
}

.treatmentContents>h2 {
  background: url("../img/sp-bg_treatment.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.treatmentContents .treatmentTitle {
  font-size: 26px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 68%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.treatmentContents .catchCopy {
  position: relative;
  display: flex;
  margin: 5% auto;
  max-width: 100%;
  width: 92%;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
}

.treatmentContents .catchCopy .title {
   display: none;
}

.treatmentContents .catchCopy .titleSP, .treatmentContents .catchCopy .subCopySP {
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
}

.treatmentContents .catchCopy .kouka div {
  margin-bottom: 20px;
}

  
.treatmentContents .catchCopy .kouka {
  margin: 10% auto 0 auto;
  padding: 0 3%;
}
  
.treatmentContents .catchCopy .kouka span {
  background: #7A5604;
  display: block;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #ffff;
  padding: 2px 0;
  text-align: center;
  height: 30px;
  margin: 0 auto;
  width: 150px;
}

.treatmentContents .catchCopy .kouka p {
  text-align: left;
  font-size: 15px;
  margin: 10px 0;
  display: block;
}

.treatmentContents .recommended {
  margin: 0 auto 0 auto;
  padding: 0 7.5%;
}
    
.treatmentContents .catchCopy .subCopy {
  display: none;
}

.treatmentContents .catchCopy .catchText {
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: left;
  width: 100%;
  border-top: 2px dotted #707070;
  font-size: 15px;
}

.treatmentContents .catchCopy .price {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.treatmentContents .catchCopy .price span {
  font-size: 15px;
}

.treatmentInner {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-bottom: 8%;
  max-width: 100%;
  min-width: auto;
  width: 92%;
}

.treatmentList {
  display: none;
}

.treatmentListSP {
  margin: 0 auto 0 auto;
  padding: 0;
  height: 100%;
  width: auto;
  display: block;
}

.treatmentImg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 4% 0;
}

/* 訪問鍼灸 */
.visitContents {
  width: 100%;
  background: #fff;
}

.visitContents>h2 {
  background: url("../img/sp-bg_visit.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.visitContents .visitTitle {
  font-size: 26px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 68%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.visitContents .visitInner {
  width: 80%;
  margin: 5% auto 0 auto;
  padding-bottom: 5%;
}

.visitContents .visitInner .stepTitle {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.visitContents .visitInner .stepText {
  font-size: 14px;
  padding: 0 0 2em 1em;
  border-left: 4px solid #342400;
}

  
  /* 交通事故 */
  .accidentContents {
    width: 100%;
    padding: 8% 0 0 0;
    background: #fff;
  }

  .accidentContents>h2 {
    background: url("../img/sp-bg_visit.jpg") no-repeat center;
    height: 300px;
    margin: 0 auto 0 auto;
    position: relative;
    background-size: cover;
  }

  .accidentContents .accidentTitle {
    font-size: 26px;
    font-weight: bold;
    border: 3px solid #fff;
    box-sizing: border-box;
    color: #fff;
    height: 38.83%;
    width: 68%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  .accidentContents .accidentCopy img {
    width: 96%;
    margin: 0 auto;
  }
  
  .accidentContents .accidentCopy {
    text-align: center;
    margin: 4% auto 0 auto;
  }

  .accidentContents .accidentCopy br {
    display: block;
  }

  .accidentContents .accidentInner .symptoms {
    background: #F3F1EE;
    margin: 1.8% auto 0 auto;
    padding: 3% 5%;
    text-align: left;
    width: auto;
    font-size: 14px;
  }

  .accidentContents .accidentInner .accidentsubCopy {
    display: none;
  }

  .accidentContents .accidentInner .accidentsubCopySP {
    display: block;
    margin: 8% 0 0 0;
    text-align: center;
  }

  .accidentContents .accidentInner .accidentText {
    width: 96%;
    font-size: 14px;
    padding: 1.8% 0 8% 0;
  }

  .accidentContents .accidentInner .accidentText a {
    color: #007ED1;
  }

  
  .accessContents {
    width: 100%;
    padding-bottom: 5%;
    min-width: auto;
  }
    
  .gMaps {
    height: 257px;
  }
  
  .accessContents>img.wave {
    display: none;
  }
  
  .accessContents>img.waveSP {
    background: #fff;
    width: 100%;
    display: block;
  }
  
  .accessContents .accessTitle {
    display: none;
  }
  
  .accessContents .accessTitle img {
    display: none;
  }
  
  .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;
    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: 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;
  }
  
  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: 0;
  }
  
  .mainVisual {
    display: none;
  }
  
  .mainVisualSp {
    display: block;
    padding-top: 80px;
  }
  
  .mainVisualSp img {
    width: 100%;
  }
  .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: 65%;
  }

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

  .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: 62%;
  }

  .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: 65%;
  }

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

  .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 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 10%;
    border-radius: 5px;
    color: #fff;
  }
  
  /* 鍼灸・整骨施術 */
.shinkyuContents {
  width: 100%;
  background: #fff;
  padding: 0 0 5% 0;
}

.shinkyuContents h2 {
  background: url("../img/sp-bg_shinkyu.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
  display: block;
}

.shinkyuContents .shinkyuTitle {
  font-size: 26px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 68%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.shinkyuInner {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.shinkyuList {
  margin: 6% 5% 0 5%;
  padding: 0;
  width: 90%;
}

.shinkyuList .card-text {
  font-size: 15px;
}

.shinkyuList span {
  vertical-align: middle;
}

.shinkyuList .menu {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 12px;
}

.shinkyuList .not-covered, .shinkyuList .coverage {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #ffff;
  padding: 1px 18px;
  height: 26px;
}

.shinkyuList .not-covered {
  background: #FF4B0C;
}

.shinkyuList .coverage {
  background: #7A5604;
}

.shinkyuList .price {
  font-weight: bold;
  font-size: 16px;
}

.shinkyuImg {
  display: block;
  max-width: 100%;
  height: auto;
}

.shinkyuImg+p {
  margin: 10px 0 0 0;
}

.shinkyuList .price br {
  display: none;
}
  
  
/* 美容施術 */
.treatmentContents {
  width: 100%;
  padding: 0;
}

.treatmentContents>h2 {
  background: url("../img/sp-bg_treatment.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.treatmentContents .treatmentTitle {
  font-size: 26px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 68%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.treatmentContents .catchCopy {
  position: relative;
  display: flex;
  margin: 5% auto;
  max-width: 100%;
  width: 92%;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
}

.treatmentContents .catchCopy .title {
   display: none;
}

.treatmentContents .catchCopy .titleSP, .treatmentContents .catchCopy .subCopySP {
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
}

.treatmentContents .catchCopy .kouka div {
  margin-bottom: 20px;
}

  
.treatmentContents .catchCopy .kouka {
  margin: 10% auto 0 auto;
  padding: 0 3%;
}
  
.treatmentContents .catchCopy .kouka span {
  background: #7A5604;
  display: block;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #ffff;
  padding: 2px 0;
  text-align: center;
  height: 30px;
  margin: 0 auto;
  width: 150px;
}

.treatmentContents .catchCopy .kouka p {
  text-align: left;
  font-size: 15px;
  margin: 10px 0;
  display: block;
}

.treatmentContents .recommended {
  margin: 0 auto 0 auto;
  padding: 0 7.5%;
}
    
.treatmentContents .catchCopy .subCopy {
  display: none;
}

.treatmentContents .catchCopy .catchText {
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: left;
  width: 100%;
  border-top: 2px dotted #707070;
  font-size: 15px;
}

.treatmentContents .catchCopy .price {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.treatmentContents .catchCopy .price span {
  font-size: 15px;
}

.treatmentInner {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-bottom: 8%;
  max-width: 100%;
  min-width: auto;
  width: 92%;
}

.treatmentList {
  display: none;
}

.treatmentListSP {
  margin: 0 auto 0 auto;
  padding: 0;
  height: 100%;
  width: auto;
  display: block;
}

.treatmentImg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 4% 0;
}

/* 訪問鍼灸 */
.visitContents {
  width: 100%;
  background: #fff;
}

.visitContents>h2 {
  background: url("../img/sp-bg_visit.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.visitContents .visitTitle {
  font-size: 26px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 68%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.visitContents .visitInner {
  width: 80%;
  margin: 5% auto 0 auto;
  padding-bottom: 5%;
}

.visitContents .visitInner .stepTitle {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.visitContents .visitInner .stepText {
  font-size: 14px;
  padding: 0 0 2em 1em;
  border-left: 4px solid #342400;
}

  
  /* 交通事故 */
  .accidentContents {
    width: 100%;
    padding: 8% 0 0 0;
    background: #fff;
  }

  .accidentContents>h2 {
    background: url("../img/sp-bg_visit.jpg") no-repeat center;
    height: 300px;
    margin: 0 auto 0 auto;
    position: relative;
    background-size: cover;
  }

  .accidentContents .accidentTitle {
    font-size: 26px;
    font-weight: bold;
    border: 3px solid #fff;
    box-sizing: border-box;
    color: #fff;
    height: 38.83%;
    width: 68%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  .accidentContents .accidentCopy img {
    width: 96%;
    margin: 0 auto;
  }
  
  .accidentContents .accidentCopy {
    text-align: center;
    margin: 4% auto 0 auto;
  }

  .accidentContents .accidentCopy br {
    display: block;
  }

  .accidentContents .accidentInner .symptoms {
    background: #F3F1EE;
    margin: 1.8% auto 0 auto;
    padding: 3% 5%;
    text-align: left;
    width: auto;
    font-size: 14px;
  }

  .accidentContents .accidentInner .accidentsubCopy {
    display: none;
  }

  .accidentContents .accidentInner .accidentsubCopySP {
    display: block;
    margin: 8% 0 0 0;
    text-align: center;
  }

  .accidentContents .accidentInner .accidentText {
    width: 96%;
    font-size: 14px;
    padding: 1.8% 0 8% 0;
  }

  .accidentContents .accidentInner .accidentText a {
    color: #007ED1;
  }

  
  .accessContents {
    width: 100%;
    padding-bottom: 5%;
    min-width: auto;
  }
    
  .gMaps {
    height: 257px;
  }
  
  .accessContents>img.wave {
    display: none;
  }
  
  .accessContents>img.waveSP {
    background: #fff;
    width: 100%;
    display: block;
  }
  
  .accessContents .accessTitle {
    display: none;
  }
  
  .accessContents .accessTitle img {
    display: none;
  }
  
  .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;
    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: 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;
  }
  
  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: 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: 0;
  }
  
  .mainVisual {
    display: none;
  }
  
  .mainVisualSp {
    display: block;
    padding-top: 80px;
  }
  
  .mainVisualSp img {
    width: 100%;
  }
  .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: 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 10%;
    border-radius: 5px;
    color: #fff;
  }
  
  /* 鍼灸・整骨施術 */
.shinkyuContents {
  width: 100%;
  background: #fff;
  padding: 0 0 5% 0;
}

.shinkyuContents h2 {
  background: url("../img/sp-bg_shinkyu.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
  display: block;
}

.shinkyuContents .shinkyuTitle {
  font-size: 26px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 68%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.shinkyuInner {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.shinkyuList {
  margin: 6% 5% 0 5%;
  padding: 0;
  width: 90%;
}

.shinkyuList .card-text {
  font-size: 15px;
}

.shinkyuList span {
  vertical-align: middle;
}

.shinkyuList .menu {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 12px;
}

.shinkyuList .not-covered, .shinkyuList .coverage {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #ffff;
  padding: 1px 18px;
  height: 26px;
}

.shinkyuList .not-covered {
  background: #FF4B0C;
}

.shinkyuList .coverage {
  background: #7A5604;
}

.shinkyuList .price {
  font-weight: bold;
  font-size: 16px;
}

.shinkyuImg {
  display: block;
  max-width: 100%;
  height: auto;
}

.shinkyuImg+p {
  margin: 10px 0 0 0;
}

.shinkyuList .price br {
  display: none;
}
  
  
/* 美容施術 */
.treatmentContents {
  width: 100%;
  padding: 0;
}

.treatmentContents>h2 {
  background: url("../img/sp-bg_treatment.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.treatmentContents .treatmentTitle {
  font-size: 26px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 68%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.treatmentContents .catchCopy {
  position: relative;
  display: flex;
  margin: 5% auto;
  max-width: 100%;
  width: 92%;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
}

.treatmentContents .catchCopy .title {
   display: none;
}

.treatmentContents .catchCopy .titleSP, .treatmentContents .catchCopy .subCopySP {
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
}

.treatmentContents .catchCopy .kouka div {
  margin-bottom: 20px;
}

  
.treatmentContents .catchCopy .kouka {
  margin: 10% auto 0 auto;
  padding: 0 3%;
}
  
.treatmentContents .catchCopy .kouka span {
  background: #7A5604;
  display: block;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #ffff;
  padding: 2px 0;
  text-align: center;
  height: 30px;
  margin: 0 auto;
  width: 150px;
}

.treatmentContents .catchCopy .kouka p {
  text-align: left;
  font-size: 15px;
  margin: 10px 0;
  display: block;
}

.treatmentContents .recommended {
  margin: 0 auto 0 auto;
  padding: 0 7.5%;
}
    
.treatmentContents .catchCopy .subCopy {
  display: none;
}

.treatmentContents .catchCopy .catchText {
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: left;
  width: 100%;
  border-top: 2px dotted #707070;
  font-size: 15px;
}

.treatmentContents .catchCopy .price {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.treatmentContents .catchCopy .price span {
  font-size: 15px;
}

.treatmentInner {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-bottom: 5%;
  max-width: 100%;
  min-width: auto;
  width: 92%;
}

.treatmentList {
  display: none;
}

.treatmentListSP {
  margin: 0 auto 0 auto;
  padding: 0;
  height: 100%;
  width: auto;
  display: block;
}

.treatmentImg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 4% 0;
}


/* 訪問鍼灸 */
.visitContents {
  width: 100%;
  padding: 0;
  background: #fff;
}

.visitContents>h2 {
  background: url("../img/sp-bg_visit.jpg") no-repeat center;
  height: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  background-size: cover;
}

.visitContents .visitTitle {
  font-size: 26px;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  height: 38.83%;
  width: 68%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.visitContents .visitInner {
  padding-bottom: 5%;
}

.visitContents .visitInner>p {
  background: #fff;
  text-align: left;
  padding: 0;
  margin: 2% auto 0 auto;
  width: 80%;
  font-size: 15px;
}

  .accidentContents .accidentInner {
    width: 96%;
    margin: 0 auto;
  }
  
  .accidentContents .accidentCopy {
    text-align: center;
    margin: 4% auto 0 auto;
  }

  .accidentContents .accidentInner .symptoms {
    background: #F3F1EE;
    margin: 1.8% auto 0 auto;
    padding: 3% 5%;
    text-align: left;
    width: auto;
    font-size: 14px;
  }

  .accidentContents .accidentInner .accidentsubCopy {
    display: none;
  }

  .accidentContents .accidentInner .accidentsubCopySP {
    display: block;
  }
  
  .accidentContents .accidentInner .accidentsubCopySP img {
    display: block;
    margin: 1.8% auto 0 auto;
  }

  .accidentContents .accidentInner .accidentText {
    width: 90%;
  }

  .accidentContents .accidentInner .accidentText a {
    color: #007ED1;
  }
  
  
  .accessContents {
    width: 100%;
    padding-bottom: 5%;
    min-width: auto;
  }
    
  .gMaps {
    height: 257px;
  }
  
  .accessContents>img.wave {
    display: none;
  }
  
  .accessContents>img.waveSP {
    background: #fff;
    width: 100%;
    display: block;
  }
  
  .accessContents .accessTitle {
    display: none;
  }
  
  .accessContents .accessTitle img {
    display: none;
  }
  
  .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;
    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: 90%;
    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;
  }
  
  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: 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%;
  }
  
}

