@charset "UTF-8";
/* リセット用CSSをインポート */
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, .contactTitle,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.08em;
}

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, .contactTitle, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック";
  box-sizing: border-box;
  color: #777777;
}

p {
  line-height: 1.7em;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/*----------------------------------------------------
	#ie8対応です。
----------------------------------------------------*/
.ie8 .outline_map dl dt span, .ie9 .outline_map dl dt span {
  border: 1px solid #009fe8;
  padding: 5px 15px;
}

.ie8 .keireki .keireki_ttl span, .ie9 .keireki .keireki_ttl span {
  border: 1px solid #009fe8;
  padding: 5px 15px;
}

/*----------------------------------------------------
	#ラッパー
----------------------------------------------------*/
#wrap {
  border-top: solid 7px #009fe8;
  overflow-x: hidden;
}

/*----------------------------------------------------
	#ヘッダー
----------------------------------------------------*/
header {
  width: 980px;
  margin: 0 auto;
}
header .headtop {
  height: 80px;
  position: relative;
  padding: 5px 0 0 0;
}
header .headtop > p {
  font-size: 10px;
}
header .headtop .headtopright {
  position: absolute;
  right: 0;
  top: 0;
}
header .headtop .headtopright ul {
  background: #009fe8;
  height: 35px;
  display: table;
  table-layout: fixed;
  margin: 0 0 5px 0;
}
header .headtop .headtopright ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
header .headtop .headtopright ul li a {
  display: block;
  color: white;
  font-size: 12px;
  padding: 0 22px;
  text-decoration: none;
  display: -moz-groupbox;
}
header .headtop .headtopright ul li a:hover {
  text-decoration: underline;
}
header .headtop .headtopright ul li a .fa {
  padding-right: 3px;
}
header h1 {
  text-align: center;
}

.headtopright li a {
  border-right: 1px solid #fff;
}

.headtopright li:last-child a {
  border-right: none;
}

.triangle-rightop {
  float: left;
}

.triangle-rightop:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 35px solid #009fe8;
  border-left: 20px solid transparent;
}

