@charset "UTF-8";

.hero {
	padding: 80px 0;
}

.hero_ttl {
	line-height: 1;
	text-align: center;
}

.hero_ttl span {
	display: block;
	color: #d70c19;
	font-weight: bold;
	font-size: 55px;
	font-family: "Oswald", sans-serif;
}

.hero_ttl em {
	display: block;
	margin-top: 15px;
	font-weight: bold;
	font-size: 20px;
}

.hero_txt {
	margin-top: 30px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}

.menu_wrap {
	display: -webkit-flex;
	display:         flex;
}

.menu_col {
	width: 50%;
}

.menu_col.-left {
	position: relative;
}

.menu_col.-right {
}

.menu_message {
	display: block;
	width: 100%;
	overflow: hidden;
}

.menu_message:before {
	content: "";
	display: block;
	z-index: -1;
	width: 100%;
	padding-top: 85%;
	background-image: url(../img/pt-menu01_2509.jpg);
	background-position: center;
	background-size: cover;
	transition: -webkit-transform 0.4s;
	transition:         transform 0.4s;
}

.menu_message:hover:before {
	        transform: scale(1.1);

	-webkit-transform: scale(1.1);
}

.menu_message_cnt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10% 6%;
}

.menu_message_catch {
	width: 60%;
}

.menu_message_name {
	margin-top: 30px;
}

.menu_message_name span {
	display: inline-block;
	font-family: "Yu Mincho", "YuMincho", serif;
	vertical-align: bottom;
}

.menu_message_name em {
	display: inline-block;
	margin-left: 10px;
	vertical-align: bottom;
}

.menu_message_ttl {
	position: absolute;
	bottom: 10%;
	left: 6%;
}

.menu_message_ttl_en {
	color: #d70c19;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	font-family: "Oswald", sans-serif;
}

.menu_message_ttl_jp {
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
}

.menu_message_ttl_fig {
	margin: 10px 0;
	line-height: 1;
}

.menu_col_cnt {
	display: -webkit-flex;
	display:         flex;
	        flex-direction: row;
	        flex-wrap: wrap;

	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
}

.menu_item {
	position: relative;
	width: 50%;
	overflow: hidden;
}

.menu_item.-off {
	pointer-events: none;
}

.menu_item:before {
	content: "";
	display: block;
	padding-top: 85%;
	background-position: center;
	background-size: cover;
	transition: -webkit-transform 0.4s;
	transition:         transform 0.4s;
}

.menu_item:hover:before {
	        transform: scale(1.1);

	-webkit-transform: scale(1.1);
}

.menu_item.-new:before {
	background-image: url(../img/pt-menu02.jpg);
}

.menu_item.-mid:before {
	background-image: url(../img/pt-menu03.jpg);
}

.menu_item.-history:before {
	background-image: url(../img/pt-menu04.jpg);
}

.menu_item.-visit:before {
	background-image: url(../img/pt-menu05.jpg);
}

.menu_item_cnt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1;
}

.menu_item.-off .menu_item_cnt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(204, 204, 204, 0.7);
}

.menu_item.-off .menu_item_cnt:after {
	content: "Coming soon";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	        transform: translateY(-50%);
	width: 100%;
	height: 1em;
	color: #d70c19;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	text-align: center;
	text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff;

	-webkit-transform: translateY(-50%);
}

.menu_item_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	        transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;

	-webkit-transform: translate(-50%, -50%);
}

.menu_item_ttl_en {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
}

.menu_item_ttl_fig {
	margin: 10px 0;
}

.menu_item_ttl_jp {
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
}

.pttl {
	line-height: 1;
	text-align: center;
}

.pttl span {
	display: block;
	color: #d70c19;
	font-weight: bold;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
}

.news .pttl span {
	color: #ffffff;
}

.pttl em {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	font-size: 22px;
}

.news {
	padding: 60px 0;
	background: #d70c19;
	color: #ffffff;
}

.news_list {
	max-width: 700px;
	margin: 30px auto 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.news_list > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 1.3;
}

.news_list > li > a,
.news_list > li > span {
	display: block;
	display: table;
	width: 100%;
	padding: 10px 5px;
}

.news_list > li > a:hover em {
	text-decoration: underline;
}

.news_list > li time {
	display: table-cell;
	width: 80px;
	white-space: nowrap;
	vertical-align: top;
}

.news_list_icn {
	display: table-cell;
	width: 80px;
	vertical-align: top;
}

.news_list_icn span {
	padding: 0 10px;
	background: #e79000;
	color: #ffffff;
	white-space: nowrap;
}

.news_list > li em {
	display: table-cell;
	padding-left: 15px;
	vertical-align: top;
}

.contact {
	background-color: #efefef;
}

/* All SP & Tablet */
@media screen and (max-width:1020px) {
	.menu_message_ttl_en {
		font-size: 14px;
	}

	.menu_message_ttl_jp {
		font-size: 18px;
	}

	.menu_item_ttl_en {
		font-size: 14px;
	}

	.menu_item_ttl_jp {
		font-size: 18px;
	}
}

/* All SP */
@media screen and (max-width:640px) {
	.hero {
		padding: 40px 0;
	}

	.hero_ttl span {
		font-size: 38px;
	}

	.hero_ttl em {
		font-size: 18px;
	}

	.hero_txt {
		font-size: 12px;
	}

	.menu_wrap {
		display: block;
	}

	.menu_col {
		width: 100%;
	}

	.menu_message_name em {
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}

	.menu_message_ttl_jp {
		font-size: 14px;
	}

	.menu_message_ttl_fig {
		width: 140px;
		margin: 5px 0;
	}

	.menu_item_ttl_fig {
		width: 140px;
		margin: 5px auto;
	}

	.menu_item_ttl_jp {
		font-size: 14px;
	}

	.news .pttl span {
		font-size: 16px;
	}

	.pttl em {
		font-size: 16px;
	}

	.news {
		padding: 40px 0;
	}

	.news_list > li {
	}

	.news_list > li > a {
		display: block;
	}

	.news_list > li time {
		display: inline-block;
	}

	.news_list_icn {
		display: inline-block;
	}

	.news_list > li em {
		display: block;
		margin-top: 5px;
		padding-left: 0;
	}
}
