@charset "utf-8";

@media only screen and (max-width : 750px ){
/*-----------------------------------------------------------
===  [ base CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. base layout

*/
/* ***************************************************************************** */

/** -------------------------------------------------------
 ** 01. base layout
 ** ------------------------------------------------------- */
/* html
----------------------------------------------------*/
html {
	font-size: 10px;	/* root 10px 以下rem指定*/
}
/* body
----------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
	background: #000 url(/common/img/body_bg01.png) repeat center top;
	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;*/
	font-family: -apple-system, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.0rem;
	-webkit-text-size-adjust: 100%;
	min-width: 320px;
}
/* -- link -- */
a:link {
	color: #524e4d;
	text-decoration: none;
}
a:visited {
	color: #524e4d;
	text-decoration: none;
}
a:hover {
	color: #524e4d;
	text-decoration: none;
}
a:active {
	color: #00870a;
	text-decoration: none;
}
/* -- font -- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
caption,
address,
figcaption,
small,
label,
time,
input,
button,
select {
	font-size: 1.0rem;
	line-height: 1.5;
}
/* -- img -- */
img {
	max-width: 100%;
	height: auto;
}
/* container
----------------------------------------------------*/
#container {
	text-align: left;
}
/* header
----------------------------------------------------*/
#header {
	background: #D90000;
	padding: 15px 9px;
	position: relative;
}
/* clearfix */
#header:after {
	content: "";
	clear: both;
	display: block;
}
#hdLogo {
	width: 218px;
}
/* gNavi
----------------------------------------------------*/
#gNavi {
	display: none;
}
/* spNavi
----------------------------------------------------*/
#spNavi {
	width: 79.4%;
	padding: 0 6px;
	box-sizing: border-box;
	background: #D90000;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 10;
}
#spNavi #spNaviMenu {
	width: 34px;
	height: 34px;
	background: url(/common/img/sp/cmn_spnavi_btn01.png) no-repeat center;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: -40px;
	right: 12px;
	cursor: pointer;
}
#spNavi #spNaviInner {
	display: none;
}
#spNavi ul {
	border-bottom: 1px solid #fff;
}
#spNavi li {
	font-size: 1.7rem;
	font-weight: bold;
	border-top: 1px solid #fff;
}
#spNavi li a {
	display: block;
	color: #fff;
	padding: 14px 7px;
}
#spNavi #spNaviClose {
	height: 55px;
	background: url(/common/img/sp/cmn_spnavi_ico01.png) no-repeat center;
	background-size: 15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
/* main
----------------------------------------------------*/
#main {
	padding: 0 9px 50px;
}
/* footer
----------------------------------------------------*/
#footer {
	clear: both;
	background: #D90000;
}
/* clearfix */
#footer:after {
	content: "";
	clear: both;
	display: block;
}
#copyright {
	text-align: center;
	padding: 5px;
}
#copyright small {
	font-size: 1.1rem;
}
/* ***************************************************************************** */

}
