@charset "UTF-8";


.divCatTop .divInner{
	width: 100%;
	max-width: 940px;
	margin: 0 auto 80px;
}
/* スマホ表示 */
@media only screen and (max-width: 640px) {
.divCatTop .divInner{
	width: 94%;
}
}

.h1TitleImg{
	width:100%;
	text-align:center;
	background:#F4F4ED;
	clear: both;
	margin-bottom:40px;
}

/*　メインビジュアル（2023年追加）
---------------------------------------------------------------------------------------------*/
.divCatTop .divMainvisual01 {
	background: #F4F4ED;
	margin-bottom: 80px;
	clear: both;
}
@media only screen and (max-width: 640px) {
	.divCatTop .divMainvisual01 {
		margin-bottom: 40px;
	}
}
.divCatTop .divMainvisual01 .mainvisualInner {
	max-width: 1140px;
	margin: 0 auto;
}

/*　メイン画像下　診療メニュー
---------------------------------------------------------------------------------------------*/
.divCatTop .ulShinryoMenu01{
	letter-spacing:-.40em;
	text-align:center;
	margin-bottom:40px;
}
.divCatTop .ulShinryoMenu01 li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	letter-spacing:normal;
	width:460px;
	margin-left:20px;
	margin-bottom:20px;
}
.divCatTop .ulShinryoMenu01 li:first-child,
.divCatTop .ulShinryoMenu01 li:nth-child(3){
	margin-left:0;
}
.divCatTop .ulShinryoMenu01 li a{
	display:block;
	width:100%;
	height:164px;
	overflow:hidden;
	text-indent:-9999px;
}
.divCatTop .ulShinryoMenu01 li.liBtn01 a{ background:url(../img/top/shinryo_btn01.jpg) top left no-repeat; }
.divCatTop .ulShinryoMenu01 li.liBtn02 a{ background:url(../img/top/shinryo_btn02.jpg) top left no-repeat; }
.divCatTop .ulShinryoMenu01 li.liBtn03 a{ background:url(../img/top/shinryo_btn03.jpg) top left no-repeat; }
.divCatTop .ulShinryoMenu01 li.liBtn04 a{ background:url(../img/top/shinryo_btn04.jpg) top left no-repeat; }
.divCatTop .ulShinryoMenu01 li.liBtn05 a{ background:url(../img/top/shinryo_btn05.jpg) top left no-repeat; }
.divCatTop .ulShinryoMenu01 li a:hover{
	background-position: 0 -164px;
}
/* スマホ表示 */
@media only screen and (max-width: 940px) {
.divCatTop .ulShinryoMenu01{
	width: 94%;
	margin-left:auto;
	margin-right:auto;
}
.divCatTop .ulShinryoMenu01 li{
	width:49%;
	margin-left:2%;
	margin-bottom:2%;
}
.divCatTop .ulShinryoMenu01 li a{
	text-indent:0;
	width:100%;
	height:auto;
}
}


/*　見出し
---------------------------------------------------------------------------------------------*/
.titleIcon{
	text-align:center;
	margin-bottom:20px;
}
.titleIcon span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	min-height:33px;
	font-size:2.143em;
	color:#137F46;
	padding-top: 5px;
	padding-left:10px;
}
.titleIcon:before{
	content:"";
	display:inline-block;
	*display:inline;
	*zoom:1;
	min-height:33px;
	width:34px;
}
.titleNews:before{ background:url(../img/top/icon_news.gif) top left no-repeat; }
.titleTime:before{ background:url(../img/top/icon_time.gif) top left no-repeat; }
.titleProfile:before{ background:url(../img/top/icon_profile.gif) top left no-repeat; }
.titleAccess:before{ background:url(../img/top/icon_access.gif) top left no-repeat; }

.titleProfile{ margin-bottom:40px; }

/* スマホ表示 */
@media only screen and (max-width: 640px) {
.titleProfile{ margin-bottom:20px; }
.titleIcon span{
	font-size:1.714em;}
}


/*　ニュース
---------------------------------------------------------------------------------------------*/
.divNews01 ul{
	border-top:1px solid #CCCCCC;
	/*
	height:250px;
	overflow-y:scroll;
	*/
}
.divNews01 ul li{
	border-bottom:1px solid #CCCCCC;
	display:table;
	table-layout:fixed;
	width:100%;
}
.divNews01 ul li p{
	display:table-cell;
	padding:20px 0;
}
.divNews01 ul li p:first-child{
	width:12em;
}
/* スマホ表示 */
@media only screen and (max-width: 640px) {
.divNews01 ul li p{
	display:block;
	width:100%;
	padding:0;
}
.divNews01 ul li p:first-child{
	margin-bottom:1%;
	font-size:0.857em;
}
.divNews01 ul li{
	padding:5% 0;
	line-height:120%;
}
}

