﻿@charset "utf-8";


/* --------------------
	header
--------------------*/
header {
	width: auto;
	min-width:1000px;
	height:740px;
	margin:0 auto;
	padding:40px;
	position: relative;
	z-index:10;
	background:#A10006;
}
header .logo {
	width:107px;
	height:60px;
	position:absolute;
	top:90px;
	left:90px;
	font-size:0;
	margin:0 auto;
	padding:0;
	z-index:16;
}
header .logo a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
header h1 {
	width:1000px;
	height:670px;
	position:absolute;
	top:70px;
	left:50%;
	font-size:0;
	margin:0 auto 0 -500px;
	padding:0;
	z-index:15;
}
header .bg {
	width:100%;
	height:820px;
	position:absolute;
	top:0;
	left:0;
	font-size:0;
	margin:0 auto;
	padding:0;
	z-index:14;
	background: url(../niku/img/bg.png) repeat center top;
}
header .bg2 {
	width: auto;
	height:740px;
	margin:0 auto;
	padding:0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	background:#F1001C;
}


/* --------------------
	content
--------------------*/
#content .inner {
	margin:0 auto;
	min-height:1612px;
}
#content .inner .img {
	font-size:0;
	margin:0 auto;
}
#content .inner #img01 {
	padding:40px 0 0;
}
#content .inner #img02 {
	padding:44px 0 0;
}
#content .inner .shopList {
	padding:6px 0 0;
	margin:0 auto;
	width:920px;
}
#content .inner .shopList li {
	padding:30px 10px 0;
	margin:0 auto;
	float:left;
	width:210px;
	font-size:0;
}
#content .inner .shopList li a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}



@media only screen and (max-width: 768px) {


/* --------------------
	header
--------------------*/
header {
	width: auto;
	min-width:320px;
	height:64vw;
	margin:0 auto;
	padding:4vw;
	position: relative;
	z-index:10;
	background:#A10006;
}
header .logo {
	width:54px;
	height:30px;
	position:absolute;
	top:9vw;
	left:9vw;
	font-size:0;
	margin:0 auto;
	padding:0;
	z-index:16;
}
header .logo a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
header h1 {
	width: auto;
	height: auto;
	position:absolute;
	top:6vw;
	left:0;
	font-size:0;
	margin:0 auto;
	padding:0;
	z-index:15;
}
header h1 img {
	width: 90%;
}
header .bg {
	width:100%;
	height:72vw;
	position:absolute;
	top:0;
	left:0;
	font-size:0;
	margin:0 auto;
	padding:0;
	z-index:14;
	background: url(../niku/img/bg.png) repeat center top;
	background-size:24px auto;
}
header .bg2 {
	width: auto;
	height:64vw;
	margin:0 auto;
	padding:0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	background:#F1001C;
}


/* --------------------
	content
--------------------*/
#content .inner {
	margin:0 15px;
	min-height:100vh;
}
#content .inner .img {
	font-size:0;
	margin:0 auto;
}
#content .inner #img01 {
	padding:20px 0 0;
}
#content .inner #img02 {
	padding:22px 0 0;
}
#content .inner .shopList {
	padding:3px 0 0;
	margin:0 auto;
	width: auto;
}
#content .inner .shopList li {
	padding:15px 5px 0;
	margin:0 auto;
	float:left;
	width:50%;
	box-sizing:border-box;
	font-size:0;
}
#content .inner .shopList li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}



}



