@charset "UTF-8";
@import url("reset.css");
@import url("advanced.css");
@import url("grouplink.css");
a img {	opacity: 1;	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out; }
a:hover img {	opacity: .5; }
/*BODY*/
body,html {/*background: #fff url(/pc/images_design/common/common_bg.jpg) repeat 0 0;*/ }

/*COMMON*/
.index_header img,.index_enter_btn img {}
#sitecopy,#index_logo,.index_enter_btn ul,.index_enter_btn ul{width: 1110px;}
#sitecopy,#index_logo,.index_enter_btn ul{margin: 0 auto;}
.index_enter_btn ul { position: relative; }

/*HEADER*/
.index_header { background: url(/pc/images_design/index/index_logo_bg.jpg) repeat-x center top; }
#sitecopy {  height: 18px; font-size: 10px; line-height: 18px; color: #fff; }
#index_logo { box-sizing: border-box; height: 301px; position: relative; text-align: center; padding-top: 30px;}
#index_logo img {}

/*ENTER LEAVE*/
.index_enter_btn,.index_enter_btn ul {height: 81px;}
.index_enter_btn { /*background: url(/pc/images_design/index/index_global_navi_bg.jpg) repeat-x 0 0;*/ background: #FF50A0; }
.index_enter_btn ul { background: url(/pc/images_design/index/index_ul_bg.png) no-repeat 0 0;}
.index_enter_btn li:nth-child(1) { position: absolute; left: 710px; top: 0; }
.index_enter_btn li:nth-child(2) { position: absolute; left: 910px; top: 0;}

/*外国人向け入場*/
.index_enter_foreigners{ box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; border-bottom: 2px solid #FF50A0;}
.index_enter_foreigners ul{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.index_enter_foreigners li{}
.index_enter_foreigners li a{ box-sizing: border-box; height: 32px; line-height: 32px; display: block; padding: 0 12px; text-decoration: none; color: #FF50A0;}
.index_enter_foreigners li a:hover{ background: #FF50A0; color: #fff;}
.index_enter_foreigners li a i{ padding-right: 5px;}

.covid{ text-align: center; padding: 20px 0 5px;}

/*MAIN*/
#index_main{ padding: 30px 0;}

/*デリヘルタウンバナー*/
.bnr_dto{ width: 400px; height: 40px; margin: 0 auto; overflow: hidden;}
.bnr_dto li{ width: 200px; height: 40px; float: left;}

/*FOOTER*/
.index_footer { background: #fff;border-top: 10px solid #FF50A0; text-align: center; padding: 35px 0 40px 0; }
.index_footer p { margin-top: 1.0em; font-size: 10px; line-height: 14pt; color: #333; }

.clearfix{ display: inline-block; overflow: hidden; zoom: 1;}

.clearfix:after{
	visibility: hidden;
	display: block;
	content: ".";
	height: 0;
	clear: both;
}

.preo{ text-align: center; padding: 20px 0;}
.preo p{ font-size: 40px; font-weight: bold;}
.preo p span{ color: #fc0000;}