/*　診療時間
---------------------------------------------------------------------------------------------*/
.textTime{
	color: #FF0000;
}
.divTable{
	margin-bottom:10px;
}
.divTable dl{
	display:table;
	table-layout:fixed;
	width:100%;
	text-align:center;
}
.divTable dl dt,
.divTable dl dd{
	display:table-cell;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	vertical-align:middle;
}
.divTable dl dt:first-child,
.divTable dl dd:first-child{
	border-left:1px solid #CCCCCC;
}
.divTable dl:first-child dt,
.divTable dl:first-child dd{
	background:#B8D9C8;
	border-right:1px solid #FFFFFF;
}
.divTable dl:first-child dt:first-child,
.divTable dl:first-child dd:first-child{
	border-left:none;
}
.divTable dl:first-child dd:last-child{
	border-right:none;
}
.divTable dl dd{
	width:10%;
}
.divTable dl p{
	margin:5% 0;
}


/*　医師紹介
---------------------------------------------------------------------------------------------*/
.divProfile01 dl{
	display:table;
	table-layout:fixed;
}
.divProfile01 dl:not(:last-child){
	margin-bottom:5%;
}
.divProfile01 dl:last-child{
	border-bottom:none;
}
.divProfile01 dl > dt,
.divProfile01 dl > dd{
	display:table-cell;
}

/* 顔写真エリア */
.divProfile01 dl > dt{
	width:300px;
	text-align:center;
}
.divProfile01 dl > dt img{
	display:block;
	width:100%;
}
.divProfile01 dl > dt p:first-child{
	margin-bottom:10px;
}
.divProfile01 dl > dt b{
	font-size:1.714em;
}

/* 経歴エリア */
.divProfile01 dl > dd table{
	margin-bottom:30px;
	margin-left:60px;
}
.divProfile01 dl > dd table th{
	width:6em;
	color:#137F46;
}
.divProfile01 dl > dd table th,
.divProfile01 dl > dd table td{
	padding:10px 0;
	text-align:left;
	vertical-align:top;
}
.divProfile01 dl > dd table.tableHistory td:first-child{
	width:6em;
}
.divProfile01 dl > dd table.tableHistory td:last-child{
	border-left:1px solid #137F46;
	padding-left:1em;
}
.divProfile01 dl > dd table.tableHistory tr:first-child th,
.divProfile01 dl > dd table.tableHistory tr:first-child td{
	padding-top:0;
}
.divProfile01 dl > dd table.tableHistory tr:last-child th,
.divProfile01 dl > dd table.tableHistory tr:last-child td{
	padding-bottom:0;
}

/* スマホ表示 */
@media only screen and (max-width: 640px) {
.divProfile01 dl,
.divProfile01 dl > dt,
.divProfile01 dl > dd{
	display:block;
}
.divProfile01 dl{
	margin-bottom:10%;
	border-bottom:1px dotted #137F46;
}
/* 顔写真エリア */
.divProfile01 dl > dt{
	width:70%;
	margin:0 auto;
	margin-bottom:3%;
}
/* 経歴エリア */
.divProfile01 dl > dd table{
	margin-bottom:3%;
	margin-left:0;
}
.divProfile01 dl > dd table th{
	width:4em;
}
 
}


/*　アクセス
---------------------------------------------------------------------------------------------*/
.divCatTop .divInner.divMap01{
	margin-bottom:40px;
}
.divMap01 #gmap {
height: 340px;
margin-bottom:10px;
}


/*　バナー
---------------------------------------------------------------------------------------------*/
.divBnr01{
	text-align:center;
}
/* スマホ表示 */
@media only screen and (max-width: 640px) {
.divBnr01{
	margin-bottom:5% !important;
}
}



/*　個人情報保護方針
---------------------------------------------------------------------------------------------*/
.divPrivacy01{
	text-align:center;
}
.divPrivacy01 a{
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-decoration:none;
}
.divPrivacy01 a:after{
	position:absolute;
	content:'';
	height:10px;
	width:10px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #147F47;
	border-left-width:0;
	border-top-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	top: 5px;
	transition: .2s;
	right: -20px;
}
.divPrivacy01 a.open:after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	top: 2px;
	right: -20px;
}
.divPrivacy01 .divInner{
	border:1px solid #147F47;
	display:none;
	margin-top:10px;
}
.divPrivacy01 .divInner dl{
	margin:0 1em 1em;
}
.divPrivacy01 .divInner dl:first-child{
	margin-top:1em;
}
.divPrivacy01 .divInner dl dt,
.divPrivacy01 .divInner dl dd{
	text-align:left;
}
.divPrivacy01 .divInner dl dt{
	font-weight:bold;
}
.divPrivacy01 .divInner dl dd{
	padding-left:1em;
	text-indent:-1em;
}
.divPrivacy01 .divInner .pText{
	text-align:left;
	font-weight:bold;
	margin:0 1em 1em;
}

