@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:link, a:visited {
  color: #4c4c4c;
}
a:hover, a:focus, a:active {
  color: #ff0000;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.ph img {
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}

.textleft {
  text-align: left !important;
}

.textcenter {
  text-align: center !important;
}

.textright {
  text-align: right !important;
}

.t10 {
  font-size: 62.5%;
}

.t12 {
  font-size: 75%;
}

.t14 {
  font-size: 87.5%;
}

.t16 {
  font-size: 100%;
}

.t18 {
  font-size: 112.5%;
}

.t20 {
  font-size: 125%;
}

.t22 {
  font-size: 137.5%;
}

.t24 {
  font-size: 150%;
}

.t26 {
  font-size: 162.5%;
}

.t28 {
  font-size: 175%;
}

.t30 {
  font-size: 187.5%;
}

.t32 {
  font-size: 200%;
}

.t34 {
  font-size: 212.5%;
}

.t36 {
  font-size: 225%;
}

.t38 {
  font-size: 237.5%;
}

.t40 {
  font-size: 250%;
}

.t42 {
  font-size: 262.5%;
}

.t44 {
  font-size: 275%;
}

.t46 {
  font-size: 287.5%;
}

.t48 {
  font-size: 300%;
}

.t50 {
  font-size: 312.5%;
}

.t52 {
  font-size: 325%;
}

.t54 {
  font-size: 337.5%;
}

.t56 {
  font-size: 350%;
}

.t58 {
  font-size: 362.5%;
}

.t60 {
  font-size: 375%;
}

.min {
  font-family: YuMincho, "游明朝","Hiragino Mincho ProN",  "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.en {
  font-family: 'Open Sans Condensed', sans-serif;
}

.naby {
  color: #070546;
}

.red {
  color: #ff4900;
}

.blue {
  color: #457ae6;
}

.green {
  color: #7acc29;
}

.orange {
  color: #ff6d33;
}

.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.container:after {
  content: '';
  clear: both;
  display: block;
}

.sp {
  display: none;
}

img.sp {
  display: none;
}

span.sp {
  display: none;
}

a.sp {
  display: none;
}

.pc {
  display: block;
}

img.pc {
  display: inline-block;
}

span.pc {
  display: inline;
}

a.pc {
  display: inline;
}

