@charset "UTF-8";
/* --------------------------------
	RESET
-------------------------------- */
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body, dl, dd, figure, ol, ul, pre, p { margin: 0; padding: 0; border: 0; outline: 0; }

ol, ul { list-style-type: none; padding: 0; margin: 0; vertical-align: top; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0; border: 0; }

button, input, select, textarea { font-family: inherit; font-size: 16px; }

a { text-decoration: none; }

table { border-collapse: collapse; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 100; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 200; }
@-webkit-keyframes fadein { 0% { opacity: 0; padding-top: 100px; }
  100% { opacity: 1; padding-top: 70px; } }
@keyframes fadein { 0% { opacity: 0; padding-top: 100px; }
  100% { opacity: 1; padding-top: 70px; } }
@-webkit-keyframes fadein2 { 0% { opacity: 0; padding-top: 1.5em; padding-bottom: 1.0em; }
  100% { opacity: 1; padding-top: 1em; padding-bottom: 1.5em; } }
@keyframes fadein2 { 0% { opacity: 0; padding-top: 1.5em; padding-bottom: 1.0em; }
  100% { opacity: 1; padding-top: 1em; padding-bottom: 1.5em; } }
.cKey { color: #2298b2; }

.cKeyDk { color: #115191; }

.cAccent { color: #ffbc07; }

.cAccent2 { color: #090; }

.caution { color: red; }

.c-btn { display: inline-block; min-width: 200px; -webkit-transition: all ease .3s; transition: all ease .3s; padding: 3px 20px; text-align: center; border-radius: 30px; margin-top: 15px; margin-bottom: 15px; color: #fff; font-size: 16px; background: #2298b2; }
.c-btn.white { color: #115191; border: 2px solid #115191; background: #fff; }
.c-btn.white i { color: #2298b2; }

.c-btn-wrap { display: block; }
.c-btn-wrap.right { text-align: right; }
.c-btn-wrap.center { text-align: center; }
@media screen and (max-width: 767px) { .c-btn-wrap { text-align: center; } }

.c-btn-cKey { color: #fff; background: #2298b2; }

.c-btn-sub { color: #115191; border: 2px solid #115191; background: #fff; }
.c-btn-sub i { color: #2298b2; }

.c-btn-icon i { margin-right: 10px; }

.link { margin-top: 15px; margin-bottom: 15px; text-decoration: underline; display: inline-block; }
.link:hover { opacity: 1; text-decoration: none; }

.c-title { text-align: center; }

.c-title-sub { text-align: center; font-size: 35px; line-height: 1.2; margin-bottom: 40px; color: #115191; }
@media screen and (max-width: 767px) { .c-title-sub { font-size: 23px; margin-bottom: 20px; } }

.c-title-content { font-size: 28px; margin-bottom: 20px; color: #2298b2; }
@media screen and (max-width: 767px) { .c-title-content { font-size: 18px; margin-bottom: 10px; } }

.c-title-small { font-size: 1.17em; margin-bottom: 15px; }

.c-title-medium { font-size: 28px; margin-bottom: 20px; }
@media screen and (max-width: 767px) { .c-title-medium { font-size: 18px; margin-bottom: 10px; } }

.c-title-large { font-size: 35px; line-height: 1.2; margin-bottom: 40px; }
@media screen and (max-width: 767px) { .c-title-large { font-size: 23px; margin-bottom: 30px; } }

.c-title-cKey { color: #2298b2; }

.c-title-cKeySub { color: #115191; }

.c-title-square { text-align: left; padding-left: 1.2em; position: relative; margin-bottom: 15px; }
.c-title-square:before { content: "\f0c8"; font-family: Font Awesome\ 5 Free; color: #115191; position: absolute; left: 0; }

.c-list-desc li, .c-list-square li, .c-list-dia li, .c-list-circle-w > li, .c-list-circle-b > li { position: relative; padding-left: 1.2em; margin-bottom: 10px; }
.c-list-desc li:last-of-type, .c-list-square li:last-of-type, .c-list-dia li:last-of-type, .c-list-circle-w > li:last-of-type, .c-list-circle-b > li:last-of-type { margin-bottom: 0; }
.c-list-desc li:before, .c-list-square li:before, .c-list-dia li:before, .c-list-circle-w > li:before, .c-list-circle-b > li:before { position: absolute; left: 0; }

.c-list-cKey li:before { color: #2298b2; }
.c-list-desc { margin-top: 10px; margin-bottom: 10px; }
.c-list-desc li:before { content: "・"; }
.c-list-square { margin-top: 10px; margin-bottom: 10px; }
.c-list-square li { padding-left: 1.5em; }
.c-list-square li:before { content: "■"; }
.c-list-dia { margin-top: 10px; margin-bottom: 10px; }
.c-list-dia li { padding-left: 1.5em; }
.c-list-dia li:before { content: "◆"; }
.c-list-circle-w > li { padding-left: 1.5em; }
.c-list-circle-w > li:before { content: "〇"; }
.c-list-circle-b > li { padding-left: 1.5em; }
.c-list-circle-b > li:before { content: "●"; }
.c-list-decimal { margin-top: 10px; margin-bottom: 10px; padding-left: 1.6em; list-style: decimal; }
.c-list-decimal li { margin-bottom: 10px; padding-left: .5em; }
.c-list-decimal li:last-of-type { margin-bottom: 0; }
.c-list-disc { margin-top: 10px; margin-bottom: 10px; padding-left: 1.6em; list-style: disc; }
.c-list-disc li { margin-bottom: 10px; }
.c-list-disc li:last-of-type { margin-bottom: 0; }

.c-img-r { float: right; max-width: 40%; margin-left: 10px; margin-bottom: 10px; }

.c-img-l { float: left; max-width: 40%; margin-right: 10px; margin-bottom: 10px; }

.color-box { border-radius: 10px; border: 5px solid #2298b2; margin: 30px 0; padding: 30px; }
.color-box ul, .color-box ol { margin-top: 0; margin-bottom: 0; }
@media screen and (max-width: 767px) { .color-box { padding: 15px; border: 3px solid #2298b2; } }
.color-box dl { margin-bottom: 10px; }
.color-box dt { color: #2298b2; }

.l-document { margin-top: 1.5em; margin-bottom: 1.5em; }
.l-document-title { color: #115191; margin-bottom: 0.2rem; font-weight: bold; font-size: 18px; }
.l-document-table { border: 1px solid #d8d8d8; }
.l-document-table .item { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; border-bottom: 1px solid #d8d8d8; }
.l-document-table .item:last-of-type { border-bottom: 0; }
.l-document-table .item > dt, .l-document-table .item > dd { padding: 20px; }
.l-document-table .item > dt { width: 160px; background: #f5f5f5; border-right: 1px solid #d8d8d8; }
@media screen and (max-width: 767px) { .l-document-table .item > dt { width: 100px; } }
.l-document-table .item > dd { width: calc(100% - 160px); }
.l-document-table .item > dd ol { margin: 0; }
@media screen and (max-width: 767px) { .l-document-table .item > dd { width: calc(100% - 100px); } }
.l-document-table .item-head > dt, .l-document-table .item-head > dd { font-weight: bold; padding: 5px 10px; }
.l-document-table .item-head dt { background: #ddecf1; }
.l-document-table .item-head dd { text-align: center; background: #ddecf1; }
@media screen and (max-width: 767px) { .l-document-table.responsive .item { display: block; }
  .l-document-table.responsive .item:last-of-type { border-bottom: 0; }
  .l-document-table.responsive .item > dt { padding: 15px; width: 100%; text-align: left; font-weight: bold; border-right: 0; border-bottom: 1px solid #d8d8d8; }
  .l-document-table.responsive .item > dd { width: 100%; padding: 20px 15px; } }

.wp_l img, .wp_r img { border: 1px solid #ccc; }
@media screen and (max-width: 767px) { .wp_l img, .wp_r img { margin-bottom: 15px; } }

.wp_l:after { content: ""; display: block; clear: both; }
.wp_l img { width: 100%; }
@media screen and (min-width: 768px) { .wp_l p { float: right; width: 64%; margin-bottom: 1.5em; }
  .wp_l img { float: left; width: 32%; } }

.wp_r:after { content: ""; display: block; clear: both; }
.wp_r img { width: 100%; }
@media screen and (min-width: 768px) { .wp_r p { float: left; width: 64%; margin-bottom: 1.5em; }
  .wp_r img { float: right; width: 32%; } }

.wp-responsive img { padding: 5px; background: #fff; -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); border-radius: 4px; margin-bottom: 15px; }
@media screen and (min-width: 768px) { .wp-responsive img { max-width: 40%; float: right; margin: 0 0 10px 10px; } }

/* display */
.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (min-width: 768px) { .pc-d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; } }

@media screen and (max-width: 768px) { .xs-d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 767px) { .flex-xs-nowrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } }

@media screen and (min-width: 768px) { .flex-pc-nowrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } }

.justify-content-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.justify-content-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.justify-content-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.justify-content-around { -ms-flex-pack: distribute; justify-content: space-around; }

.align-items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.align-items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.align-items-baseline { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }

.align-items-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.align-content-start { -ms-flex-line-pack: start; align-content: flex-start; }

.align-content-end { -ms-flex-line-pack: end; align-content: flex-end; }

.align-content-center { -ms-flex-line-pack: center; align-content: center; }

.align-content-between { -ms-flex-line-pack: justify; align-content: space-between; }

.align-content-around { -ms-flex-line-pack: distribute; align-content: space-around; }

.align-content-stretch { -ms-flex-line-pack: stretch; align-content: stretch; }

.align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }

.align-self-start { -ms-flex-item-align: start; align-self: flex-start; }

.align-self-end { -ms-flex-item-align: end; align-self: flex-end; }

.align-self-center { -ms-flex-item-align: center; align-self: center; }

.align-self-baseline { -ms-flex-item-align: baseline; align-self: baseline; }

.align-self-stretch { -ms-flex-item-align: stretch; align-self: stretch; }

.text-justify { text-align: justify; }

.text-nowrap { white-space: nowrap; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.font-bold { font-weight: bold; }

.font-normal { font-weight: normal; }

.font-lighter { font-weight: lighter; }

.font-italic { font-style: italic; }

.container { margin-left: auto; margin-right: auto; }
@media screen and (min-width: 768px) { .container { width: 1100px; padding-right: 40px; padding-left: 40px; } }
@media screen and (max-width: 767px) { .container { padding-left: 15px; padding-right: 15px; width: 100%; } }

@media screen and (max-width: 767px) { .row { margin-left: -15px; margin-right: -15px; } }
@media screen and (min-width: 768px) { .row { margin-right: -40px; margin-left: -40px; } }

.dtlcontainer { padding-top: 60px; padding-bottom: 60px; }
@media screen and (max-width: 767px) { .dtlcontainer { padding-top: 35px; padding-bottom: 35px; } }

.section { padding-top: 100px; padding-bottom: 100px; }
@media screen and (max-width: 767px) { .section { padding-top: 40px; padding-bottom: 40px; } }

.section-sub { margin-bottom: 4em; }

@media screen and (min-width: 768px) { .nopc { display: none !important; } }

@media screen and (max-width: 767px) { .nosp { display: none !important; } }

html { /*font-size: 62.5%;*/ height: 100%; overflow-y: scroll; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }
html.active { overflow: hidden; }

body { line-height: 1.6; margin: 0 auto; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 100%; word-wrap: break-word; word-break: break-all; font-size: 16px; font-weight: 500; }
@media screen and (max-width: 767px) { body { font-size: 14px; } }

.font-s { font-size: 12px !important; }

.active body { overflow: hidden; height: 100%; }

a { -webkit-transition: all ease .3s; transition: all ease .3s; }
a:hover { opacity: .6; }

img { max-width: 100%; border: 0; vertical-align: bottom; background: rgba(255, 255, 255, 0.1); -webkit-transition: all ease .2s; transition: all ease .2s; }

.cf:after { content: ""; display: block; clear: both; }

.mbSmall { margin-bottom: 1em; }

.fas { padding-right: 3px; }

.asta { position: relative; display: inline-block; padding-left: 1.3em; text-indent: -1.3em; }
.asta:before { content: "※"; }
.asta.color:before { color: #ff4f00; }

#pagetop { position: fixed; width: 60px; height: 60px; bottom: 40px; right: 20px; }
#pagetop a { display: block; width: 100%; height: 100%; background: #115191; text-align: center; color: #fff; font-size: 54px; line-height: 1; border: 1px solid #115191; border-radius: 10px; }
#pagetop a i { -webkit-transition: all ease .3s; transition: all ease .3s; }
#pagetop a:hover { -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #fff; opacity: 1; }
#pagetop a:hover i { color: #115191; opacity: 1; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.drname { display: block; margin: 30px 0; width: 100%; text-align: right; }

.catchthum { text-align: center; display: block; margin: 0 auto 40px; }
@media screen and (max-width: 767px) { .catchthum { margin: 0 auto 5%; } }
.catchthum figcaption { font-size: 22px; }
@media screen and (max-width: 767px) { .catchthum figcaption { font-size: 20px; } }
.catchthum figcaption span { display: block; font-size: .7em; }

.icon-ext { font-size: 12px; padding-left: 5px; }

/* --------------------------------
	footer
-------------------------------- */
footer { padding: 40px 0; color: #fff; background: #115191; }
@media screen and (max-width: 767px) { footer { padding: 10px 0; } }

.footer_list a { color: #fff; }

.footer_list ul { margin-bottom: 18px; }

.footer_list li { font-size: 13px; }
.footer_list li:after { content: "｜"; margin: 0 5px; }
.footer_list li:last-of-type:after { display: none; }

.copyright { margin-top: 40px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 13px; }
.copyright a { color: #fff; }
@media screen and (max-width: 767px) { .copyright { font-size: 10px; font-size: 3vmin; margin-top: 0; } }

.hospital { padding-top: 50px; padding-bottom: 50px; background: #ddecf1; }
@media screen and (max-width: 767px) { .hospital { background: #ddecf1; } }

@media screen and (min-width: 768px) { .hos-timeline { width: 410px; } }
@media screen and (max-width: 767px) { .hos-timeline { width: 100%; } }

.hos-timeline table { width: 100%; border: 3px solid #115191; border-radius: 4px; text-align: center; margin-bottom: 10px; background: #fff; }

.hos-timeline td { padding: 10px 0; font-size: 14px; color: #2298b2; }

.hos-timeline th { color: #fff; font-size: 16px; padding: 7px 0; background: #115191; }

.hos-timeline .hos-time { width: 150px; color: #115191; font-size: 16px; }
@media screen and (max-width: 767px) { .hos-timeline .hos-time { width: 32%; font-size: 3vmin; } }

@media screen and (min-width: 768px) { .hosptal-info { padding-left: 170px; margin-right: 55px; background: url(../images/logo-icon.png) no-repeat left top 34px; } }
@media screen and (max-width: 767px) { .hosptal-info { margin-bottom: 10px; } }

@media screen and (min-width: 768px) { .hosptal-info dt { font-size: 26px; font-weight: bold; margin-bottom: 5px; line-height: 1.3; } }
@media screen and (max-width: 767px) { .hosptal-info dt { text-align: center; font-weight: bold; font-size: 1.4em; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .hosptal-info dd { text-align: center; } }

.hos-add { margin-bottom: 5px; }

.hos-tel { font-size: 22px; font-weight: bold; margin-bottom: 5px; line-height: 1.3; color: #115191; }
.hos-tel:before { content: "☎"; margin-right: 5px; font-size: 20px; }
@media screen and (max-width: 767px) { .hos-tel { font-size: 1.3em; } }
.hos-tel a { color: #115191; }

.hos-access { margin-bottom: 5px; }
@media screen and (max-width: 767px) { .hos-access { margin-bottom: 10px; } }

.hos-link { margin-bottom: 10px; }

.hos-other { color: #ffbc07; font-weight: bold; }

.satur { color: #115191; }
.satur span { color: #2298b2; }

.holiday { color: #ff4f00; }

.map { width: 100%; height: 308px; }
@media screen and (max-width: 767px) { .map { height: 180px; } }

.map-inner { position: relative; overflow: hidden; width: 100%; height: 100%; }

.map-inner iframe { height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; }

/* --------------------------------
	header
-------------------------------- */
header { position: relative; z-index: 500; background: #fff; }

.site-title { font-weight: normal; font-size: 14px; text-align: center; margin-bottom: 10px; line-height: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
@media screen and (max-width: 767px) { .site-title { display: none; } }

@media screen and (min-width: 768px) { .header-inwrap { padding: 45px 30px 40px 36px; } }
@media screen and (max-width: 767px) { .header-inwrap { padding: 10px 10px; } }

.h_logo { display: inline-block; }
@media screen and (max-width: 767px) { .h_logo { width: 72%; max-width: 215px; } }

@media screen and (min-width: 768px) { .header-info { float: right; width: 460px; text-align: right; background: url(../images/header-info-bg.jpg) no-repeat; } }

.traffic { font-size: .9em; color: #2395b0; font-weight: normal; margin: 10px 0 0px; }

@-webkit-keyframes height { 0% { height: 0; }
  100% { height: 100%; } }

@keyframes height { 0% { height: 0; }
  100% { height: 100%; } }
@-webkit-keyframes shadow { 0% { -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0); box-shadow: 0 3px 7px rgba(0, 0, 0, 0); }
  50% { -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0); box-shadow: 0 3px 7px rgba(0, 0, 0, 0); }
  100% { -webkit-box-shadow: 0 10px 8px 0px rgba(0, 0, 0, 0.37); box-shadow: 0 10px 8px 0px rgba(0, 0, 0, 0.37); } }
@keyframes shadow { 0% { -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0); box-shadow: 0 3px 7px rgba(0, 0, 0, 0); }
  50% { -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0); box-shadow: 0 3px 7px rgba(0, 0, 0, 0); }
  100% { -webkit-box-shadow: 0 10px 8px 0px rgba(0, 0, 0, 0.37); box-shadow: 0 10px 8px 0px rgba(0, 0, 0, 0.37); } }
@-webkit-keyframes overlay { 0% { opacity: 0; }
  20% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes overlay { 0% { opacity: 0; }
  20% { opacity: 0; }
  100% { opacity: 1; } }
/* --------------------------------
	メインメニュー
-------------------------------- */
/* Toggle(Button) */
#navToggle { position: absolute; /*to body*/ right: 13px; top: 10px; width: 46px; height: 46px; border-radius: 4px; cursor: pointer; overflow: hidden; background-color: #115191; padding: 7px 0; z-index: 501; }
@media screen and (min-width: 768px) { #navToggle { display: none; } }

#navToggle div { position: relative; width: 70%; margin: 0 auto; }

#navToggle span { display: block; position: absolute; width: 100%; border-bottom: solid 3px #fff; -webkit-transition: all ease .4s; transition: all ease .4s; }
#navToggle span:nth-child(1) { top: 0; }
#navToggle span:nth-child(2) { top: 10px; }
#navToggle span:nth-child(3) { top: 20px; }

.openNav #navToggle span:nth-child(1) { -webkit-transform: translateY(10px) rotate(-135deg); transform: translateY(10px) rotate(-135deg); }
.openNav #navToggle span:nth-child(2) { opacity: 0; }
.openNav #navToggle span:nth-child(3) { -webkit-transform: translateY(-10px) rotate(135deg); transform: translateY(-10px) rotate(135deg); }

#navToggle p { font-size: 10px; margin: 0; padding: 24px 0 0 0; text-align: center; color: #fff; }

@media screen and (min-width: 768px) { .main_nav { margin-bottom: 27px; } }
@media screen and (max-width: 767px) { .main_nav { position: absolute; width: 100%; top: 0; height: 0; -webkit-transition: ease all .3s; transition: ease all .3s; } }

@media screen and (max-width: 767px) { .ovearlay { opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 0; z-index: 0; } }

@media screen and (max-width: 767px) { .openNav .gb-menu { visibility: visible; opacity: 1; } }
.openNav .ovearlay { -webkit-animation: .4s .4s overlay  forwards; animation: .4s .4s overlay  forwards; background: rgba(0, 0, 0, 0.3); height: 100%; display: none; }

.gb-menu { position: relative; z-index: 2; }
@media screen and (max-width: 767px) { .gb-menu { -webkit-transition: ease .4s; transition: ease .4s; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0); box-shadow: 0 3px 7px rgba(0, 0, 0, 0); padding: 70px 20px 20px; opacity: 0; visibility: hidden; overflow: auto; min-height: 100vh; background: #d4e6e8; } }
@media screen and (min-width: 768px) { .gb-menu-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 50px; } }
@media screen and (max-width: 767px) { .gb-menu-list { padding: 20px 10px; } }
@media screen and (min-width: 768px) { .gb-menu-list > li { margin-right: 25px; }
  .gb-menu-list > li:last-of-type { margin-right: 0; } }
@media screen and (min-width: 768px) { .gb-menu-list > li span { display: none; } }
.gb-menu-list a { display: block; background: #fff; }
@media screen and (max-width: 767px) { .gb-menu-list a { padding: 7px 10px; margin-bottom: 5px; border-bottom: 1px solid #ccc; border-radius: 4px; color: #010101; } }
@media screen and (max-width: 767px) { .gb-menu-list a img { height: 100%; width: auto; display: none; } }
@media screen and (max-width: 767px) { .gb-menu-list .aco-btn { display: block; padding: 10px; margin-top: 10px; background: #b1d6da; } }
.gb-menu-list-sub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 10px 10px; margin-bottom: 10px; background: #b1d6da; }
.gb-menu-list-sub li { min-width: calc(50% - 5px); }
.gb-menu-list-sub a:before { content: "▸"; color: #115191; margin-right: 5px; }

.pagemain { padding-bottom: 50px; background: url(../images/key_visual-bg.png) repeat-x top left #ddecf1; }
@media screen and (max-width: 767px) { .pagemain { padding-bottom: 30px; background-size: 10px; } }
.pagemain-title { text-align: center; color: #115191; line-height: 1.3; opacity: 0; }
@media screen and (min-width: 768px) { .pagemain-title { padding-top: 70px; font-size: 36px; height: 250px; -webkit-animation: fadein .6s .4s  ease-in-out forwards; animation: fadein .6s .4s  ease-in-out forwards; } }
@media screen and (max-width: 767px) { .pagemain-title { font-size: 26px; padding-top: 1em; padding-bottom: 1.5em; -webkit-animation: fadein2 .6s .4s  ease-in-out forwards; animation: fadein2 .6s .4s  ease-in-out forwards; } }
.pagemain-title span { display: block; font-size: .45em; color: #1d1d1d; font-weight: normal; }
.pagemain-title-wrap { background: url(../images/subpagetitle.png) no-repeat center; background-size: 100%; }
@media screen and (max-width: 767px) { .pagemain-title-wrap { background-position: bottom center; margin: 0; } }

/*---------------
access
----------------*/
@media screen and (min-width: 768px) { .access-view { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }
@media screen and (min-width: 768px) { .access-info { width: 45%; -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; } }
.access-map { text-align: center; }
@media screen and (min-width: 768px) { .access-map { width: 50%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }
@media screen and (max-width: 767px) { .access-map { margin-bottom: 30px; } }
.access-map iframe { width: 100%; }
@media screen and (max-width: 767px) { .access-map iframe { height: 300px; } }
.access-map-link { display: inline-block; margin: 15px auto; padding: 8px 15px; color: #010101; font-weight: bold; background: #fff; border: 2px solid #c1c1c1; border-radius: 30px; }
.access-map-link i { margin-right: 10px; color: red; }
.access-map-link i:last-of-type { font-size: .8em; margin: 0 0 0 10px; color: #010101; }
.access-table { width: 100%; }
.access-table tr:not(.time) { border-top: 1px dotted #a0a0a0; text-align: left; }
.access-table tr:not(.time) > th { width: 130px; vertical-align: top; padding: 22px 15px 10px 0; letter-spacing: 0.2em; font-weight: normal; }
@media screen and (max-width: 767px) { .access-table tr:not(.time) > th { padding: 18px 0 0; width: 90px; } }
.access-table tr:not(.time) > td { padding: 22px 0px 22px 22px; }
@media screen and (max-width: 767px) { .access-table tr:not(.time) > td { padding: 18px 0; } }

.time-box { width: 100%; }
.time-box .time { text-align: left; }
@media screen and (max-width: 767px) { .time-box .time { font-size: 13px; } }
.time-box .time th { vertical-align: top; padding: 0 20px 10px 0; font-weight: normal; }
@media screen and (max-width: 767px) { .time-box .time th { padding: 0 5px 10px; } }
.time-box .time td { color: #115191; padding: 0 0 10px 20px; }
@media screen and (max-width: 767px) { .time-box .time td { padding: 0 5px 10px; } }
.time-box .time.bdr th, .time-box .time.bdr td { border-top: 1px dashed #a0a0a0; padding-top: 10px; }

/*  ----------
checkup.html
-------------*/
.checkup-title { margin-bottom: 10px; }
.checkup-title strong { color: #115191; font-weight: bold; }
.checkup-title span { font-size: .8em; }
.checkup-item { margin-bottom: 2em; }
.checkup-item .box { padding: 1.5em; background: #f7fdff; border: 1px solid #e2e2e2; }
.checkup-item .box ol { margin: 0; }
.checkup-link { text-align: center; }
.checkup-link a { display: inline-block; margin-bottom: 30px; }
.checkup-link b { display: block; text-align: left; margin-bottom: 15px; }
.checkup-link ul { text-align: left; padding: 20px; background: #f9f9f9; border: 2px solid #a1d4ff; }
.checkup-link ul li { font-weight: bold; margin-bottom: 10px; }

.comment { margin-top: 30px; padding-left: 2em; }
.comment li { padding-left: .5em; }

.clinic { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
@media screen and (min-width: 768px) { .clinic-info { width: 50%; } }
@media screen and (max-width: 767px) { .clinic-info { width: 100%; margin-bottom: 30px; } }
@media screen and (min-width: 768px) { .clinic-slider { width: 45%; } }
@media screen and (max-width: 767px) { .clinic-slider { width: 100%; margin-bottom: 30px; } }
.clinic-machine { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.clinic-machine li { border: 3px solid #ddecf1; margin-bottom: 20px; }
.clinic-machine li h5 { font-size: 1.2em; color: #115191; }
@media screen and (max-width: 767px) { .clinic-machine li { max-width: 85%; margin: 0 auto 20px; } }
@media screen and (min-width: 768px) { .clinic-machine li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: calc(50% - 10px); }
  .clinic-machine li figure { width: 40%; }
  .clinic-machine li div { width: 60%; padding-left: 20px; } }
@media screen and (max-width: 767px) { .clinic-machine li figure { text-align: center; }
  .clinic-machine li div { padding: 20px; }
  .clinic-machine li h5 { text-align: center; } }
.clinic #thumbs { height: 20%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px 0; }
.clinic #thumbs .swiper-slide { width: 20%; height: 100%; opacity: 0.2; cursor: pointer; }
.clinic #thumbs .swiper-slide-active { opacity: 1; }

/* 注釈 */
.c-list-square li, .c-list-dia li, .c-list-circle-w > li, .c-list-circle-b > li { margin-bottom: 1px; }

.section-sub.clinic { margin-bottom: 1em; }
.section-sub.clinic h3.c-title-content { line-height: 1; margin-bottom: 3px; font-size: 16px; color: #2298b2; }
.section-sub.clinic h4 { line-height: 1; margin-bottom: 3px; font-size: 14px; font-weight: bold; }
.section-sub.clinic p { font-size: 12px; line-height: 1; }
.section-sub.clinic ul.c-list-circle-w { margin-bottom: 5px; }
.section-sub.clinic ul.c-list-circle-w > li { padding-left: 1em; line-height: 1; font-size: 12px; }
.section-sub.clinic ul.c-list-circle-w > li:before { content: "〇"; font-size: 10px; }
.section-sub.clinic .c-list-desc li { margin-bottom: 1px; }
.section-sub.clinic_02 { margin-bottom: 1em; }
.section-sub.clinic_02 h3.c-title-content { line-height: 1; margin-bottom: 3px; font-size: 18px; color: #2298b2; }
.section-sub.clinic_02 h4 { line-height: 1; margin-bottom: 3px; font-size: 16px; font-weight: bold; }
.section-sub.clinic_02 p { font-size: 12px; line-height: 1; }
.section-sub.clinic_02 ul.c-list-circle-w { margin-bottom: 5px; }
.section-sub.clinic_02 ul.c-list-circle-w > li { padding-left: 1em; line-height: 1; font-size: 12px; }
.section-sub.clinic_02 ul.c-list-circle-w > li:before { content: "〇"; font-size: 10px; }
.section-sub.clinic_02 .c-list-desc li { margin-bottom: 1px; }

@media screen and (max-width: 767px) { .section-sub.clinic { margin-bottom: .5em; }
  .section-sub.clinic h3.c-title-content.c-title-content { margin-bottom: 3px; font-size: 14px; }
  .section-sub.clinic h4 { font-size: 12px; font-weight: bold; }
  .section-sub.clinic p { font-size: 14px; }
  .section-sub.clinic ul.c-list-circle-w > li { padding-left: 1em; line-height: 1; font-size: 10px; }
  .section-sub.clinic ul.c-list-circle-w > li:before { content: "〇"; font-size: 8px; }
  .section-sub.clinic_02 { margin-bottom: .5em; }
  .section-sub.clinic_02 h3.c-title-content.c-title-content { margin-bottom: 3px; font-size: 16px; }
  .section-sub.clinic_02 h4 { font-size: 12px; font-weight: bold; }
  .section-sub.clinic_02 p { font-size: 14px; }
  .section-sub.clinic_02 ul.c-list-circle-w > li { padding-left: 1em; line-height: 1; font-size: 12px; }
  .section-sub.clinic_02 ul.c-list-circle-w > li:before { content: "〇"; font-size: 10px; } }
/* 注釈 */
#clinic_03 .section-sub { margin-bottom: 1em; }
#clinic_03 h3.c-title-content { line-height: 1; margin-bottom: 3px; font-size: 20px; color: #2298b2; }
#clinic_03 h4 { line-height: 1; margin-bottom: 3px; font-size: 18px; font-weight: bold; }
#clinic_03 p { font-size: 18px; line-height: 1; }
#clinic_03 ul.c-list-circle-w { margin-bottom: 5px; }
#clinic_03 ul.c-list-circle-w > li { padding-left: 1em; line-height: 1; font-size: 14px; }
#clinic_03 ul.c-list-circle-w > li:before { content: "〇"; font-size: 12px; }
#clinic_03 .c-list-desc li { margin-bottom: 1px; }

@media screen and (max-width: 767px) { #clinic_03 section { margin-bottom: .5em; }
  #clinic_03 h3.c-title-content.c-title-content { margin-bottom: 3px; font-size: 18x; }
  #clinic_03 h4 { font-size: 16px; font-weight: bold; }
  #clinic_03 ul.c-list-circle-w > li { padding-left: 1em; line-height: 1; font-size: 16px; }
  #clinic_03 ul.c-list-circle-w > li:before { content: "〇"; font-size: 14px; } }
/*  ----------
doctor.html
-------------*/
.doctor-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
@media screen and (max-width: 767px) { .doctor-list .item { width: 100%; margin-bottom: 4em; }
  .doctor-list .item:last-of-type { margin-bottom: 0; } }
@media screen and (min-width: 768px) { .doctor-list .item { min-width: 25%; } }

figcaption b { font-weight: normal; }

/*  ----------
feachers.html
-------------*/
.feachers .item { margin-bottom: 3.5em; }
.feachers .item b { color: #115191; font-size: 1.15em; margin-bottom: .3em; display: block; }

/*  ----------
first.html
-------------*/
.pass-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.pass-list li { font-weight: bold; line-height: 140%; text-align: center; background-repeat: no-repeat; background-position: top center; }
.pass-list li:nth-of-type(1) { background-image: url(../images/first01.png); }
.pass-list li:nth-of-type(2) { background-image: url(../images/first02.png); }
.pass-list li:nth-of-type(3) { background-image: url(../images/first03.png); }
.pass-list li:nth-of-type(4) { background-image: url(../images/first04.png); }
@media screen and (min-width: 768px) { .pass-list li { width: 23%; height: auto; margin: 0 20px 0 0; padding: 160px 0 0; font-size: 20px; } }
@media screen and (max-width: 767px) { .pass-list li { width: 50%; margin: 0 0 3% 0; padding-top: 98px; font-size: 18px; background-size: 80px; } }
.pass-list li span { display: block; font-size: 17px; color: #010101; font-weight: normal; }
@media screen and (max-width: 767px) { .pass-list li span { font-size: 16px; } }

/*  ----------
hayfever.html
-------------*/
.hayfever dt { font-size: 1.15em; }

.inful { width: 100%; margin: 0 0 10px; border: 1px solid #ccc; }
.inful th, .inful td { padding: 20px 30px; border: 1px solid #ccc; }
@media screen and (max-width: 767px) { .inful th, .inful td { padding: 10px; } }
.inful td { text-align: center; }
.inful tr:not(.t-title) th { text-align: left; width: 30%; }
.inful-item { margin-bottom: 50px; }
.inful-item .caption { font-size: 26px; display: block; }
@media screen and (max-width: 767px) { .inful-item .caption { font-size: 22px; } }
.inful-item .caption + p { margin-bottom: 10px; }
.inful .t-title th { padding: 10px 30px; }
.inful .t-title th:last-of-type { background: #e4e4e4; }
@media screen and (max-width: 767px) { .inful .t-title th:last-of-type { width: 35%; } }
.inful .t-title th:nth-of-type(2) { background: #e4e4e4; }
@media screen and (max-width: 767px) { .inful .t-title th:nth-of-type(2) { width: 35%; } }
.inful .t-content th { background: #2298b2; color: #fff; }
.inful .cont2 th { background: #115191; }

.infultable .item > dt { background: #fffcd7; font-weight: bold; }

.lifestyle .l-document-title { margin-top: 2.5em; font-size: 16px; }
@media screen and (min-width: 768px) { .lifestyle .l-document-title { font-size: 21px; } }

.consultation ul { margin-top: 1em; padding: 1em; background: #ececec; border-radius: 8px; }
@media screen and (min-width: 768px) { .consultation ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .consultation ul li { width: 50%; margin-bottom: 10px; } }

.metabolic-list { font-weight: bold; letter-spacing: 1px; margin: 0; }

.respiratorytract .l-document-table { margin: 20px auto; }
.respiratorytract .l-document-table .item > dt, .respiratorytract .l-document-table .item > dd { padding: 20px; }
@media screen and (max-width: 767px) { .respiratorytract .l-document-table .item > dt, .respiratorytract .l-document-table .item > dd { padding: 10px 15px; } }
.respiratorytract .l-document-table .item > dt { font-weight: bold; }
@media screen and (min-width: 767px) { .respiratorytract .l-document-table .item > dt { width: 200px; } }
@media screen and (max-width: 767px) { .respiratorytract .l-document-table .item > dt { text-align: left; } }
@media screen and (min-width: 768px) { .respiratorytract .l-document-table .item > dd { width: calc(100% - 200px); } }

.sitemap li { padding-left: 1.5em; margin-bottom: 10px; }
.sitemap li i { -webkit-transform: scale(0.7); transform: scale(0.7); color: #2298b2; margin-right: 10px; margin-left: -1.5em; }
.sitemap li > span { display: inline-block; margin-bottom: 10px; margin-left: -1.5em; }
.sitemap li a { color: #010101; text-decoration: underline; }
.sitemap li a:hover { text-decoration: none; opacity: 1; }

.dtl-menu-wrap { margin: 20px 0; padding: 10px 0; }

.dtl-menu { margin-bottom: 20px; }

.vaclink a { display: block; padding: 40px 30px; margin-bottom: 15px; font-size: 20px; text-align: center; background: #115191; color: #fff; border: 1px solid #115191; -webkit-box-shadow: 0 0 0 2px white inset; box-shadow: 0 0 0 2px white inset; border-radius: 8px; }
@media screen and (max-width: 767px) { .vaclink a { padding: 20px 15px; font-size: 14px; } }
.vaclink a:hover { background: #fff; color: #115191; opacity: 1; }

.visit { font-weight: bold; letter-spacing: 1px; }

.question { margin-top: 3em; margin-bottom: 3em; padding-bottom: 3em; border-bottom: 1px dashed #d8d8d8; }
.question:last-of-type { border-bottom: 0; }
.question dt, .question dd { position: relative; padding-left: 50px; }
.question dt:before, .question dd:before { position: absolute; left: 0; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 10px; font-size: 24px; color: #fff; font-weight: normal; }
.question dt { font-weight: bold; min-height: 50px; font-size: 1.4em; margin-bottom: 10px; padding-bottom: 10px; }
.question dt:before { background: #2298b2; }
.question dd { min-height: 50px; }
.question dd:before { content: "A"; background: #ffbc07; }

.question:nth-of-type(1) dt:before { content: "Q1"; }

.question:nth-of-type(2) dt:before { content: "Q2"; }

.question:nth-of-type(3) dt:before { content: "Q3"; }

.question:nth-of-type(4) dt:before { content: "Q4"; }

.question:nth-of-type(5) dt:before { content: "Q5"; }

.question:nth-of-type(6) dt:before { content: "Q6"; }

/*# sourceMappingURL=base.css.map */