@charset "UTF-8";

.index {
	line-height: 1;
}

.index_head {
	text-align: center;
	padding: 60px 0 80px;
}

.index_head_ttl {
	font-size: 42px;
	text-align: center;
	display: inline-block;
	padding: 0 10px;
	border-bottom: 3px solid #987518;
	line-height: 1.6;
}

.index_head_ttl em {
	font-size: 50px;
}

.index_head_en {
	margin-top: 20px;
	font-size: 30px;
}

.index_menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.index_menu_item {
	position: relative;
	width: 50%;
	text-align: center;
	overflow: hidden;
}

.index_menu_item:before {
	content: "";
	display: block;
	padding-top: 65%;
}

.index_menu_item:after {
	content: "";
	display: block;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.index_menu_item:hover:after {
	transition: linear 3s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.index_menu_item.-item01:after {
	background-image: url('../img/img-menu01.jpg');
}

.index_menu_item.-item02:after {
	background-image: url('../img/img-menu02.jpg');
}

.index_menu_item.-item03:after {
	background-image: url('../img/img-menu03.jpg');
}

.index_menu_item.-item04:after {
	background-image: url('../img/img-menu04.jpg');
}

.index_menu_cnt {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	top: 50%;
	padding: 0 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_menu_txt {
	padding: 40px 30px;
	background: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	line-height: 1.5;
}

.index_menu_txt em {
	font-size: 30px;
	display: block;
}

.index_menu_txt span {
	display: inline-block;
}

.index_menu_txt small {
	display: block;
}

@media screen and (max-width:1400px) {
}

/* for Tablet */
@media screen and (max-width:1230px) {
	.index_head_ttl {
		font-size: 36px;
	}

	.index_head_ttl em {
		font-size: 42px;
	}

}

/* for SP */
@media screen and (max-width:640px) {
	.index {
	}

	.index_head {
		padding: 30px 15px;
	}

	.index_head_ttl {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.index_head_ttl em {
		font-size: 24px;
		line-height: 1.4;
	}

	.index_head_en {
		line-height: 1.3;
		font-size: 16px;
	}

	.index_menu {
	}

	.index_menu_item {
		width: 100%;
		display: block;
	}

	.index_menu_item:before {
	}

	.index_menu_item:after {
	}

	.index_menu_item:hover:after {
	}

	.index_menu_item.-item01:after {
	}

	.index_menu_item.-item02:after {
	}

	.index_menu_item.-item03:after {
	}

	.index_menu_item.-item04:after {
	}

	.index_menu_cnt {
		padding: 0 5%;
	}

	.index_menu_txt {
		padding: 30px 25px;
	}

	.index_menu_txt em {
		font-size: 20px;
	}

	.index_menu_txt span {
	}

	.index_menu_txt small {
		font-size: 14px;
	}

}

/* for Print */
@media print {
}
