@charset "UTF-8";
/*********************************************************
全体
*********************************************************/
.layer {
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*********************************************************
ヘッダー
*********************************************************/
#sp-header {
  display: table;
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
  z-index: 999;
  height: 50px;
}

#index-nav-sp {
  display: none;
}

#index #index-nav-sp {
  display: block;
}

#index .kasou-sp {
  display: none;
}

#pc-header {
  display: none;
}

body {
  right: 0;
  overflow-x: hidden;
}

#slide_menu {
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px #BFBFBF;
  box-shadow: 0 0 5px #BFBFBF;
  padding: 10px 0 0 0;
  overflow: auto;
}

#slide_menu li a,
#slide_menu li button {
  font-size: 14px;
  text-decoration: none;
  padding: 7% 0;
  background: #FFF;
  display: block;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #D1D1D1;
  width: 100%;
}

.menu-end a {
  border-bottom: 1px solid #D1D1D1;
}

#slide_menu li a i {
  font-size: 18px;
  padding: 0 0 0 3px;
  vertical-align: middle;
}

#panel-btn {
  position: relative;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}

#panel-btn:after {
  content: 'MENU';
  font-weight: normal;
  display: block;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  padding: 30px 0 0;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin: -1px 0 0 -15px;
  background: #111;
  -webkit-transition: .2s;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 4px;
  background: #111;
  -webkit-transition: .3s;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -10px;
}

#panel-btn-icon:after {
  margin-top: 6px;
}

.header-h1 {
  position: static;
  display: table-cell;
  vertical-align: middle;
}

.header-reserve_sp {
  display: table;
  width: 100%;
}

.header-reserve_sp a {
  background: #000;
  color: #FFF;
  display: table-cell;
  padding: 15px 0;
  text-align: center;
  width: 50%;
}

.header-reserve_sp a:first-child {
  border-right: 1px solid #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-btn {
  display: table-cell;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 55px;
  height: 50px;
}

#close-btn {
  cursor: pointer;
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #979797;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 5px;
  text-align: center;
  display: block;
  font-size: 13px;
  margin: 0 auto 10px;
  color: #979797;
}

#close-btn i {
  font-size: 16px;
  display: block;
  padding-top: 3px;
}

/*********************************************************
メイン
*********************************************************/
.bgg section {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #D1D1D1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#index-spa {
  margin: 0 auto 90px;
  width: 95%;
}

#index-consul {
  width: 95%;
}

#index-seminar {
  margin: 90px auto 0;
  width: 95%;
}

#indexItem {
  margin: 90px auto 0;
  width: 95%;
}

#commitment,
#business {
  margin: 45px auto 0;
  width: 95%;
}

.is-r, .ise-r, .consul-l {
  display: table-header-group;
}

.is-l, .ise-l, .consul-r {
  display: table-footer-group;
  padding: 15px;
  font-size: 14px;
}

.ise-l {
  text-align: center;
}

.consul-r {
  text-align: center;
}

.consul-r ul {
  display: inline-block;
  text-indent: -1em;
}

.consul-r li {
  text-align: left;
  padding-left: 1em;
}

.zeikomi {
  position: static;
  color: #960002;
  display: block;
  margin-bottom: 15px;
  text-align: right;
}

.price-l {
  display: none;
}

.sp-price-bar {
  width: 100%;
  display: block;
}

.sp-price-bar li {
  float: left;
  width: 50%;
  border: 1px solid #D1D1D1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  margin: -1px 0 0 -1px;
}

.sp-price-bar li a {
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 20px 0;
}

.sp-price-bar li:last-of-type a {
  border-right: none;
}

.price-content .menu {
  display: block;
  width: 100%;
}

/*-----------------------
パンくず
-----------------------*/
.pankuzu {
  margin: 15px 0 30px;
}

/*-----------------------
about.html
-----------------------*/
#contents {
  padding-top: 50px;
}

/*********************************************************
ナップヘルスケア​ 追加分
*********************************************************/
.nhc-c-issues__txt {
  font-size: 14px;
}