@charset "utf-8";
/* CSS Document */

/* module
=========================================== */

.mod-sec_card {
	border:1px solid #cfcfcf;
	border-radius: 3px;
	background: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.mod-sec_card:before {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #e50044;
}

.mod-sec_ttl {
	font-size: 2.0rem;
	color: #e50044;
	font-family: ヒラギノ丸ゴ W6 JIS2004;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	padding-top: 20px;
}

@media screen and (max-width: 768px){

	.mod-sec_ttl {
		font-size: 1.8rem;
	}

}

@media screen and (max-width: 640px){

	.mod-sec_card {
		border:none;
		border-radius:none;
		position: relative;
		padding-left: 5%;
		padding-right: 5%;
	}

	.mod-sec_card:before {
		position: absolute;
		top: 0;
		left:0;
	}	

	.mod-sec_ttl {
		padding-top:25px;
	}

}


/* layout
=========================================== */

.panel01 {
	overflow: hidden;
	margin-bottom: 2%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;align-items: start;
}

.panel01_right {
	width: 49%;
}

.panel02 {
	overflow: hidden;
}

@media screen and (max-width: 768px){

	.panel01_left,
	.panel01_right {
		margin-bottom: 4%;
	}

}

@media screen and (max-width: 640px){
	.panel01 {
		flex-direction: column;
		justify-content: space-between;
	}
	.panel01_left,
	.panel01_right {
		margin-bottom: 6%;
		float: none;
		width:100%;
	}

}


/* sec_mainImg
=========================================== */

#sec_mainImg {
	margin:0 0 20px 0;
}

@media screen and (max-width: 640px){

	#sec_mainImg {
		margin-bottom:30px;
	}

}


/* important-info
=========================================== */

.important-info {
	margin-top: 40px;
	margin-bottom: 40px;
	background: #FFF;
	padding: 38px 50px;
	font-size: 1.5rem;
	line-height: 1.5;
	border:3px solid #e50044;
}
.important-info h2 {
	margin-bottom: 16px;
	color: #e50044;
	font-size: 2.0rem;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight: bold;
}
.important-info ul {
	margin-bottom: 20px;
}
.important-info li {
	display: flex;
}
.important-info li:before {
	content: '・';
}
.important-info li+li {
	margin-top: 8px;
}
.important-info p+p {
	margin-top: 16px;
}
.important-info strong {
	color: #e50044;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight: bold;
}
.important-info__large {
	font-size: 1.1em;
}

@media screen and (max-width: 768px){
	.important-info {
		padding: 30px 20px;
		font-size: 1.4rem;
	}
	.important-info h2 {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px){
	.important-info {
		margin-right: 4%;
		margin-left: 4%;
	}
}



/* sec_mainMenu
=========================================== */

#sec_mainMenu {
	overflow: hidden;
	width: 80%;
	margin:auto; 
}

.mainMenu_list {
	overflow: hidden;
	margin-right: -2%;
}

.mainMenu_list li {
	width: 23%;
	margin:0 2% 2% 0;
	float: left;
}

.mainMenu_list li a:hover {
	-moz-opacity: 0.65;
	opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}

@media screen and (max-width: 640px){

	#sec_mainMenu {
		width: 100%;
	}

	.mainMenu_list {
		width: 90%;
		margin-right:0;
		margin-left: 7%;
		margin-bottom: 4%;
	}

	.mainMenu_list li {
		width: 45%;
		margin:0 5% 5% 0;
	}

}


/* sec_treatment
=========================================== */

.panel01_left{
	width: 49%;
}

.treatment_list {
	text-align: center;
}

.treatment_list p {
	display: block;
	width: 100%;
	height: 87px;
	background:url(../img/bg_pattern01.gif) repeat;
	background-size: 28px;
	border:2px solid #ffe1e4;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.treatment_list_panel {
	overflow: hidden;
	margin:0 0 3.2% 0;
}

.treatment_list_panel.half p {
	width: 48.4%;
	float: left;
}

.treatment_list_panel.half p + p {
	margin-left: 3.2%;
}

