:root {
	--yellow-color: #ECAF00;
	--blue-color: #2B66BF;
	--pink-color: #D26793;
	--txt-mv-color: #2180c4;
	--bg-event: #C6DDFF;
}

#home .main{
	background: var(--bg-color);
	overflow: hidden;
}

#home h2{
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

#home h2.yellow{
	color: var(--yellow-color);
}

#home h2.blue{
	color: var(--blue-color);
}

#home h2.pink{
	color: var(--pink-color);
	margin-top: -60px;
}

.link_to_list {
	width: 100%;
	text-align: right;
	padding-right: 50px;
}

.link_to_list a{
	text-decoration: underline;
	color: var(--main-color);
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
	#home h2{
		font-size: 3.281vw;
		margin-bottom: 2.344vw;
	}

	.link_to_list {
		padding-right: 3.906vw;
	}
}

/*For SP*/
@media only screen and (max-width: 767px) {
	#home .main{
		background: var(--bg-color);
	}

	#home h2{
		font-size: .52rem;
		margin-bottom: .3rem;
	}

	.link_to_list {
		padding-right: .5rem;
	}

	.link_to_list a{
		font-size: .26rem;
	}
}

/*sec_mv*/
.sec_mv{
	width: 100%;
	background: url(/assets/images/kals/bg_kals_top_mv.png) no-repeat top left;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

.sec_mv .mv_content{
	width: 100%;
	text-align: right;
	margin-bottom: 100px;
	padding-top: 20px;
}

.sec_mv h1{
	margin-bottom: 15px;
}

.sec_mv h1 img{
	width: 334px;
	height: auto;
}

.sec_mv h1 span{
	display: inline-block;
	color: var(--txt-mv-color);
	font-size: 24px;
	font-weight: 700;
}

.sec_mv .mv_content p{
	font-size: 18px;
	color: var(--txt-mv-color);
	max-width: 764px;
	float: right;
	font-weight: 700;
}

.sec_mv p{
	margin-left: 25px;
}

.sec_mv .flex .col_02{
	margin-bottom: 30px;
}

.sec_mv .col_02 p{
	margin-bottom: 30px;
}

.sec_mv iframe{
	width: 100%;
	min-height: 315px;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
	.sec_mv{
		background: url(/assets/images/kals/bg_kals_top_mv.png) no-repeat top  left;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}	

	.sec_mv .mv_content{
		margin-bottom: 5vw;
		padding-top: 1.563vw;
	}

	.sec_mv h1{
		margin-bottom: 1.172vw;
	}

	.sec_mv h1 img{
		width: 26.219vw;
		height: auto;
	}

	.sec_mv h1 span{
		font-size: 1.875vw;
	}

	.sec_mv .mv_content p{
		font-size: 1.406vw;
		max-width: 59.781vw;
	}

	.sec_mv p{
		margin-left: 2vw;
	}

	.sec_mv .col_02 p{
		margin-bottom: 2vw;
	}
}

/*For SP*/
@media only screen and (max-width: 767px) {
	.sec_mv{
		width: 100%;
		background: url(/assets/images/kals/bg_kals_top_mv.png) no-repeat top left 30%;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}

	.sec_mv .inner{
		padding-top: 1.4rem;
	}

	.sec_mv .mv_content{
		width: 100%;
		text-align: right;
		padding-top: .2rem;
		margin-bottom: .55rem;
	}

	.sec_mv h1{
		margin-bottom: .15rem;
	}

	.sec_mv h1 img{
		width: 3.3rem;
		height: auto;
	}

	.sec_mv h1 span{
		font-size: .34rem;
	}

	.sec_mv .mv_content p{
		font-size: .26rem;
		width: 100%;
		margin: 0 auto;
		float: none;
		text-align: left;
	}

	.sec_mv p{
		margin-left: 0;
	}

	.sec_mv .flex .col_02{
		margin-bottom: 0;
	}

	.sec_mv .col_02 p{
		margin-bottom: .35rem;
	}

	.sec_mv .col_02 img{
		margin-bottom: .35rem;
	}

	.sec_mv iframe {
	    width: 100%;
	    min-height: 3.9rem;
	}

	.sec_mv .flex .col_02:nth-child(3) {
	    order: 99; 
	}

	.sec_mv .mv_content p{
		width: 85%;
		margin: 0 auto;
	}

	.sec_mv .mv_content p span {
		font-size: .32rem;
		width: 100%;
		margin: 0 auto;
		float: none;
		text-align: left;
		padding-left: 22px;
		font-weight: 500;
		font-style: italic;
		display: inline-block;
		
	}

	.sec_mv .mv_content p span.txtmv01 {
		text-indent: -26px;
	}

	.sec_mv .mv_content p span.txtmv02 {
		text-indent: -14px;
	}

	.sec_mv .mv_content p span.txtmv03 {
		text-indent: 4px;
	}

	.sec_mv .mv_content p span.txtmv04 {
		text-indent: 15px;
	}
}

/* facilities */
div#Facilities-Contents {
	margin-bottom: 40px;
}
#post .post_detail .mod_box ul.tabList {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 40px 0 30px;
}

#post .post_detail .mod_box .tabList li {
	padding: 10px 15px;
	border: 1px solid #002B55;
	margin-bottom: 5px;
	margin-right: 10px;
	list-style: none;
}
.tabList li.on,
.tabList li:hover {
	background-color: #002B55;
} 
.tabList li.on a,
.tabList li:hover a {
	color: #fff;
	text-decoration: none;
}
.tabBox {
	margin-top: 20px;
} 

#Facilities-next-left							{ float:left; width: 516px; max-width: 46%;}
#Facilities-next-left img							{padding: 0px;margin:0px;}
#Facilities-next-left .bphoto						{padding: 0px 0px 6px 0px;margin:0px; }
#Facilities-next-left .sphoto						{padding: 0px; margin:0px; }
#Facilities-next-left .sphoto-left						{padding: 0px 0px 0px 0px; margin:0px; width: 254px; float:left; max-width: 49.5%;}
#Facilities-next-left .sphoto-right						{padding: 0px 2px 0px 0px; margin:0px; width: 254px; float:right; max-width: 49.5%;}
#Facilities-sisetu {padding: 8px 0px; }
#Facilities-next-right							{ float:right; width: 53%; }
@media (max-width: 991px) {
	#Facilities-next-left{
		max-width: 100%;
		float: none;
	}
	#Facilities-next-right {
		width: 100%;
		float: none;
	}
}