html{
	font-size:10px;
}

img{
	max-width:100%;
}

a{
	transition-duration:0.5s;
}
a:hover{
	opacity:0.6;
}

.Effects{
	position:relative;
	opacity:0;
	top:20px;
}

.bxslider{
	position:relative;
	opacity:0;
}

.wrap{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	background-color:#000;
}
.waku{
	width:1100px;
	margin:0 auto;
}

h1{
	font-size:3.6rem;
	line-height:4.6rem;
	font-family:'Noto Sans Japanese Bold';
}

.header{
	width:100%;
	background:#000;
	padding:10px 0;
	color:#fff;
	font-size:1.8rem;
	line-height:3.0rem;
	text-align:center;
	position:fixed;
	z-index:1;
}
.header img{
	width:144px;
	display:inline-block;
}
.header div.menu{
	display:inline-block;
	margin:0 0 0 50px;
}
.header div.menu ul{
	border-top:1px solid #fff;
	margin:8px 0 0;
	padding:8px 0 0;
}
.header div.menu li{
	display:inline-block;
	margin:0 30px;
}
.header a{
	font-size:1.4rem;
	line-height:2.4rem;
}

.sp_menu, .menu-trigger-waku{
	display:none;
}


.bx-wrapper{
	margin-top:97px;
}


.section01{
	background-color:rgba(195,13,35,1.0);
	background-image:url(../images/new.png);
	background-size:499px auto;
	background-repeat:no-repeat;
	padding:80px 0;
}
.section01 img.chirashi{
	width:480px;
	display:inline-block;
	margin:0 100px 80px 0;
}
.section01 div.txt{
	display:inline-block;
	font-size:1.8rem;
	line-height:3.1rem;
	color:#fff;
	margin:0 0 80px 0;
}
.section01 div.txt span{
	display:block;
	margin:20px 0 0;
}



.section02{
	background-color:rgba(163,138,119,1.0);
	background-image:url(../images/next_focus.png);
	background-size:796px auto;
	background-position:top right;
	background-repeat:no-repeat;
	padding:75px 0;
}
.section02 img.parse{
	width:624px;
	margin:10px 0 0;
	float:right;
}
.section02 div.txt{
	display:inline-block;
	font-size:1.8rem;
	line-height:3.1rem;
	margin:0;
}
.section02 div.txt span{
	display:block;
	margin:20px 0 0;
}



.section03{
	background-color:#fff;
	background-image:url(../images/floor.png);
	background-size:593px auto;
	background-repeat:no-repeat;
	padding:80px 0 40px;
}
.section03 img.L{
	width:500px;
	margin:0 40px 40px 0;
	display:inline-block;
}
.section03 img.R{
	width:556px;
	margin:0 0 40px 0;
	display:inline-block;
	vertical-align:top;
}



.section04{
	background-color:rgba(61,42,28,1.0);
	background-image:url(../images/point.png);
	background-size:446px auto;
	background-position:top right;
	background-repeat:no-repeat;
	padding:80px 0 50px;
	color:#fff;
}
.section04 img.card{
	width:405px;
	vertical-align:top;
	margin:20px 0 0 50px;
}
.section04 div.icon{
	width:511px;
	display:inline-block;
	vertical-align:top;
	margin:30px 0 0;
	float:right;
}
.section04 div.icon img{
	margin:0 0 30px;
}



.section05{
	background-color:rgba(89,89,89,1.0);
	background-image:url(../images/store.png);
	background-size:723px auto;
	background-repeat:no-repeat;
	padding:80px 0 30px;
}
.section05 iframe{
	display:inline-block;
	margin:0 30px 50px 0;
}
.section05 div.info{
	font-size:1.8rem;
	line-height:3.1rem;
	font-family:'Noto Sans Japanese Bold';
	color:#fff;
	display:inline-block;
	vertical-align:top;
}
.section05 img.map_logo{
	width:285px;
	margin:0 0 10px;
}
.section05 img.oosu{
	width:471px;
	margin:10px 0 0;
}



.section06{
	background-color:#fff;
	padding:60px 0;
	text-align:center;
}
.section06 a img{
	height:80px;
	margin:0 20px;
}
.section06 a:first-of-type img{
	margin-left:0;
}
.section06 a:last-of-type img{
	margin-right:0;
}


.footer{
	width:100%;
	background:#000;
	padding:40px 0;
	color:#fff;
	font-size:1.2rem;
	line-height:2.1rem;
	text-align:center;
}
