@charset "UTF-8";
@import url('normalize.css');
@import url('reset.css');
@import url('common.css');
@import url('header.css');
@import url('footer.css');


main#lower{
	background: url(../imgs/common/lower_bg.gif) repeat-x top left / auto 8px;
}
#btn-reserve {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
  height: 67px;
  text-align: center;
  background: url(../imgs/common/btn_resavation_bg.gif) repeat-x left center / 1px 67px;
}

#btn-reserve a {
  display: inline-block;
}

#btn-reserve a img {
  width: auto;
  height: 67px;
}

#top #about {
  background: #FFF5E8;
}

#top #information {
  background: #F4F8FF;
}

#top #access {
  background: #F1F5DC;
}

.section-contents {
  padding: 24px 0 32px;
}

.section-wrapper {
  margin: 0 20px;
}

#top #about table {
  width: 100%;
  background: #fff;
}

table tr th {
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #ccc;
}

#top #about table tr th:first-child {
  width: 106px;
}

table tr td {
  text-align: center;
  vertical-align: middle;
	padding: 8px;
  border: 1px solid #ccc;
}

#top #information h3 {
  font-size: 16px;
}

#top #access dl {
  justify-content: flex-start;
  margin-top: 5px;
}

#top #access dt {
  position: relative;
  box-sizing: border-box;
  width: 80px;
  padding: 10px;
  vertical-align: middle;
}

#top #access dt span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#top #access dd {
  padding: 10px;
}

.sub-heading {
  font-size: 15px;
  padding: 5px 8px;
  border-left: 5px solid #FE9900;
  border-bottom: 1px dashed #FE9900;
  background: #FFF9DD;
}

#doctor .img {
  width: 100%;
  text-align: center;
}

#doctor .img img {
  display: inline-block;
  width: 248px;
  height: auto;
}

#doctor dl.fl-b {
  justify-content: flex-start;
}

#doctor dl dt {
  padding: 5px;
}

dl.fl-b dt {
  box-sizing: border-box;
  width: 25%;
  letter-spacing: normal;
  padding: 5px;
}

#doctor dl dd {
  padding: 5px;
}

dl.fl-b dd {
  width: 75%;
  padding: 5px 9px;
}

dl.fl-b dt.border-color-white,
dl dd.border-color-gray {
  border-bottom: 1px solid;
}

#clinic dl.fl-b dt {
  width: 30%;
}

#clinic dl.fl-b dd {
  width: 70%;
}

#clinic .block{
	width: 48.5%;
	margin-top:24px;
}
#clinic .block h4{
	text-align: center;
	padding: 3px;
	background: #E6EBC0;
}
#clinic .block p{
	margin-top: 8px;
}

img.min{
	display: block;
	width: 248px;
	height: auto;
	margin: auto;
}

table{
	width: 100%;
}
.table-overflow{
	width: 100%;
	overflow-x: auto;
}
.table-overflow table{
	width: 950px;
}
.table-overflow table th{
	xwidth: 80px;
}


.notice_clinichour_tbl {
  font-size: 12px;
  margin-bottom:32px;
}
.notice_clinichour_tbl h3 {
  margin-bottom: 8px;
  font-size: 15px;
  color:#FF6600;
}
.notice_clinichour_tbl>p:last-child {
  color: red;
}
.notice_clinichour_tbl table {
  width: 100%;
  border-top:1px solid lightgray;
  border-left:1px solid lightgray;
  border-collapse: collapse;
  margin: 3px 0;
}
.notice_clinichour_tbl table tr:nth-child(1){
  background-color: dodgerblue;
  color:white;
}
.notice_clinichour_tbl table tr:last-child {
  background-color: lightsteelblue;
}
.notice_clinichour_tbl table tr:nth-child(2) td {
  text-align: center;
  background-color: lightgray;
}
.notice_clinichour_tbl table tr td:nth-child(1) {
  width: 15%;
  text-align: center;
}
.notice_clinichour_tbl th ,
.notice_clinichour_tbl td {
  padding: 2px;
  border-right:1px solid lightgray;
  border-bottom:1px solid lightgray;
}
.notice_clinichour_tbl td p {
  width: 12em;
  margin: auto;
}
.notice_clinichour_tbl td span {
  color: red;
}