@charset “UTF-8”;
/* CSS Document */




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


body, h1, h2, h3, h4, ul, li, p, form {
	color: #FFF;
	font-size: 100%;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
body { 
	background-color:#000;
	font-size: 100%;

}
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: #ff0066;
    height: 30px;
    padding: 0;
}
#top01 h1{
	color: #fff;
	text-align: center;
	line-height: 2;
	font-size: 16px;
	font-weight: normal;
}


#googleTranslate {
	position: absolute;
	top: 0;
	right: 0;
}


/* contents 
==========================================*/
#wrapper {
}
#container {
}
#contents {
	margin-right: auto;
	margin-left: auto;
	position: relative;
    max-width: 1400px;
}
#contents img {
	width: 100%;
}

.renewal {
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 50%;
    z-index: 999;
}

.bx-prev,
.bx-next {
    display:  none;
}


/* enter leave
==========================================*/

.enter_pc {
	position: relative;
    display: flex;
    justify-content: space-between;
}
.enter_sp {
	display: none;
	position: relative;
}


.tel_bt {
    width: 42%;
}
.tel_bt a {
	position: absolute;
    top: 18%;
    left: 5%;
    height: 45%;
    width: 35%;
    display: block;
}
.enter_bt {
    width: 24%;
}
.enter_bt02 {
    width: 23%;
    margin-right: 7%;
    margin-top: 1%;
}
.enter_bt02 a{
    margin: 2% 0;
    display: block;
}


.leave_bt {
	text-align: left;
    margin: 10px -10%;
    line-height: 1.2;
}
.leave_bt a {
    color: red;
}

.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);
    }
}



/* fotter copy 
==========================================*/


#footer {
	clear: both;
	width: 100%;
	height: 30px;
    padding: 20px 0 30px;
	background-color: #ff0066;
	text-align: center;
}
#footer p {
	line-height: 2;
	color: #fff;
	background-color: #ff0066;
}

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

.sec01 {
	
}


/* banner 
==========================================*/

.banner_box {
    max-width: 941px;
	margin: 100px auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 
.banner_box .bn_img {
    width: 468px;
    margin: 0 auto 5px;
    font-size: 12px;
    text-align: center;
} 




/* sp 
==========================================*/
@media screen and (max-width: 1200px) {

#contents {
}	
.renewal {
    top: 300px;
}	


@media screen and (max-width: 950px) {
	
.sec01 {
	width: 90%;
}	
}
@media screen and (max-width: 750px) {

#contents {
}	
.renewal {
    top: 180px;
    width: 80%;
}	
	
/* ========= enter ===========*/	
.enter_pc {
	display: none!important;
}
.enter_sp {
	display: block;
	position: relative;
}
.enter_bt,.enter_bt02 {
    height: auto;
    width: 80%;
    margin: 10px auto;
}
.leave_bt {
    margin: 10px 10%;
}
.tel_bt {
	position: relative;
    width: 100%;
}
.tel_bt a {
	position: absolute;
    top: 18%;
    left: 10%;
    height: 45%;
    width: 80%;
    display: block;
}


#footer p {
    padding-top: 10px;
}	
	
	
/* banner 
----------------------------*/    

.banner_box {
    width: 100%;
    margin: 0 auto 50px;
} 
.banner_box .bn_img {
    width: 90%;
    margin: 0 auto 10px;
}    
    

	
	
	
}/*--- sp end ---*/












