@charset "UTF-8";

/*
	Theme Name: kobayashi-dw
	Theme URI: http://kobayashi-dw.com
	Author: kobayashi-dw
	Author URI: http://kobayashi-dw.com
*/

/****************************************

          General Setting

*****************************************/
.facility_slide {
	width: calc(100% - 80px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
}

.facility_slide_title01 {
	float: left;
	width: calc(100% - 30px);
	margin-top: -250px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	color: #fff;
	font-size: 120px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 500;
	line-height: 1.3;
}








@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
.facility_slide {
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	text-align: center;
}

.facility_slide_title01 {
	float: left;
	width: calc(100% - 30px);
	margin-top: -220px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	color: #fff;
	font-size: 120px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 500;
	line-height: 1.3;
}
	
}




@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
.facility_slide_title01 {
	float: left;
	width: calc(100% - 30px);
	margin-top: -130px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	color: #fff;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 500;
	line-height: 1.3;
}
	
}