@charset "UTF-8";
/***************************************************************
           全体
***************************************************************/
body {
  background-image: url(/image.php?id=002);
  font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  color: #7a5e03;
}

a {
  color: #7a8723;
  text-decoration: none;
}

a:hover {
  color: #7a8723;
  text-decoration: underline;
}

iframe {
  width: 100%;
  height: 900px;
}

.caution {
  color: #c9460e;
}

.tac {
  text-align: center;
}

.dib {
  display: inline-block;
}

/***************************************************************
           コンテンツ
***************************************************************/
article {
  /*	position: relative; */
  margin: 20px 0 40px 0;
}

section {
  padding: 5% 0%;
  margin: 0 auto;
}

.top_main_sp img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

/***************************************************************
           非表示
***************************************************************/
#header_pc {
  display: none;
}

#content #header_pc {
  display: none;
}

#content #header_pc #chapter_1 {
  display: none;
}

/***************************************************************
           ヘッダー（タブレット&スマートフォン用）
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#header_sp {
  padding: 5px 0;
}

/*--------------------------------------------------------------
    ロゴ
--------------------------------------------------------------*/
#header_sp #chapter_1 .parts_1 p a img {
  display: inline-block;
  width: 50%;
}

/*--------------------------------------------------------------
    ホーム
--------------------------------------------------------------*/
#header_sp #chapter_2 .parts_1 p:nth-of-type(1) {
  position: absolute;
  top: 10px;
  left: 55%;
  text-align: center;
}

#header_sp #chapter_2 .parts_1 p:nth-of-type(1) a {
  color: #7a5e03;
  font-size: 30px;
  text-decoration: none;
}

#header_sp #chapter_2 .parts_1 p:nth-of-type(1) a span {
  display: block;
  color: #7a5e03;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/*--------------------------------------------------------------
    電話
--------------------------------------------------------------*/
#header_sp #chapter_2 .parts_1 p:nth-of-type(2) {
  position: absolute;
  top: 10px;
  left: 75%;
  text-align: center;
}

#header_sp #chapter_2 .parts_1 p:nth-of-type(2) a {
  color: #7a5e03;
  font-size: 30px;
  text-decoration: none;
}

#header_sp #chapter_2 .parts_1 p:nth-of-type(2) a span {
  display: block;
  color: #7a5e03;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/*--------------------------------------------------------------
    メニュー
--------------------------------------------------------------*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.navi {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navi dt {
  position: absolute;
  top: 10px;
  left: 88%;
  text-align: center;
}

.navi dt i {
  color: #7a5e03;
  font-size: 30px;
}

.navi dt span {
  display: block;
  color: #7a5e03;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.navi dd {
  width: 100%;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navi dd a:nth-of-type(odd) {
  display: block;
  padding: 2%;
  background: #E2DFC0;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-decoration: none;
}

.navi dd a:nth-of-type(odd) span {
  display: block;
  margin: 1% 0 0 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
}

.navi dd a:nth-of-type(even) {
  display: block;
  padding: 2%;
  background: #FFFFFF;
  color: #7a5e03;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-decoration: none;
}

.navi dd a:nth-of-type(even) span {
  display: block;
  margin: 1% 0 0 0;
  color: #7a5e03;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
}

#nav {
  display: none;
}

nav {
  display: none;
}

/***************************************************************
           #info お知らせ
***************************************************************/
.logbox {
  border: solid 1px #808080;
  width: 80%;
  height: 200px;
  padding: 0.5em;
  overflow: auto;
  margin: 0 auto;
}

#info .container {
  width: 100%;
}

#info .container .preview {
  width: 100%;
  margin: 0 auto;
}

#info .container .preview .box {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

#prof_ban {
  display: block;
  text-align: center;
}

/***************************************************************
           #concept
***************************************************************/
#concept {
  margin: 10px 0;
  padding: 0 2px;
}

#concept-visual-container .concept-image img {
  display: block;
  width: 100%;
}

#concept-visual-container .concept-texts {
  display: block;
}

.concept-texts {
  display: block;
  line-height: 1.3;
  padding: 4% 1%;
}

.concept-texts__large {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

/***************************************************************
           #menu
***************************************************************/
#menu .container {
  width: 100%;
}

#menu .container h3 {
  text-align: center;
}

#menu .container h5 {
  text-align: center;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}

#menu .container p br {
  display: none;
}

#menu .container .menu-image {
  text-align: center;
  margin: 10px 0px 0px 0px;
  max-width: 100%;
}

.menu-image img {
  width: 95%;
}

#menu .container .menu_txt {
  width: 90%;
  line-height: 1.3;
  margin: 1em auto 0;
}

#menu .container .menu_txt2 {
  width: 90%;
  line-height: 1.3;
  margin: 0 auto;
}

#menu .container .menu_txt p {
  text-align: left;
}

