@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	/*font-size: 1.6rem;*/
	font-weight: 400;
	line-height: 1.8;
	color: #333;
	overflow-wrap: break-word;
	min-width: 1020px;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}
h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 16px;
	position: relative;
	clear: both;
}
h2::after {
	content: '';
	border-bottom: 6px solid #7ac1ab;
	border-radius: 9999px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
}
h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.8;
	color: #17664f;
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}
#doctor h4 {
	font-size: 100%;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
table {
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
}
img {
	height: auto;
}

/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {
	body {
		min-width: 768px;
	}
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
	}
}


/* --------------------------------------------------------------
-------------------------------------------------------------- */
#wrap {
	position: relative;
}
.contBox {
	width: 1020px;
	margin: 0 auto;
	padding: 40px 10px;
}
.sent {
	max-width: 800px;
	margin: 0 auto;
}
p.lead {
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
#bgMain {
	background: url("../images/bgMainPctb.webp") no-repeat center top / cover;
}
#mainVisualArea {
	width: 1020px;
	margin: 0 auto;
	padding: 50px 10px 30px;
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}
#mainVisualArea p.logo {
	margin: 20px 0 60px;
}
#mainVisualArea p.logo img {
	width: 500px;
	filter: drop-shadow(0 0 6px rgba(255, 255, 255, 1.0)) drop-shadow(0 0 6px rgba(255, 255, 255, 1.0));
}
#mainVisualArea h1 {
	font-family: "Noto Serif JP", serif;
	font-size: 4.2rem;
	font-weight: 600;
}
#bgCont {
	background-color: rgba(255,255,255,0.5);
}
#contColumn2 {
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(2, 1fr);
}
#contColumn2 section {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	padding: 30px;
}
#contColumn2 section h2 {
	font-size: 3.6rem;
	margin-top: 0;
	margin-bottom: 20px;
}
#access .sent {
	text-align: center;
}
#access p#map, 
#access figure#map {
	margin-bottom: 30px;
}
#clinicHours p.swipeAtt {
	display: none;
}
#clinicHours table {
	table-layout: fixed;
	margin-bottom: 30px;
}
#clinicHours table tr th, 
#clinicHours table tr td {
	font-weight: 500;
	text-align: center;
	padding: 20px 10px;
}
#clinicHours table tr th {
	border: none;
	background-color: #eff4f2;
}
#clinicHours table tr td {
	border: 1px solid #36ac8d;
	border-right: none;
	border-left: none;
	background-color: #fff;
	font-size: 2.2rem;
	color: #00706d;
}
#clinicHours table tr td:first-child {
	font-size: 1.6rem;
	color: #333;
}
#footerArea {
	width: 1020px;
	margin: 0 auto;
	padding: 40px 10px 10px;
	text-align: center;
}
#footerArea p.logo {
	margin-bottom: 20px;
}
#footerArea p.logo img {
	width: 300px;
}
/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {
	.contBox {
		padding: 0px 10px;
	}
}

/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {
	.contBox {
		width: 768px;
	}
	#bgMain {
		background-size: 2190px 955px;
	}
	#mainVisualArea {
		width: 768px;
		padding: 50px 10px;
	}
	#contColumn2 {
		gap: 30px;
	}
	#footerArea {
		width: 768px;
	}
	p#fixedBtn img {
		width: 120px;
	}
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {
	.contBox {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	p.lead {
		font-size: 1.6rem;
		/*text-align: left;*/
	}
	#bgMain {
		background: url("../images/bgMainSp.webp") no-repeat center top / 770px 314px;
	}
	#mainVisualArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 15px 10px 20px;
		font-size: 1.6rem;
		text-align: left;
	}
	#mainVisualArea p.logo {
		margin: 15px 0 30px;
	}
	#mainVisualArea p.logo img {
		width: 240px;
	}
	#mainVisualArea h1 {
		font-size: 2.4rem;
		color: #333;
		text-shadow: none;
		text-align: left;
	}
	#mainVisualArea h1 span {
		color: #17664f;
	}
	#mainVisualArea h1 span.year {
		font-size: 2.0rem;
	}
	#contColumn2 {
		gap: 30px;
		grid-template-columns: auto;
	}
	#access .sent {
		text-align: left;
	}
	#clinicHours table tr th, 
	#clinicHours table tr td {
		padding: 10px 5px;
		font-size: 1.6rem;
	}
	#footerArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 30px 10px;
		text-align: left;
	}
	#footerArea p.logo img {
		width: 250px;
	}
	#footerArea p#copy {
		font-size: 1.2rem;
	}
	p#fixedBtn {
		top: 90%;
	}
	p#fixedBtn img {
		width: 80px;
	}

}