.treatment_list p img {
	height: 100%;
	width: auto;
}

.treatment_list a {
	display: block;
	width: 100%;
	height: 100%;
}

#sec_treatment .mod-sec_ttl {
	padding-bottom: 25px;
}

#sec_treatment a:hover {
	-moz-opacity: 0.65;
	opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}

@media screen and (max-width: 768px){
	.treatment_list p img {
		height: 67px;
		margin-top: 8px;
	}
}
@media screen and (max-width: 640px){
.panel01_left{
	width: 100%;
}
	#sec_treatment {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 1px solid #cfcfcf;
	}
	.treatment_list p {
		overflow: hidden;
		height: 82px;
	}
	.treatment_list p img {
		height: 82px;
		margin-top: 0px;
	}	
	.treatment_list_panel + .treatment_list_panel {
		margin-bottom: 0;
		margin-top: 3.2%;
	}
	.treatment_list_panel.half p {
		width: 100%;
		float: none;
	}
	.treatment_list_panel.half p + p {
		margin-left:0;
		margin-top: 3.2%;	
	}	
}


/* sec_contBnr
=========================================== */

#sec_contBnr {
}

.contBnr_list {
	overflow: hidden;
	margin-right: -1.8%;
}

.contBnr_list li {
	float: left;
	width: 48.2%;
	margin-right: 1.8%;
}

.contBnr_list a:hover {
	-moz-opacity: 0.80;
	opacity: 0.80;
	-ms-filter: "alpha(opacity=80)";
}

@media screen and (max-width: 640px){

	.contBnr_list {
		margin-left: 4%;
		margin-right: 4%;
	}

	.contBnr_list li {
		float: none;
		width: 100%;
		margin-right:0;
	}

	.contBnr_list li + li {
		margin-top: 4%;
	}

}


/* sec_news
=========================================== */

#sec_news {
	position: relative;
	margin-bottom: 3%;
}

#sec_news .mod-sec_ttl {
	padding-bottom: 20px;
}

.news_box {
	overflow-y: auto;
	max-height: 60vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
}

.news_list {
	padding-right: 10px;
	text-align: justify;
}

.news_list + .news_list {
	border-top:1px dotted #9c9c9c;
	margin-top: 12px;
	padding-top: 12px;
}
.category_icon{
	padding: 2px 1em;
	border-radius: 2em;
	font-size: 1.2rem;
	vertical-align: text-top;
	margin-right: 1em;
	display: inline-block;
}
.category_icon i{
	font-style: normal;
}
.news_list dt {
	font-weight: bold;
	font-family:"ヒラギノ角ゴ ProN W6";
	padding-bottom: 7px;
	font-size: 1.5rem;
}

.news_list dd {
	font-size: 1.4rem;
	line-height: 2.0rem;
}

.news_list dd+dd {
	margin-top: 12px;
}

.news_list .date {
	font-size: 1.3rem;
	display: block;
	padding-top: 4px;
	color: #757575;
}

.news_moreBtn {
	position: absolute;
	right: 20px;
	top: 20px;
}

.news_moreBtn a {
	display: block;
	border-radius: 3px;
	padding:6px 0;
	width: 100px;
	color: #FFF;
	background: #f97186;
	display: block;
	font-size: 1.2rem;
	text-align: center;
	transition-property: all;
	transition-duration: 0.3s;    
	-moz-transition-property: all;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property:all;
	-webkit-transition-duration:  0.3s;
	-ms-transition-property: all;
	-ms-transition-duration:  0.3s;
}

.news_moreBtn a:hover {
	background: #ee395f;
}

@media screen and (max-width: 640px){

	#sec_news {
		margin-bottom: 20px;
		border-bottom: 1px solid #cfcfcf;
	}

	.news_list dt {
		font-size: 1.3rem;
	}
	.news_list dt span{
		display: block;
	}

	.news_list .date {
		font-size: 1.1rem;
	}
	.news_list dt .category_icon{
		padding: 2px 1em;
		border-radius: 2em;
		font-size: 1.2rem;
		vertical-align: text-top;
		margin-right: 1em;
		margin-bottom: 5px;
		display: inline-block;
	}

	.news_list dd {
		font-size: 1.3rem;
		line-height: 1.9rem;
		padding-left: 0;
	}	

}


