@charset "shift_jis";
/* CSS Document */
main {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#page-top-btn {
	display: none;
}
/* header */
header {
}
/* enter-image */
.enter-image {
	background: url(../img/index/bg_enter.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 25vh;
	text-align: center;
	color: #fff;
}
.enter-image .enter-logo {
	width: 60%;
	margin: 0 auto;
//	border: 5px solid #fe8100;
	border: 5px solid #FFFFFF;
	border-radius: 30px;
	padding: 20px;
	opacity:0.8;
	background-color: #FFFFFF;
	display: block;
}
.enter-image figcaption {
	width: auto;
	margin: 0 auto;
	border: 1px solid #fe8100;
	opacity:0.6;
	background-color: #fe8100;
	display: block;
	padding: 3vh;
	line-height: 1.8;
}
.enter-button {
	align-items: center;
	justify-content: center;
	padding: 3vh 0;
}
.enter-button li:nth-child(odd) {
	flex-shrink: 0;
	padding: 0 1em;
}
.enter-button a {
	display: block;
}
.enter-button img {
	width: 100%;
}
.enter-button span {
	position: relative;
	padding: 0 1em;
}
span.arrow-right::before {
	position: absolute;
	content: '';
	width: 1.4em;
	height: 1.4em;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	right: 0;
	margin-top: -.8em;
}
span.arrow-right::after {
	position: absolute;
	content: '';
	width: .3em;
	height: .3em;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: .6em;
	margin-top: -.3em;
}
span.arrow-left::before {
	position: absolute;
	content: '';
	width: 1.4em;
	height: 1.4em;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -.8em;
}
span.arrow-left::after {
	position: absolute;
	content: '';
	width: .3em;
	height: .3em;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 50%;
	left: .6em;
	margin-top: -.3em;
}
/* under18 */
.under18 {
	background: #000;
	color:#fff;
	line-height: 1.8;
	padding: .5em 0;
	text-align: center;
}
.under18 a {
	color: #f30;
	text-decoration: underline;
}
.under18 img {
	width: 1.8em;
	vertical-align: middle;
	display:inline-block;
}
/* group-link */
.group-link {
	margin: 3vh auto 0;
}
.group-link a {
	color: #000;
}
.group-link ul {
	line-height: 1.8;
}
.renai-group1 img {
	width: 200px;
}
.renai-group1 {
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 3vh;
}
.renai-group1 ul li {
	width: 100%;
	text-align: center;
}
.renai-group2 > li {
	width: 100%;
	margin-bottom: 3vh;
}
.area-name {
	border-bottom: 1px solid #000;
	margin-bottom: 1vh;
}
.area-name li {
	color: #ff307d;
	font-weight: 700;
	font-size: 130%;
}
.area-name li span {
	color: #000;
	font-weight: 100;
}
.shop-list li {
	margin-right: 1em;
}
.shop-list li:before {
	content: '\30fb';
}
.renai-group3 img {
	width: 100%;
}
.renai-group3 li {
	width: 100%;
	margin-bottom: 1vh;
}

@media screen and (min-width:1000px) {
	.enter-image .enter-logo {
		width: 36%;
	}
	.group-link {
		width: 90%;
	}
	.renai-group1 {
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}
	.renai-group1 > li {
		text-align: left;
	}
	.renai-group1 ul li {
		width: auto;
		padding: 0 1em;
	}
	.renai-group1 ul li.line-left {
		border-left: 1px solid #000;
	}
	.renai-group2,
	.renai-group3 {
		justify-content: space-between;
	}
	.renai-group2 > li,
	.renai-group3 > li {
		width: calc(94% / 3);
	}
	.renai-group2::after,
	.renai-group3::after {
		content:"";
		display: block;
		width: calc(94% / 3);
	}
}


.pr_area > div {width: 100%;max-width: 468px;margin: 10px auto;text-align: center;}
