@charset "utf-8"; 






/*=============================== base ================================*/

html {
	/*overflow-x: hidden;*/
	overflow-y: scroll;
}
body {
	font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	font-size: 1.4rem;
	color:#000;
	font-weight: 500;
	position: relative;
	letter-spacing: .08em;
	line-height: 2;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	background-color: #F6FAF6;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
strong {
	font-style:normal;
	font-weight: bolder;
}
em {
	font-style:normal;
	font-weight: bold;
}
fieldset {border:none}




img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: 0 ;
}
a{
	color: #000;
	background: transparent;
	text-decoration: none;
	outline-style: none;
	transition: color .5s ease;
}
a:hover {
	color: #258D55;
}
.hover a {
	opacity: 1.0;
	transition: opacity .5s;
}

.hover a:hover {
	opacity: .6;
}
a img {
	line-height:0;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
input[type="text"],
input[type="email"],
textarea {
	background-color:#DCDDDD;
	width:100%;
}



.txt_small {
	font-size: 0.8em;
}
.bld {
	font-weight: bold;
}
.important {
	color: #FF0000;
}
.is-sp {
	display: none;
}
.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*---------- btn ----------*/

.btn {
	width: 200px;
}
.btn a {
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 28px;
	background-color: #000;
	position: relative;
	transition: opacity .5s ease;
}
.btn a::before {
	content: " ";
	display: inline-block;
	width: 8px;
    height: 8px;
	margin-right: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}

/*----- more -----*/

.btn_more {
	width: 150px;
	margin: 0 auto;
}
.btn_more a:hover {
	opacity: .6;
}

/* more / 木目 */

.btn_more.wood a {
	background-image: url("../images/bg_btn_more.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}



/*=============================== レイアウト ================================*/
.l-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 896px;
	padding-top: 120px;
}
.l-mainvisual {
	width: 100%;
	min-width: 896px;
}
.l-container {
	width: 100%;
}
.l-section {
	position: relative;
	width: 100%;
	z-index: 1;
}
.l-main {
	position: relative;
	z-index: 1;
}
.l-footer {
	position: relative;
	z-index: 2;	
}



/*=============================== header ================================*/

.l-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}
.header {
	width: 100%;
	background-color: #fff;
}
.onheader .header {
	background-color: #fff;
}
.header_inner {
	width: 896px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}
.header .logo {
	width: 227px;
	position: absolute;
	bottom: 20px;
	z-index: 101;
}





/*=============================== メインナビ ===============================*/

.main_nav {
	height: 55px;
	position: absolute;
	right: 0;
	bottom: 20px;
}
.main_nav_inner {
	position: relative;
	height: 100%;
}
.main_nav_body {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 100%;
}
.main_nav_item {
	margin: 0 0 0 30px;
	position: relative;
}

.main_nav_item a {
	white-space: nowrap;
	position: relative;
	padding-top: 35px;
	line-height: 20px;
}
.main_nav_item a:hover {
	color: #000;
}
.main_nav_item a::before {
	content: " ";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background-image: url("../images/icon_main_nav_act.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	opacity: 0;
	transition: opacity .5s;
}
.main_nav_item.act a::before,
.main_nav_item a:hover::before {
	opacity: 1;
}
.main_nav_item span {
	transition: opacity .5s;
}
.main_nav_item .txt_jp {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.main_nav_item .txt_en {
	font-weight: bold;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
@media screen and (min-width: 801px) {
	.main_nav_item a:hover .txt_jp,
	.main_nav_item.act .txt_jp {
		opacity: 0;
	}
	.main_nav_item a:hover .txt_en,
	.main_nav_item.act .txt_en {
		opacity: 1;
	}

}




/*=============================== メインビジュアル ===============================*/

.mainvisual {
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-repeat: repeat;
	background-position: 0 center;
	background-size: auto 705px;
}
.mainvisual_contents {
	width: 896px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.is-concept .mainvisual {
	background-image: url( "../images/bg_wood.jpg");
	height: 376px;
}


/*---------- メインビジュアル／HOME ----------*/

.is-home .mainvisual {
	height: 580px;
	
}
.mainvisual_catch {
	font-size: 3.5rem;
	letter-spacing: .2em;
	position: absolute;
	right: 130px;
	top: 106px;
}


/*----- スライド -----*/

.bx-wrapper,
.bx-viewport {
	height: 100%!important;
}
.bx-viewport {
	z-index: 1;
}
.mainvisual_slide {
	width: 100%;
	min-width: 896px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
.mainvisual_slide_inner {
	position: relative;
	height: 100%;
}
.mainvisual_slide_item {
	width: 100%!important;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}


/*----- スライド／controll -----*/

.bx-controls {
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.bx-controls-direction {
	position: relative;
	height: 100%;
}
.bx-prev,
.bx-next {
	display: block;
	width: 32px;
	height: 100%;
	position: absolute;
	top: 0;
}
.bx-prev img,
.bx-next img {
	width:10px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: 0;
}
.bx-prev {
	left: 0;
}
.bx-prev img {
	left: 20px;
}
.bx-next {
	right: 0;
}
.bx-next img {
	right: 20px;
}














/*=============================== footer ===============================*/

.footer {
	width: 100%;
	position: relative;
	background-image: url( "../images/bg_footer.jpg");
	background-repeat: repeat-x;
	background-position: center 0;
	background-size: auto 100%;
}
.footer_inner {
	width: 896px;
	margin: 0 auto;
	padding-top: 193px;
	padding-bottom: 16px;
}
.footer_inner::before {
	content:"";
	display: block;
	position: absolute;
	width: 208px;
	height: 310px;
	top: -109px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url( "../images/footer_illst.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	margin-left: -17px;
}
.footer_logo {
	width: 226px;
	margin: 0 auto 20px;
}




/*----- footer／フッターナビ -----*/

.footer_nav {
	width: 789px;
	margin: 0 auto 18px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.footer_nav_body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 47px;
}
.footer_nav_item {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	margin-left: 25px;
}
.footer_nav_item:first-child {
	margin-left: 0;
}
.footer_nav_item a {
	white-space: nowrap;
	letter-spacing: .02em;
	transition: color .5s ease;
}




/*----- footer／コピーライト -----*/

.copyright {
	color: #fff;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
}








/*================================ ページトップ ===============================*/

.pagetop {
	width: 66px;
	height: 78px;
	position: absolute;
	top: -78px;
	right: 66px;
	background-image: url( "../images/pagetop.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.pagetop a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.pagetop a:hover {
	
}