/* sec_schedule
=========================================== */

#sec_schedule {
	width: 100%;
}

#sec_schedule .mod-sec_ttl span {
	font-size: 1.3rem;
	background: #e50044;
	color: #FFF;
	padding: 3px 5px;
	margin: 0 0 0 7px;
	display: inline-block;
	border-radius: 4px;
	position: relative;
	top: -2px;
	letter-spacing: 1px;
}

.schedule_table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
.schedule_table thead  {
	border-bottom: 1px solid #909090;
}

.schedule_table thead th  {
	font-size: 1.4rem;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ ProN W6";
	padding-bottom: 5px;
}

.schedule_table tbody th  {
	font-weight: bold;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-size: 1.3rem;
	background: #ffedef;
	text-align: left;
	border-bottom: 1px solid #909090;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}

.schedule_table tbody td  {
	font-size: 1.4rem;
	width: 2.6em;
	padding:5px 0 3px 0;
	border-bottom: 1px solid #909090;
}
.schedule_table tbody tr:first-child td  {
	position: relative;
	padding-top: 20px;
}
.schedule_table tbody span {
	display: block;
	text-align: center;
	font-size: 1.0rem;
	position: absolute;
	left:50%;
	top:3px;
	white-space: nowrap;
	transform:translateX(-50%);
}
.schedule_table tbody .caption  {
	font-size: 1.2rem;
	padding-top: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #909090;
}

.schedule_notes {
	font-size: 1.3rem;
	margin-top: 8px;
	position: relative;
	padding-left: 1.1em;
}
.schedule_notes+.schedule_notes {
	margin-top: 2px;
}
.schedule_notes:before {
	content: '※';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 640px){

	#sec_schedule {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 1px solid #cfcfcf;
	}

	.schedule_table thead th  {
		font-size: 1.1rem;
	}

	.schedule_table tbody th  {
		font-size: 1.1rem;
	}

	.schedule_table tbody td  {
		font-size: 1.2rem;
		width: 2.3em;
	}

	.schedule_table tbody .caption  {
		font-size: 1.0rem;
	}	

	#sec_schedule .mod-sec_ttl {
		margin-bottom: 7px;
	}

	.schedule_notes {
		font-size: 1.1rem;
	}

}


/* sec_access
=========================================== */

#sec_access {
	width: 100%;
}

.access_in {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;

}

.access_left {
}

.access_mapBox {
	background: #ddd;
	height: 16vw;
	max-height: 220px;
	overflow: hidden;
	flex-grow: 3;
}

.access_map {
	width: 100%;
	height: 100%;
}

#sec_access .mod-sec_ttl {
	margin-bottom: 13px;
}

.access_address {
	font-size: 1.3rem;
	line-height: 2.0rem;
	padding-bottom: 7px;
	padding-top: 7px;
}

.access_mapBtn a {
	display: block;
	color: #FFF;
	background: #f97186;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 3px;
	padding:7px 0;
	transition-property: all;
	transition-duration: 0.3s;    
	-moz-transition-property: all;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property:all;
	-webkit-transition-duration:  0.3s;
	-ms-transition-property: all;
	-ms-transition-duration:  0.3s;
}

.access_mapBtn a:hover {
	background: #ee395f;
}

@media screen and (max-width: 960px){

.access_mapBox {
	height:150px;
}


}

@media screen and (max-width: 768px){

.access_mapBox {
	height: 110px;
}

}

@media screen and (max-width: 640px){

	#sec_access {
		float: none;
		width: 100%;
		border-bottom: 1px solid #cfcfcf;
	}

	.access_mapBox {
		position: static;
		right:auto;
		top: auto;
		height: 200px;
		margin-bottom: 15px;
	}

	.access_left {
		width: 100%;
		text-align: center;
	}

	.access_mapBtn a {
		width: 220px;
		padding:10px 0;
		margin:auto;
	}		

}
