@charset "utf-8";

/* ===================================================
	Facilities CSS
====================================================== */
#breadcrumb {
	background: rgba(var(--color-bg03-rgb), 0.7);
}
section {
	padding: 95px 0 140px;
}

@media screen and (max-width: 600px) {
	section {
		padding: 60px 0;
	}
}

/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 {
	padding: 80px 0 120px;
}
#sec01 .sub_sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
}
#sec01 .sub_sec .img {
	width: 650px;
	max-width: 55%;
}
#sec01 .sub_sec .img .slick-dots {
	justify-content: flex-start;
}
#sec01 .sub_sec .txt {
	width: 485px;
	max-width: 40%;
}
#sec01 .sub_sec h3 {
	grid-column: 2;
	margin: 0 0 25px;
}
#sec01 .sub_sec h3 span {
	display: block;
}
#sec01 .sub_sec h3 .main {
	font-size: 26px;
}

@media screen and (max-width: 600px) {
	#sec01 {
		padding: 50px 0 80px;
	}
	#sec01 .sub_sec {
		flex-direction: column;
		align-items: initial;
		justify-content: flex-start;
		margin-top: 40px;
	}
	#sec01 .sub_sec .img {
		width: 100%;
		max-width: none;
		margin: 0 0 20px;
	}
	#sec01 .sub_sec .txt {
		display: contents;
		width: 100%;
		max-width: none;
	}
	#sec01 .sub_sec h3 {
		order: -1;
		margin-bottom: 15px;
	}
	#sec01 .sub_sec h3 .main {
		font-size: 22px;
		line-height: 1.2;
	}
}

/* ---------------------------------------------------
	背景色指定
------------------------------------------------------ */
#sec02 {
	background: #fff;
}
#sec04,
#sec06 {
	background: rgba(var(--color-bg03-rgb), 0.7);
}
