@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

a:link,
a:visited {
	color:#000;
}

.menu_area{
	position:relative;
	width:100%;
	background-color:#fff;
	padding:20px 0 20px 0;
	z-index:9999;
	}
	
.menu_area .top_sns{
	text-align:right;
	}
	
.menu_area .top_sns li{
	display:inline-block;
	vertical-align:middle;
	padding:0 4px 0 4px;
	}
	
.menu_area .top_sns li:last-child{
	padding:0 20px 0 4px;
	}
	
.logo_01{
	position:absolute;
	top:0;
	left:0;
	margin-top:40px;
	padding:0 0 0 30px;
	z-index:10000;
	}
.info_area{
	width:100%;
	background-color:#000;
	/*height:1391px;
	background-image: url(/shironekoproject/lp/collabo_chichibu/assets/img/header_bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;*/
	}
.info_area .info_top{
	position:relative;
	z-index:2;
	width:60%;
	text-align:center;
	margin:-15% auto 0 auto;
	}

.wrap {
	width: 750px;
	margin:0 auto;
	-webkit-background-size: 100%;
	background-size: 100%;
}

footer{
	width:750px;
	}

footer .sns {
	overflow: hidden;
	text-align:center;
	width: 100%;
	background-color: #191919;
	padding: 50px 0 50px 0;
}

footer .sns li {
	display:inline-block;
	vertical-align:middle;
	padding:0 20px 0 20px;
}

footer .sns li img{
	width:50px;
}

@media screen and (max-width: 1060px){
.logo_01{
	display:none;
	}
}


@media screen and (min-width: 641px){
	body{
		min-width:750px;
		}
}

@media screen and (max-width: 640px){
	body {
		width:100%;
		height:100%;
	}
	
	html {
		width:100%;
		height:100%;
	}

.menu_area{
	position:relative;
	width:100%;
	background-color:#fff;
	padding:3% 0 3% 0;
	}
	
.menu_area .top_sns{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	padding:5% 3% 0 0;
	}
	
.menu_area .top_sns li{
	display:inline-block;
	vertical-align:middle;
	padding:0 3% 0 3%;
	width:35%;
	}
.menu_area .top_sns li img{
	width:100%;
	}
	
.menu_area .top_sns li:last-child{
	padding:0 3% 0 3%;
	}
	
.info_area{
	width:100%;
	background-color:#000;
	/*
	background-image: url(/shironekoproject/lp/collabo_chichibu/assets/img/header_bg_sp.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:auto;*/
	}
.info_area .info_top{
	position:relative;
	z-index:2;
	width:100%;
	text-align:center;
	margin:-15% auto 0 auto;
	}
	.wrap {
	width:100%;
	margin: 0 auto;
	position: relative;
	}
	.wrap_bg{
		overflow-y:hidden;
		}
footer{
	width:100%;
	}

	

}