@charset "utf-8";
/* 
CSS Information
 File name:      index.css
 Author:         Administrator
 Style Info:     /index.html
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/
body {
	padding-bottom: 0;
	background: #fff;
}

#wrapper {
	background: #fff url(../img/index/bg_wrapper.png) repeat-x bottom;
	border: none;
}

#footer #copyright a {
	color: #fff;
}

/* #index
***********************************/
h1 span {
	display: block;
	width: 1180px;
	margin: 0 auto;
}

#header {
	margin-bottom: 30px;
	background: #fff;
}

#header .inner .lead {
	margin-bottom: 5px;
}

#header .inner .info {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 800px;
	height: 135px;
	padding: 15px;
	background: #fff url(../img/index/bg_info.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
}

#header .inner .info h2 {
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

#header .inner .info p {
	font-size: 93%;
}

.entrance {
	min-height: 470px;
	padding-right: 400px;
	margin-bottom: 35px;
	background: #fff url(../img/index/img_ph01.jpg) no-repeat right top;
}

.entrance .exp {
	padding-top: 230px;
	margin-bottom: 30px;
	background: url(../img/index/logo01.png) no-repeat left top;
	text-align: center;
	font-weight: bold;
}

.entrance .under18 {
	width: 370px;
	min-height: 37px;
	padding-left: 50px;
	margin: 0 auto 20px;
	background: url(../img/index/icon_under18.png) no-repeat left center;
}

.entrance ul li {
	float: left;
	margin-right: 20px;
}

.entrance ul li a {
	display: block;
	overflow: hidden;
	height: 70px;
	white-space: nowrap;
	text-decoration: none;
	text-indent: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.entrance ul li a:hover {
	background-color: #efefef;
}

.entrance ul li a[href*="main"] {
	width: 340px;
	background-image: url(../img/index/btn_enter.png);
}

.entrance ul li a[href^="http"] {
	width: 220px;
	background-image: url(../img/index/btn_exit.png);
}

.bnrbox {
	padding-left: 10px;
}

.bnrbox li {
	float: left;
	width: 30%;
	width: -webkit-calc((100% - 30px) / 3);
	width: calc((100% - 30px) / 3);
	margin: 0 15px 15px 0;
	font-weight: bold;
	font-size: 93%;
}

.bnrbox li:nth-child(3n) {
	margin-right: 0;
}

.bnrbox li img {
	max-width: 100%;
}

#group {
	position: relative;
}

#group .ttl {
	margin-bottom: 10px;
	text-align: center;
}

#group .ttl span {
	display: inline-block;
	position: relative;
	height: 28px;
	line-height: 28px;
	padding: 6px 40px;
	background: #fff;
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.3) inset;
	box-shadow: -1px -1px 2px rgba(0,0,0,0.3) inset;
}

#group .ttl span::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 98%;
	width: -webkit-calc(100% - 12px);
	width: calc(100% - 12px);
	height: 28px;
	border: 1px solid #ffac17;
}

#group .ttl span img {
	vertical-align: middle;
}

#group li {
	width: 385px;
	margin-bottom: 25px;
}

#group li:nth-child(odd) {
	clear: both;
	float: left;
}

#group li:nth-child(even) {
	float: right;
}

#group li dd {
	padding: 0 15px;
}

#group li dd a {
	color: inherit;
}

#group #map {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -156px 0 0 -168px;
}

.about {
	padding: 20px 30px;
}

#about_shop {
	margin-bottom: 25px;
	border: 2px solid #fff;
	border-top-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
	border-radius: 10px;
}

#about_area {
	border-top: 1px solid #fff;
}

.about h2 {
	margin-bottom: 1em;
	font-size: 108%;
	font-weight: bold;
}

.about p {
	margin-bottom: 1em;
}
