@charset "utf-8";
/* CSS Document */
/*#pankz {
    padding: 12px 0 38px 0 !important;
}*/
/*#hospital_area .to_top{
	padding: 20px 0 0;
}*/
/*#hospital_area .to_top a{
	font-size: 1.6rem;
	color: #1F1F1F;
	width: 230px;
	height: 40px;
	max-width: 100%;
	border-radius: 20px;
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.2);
	display: inline-flex;
    align-items: center;
	padding: 0 0 0 50px;

}*/

.cont_wrap .img{
    float: right;
    margin: 0 0 34px 37px;
}
.cont_wrap .address_box{
    display: flex;
    justify-content:space-between;
    align-items:center;
    height: 94px;
    border: 4px solid #eee;
    padding: 0 35px;
    clear: both;
}
.cont_wrap .address_box address{
    font-size: 1.6rem;
    line-height: 1.7;
}
.cont_wrap .address_box .hp_link_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1F1F1F;
    font-size: 1.6rem;
    width: 225px;
    max-width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.2);
}
.cont_wrap .address_box .hp_link_btn::after {
    content: "";
    display: block;
    width: 23px;
    height: 19px;
    background-image: url(../images/page/hospital/group/icon_hp_link.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12px;
}
.cont_wrap .address_box .hp_link_btn:hover{
	text-decoration: none;
	opacity: 0.7;
}
/*.jump_navi{
    margin: 39px 0 90px;
}
*/

/*ごあいさつ*/

.greeting_msg{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.greeting_msg .msg_box{
	width: 100%
	max-width: 100%;
}
.greeting_msg .photo_box{
	width: 290px;
	text-align: right;
}
.greeting_msg .photo_box .txt{
	margin-top: 25px;
}

.greeting_msg .photo_box .director_name{
	font-size: 2.9rem;
}
.greeting_msg .photo_box .director_name_en{
	font-size: 1.3rem;
}


/*理念・方針*/

.rinen .cont_ttl{
	margin-bottom: 0;
	position: relative;
}
.rinen .rinen_bg{
	background-image: url("../images/page/hospital/principle/rinen_bg.png");
	background-repeat: no-repeat;
	background-position: top 80px right 0;
	padding: 66px 0 100px;
}
.rinen .rinen_ttl{
	font-size: 3.2rem;
	margin-bottom: 48px;
}
.rinen .rinen_hoshin{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 23px;
}
.rinen .rinen_hoshin span{
	font-size: 1.2rem;
	position: relative;
	top: -2px;
	margin-right: 3px;
}
.rinen .rinen_list li{
	font-size: 1.8rem;
	line-height: 2;
	padding-left: 1em;
	text-indent: -1em;
}


.list-no li {
	margin-bottom: 5px;
}

.list-no li ul {
	padding: 5px 0 0 30px;
}

.list-no li span {
	color: #00A77B;
}


/*病院概要*/

.outline_tbl{
	margin: 50px 0 150px;
	width: 785px;
	max-width: 100%;
	border: 1px solid #CCCCCC;
}
.outline_tbl th{
	width: 154px;
	background-color: #00A87A;
	border: 1px solid #CCCCCC;
	color: #fff;
	font-size: 1.6rem;
	padding: 15px 20px;
	vertical-align: middle;
	text-align: left;
}
.outline_tbl td{
	width: calc( 100% - 144px );
	font-size: 1.6rem;
	border: 1px solid #CCCCCC;
	padding: 15px 20px;
	vertical-align: middle;
}


.outline_tbl td dl dt {
	color: #00A87A;
	font-weight: bold;
}


.history_tbl{
	margin: 50px 0 100px;
	width: 785px;
	max-width: 100%;
	border: 1px solid #CCCCCC;
}
.history_tbl th{
	width: 154px;
	background-color: #F8F7F3;
	border: 1px solid #CCCCCC;
	color: #00A679;
	font-size: 1.6rem;
	padding: 15px 20px;
	vertical-align: middle;
	text-align: right;
}
.history_tbl td{
	width: calc( 100% - 144px );
	font-size: 1.6rem;
	border: 1px solid #CCCCCC;
	padding: 15px 20px;
	vertical-align: middle;
}


/*病院機能評価*/


.jcqhc .yellow_box {
	margin-bottom: 40px;
}

.jcqhc .note_box_ttl{
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2;
    color: #E55246;
    margin-bottom: 10px;
    position: relative;
}
.jcqhc .yellow_box .note_box_ttl{
    color: #00A778;
}
.jcqhc .yellow_box .note_box_ttl::before{
    background-color: #00A778;
}
.jcqhc .note_box_ttl::before{
    content: "";
    width: 3px;
    height: 20px;
    background-color: #E55246;
    position: absolute;
    left: -35px;
    top: 0.4em;
}

.jcqhc_tbl{
	margin: 80px 0 20px;
	width: 785px;
	max-width: 100%;
	border: 1px solid #CCCCCC;
}
.jcqhc_tbl th{
	width: 170px;
	background-color: #00A87A;
	border: 1px solid #CCCCCC;
	color: #fff;
	font-size: 1.6rem;
	padding: 15px 20px;
	vertical-align: middle;
	text-align: left;
}
.jcqhc_tbl td{
	width: calc( 100% - 144px );
	font-size: 1.6rem;
	border: 1px solid #CCCCCC;
	padding: 15px 20px;
	vertical-align: middle;
}


.jcqhc .hp_link_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1F1F1F;
    font-size: 1.6rem;
    height: 60px;
    background-color: #fff;
	border: 1px solid #ccc;
}
.jcqhc .hp_link_btn::after {
    content: "";
    display: block;
    width: 23px;
    height: 19px;
    background-image: url(../images/page/hospital/group/icon_hp_link.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12px;
}
.jcqhc .hp_link_btn:hover{
	text-decoration: none;
	opacity: 0.7;
}


/*フロアマップ*/
.page_floormap .jump_navi{
    margin: 100px 0 40px;
}
.gallery_map{
    position: relative;
}
@media screen and (min-width: 768px){
	
	#hospital_area.page_floormap .main_img{
		margin: 0 -20px;
	}
	.gallery_map{
		margin: 0 -53.5px;
	}
}
@media screen and (max-width: 1280px){
	
	#hospital_area.page_floormap .main_img,
	.gallery_map{
		margin: 0 auto;
	}
}

.gallery li{
    position: absolute;
}

/*1F*/
.gallery li.img_1_1{
	left: 26%;
    top: 8%;
}
.gallery li.img_1_2{
	left: 27.6%;
    top: 25%;
}
.gallery li.img_1_3 {
    left: 39.5%;
    top: 19%;
}
.gallery li.img_1_4 {
    left: 8.5%;
    top: 38.5%;
}
.gallery li.img_1_5 {
    left: 23.5%;
    top: 36%;
}
.gallery li.img_1_6 {
    left: 15.9%;
    top: 44%;
}
.gallery li.img_1_7 {
    left: 67.2%;
    top: 41.5%;
}
.gallery li.img_1_8 {
    left: 79.6%;
    top: 51.9%;
}
.gallery li.img_1_9 {
    left: 78%;
    top: 63%;
}
.gallery li.img_1_10 {
    left: 65%;
    top: 75.5%;
}
.gallery li.img_1_11 {
    left: 36.3%;
    top: 68.3%;
}
.gallery li.img_1_12 {
    left: 40.4%;
    top: 31%;
}
.gallery li.img_1_13 {
    left: 84.2%;
    top: 41.4%;
}
.gallery li.img_1_14 {
    left: 44.5%;
    top: 51.8%;
}
.gallery li.img_1_15 {
    left: 90.2%;
    top: 35.9%;
}


/*2F*/
.gallery li.img_2_1 {
    left: 48.4%;
    top: 20%;
}
.gallery li.img_2_2 {
    left: 26%;
    top: 57%;
}
.gallery li.img_2_3 {
    left: 28%;
    top: 61.7%;
}
.gallery li.img_2_4 {
    left: 62.5%;
    top: 43.7%;
}
.gallery li.img_2_5 {
    left: 68%;
    top: 61.7%;
}
.gallery li.img_2_6 {
    left: 74.5%;
    top: 86.1%;
}
.gallery li.img_2_7 {
    left: 39.5%;
    top: 95.6%;
}
.gallery li.img_2_8 {
    left: 34%;
    top: 90.1%;
}
.gallery li.img_2_9 {
    left: 23.2%;
    top: 92.3%;
}


/*3F*/
.gallery li.img_3_1 {
    left: 46%;
    top: 38%;
}
.gallery li.img_3_2 {
    left: 29.4%;
    top: 58.3%;
}
.gallery li.img_3_3 {
    left: 34%;
    top: 80%;
}


/*4F*/
.gallery li.img_4_1 {
    left: 47%;
    top: 61%;
}


/*5F*/
.gallery li.img_5_1 {
    left: 42%;
    top: 61%;
}


/*6F*/
.gallery li.img_6_1 {
    left: 37.8%;
    top: 13%;
}


/*7F*/
.gallery li.img_7_1 {
    left: 69%;
    top: 21.5%;
}
.gallery li.img_7_2 {
    left: 30.8%;
    top: 88%;
}




.sign_box{
    text-align: center;
    padding-top: 20px;
}
.page #content_column .sign_box .txt{
	margin-bottom: 40px;
}
/*.sign_box p{
    padding: 45px 0 25px;
}*/
.sign_box p::before{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/icon/icon-camera.png) no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 11px;
    
}
/*フロアマップend*/
/*無料送迎バス*/
/*.page_bus_time .jump_navi{
    margin: 70px 0 65px;
}*/
.flex_box.bus{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.print_btn{
    border: 3px solid #00A87D;
    border-radius: 23px;
    font-size: 1.6rem;
    color: #202020;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    background-color: #fff;
    width: 216px;
}
.print_btn::before{
    content: "";
    width: 32px;
    height: 30px;
    background-image: url(../images/icon/print.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-right: 17px;
    position: relative;
}
.print_btn:hover{
	text-decoration: none;
	opacity: 0.7;
	color: #00A87D;
}
.bus_time_pc{}
.bus_time_pc table{
    width:100%;
    font-size: 1.6rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.bus_time_pc table th{
    background: #00A87A;
    color: #fff;
    height: 56px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
}
.bus_time_pc table td{
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.bus_time_pc table td:nth-of-type(1){
    background: #007CC0;
    color: #fff;
    width: 54px;
    height: 56px;
}
.bus_time_pc table td:nth-of-type(2){
    background: #FFFCEB;
    color: #212121;
    text-align: left;
    padding-left: 20px;
}
.bus_time_sp{
    display: none;
}
/*無料送迎バスend*/


/*.other_cate_link .cate_list li:nth-of-type(1) a::before {
    background-image: url(../images/page/hospital/icon_information.png);
}
.other_cate_link .cate_list li:nth-of-type(2) a::before {
    background-image: url(../images/page/hospital/icon_service.png);
}
.other_cate_link .cate_list li:nth-of-type(3) a::before {
    background-image: url(../images/page/hospital/icon_chiiki_iryo.png);
}
.other_cate_link .cate_list li:nth-of-type(4) a::before {
    background-image: url(../images/page/hospital/icon_service_center.png);
}*/


@media screen and (max-width: 767px){
.page_floormap .bdr + .to_top,.page_group .bdr + .to_top,.page_bus_time .bdr + .to_top {
    margin-top: 40px;
}
/*.jump_navi{
    display: none;
}*/
/*#hospital_area .to_top{
	padding: 81px 0 78px;
}*/
.page_floormap .jump_navi {
    margin: 39px 0 20px;
}
.page_group .jump_navi {
    margin: 39px 0 20px;
}
.page_group .cont_wrap {
    margin-bottom: 50px;
}
/*#hospital_area .to_top a{
    font-size: 1.0rem;
    width: 137px;
    height: 24px;
    border-radius: 12px;
    padding: 0 0 0 23px;
}*/

.cont_wrap .img{
    float: none;
    margin: 0;
   /* padding-top: 20px;*/
}
.cont_wrap .address_box{
    position: relative;
    height: 60px;
    justify-content: center;
    padding: 0;
}
.cont_wrap .address_box address{
    font-size: 1.2rem;
}
.cont_wrap .address_box .hp_link_btn {
    font-size: 1.4rem;
    /*width: 182px;
    height: 25px;*/
    position: absolute;
    bottom: -50px;
    right: 0;
	height: auto;
	width: auto;
	adding-right: 48px;
	padding: 5px 15px 5px 14px;
}
.cont_wrap .address_box .hp_link_btn::after {
    width: 23px;
    height: 19px;
    margin-left: 9px;
}
.under03 .bdr {
    margin: 89px 0 25px !important;
}


/*ごあいさつ*/
    
.greeting_msg{
	display: block;
}
.greeting_msg .msg_box{
	width: 100%;
}
.greeting_msg .photo_box{
	width: 100%;
	margin-top: 25px;
	text-align: center;
}
.greeting_msg .director_photo{
	width: 68%;
	margin: auto;
}
.greeting_msg .photo_box .txt{
	margin-top: 15px;
}
.greeting_msg .photo_box .director_name{
	font-size: 2rem;
} 


/*理念・方針*/

.rinen{
	padding: 35px 0 0;
}
.rinen .cont_ttl{
	margin-bottom: 20px;
}
.rinen .rinen_bg {
	background-image: none;
	padding: 0px 0 35px;
}
.rinen .rinen_ttl{
	font-size: 2.1rem;
	margin-bottom: 25px;
}
.rinen .rinen_hoshin{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.rinen .rinen_list li{
	font-size: 1.4rem;
	line-height: 1.7;
}
.rinen .rinen_img{
	width: 60%;
	margin: 15px auto auto;
}


/*病院概要*/
    

.outline_tbl {
	margin: 15px 0 60px;
	width: 100%;
	border-bottom: none;
}
.outline_tbl th,
.outline_tbl td{
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-size: 1.4rem;
}


.history_tbl {
	margin: 15px 0 30px;
	width: 100%;
	border-bottom: none;
}
.history_tbl th,
.history_tbl td{
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-size: 1.4rem;
}
    


/*病院機能評価*/
    

.jcqhc_tbl {
	margin: 15px 0 30px;
	width: 100%;
	border-bottom: none;
}
.jcqhc_tbl th,
.jcqhc_tbl td{
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-size: 1.4rem;
}
    
/*フロアマップ*/   
.gallery li{
	left: 57.5%;
	top: 38.75%;
}  
.gallery li a img{
	width: 4.5vw;
	max-width: 30px;
}
.sign_box{
	padding-top: 0;
}
	
.sign_box p::before{
    width: 24px;
    height: 24px;
    top: 9px;
}
	
.page #content_column .sign_box .txt{
	font-size: 1.2rem;
	margin-bottom: 20px;
}


/*1F*/
.gallery li.img_1_1{
	left: 26%;
    top: 6.5%;
}
.gallery li.img_1_2{
	left: 27%;
    top: 25%;
}
.gallery li.img_1_3 {
    left: 38%;
    top: 19%;
}
.gallery li.img_1_4 {
    left: 8.5%;
    top: 38%;
}
.gallery li.img_1_5 {
    left: 23%;
    top: 36%;
}
.gallery li.img_1_6 {
    left: 15%;
    top: 44%;
}
.gallery li.img_1_7 {
    left: 65%;
    top: 41%;
}
.gallery li.img_1_8 {
    left: 78%;
    top: 51%;
}
.gallery li.img_1_9 {
    left: 77.5%;
    top: 63%;
}
.gallery li.img_1_10 {
    left: 65%;
    top: 75.5%;
}
.gallery li.img_1_11 {
    left: 35.5%;
    top: 68.3%;
}
.gallery li.img_1_12 {
    left: 39.9%;
    top: 31%;
}
.gallery li.img_1_13 {
    left: 81%;
    top: 41%;
}
.gallery li.img_1_14 {
    left: 42.5%;
    top: 51.8%;
}


/*2F*/
.gallery li.img_2_1 {
    left: 47.5%;
    top: 19.5%;
}
.gallery li.img_2_2 {
    left: 22%;
    top: 56%;
}
.gallery li.img_2_3 {
    left: 23%;
    top: 61.5%;
}
.gallery li.img_2_4 {
    left: 65%;
    top: 43.7%;
}
.gallery li.img_2_5 {
    left: 73%;
    top: 60.5%;
}
.gallery li.img_2_6 {
    left: 78.5%;
    top: 85.7%;
}
.gallery li.img_2_7 {
    left: 36.8%;
    top: 95.2%;
}
.gallery li.img_2_8 {
    left: 30%;
    top: 89.5%;
}
.gallery li.img_2_9 {
    left: 23.2%;
    top: 92.3%;
}


/*3F*/
.gallery li.img_3_1 {
    left: 46%;
    top: 38%;
}
.gallery li.img_3_2 {
    left: 25.4%;
    top: 63.7%;
}
.gallery li.img_3_3 {
    left: 32%;
    top: 80%;
}


/*4F*/
.gallery li.img_4_1 {
    left: 45.5%;
    top: 61%;
}


/*5F*/
.gallery li.img_5_1 {
    left: 39%;
    top: 61%;
}


/*6F*/
.gallery li.img_6_1 {
    left: 32%;
    top: 13%;
}


/*7F*/
.gallery li.img_7_1 {
    left: 79.5%;
    top: 21.5%;
}
.gallery li.img_7_2 {
    left: 20.8%;
    top: 88%;
}

	
/*無料送迎バス*/
.page_bus_time .jump_navi {
    margin: 70px 0 0;
}
.page_bus_time .cont_wrap {
    margin: 25px 0 0px;
}
.flex_box.bus{
    display: block;
    margin-bottom: 40px;
}
.print_btn{
    border: 2px solid #00A87D;
    border-radius: 18px;
    font-size: 1.4rem;
	width: 176px;
    height: 36px;
    margin-top: 20px;
}
.print_btn::before{
    width: 26px;
    height: 24px;
    margin-right: 10px;
}
.bus_time_pc{
    display: none;    
}
.bus_time_sp{
    display: block;
}
.bus_time_sp table{
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.bus_time_sp table tr:nth-of-type(1) th{
    background: #00A87A;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.bus_time_sp table th{
    height: 30px;
    background: #FFFCEB;
    color: #212121;
    vertical-align: middle;
    text-align: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 5px;
}
.bus_time_sp table td{
    font-size: 1.2rem;
    height: 30px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/*無料送迎バスend*/
	
	
	.cont_ttl .ttl_wrap{
		flex-wrap: wrap;
		
	}
	.cont_ttl .ttl_wrap .ttl_sub{
		margin-left: 0;
		margin-top: 5px;
	}

}


/*宗教上の理由等で輸血を拒否される場合の対応について*/

.transfusion ol {
  margin-left: 18px;
}
.transfusion ol li {
  color: #00A77B;
  list-style: decimal;
  padding-left: 17px;
  margin-bottom: 20px;
}
.transfusion ol li span {
  color: #000;
}

@media screen and (max-width: 767px){
  .transfusion ol {
    margin-left: 20px;
  }
  .transfusion ol li {
    padding-left: 6px;
    margin-bottom: 10px;
  }
}