.header .subcopy {
  padding: 0.625em 0;
  line-height: 1.25;
  color: #264c00;
  background-color: #e6f2aa;
}
.header .nav {
  background: url("../images/nav_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header .nav .logo {
  float: left;
  width: 24%;
  background-color: #2a4c08;
  background-color: rgba(42, 76, 8, 0.9);
}
.header .nav .menunav {
  display: none;
  position: absolute;
  top: 50%;
  right: 1.25em;
}
.header .nav .menunav a {
  display: block;
  margin-top: -1.2em;
  padding: 0 1em;
  color: #2a4c08;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.4;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -0.15em 0 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -0.15em 0 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -0.15em 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}
.header .globalnav {
  float: left;
  width: 76%;
}
.header .globalnav ul:after {
  content: '';
  clear: both;
  display: block;
}
.header .globalnav ul li {
  float: left;
  width: 25%;
  padding: 0.9em 0;
}
.header .globalnav ul li.lt a {
  line-height: 1.5;
}
.header .globalnav ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  border-right: dotted 1px #336600;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 3.125;
}
.header .globalnav ul li a:hover {
  background-color: #2a4c08;
  background-color: rgba(42, 76, 8, 0.6);
}
.header .globalnav ul + ul {
  border-top: solid 1px #336600;
}

.mv {
  background: url("../images/mv_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider {
  padding: 5px 0;
}
.slider .bx-wrapper .bx-viewport {
  left: 0;
  border: 0 none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.section {
  padding: 4.375em 0;
}
.section.even {
  background-color: #eaf2c2;
}
.section .ttl {
  margin-bottom: 3.125em;
}
.section .ttl p {
  margin-bottom: 0.17em;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.section .ttl h2 {
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.section .content:after {
  content: '';
  clear: both;
  display: block;
}
.section .content.pad {
  padding: 0 4.375em;
}
.section .content + .content {
  margin-top: 5em;
}
.section .content h3 {
  margin-bottom: 2em;
  color: #4c9900;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.section .content h4 {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.5;
}
.section .content p {
  margin-bottom: 1em;
  line-height: 1.875;
}
.section .content ul {
  margin-bottom: 1em;
}
.section .content ul li {
  padding: 0.25em 0.25em 0.25em 1.625em;
  text-indent: -1.625em;
  line-height: 1.6;
}
.section .content ul li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  content: '\00BB';
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.6em;
  font-size: 90%;
  color: #ffffff;
  text-align: center;
  text-indent: 0;
  line-height: 1.2;
  vertical-align: middle;
  background-color: #264c00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.section .content .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  padding: 0.875em 2em;
  border: solid 1px #4c9900;
  color: #4c9900;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.17em 0 rgba(38, 75, 0, 0.3);
  -moz-box-shadow: 0 0.17em 0 rgba(38, 75, 0, 0.3);
  box-shadow: 0 0.17em 0 rgba(38, 75, 0, 0.3);
}
.section .content .btn:hover {
  color: #ffffff;
  background-color: #4c9900;
}
.section .content .table.w100 {
  width: 100%;
}
.section .content .table tbody th {
  padding: 0.625em;
  color: #4c9900;
  font-weight: bold;
  background-color: #eaf2c2;
}
.section .content .table tbody td {
  padding: 0.625em;
  border-bottom: solid 1px #cccccc;
}

.about {
  background: url("../images/about_bg.jpg") no-repeat fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about .inner {
  padding: 3.75em 4.375em;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
.about img.about_ph01 {
  width: 20em;
}
.about .boxset {
  margin-bottom: 1.5em;
  padding: 1em;
  background-color: #eaf2c2;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}
.about .boxset:after {
  content: '';
  clear: both;
  display: block;
}
.about .boxset .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 1em;
  text-align: center;
}
.about .boxset .box img {
  border: solid 1px #cccccc;
}
.about p.att {
  margin-bottom: 0;
  text-align: right;
}

.inohaevalley .boxset {
  padding: 1.25em 4.375em 0.25em;
  background-color: #eaf2c2;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}
.inohaevalley .boxset:after {
  content: '';
  clear: both;
  display: block;
}
.inohaevalley .boxset h3 {
  margin-bottom: 0.625em;
  padding: 0.5em;
  background-color: #d7e694;
  -webkit-border-radius: 0.42em;
  -moz-border-radius: 0.42em;
  -ms-border-radius: 0.42em;
  -o-border-radius: 0.42em;
  border-radius: 0.42em;
}
.inohaevalley .boxset ul:after {
  content: '';
  clear: both;
  display: block;
}
.inohaevalley .boxset ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 1em;
  font-weight: bold;
}
.inohaevalley img.inohaevalley_ph01 {
  width: 20em;
}
.inohaevalley .nav {
  text-align: center;
}

.service .boxset {
  margin: 0 -1.25em;
}
.service .boxset:after {
  content: '';
  clear: both;
  display: block;
}
.service .boxset .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin-bottom: 1.25em;
  padding: 0 1.25em;
}
.service .boxset .box .inner {
  padding: 1.25em;
  background-color: #eaf2c2;
  -webkit-border-radius: 0.625em 0.625em 0 0;
  -moz-border-radius: 0.625em 0.625em 0 0;
  -ms-border-radius: 0.625em 0.625em 0 0;
  -o-border-radius: 0.625em 0.625em 0 0;
  border-radius: 0.625em 0.625em 0 0;
}
.service .boxset .box h3 {
  margin-bottom: 0.3125em;
  padding: 0.5em;
  background-color: #d7e694;
  -webkit-border-radius: 0.42em;
  -moz-border-radius: 0.42em;
  -ms-border-radius: 0.42em;
  -o-border-radius: 0.42em;
  border-radius: 0.42em;
}
.service .boxset .box dl {
  height: 15em;
}
.service .boxset .box dl dt {
  padding: 0.25em 0.25em 0.25em 1.625em;
  text-indent: -1.625em;
  line-height: 1.6;
  font-weight: bold;
}
.service .boxset .box dl dt:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  content: '\00BB';
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.6em;
  font-size: 90%;
  color: #ffffff;
  text-align: center;
  text-indent: 0;
  line-height: 1.2;
  vertical-align: middle;
  background-color: #264c00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.service .boxset .box dl dd {
  padding: 0.25em 0;
  line-height: 1.875;
}
.service .boxset .box .boxfoot {
  padding: 0.625em;
  background-color: #264c00;
  -webkit-border-radius: 0 0 0.625em 0.625em;
  -moz-border-radius: 0 0 0.625em 0.625em;
  -ms-border-radius: 0 0 0.625em 0.625em;
  -o-border-radius: 0 0 0.625em 0.625em;
  border-radius: 0 0 0.625em 0.625em;
}
.service .boxset .box .boxfoot p {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
.service p.att {
  margin-bottom: 0;
  text-align: right;
}
.service .num {
  color: #264c00;
}
.service .price {
  color: #ff0000;
}
.service img.service_ph03 {
  width: 20em;
}
.service .nav {
  clear: both;
  text-align: center;
}

.therapist .profile {
  margin-top: 2em;
  padding: 3.125em;
  background-color: #ffffff;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}
.therapist .profile h3 {
  margin-bottom: 1em;
  text-align: left;
}
.therapist .profile h4 {
  clear: both;
}
.therapist .profile p {
  margin-bottom: 0;
}
.therapist img.therapist_ph01 {
  width: 10em;
}
.therapist table tbody th, .therapist table tbody td {
  padding: 0.3125em 0;
  vertical-align: top;
}

.groupplan .nav {
  text-align: center;
}

.hotel .boxset {
  margin: 0 -1.25em;
}
.hotel .boxset:after {
  content: '';
  clear: both;
  display: block;
}
.hotel .boxset .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin-bottom: 1.25em;
  padding: 0 1.25em;
}
.hotel .boxset .box .inner {
  padding: 1.25em;
  background-color: #ffffff;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}
.hotel .boxset .box h3 {
  margin-bottom: 0.3125em;
  text-align: left;
}
.hotel .boxset .box .ph {
  position: relative;
  margin-bottom: 1em;
}
.hotel .boxset .box .ph img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.hotel .boxset .box .ph .badge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -0.625em;
  right: -0.625em;
  display: block;
  padding-top: 1.5em;
  font-size: 100%;
  width: 5.625em;
  height: 5.625em;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  background-color: #4cbfbf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.hotel .boxset .box .nav {
  text-align: center;
}

.voice .voiceset:after {
  content: '';
  clear: both;
  display: block;
}
.voice .voiceset .voicebox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 1%;
}

.healing .boxset {
  margin: 0 -1.25em 3.125em;
}
.healing .boxset:after {
  content: '';
  clear: both;
  display: block;
}
.healing .boxset .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin-bottom: 1.25em;
  padding: 0 1.25em;
}
.healing .boxset .box .inner {
  padding: 1.25em;
  background-color: #ffffff;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}
.healing .boxset .box h3 {
  margin-bottom: 0.3125em;
  text-align: left;
}
.healing .nav {
  text-align: center;
}

.contact table tbody th, .contact table tbody td {
  padding: 0.3125em 0;
  vertical-align: top;
}
.contact .googlemap {
  width: 100%;
  height: 480px;
}
.contact .contactbox {
  padding: 2em 2.5em;
  border: solid 1px #4c9900;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}
.contact .contactbox:after {
  content: '';
  clear: both;
  display: block;
}
.contact .contactbox h3 {
  margin-bottom: 1em;
}
.contact .contactbox .tel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 1.6em;
}
.contact .contactbox .tel h4 {
  margin-bottom: 0;
}
.contact .contactbox .tel p {
  margin-bottom: 0;
  color: #cc0000;
  font-size: 550%;
  line-height: 1.1;
}
.contact .contactbox .nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 1.6em;
}
.contact .contactbox .nav .btn {
  width: 100%;
}
.contact .contactbox .nav .btn + .btn {
  margin-top: 0.625em;
}

.footer .nav {
  padding: 0.875em 0;
  background-color: #e6f2aa;
}
.footer .nav ul {
  text-align: center;
}
.footer .nav ul li {
  display: inline-block;
  margin-left: -0.25em;
  padding: 0 0.25em;
}
.footer .nav ul li + li {
  border-left: solid 1px #264c00;
}
.footer .nav ul li a {
  text-decoration: none;
}
.footer .nav ul li a:link, .footer .nav ul li a:visited {
  color: #264c00;
}
.footer .nav ul li a:hover, .footer .nav ul li a:focus, .footer .nav ul li a:active {
  color: #cc0000;
}
.footer .copyright {
  padding: 2em 0;
  color: #ffffff;
  background: url("../images/footer_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.toheader {
  display: none;
  position: fixed;
  z-index: 99999;
  right: 1.875em;
  bottom: 1.875em;
  width: 3.375em;
  height: 3.375em;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 1040px) {
  body {
    font-size: 1.5vw;
  }

  .container {
    padding: 0 1.25em;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 5vw;
  }

  .alignright {
    float: none;
    margin-left: 0;
  }

  .alignleft {
    float: none;
    margin-right: 0;
  }

  .sp {
    display: block;
  }

  img.sp {
    display: inline-block;
  }

  span.sp {
    display: inline;
  }

  a.sp {
    display: inline;
  }

  .pc {
    display: none;
  }

  img.pc {
    display: none;
  }

  span.pc {
    display: none;
  }

  a.pc {
    display: none;
  }

  .t12 {
    font-size: 81.25%;
  }

  .t14 {
    font-size: 87.5%;
  }

  .t16 {
    font-size: 93.75%;
  }

  .t18 {
    font-size: 100%;
  }

  .t20 {
    font-size: 106.25%;
  }

  .t22 {
    font-size: 112.5%;
  }

  .t24 {
    font-size: 118.75%;
  }

  .t26 {
    font-size: 125%;
  }

  .t28 {
    font-size: 131.25%;
  }

  .t30 {
    font-size: 137.5%;
  }

  .t32 {
    font-size: 143.75%;
  }

  .t34 {
    font-size: 150%;
  }

  .t36 {
    font-size: 156.25%;
  }

  .t38 {
    font-size: 162.5%;
  }

  .t40 {
    font-size: 168.75%;
  }

  .t42 {
    font-size: 175%;
  }

  .t44 {
    font-size: 181.25%;
  }

  .t46 {
    font-size: 187.5%;
  }

  .t48 {
    font-size: 193.75%;
  }

  .t50 {
    font-size: 200%;
  }

  .t52 {
    font-size: 206.25%;
  }

  .t54 {
    font-size: 212.5%;
  }

  .t56 {
    font-size: 218.75%;
  }

  .t58 {
    font-size: 225%;
  }

  .t60 {
    font-size: 231.25%;
  }

  .container {
    padding: 0 0.625em;
  }

  .header .nav .logo {
    width: 70%;
  }
  .header .nav .menunav {
    display: block;
  }
  .header .nav .globalnav {
    display: none;
    position: absolute;
    top: 4.4em;
    float: none;
    width: 100%;
    margin: 0 -0.625em;
    z-index: 9999;
  }
  .header .nav .globalnav ul + ul {
    border-top: 0 none;
  }
  .header .nav .globalnav ul li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .header .nav .globalnav ul li.lt a {
    line-height: 1.6;
  }
  .header .nav .globalnav ul li a {
    display: inline-block;
    width: 100%;
    padding: 0.625em;
    border-right: 0 none;
    border-bottom: dotted 1px #336600;
    text-align: left;
    line-height: 1.6;
    background-color: #2a4c08;
  }

  .section {
    padding: 2em 0;
  }
  .section .ttl {
    margin-bottom: 0.625em;
  }
  .section .content.pad {
    padding: 0;
  }
  .section .content + .content {
    margin-top: 2em;
  }
  .section .content h3 {
    margin-bottom: 0.625em;
    text-align: left;
  }
  .section .content h4 {
    margin-bottom: 0.3125em;
  }

  .about .inner {
    padding: 1.25em 0.625em 0.625em;
  }
  .about img.about_ph01 {
    width: 100%;
  }
  .about .boxset {
    padding: 0.625em;
  }
  .about .boxset:after {
    content: '';
    clear: both;
    display: block;
  }
  .about .boxset .box {
    float: none;
    width: 100%;
    margin-bottom: 0.625em;
    padding: 0.3125em;
  }
  .about p.att {
    text-align: left;
  }

  .inohaevalley .boxset {
    padding: 0.625em;
  }
  .inohaevalley .boxset h3 {
    margin-bottom: 0.3125em;
    padding: 0.3125em;
  }
  .inohaevalley .boxset ul li {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .inohaevalley img.inohaevalley_ph01 {
    width: 100%;
  }

  .service .boxset {
    margin: 0;
  }
  .service .boxset .box {
    float: none;
    width: 100%;
    padding: 0;
  }
  .service .boxset .box + .box {
    margin-top: 0.625em;
  }
  .service .boxset .box .inner {
    padding: 0.625em;
  }
  .service .boxset .box dl {
    height: auto;
  }
  .service .boxset .box .boxfoot {
    padding: 0.3125em 0.625em;
  }
  .service .boxset .box .boxfoot p {
    text-align: left;
  }
  .service p.att {
    text-align: left;
  }
  .service img.service_ph03 {
    width: 100%;
  }

  .therapist .profile {
    margin-top: 1.25em;
    padding: 0.625em;
  }
  .therapist .profile h3 {
    margin-bottom: 0.3125em;
  }
  .therapist img.therapist_ph01 {
    width: 50%;
  }

  .hotel .boxset {
    margin: 0;
  }
  .hotel .boxset .box {
    float: none;
    width: 100%;
    padding: 0;
  }
  .hotel .boxset .box + .box {
    margin-top: 0.625em;
  }
  .hotel .boxset .box .inner {
    padding: 0.625em;
  }
  .hotel .boxset .box .ph .badge {
    top: -0.625em;
    right: -0.625em;
    font-size: 75%;
  }

  .voice .voiceset .voicebox {
    width: 50%;
    padding: 2%;
  }

  .healing .boxset {
    margin: 0 0 0.625em;
  }
  .healing .boxset .box {
    float: none;
    width: 100%;
    padding: 0;
  }
  .healing .boxset .box + .box {
    margin-top: 0.625em;
  }
  .healing .boxset .box .inner {
    padding: 0.625em;
  }

  .contact .googlemap {
    height: 320px;
  }
  .contact .contactbox {
    padding: 0.625em;
  }
  .contact .contactbox h3 {
    margin-bottom: 0.5em;
  }
  .contact .contactbox .tel {
    float: none;
    width: 100%;
    padding: 0;
  }
  .contact .contactbox .tel p {
    margin-bottom: 0;
    color: #cc0000;
    font-size: 350%;
    line-height: 1.1;
  }
  .contact .contactbox .nav {
    float: none;
    width: 100%;
    margin-top: 0.625em;
    padding: 0;
  }
  .contact .contactbox .nav .btn {
    width: 100%;
  }

  .footer .nav {
    padding: 0;
  }
  .footer .nav .container {
    padding: 0;
  }
  .footer .nav ul {
    margin: 0;
    text-align: left;
  }
  .footer .nav ul li {
    display: block;
    margin-left: 0;
    padding: 0;
  }
  .footer .nav ul li + li {
    border-top: solid 1px #264c00;
    border-left: 0 none;
  }
  .footer .nav ul li a {
    display: block;
    padding: 1em 0.625em;
  }
  .footer .copyright {
    padding: 1em 0;
  }

  .toheader {
    position: fixed;
    right: 0.5em;
    bottom: 0.5em;
    width: 2.86em;
    height: 2.86em;
  }
}