/* 250425 追加 */
.divPrivacy01 .aBtn01Margin {
	margin-top: 30px;
}
.divPrivacy01 ul {
	text-align: left;
}
.divPrivacy01 .divInner ul {
	margin:0 1em 1em;
}
.divPrivacy01 .divInner ul:first-child {
	margin-top:1em;
}
.divPrivacy01 .divInner ul li:first-child {
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	.divPrivacy01 .aBtn01Margin {
		margin-top: 10px;
	}
}

/*　自費診療
---------------------------------------------------------------------------------------------*/
.divPrivacy01.divMedical ul {
	margin: 0 1em 3em;
}
.divPrivacy01.divMedical ul:last-of-type {
	margin: 0 1em 1em;
}
.divPrivacy01.divMedical li {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	margin-top: 1em;
}
.divPrivacy01.divMedical dl {
	display: flex;
	margin: 0;
	width: 100%;
}
.divPrivacy01.divMedical .divMedicalDlSmall {
	max-width: 400px;
}
.divPrivacy01.divMedical dl:first-child {
	margin-top: 0.5em;
}
.divPrivacy01.divMedical dl dt {
	background-color: #D0E5DA;
	font-weight: bold;
	padding: 1em;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	width: 40%;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	color: #006633;
	display: flex;
	align-items: center;
}
.divPrivacy01.divMedical dl dd {
	background-color: #eaeaeb;
	padding: 1em;
	text-indent: 0;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	width: 60%;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	font-weight: bold;
	color: #333333;
}
.divPrivacy01.divMedical .divMedicalDlSmall dl dt {
	width: 65%;
}
.divPrivacy01.divMedical .divMedicalDlSmall dl dd {
	width: 35%;
}
.divPrivacy01.divMedical .divMedicalAtt {
	font-size: 12px;
	margin-top: 1em;
	font-weight: 400;
	color: #000000;
}
.divPrivacy01.divMedical .divMedicalAtt + .divMedicalAtt {
	margin-top: 0;
}
.divPrivacy01.divMedical .divMedicalLink {
	font-size: 12px;
	margin-top: 1em;
	font-weight: 400;
	color: #000000;
}
.divPrivacy01.divMedical .divMedicalLink a {
	display: inline;
	color: #137F46;
	text-decoration: underline;
	font-weight: 400;
}
.divPrivacy01.divMedical .divMedicalLink a::after {
	content: none;
}
.divPrivacy01.divMedical .divMedicalCat {
	display: flex;
	margin-top: 0;
	gap: 0.5em;
}
.divPrivacy01.divMedical .divMedicalStrong {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	border: 2px solid #FF0000;
	border-radius: 999px;
	padding: 0 1em;
}
.divPrivacy01.divMedical .divMedicalTit {
	position: relative;
	font-size: 22px;
	padding-left: 0.8em;
}
.divPrivacy01.divMedical .divMedicalTit::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 0.3em;
	height: 100%;
	background-color: #137F46;
}
.divPrivacy01.divMedical .divMedicalItem {
	display: flex;
	align-items: center;
	gap: 2em;
}
.divPrivacy01.divMedical dl dt sup {
	transform: translate(0, -0.5em);
}
.divPrivacy01.divMedical dl dd .divMedicalPrice {
	color: #E50000;
}
.divPrivacy01.divMedical .divMedicalLink + .divMedicalAtt {
	margin-top: 0;
}

@media only screen and (max-width: 640px) {
	.divPrivacy01.divMedical .divMedicalDlSmall dl {
		flex-direction: unset;
	}
	.divPrivacy01.divMedical dl {
		flex-direction: column;
	}
	.divPrivacy01.divMedical dl dt {
		width: 100%;
		padding: 1em 0.8em;
		display: block;
	}
	.divPrivacy01.divMedical dl dd {
		width: 100%;
		padding: 1em 0.8em;
	}
	.divPrivacy01.divMedical .divMedicalTit {
		font-size: 20px;
	}
	.divPrivacy01.divMedical li {
		margin-top: 0.5em;
	}
	.divPrivacy01.divMedical .divMedicalCat {
		margin-top: 1em;
	}
	.divPrivacy01.divMedical .divMedicalItem {
		display: block;
	}
	.divPrivacy01.divMedical dl dt sup {
		transform: translate(0, 0);
	}
}