@charset "utf-8"; 










/*=============================== メイン ================================*/

#main h2.anchor {
	margin-top:-188px;
	padding-top:188px;
}
#main h2 a {
	outline-style:none;
}
.l-section .inner {
	width:960px;
	margin:0 auto;
}







/*=============================== グランドメニュー ================================*/

.menu_contents {
	background-image: url(../images/bg_home_menu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
.bg_menu_contents {
	background-image: url("../images/bg_home_menu_deco.png");
	background-repeat: no-repeat;
	background-position: center 100px;
	
}
/*
section:not(.active) .bg_menu_contents {
	background-position: center 30px;
}*/
.menu_contents .inner {
	height: 920px;
	padding-top: 50px;
}
.menu_ttl {
	font-size:6rem;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	letter-spacing:.2em;
}
.menu_txt {
	font-size:1.4rem;
	color:#fff;
	text-align:center;
	line-height:2em;
	letter-spacing:.1em;
	width:620px;
	margin:0 auto 25px;
}
.menu_body {
	width:212px;
	margin:0 auto;
}
.menu_item,
.feature_contents .btn_more {
	padding-left:18px;
	position:relative;
	margin-bottom:22px;
}
.menu_item a,
.feature_contents .btn_more a {
	font-size:2rem;
	color:#231815;
	letter-spacing:.2em;
	display:block;
	background-color:rgba(212,181,114,.8);
	line-height:66px;
	text-align:center;
	transition:all .5s ease;
}
.menu_item a::after,
.feature_contents .btn_more a::after {
	content: " ";
	display: block;
	width: 26px;
	height: 53px;
	background-image: url(../images/arrow01.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	transition:all .5s;
}
.menu_item a:hover,
.feature_contents .btn_more a:hover {
	color:#fff;
	background-color:rgba(31,49,52,.8);
}
.menu_item a:hover::after,
.feature_contents .btn_more a:hover::after {
	left:5px;
}





/*=============================== こだわり ================================*/

.feature_contents {
	background-color:#000;
	min-width: 1080px;
}
.feature_contents .inner {
	width:auto;
	min-width: 1080px;
	margin: 0 auto;
}
.feature_intro_wrap {
	min-height: 640px;
	padding-top:153px;
	padding-bottom: 167px;
	background-image: url(../images/bg_home_feature.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size:cover;
}
.feature_intro {
	width:689px;
	height:320px;
	background-color:rgba(0,0,0,.4);
	padding: 29px 75px 40px 35px;
	position:relative;
	float:right;
	margin-bottom:127px;
}
.feature_intro_body {
	display:flex;
}
.feature_intro_ttl {
	font-size:3rem;
	width:212px;
	color:#fff;
	line-height:1.8em;
	margin-right: 27px;
	padding-top:29px;
	text-align:center;
	letter-spacing:.3em;
}
.feature_intro_txt {
	color:#fff;
	font-size:1.6rem;
	line-height:2.2em;
	letter-spacing:.1em;
	width:335px;
	padding-top: 43px;
}
.feature_contents .btn_more {
	width:212px;
	position:absolute;
	left:34px;
	bottom:48px;
	margin:0;

}





/*
* feature_item
*/

.feature_item_wrap {
	height: 687px;
}
.feature_item_group {
	width:960px;
	margin:0 auto 50px;
	clear:both;
	position: relative;
	top: -40px;
}
.feature_item_body {
	display:flex;
	justify-content:space-between;
}
.feature_item {
	width:216px;
	height:444px;
	padding-top:71px;
	background-color:#D4B572;
	position:relative;
}
.feature_item_ttl {
	width:53px;
	min-height:145px;
	margin:0 auto 25px;;
}
.feature_item_txt {
	font-size:1.6rem;
	line-height:2.2em;
	letter-spacing: .02em;
	width:156px;
	margin:0 auto;
}
.feature_item_more {
	font-size:1.5rem;
	line-height:2.2em;
	letter-spacing: .02em;
	text-align: center;
}

.feature_item::before {
	content:" ";
	display:none;
	position:absolute;
	left:50%;
	top:-73px;
	transform:translateX(-50%);
	background-repeat: no-repeat;
	background-position: center ;
	width:177px;
	height:150px;
}
.feature_item.feature01::before {background-image: url(../images/feature_img01.png);}
.feature_item.feature02::before {background-image: url(../images/feature_img02.png);}
.feature_item.feature03::before {background-image: url(../images/feature_img03.png);}
.feature_item.feature04::before {background-image: url(../images/feature_img04.png);}


/*
* feature_copy
*/

.feature_copy {
	text-align:center;
	color:#fff;
	width:630px;
	margin:0 auto;
}
.feature_copy_ttl {
	font-size:3.5rem;
	letter-spacing:.2em;
	margin-bottom:10px;
}
.feature_copy_txt {
	font-size:1.6rem;
	line-height:2.2em;
	letter-spacing:.1em;
	text-align:justify;
}



/*
* message
*/

.message_contents{
	background-color: #EA545D;
}
.message_figure {
	display:flex;
	min-width:960px;
	max-width: 1080px;
	margin:0 auto;
	background-color:#EA545D;
}
.message_img {
	max-width: 600px;
}
.message_figcaption {
	width:480px;
	color:#fff;
	padding-left: 60px;
	background-color:#EA545D;
	position:relative;
	display: flex;
align-items: center;
}
.message_figcaption_inner {
	width:360px;
	margin:0 auto;
}
.message_figcaption_ttl {
	font-size:4.2rem;
	line-height:1.4em;
	letter-spacing:.2em;
	text-align:center;
	margin-bottom:32px;
}
.message_figcaption_txt {
	font-size:1.6rem;
	line-height:2.2em;
	letter-spacing:.2em;
	text-align:justify;
}
















