@charset "UTF-8";

/*================================================
 *  外来診療の案内 ページ用
 ================================================*/

/*******タブナビゲーション*******/
/*#tab_nav {
	width: 520px;
}*/

/*******タブテキスト*******/
.tab_text {
	margin-bottom: 35px;
	line-height: 1.75;
}
.tab_text h6 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.3em;
}


/*******アンカーナビゲーション*******/
.anchor_nav {
	background: #ebe6d2;
	border-radius: 5px;
	padding: 30px;
	width: 100%;
	margin-bottom: 60px;
}
.anchor_nav li {
	float: left;
	width: 230px;
	height: 60px;
}
.anchor_nav li:nth-of-type(n+2) {
	margin-left: 20px;
}
.anchor_nav li a {
	background: #fff;
	display: block;
	line-height: 1.5;
	position: relative;
	padding: 0 1.25em 0;
	text-align: left;
}
.anchor_nav li a::after {
	position: absolute;
	content: "\e900";
	top: 50%;
	right: 0.8em;
	margin-top: -0.65em;
	font-size: 110%;
	font-family: 'icomoon' !important;
	color: #784614;
	width: 1.1em;
	height: 1.1em;
}
.anchor_nav li a span {
	width: 230px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 0.2em;
}

/*******テーブル*******/
section .basic_table th {
	width: 180px;
	text-align: center;
}

/*******救急・夜間・休日・時間外・土曜日の午後の受診（応需）*******/
section .holiday_box {
	padding: 35px 30px;
	text-align: center;
	margin-top: 70px;
}
section .holiday_box dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1em;
}
section .holiday_box dd .tel {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
}
section .holiday_box dd .tel > div:first-child {
	font-size: 54px;
	position: relative;
}
section .holiday_box dd .tel > div:first-child::after {
	position: absolute;
	content: '';
	width: 0.8em;
	height: 0.8em;
	background-color: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
section .holiday_box dd .tel > div:first-child span {
	vertical-align: bottom;
	position: relative;
	z-index: 1;
}
section .holiday_box dd .tel > div:last-child {
	font-size: 30px;
	font-weight: bold;
	margin-left: 0.5em;
	text-align: left;
}
section .holiday_box dd .tel > div:last-child span {
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-bottom: 0.2em;
}
section .holiday_box dd .komeList {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0 30px;
}

section .holiday_box dd .link_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
section .holiday_box dd .link_list li {
	width: 230px;
}
section .holiday_box dd .link_list li a {
	background-color: #784614;
	border-radius: 0.3em;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0.5em 0 0.4em;
}








/*******【タブ1】診療時間内の受診*******/
/*紹介状をお持ちの方*/
section#tab01_01 .reception_list {
	display: table;
	width: 100%;
}
section#tab01_01 .reception_list dl {
	display: table-cell;
	width: 50%;
}
section#tab01_01 .reception_list dl:first-of-type {
	padding-right: 25px;
}
section#tab01_01 .reception_list dl:last-of-type {
	padding-left: 25px;
	border-left: 1px dotted #42210b;
}
section#tab01_01 .reception_list dl dt {
	background-color: #784614;
	color: #fff;
	padding: 13px 0 11px;
	text-align: center;
	margin-bottom: 1em;
}
/*再診の方*/
section#tab01_03 .float_box {
	display: table;
	width: 100%;
}
section#tab01_03 .float_box > div {
	display: table-cell;
	vertical-align: top;
}
section#tab01_03 .float_box > div:last-of-type {
	width: 340px;
	text-align: center;
}


/*******【タブ2】時間外・夜間救急診療を受診される方*******/



/*******【タブ3】小児科専門医による休日小児科診療を受診される方*******/


/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {

/*******タブナビゲーション*******/
/*#tab_nav {
	width: 100%;
}
*/
#tab_nav  {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#tab_nav li {
	width: 43.5vw;
}
#tab_nav li:nth-child(n+3) {
	margin-top: 3vw;
}

/*******タブテキスト*******/
.tab_text {
	margin-bottom: 5vw;
}
.tab_text h6 {
	font-size: 4.3vw;
}


/*******アンカーナビゲーション*******/
.anchor_nav {
	padding: 2.5vw;
	margin-bottom: 8vw;
	text-align: center;
}
.anchor_nav li {
	font-size: 3.2vw;
	width: 27vw;
	height: 14vw;
}
.anchor_nav li:nth-of-type(n+2) {
	margin-left: 2vw;
}
.anchor_nav li a {
	font-size: 3.2vw;
	padding: 0 0.5em 0;
}
.anchor_nav li a::after {
	right: 0.3em;
}
.anchor_nav li a span {
	width: 27vw;
	height: 14vw;
}
#tab02 .anchor_nav li,
#tab02 .anchor_nav li a span {
	width: 41.5vw;/*ボタン2つ用*/
}

/*******テーブル*******/
section .basic_table th {
	width: 25vw;
	padding: 1em 0;
}


/*******救急・夜間・休日・時間外・土曜日の午後の受診（応需）*******/
section .holiday_box {
	padding: 8vw 0;
	margin-top: 10vw;
}
section .holiday_box dt {
	font-size: 4.5vw;
}
section .holiday_box dd .tel {
	pointer-events: auto;
}
section .holiday_box dd .tel > div:first-child {
	font-size: 13vw;
}
section .holiday_box dd .tel > div:last-child {
	font-size: 6.3vw;
}
section .holiday_box dd .tel > div:last-child span {
	font-size: 4vw;
}
section .holiday_box dd .komeList {
	font-size: 4vw;
	margin: 5vw 0;
}

section .holiday_box dd .link_list {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 83vw;
	margin: 0 auto;
}
section .holiday_box dd .link_list li {
	width: 38.5vw;
	margin: 0 1.5vw;
}
section .holiday_box dd .link_list li:nth-child(n+3) {
	margin-top: 3vw;
}
section .holiday_box dd .link_list li a {
	font-size: 4.2vw;
	padding: 0.5em 0;
	min-height: 4em;
}




/*******【タブ1】診療時間内の受診*******/
/*紹介状をお持ちの方*/
section#tab01_01 .reception_list {
	display: block;
	width: 100%;
}
section#tab01_01 .reception_list dl {
	display: block;
	width: 100%;
}
section#tab01_01 .reception_list dl:first-of-type {
	padding-right: 0;
}
section#tab01_01 .reception_list dl:last-of-type {
	padding-left: 0;
	border-left: none;
	margin-top: 1em;
}
section#tab01_01 .reception_list dl dt {
	padding: 0.8em 0;
}

/*再診の方*/
section#tab01_03 .float_box {
	display: block;
}
section#tab01_03 .float_box > div {
	display: block;
}
section#tab01_03 .float_box > div:last-of-type {
	width: 100%;
	margin-top: 1em;
}


/*******【タブ2】時間外・夜間救急診療を受診される方*******/



/*******【タブ3】小児科専門医による休日小児科診療を受診される方*******/








	
}