@charset "utf-8";

@media screen and (max-width:767px){

html{
	overflow:auto;
}
body {
	overflow: hidden;
}
a:hover img,
img.overimg {
  opacity: 1.0 !important;
}
.onlyPc {
	display: none;
}
.no-links {
	pointer-events: none;
}

/* ----------------------------------------
	#container 
---------------------------------------- */

#container {
	position: relative;
	padding-top: 70px;
}
#container.nav_open {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}


/* ----------------------------------------
	header
---------------------------------------- */

header#masthead {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	color: #FFFFFF;
	background: #fff;
	position: relative;
	z-index: 12;
}
#container.nav_open header#masthead {
	position: relative;
	margin-top: -70px;
}
header#masthead a:link,
header#masthead a:visited,
header#masthead a:active {
	color: #FFFFFF;
	text-decoration: none;
}
header#masthead .site_title {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 20px;
	right: 60px;
	margin: auto;
	z-index: 2;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
header#masthead .site_title img.logo {
	width: 250px;
	height: auto;
}


/* ---- #nav_global ------- */

#nav_global {
	display: none;
}
#rwdMenuWrap {
	width: 100%;
}
#rwdMenuWrap #switchBtnArea {
	width: 100%;
	height: 70px;
	position: relative;
	top: 0;
}
#rwdMenuWrap #switchBtnArea #switchBtn {
	top: 12px;
	right: 10px;
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	position: absolute;
}
#rwdMenuWrap #switchBtnArea #switchBtn span {
	left: 8px;
	width: 30px;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #000000;
	transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {top:10px;transform: rotate(0);}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {top:20px;transform: scale(1);}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {bottom:10px;transform: rotate(0);}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:20px;transform: rotate(-45deg);}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {top:20px;transform: rotate(45deg);}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose:after {
	position: fixed;
	top: 70px;
	bottom: -50px;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.6);
	z-index: 3;
}
header#masthead #rwdMenuWrap #nav_main {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	display: none;
	z-index: 99;
	text-align: center;
	padding-bottom: 30px;
	background: #1C1C1C;
	border-bottom: 1px solid #E70012;
}
header#masthead #rwdMenuWrap ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
header#masthead #rwdMenuWrap ul li {
	margin: auto;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #666666;
	background: #1C1C1C;
}
header#masthead #rwdMenuWrap ul li a {
	margin: 0 3%;
	padding: 20px 10px;
	display: block;
	line-height: 1.4;
}
header#masthead #rwdMenuWrap ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}



/* ----------------------------------------
	#content
---------------------------------------- */

#content {
	margin: 0;
	padding: 30px 5% 50px;
	width: 100%;
	word-wrap: break-word;
	overflow: hidden;
}
#content img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	height: auto;
}
#content li a {
	display: block;
}
.inner {
	padding: 0 5%;
}
#content .clear:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* ----------------------------------------
	footer
---------------------------------------- */

footer#mastfoot {
	position: relative;
	padding-bottom: 60px;
	color: #939292;
	font-size: 0.875rem;
	text-align: center;
	background: #1C1C1C;
}
footer#mastfoot a:link,
footer#mastfoot a:visited,
footer#mastfoot a:active {
	color: #939292;
	text-decoration: none;
}
footer#mastfoot #footLink {
    margin: 0 -5%;
    padding: 50px 0 20px;
}
footer#mastfoot #footLink ul {
	width: 100%;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	border-top: 1px solid #4B4B4B;
}
footer#mastfoot #footLink li {
	width: 50%;
	border-bottom: 1px solid #4B4B4B;
}
footer#mastfoot #footLink li:nth-child(odd) {
	border-right: 1px solid #4B4B4B;
}
footer#mastfoot #footLink li a {
	display: block;
	padding: 15px 0;
}
footer#mastfoot img.logo {
	max-width: 300px;
	width: 90%;
	margin-bottom: 20px;
}
footer#mastfoot .zip::after {
	content: "\A" ;
	white-space: pre ;
}
footer#mastfoot .info {
	padding: 20px 0 10px;
}
footer#mastfoot .info span {
	display: block;
	font-size: 0.8125rem;
}
footer#mastfoot .info .note,
footer#mastfoot .record {
	font-size: 0.8125rem;
	padding: 5px 0;
}
footer#mastfoot .info .tel,
footer#mastfoot .info .fax {
	font-family: 'Lato', sans-serif;
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
footer#mastfoot .info .tel {
	display: inline-block;
	margin: 10px 0;
	padding: 10px 20px;
	border: 1px solid #939292;
}
footer#mastfoot .info .fax {
	padding-bottom: 10px;
}

footer#mastfoot ul.banner {
	-js-display: flex;
	display: flex;
	justify-content: center;
}
footer#mastfoot ul.banner li {
	padding: 3px;
}

footer#mastfoot small {
	display: block;
	margin-top: 10px;
	padding: 10px 0;
	font-size: 0.6875rem;
	background: #000000;
}





#pagetop {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
}
#pagetop a {
	font-size: 2.5rem;
	line-height: 1;
	color: #939292;
	z-index: 20;
	transition: all .25s ease-out;
}













}

