﻿@charset "utf-8";
/* CSS Document */
/* reset

==================================== */
/*==================================== */
html {
  font-size: 100%;
  webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0 auto;
  text-align: center;
  padding: 0 0 0 0;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #684c43;
  line-height: 1.8em;
  font-size: 14px;
  background: #ffffff;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
}
h1, h2, h3, h4, h5, h6, p, br, ul, ol, li, dl, dt, dd, table, th, td, form, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  letter-spacing: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  color: #684c43;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.7em;
}
ol, ul, ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: transparent;
}
.time_table {
  width: 100%;
  border-top: 1px solid #684c43;
}
.time_table th, .time_table td {
  border-bottom: 1px solid #684c43;
  padding: 0.8em;
  vertical-align: middle;
  line-height: 1.0em;
}
.time_table th {
  width: 40%;
}
.time_table td {
  line-height: 23px;
  font-size: 16px;
  text-align: center;
}
.time_table .nobottom_border {
  border-bottom: none;
}
.time_table .notop_border {
  border-top: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
  color: #666666;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* layout -----------------------------------------------------*/
.pc_obj {
  display: block;
}
.sp_obj {
  display: none;
}
.alignCenter {
  text-align: center !important;
}
.alignCenter_pc {
  text-align: center !important;
}
.alignLeft {
  text-align: left !important;
}
.alignRight {
  text-align: right !important;
}
.alignRight_pc {
  text-align: right !important;
}
.valignTop {
  vertical-align: top;
}
.valignMiddle {
  vertical-align: middle;
}
.valignBottom {
  vertical-align: bottom;
}
.clB {
  color: #4774b9;
}
.fBold {
  font-weight: bold;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center !important;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.column2 {
  width: 49.5%;
}
.column3 {
  width: 32.5%;
}
.column3 {
  width: 20.0%;
}
.fo18 {
  font-size: 18px;
}
.kome, .asterisk, .list_disc {
  text-indent: -1em;
  margin-left: 1.0em;
  font-size: 14px;
}
.kome:before {
  content: "※";
}
.asterisk:before {
  content: "*";
}
.r5px {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.list_disc {
  list-style-type: disc;
  text-align: left;
  list-style-position: inside;
  padding: 0 2.0em 0 1.5em;
  font-size: 16px;
}
li.list_disc {
  text-indent: -1.0em;
}
ul.list_disc:last-child {
  padding-bottom: 0;
}
.list_circle {
  list-style-type: circle;
  text-align: left;
  list-style-position: inside;
  padding: 0 2.0em;
}
.w50 {
  width: 50%;
}
/* 上のマージン調整 */
.mt-20 {
  margin-top: -20px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-05 {
  margin-top: -5px !important;
}
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
/* 下のマージン調整 */
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 60px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb00 {
  padding-bottom: 0 !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.p_txt {
  margin-bottom: 1.2em !important;
}
.small {
  font-size: 0.8em;
}
.cl_orange {
  color: #f39800;
}
#globalnavi img, .top_navi_logo img {
  max-width: 80%;
  padding: 5px 0;
}
/* --------------------------------------------------------------------------*/
/* ■■■共通style■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  color: #666666;
}
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}
.img_r {
  float: right;
  margin: 0 0em 1em 2em;
}
.img_l {
  float: left;
  margin: 0 1em 0.5em 0em;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 5px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: #f2ae41;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:before {
  content: "\f0aa";
  font-family: FontAwesome;
  padding-right: 0.3em;
  font-size: 1.5em;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#footer_link {
  display: none;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.direction_reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.justify_center {
  -webkit-justify-content: center;
  justify-content: center;
}
.justify_between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify_around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.aitems_center {
  align-items: center;
  -webkit-align-items: center;
}
.aitems_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.justify-start{
justify-content: start;
}
.column2 {
  width: 48%;
}
.column3 {
  width: 32%;
}
.column2_4 {
  width: 32%;
}
.column2_6 {
  width: 66%;
}
.column4 {
  width: 20%;
}
.column4 img {
  max-width: 100%;
}
.column_half h4, .column_half p {
  width: 90%;
  margin-left: 5%;
}
.border {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12.8px 0;
}
.top_border {
  text-align: left;
  border-top: 1px solid #ccc;
  padding: 12.8px 2.0em;
}
.bottom_border {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 12.8px 2.0em;
}
.align_top {
  vertical-align: top !important;
}
/*----- iframe埋め込み版 -----*/
#mapCanvas {
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  clear: both;
  border: 2px solid #D0F1FF;
}
/* 大きな地図で見るボタン */
.gl-map:link, .gl-map:visited {
  width: 14em;
  text-align: center;
  padding: 0.2em 1em;
  margin: 1.5em auto;
  display: block;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #842c3a;
  text-decoration: none;
}
.gl-map:hover {
  background: #fae9ec;
  color: #842c3a;
}
.fa {
  vertical-align: middle;
}
/* for device */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* --------------------------------------------------------------------------*/
/* ■■■下層ページヘッダーstyle■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/
.lower_nav {
  background: #cc546d;
  padding: 1.0em 0;
}
.lower_nav.fixed {
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
}
.lower_nav .inner ul li a {
  color: #fff;
}
.lower_nav.fixed .inner ul li a {
  color: #5e5d5d;
}
.header_lower {
  margin: 0;
}
.header_lower:after, .header_lower .header_right_info .practice_time:after {
  content: "";
  display: block;
  clear: both;
}
.header_lower h1 {
  text-align: left;
  float: left;
  width: 55%;
  margin-bottom: 10px;
  padding: 10px 0 0 15px;
}
.header_lower .header_right_info {
  float: right;
  text-align: right;
  width: 40%;
  padding: 25px 0 0 0;
  margin-right: 15px;
}
.header_lower .header_right_info .header_tel {
  font-size: 2.0em;
  line-height: 1.5em;
  color: #cc546d;
}
.header_lower .header_right_info .header_tel:before {
  content: url(../images/h_tel_lower.png);
  margin-right: 0.1em;
}
.header_lower .header_right_info .practice_time {
  width: 48%;
  float: left;
}
.header_lower .header_right_info .practice_time:last-child {
  float: right;
}
.header_lower .header_right_info .practice_time dt {
  width: 40%;
  float: left;
  padding: 5px 0 3px;
  background: #cc546d;
  border-radius: 5px;
  color: #fff;
}
.lower .header_right_info .practice_time dd {
  width: 55%;
  float: left;
  line-height: 1.0em;
  font-size: 0.8em;
  padding: 0 5px;
}
.lower .gnavi .open ul.child {
  background: rgba(255, 255, 255, 0.8);
  margin-left: -120px;
  margin-top: 25px;
}
.lower .gnavi ul.child li {
  width: 100%;
  padding: 0.1em 0;
}
.lower .gnavi ul.child li a {
  color: #999;
  background: #fff;
}
.lower .gnavi ul.child li a:hover {
  color: #fff;
  background: #cc546d;
}
.text_block {
  display: none;
}
.time_table td.nobottom_border {
  text-align: left;
}
.time_table td.notop_border {
  text-align: left;
}
.time_table p.nobottom_border {
  text-align: left;
}
.time_table p.notop_border {
  text-align: left;
}
.white {
  background: #fff;
}
.tab_br {
  display: none;
}
#footer_reserve {
  display: none;
}
/* TABLET
================================================================================================================== */
@media only screen and (max-width: 1169px) {
  body {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    font-size: 92%;
  }
  #index h2 {}
  .container {
    width: 100%;
    max-width: 970px;
  }
  /* GLOBAL NAVI -----------------------------------------------------*/
  .gnav ul {
    width: 100%;
  }
  .header_lower h1 {
    width: 48%;
    padding: 1.0em 0 0 2%;
    margin-bottom: 1.0em;
  }
  .header_lower .header_right_info {
    padding: 15px 0 0 0;
    width: 45%;
  }
  .header_lower .header_right_info .header_tel {
    line-height: 1.0em;
  }
  .header_lower .header_right_info .practice_time {
    width: 50%;
  }
  .header_lower .header_right_info .practice_time dt {
    width: 35%;
    font-size: 0.9em;
  }
  .header_lower .header_right_info .practice_time dd {
    width: 50%;
    font-size: 0.7em;
  }
  .gnavi .inner ul, .lower_nav .inner ul {
    padding-top: 1.0em;
  }
  .gnavi .inner li, .lower_nav .inner li {
    /*		margin-right:20px; 180117ナビメニュー追加*/
    margin-right: 15px;
  }
  .gnavi .inner li a, .lower_nav .inner li a {
    font-size: 14px;
  }
  .text-left {
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 5px;
  }
  .column09p {
    width: 95%;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
  }
  .column09i {
    width: 90%;
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
  .access_table, .access_step, .body_table, .osteoporosis_table {
    width: 95% !important;
    margin-left: 2.5% !important;
    margin-right: 2.5 !important;
  }
  .access_table th, .body_table th {
    width: 30% !important;
  }
  .access_table td, .body_table td {
    width: 65% !important;
  }
  .access_step th {
    width: 35% !important;
  }
  .access_step td {
    width: 60% !important;
  }
  .body_table td {
    width: 60% !important;
  }
  .body_table th {
    width: 35% !important;
  }
  .osteoporosis_table td {
    width: 70% !important;
  }
}
@media only screen and (max-width: 900px) {
  .header_lower h1 {
    text-align: center;
    width: 55%;
    padding: 1.5em 0 0 2%;
    margin-bottom: 1.0em;
  }
  .header_lower .header_right_info {
    width: 40%;
  }
  .header_lower .header_right_info .practice_time {
    width: 50%;
  }
  .header_lower .header_right_info .practice_time dt {
    width: 35%;
    font-size: 0.9em;
  }
  .header_lower .header_right_info .practice_time dd {
    width: 50%;
    font-size: 0.7em;
  }
  .inner {
    margin: 0 auto;
    width: 98%;
    max-width: 940px;
  }
  .tab_br {
    display: inline;
  }
  header h1 {
    width: 30% !important;
  }
  .gnavi .inner li, .lower_nav .inner li {
    margin-right: 10px;
  }
}
/* sp
================================================================================================================== */
@media only screen and (max-width: 767px) {
  /* 上のマージン調整 */
  .spmt-25 {
    margin-top: -25px !important;
  }
  .spmt-20 {
    margin-top: -20px !important;
  }
  .spmt-15 {
    margin-top: -15px !important;
  }
  .spmt-10 {
    margin-top: -10px !important;
  }
  .spmt-05 {
    margin-top: -5px !important;
  }
  .spmt00 {
    margin-top: 0 !important;
  }
  .spmt05 {
    margin-top: 5px !important;
  }
  .spmt10 {
    margin-top: 10px !important;
  }
  .spmt15 {
    margin-top: 15px !important;
  }
  .spmt20 {
    margin-top: 20px !important;
  }
  .spmt25 {
    margin-top: 25px !important;
  }
  .spmt30 {
    margin-top: 30px !important;
  }
  .spmt35 {
    margin-top: 35px !important;
  }
  .spmt40 {
    margin-top: 40px !important;
  }
  .spmt45 {
    margin-top: 45px !important;
  }
  .spmt50 {
    margin-top: 50px !important;
  }
  /* 下のマージン調整 */
  .spmb00 {
    margin-bottom: 0 !important;
  }
  .spmb05 {
    margin-bottom: 5px !important;
  }
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb15 {
    margin-bottom: 15px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb25 {
    margin-bottom: 25px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb35 {
    margin-bottom: 35px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb45 {
    margin-bottom: 45px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb55 {
    margin-bottom: 55px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
  .spmb65 {
    margin-bottom: 65px !important;
  }
  .spmb70 {
    margin-bottom: 60px !important;
  }
  .spmb75 {
    margin-bottom: 75px !important;
  }
  .spmb80 {
    margin-bottom: 80px !important;
  }
  .spmb85 {
    margin-bottom: 85px !important;
  }
  .spmb90 {
    margin-bottom: 90px !important;
  }
  .spmb95 {
    margin-bottom: 95px !important;
  }
  .spmb100 {
    margin-bottom: 100px !important;
  }
  .spmr00 {
    margin-right: 0 !important;
  }
  .spmr10 {
    margin-right: 10px !important;
  }
  .spmr20 {
    margin-right: 20px !important;
  }
  .spmr30 {
    margin-right: 30px !important;
  }
  .spmr40 {
    margin-right: 40px !important;
  }
  .spmr50 {
    margin-right: 50px !important;
  }
  .spml00 {
    margin-left: 0 !important;
  }
  .spml10 {
    margin-left: 10px !important;
  }
  .spml20 {
    margin-left: 20px !important;
  }
  .spml30 {
    margin-left: 30px !important;
  }
  .spml40 {
    margin-left: 40px !important;
  }
  .spml50 {
    margin-left: 50px !important;
  }
  li.kome {
    line-height: 1.6em !important;
    margin-bottom: 0.7em;
  }
  body {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #wrapper {
    padding-top: 4.5em;
  }
  .headlogo h1 img {
    margin-top: 10px;
  }
  h1 {
    text-align: left;
    padding: 0 3%;
    margin: 3px 0 3px 0;
  }
  .pc_obj {
    display: none;
  }
  .sp_obj {
    display: block;
  }
  .alignCenter_pc, .alignRight_pc {
    text-align: left !important;
  }
  .alignLeft_sp {
    text-align: left;
  }
  .w50_img {
    width: 50%;
    margin: 0 auto;
  }
  .w80_img {
    width: 80%;
    margin: 0 auto;
  }
  .f_left, .f_right {
    float: none;
  }
  .img_r {
    float: none;
    margin: 0 auto 1em auto;
    display: block;
    text-align: center;
  }
  .img_l {
    float: none;
    margin: 0 auto 1em auto;
    text-align: center;
  }
  .w50 {
    width: 100%;
  }
  .inner {
    margin: 0 auto;
    width: 95%;
  }
  .flex_wrap_sp {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .direction_reverse_sp {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column2, .column_half, .column3, .column4 {
    width: 100%;
    margin: 0 auto 1em auto;
  }
  .column2_4, .column2_6 {
    flex: none;
    -webkit-flex: none;
    margin: 0 auto 1em auto;
    width: 100%;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .text_block {
    display: block !important;
  }
  .column_half h4 {
    padding-top: 25px;
  }
  .tab_br {
    display: none;
  }
  /* 180213モバイル版のみ予約ボタン設置のために位置変更 */
  #pageTop {
    bottom: 70px;
  }
  #footer_link {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    height: 65px;
    width: 100%;
    background: #fff;
    z-index: 1000;
  }
  #footer_link a {
    display: inline-block;
    width: 32%;
    height: 16px;
    margin: 4px auto;
    color: #fff;
    border-radius: 5px;
    padding: 15px 0 25px;
    font-size: 18px;
  }
  .footer_reserve {
    background: #0E8341;
  }
  .footer_access {
    background: #f39800;
  }
  .footer_tell {
    background: #5fb73d;
  }
  p.copyright {
    padding-bottom: 110px !important;
  }
  header h1 {
    width: 100% !important;
  }
}