@charset "utf-8";

.lower_pagettl {
	background: url(./img/page_ttl_bg.jpg) no-repeat right / cover;
}

.facilities_p {
	display: inline-block;
	font-size: 18px;
	padding: 0 40px;
	margin: 30px 0 60px;
}

/*================================
PC適用
================================*/
@media screen and (min-width: 1200px) {

	/*================================
	メインビジュアル
	================================*/

}


/*================================
　ここからTABLET・SP適用
================================*/
@media screen and (max-width: 1023px) {
	
	
	/*================================
	メインビジュアル
	================================*/

	.lower_pagettl {
		background: url(./img/page_ttl_bg.jpg) no-repeat 65% / cover;
	}

	.img_flex {
		justify-content: center;
	}
	.img_flex .img_flex_left {
		margin-bottom: 20px;
	}

}


/*================================
　ここから広いSP
================================*/
@media screen and (max-width: 700px) {

	/*================================
	メインビジュアル
	================================*/


}


/*================================
ここからSP
================================*/
@media screen and (max-width: 480px) {
	.lower_pagettl {
		/* background: url(./img/page_ttl_bg_sp.jpg) no-repeat 25% / cover; */
	}

	.facilities_p {
		font-size: 14px;
		padding: 0 20px;
	}

}





















