@charset "UTF-8";
/* CSS Document */

@import url("css/common.css");



/****************************************

	MainLayout

*****************************************/
body {
	color: #4f3a33;
	font-size: 16px;
	font-family: 'Noto Sans JP', "Lucida Grande", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	line-height: 1.7em;
	letter-spacing: .04em;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	font-weight: normal;
}
main {
	min-height: 800px;
}
/* TopPage_main */
main.top_page_bg {
	width: 100%;
	margin-top: 0;
	background-color: #cde865;
	background-image: url(images/top_bg_01s2.png);
	background-size: 2020px;
	background-position: top center;
	background-repeat: no-repeat
}

/* 一般Page_main */
main.main_nomal {
	width: 100%;
	margin-top: 0;
	background-color: #fff;
}

p {
	margin-bottom: .8em;
}

.wrapper {
	width: 1088px;
	margin: 0px auto 0 auto;
	padding-bottom: 40px;
}

.wrapper_mb0 {
	width: 1088px;
	margin: 0px auto 0 auto;
}

.wrapper_mb10 {
	width: 1088px;
	margin: 0px auto 0 auto;
}


.wrapper_day{
	width: 1088px;
	margin: 0px auto 40px auto;
	background-color: #fef5e5;
	padding-bottom: 10px;
}
.header_wrap {
	width: 1088px;
	margin: 0 auto;
}

.container {
	width: 1034px;
	margin: 0 auto;
}
.main_ttl_area-kensin{
	background-image: url(images/ttl_dock_bg.png);
	height: 190px;
	margin-bottom: 10px;
	background-position: right;
}
.main_ttl_area-day{
	background-image: url(images/day_ext_p-h.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	/* background-color: #ccc; */
	width: 100%;
	aspect-ratio: 16 / 8.2;
	padding: 16px;
	box-sizing: border-box;
	margin-bottom: 0;
	/* display: flex; */
}

.main_ttl_area-day_outline{
	/* background-image: url(images/day_ext_p.jpg); */
	background-size: contain;
	background-repeat: no-repeat;
	/* background-color: #ccc; */
	width: 100%;
	/* aspect-ratio: 16 / 7.5; */
	padding: 16px;
	box-sizing: border-box;
}

.main_ttl_area-day h2 {
	margin-bottom: 1em;
}

.main_ttl_area-day h3{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	display: inline;
	font-size: 28px;
	color: #fff;
	padding:0.2em 0.8em;
	background-color: #f6a000;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:677px) {
	.main_ttl_area-kensin{
		background-image: none;
		height: auto;
	}
}

.day_lanch_box {
	width: 80%;
	margin-bottom: 1em;
}


/****************************************

	Print

*****************************************/
@media print{
	*{
		-webkit-print-color-adjust: exact!important;
	}
	body{
		zoom: 0.6!important;
	}
	#global-nav,.footer_nav,.nav-sp,.hamburger-menu {
		display: none!important;
	}
   }

/****************************************

	一般Page

*****************************************
/* googlmap */
.map_wrap iframe {
    width: 100%;
    height: 480px;
	margin:-60px auto 0 auto;
  }

.map_wrap {
    display:block;
	overflow:hidden;
	margin-bottom: 40px;
  }



/* 一般Page_section */
.centerBox {
	width: 100%;
	margin-bottom: 120px;
	background-color: #fff;
}

.centerBox_day {
	width: 100%;
	/* padding-bottom: 30px; */
	box-sizing: border-box;
	margin-bottom: 40px;
}
.centerBox_day h2{
	font-weight: 500;
	font-size: 34px;
	color: #e48003;
	letter-spacing: 0;
	text-align: center;
	/* text-shadow: 0px 0px 12px rgba(0, 0, 0, 1); */
	padding-top: 30px;
	margin-bottom: 20px;
}
.centerBox_day h2 span.sub {
	font-size: 19px;
	letter-spacing: .08em;
	text-align: center;
	margin-top: 0;
}
.main_ttl_area-day_outline h2{
	font-weight: 500;
	font-size: 34px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	/* text-shadow: 0px 0px 12px rgba(0, 0, 0, 1); */
	padding-top: 30px;
	margin-bottom: 20px;
}
.main_ttl_area-day_outline h2 span.sub {
	font-size: 19px;
	letter-spacing: .08em;
	text-align: center;
	margin-top: 0;
}

