@charset "shift_jis";
/* CSS Document */




/* =========================================
   body 
==========================================*/

html { font-size: 62.5%; }
body, h1, h2, h3, h4, ul, li, p, form {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}
body { 
    color: #FFF;
	background-color:#000;
}
a img {
	border: 0px;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #820000;
}
.box {
	margin-bottom: 10px;
}
.c_both {
    content: "";
    display: block;
    clear: both;
}
.blue {
	color: #00F;
}
.red {
	color: #F00;
}


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


#top01 {
	background-color: #fc04b3;
    height: 30px;
    padding: 0;
}
#top01 h1{
	color: #fff;
	text-align: center;
	line-height: 2;
	font-weight: normal;
}


/* =========================================
   contents 
==========================================*/
#wrapper {
}
#contents {
	position: relative;
	max-width: 1920px;
	height: 1046px;
	margin: 0 auto;
	background-image: url(../img/enter/ol_enter.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#contents img {
	width: 100%;
}
/* =========================================
   enter leave
==========================================*/

.enter_pc {
	position: relative;
    margin: 0 auto;
    width: 600px;
    height: 860px;
}
.enter_sp {
	display: none;
}
.logo_pc {
    width: 596px;
    padding-top: 70px;
    margin: 0 auto;
}

#enter_bt {
	position: absolute;
    bottom: 190px;
    left: 19%;
    /*right: 0;
    margin: 0 auto;*/
}
#enter_bt a {
	display: block;
    margin: 0 auto;
    width: 340px;
    transition: opacity .3s;
}
#enter_bt img:hover {
    animation-play-state: paused;
    top:1px;
	opacity: 0.9;
}
#enter_bt a img{
	animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

#leave_bt {
    position: absolute;
    bottom: 100px;
    left: 50%;
    max-width: 420px;
    margin: 10px 5%;
}
#leave_bt a {
	color: red;
    text-decoration: underline;
}
#leave_bt a:hover {
	text-decoration: underline;
}
#tel_bt {
	display: none;
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#tel_bt a {
	display: block;
    margin: 0 auto;
    width: 342px;
    transition: opacity .3s;
}



#heaven_bt,
#girlheaven_bt,
#vanilla  {
	position: absolute;
    bottom: 100px;
    left: 19%;
}
#girlheaven_bt {
    bottom: -80px;
}
#vanilla {
    bottom: 18px;
}

#heaven_bt a,
#girlheaven_bt a,
#vanilla a {
	display: block;
    margin: 0 auto;
    width: 468px;
    transition: opacity .3s;
}
#heaven_bt img:hover,
#girlheaven_bt img:hover,
#vanilla img:hover {
    animation-play-state: paused;
    top:1px;
	opacity: 0.9;
}





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


.footer {
	clear: both;
	width: 100%;
	border-top: 5px solid #fc04b3;
}
.footer_inner {
	max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 30px;
    display: flex;
}
.footer_left {
	width: 30%;
	margin-left: 5%;
}
.footer_logo {
	width: 65%;
}
.footer_logo img{
	width: 100%;
}

.footer_right {
	width: 55%;
	margin-left: 5%;
}
.f_menu_title {
	padding: 0.5rem;
	border-bottom: 2px solid #fc04b3;
	font-size: 1.8rem;
}
.footer_menu {
	list-style: none;
	overflow: hidden;
	border-bottom: 2px solid #fc04b3;
}
.footer_menu li {
	float: left;
	width: 125px;
    padding: 10px 20px;
}

.footer_tel {
	padding: 1rem;
	list-style: none;
}
.f_time {
	padding: 10px 0;
    float: left;
}
.f_tel {
	padding: 10px 14px;
    font-size: 1.8rem;
    float: left;
}
.footer_adress {
	list-style: none;
	overflow: hidden;
	padding: 1rem 1rem;
    float: left;
}
.footer_adress	br{
	display: none;
}



.copy {
	text-align: center;
	padding: 20px;
	background-color: #fc04b3;
}
.pagetop {
	display: none;
}

/* =========================================
   sec01 
==========================================*/

.sec01 {
	width: 63%;
	margin: 150px auto 50px;
}
.sec01 p{
	text-align: center;
    line-height: 1.5;
}

/* =========================================
   widget 
==========================================*/
.widget_pc {
}
.widget_sp {
	display: none;
}
.dx {
	width: 900px;
    margin: 20px auto;
}


/* =========================================
   bunner 
==========================================*/


#bunner_box {
	max-width: 960px;
	margin: 50px auto 50px;
	padding: 0 5%;
}
#bunner_box img{
	width: 100%;
    max-width: 468px;
}
#bunner {
	height: 88px;
	float:left;
	margin-right: 30px;
	margin-top: 10px;
}
#bunner img {
	border: 1px solid #fff;
}
.bn_img {
	float: left;
}
.bn_img:nth-child(odd){
	margin-right: 5px;
}
#bunner_box td {
	vertical-align:top;
}

.girls_heaven {
    width: 80%!important;
}

/* =========================================
   sp 
==========================================*/


@media screen and (max-width: 770px) {

#contents {
	max-width: 770px;
    height: auto;
	background-image: none;
}	
	
	
/* ========= enter ===========*/	
.enter_pc {
	display: none;
}
.enter_sp {
	display: block;
	line-height: 0;
}
#enter_bt {
	position: static;
    padding: 20px 0 16px;
	border-top: 2px solid #fc04b3;
    border-bottom: 2px solid #fc04b3;
	background-image: url(../img/menu_bg.png);
}
#enter_bt a {
	width: 62%;
    max-width: 340px;
}


#heaven_bt,
#girlheaven_bt,
#leave_bt,
#vanilla {
	position: static;
    padding: 5px 0;
}
#heaven_bt a,
#girlheaven_bt a,
#leave_bt a,
#vanilla a{
	width: 60%;
    max-width: 340px;
}

#tel_bt {
	display: block;
    position: static;
    padding: 20px 0 16px;
	bottom: -10%;
    width: 46%;
}
#tel_bt a {
	height: 100%;
    width: 100%;
	display: block;
}

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


.footer_inner {
	width: 100%;
	display: block;
	text-align: center;
}
	.footer_left {
	display: none;
} 
.footer_right{
	width: 100%;
    margin: 0;
}
.footer_logo img {
    width: 80%;
    margin: 0 10% 10%;
	display: none;
}
.f_menu_title {
    
}
.footer_menu li {
	width: 49%;
    padding: 10px 0px;
	
}
.footer_menu li:nth-child(4n+2){
	border-left: 1px solid #222;
}	
.footer_menu li:nth-child(4n+3){
    background-color: #222;
}	
.footer_menu li:nth-child(4n+4){
	width: 50%;
    background-color: #222;
	border-left: 1px solid #000;
}		
.f_time,.f_tel,
.footer_adress {
	float: none;
	padding: 0;
}

		
.footer_adress	br{
	display:block;
}	
	
/*-------  -------*/

.sec01 {
	width: 90%;
	margin: 50px auto 50px;
}		
.sec01 p{
	text-align: left;
}	
	
	
/*--- widget ---*/
.widget_pc {
	display: none;
}
.widget_sp {
	display: block;
}	
.dx {
	width: 380px;
}	
	
#bunner_box {
	margin: 0px auto 0px;
}	
	
.tbl-r02 {
    font-size: 0.8rem;
  }	
.bn_img {
	margin-right: 0;
	margin-bottom: 5px;
}	
.bn_img:nth-child(odd){
	margin-right: 0;
}	
    
    
.girls_heaven {
    width: 100%!important;
}    
	
}/*--- sp end ---*/












