@charset "utf-8";


/* container
----------------------------------------------------------- */
#container {
	font-size: 13px;
	overflow: inherit;
}


/* HEADER
----------------------------------------------------------- */
#header {
  width: 100%;
  height: 60px;
  padding-bottom: 0;
  z-index: 100;
	position: fixed;
  left: 0;
	border-top: none;
}

#header .header_wrap {
  width: 100%;
  min-height: 60px;
  height: auto;
  padding: 0;
  margin: 0;
	position: fixed;
	background-color: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
}

#header h1 {
	display: none;
}

#logo {
  width: 120px;
  position: absolute;
  top: 12px;
	left: 50%;
  margin-left: -60px;
  padding-top: 0;
	/*background: url(../img/common/bg_logo.png) 50% 0 no-repeat;*/
	background-size: 130px auto;
}

#logo img {
  width: 120%;
  height: auto;
}


/* gnav
--------------------------------- */
#btn_menu {
  position: fixed;
  top: 17px;
  right: 15px;
  margin-bottom: 0;
	cursor: pointer;
	z-index: 200;
}

#btnMenu img {
	width: 38px;
	height: auto;
}

.gnav {
	position: absolute;
	z-index: 1000;
	top: 60px;
	right: 0;
	width: 100%;
	display: none;
	padding: 5px 0 15px;
	background-color: #861926;
}

.gnav ul {
	width: 95%;
	margin: 0 auto 20px;
}

.gnav li {
	display: table;
	width: 100%;
	width: 48% !important;
	height: 40px;
	text-align: center;
	overflow: hidden;
/*	float: none;
background-size: auto 15px;*/
	font-size: 14px;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin-left: 0;
}

.gnav li a {
	background: none;
	display: table-cell;
	width: 100%;
	padding: 10px 0;
	color: #fff;
}

.gnav li a img {
	visibility: hidden;
}

.gnav li a:after,
.gnav li a:before {
  background: #000;
  background: rgba(0,0,0,1);
}


/*.gnav li:nth-child(1) {
	background: url(../img/common/sp_gnav01.png) 50% 50% no-repeat;
}

.gnav li:nth-child(2) {
	background: url(../img/common/sp_gnav02.png) 50% 50% no-repeat;
}

.gnav li:nth-child(3) {
	background: url(../img/common/sp_gnav03.png) 50% 50% no-repeat;
}

.gnav li:nth-child(4) {
	background: url(../img/common/sp_gnav04.png) 50% 50% no-repeat;
}

.gnav li:nth-child(5) {
	background: url(../img/common/sp_gnav05.png) 50% 50% no-repeat;
}

.gnav li:nth-child(6) {
	background: url(../img/common/sp_gnav06.png) 50% 50% no-repeat;
}*/

.gnav li:nth-child(odd) {
	margin-right: 1%;
	float: left;
}

.gnav li:nth-child(even) {
	margin-left: 1%;
	float: right;
}

.gnav li img {
	margin: 0 auto;
	vertical-align: middle;
	height: 15px;
	width: auto !important;
}

#sp_headTel{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}

#btn_close {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}


/* スクロールヘッダー
----------------------------------------------------------- */
.fixed_nav {
	display: none !important;
}


/* contents
----------------------------------------------------------- */
/* Main Area
--------------------------------- */
#contents {
	padding: 60px 0 0;
	/*margin-bottom: 30px;*/
	margin-bottom: 15px;
}

.wrapper {
	width: 95%;
	margin: 0 auto;
}

#main_content {
	padding: 30px 0 20px;
}

#main_content02 {
	padding: 30px 0 20px;
}

#main_content h2,
#main_content02 h2{
	font-size: 20px;
}

#main_content h3,
#main_content02 h3{
	font-size: 15px;
}

#main_content h4,
#main_content02 h4{
	font-size: 14px;
}

#main_content > img{
	width: auto !important;
}

#main_content02 > div > img{
	width: auto !important;
}

/*#main_content h2 img,
#main_content02 h2 img{
	width: auto;
}*/
/* breadcrumb
--------------------------------- */
#breadcrumb {
}


/* footoTel
----------------------------------------------------------- */
.footTel{
	display: none;
}

.sp_footTel{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.sp_footTel.mid{
	margin-bottom: 30px;
}

.sp_footTel img{
	/*width: 310px;*/
	width: 100%;
}

.mailLinkBox{
	position: absolute;
	bottom: -10px;
	right: 50px;
	z-index: 2;
}

.mailLinkBox:after {
    content: "";
    display: block;
    background: url(../img/common/sp_ico_mail.png) no-repeat 0 0;
    background-size: 15px;
    width: 15px;
    height: 10px;
    position: absolute;
    right: -25px;
    bottom: 7px;
}

/* pagetop
----------------------------------------------------------- */
#pagetop {
	width: inherit;
	position: absolute;
	top: -61px;
	left: inherit;
	right: 15px;
	margin-left: 0;
	text-align: right;
	margin-bottom: 0;
}

#pagetop img {
	height: 60px;
	width: auto;
}


/* footer
----------------------------------------------------------- */
#footer {
	width: 100%;
	padding: 0;
	border-top: 1px solid #B4B4B5;
	border-bottom: 15px solid #000;
	text-align: center;
}

#top #footer {
	position: relative;
    bottom: 0;
    margin-top: 100px;
}

#footer .footer_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 35px 0 0;
	/*position: relative;*/
	overflow: hidden;
}

.footer_company {
	display: block;
	margin-bottom: 20px;
}

.footer_company p {
	display: block;
	vertical-align: middle;
}

.footer_company .footer_logo {
	padding-right: 0;
}

.compnay_info {
	font-size: 100%;
	background: none;
	padding: 0 10px;
}

.compnay_info span.building {
	padding-left: 0;
	display: block;
}

#footer .footer_wrap ul {
	float: none;
	overflow: hidden;
	text-align: center;
}

#footer .footer_wrap li {
	float: none;
	display: inline-block;
	font-size: 92%;
	padding: 0 15px;
	margin-bottom: 10px;
	border-left: 1px solid #444444;
	line-height: 1;
}

#footer .footer_wrap li:first-child {
    padding-left: 15px;
	border: none;
}

#footer .btn_link {
	display: none;
}

#copyright {
	float: none;
	border-top: 1px solid #B4B4B5;
	font-size: 84%;
	color: #727171;
	margin-bottom: 0;
	line-height: 35px;
	height: 35px;
}