.descBox_day {
	width: 100%;
	display: flex;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 40px;
	border-radius: 10px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.descBox_day:nth-child(odd){
	display: flex;
}
.descBox_day:nth-child(even){
	display: flex;
	flex-direction: row-reverse;
}
.shortBox{
	display: flex;
}

@media(max-width : 677px ){
.descBox_day:nth-child(even),.descBox_day:nth-child(odd){
	display: block;
}
.shortBox{
	display: block;
}
}

.desc_ttl_area{
	display: flex;
	align-items: center;
	margin-top: 12px;
	margin-bottom: 2em;
 }
.desc_ttl_area .desc_ttl_num{
	font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 68px;
	font-weight: bold;
	color: #f6a000;
	margin-right: 16px;
}
.desc_ttl_area .desc_ttl{
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
}
.descBox-text_area {
	width: 48%;
	padding: 24px;
	/* background-color: #ccc; */
}
.descBox-text_area h3{
	margin-top: 12px;
	margin-bottom: 26px;
	font-size: 26px;
	font-weight: 500;
}
.descBox-text_area h3 span{
	font-size: 68px;
	font-weight: 600;
	color: #f6a000;
	margin-right: 8px;
}
.descBox-photo_area {
	width: 48%;
	padding: 24px;
}
.descBox-photo_area img {
	width: 100%;
}

.text_box {
	width: 96%;
	margin: 0 auto 1.6em auto;
}

.text_box-mbL {
	width: 96%;
	margin: 0 auto 3em auto;
}

.text_box-mbLL {
	width: 96%;
	margin: 0 auto 6em auto;
}

.text_box-100 {
	margin: 0 auto 1.6em auto;
}

.text_box-lead{
	width: 96%;
	font-size: 1.2em;
	margin: 0 auto 3em auto;
}

.text_box-border_btm{
	width: 96%;
	padding: 8px;
	border-bottom: 1px dashed #ccc;
	margin: 0 auto .6em auto;
}
.text_box-lead_center{
	width: 96%;
	font-size: 1.2em;
	text-align: center;
	margin: 0 auto 3em auto;
}

/* 写真1&テキスト1横並び */
.text_box_2col {
	width: 96%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 1.6em auto;
}

.text_box_2col-w100 {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 1.6em auto;
}

.img_2col {
	width: 40%;
	margin-bottom: 2em;
}

.text_col-2 {
	width: 100%;
}

.img_box_2col{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.img_box_2col>.img_2col-48 {
	width: 49%;
}
/*** 写真1&テキスト1 PC横並び SP一列 ***/
.img_2col_sp100 {
	width: 40%;
	margin-bottom: 2em;
}

.text_box_2col>.text_col-2,
.text_box_2col-w100>.text_col-2 {
	width: 56%;
}

/*** 詳細Box ***/
.detail_box {
	width: 96%;
	margin: 0 auto 1.6em auto;
	background-color: #f7f5ed;
	padding: 1.6em 1.6em 0em 1.6em;
	box-sizing: border-box;
	overflow: hidden;
}

.detail_box_inner {
	margin: 0 auto;
	display: flex;
}

.detail_box-blue {
	width: 96%;
	margin: 0 auto 1.6em auto;
	background-color: #e5f2fa;
	padding: 1em;
	border: 2px solid #0080cb;
	box-sizing: border-box;
	border-radius: 20px;
	overflow: hidden;
}

dl.dl-timeLine {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
dl.dl-timeLine dt {
	width:  6em;
	text-align: right;
	font-weight: bold;
}
dl.dl-timeLine dd {
	width: calc(100% - 6em);
}

/* 社会福祉法人仁愛会 施設一覧に使用 */
dl.detail {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

dl.detail dt {
	width: 7em;
	text-align: right;
	font-weight: bold;
}

dl.detail dd {
	width: calc(100% - 7em);
}

dl.detail_s dd {
	width: calc(100% - 7em);
}

dl.detail_s {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0.9em;
}

dl.detail_s dt {
	width: 8em;
	text-align: right;
	font-weight: bold;
}

dl.detail_s dd {
	width: calc(100% - 8em);
}

/* いわき市健診に使用 */
dl.detail-ibd {
	display: flex;
	flex-wrap: wrap;
	line-height: 2em;
}
dl.detail-ibd dt{
	width: 7em;
	text-align: right;
	font-weight:bold;
}
dl.detail-ibd dd{
	width: calc(100% - 7em);
}

/* 国保人間ドックに使用 */
.dock_menuBox {
	width: 100%;
}

.dock_menu{
	width: 100%;
	padding: 0 8px;
	box-sizing: border-box;
}

.dl_menu-t1, .dl_menu-t2 {
	display: flex;
	border-bottom:dashed 1px #ccc;
}
.border_thick {
	border-bottom: 2px solid #ccc;
}

.dock_menu .dl_menu-t1 dt,.dock_menu .dl_menu-t1 dd,.dock_menu .dl_menu-t2 dt,.dock_menu .dl_menu-t2 dd{
	padding: 18px;
}
.dock_menu .dl_menu-t1 dt {
	width: 14%;
	font-weight: 600;
}
.dock_menu .dl_menu-t1 dt span{
	font-weight: 600;
	display: inline-block;
}
.dock_menu .dl_menu-t1 dd {
	width: 80%;
}
.dock_menu .dl_menu-t2 dt {
	width: 40%;
	font-weight: 600;
}
.dock_menu .dl_menu-t2 dd {
	width: 40%;
}

.dl_menu-t2 span{
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.4em;
}
@media screen and (max-width:677px) {
	.dl_menu-t1 {
		display: block;
		margin-bottom: 8px;
	}
	.dock_menu .dl_menu-t1 dt {
		width: 100%;
		font-size: 1.05em;
		padding: 4px 0;
	}
	.dock_menu .dl_menu-t1 dd {
		width: 100%;
		padding: 4px 0 8px 0;
	}
}
/* .dt_w-12{
	width: 12%;
}
.dt_w-40{
	width: 30%;
}

.dock_dd {
	padding: 12px;
	border-bottom:dashed 1px #ccc;
}
.dd_w-82{
	width: 82%;
}
.dd_w-54{
	width: 54%;
} */

/* .dock_dt{
	text-align: right;
	font-weight: bold;
	padding: 12px;
	border-bottom:dashed 1px #ccc;
}


.border_none {
	border: none;
}
.dock_dt-bottom{
	text-align: right;
	font-weight: bold;
	padding: 12px;
	border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.dock_dd-bottom {
	width: 82%;
	padding: 12px 8px;
	border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
} */

/* 
.text_box-border {
	width: 99%;
	border: 1px solid #3e3a39;
	border-radius: 10px;
	padding: 2em 4em;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
.text_box-border-or {
	width: 99%;
	background-color: #fef5e5;
	border: 1px solid #3e3a39;
	border-radius: 10px;
	padding: 2em 4em;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
}

.innerBox-white{
	background-color: #fff;
	padding: 1em 2em;
}

.day_taiken_bus{
	width: 120px;
	float: right;
	margin: -0.5em -1em 0 0;
	transform:rotate(-10deg);   
}
.day_taiken_riyou{
	width: 150px;
	float: right;
	margin: -1em -1em 0 0;
} */

/****************************************

         Link

*****************************************/
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

a:hover {
	color: #a8988f;
	text-decoration: none;
}


/****************************************

         touch Phone

*****************************************/
@media screen and (min-width: 678px) {
a[href^="tel:"] {
	pointer-events: none;
	cursor: default;
}
}

/*********** Link-Button ************/
.sub_contents {
	padding: 30px 0;
	background-color: #f7f5ed;
}

.link_btnBox {
	width: 100%;
	padding: 2em 2em 1em 2em;
	box-sizing: border-box;
	background-color: #f7f5ed;
}

.link_btn a,
.link_btn_last a {
	display: block;
	float: left;
	width: 31.6%;
	border: 1px solid #a6a7a6;
	box-sizing: border-box;
	padding: 1em 0;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 1em;
	transition: all 0.3s ease;
}

.link_btn_nomal a {
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #a6a7a6;
	box-sizing: border-box;
	padding: 1em 0;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 1em;
	transition: all 0.3s ease;
}

.link_btn a:hover,
.link_btn_last a:hover,
.link_btn_nomal a:hover {
	color: #fff;
	background-color: #0080cb;
	border: 1px solid #fff;
}

.link_btn a {
	margin-right: 2.6%;
}

.link_btn a::after,
.link_btn_last a::after,
.link_btn_nomal a::after {
	content: "\f105";
	font-weight: 600;
	font-family: "Font Awesome 6 Free";
	position: relative;
	float: right;
	padding-right: 10px;
}

.link_btn_last a {
	margin-right: 0%;

}


.textBox_center {
	text-align: center;
}
.textBox_center p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}


footer a {
	text-decoration: none;
	/*outline: 0 none;*/
	color: #fff;
	/*-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;*/
}

footer a:hover {
	text-decoration: none;
	color: #eee;
}


/****************************************

	Header

*****************************************/
.layershadow {
	z-index: 998;
	box-shadow:
		0 0.2px 0.3px rgba(0, 0, 0, 0.057),
		0 0.4px 0.6px rgba(0, 0, 0, 0.076),
		0 1px 1.2px rgba(0, 0, 0, 0.086),
		0 2px 2px rgba(0, 0, 0, 0.092),
		0 4px 3px rgba(0, 0, 0, 0.1),
		0 8px 7px rgba(0, 0, 0, 0.13);
}

header {
	display: block;
	background-color: #fff;
	width: 100%;
	border-top: 5px solid #0081cc;
	box-sizing: border-box;
}

.header_area {
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end; 
}

.head_leftbox {
	display: flex;
}

.head_logo {
	width: 300px;
	margin: 8px 0;
}

.head_logo img {
	width: 100%;
}

.head_photo {
	width: 260px;
	margin: 0 16px;
}

.head_photo img {
	width: 100%;
}

.head_rightbox {
	display: flex;
	flex-direction: column;
}

.head_address {
	margin-top: auto;
	font-size: 15px;
	line-height: 1.2em;
}

.head_tel img {
	width: 264px;
	margin: 10px 0 16px 0;
}

/* 
.hd_address {
	font-size: 12px;
	line-height: 20px;
	margin-left: 16px;
}

.adress {
	font-size: .85em;
	margin-bottom: 0;
}

.adress span {
	display: inline-block;
} */

/****************************************

	 Navi 

*****************************************/

#global-nav {
	width: 100%;
	display: block;
	height: 50px;
	background-color: #0080cb;
	border-bottom: 3px solid #fff;
	box-sizing: border-box;
	position: absolute;/*スクロールスムーズ&シャドウ効 */
}
.fixed {
	position: fixed !important;
	width: 100%;
	top: 0;
	z-index: 999;
  }

#mainNav {
	display: block;
	width: 1100px;
	height: 50px;
	margin: 0 auto;
}

/* 
#main_nav_bg.m_fixed {
	left: 0;
	top: 0;
	position: fixed;
}

#main_nav_bg.is-fixed {
	left: 0;
	top: 0;
	position: fixed;
} */

.main_menu {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
	list-style: none;
	padding: 0;
	z-index: 1000;
}

.main_menu li a {
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	padding: 8px 0px 15px 0px;
	box-sizing: border-box;
	letter-spacing: 0.02;
}

.main_menu li.main_menu_btn>a,
.main_menu li.main_menu_btn-has_child>a {
	position: relative;
	display: block;
	vertical-align: middle;
	padding: 8px 6px 15px 6px;
	box-sizing: border-box;
	margin: 0 10px;
}

.main_menu li.main_menu_btn>a::after {
	position: absolute;
	bottom: 20px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #fdeb61;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}

.main_menu li.main_menu_btn>a:hover::after {
	bottom: 12px;
	opacity: 1;
	visibility: visible;
}

li.main_menu_btn-has_child {
	background-image: url(images/triangle_spt.svg);
	background-repeat: no-repeat;
	background-position: 50% 15%;
	transition: 0s;
}

li.main_menu_btn-has_child:hover {
	background-image: url(images/triangle_spt.svg);
	background-repeat: no-repeat;
	background-position: 50% -63px;
}

.nav_home {
	display: flex;
	align-items: center;
}
.text_home {
	font-size: 14px;
	vertical-align: top;
	letter-spacing: 0;
}
.icon_home {
	font-size: 24px;
	margin-right: 4px;
}
/* 子メニュー*/
.main_menu_child {
	visibility: hidden;
	opacity: 0;
}

li.main_menu_btn-has_child .main_menu_child {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 10px 20px;
	border-radius: 0 0 10px 10px;
	border: 2px solid #0080cb;
	border-top: none;
	box-sizing: border-box;
	box-shadow:
		0 0.2px 0.3px rgba(0, 0, 0, 0.057),
		0 0.4px 0.6px rgba(0, 0, 0, 0.076),
		0 1px 1.2px rgba(0, 0, 0, 0.086),
		0 2px 2px rgba(0, 0, 0, 0.092),
		0 4px 3px rgba(0, 0, 0, 0.1),
		0 8px 7px rgba(0, 0, 0, 0.13);
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}

/* li.main_menu_btn-has_child .main_menu_child a {
	color: #4F3A33;
} */

li.main_menu_btn-has_child:hover .main_menu_child {
	top: 50px;
	visibility: visible;
	opacity: .95;
}
.submenu_box {
	display: flex;
	align-items: center;
	flex-flow: column;
	width: 33%;
	border-right: 1px solid #ccc;
}

.submenu_box_last {
	display: flex;
	align-items: center;
	flex-flow: column;
	width: 33%;
}

.ttl_submenu_box{
	display: flex;
	align-items: center;
	flex-flow: column;
	padding-bottom: 6px;
}
.ttl_submenu_box img{
	width: 46px;
}
.submenu_box h3{
	padding: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #0080cb;;
}
ul.list_submenu_link {
	margin-bottom: 20px;
	text-align: left;
}

ul.list_submenu_link li {
	margin-bottom: 0.5em;
}

ul.list_submenu_link li a{
	font-size: 18px;
	color: inherit;
	margin-bottom: 0.5em;
}

ul.list_submenu_link li a:hover{
	color: #a8988f;
}

ul.list_submenu_link a::before {
	position: relative;
	left: -0.2em;
	font-family: 'FontAwesome';
	content: "\f138";
	color: #0080cb;
}
/****************************************

     TopPage_section
		  
*****************************************/


/*********** TopPage_お知らせエリア ************/
section.medical_info {
	width: 100%;
	padding-top: 130px;
}

section.information {
	width: 100%;
	padding: 80px 0;
}

.information h2,
.medical_info h2 {
	font-weight: 500;
	font-size: 38px;
	letter-spacing: .08em;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
	margin-bottom: 20px;
}

h2 span.sub {
	font-size: 21px;
	letter-spacing: .08em;
	/* line-height: 50px; */
	text-align: center;
	margin-top: 0;
}

.info_inner {
	display: flex;
	justify-content: space-between;
}

.info_news {
	width: 56%;
	padding: 16px;
	box-sizing: border-box;
	border: 2px solid #0080cb;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.35);
	opacity: .9;
}

.info_caution {
	width: 40%;
	padding: 16px;
	box-sizing: border-box;
	border: 2px solid #0080cb;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.35);
	opacity: .9;
}

.info_ttl_area {
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 2px solid #0080cb;
}

.info_ttl_area h3 {
	font-size: 23px;
	line-height: 1.4em;
	font-weight: 500;
	color: #0080cb;
}

.ttl_circle_box{
	width: 100px;
}
.ttl_circle {
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	width: 90px;
	height: 90px;
	background-color: #fff;
	border: 1px solid #0080cb;
	border-radius: 50%;
	margin-right: 18px;
}

.ttl_circle p {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1em;
	color: #0080cb;
}

.info_news_area {
	margin-top: 16px;
	padding: 0 16px;
	box-sizing: border-box;

}

.info_txt_area {
	margin-top: 16px;
	padding: 0 16px;
	box-sizing: border-box;

}
.info_tel_img {
	width: 70%;
}
ul.list_news {
	display: flex;
	flex-direction: column;
	padding-bottom: 16px;
}

ul.list_news li {
	display: flex;
	align-items: center;
	font-size: 15px;
	border-bottom: 1px dotted #bbb;
}

ul.list_news li a {
	padding: 0.6em 0;
}

.list_news img {
	width: 40px;
	padding: 8px;
}
.new_mark {
	font-family: "Marcellus",'Noto Serif', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	margin-left: 0.5em;
	line-height: 1em;
	background-color: #F6AB00;
	color: #fff;
	padding: 0.2em 0.4em;
	border-radius: 0.3em;
}


/*********** TopPage_診療案内エリア ************/

/***** 診療科目＆診療時間****/
/* BOX */
.info_medical_LL {
	width: 100%;
	padding: 16px 36px;
	box-sizing: border-box;
	border: 2px solid #0080cb;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.35);
	opacity: .9;
	display: flex;
	justify-content: space-between;
}
/* 見出し */
.info_medical_LL h3.medical_subj,.info_medical_LL h3.medical_time{
	display: block;
	padding: 8px 0 16px 0px;
	font-size: 23px;
	line-height: 1.4em;
	color: #0080cb;
	font-weight: 500;
	margin-bottom: 0.7em;
	border-bottom: 2px solid #0080cb;
}
.info_medical_LL h3.medical_subj::before{
	content: "";
    display: inline-block;
    background-image: url('images/icons/icon_top_subj.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
	vertical-align: -14px;
	margin-right: 14px;	
}
.info_medical_LL h3.medical_time::before{
	content: "";
    display: inline-block;
    background-image: url('images/icons/icon_top_clock.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
	vertical-align: -14px;
	margin-right: 14px;	
}

.info_medical_LL p{
	/* font-size: 1em; */
}

/* 左エリア */
.text_box-medical_info-L{
	width: 30%;	
}

/* 右エリア */
.text_box-medical_info-R{
	width: 64%;	
}
/***** ↑ここまで診療科目＆診療時間****/


/* 中段-検査、治療案内 */
.info_medical_L {
	width: 48%;
	padding: 16px;
	box-sizing: border-box;
	border: 2px solid #0080cb;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.35);
	opacity: .9;
}

.medical_ttl_area h3 {
	display: block;
	padding: 8px;
	font-size: 23px;
	font-weight: 500;
	color: #fff;
	background-color: #0080cb;
	text-align: center;
}

.medical_link_area {
	display: flex;
}

.medical_icon_box01 {
	width: 35%;
	margin-right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.medical_icon_box01 img {
	width: 128px;
}

.medical_icon_box02 {
	width: 35%;
	margin-right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.medical_icon_box02 img {
	width: 108px;
}

.medical_list_box {
	width: 65%;
	margin-top: 20px;
}

ul.list_medical_link li {
	font-size: 18px;
	margin-bottom: 0.5em;
}

ul.list_medical_link li a::before {
	position: relative;
	left: -0.2em;
	font-family: 'FontAwesome';
	content: "\f138";
	color: #0080cb;
}

.info_medical_S {
	display: flex;
	justify-content: center;
	width: 48%;
	padding: 4px 16px;
	box-sizing: border-box;
	border: 2px solid #0080cb;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.35);
	opacity: .9;
}

.medical_icon_box03 {
	width: 30%;
	margin-right: 16px;
	display: flex;
	justify-content: center;
}

.medical_icon_box03 img {
	width: 88px;
}

.medical_ttl_box {
	width: 70%;
	display: flex;
	align-items: center;
}

.medical_ttl_box h3 a {
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 0;
	vertical-align: middle;
}

.medical_ttl_box h3 a::before {
	position: relative;
	left: -0.2em;
	font-family: 'FontAwesome';
	content: "\f138";
	color: #0080cb;
}





/* Filled */
/* font-family: 'Material Icons'; */
/* Outlined */
/* font-family: 'Material Icons Outlined'; */
/* Rounded */
/* font-family: 'Material Icons Round'; */
/* Sharp */
/* font-family: 'Material Icons Sharp'; */
/* Two Tone */
/* font-family: 'Material Icons Two Tone'; */


/****************************************

          Contact

*****************************************/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 1em;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


/****************************************

          Footer

*****************************************/
footer {
	background-color: #cce6f5;
	height: auto;
	margin: 0;
	padding-bottom: 16px;
}

.footer_nav {
	background-color: #0080cb;
}

ul.footerNav-link {
	font-family: 'Hind', sans-serif;
	display: inline-block;
	padding: 0;
	margin: 8px 0 0 0;
	/* position: relative; */
}

.footerNav-link li {
	float: left;
	margin-right: 1.4em;
	margin-bottom: 0;
}

ul.footerNav-link li a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

ul.footerNav-link li a:hover {
	color: #ddd;
}

ul.footerNav-link li:before {
	font-family: 'icomoon';
	font-size: 1.1em;
	content: "\ea1c";
	color: #fff;
	margin-right: 0.1em;
	vertical-align: -2px;
}

.footer_nav-wrop {
	width: 1088px;
	margin: 0 auto;
}
.footerNav-link span{
	font-size: 1.4em;
	vertical-align: -2px;
	margin-right: 0.2em;
  }

.footer_info-wrap {
	display: flex;
	justify-content: space-between;
	width: 1088px;
	margin: 0 auto;
}

#footer_info {
	margin: 16px 0;
}
#footer_info p{
	line-height: 1.6em;
	margin-bottom: 0;
}
#footer_info span{
	display: inline-block;
}
.footer_infoName {
	font-size: 1.1em;
	letter-spacing: 0.08em;
}

.footer_infoAddress {
	font-size: 0.9em;
	letter-spacing: 0.04em;
}
.footer_infoTel {
	font-size: 1.2em;
	letter-spacing: 0.04em;
}
.copylight {
	font-size: 0.8em;
	letter-spacing: 0.08em;
	margin-top: 0.6em;
	margin-bottom: 0.1em;
}

#footer_logo {
	margin-top: 16px;
	width: 288px;
}

/****************************************

       ページTOPへ
		  
*****************************************/
.pageTop_pc {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9999;
}

.pageTop_pc a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #0080cb;
	width: 64px;
	height: 64px;
	border-radius: 24%;
	border: 2px solid #fff;
	color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
	transition: all 0.5s;
	box-sizing: border-box;
}

.pageTop_pc a p {
	/* display: block; */
	/* font-size: 1em; */
}

.pageTop_pc a span {
	font-size: 0.6em;
}


.pageTop_pc a:hover {
	background-color: #fff;
	color: #0080cb;
	border: 2px solid #0080cb;
	opacity: 1 !important;
}

/****************************************

          Clearfix

*****************************************/

.container:after,
header .menu>ul:after,
header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
.container,
header .menu>ul,
header ul.menu,
.clearfix {
	display: inline-block;
}

.container,
header .menu>ul,
header ul.menu,
.clearfix {
	display: block;
}