@charset "utf-8";
/* CSS Document */

/*
サイドメニュー
----------------------------------------------------------------------*/

li#ssnavi01 a span{
	background-image:url(image/pink_ico02.jpg);
	background-color:#FFE3DF;
}

/*
ページタイトル
----------------------------------------------------------------------*/

#page_title {
	background-image:url(image/title.jpg)
}

/*
あいさつ
----------------------------------------------------------------------*/

.greeting_container{
	width: 100%;
	margin:30px auto;
	overflow:hidden;
	display: flex;
	flex-direction: column;
}

.greeting_container .text_con{
	order: 1;
	line-height: 160%;
}
.greeting_container .text_con dl dt{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:15px;
}

.greeting_container .photo_con{
	order: 2;
	margin: 15px auto 0;
	text-align: center;
}
.greeting_container .photo_con dl dd{
	padding: 5px 0px;
}

/*
テキスト
----------------------------------------------------------------------*/

.text_block{
	margin:0px 0px 1em 0;
	overflow:hidden;
}

/*一緒に使うテーブル*/
table.text_block_set{
	width:100%;
}

/*
疾患別ご利用ガイド
----------------------------------------------------------------------*/

.sikkan_betsu_guide{
	margin:10px auto;
	overflow:hidden;
}

.sikkan_betsu_guide th{
	width: 30%;
	padding: 5px 0;
	background-color: #FFD6DA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

/*
定義済みリスト
----------------------------------------------------------------------*/

.teigi_block{
	margin:20px auto;
	overflow:hidden;
}

.teigi_block dt{
	background-image:url(image/icon.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	font-size:110%;
}

.teigi_block dd{
	width:620px;
	margin-left:15px;
	overflow:hidden;
}

.teigi_block dd table{
	width:390px;
	border-top:1px solid #B9B180;
	border-left:1px solid #B9B180;
	margin:6px 0px;
}

.teigi_block dd table th{
	border-bottom:1px solid #B9B180;
	border-right:1px solid #B9B180;
	padding:5px;
	text-align:center;
	font-weight:normal;
}

.teigi_block dd table .col01{
	background-color:#FFF4B1;
}

.teigi_block dd table .col02{
	background-color:#FFFED7;
}

.teigi_block dd table td{
	border-bottom:1px solid #B9B180;
	border-right:1px solid #B9B180;
	padding:5px;
}

/*
3カラム
----------------------------------------------------------------------*/

#tcarea{
	margin:0px auto;
	overflow:hidden;
	padding: 0px;
	text-align: left;
}
.three_column{
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
.three_column .one_table{
	width: 100%;
}

/*
表
----------------------------------------------------------------------*/

.table_block01{
	width: 100%;
	border-top:1px solid #B9B180;
	border-left:1px solid #B9B180;
	margin:6px 0px 0px;
	padding-bottom: 0px;
}

.table_block01 th{
	border-bottom:1px solid #B9B180;
	border-right:1px solid #B9B180;
	padding:5px;
	text-align:center;
	font-weight:normal;
}

.table_block01 .col01{
	background-color:#FFF4B1;
}

.table_block01 .col02{
	background-color:#FFFED7;
}

.table_block01 td{
	border-bottom:1px solid #B9B180;
	border-right:1px solid #B9B180;
	padding:5px;
}

/**/
.clear {
	clear: both;
}

.table_block02{
	width: 100%;
	border-top:1px solid #B9B180;
	border-left:1px solid #B9B180;
	margin:6px 0px;
	font-size:95%;
}

.table_block02 th{
	border-bottom:1px solid #B9B180;
	border-right:1px solid #B9B180;
	padding:5px 0px;
	text-align:center;
	font-weight:normal;
	width:75%;
}

.table_block02 .col01{
	background-color:#FFF4B1;
}

.table_block02 .col02{
	background-color:#FFFED7;
}

.table_block02 td{
	border-bottom:1px solid #B9B180;
	border-right:1px solid #B9B180;
	padding:5px;
	text-align:right;
	white-space:nowrap;
}

/*設備案内*/

.setsubi_guide{
	width: 100%;
	margin: 15px auto 20px auto;
	overflow:hidden;
}
.setsubi_guide p{
	    margin: 20px 0 40px;
}
.setsubi_guide ol{
	width:630px;
	float:left;
	overflow:hidden;
}

.setsubi_guide ol li{
	list-style-type:none;
	margin-bottom:10px;
}

.setsubi_guide ul{
	width:480px;
	float:right;
	overflow:hidden;
	margin-top:40px;
}

.setsubi_guide ul li{
	list-style-type:none;
	font-size:1.1em;
	font-weight:bold;
	background-image:url(image/ico_cir.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	margin-bottom:10px;
}
/*
定義済みリスト
----------------------------------------------------------------------*/

.teigi_block2{
	width:640px;
	margin:20px auto;
	overflow:hidden;
}

.teigi_block2 dt{
	background-image:url(image/icon.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	font-size:110%;
}

.teigi_block2 dd{
	width:620px;
	margin-left:15px;
	overflow:hidden;
}

.teigi_block2 dd table{
	width:126px;
	border-top:1px solid #B9B180;
	border-left:1px solid #B9B180;
	margin:6px 0px;
}

.teigi_block2 dd table th{
	border-bottom:1px solid #B9B180;
	border-right:1px solid #B9B180;
	padding:5px;
	text-align:center;
	font-weight:normal;
}

.teigi_block2 dd table .col01{
	background-color:#FFF4B1;
}

.teigi_block2 dd table .col02{
	background-color:#FFFED7;
}

.teigi_block2 dd table td{
	border-bottom:1px solid #B9B180;
	border-right:1px solid #B9B180;
	padding:5px;
}

/**/

.notable {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.notable th {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.notable td {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.imgboxes:after{
	content: '';
	display: block;
	width: 362px;
	height: 150px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 10px auto 0;
}

.imgbox02:after{
	background-image: url("image/p_2_2023.jpg");
}
.imgbox03:after{
	background-image: url("image/p_3_2023.jpg");
}
.imgbox04:after{
	background-image: url("image/p_4_2023.jpg");
}
.imgbox05:after{
	background-image: url("image/p_5_2023.jpg");
}
.imgbox06:after{
	background-image: url("image/p_6_2023.jpg");
}

#txtleftlock{
	text-align: left;
}
#txtcenterlock{
	text-align: center;
}

.imgboxarea {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 6px;
}
.imgbox {
	border: 1px solid #EFEAC6;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F7EFCA;
	width: calc( 50% - 3px );
	padding: 10px 5px;
	text-align:center;
}
.imgbox p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

.imgbox div{
	text-align:left;
	font-size:12px;
	line-height:125%;
}

/***********************************************************/

#ymd{
	text-align:right;
}