/* menu-footer */
.menu-footer {
  margin: 5% 2%;
}

.menu-footer__recommend,
.menu-footer__note {
  background: #fff;
  padding: 3%;
}

.menu-footer__recommend {
  border: 2px solid #7a5e03;
  border-radius: 8px;
}

.menu-footer__recommend h5 {
  border-bottom: 1px dashed #7a5e03;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}

.menu-footer__recommend ul {
  margin-top: 2em;
  padding: 0 5%;
}

.menu-footer__recommend li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.25em;
}

.menu-footer__recommend li:last-child {
  margin-bottom: 0;
}

.menu-footer__note {
  border: 2px solid #c9460e;
  color: #c9460e;
  margin-top: 5%;
}

.menu-footer__note h5 {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}

.menu-footer__note ul {
  margin-top: 2em;
  padding: 0 5%;
}

.menu-footer__note li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.25em;
}

.menu-footer__note li:last-child {
  margin-bottom: 0;
}

/***************************************************************
           price
***************************************************************/
#price .container .menu_txt {
  width: 90%;
  line-height: 1.3;
  margin: 1em auto 0;
}

#price .container h3 {
  text-align: center;
}

#price .container h5 {
  text-align: center;
}

#price section {
  /*position: relative;*/
  background: url(image.php?id=003) repeat;
  margin: 10px 0;
  padding: 30px 25px;
  border: 5px #B3BC90 solid;
}

#price section ul.price-chart img {
  width: 100%;
}

#price section h6 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1em;
}

#price section h5 {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 10px;
}

#price .preview {
  margin: 20px 0;
  text-align: center;
}

#price section ul.price-options li {
  margin: 15px 0;
}

#price section ul.price-options li .price-option-name {
  font-size: 15px;
  font-weight: bold;
  line-height: 160%;
}

#price section ul.price-options li .price-option-price {
  font-size: 14px;
  line-height: 160%;
}

#price p {
  line-height: 1.5;
}

.otameshi {
  color: #006eff;
  display: inline-block;
  font-weight: bold;
  margin-top: 0.5em;
}

.osusume {
  color: rgba(255, 0, 0, 0.685);
  display: block;
  font-size: 110%;
  font-weight: bold;
  margin-top: 5px;
}

.menu01__col {
  margin: 2em 0;
}

.menu02__col {
  margin: 2em 0;
}

.menu03__col {
  margin: 2em 0;
}

.menu04__col {
  margin: 2em 0;
}

/***************************************************************
           アクセス
***************************************************************/
#access .container h3 {
  text-align: center;
}

#access p {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 2%;
}

#access p.access-logo {
  padding: 5% 0 3%;
}

#content #access #chapter_2 {
  margin: 0 0 0 0;
  padding: 4%;
  background-image: url(/image.php?id=22);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.access__btn {
  background: #4b361d;
  border-radius: 15px;
  color: #fff;
  display: block;
  margin: 10px 0;
  max-width: 250px;
  padding: 10px;
  text-align: center;
}

.access__btn:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

/*--------- 地図 ---------------*/
#gmap {
  margin-top: 5%;
}

.access-bg {
  padding: 1% 0;
}

#access #gmap iframe {
  height: 300px;
  width: 100%;
}

/* フッター
--------------------------------------------------------------*/
footer {
  position: fixed;
  left: 0;
  bottom: 0px;
  background: url(image.php?id=010) repeat;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: 15px;
  z-index: 10;
}

footer .container {
  height: 40px;
}

footer #footer-logo {
  position: absolute;
  left: 10px;
  top: 10px;
}

footer #footer-logo img {
  width: 160px;
  height: 72px;
}

footer #footer-copyright {
  position: absolute;
  right: 10px;
  margin-top: 10px;
  bottom: 5px;
}

footer #footer-pagetop {
  display: block;
  position: absolute;
  top: 5px;
  right: 22px;
  z-index: 999;
}

footer #footer-pagetop a {
  font-size: 12px;
  font-family: sans-serif;
  color: #7a5e03;
}

footer #footer-pagetop a:hover {
  text-decoration: none;
}

footer #footer-info {
  position: absolute;
  left: 180px;
  top: 20px;
  font-size: 12px;
  line-height: 160%;
}

footer .fb-like {
  position: absolute;
  right: 167px;
  top: -5px;
}

.form_p {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#reservation-tel {
  padding: 20px 0 0 10px;
}

#reservation-tel span {
  font-size: 15px;
}

/***************************************************************
           英語（english.html）
***************************************************************/
/*--------------------------------------------------------------
    KEIKO MATSUMOTO
--------------------------------------------------------------*/
#english #keikomatsumoto .table {
  display: block;
  width: 99%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#english #keikomatsumoto .table .left {
  display: block;
}

