@charset "utf-8";

.bg-slider .kaikan_name{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
	color: #fff;
}
/*
.logo {
	margin: 50px 0 0 0;
}

.logo img{
	width: 150px;
}
*/
.new_plan_area{
	background: url(../img/adjustment/plan_bg.jpg) repeat;
	line-height: 0;
}

.new_plan_area div{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 120px;

	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.new_plan_area div img{
	width: 100%;
}

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

.youtube {
	margin-bottom: 60px;
}

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

.resson_bt {
	float: none;
	display: flex;
	justify-content: space-around;
}

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

.contact_banner {
	height: 255px;
	margin: -75px 0 0;
}

.contact_banner .tel {
	margin: 75px 0 0;
}

.contact_banner .box {
	height: 255px;
}

.contact_banner .bt {
	margin: 162px 0 0 40px;
}

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

	.contact_banner .box {
		background-size: 54%;
	}

	.contact_banner .tel {
		margin: 85px 0 0;
		width: 45%;
	}

	.contact_banner .box img{
		width: 100%;
	}

	.contact_banner .bt {
		margin: 170px 0 0 40px;
		width: 280px;
	}

}

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

.plan40{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;

	background: rgb(175,223,241);
	background: linear-gradient(180deg, rgba(175,223,241,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
	padding-top: 60px;
}

.plan40 div{
	width: 1100px;
	height: 540px;
	margin-left: auto;
	margin-right: auto;

	background: url(../img/adjustment/plan40_bg.png) no-repeat;
	
	display: flex;
	justify-content: left;
	align-items: center;

}

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

.plan_list_65_90{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	
	display: flex;
	margin-bottom: 120px;
}

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

	.plan_list_65_90{
		width: 100%;
	}

	.plan_list_65_90 img{
		width: 85%;
	}

}


.plan_list_65_90 li{
	width: 640px;
	display: flex;
	justify-content: center;

	padding-top: 60px;
}

.plan_list_65_90 li:nth-child(1){
	background: rgb(197,241,175);
	background: linear-gradient(180deg, rgba(197,241,175,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
}

.plan_list_65_90 li:nth-child(2){
	background: rgb(241,175,206);
	background: linear-gradient(180deg, rgba(241,175,206,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
}

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

.contact_banner.sub{
	margin-bottom: 160px;
}

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

.facility_box .facility_list{
	margin-bottom: 120px;
}

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

.hall_main_image{
	margin-bottom: 30px;
}

.details_area{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
}

.contents .box .details_area h3{
	font-size: 30px;
	border-bottom: 1px solid #a9a9a9;
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contents .box .details_area h3 ul{
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
	font-size: 16px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.contents .box .details_area h3 ul li{
	color: #fff;
	width: 120px;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.contents .box .details_area h3 ul li:nth-child(1){
	background: #009c84;
}

.contents .box .details_area h3 ul li:nth-child(2){
	background: #3177cd;
	margin-left: 5px;
}

.details_area .overview{
	width: 420px;
}

.details_area .overview .overview_list{
}

.details_area .overview .overview_list > li{
	width: 100%;
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.details_area .overview .overview_list > li:nth-child(1){
	padding-top: 0;
}

.details_area .overview .overview_list > li .th{
	width: 110px;
}

.details_area .overview .overview_list > li .td{
	width: 320px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.details_area .overview .overview_list > li .td ul{
}

.details_area .overview .overview_list > li .td ul li{
	font-size: 13px;
	color: #009c84;
	border: 1px solid #009c84;
	padding: 3px 5px;
}

.details_area .overview .overview_list > li .td ul li:nth-child(1){
	margin-bottom: 3px;
}


.details_area .facility{
	width: 530px;
}

.details_area .facility ul.facility_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.details_area .facility ul.facility_list li{
	width: 67px;
	line-height: 0;
	margin-bottom: 10px;
}

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


.contents .box .access_map_area{
	margin-bottom: 100px;
}

.contents .box .access_map_area h3{
	font-size: 30px;
	border-bottom: 1px solid #a9a9a9;
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contents .box .access_map_area .access_map{
	margin-bottom: 20px;
}

.contents .box .access_map_area ul{
	display: flex;
	justify-content: space-between;
}

.contents .box .access_map_area ul li{
	width: 49%;
	background: #f3f3f3;
	padding-bottom: 20px;
}

.contents .box .access_map_area ul li h4{
	width: 100%;
	background: #cde7e3;
	height: 60px;
	
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 20px;
}

.contents .box .access_map_area ul li h4 span{
	margin-right: 10px;
}

.contents .box .access_map_area ul li div{
	margin-left: 50px;
	margin-bottom: 20px;
}

.contents .box .access_map_area ul li div h5{
	font-size: 16px;
	font-weight: normal;
}

.contents .box .access_map_area ul li div p{
	font-size: 14px;
	margin-left: 14px;
	margin-right: 14px;
	line-height: 1.6;
}

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

	.covid{
		width: 100%;
	}

	.covid img{
		width: 100%;
	}

}







