@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base_index.css");

/*------------------------------------------------------------
年齢認証
-------------------------------------------------------------*/

.index_header_outer {
	width: 100%;
	background:#1A151B url(../images_design/index/bg_1.jpg) top center no-repeat; 
}
.index_header_inner{
	height: 848px;
	margin: 0 auto;
}

.index_header_inner h1 {
	margin-left: 240px;
	color: #fff;
}

.index_header_item {
	width: 1200px;
	margin: 0 auto;
}

.index_header_item .header_logo {
	padding-top:  100px;
	margin-left: 545px;
	margin-bottom: 35px;
}

.index_header_item .enter_outer {
	padding-left: 545px;
}

.index_header_item .enter_outer {
	margin-bottom:  30px;
}

.index_header_item .enter_outer li:nth-of-type(1) {
	margin-right: 60px;
}


.index_header_item .enter_text_outer {
	padding-left: 520px;
}

.index_header_item .enter_text_outer {
	color: #7F7F7F;
}

.index_main_contents {
	background: #B19798 url(../images_design/index/bg_2.jpg) top center no-repeat;
}

.enter_text2_outer {
	min-height: 715px;
	color: #fff;
	box-sizing: border-box;
	padding-top: 80px;;
}

.enter_text2_inner {
	margin-left: 20px;
}

.enter_info {
	padding-left: 545px;
}

.index_header_item .bnr_dto{ box-sizing: border-box; width: 1200px; text-align: right; padding-right: 5px; margin-bottom: 30px;}


