html {
	background: url(images/bg.jpg) repeat 0 0;
    font-family: 'Noto Sans Japanese';
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    font-weight: 200;
}

header {
	background-color: #fff;
	width: 180px;
	height: 100vh;
	position: fixed;
	z-index: 100;
	box-shadow: 2px 2px rgba(0,0,0,0.4);
	top: 0;
	left: 0;
} 
header h1 {
	width: 165px;
	margin: 0 auto;
	padding: 54px 0;
}
nav {
	width: 100%;
	border-top: 1px solid #d2d2d2;
	position: relative;
}
nav p.gnav {
	width: 165px;
	padding: 14px 7.5px;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
}

footer {
	background-color: #e5e3e1;
	width: calc(100% - 180px);
	padding: 45px 0 45px 180px;
	position: relative;
	margin-top: 80px;
}
footer h1 {
	margin-bottom: 30px;
}
footer .wrapper {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
footer .wrapper .info {
	width: 231px;
	float: left;
}
footer .wrapper .info p.copyright {
	font-size: 0.6em;
	font-weight: 200;
	text-align: center;
}
footer .wrapper .fnav {
	width: 640px;
	float: right;
	overflow: hidden;
	font-size: 85%;
	font-weight: 300;
}
footer .wrapper .fnav a {
	text-decoration: none;
	color: #000;
}
footer .wrapper .fnav a:hover {
	text-decoration: underline;
	color: #555;
}
footer .wrapper .fnav ul {
	width: 200px;
	float: left;
}
footer .wrapper .fnav li {
	margin-bottom: 25px;
	background: url(../images/footer/ic_fnav.gif) no-repeat left 4px;
	padding-left: 10px;
}
footer .wrapper .fnav li p.l_link {
	margin-bottom: 10px;
}


footer .wrapper .fnav li .sub p {
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 90%;
	background-image: none;
}
footer #mob_footer {
	display: none;
}


#search {
	width: 160px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 180px;
	z-index: 10;
	height: 100%;
	padding: 80px 10px 0;
	box-shadow: 2px 2px rgba(0,0,0,0.4);
	display: none;
}
#search .st {
	margin: 20px 0 10px;
	text-align: center;
	font-weight: bold;
}

#search select {
	margin-bottom: 1rem;
}
#search input {
	margin-bottom: 1rem;
	width: 130px;
	padding: 0;
	font-size: 80%;
}



#sub {
	width: 160px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 180px;
	z-index: 10;
	height: 100%;
	padding: 0 10px;
	box-shadow: 2px 2px rgba(0,0,0,0.4);
	display: none;
}

#sub ul {
	font-size: 0.8rem;
	font-weight: 300;
	padding-top: 40px;
}
#sub ul li {
	margin-bottom: 0.9rem;
}
#sub ul li a {
	color: #000;
	text-decoration: none;
}
#sub ul li a:hover {
	text-decoration: underline;
}

.close {
	position: absolute;
	top: 0;
	right: 0;
}



#pageTitle {
	border-bottom: 7px solid #000;
	padding: 1.5rem 0;
}
#pageTitle h1 {
	font-size: 1.5rem;
	text-align: center;
}
#pageTitle h1 span {
	font-size: 2.5rem;
}
#pageTitle h2 {
	text-align: center;
	font-weight: 200;
	font-size: 1.1rem;
}

.boxContents {
	width: calc(100% - 180px);
	margin-left: 180px;
}

#m_head {
width: 100%;
overflow: hidden;
background-color: #fff;
line-height: 0;
display: none;
}

#m_head h1 {
width: 28%;
float: left;
margin-left: 3%;
padding-top: 2%;
}
#m_head img {
	width: 100%;
}
#m_head p.btn_menu {
width: 13.1%;
float: right;
}
#m_head p.btn_shop {
width: 12.8%;
float: right;
border-left: 1px solid #6b6b6b;
}
#m_head p.btn_event {
width: 12.6%;
float: right;
border-left: 1px solid #6b6b6b;
}

#m_menu {
position: fixed;
top: 0;
left: 0;
background-color: #000;
width: 100%;
height: 100%;
height: 100vh;
z-index: 100;
display: none;
}
#m_menu ul li {
color: #fff;
border-bottom: 1px solid #333;
width: 50%;
float: left;
}
#m_menu ul li:nth-child(odd) {
width: calc(50% - 1px);
border-left: 1px solid #333;
}

#m_menu ul li a {
color: #fff;
font-size: 1rem;
display: block;
text-decoration: none;
}
#m_menu ul li a img {
width: 100%;
}
#m_menu ul li#close {
text-align: center;
padding: 3%;
font-weight:lighter;
font-size: 1.0rem;
width: 94%;
}



@media screen and (max-width:900px) {

header { display: none; }
#m_head { display: block; }
.boxContents {
	width: 100%!important;
	margin: 0!important;
}
footer {
	width: 100%;
	padding-left: 0!important;
}
footer .fnav {
	display: none;
}
footer .wrapper {
	width: 100%;
}
footer .wrapper .info {
	width: 100%;
}
footer h1 {
	display: none;
}
footer h1 img {
	width: 100%;
}	
footer #mob_footer {
	display: block;
}
footer #mob_footer h3 {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
footer #mob_footer p {
	text-align: center;
	margin-bottom: 1rem;
}
footer #mob_footer p.topBtn {
	width: 10%;
	position: absolute;
	top: 3%;
	right: 3%;
}
footer #mob_footer p.topBtn img {
	width: 100%;
}

#pageTitle h1 {
	font-size: 1.3rem;
}
#pageTitle h1 span {
	font-size: 1.9rem;
}
#pageTitle h2 {
	font-size: 1.0rem;
}

}