@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

html,body{
	height:100%;
	margin:0px;
}

body {
	width:100%;
	height:100%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#fff;
	background:#080404;
	line-height: 1.5em;
}

a{
	color:#fff;
}

a:hover{
	color:#fff;
}


h1,h2,h3,h4,h5,h6,address{
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}

img{
	margin:0px;
	padding:0px;
	border:none;
	vertical-align:middle;
}

div {
	margin: 0px;
	padding: 0px;
}

.clear{clear:both;}


.clearbox{
	overflow:hidden;
	position:relative;
	zoom:1;
}

ul{
	margin:0px;
	padding:0px;
}

.last{
	margin:0px !important;
}


/*//layout//*/
#mainlayout{
	width:996px;
	margin:0 auto;
	padding:35px 0 0;
}


#main {
	margin:0 auto 46px;
	height:450px;
}

#sub {
	margin:0 auto 20px;
}


.leftcontent{
	float:left;
	width:402px;
	margin:0 37px 0 0;
}

.rightcontent{
	float:left;
	width:557px;
}

.rightcontent .areas a{
	padding: 10px;
}
.rightcontent .areas ul{
	list-style-type: none;
	margin: auto;
}
.rightcontent .areas ul li{
	float: left;	
	border-right: 1px solid #fff;
}
.rightcontent .areas ul li:last-child{
	border-right: 0px;
}



/*//header//*/
#header{
	margin:0 0 10px;
}

#header h1{
	float:left;
	margin:0 179px 0 0;
}

#header .numberbox{
	width:395px;
	float:left;
	font-weight:bold;
}

#header .numberbox .timebox{
	background:url(../img/index_header_time.jpg) no-repeat;
	height:57px;
	padding:0 47px 0 58px;
	width:290px;
}

#header .numberbox .timebox p{
	float:left;
}

#header .numberbox .timebox p.day{
	font-size:16px;
	width:165px;
	margin:0 5px 0 0;
	padding:18px 0 0;
}

#header .numberbox .time{
	font-size:36px;
	line-height: 1em;
	padding:12px 0 0;
	margin:0 20px 0 0;
	*line-height: 1.2em;
	*padding:4px 0 0;
	width: 50px;
}

/*for ipad*/
@media screen and (max-device-width: 1024px) {
#header .numberbox .time{
	font-size:40px !important;
	line-height: 0.8em !important;
	letter-spacing: 0.2em !important;
 }
}


#header .numberbox .number{
	background:url(../img/index_header_number.jpg) no-repeat;
	height:62px;
	text-align:right;
}


#header .numberbox .number{
	font-size:54px;
	line-height: 1em;
	padding:7px 79px 0 0;
	width:316px;
	margin:0 20px 0 0;
	*padding:0px 79px 0 0;
	*line-height: 1.2em;
	letter-spacing: 0.01em !important;

}

#header .numberbox .number span{
	color:#d6df38;
}

/*for ipad*/
@media screen and (max-device-width: 1024px) {
 #header .numberbox .number{
	padding:7px 74px 0 0 !important;
	width:320px !important;
	font-size:59px !important;
	line-height: 0.7em !important;
	letter-spacing: 0.08em !important;
 }
}




/*//btn//*/
.leftcontent .btn {
	margin:0 0 9px;
}

.leftcontent .btn a{
	display:block;
	width:372px;
	height:50px;
	text-decoration:none;
	text-align:right;
	padding:8px 30px 0 0;
	background-position:left top;
}

.leftcontent .btn a span{
	display:block;
}


.leftcontent .btn a:hover{
	background-position:left bottom;
}

.leftcontent .gunma a{
	background:url(../img/btn_index_gunma.jpg?_=20180830) no-repeat;
}

.leftcontent .tochigi a{
	background:url(../img/btn_index_tochigi.jpg?_=20180830) no-repeat;
}

.leftcontent .saitama a{
	background:url(../img/btn_index_saitama.jpg?_=20180830) no-repeat;
}


