@charset "utf-8";

#wrap {
	margin: 0 auto;
	width: 100%;
}
header {
	width: 100%;
	height: 49px;
	background: url(images/bg_head.jpg);
	background-size: cover;
	background-repeat:no-repeat;
}
.inner h1 {
	padding: 0;
	margin: 0;
}
.inner {
	margin: 0 auto;
	max-width: 1000px;
	width:100%;
}
#topvisual {
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: url(images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
#topvisual img {
	width: 300;
	margin: 50px auto;
	height: auto;
}#second {
	width: 100%;
	height:646px;
	background: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position:center;
	text-align: center;
}.tc {
	text-align: center;
}
#insta {
	width: 100%;
	height: auto;
	background: #def8f2;
}

footer {
	width: 100%;
	height: 100px;
	background: url(images/bg_head.jpg);
	background-size: cover;
	background-repeat:repeat-y;
}.b1 {
	border: solid 1px #cccccc;
}
.b2{
	display:none;
	}
@media screen and (max-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/

.b1{
	display:none;
}
.b2{
	display:block;
	width:300px;
	margin:0 auto;
}

}
