@charset "UTF-8";
/* ==================== header ==================== */
header {
	background-color: rgba(255, 255, 255, 0);
	border-bottom: none; /* reset */
	width: 100%;
}
header > div {
	max-width: 95%; /* reset */
	transition: 1.0s;
	width: 95%; /* reset */
}
header > div h1 {
	opacity: 0;
	transition: 1.0s;
}
header > div nav ul li a {
	color: #FFF;
	transition: 1.0s;
}
header > div nav ul li a::after {
	background: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 1079px) {
	header > div nav ul li a::after {
		background: none;
	}
}
/* ==================== .header-change ==================== */
body.header-change header {
	background-color: rgba(255, 255, 255, 0.75);
	border-bottom: 1px solid #EEE;
}
body.header-change header > div {
	max-width: 1080px; /* reset */
	transition: 1.0s;
	width: 88%; /* reset */
}
body.header-change header > div h1 {
	opacity: 1; /* reset */
	transition: 1.0s;
}
body.header-change header > div nav ul li a {
	color: #555;
	transition: 1.0s;
}
@media screen and (max-width: 1079px) {
	body.header-change header > div nav ul li a {
		color: #FFF; /* reset */
	}
}
body.header-change header > div nav ul li a::after {
	background: rgba(85, 85, 85, 1);
}
/* ==================== main ==================== */
main {
	padding-top: 0; /* reset */
}
@media screen and (max-width: 1079px) {
	main {
		padding-top: 0; /* reset */
	}
}
/* ==================== .sub_title ==================== */
.sub_title {
	background-color: #555;
	background-position: left top, center center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	margin-top: -90px;
	max-width: 100%;
	padding: 120px 0; 
	width: 100%;
}
@media screen and (max-width: 767px) {
	.sub_title {
		margin-top: -60px;
	}
}
.sub_title h2 {
	color: #FFF;
	margin-bottom: 0;
	text-align: center;
}
/* ==================== スライダー ==================== */
.n2-section-smartslider {
	margin-bottom: 0;
}
/* ==================== menu-front-page_nav-container（3つ並びのメニュー） ==================== */
.menu-front-page_nav-container {
	margin: 0 auto -40px;
	position: relative;
	top: -40px;
	width: 1080px;
}
.menu-front-page_nav-container ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
}
.menu-front-page_nav-container ul li {
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 80px;
	text-align: center;
	white-space: nowrap;
	width: 320px;
}
.menu-front-page_nav-container ul li a {
	background-image: url("../img/back_button_front-page_01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	display: block;
	height: 100%;
	text-decoration: none; /* reset */
	width: 100%;
}
@media screen and (max-width: 767px) {
	.menu-front-page_nav-container {
		margin-bottom: -15px;
		top: -15px;
	}
	.menu-front-page_nav-container ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.menu-front-page_nav-container ul li {
		line-height: 60px;
		margin-bottom: 5px;
		width: 240px;
	}
	.menu-front-page_nav-container ul li:nth-child(2) {
		margin-left: auto;
		margin-right: auto;
	}
	.menu-front-page_nav-container ul li:last-child {
		margin-left: auto;
		margin-right: 0;
	}
}
