@charset "UTF-8";



.hero {
	background-color: #D8D8D8;
	height: 300px;
	margin-bottom: 30px;
	transition: all 300ms 0s ease;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}




.intro {
	margin: 0 15px 50px;
}
.intro h2  {
	font-size: 1.8rem;
	text-align: center;
	font-family: "リュウミン R-KL","Ryumin Regular KL";
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 25px;
}
/* -------------------------------------------------

	パネルナビ

-------------------------------------------------- */
.nav_panel_area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
.nav_panel {
	position: relative;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 300ms 0s ease;
	background-size: cover;
	background-position: center center;
}
.nav_panel_layer {
	padding: 50px 30px;
	background-color: rgba(0,0,0,0.35);
}
.nav_panel__about {
	background-image: url(../img/top_panel_01.jpg);
}
.nav_panel__treatment {
	background-image: url(../img/top_panel_02-2024.jpg);
}
.nav_panel__facility {
	background-image: url(../img/top_panel_03-2024.jpg);
}
.nav_panel__participants {
	background-image: url(../img/top_panel_04.jpg);
}
.nav_panel a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.nav_panel h3 {
	font-size: 2.2rem;
	padding-bottom: 15px;
	text-align: center;
	color: #FFFFFF;
	/* [disabled]font-weight: normal; */
}
.nav_panel p {
	font-size: 1.4rem;
	padding-bottom: 0px;
	margin-bottom: 15px;
	line-height: 1.6em;
	color: #FFFFFF;
	font-family: "リュウミン R-KL","Ryumin Regular KL";
}
.btn-panel {
	text-align: center;
	color: #FFFFFF;
	background-color: #DE7391;
	margin: 0 auto;
	width: 80%;
	font-size: 1.2rem;
	padding: 1em 0;
	border-radius: 3em;
	line-height: 1em;
}
.btn-news {
	text-align: center;
	margin-top: 15px;
}
.btn-news a {
	text-align: center;
	color: #FFFFFF;
	background-color: #BBBBBB;
	margin: 0 auto;
	font-size: 1.4rem;
	padding: 0.5em 2em;
	border-radius: 3em;
	line-height: 1em;
	display: inline-block;
}
.top_pci {
	color: #2898BD;
	text-align: center;
	margin-left: 15px;
	border-radius: 5px;
	margin-right: 15px;
	margin-bottom: 50px;
	border: 2px solid #2898BD;
	background-color: #FFFFFF;
}
.top_pci a {
	padding: 15px;
	text-decoration: none;
	display: block;
}
.top_pci a:hover {
	background-color: #EDF7FA;
}
.top_pci h2 {
	font-size: 1.6rem;
	margin-bottom: 7px;
	font-weight: bold;
}
.top_pci p {
	font-size: 1.2rem;
	line-height: 1.4em;
}

/* -------------------------------------------------

	フェイスブック

-------------------------------------------------- */

.top_fb_sp{
	text-align:center;
	margin-bottom: 50px;
}
.top_fb_pc{
	display: none;
}

/* -------------------------------------------------

	お知らせ

-------------------------------------------------- */
.top-news {
	margin: 0 20px 50px;
}
.top-news h2  {
	font-size: 2.5rem;
	text-align: center;
	font-family: "リュウミン R-KL","Ryumin Regular KL";
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 25px;
}
.top-news dl {
	font-size: 1.4rem;
	border-top: 1px solid #D5D5D5;
	line-height: 1.6em;
}
.top-news dl dt {
	padding-top: 1em;
}
.top-news dl dd {
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 1em;
}
.top-news a {
	text-decoration: none;
}
.top-news a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------

	診療時間のブロック

-------------------------------------------------- */
.schedule_bg {
	background-color: #CFCFCF;
	max-width: 1240px;
	margin: 0 auto;
	height: 200px;
	background-image: url(../img/top_schedule_bg2024.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.schedule {
	background-color: #D77391;
	padding: 30px 20px;
	color: #FFFFFF;
	margin: -50px 15px 0;
	max-width: 960px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.schedule_header {
	text-align: center;
}
.schedule_header h2 {
	font-size: 2.5rem;
	font-weight: normal;
	margin-bottom: 15px;
}
.schedule_header p {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.schedule table {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0 auto;
	font-size: 1.5rem;
	width: 100%;
}
.schedule table th, .schedule table td {
	border: 1px solid #D77391;
	padding: 1em 0;
	text-align: center;
}
.schedule table th {
	text-align: center;
	font-weight: normal;
	width: 30%;
}
.schedule table td {
	width: 10%;
}
.schedule_note {

	font-size: 1rem;
	line-height: 1.4em;
	margin-top: 10px;
}


@media (min-width:768px){

	.hero {
		background-color: #D8D8D8;
		height: 400px;
		margin-bottom: 30px;
		transition: all 300ms 0s ease;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}


	.intro h2  {
		font-size: 2.5rem;
	}
	/* -------------------------------------------------

		パネルナビ

	-------------------------------------------------- */
	.nav_panel_area{
		display:flex;
		flex-wrap: wrap;
	}
	.nav_panel {
	box-sizing: border-box;
	width: 50%;
	margin: 0px;
	/* [disabled]border-left-color: #ffffff; */
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	/* [disabled]border-top-color: #ffffff; */
	/* [disabled]border-left-style: solid; */
	border-right-style: solid;
	border-bottom-style: solid;
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-left-width: 1px; */
	border-right-width: 1px;
	border-bottom-width: 1px;
	/* [disabled]border-top-width: 1px; */
	}
	.nav_panel_layer {
		padding: 80px 30px 60px;
	}
	/*
	.nav_panel:nth-child(odd) {
		margin-right: 6%;
	}
	*/
	/*
	.nav_panel:nth-child(even) {
		margin-top: 25px;
	}
	*/
	.nav_panel h3 {
		font-size: 2.5rem;
	}
	.nav_panel p {
		font-size: 1.2rem;
		text-align: center;
		padding-bottom: 0px;
		margin-bottom: 15px;
		line-height: 1.6em;
	}
	.btn-panel {
		padding: 1em 0;
		width: 60%;
	}
	.top_pci {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}

	/* -------------------------------------------------

		フェイスブック

	-------------------------------------------------- */
	.top_fb_sp{
		display: none;
	}
	.top_fb_pc{
		display: block;
		text-align: center;
		margin-bottom: 50px;
	}
	/* -------------------------------------------------

		診療時間のブロック

	-------------------------------------------------- */
	.schedule_bg {
	height: 1000px;
	}
	
	.schedule {
		margin-left: auto;
		margin-right: auto;
		padding-left: 60px;
		padding-right: 60px;
		width: calc(100% - 50px);
	}
	.schedule table th {
		text-align: left;
		width: 19.5%;
		text-indent: 1em;
	}
	.schedule table td {
		width: 11.5%;
	}
	.schedule_note {
		text-align: right;
		font-size: 1.2rem;
	}
	.top-news dl dt {
		float: left;
	}
	.top-news dl dd {
		padding-left: 12em;
		margin-top: 1em;
	}
	.schedule_bg {
		height: 400px;
	}
}
