@charset "shift_jis";
/* CSS Document */
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*********** wrap設定 ***********/
#wrap{
	min-width:inherit;
}

/*********** header設定 ***********/
header{
	width:263px;
	height:263px;
	background-size:263px;
	padding:10px;
}

header h1{
	background:url(/img/logo_symbol.png) 0 18px/39px no-repeat;
}

.header_text1{
	font-size:10pt;
	margin-bottom:8px;
}

.header_text2{
	font-size:13pt;
	padding-left:45px;
}

.header_text3{
	font-size:9pt;
	margin-bottom:8px;
	padding-left:45px;
}

.header_text4{
	font-size:9pt;
}


/*********** contents設定 ***********/
#contents{
	background:url(/img/enter_bg.jpg) -710px 0 no-repeat;
	background-size:cover;
}

#filter{
	min-width:inherit;
}

#logo{
	padding-top:120px;
	width:80%;
	margin:0 auto 60px;
	position:relative;
	z-index:999;
}

#btn_enter{
	text-align:center;
	padding-bottom:190px;
	position:relative;
	z-index:999;
}

#btn_enter a{
	width:80%;
	height:70px;
}

#info{
	width:263px;
	height:263px;
	background-size:263px;
	box-sizing:border-box;
	padding:10px;
}

#info_text{
	right:10px;
	bottom:10px;
}

.info_text1{
	font-size:10pt;
	margin-bottom:5px;
}

.info_text2{
	font-size:15pt;
	margin-bottom:10px;
}

.info_text2 a{
	color:#e0d8a0;
}

#leave{
	line-height:35px;
	height:35px;
	font-size:10pt;
	padding-top:5px;
}

#leave a{
	height:35px;
	line-height:33px;
	margin-left:10px;
}

/*********** footer設定 ***********/
footer{
	min-width:inherit;
}

footer p{
	width:100%;
}


}