.leftcontent .nagano a{
	background:url(../img/btn_index_nagano.jpg?_=20180830) no-repeat;
}



/*//banner//*/
.banner p{
	float:left;
	padding:0 15px 0 0;
	margin:0 0 10px;
}



/*//qrcode//*/
.qrcode .box{
	float:left;
	margin:0 24px 0 0;
}

.qrcode .mobile{
	width:150px;
}

.qrcode .smart{
	width:190px;
}


.qrcode .box .img{
	float:left;
	padding:5px;
	background:#fff;
	border:1px solid #bbbbbb;
	margin:0 5px 0 0;
}

.qrcode .box .text{
	float:left;
	padding:30px 0 0;
	font-weight:bold;
}

.qrcode .box .text p.large{
	font-size:15px;
}


/*//footer//*/
#footer{
	width:660px;
	margin:0 auto 5px;
	font-size:10px;
}

#footer .under18{
	width:250px;
	float:left;
	background:url(../img/index_footer_under18.gif) no-repeat;
	padding:0 0 0 40px;
	margin:0 10px 0 0;
}

#footer ul{
	float:left;
	list-style:none;
	margin:0 25px 0 0;
}

#footer ul li span{
	visibility:hidden;
}

#footer ul li a{
	background:url(../img/btn_index_exit.png) no-repeat;
	width:80px;
	height:32px;
	display:block;
	text-decoration:none;
}

#footer ul li a:hover{
	background-position:0 -32px !important;
}

#footer .textbox{
	width:255px;
	float:left;
	margin:0 0 5px;
}

#footer_text{
	text-align:center;
	font-size:10px;
}

.imggirl .list{
	margin:0 0 5px;
}

.imggirl .list p{
	float:left;
	margin:0 20px 0 0;
	padding:10px;
}

.imggirl .list p.gunma img{
	border-color: #ff0054;
	box-shadow: 0px 0px 30px #ff0054;
	-moz-box-shadow: 0px 0px 30px #ff0054;
	-webkit-box-shadow: 0px 0px 30px #ff0054;
}

.imggirl .list p.tochigi img{
	border-color: #fdaf07;
	box-shadow: 0px 0px 30px #fdaf07;
	-moz-box-shadow: 0px 0px 30px #fdaf07;
	-webkit-box-shadow: 0px 0px 30px #fdaf07;
}

.imggirl .list p.saitama img{
	border-color: #7eea2f;
	box-shadow: 0px 0px 30px #7eea2f;
	-moz-box-shadow: 0px 0px 30px #7eea2f;
	-webkit-box-shadow: 0px 0px 30px #7eea2f;
}


.imggirl .list p.nagano img{
	border-color: #27c4cb;
	box-shadow: 0px 0px 30px #27c4cb;
	-moz-box-shadow: 0px 0px 30px #27c4cb;
	-webkit-box-shadow: 0px 0px 30px #27c4cb;
}



.ajax-loader{
	text-align:center;
	padding-top:60px;
}


@media screen and (max-device-width: 1024px) {
.imggirl .list p.gunma img{
	border-color: #ff0054;
	-moz-box-shadow: 0px 0px 25px #ff0054;
	-webkit-box-shadow: 0px 0px 25px #ff0054;
}
}

@media screen and (max-device-width: 1024px) {
.imggirl .list p.tochigi img{
	border-color: #fdaf07;
	-moz-box-shadow: 0px 0px 25px #fdaf07;
	-webkit-box-shadow: 0px 0px 25px #fdaf07;
}
}

@media screen and (max-device-width: 1024px) {
.imggirl .list p.saitama img{
	border-color: #7eea2f;
	-moz-box-shadow: 0px 0px 25px #7eea2f;
	-webkit-box-shadow: 0px 0px 25px #7eea2f;
}
}


@media screen and (max-device-width: 1024px) {
.imggirl .list p.nagano img{
	border-color: #27c4cb;
	-moz-box-shadow: 0px 0px 25px #27c4cb;
	-webkit-box-shadow: 0px 0px 25px #27c4cb;
}
}