#english #keikomatsumoto .table .left p.image img {
  display: inline-block;
  width: 100%;
}

#english #keikomatsumoto .table .right {
  display: block;
  margin: 10px 0 0 0;
}

#english #keikomatsumoto .table .right p.name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

#english #keikomatsumoto .table .right p.capacity {
  margin: 10px 0 0 0;
  padding: 10px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #E5D4B2;
  font-size: 14px;
  letter-spacing: 2px;
}

/*--------------------------------------------------------------
    Our therapy
--------------------------------------------------------------*/
#english #ourtherapy {
  width: 99%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#english #ourtherapy .text {
  margin: 40px 0 0 0;
  padding: 10px;
  background: #fff;
}

#english #ourtherapy .text h2 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 2px;
}

#english #ourtherapy .text p {
  margin: 10px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
}

/*--------------------------------------------------------------
    Menu
--------------------------------------------------------------*/
#english #menu {
  width: 99%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#english #menu .subtitle h2 {
  margin: 40px 0 0 0;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 2px;
}

#english #menu .detail .table {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 0 0;
  padding: 10px;
  background: url("image.php?id=013");
  background-repeat: repeat;
  background-size: contain;
}

#english #menu .detail .table:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}

#english #menu .detail .table .left {
  display: block;
  padding: 0;
}

#english #menu .detail .table .left h3 {
  padding: 0 0 10px 0;
  border-bottom: 2px dashed #D3D3D3;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

#english #menu .detail .table .left dl {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#english #menu .detail .table .left dl dt {
  margin: 10px 0 0 0;
  font-weight: bold;
  letter-spacing: 2px;
}

#english #menu .detail .table .left dl dd {
  font-size: 14px;
  letter-spacing: 2px;
  text-indent: 16px;
}

#english #menu .detail .table .left dl dd span {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0 20px;
  background: #BCA690;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-indent: 0;
}

#english #menu .detail .table .right {
  display: block;
  margin: 10px 0 0 0;
}

#english #menu .detail .table .right p.image {
  margin: 0;
}

#english #menu .detail .table .right p.image img {
  display: inline-block;
  width: 100%;
}

#english #menu .options .table {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 0 0;
  padding: 10px;
  border: 5px solid #BCA690;
}

#english #menu .options .table .left {
  display: block;
}

#english #menu .options .table .left h3 {
  padding: 0 0 10px 0;
  border-bottom: 2px dashed #D3D3D3;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

#english #menu .options .table .right {
  display: block;
  padding: 0 10px;
}

#english #menu .options .table .right article {
  margin: 10px 0 0 0;
}

#english #menu .options .table .right article:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#english #menu .options .table .right article p.name {
  font-weight: bold;
  letter-spacing: 2px;
}

#english #menu .options .table .right article p.introduction {
  font-size: 14px;
  letter-spacing: 2px;
  text-indent: 16px;
}

/*--------------------------------------------------------------
    Reservation
--------------------------------------------------------------*/
#english #reservation {
  width: 99%;
  margin: 40px auto 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: rgba(122, 135, 35, 0.5);
  border: 5px dotted #fff;
}

#english #reservation h2 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 2px;
}

#english #reservation p.text {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}

#english #reservation p.link {
  margin: 10px 0 0 0;
  text-align: center;
}

#english #reservation p.link a {
  display: inline-block;
  padding: 10px;
  background: #fff;
  border: 2px solid #7a8723;
  color: #7a8723;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
}

#english #reservation p.link a:hover {
  background: #7a8723;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------------------------------------
    Payment
--------------------------------------------------------------*/
#english #payment {
  width: 99%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#english #payment p.image {
  margin: 40px 0 0 0;
  padding: 0 50% 0 0;
}

#english #payment p.image img {
  display: inline-block;
  width: 100%;
}

#english #payment p.text {
  margin: 10px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
}

/*--------------------------------------------------------------
    Location
--------------------------------------------------------------*/
#english #location .subtitle h2 {
  width: 99%;
  margin: 40px auto 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 2px;
}

#english #location .content {
  margin: 20px 0 0 0;
  padding: 10px 0;
  background: url("image.php?id=010");
  background-repeat: repeat;
  background-size: contain;
}

#english #location .content .map {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#english #location .content .map iframe {
  width: 100%;
  height: 300px;
}

#english #location .content .map p.address {
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
}

#english #location .content .map p.address a {
  color: #c9460e;
  text-decoration: underline;
}

#english #location .content .other {
  display: block;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #E5D4B2;
}

#english #location .content .other p.left {
  display: block;
  padding: 0 25%;
}

#english #location .content .other p.left img {
  display: inline-block;
  width: 100%;
}

#english #location .content .other p.center {
  display: block;
  margin: 20px 0 0 0;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
}

#english #location .content .other p.right {
  display: block;
  margin: 20px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
}