@charset "UTF-8";
/* CSS Document */
body {}
.wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
a[href*="tel:"] {
  pointer-events: none;
}
.checkimg{
	width: 1400px;
	height: auto;
	margin: 0 auto;
}


/*------------------------------------------------------------
	共通レイアウト
------------------------------------------------------------*/

.h2bgbox{
	width: 100%;
	height: 250px;
	display: flex;
	 flex-direction: column;
	justify-content: center;
  	align-items: center;
	margin-bottom: 100px;
}
h2.h2{
	font-size: 38px;
	font-weight: bold;
}
.h2icon{
	height: 90px;
	width: auto;
	margin-bottom: 20px;
}
.h2icon img{
	height: 100%;
	width: auto;
}

h3{
	width: 100%;
	height: auto;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
	line-height: 34px;
}
.w1200{
	width: 1200px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.w1200flex{
	width: 1200px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;/*高さを揃える*/
}

.herfbox{
	width: 47.5%;
	height: auto;
	margin-top: 2em;
}
.ttl_obi{
	font-size: 19px;
	font-weight: bold;
	padding: 7px 28px;;
	box-sizing: border-box;
	margin-bottom: 0.5em;
}
.dotlist{
	list-style:  inside;
	padding: 0.5em;
	text-indent: -1.5em;
	margin-left: 2em;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.headerbox {
	width: 1200px;
	max-width: 100%;
	height: 78px;
	margin: 0 auto;
	position: relative;
}
.headlogo {
  width: 481px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.headlogo a:hover{
	opacity: 0.7;
}
.headbtnmenu {
  width: 100px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.footerwrap{
	width: 100%;
	height: 200px;
	background-color: #cccccc;
	margin-top: 50px;
}
.footer{
	width: 1200px;
	max-width: 100%;
	height: 200px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	text-align: center;
}
.footlogo{
	width: 380px;
	height: auto;
	margin: 0 auto;
}
.footlogo img{
	width: 100%;
	height: auto;
}
.footlogo a:hover{
	opacity: 0.7;
}
.coryright{
	font-size: 0.8em;
}



/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.topmainimg{
	width: 100%;
	height: 500px;
	background:url("../imgs/topImage01.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 50px;
}
.topmainlead{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.toplead{
	width: 426px;
	height: 98px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top:80px;
	right: 50px;
	text-align: center;
	padding: 20px 0;	
}
.topharfbtn_warp{
	width: 48%;
	max-width: 570px;
	height: 200px;
	margin: 0px 0 30px 0;;	
}

.btn_harf{
	width: 100%;
	height: 200px;
	border-radius: 20px;
	display: flex;
	align-items: center;/*縦センター*/
	justify-content: center;/*横センター*/
}

.topbtnmark_warp{
	width: 55%;
	height: 140px;
	text-align: center;
}
.topbtn_tex{
	width: 45%;
	height: auto;
	font-size: 23px;
	line-height: 40px;
}
.whitetexbtn{
	width: 140px;
	padding: 5px;
	background-color: #ffffff;
	border-radius: 20px;
	text-align: center;
}
.btn_fullwrap{
	width: 100%;
	max-width: 1200px;
	height: 200px;	
}
.btn_hfull{
	width: 100%;
	height: 200px;
	border-radius: 20px;
	display: flex;
	align-items: center;/*縦センター*/
	justify-content: center;/*横センター*/	
}
.topbtnmark_fullwarp{
	width: 230px;
	height: 92px;
	text-align: center;
	margin-right: 0px;
}
.topbtn_fulltex{
	width:200px;
	height: auto;
	font-size: 23px;
	line-height: 45px;
}

.topharfAreaawrap{
	width: 100%;
	height: auto;
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
}

.herfArea{
	width: 50%;
	height: 500px;
	display: block;
	background-color: rgba(147,147,147,1.00);
}

.herfleft{
	width: 100%;
	height: 100%;
	background:url("../imgs/top_bg_about.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content:center;
}
.herfleft:hover{
	opacity: 0.7;
}
.herfright{
	width: 100%;
	height: 100%;
	background:url("../imgs/top_bg_works.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content:center; 
}
.herfright:hover{
	opacity: 0.5;
}

.harfAreabtn{
	width: 300px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-weight: bold;
	font-size: 28px;
	background-color:rgba(255,255,255,0.8);
}

/*-------ニュースここから---------*/
.newsbox{
	width: 100%;
	height: auto;
	margin: 50px 0;
	border-bottom: solid 5px rgba(167,223,246,1.00);
	border-top: solid 5px rgba(167,223,246,1.00);	
}
.newsttl{
	padding: 10px;
	border-bottom: solid 2px rgba(167,223,246,1.00);
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.newslist{
	width: 100%;

}
.newslist li{
	display: flex;
		border-top: solid 1px rgba(167,223,246,1.00);
}

.newsdate{
	width: 25%;
	height: auto;
	padding: 1em 0em 1em 5em;
}

.newspostttl{
	width: 75%;
	height: auto;
	padding:1em;
}
/*------------------------------------------------------------
	医師会紹介ページ
------------------------------------------------------------*/

.aboutlead{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	line-height: 2em;
	margin-bottom: 8em;
}
.greetingbox{
	width: 100%;
	height: auto;
	background: url("../imgs/img_aisatu.jpg") no-repeat;
	background-position: left top;
	padding-left: 360px;
	box-sizing: border-box;
	margin-bottom: 8em;
}
.greetingname{
	font-weight: bold;
	text-align: right;
	margin-top: 1em;
}

.yearnumber{
	font-family: "Bodoni Moda", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style:italic;
	font-size: 60px;
	color: #d2d2d3;
	width: 25%;
	max-width: 300px;
	height: auto;
	margin: 20px 0px 10px 0;
	text-align: center;
}

table.history{
	width: 70%;
	height: auto;
}
table.history th{
	width: 30%;
	height: auto;
	padding: 5px 20px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}

table.history td{
	width: 70%;
	height: auto;
	padding: 5px 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5em;
}
table.history tr{
	border-bottom: solid 1px #333333;
}


/*------------------------------------------------------------
	医師会の活動ページ
------------------------------------------------------------*/
.workbox{
	width: 1200px;
	max-width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;/*順番*/
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5em;
}
.workbox_R{
	width: 1200px;
	max-width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction:row-reverse;/*順番逆*/
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5em;
}

.workttl_box{
	width: 47.5%;
	height: 280px;
	font-size: 60px;
	line-height: 65px;
	font-weight: bold;
	color: #ffffff;
	padding: 15px 15px;
	box-sizing: border-box;
	text-align: left;

}
.workttl_box_emag{
	background: url("../imgs/workttl_emag.jpg") no-repeat;
	background-size: cover;
}
.workttl_box_kenshin{
	background:url("../imgs/workttl_kenshin.jpg") no-repeat;
	background-size: cover;
}
.workttl_box_yobo{
	background:url("../imgs/workttl_yobou.jpg") no-repeat;
	background-size: cover;
}
.workttl_box_zaitaku{
	background:url("../imgs/workttl_zaitaku.jpg") no-repeat;
	background-size: cover;
}
.workttl_box_school{
	background:url("../imgs/workttl_school.jpg") no-repeat;
	background-size: cover;
}
.workttl_box_nintei{
	background:url("../imgs/workttl_nintei.jpg") no-repeat;
	background-size: cover;
}
.workttl_box_gakujyutsu{
	background:url("../imgs/workttl_gakujyutsu.jpg") no-repeat;
	background-size: cover;
}

.worktexbox{
	width: 47.5%;
	height: auto;
}
.worktexbox h4{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 1em;
}


/*------------------------------------------------------------
	特定健診・各種検診・予防接種ページ
------------------------------------------------------------*/
.btn_w830{	
	width: 830px;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	display: flex;
	align-items: center;/*縦センター*/
	justify-content: center;/*横センター*/
	padding: 30px;	
	box-sizing: border-box;
	margin: 3em auto 3em auto;
}
.btn_herf{
	width: 100%;
	height: auto;
	border-radius: 20px;
	display: flex;
	align-items: center;/*縦センター*/
	justify-content: center;/*横センター*/
	padding: 30px;	
	box-sizing: border-box;
	margin: 2em auto;
}
.icon_pdf{
	width: 67px;
	height: 79px;
	margin-right: 1em;
}
.btntex{
	font-size: 20px;
}
.danraku{
	margin-bottom: 1em;
	margin-top: 1em;
}
.maru_number{
	padding-left: 1em;
	text-indent: -1em;
}

/*------------------------------------------------------------
	夜間・休日医療ページ
------------------------------------------------------------*/
.pic_yakan{
	width: 570px;
	max-width: 100%;
	height: auto;
}
.pic_yakan img{
	width: 100%;
	height: auto;
}
.yakantable{
	width: 100%;
}
.yakantable th{
	width: 15%;
	text-align-last: justify;
	vertical-align: middle;
}
.yakantable td{
	padding-left: 0.5em;
	vertical-align: middle;
}
.googlebox{
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin: 3em auto 6em auto;
}

.telbox{
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	position: relative;
 	padding: 0 0 0 2.5em;
 	margin: 0 3em;;
}
.telbox:before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 60px;
	content:"\f098";
}

.dodcircle{
	width: 100%;
	height: auto;
	padding: 10px;
	border-radius: 20px;
	border: dotted 5px #d7e5ae;
	text-align: center;
	margin: 2em 0 5em 0;	
}

.jyusin{
	width: 100%;
	height: auto;
	margin-top: 2em;
	background-color:rgba(252,252,150,1.00);
	font-weight: bold;
	color:red;
	padding: 2em;
	border-radius: 20px;
	margin-bottom: 2em;
}
.centerAtention{
	color: red;
	text-decoration-line: underline;
}

/*------------------------------------------------------------
	在宅ページ
------------------------------------------------------------*/
table.hospital_table{
	border-collapse: collapse;
	width: 100%;
	margin-top: 3em;
	margin-bottom: 6em;

}
.hospital_table th,
.hospital_table td{
	padding: 12px 10px;
	border-bottom: solid 1px #333333; 
	text-align:left;
	box-sizing:border-box;
}
.hospital_table th {
	border-top: solid 2px #333333;
	border-bottom: solid 2px #333333;
	font-weight: bold;
	text-align: center;
}
.hospitalname_zaitaku{
	background-color: #f0eaf3;
}
.iryonet{
	width: 20%;
}

/*------------------------------------------------------------
	医療機関一覧テーブルの電話番号開業禁止
------------------------------------------------------------*/
.hospital_table td:nth-child(3) {
    white-space: nowrap; /* 改行を禁止する */
    letter-spacing: -0.05em; /* わずかに文字間隔を詰めて収まりを良くする（任意） */
}

/*------------------------------------------------------------
	災害医療ページ
------------------------------------------------------------*/
.desasterlist li{
	margin: 0.5em 0;
}
.desasterlist p{
	padding-left: 1.5em;
}
h4.desasterh4{
	font-size: 1.2em;
	font-weight: bold;
}
h4.desasterh4center{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.soshikittl{
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.disaster_soshikizubox{
	width: 1004px;
	max-width: 100%;
	height: auto;
	margin: 2em auto;
}
.disaster_soshikizubox img{
	width: 100%;
	height: auto;
}
.desastertable{
	width: 100%;
	height: auto;
	margin: 1em 0 5em 0;
}
.desastertable tr{
	border-top:solid 1px #333333;
}
.desastertable tr:last-child{
	border-bottom: solid 1px #333333;
}
.desastertable th,td{
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4em;
}
.desastertable th{
	font-weight: bold;
}
.desasterlist2{
	margin: 0.5em 0;
	padding-left: 80px;
	box-sizing: border-box;
}
.desasterlist2 li{
	margin-bottom: 10px;
}
/*------------------------------------------------------------
	医療機関一覧　50音順
------------------------------------------------------------*/

.medlist50menubox{
	width: 1200px;
	height: auto;
	margin: 0 auto 50px auto;
}
.medlist50{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.medlist50 li{
	width: 100px;
	height: 70px;
	font-size: 30px;
	text-align: center;
	line-height: 70px;

}
.medlist50 a{
	color: #333333;
	background-color: #a9cea5;
}
.medlist50 a:hover{
	background-color: #5e9a5c;
	color: #ffffff;
}
.list50_harf{
	opacity: 0.5;
	background-color: #a9cea5;
}


#medlist_a,#medlist_ka,#medlist_sa,#medlist_ta,#medlist_na,#medlist_ha,#medlist_ma,#medlist_ya,#medlist_ra,#medlist_wa{
	padding: 20px 0;
	box-sizing: border-box;
}

/*------------------------------------------------------------
	医療機関一覧　診療科目別
------------------------------------------------------------*/
.hospitalname_medlists{
	background-color: #eef3d9;
}
.medlistsubmenubox{
	width: 1200px;
	height: auto;
	margin: 0 auto 50px auto;
	margin: 40px auto;
}
.medlistsub{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.medlistsub li{
	width: 290px;
	height: 45px;
	font-size: 22px;
	text-align: left;
	line-height: 45px;
	font-weight: bold;
	padding-left: 30px;
	box-sizing: border-box;
}
.medlistsub a{
	color: #333333;
	background-color: #a9cea5;
	margin-bottom: 15px;
}
.medlistsub a:hover{
	background-color: #5e9a5c;
	color: #ffffff;
}
#Internalmed,#surgery,#pediatrics,#gastroenterology,#circulatory,#otorhinolaryngology,#respiratory,#kidney,#diabetes,#orthopedic,#plastic,#rheumatism{
	padding: 20px 0;
	box-sizing: border-box;
}

#ophthalmology,#dermatology,#beauty,#chinesemed,#allergy,#urology,#proctology,#obstetrics,#cranialnerve,#psychosomatic,#psychiatry,#dialysis,#anesthesia,#radiation,#emergency_medlist{
	padding: 20px 0;
	box-sizing: border-box;
}



.btn_herf_Mzero{
	width: 100%;
	height: auto;
	border-radius: 20px;
	display: flex;
	align-items: center;/*縦センター*/
	justify-content: center;/*横センター*/
	padding: 30px;	
	box-sizing: border-box;
	margin: 0em auto;
}



/*------------------------------------------------------------
	404エラー
------------------------------------------------------------*/
.errorwrap{
	width: 100%;
	height: auto;
	padding: 200px 0;
	text-align: center;
}
.errortex{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 100px;
}
.returntopbox{
	width: 50%;
	height: auto;
	margin: 0 auto 200px auto;
	
}


/*------------------------------------------------------------
	お知らせ個別ページ
------------------------------------------------------------*/
.singledete{
	width: 80%;
	height: auto;
	margin: 0 auto 2em auto;
}
.singlecontentsbox{
	width: 80%;
	height: auto;
	margin: 0 auto 2em auto;
}

.newsdlpdf{
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	padding: 1em;
	background-color: rgba(204,242,248,1.00);
	border-radius: 20px;
}


/*-------追加202505予防接種ページ------*/
.fullfbox{
	width: 100%;
	height: auto;
	margin-top: 2em;
}

.btn_herf_check{
	width: 100%;
	height: auto;
	border-radius: 20px;
	display: flex;
	align-items: center;/*縦センター*/
	justify-content: center;/*横センター*/
	padding: 30px;	
	box-sizing: border-box;
	margin: 0em auto;
}
/*-------追加------*/