.topColumn2 {
	display: grid;
	column-gap: 30px;
}
.topColumn2.phL {
	grid-template-columns: 220px auto;
}
.topColumn2.phR {
	grid-template-columns: auto 300px;
}
.topColumn2 p.ph {
	margin-bottom: 0;
}
.topColumn2 p.ph img {
	width: 130px;
}
.topColumn2 .sent *:first-child {
	margin-top: 0;
}
.topColumn2 .sent > *:last-child {
	margin-bottom: 0;
}
.topColumn2 .sent p.btn {
	margin: 0 0 0 auto;
}
img.ci {
	border-radius: 100%;
}

ul.mark {
	margin: 0 0 20px 30px;
}
ul.mark li {
	margin-bottom: 5px;
	list-style-type: disc;
}
/*__________ SP __________*/
@media screen and (max-width: 767px) {
	.topColumn2.phL, 
	.topColumn2.phR {
		grid-template-columns: auto;
		row-gap: 30px;
		justify-content: center;
	}
	.topColumn2 p.ph {
		text-align: center;
	}
	.topColumn2 .sent p.btn {
		margin: 0 auto 0;
	}
	.aboutTitle {
		font-size: 2.2rem;
	}
}



/* 医師紹介 */
.drBlock2 {
	margin-top: 30px;
	border-top:  dotted 2px #eee;
	padding-top: 30px;
}

a[href$=".pdf"]:after {
  display: inline-block;
  text-decoration: inherit;
	content:"";
  margin-top: 5px;
  margin-left: 0.3em;
	width:16px;
	height:16px;
	background-size:14px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/ic-pdf.png);
	vertical-align: text-top;
}



.borderBox {
	margin: 0 0 30px 0;
	padding: 30px;
	border: solid 1px #CCC;
}

.pcCspL {
	text-align: center;
}
/*__________ SP __________*/
@media screen and (max-width: 767px) {

	.pcCspL {
		text-align: left !important;
	}
}




/* 診療時間 */
#clinicHours .normalTable {
	margin-bottom: 10px;
}
#clinicHours .normalTable th {
	padding: 20px;
	font-weight: bold;
	color: #00706d;
	background-color: #eff4f2;
	border: 1px solid #36ac8d;
	vertical-align: middle;
}
#clinicHours .normalTable td {
	padding: 20px;
	font-size: 1.8rem;
	color: #333;
	text-align: left;
	border: 1px solid #36ac8d;
}
/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#clinicHours .normalTable th,
	#clinicHours .normalTable td {
		display: block;
		width: 100%;
	}
	#clinicHours .normalTable td {
		border-top: none;
	}
	
}






/* WEB予約について */
.tel-img {width: 100%;max-width: 300px;height: auto;}
#reserve table.dltable {
}
#reserve table.dltable td {
	padding: 20px;
	border: none !important;
}
#reserve table.dltable td img {
	width: 100%;
	max-height: 70px;
	width: auto;
}
@media screen and (max-width: 767px) {
	.tel-img {max-width: 200px;}
}



/* お知らせ */
#topPost .topColumn2 {
	grid-template-columns: 200px auto;
}
#topPost .tit {
	border-right: 1px solid #36ac8d;
	padding-right: 30px;
	display: grid;
	grid-auto-rows: min-content;
}
#topPost .tit h2, 
#topPost .tit p.btn {
	justify-self: end;
}
#topPost .tit h2 {
	/*background: no-repeat center top / 34px 30px;*/
	text-align: left;
	/*padding: 30px 0 0;*/
}
#topPost .tit h2::after {
	content: none;
}
#topPost .tit p.btn {
	width: auto;
}
#topPost .tit p.btn a {
	text-decoration: underline;
	padding: 0;
}
#topPost .tit p.btn a:hover {
	text-decoration: none;
}
#topPost .list ul li {
	padding-left: 0;
	position: static;
}
#topPost .list ul li::before {
	content: none;
}
#topPost .list ul li .data {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -5px 0 5px -10px;
}
#topPost .list ul li .data p {
	margin: 5px 0 0 10px;
}
#topPost .list ul li .data p.time {
	font-size: 1.4rem;
}
#topPost .list ul li .data p.catName {
	border-radius: 6px;
	font-size: 1.2rem;
	padding: 0px 10px;
}
#topPost .list ul li .data p.new {
	font-size: 1.2rem;
	font-weight: bold;
}
#topPost .list ul li + li {
	margin-top: 20px;
}
/*__________ SP __________*/
@media screen and (max-width: 767px) {
	#topPost .topColumn2 {
		grid-template-columns: auto;
		row-gap: 20px;
		padding-bottom: 74px;
		position: relative;
	}
	#topPost .tit {
		border-right: none;
		border-bottom: 1px solid;
		padding: 0 0 20px 0;
		display: block;
	}
	#topPost .tit h2, 
	#topPost .tit p.btn {
		justify-self: auto;
	}
	#topPost .tit h2 {
		background-position: left top 8px;
		padding: 0;
		margin-bottom: 0;
	}
	#topPost .tit p.btn {
		width: 200px;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
	}
	#topPost .tit p.btn a {
		text-decoration: none;
		padding: 10px;
	}
}