/*----------------------------------------------------
	#グローバルナビゲーション
----------------------------------------------------*/
nav {
  width: 980px;
  margin: 60px auto 0 auto;
}
nav ul {
  display: table;
}
nav ul li {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}
nav ul li a {
  display: block;
  padding: 0px 25px;
  height: 37px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/*----------------------------------------------------
	#メインスライド
----------------------------------------------------*/
.topmainimg {
  width: 1400px;
  margin: 30px auto 60px auto;
  position: relative;
  height: 465px;
}
.topmainimg .topmainimg_bg {
  position: absolute;
  z-index: 999;
  margin-top: -1px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
.top_container h2 {
  margin: 0 0 15px 0;
}

.top_innerTop {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
.top_innerTop .innerL {
  float: left;
  width: 420px;
  margin: 0 70px 0 0;
}
.top_innerTop .innerL .book {
  background: transparent url("../images/top_book_bg.png") left top no-repeat;
  height: 374px;
  margin-top: 30px;
  position: relative;
}
.top_innerTop .innerL .book .inner {
  position: absolute;
  top: 100px;
  left: 62px;
  width: 300px;
}
.top_innerTop .innerL .book .inner .bookqr {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 45px;
}
.top_innerTop .innerL .book .inner .bookqr .qr {
  float: left;
  width: 100px;
  background: white;
  height: 100px;
  margin-right: 25px;
}
.top_innerTop .innerL .book .inner .bookqr .qrtx {
  float: left;
  width: 175px;
  font-size: 14px;
}
.top_innerTop .innerL .book .inner .bookqr .qrtx h3 {
  color: #009fe8;
  font-size: 16px;
  margin-bottom: 5px;
}
.top_innerTop .innerL .book .inner .f14 {
  font-size: 14px;
}
.top_innerTop .innerR {
  float: left;
  width: 490px;
}

.innerR section:nth-child(even) {
  margin-top: 40px;
}
.innerR section table {
  width: 490px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 5px;
}
.innerR section table tr th {
  background: #f4efde;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  height: 40px;
}
.innerR section table tr th:first-child {
  width: 130px;
}
.innerR section table tr td {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  font-size: 18px;
  color: #009fe8;
}
.innerR section table tr td:first-child {
  width: 130px;
  color: #777777;
  font-size: 15px;
}
.innerR section .f14 {
  font-size: 14px;
}

.news ul li {
  padding-bottom: 10px;
    width: 50%;
    float: left;
}
.news ul li:last-child {
  padding-bottom: 0px;
}
.news ul li .date {
  font-size: 13px;
  line-height: 1.5em;
    display:inline-block;
}
.news ul li .post{
    display:inline-block;
}
.news ul li .post a {
  color: #777777;
}
.news ul li .post a:hover {
  text-decoration: none;
}

.wpmore {
  text-align: right;
  margin-top: -52px;
  margin-bottom: 15px;
}

.top_innerBottom {
  width: 980px;
  margin: 25px auto 0 auto;
  overflow: hidden;
  *zoom: 1;
}
.top_innerBottom .inner {
  overflow: hidden;
  *zoom: 1;
}
.top_innerBottom .inner:nth-child(odd) {
  margin-top: 40px;
}
.top_innerBottom .inner .innerL {
  float: left;
  width: 460px;
  margin: 0 60px 0 0;
}
.top_innerBottom .inner .innerR {
  float: left;
  width: 460px;
}
.top_innerBottom .inner .innerR .suportimg {
  margin: 15px 0 0 25px;
}
.top_innerBottom .inner h3 {
  margin: 10px 0 5px 0;
}

.more {
  margin-left: 340px;
  margin-top: 25px;
}
.more a {
  background: #f7f3e8;
  display: block;
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #777777;
  text-decoration: none;
  font-size: 14px;
}

/*----------------------------------------------------
	#フッター
----------------------------------------------------*/
footer {
  width: 100%;
  background: transparent url("../images/bg_footer.png") center top no-repeat;
  height: 210px;
}
footer .footerinner {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  padding-top: 70px;
}
footer .footerinner .footerlist {
  float: left;
  width: 675px;
  display: table;
}
footer .footerinner .footerlist .footerlistbox {
  display: table-cell;
}
footer .footerinner .footerlist .footerlistbox h5 {
  font-size: 13px;
  font-weight: normal;
}
footer .footerinner .footerlist .footerlistbox li {
  font-size: 12px;
  list-style: disc inside;
  color: white;
  letter-spacing: 0;
}
footer .footerinner .footerlist .footerlistbox a {
  text-decoration: none;
  color: white;
}
footer .footerinner .footerlist .footerlistbox a:hover {
  text-decoration: underline;
}
footer .footerinner .footeradd {
  float: left;
  font-size: 13px;
  color: white;
}
footer .footerinner .footeradd a {
  display: block;
  background: white;
  color: #009fe8;
  text-align: center;
  width: 170px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 10px;
  margin-left: 50px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
footer .footerinner .footeradd a .fa {
  padding-left: 10px;
}

.copyright {
  width: 100%;
  background: #f7f3e8;
  padding: 15px 0;
}
.copyright .inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}

.footer_bg {
  width: 1680px;
  margin: 0 auto;
}

/*----------------------------------------------------
	#ゴートゥートップ
----------------------------------------------------*/
#page-top {
  text-align: center;
  margin: 100px 0 30px 0;
  height: 70px;
}

.container {
  width: 980px;
  margin: 0 auto;
}
.container .wabettl {
  text-align: center;
  margin: 45px auto 65px auto;
}
.container .wabettl h2 {
  margin-bottom: 20px;
}

.contents_box {
  overflow: hidden;
  *zoom: 1;
}
.contents_box .sidebar {
  float: left;
  width: 230px;
  margin-right: 50px;
}
.contents_box .main_contents {
  float: left;
  width: 700px;
}
.contents_box .main_contents h2 {
  margin-bottom: 10px;
}

.sidenav {
  margin-bottom: 10px;
  background: #DEF6FF;
  padding: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.sidenav ul li {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  position: relative;
  background: white;
}
.sidenav ul li:first-child {
  border-top: none;
  color: #009fe8;
  height: 45px;
  line-height: 45px;
}
.sidenav ul li a {
  display: block;
  text-decoration: none;
  color: #009fe8;
  border-top: 1px solid #DEF6FF;
  padding: 0 10px;
}
.sidenav ul li a .fa {
  position: absolute;
  top: 18px;
  right: 15px;
}

.sideadd {
  padding: 10px 10px 10px 10px;
  background: transparent url("../beginner/images/concept_bg.png") left top repeat;
}
.sideadd h3 {
  padding-top: 10px;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: normal;
  border-top: 1px dotted #ddd;
  margin: 14px 0 5px 0;
}
.sideadd h3:first-child {
  border-top: none;
  margin-top: 5px;
}
.sideadd .sidetel {
  font-size: 21px;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: -3px;
}
.sideadd .sidetel span {
  font-size: 14px;
}
.sideadd .sidebtn {
  overflow: hidden;
  *zoom: 1;
  padding: 0 12px;
  margin-top: 5px;
}
.sideadd .sidebtn .sidebtn_left {
  float: left;
  margin-right: 15px;
}
.sideadd .sidebtn .sidebtn_right {
  float: left;
}
.sideadd .sidebtn a {
  display: block;
  background: #def6ff;
  width: 83px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #37BEF0;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 13px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.sideadd .sidebtn a:hover {
  background: #009fe8;
  color: white;
  border: 1px solid #009fe8;
}
.sideadd .sideqr {
  overflow: hidden;
  *zoom: 1;
}
.sideadd .sideqr .sideqr_left {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  background: white;
}
.sideadd .sideqr .sideqr_right {
  float: left;
  font-size: 12px;
  width: 125px;
  letter-spacing: 0;
}
.sideadd table {
  width: 210px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 5px;
  font-size: 14px;
}
.sideadd table tr th {
  background: #f4efde;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  height: 25px;
}
.sideadd table tr th:first-child {
  width: 45px;
}
.sideadd table tr td {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  height: 25px;
  color: #009fe8;
  background: white;
}
.sideadd table tr td:first-child {
  width: 45px;
  color: #777777;
}
.sideadd .f13 {
  font-size: 13px;
  line-height: 1.4em;
}

.sidemask_top {
  height: 7px;
}

.sidemask_bottom {
  height: 16px;
  background: transparent url("../beginner/images/concept_bg.png") left top repeat;
}

.suihei {
  margin: 50px 0 50px 0;
}

.main_mask {
  margin: 0 auto;
  width: 980px;
  position: relative;
}
.main_mask .main_ttl {
  position: absolute;
  top: 66px;
  left: 30px;
}

.mainimg {
  height: 325px;
  margin: 50px auto 0 auto;
}

.mainbg_beginner {
  background: transparent url(../beginner/images/main_img.jpg) center top no-repeat;
}

.mainbg_medical {
  background: transparent url(../medical/images/main_img.jpg) center top no-repeat;
}

.mainbg_facilities {
  background: transparent url(../facilities/images/main_img.jpg) center top no-repeat;
}

.mainbg_staff {
  background: transparent url(../staff/images/main_img.jpg) center top no-repeat;
}

.mainbg_about {
  background: transparent url(../about/images/main_img.jpg) center top no-repeat;
}

.mainbg_contact {
  background: transparent url(../contact/images/main_img.jpg) center top no-repeat;
}

.concept_ttl {
  margin-top: 30px;
}

.concept_box {
  background: transparent url("../beginner/images/concept_bg.png") repeat;
  padding: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin: 80px auto;
}
.concept_box .number {
  position: absolute;
  top: -40px;
  left: 305px;
}
.concept_box .concept_inner {
  margin-top: 45px;
}
.concept_box .concept_inner h3 {
  text-align: center;
  margin-bottom: 20px;
}

.concept_box.last {
  margin: 80px auto 30px auto;
}

.apolead span {
  font-size: 14px;
}
.apolead ul {
  margin: 15px 0;
}
.apolead ul li {
  color: #009fe8;
  font-weight: bold;
}
.apolead ul li .fa {
  margin-right: 5px;
}
.apolead .enet {
  overflow: hidden;
  *zoom: 1;
  margin: 30px 0 45px 0;
}
.apolead .enet .enet_box .enetleft {
  float: left;
  width: 50%;
  text-align: center;
}
.apolead .enet .enet_box .enetleft p {
  font-weight: bold;
}
.apolead .enet .enet_box .enetleft a {
  width: 255px;
  display: block;
  background: #009fe8;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: white;
  text-decoration: none;
  margin: 5px 0 0 35px;
}
.apolead .enet .enet_box .enetleft a:hover {
  text-decoration: underline;
}
.apolead .enet .enet_box .enetleft a .fa {
  padding-right: 5px;
}
.apolead .enet .enet_box .enetright {
  float: left;
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
}
.apolead .enet .enet_box .enetright .enet_qr {
  overflow: hidden;
  *zoom: 1;
}
.apolead .enet .enet_box .enetright .enet_qr .enet_qr_l {
  float: left;
  height: 87px;
  width: 87px;
  background: white;
}
.apolead .enet .enet_box .enetright .enet_qr .enet_qr_r {
  float: left;
  margin-left: 10px;
  font-weight: bold;
}

.nobook {
  color: #E80000;
  font-size: 14px;
}

.enet_time h4 {
  color: #009fe8;
  font-weight: normal;
  border: 1px solid #009fe8;
  padding: 8px 0;
  text-align: center;
  width: 250px;
}
.enet_time p {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}

/* 予約方法_タブ */
.howto {
  margin-top: 40px;
}
.howto #tabs .tablist {
  overflow: hidden;
  list-style: none;
  border-bottom: 3px solid #009fe8;
}
.howto #tabs .tablist li {
  float: left;
  display: inline;
  margin-left: 10px;
  padding: 12px 40px;
  border: 3px solid #009fe8;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
}
.howto #tabs .tablist li a {
  color: #009fe8;
  text-decoration: none;
}

#tabs li.active {
  background: #009fe8;
}
#tabs li.active a {
  color: white !important;
}

/* 予約方法_パネル */
#tabs .panel {
  display: none;
}

.panel {
  background: #def6ff;
  padding: 25px 20px;
}
.panel .lead {
  border-bottom: 2px dashed #009fe8;
  margin-bottom: 35px;
}
.panel .lead h4 {
  border: 1px solid #009fe8;
  padding: 8px 15px;
  color: #009fe8;
  background: white;
  width: 150px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}
.panel .lead .red {
  color: #E80000;
  font-weight: bold;
}
.panel .toroku {
  overflow: hidden;
  *zoom: 1;
  margin: 15px 0 25px 0;
}
.panel .toroku .toroku_l {
  float: left;
}
.panel .toroku .toroku_l .bold {
  background: #009fe8;
  color: #fff;
  padding: 5px;
  width: 150px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
.panel .toroku .toroku_r {
  float: left;
  width: 445px;
  margin-left: 35px;
  padding-top: 50px;
}
.panel .toroku .toroku_r p {
  font-size: 14px;
}
.panel .toroku .toroku_r p:first-child {
  margin-bottom: 10px;
}

.step_box .ttl {
  background: #009fe8;
  color: #fff;
  padding: 5px;
  width: 150px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}
.step_box ul {
  overflow: hidden;
  *zoom: 1;
}
.step_box ul li {
  float: left;
}
.step_box ul li p {
  width: 180px;
  display: block;
  margin-left: 13px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0;
}

.step_center:before {
  content: " ";
  float: left;
  position: relative;
  top: 90px;
  left: 6px;
  background: url(../biginner/images/arrow-icon.png);
  display: block;
  height: 25px;
  width: 37px;
}
.step_center:after {
  content: " ";
  float: right;
  position: relative;
  top: 90px;
  left: 6px;
  background: url(../biginner/images/arrow-icon.png);
  display: block;
  height: 25px;
  width: 37px;
}

.step_center_text {
  margin-left: 50px !important;
}

.step_center_l:before {
  content: " ";
  float: left;
  position: relative;
  top: 90px;
  left: 6px;
  background: url(../biginner/images/arrow-icon_l.png);
  display: block;
  height: 25px;
  width: 37px;
}
.step_center_l:after {
  content: " ";
  float: right;
  position: relative;
  top: 90px;
  left: 6px;
  background: url(../biginner/images/arrow-icon_l.png);
  display: block;
  height: 25px;
  width: 37px;
}

.arrow_b {
  text-align: right;
  padding: 18px 80px 5px 0;
}

.end_text {
  margin-top: 40px;
}
.end_text .kakunin_box span {
  background: #E80000;
  text-align: center;
  padding: 10px 15px;
  margin-left: 15px;
  color: white;
}
.end_text .kakunin_box .kakunin_in {
  background: white;
  color: #E80000;
  border: 1px solid #E80000;
  padding: 20px 0px 15px 15px;
  margin-top: -7px;
  width: 600px;
}
.end_text dl {
  margin-top: 20px;
}
.end_text dl dt {
  color: #E80000;
  font-weight: bold;
}
.end_text dl dd {
  margin-bottom: 10px;
}

/* 予約方法_パネル_pc */
.toroku_pc {
  margin: 15px 0 25px 0;
}
.toroku_pc .bold {
  background: #009fe8;
  color: #fff;
  padding: 5px;
  width: 150px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
.toroku_pc .toroku_pc_tex {
  margin-top: 15px;
}
.toroku_pc .toroku_pc_tex p {
  font-size: 14px;
}
.toroku_pc .toroku_pc_tex p:first-child {
  margin-bottom: 10px;
}

.step_pc {
  letter-spacing: 0;
}
.step_pc p {
  font-size: 14px;
}

.arrow_b_pc {
  text-align: center;
  padding: 15px 0px 5px 0;
}

.kakunin_pc {
  margin-top: 25px;
}
.kakunin_pc p {
  text-align: center;
  color: #009fe8;
  font-size: 18px;
  font-weight: bold;
}

section {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 50px;
}
section .outline_left {
  float: left;
  width: 325px;
  margin-right: 40px;
}
section .outline_right {
  float: left;
  width: 330px;
  font-size: 100%;
}
section .outline_right img {
  margin-bottom: 10px;
}
section .outline_right span {
  font-size: 11px;
  letter-spacing: 0;
  display: block;
  margin-top: -8px;
}
section .outline_right .blue {
  color: #009fe8;
  text-indent: 4.5em;
}
section .outline_right .address {
  margin-top: 40px;
}

.outline_time table {
  width: 700px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 5px;
}
.outline_time table tr th {
  background: #f4efde;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  height: 40px;
}
.outline_time table tr th:first-child {
  width: 150px;
}
.outline_time table tr td {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  height: 45px;
  font-size: 18px;
  color: #009fe8;
}
.outline_time table tr td:first-child {
  width: 150px;
  color: #777777;
  font-size: 15px;
}
.outline_time dl {
  margin-top: 10px;
  overflow: hidden;
  *zoom: 1;
}
.outline_time dl dt {
  clear: left;
  float: left;
  margin: 0 0 0 0;
  width: 90px;
  line-height: 1.7em;
}
.outline_time dl dd {
  margin: 0 0 0 90px;
  line-height: 1.7em;
}
.outline_time .time_change {
  color: #009fe8;
}

.outline_map dl {
  margin-bottom: 15px;
}
.outline_map dl dt {
  color: #009fe8;
  height: 35px;
  line-height: 35px;
  margin: 3px 0 10px 0;
}
.outline_map dl dt span {
  border: 1px solid #009fe8;
  padding: 8px 15px;
}
.outline_map .park {
  overflow: hidden;
  *zoom: 1;
}
.outline_map .park .park_left {
  float: left;
  margin-right: 25px;
}
.outline_map .park .park_right {
  float: left;
  width: 325px;
}
.outline_map .park .park_right dd {
  font-size: 15px;
}
.outline_map .googlemap {
  margin: 10px 0 25px 0;
}
.outline_map .googlemap .mapbig {
  text-align: right;
  padding-top: 10px;
}
.outline_map .googlemap .mapbig a {
  color: #009fe8;
  text-decoration: none;
}
.outline_map .googlemap .mapbig a:hover {
  text-decoration: underline;
}
.outline_map .googlemap .mapbig a .fa {
  padding-right: 0.4em;
}

.medibox .medi_ttl {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
.medibox .medi_ttl .medi_left {
  float: left;
  width: 450px;
  margin-right: 25px;
}
.medibox .medi_ttl .medi_right {
  float: left;
}
.medibox .reha_kikai {
  margin-top: 40px;
}
.medibox .reha_kikai h3 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.setsubi_bg, .apolead .enet .enet_box, .kotumitu .kotumitu_contents {
  background: #def6ff;
  overflow: hidden;
  *zoom: 1;
  padding: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.setsubi_bg .equip_img, .apolead .enet .enet_box .equip_img, .kotumitu .kotumitu_contents .equip_img {
  width: 240px;
  margin: 25px auto 10px;
}
.setsubi_bg .equip_box, .apolead .enet .enet_box .equip_box, .kotumitu .kotumitu_contents .equip_box {
  padding: 20px;
}
.setsubi_bg .equip_box h4, .apolead .enet .enet_box .equip_box h4, .kotumitu .kotumitu_contents .equip_box h4 {
  margin-bottom: 10px;
}
.setsubi_bg .equip_box p, .apolead .enet .enet_box .equip_box p, .kotumitu .kotumitu_contents .equip_box p {
  line-height: 1.4em;
}
.setsubi_bg .equip_box dl, .apolead .enet .enet_box .equip_box dl, .kotumitu .kotumitu_contents .equip_box dl {
  margin-top: 20px;
  font-size: 15px;
}
.setsubi_bg .equip_box dl dt span, .apolead .enet .enet_box .equip_box dl dt span, .kotumitu .kotumitu_contents .equip_box dl dt span {
  border: 1px solid #009fe8;
  color: #009fe8;
  display: block;
  width: 115px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.sportcase dt {
  padding-top: 15px;
  font-weight: bold;
  font-size: 17px;
}
.sportcase dt .fa-circle-o {
  color: #009fe8;
  padding-right: 0.2em;
}
.sportcase dd {
  border-bottom: 1px dotted #b3b3b3;
  padding-bottom: 15px;
  padding-top: 5px;
  padding-left: 1.4em;
}
.sportcase dd:last-child {
  border-bottom: none;
}

.kotumitu {
  margin: 20px 0 40px 0;
}
.kotumitu .kotumitu_contents {
  margin-top: -30px;
}
.kotumitu .kotumitu_contents .kotumitu_inner {
  overflow: hidden;
  *zoom: 1;
  background: white;
  padding: 20px;
}
.kotumitu .kotumitu_contents .kotumitu_inner .kotumitu_left {
  float: left;
  width: 200px;
  margin-right: 30px;
}
.kotumitu .kotumitu_contents .kotumitu_inner .kotumitu_right {
  float: left;
  width: 380px;
}
.kotumitu .kotumitu_contents .kotumitu_inner .kotumitu_right h4 {
  color: #009fe8;
  letter-spacing: 0.2em;
  font-size: 18px;
  margin-bottom: 10px;
}

.concier .concier_ttl {
  color: #009fe8;
  margin-bottom: 20px;
}
.concier .concier_ttl h4 {
  font-size: 18px;
}
.concier .m15 {
  margin: 15px 0;
}
.concier .concier15 {
  margin-top: 15px;
}

.innaibox {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
.innaibox .left_box {
  float: left;
  width: 335px;
  margin-right: 30px;
}
.innaibox .right_box {
  float: left;
  width: 335px;
}
.innaibox h3 {
  color: #009fe8;
  margin-top: 5px;
}
.innaibox p {
  line-height: 1.4em;
  letter-spacing: 0;
}
.innaibox .rihamore {
  margin: 20px 0 50px 350px;
}
.innaibox .rihamore a {
  display: block;
  background: #f7f3e8;
  height: 50px;
  line-height: 50px;
  width: 350px;
  text-align: center;
  text-decoration: none;
  color: #777777;
}
.innaibox .rihamore a:hover {
  text-decoration: underline;
}
.innaibox .rihamore a .fa {
  padding-right: 5px;
}

.figure {
  position: relative;
  overflow: hidden;
  width: 335px;
  border: none;
  height: 240px;
  margin-bottom: 5px;
}

.figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 240px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  text-align: center;
  padding-top: 100px;
  box-sizing: border-box;
  color: #fff;
}

.figure:hover .figcaption, .figure700:hover .figcaption700 {
  opacity: 1;
}

.figure700 {
  position: relative;
  overflow: hidden;
  width: 700px;
  height: 250px;
  margin-bottom: 5px;
}

.figcaption700 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  text-align: center;
  padding-top: 100px;
  box-sizing: border-box;
  color: #fff;
}

.drbox {
  position: relative;
  height: 230px;
}
.drbox .drleft {
  position: absolute;
}
.drbox .drright {
  position: absolute;
  bottom: 0;
  left: 245px;
}
.drbox .drright p:first-child {
  font-size: 26px;
  line-height: 1.2em;
}
.drbox .drright .name_eng {
  font-size: 13px;
  color: #B3B3B3;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}

.keireki {
  overflow: hidden;
  *zoom: 1;
  margin: 30px 0;
}
.keireki .keireki_ttl {
  color: #009fe8;
  height: 35px;
  line-height: 35px;
  margin: 3px 0 10px 0;
}
.keireki .keireki_ttl span {
  border: 1px solid #009fe8;
  padding: 8px 15px;
}
.keireki .keireki_l, .keireki .keireki_r {
  float: left;
  width: 50%;
  line-height: 2.0em;
}
.keireki .keireki_l .fa-circle, .keireki .keireki_r .fa-circle {
  color: #009fe8;
  padding-right: 5px;
}
.keireki .keireki_r {
  padding-left: 30px;
  box-sizing: border-box;
}
.keireki .keireki_r li:last-child {
  text-align: center;
  color: #E6E6E6;
}
.keireki .keireki_r li:last-child .fa-ellipsis-v {
  padding-right: 25px;
}

.keireki_l:before, .keireki .keireki_r:before {
  content: " ";
  float: left;
  position: relative;
  top: 14px;
  left: 8px;
  background: #009fe8;
  display: block;
  height: 200px;
  width: 2px;
}

.keireki_r:before {
  content: " ";
  float: left;
  position: relative;
  top: 0px !important;
  left: 8px;
  background: #009fe8;
  display: block;
  height: 200px;
  width: 2px;
}

.greeting dt {
  color: #009fe8;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
}
.greeting dt span {
  border: 1px solid #009fe8;
  padding: 8px 15px;
}

.staffbox {
  overflow: hidden;
  *zoom: 1;
  margin: 25px 0;
}
.staffbox .left_box {
  float: left;
  width: 335px;
  margin-right: 30px;
}
.staffbox .right_box {
  float: left;
  width: 335px;
}
.staffbox dt {
  font-weight: bold;
  color: #009fe8;
}

.staffbg {
  background: transparent url("../staff/images/staff_bg.jpg") left top no-repeat;
  width: 700px;
  height: 1260px;
  margin-top: 30px;
  position: relative;
}
.staffbg .message01 {
  position: absolute;
  left: 20px;
  top: 30px;
}
.staffbg .message02 {
  position: absolute;
  right: 25px;
  top: 205px;
}
.staffbg .message03 {
  position: absolute;
  left: 40px;
  top: 375px;
}
.staffbg .message04 {
  position: absolute;
  right: 25px;
  top: 565px;
}
.staffbg .message05 {
  position: absolute;
  left: 35px;
  top: 760px;
}
.staffbg .message06 {
  position: absolute;
  right: 50px;
  top: 970px;
}

.privacy_box {
  margin-top: 25px;
}
.privacy_box dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.thanks h3 {
  color: #009fe8;
  margin-bottom: 15px;
  font-size: 18px;
}
.thanks .thanks_top {
  margin-top: 15px;
}
.thanks .thanks_top a {
  color: #009fe8;
}
.thanks .thanks_top a:hover {
  text-decoration: none;
}

.contel {
  font-weight: bold;
  font-size: 16px;
  color: #777;
  padding: 0 0.2em;
}

/*----------------------------------------------------
	#20200414
----------------------------------------------------*/
.borderBlue img{
    border-bottom: 1px solid #009fe8;
}
.mt20{
    margin-top: 20px;
}
.yoyaku-btn{
    display: block;
    margin:30px auto 0;
    text-align: center;
}
.bold-red{
    color:#f3345d;
    font-weight: bold;
}

/*----------------------------------------------------
  #20201010
----------------------------------------------------*/

.top_innerBottom .inner:nth-child(1n){
   margin-top: 40px;
}

.nagare{
  font-size:18px;
  margin-bottom: 80px;
}
.nagare li{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #009fe8;
}
.blueColor{
  color: #009fe8;
  font-weight: bold;
  margin-right: 5px;
}


