/* ----------------------------------------------------
※ サイト全体で共用するCSSのみが書いてあります
※ TopページとLPページは別途個別のCSSがあります
---------------------------------------------------- */

/* html
------------------------------------------------------------------------------*/

html {
	font-size: 12px;
	min-width: 320px;
}

p {
	font-size: 12px;
	line-height: 200%;
	max-width: 700px;
	margin: 1em 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* for header fixed */

#header {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9997;
}

#header .right-area {
	/* display: none; */
}

#header .right-area > nav {
	display: none;
}

#gNavi {
	display: none;
}

.mobile-nav-wrap {
	display: block;
}


/* header
------------------------------------------------------------------------------*/

#header .inner {
	min-height: 58px;
	padding-left: 9px;
}

#header .header-area .header-h1-block {
	width: 100%;
}

.nav-left #header .left-area {
	float: right;
}

#header .left-area {
	max-height: 60px;
	max-width: none;
	overflow: hidden;
	width: 90%;
}

#header .left-area th a {
	height: 60px;
}

#header .left-area td a {
	height: 58px;
	min-height: inherit;
}

#header .left-area .ja {
	line-height: 1;
	padding: 0;
    text-align: left;
}

#header .left-area .ja span {
	line-height: 1.4;
}

#header .left-area .ja .name1 {
	display: inline-block;
	margin-right: 3%;
}

#header .site-logo {
	max-height: 40px;
}

#header .right-area {

}


@media screen and (max-width: 520px) {
	/*--- 表示領域が520px以下の場合に適用するスタイル ---*/
	#header .left-area {
		width: 85%;
	}

	#header .left-area .ja {
	}

	#header .left-area .ja span {
		letter-spacing: 2px;
		line-height: 1.3;
		font-size: 13px;
	}
}


/* Navigation HB-Menu ---------------*/

.nav-overlay.active {
	background: rgba(0, 0, 0, .4);
	content: '';
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
}

.mobile-nav-wrap #mNavi {
	background: #fff;
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 215px;
	z-index: 9999;
}

#mNavi {
	right: -215px;
	transition: right .3s;
	-webkit-transition: right .3s;
}

#mNavi.active {
  right: 0;
}

#mNavi .nav-toggle {
	position: absolute;
	color: #000;
	display: inline-block;
	width: 4px;
	right: 30px;
	top: 15px;
	height: 30px;
	background: #032274;
	transform: rotate(45deg);
	border-top: 3px solid #032274;
	border-bottom: 3px solid #032274;
	z-index: 10000;
}

#mNavi .nav-toggle:before {
	background: #032274;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	width: 36px;
	height: 4px;
	margin: 0;
	margin-top: -2px;
}

#mNavi .nav-main-mobile {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 65px 5px 0 0;
}

#mNavi .nav-main-mobile .nav-item {
	border-bottom: 1px dotted #8790a7;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	overflow: visible;
	width: 100%;
}

#mNavi .nav-link,
#mNavi .nav-link:link,
#mNavi .nav-link:visited,
#mNavi .nav-link:active {
	border: 0;
	height: auto;
	display: block;
	padding: 13px 8px;
	color: #032274 !important;
	font-size: 14px;
}

#mNavi .nav-main-mobile a::before {
	content: none;
}

#mNavi .nav-main-mobile a:hover {
	/* background: #ccc; */
}

#mNavi .nav-main-mobile .nav-item .ja {
	color: #032274 !important;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

#mNavi .nav-main-mobile .en {
	display: none;
}

#mNavi .nav-main-mobile .ja {
	text-align: left;
}


/* nav-toggle */

.nav-toggle {
	display: block;
	height: 42px;
	position: fixed;
	right: 10px;
	top: 2px;
	width: 36px;
	z-index: 9998;
}

.nav-toggle:before,
.nav-toggle:after,
.nav-toggle > div {
	color: transparent;
	content: '';
	display: block;
	font-size: 0;
	height: 4px;
	left: 50%;
	margin: 0 0 0 -12px;
	position: absolute;
	width: 30px;
}

.nav-toggle.close:before, .nav-toggle.close:after, .nav-toggle.close > div {
	color: transparent;
	content: '';
	display: block;
	font-size: 0;
	height: 4px;
	left: 50%;
	margin: 0px 0 0 -19px;
	position: absolute;
	width: 35px;
}

.nav-toggle:before { top: 13px; }
.nav-toggle > div { top: 25px; }
.nav-toggle:after { top: 37px; }

.nav-toggle.close:after {
	top: 13px;
}


/* MainVisual
------------------------------------------------------------------------------*/

#visual {
	padding-top: 62px;
}


/* main
------------------------------------------------------------------------------*/

#main {
	border-top: none;
	padding-top: 62px;/* header-height + header-border */
}

#main.top_page {
	padding-top: 30px;
}


/* breadcrumb
------------------------------------------------------------------------------*/

.breadcrumb {
	margin: 2px auto;
	padding: 6px 0;
}


/* headline
--------------------------------------*/

.hd1 {
	margin: 15px auto 0;
}

.hd1 .en {
	font-size: 14px;
	padding-top: 9px;
	letter-spacing: 1px;
}

.hd1 .ja {
	font-size: 30px;
	margin: 6px 0 10px;
}

.hd2 span {
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
}

.hd3 {
	border-bottom: 1px solid #969fad;
	font-size: 15px;
	margin: 0 auto 10px;
	padding: 20px 0 15px;
	width: 100%;
}

@media screen and (max-width: 600px) {
	/*--- 表示領域が600px以下の場合に適用するスタイル ---*/
	.hd1 .en {
	}
}


/* content-block
--------------------------------------*/
.content-block {
	margin: 0;
	padding: 3% 0;
}

.content-block .box {}

.content-block .text {
	margin: 1em auto;
	font-size: 12px;
	line-height: 200%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.content-block .one-column-text {
	font-size: 12px;
	line-height: 200%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* column 1 image left
--------------------------------------*/

@media screen and (max-width: 600px) {
	/*--- 表示領域が600px以下の場合に適用するスタイル ---*/
	.c1il .hd,
	.c1il .img,
	.c1il .text {
		float: none;
		width: auto;
	}

	.c1il .img img {
		max-width: 100%;
	}
}


/* column 1 image right
--------------------------------------*/

@media screen and (max-width: 600px) {
	/*--- 表示領域が600px以下の場合に適用するスタイル ---*/
	.c1ir .hd,
	.c1ir .img,
	.c1ir .text {
		float: none;
		width: auto;
	}

	.c1ir .img img {
		max-width: 100%;
	}
}


/* column 2 image top
--------------------------------------*/

@media screen and (max-width: 600px) {
	/*--- 表示領域が600px以下の場合に適用するスタイル ---*/
	.c2it .box {
		display: block;
		margin: 0 auto 2em;
		width: auto;
	}

	.c2it .hd,
	.c2it .img img,
	.c2it .text {
		max-width: 94%;
	}
}


/* column 3 image top
--------------------------------------*/

@media screen and (max-width: 600px) {
	/*--- 表示領域が600px以下の場合に適用するスタイル ---*/
	.c3it .box {
		display: block;
		margin: 0 auto 2em;
		width: auto;
	}

	.c3it .hd,
	.c3it .img img,
	.c3it .text {
		max-width: 94%;
	}
}


/* column 4 image top
--------------------------------------*/

.c4it {
	text-align: center;
}

.c4it .box {
	margin: 0 2% 2em;
	width: 44.6%;
}


@media screen and (max-width: 600px) {
	/*--- 表示領域が600px以下の場合に適用するスタイル ---*/
	.c4it .box {
		display: block;
		margin: 0 auto 2em;
		width: auto;
	}

	.c4it .hd,
	.c4it .img img,
	.c4it .text {
		max-width: 94%;
	}
}


/* outline
------------------------------------------------------------------------------*/

.outline-table th {
	font-weight: 400;
	line-height: 1.8;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 5px 8px;
	width: 25%;
}

.outline-table td {
	font-size: 12px;
	letter-spacing: 2px;
	padding: 5px 10px;
}


/* map
------------------------------------------------------------------------------*/

.googlemap-wrap {
	width: 100%;
}

#map-canvas,
#svp-canvas {
	float: none;
	margin: 0 auto;
	width: 80%;
}

/* 開発環境下ではGoogleMap系を出さない */
.map-canvas-develop,
.svp-canvas-develop {
	float: none;
	margin: 0 auto;
	width: 80%;
}


@media screen and (max-width: 500px) {
	/*--- 表示領域が500px以下の場合に適用するスタイル ---*/
	#map-canvas,
	#svp-canvas {
		height: 300px;
		width: 90%;
	}

	.map-canvas-develop,
	.svp-canvas-develop {
		height: 300px;
		width: 90%;
	}

	.map-canvas-develop span,
	.svp-canvas-develop span {
		padding-top: 150px;
	}
}


/* photogallery
------------------------------------------------------------------------------*/

.gallery-list li {
	width: 45%;
}

.gallery-list .fit-img {
	height: 120px;
}


/* not-found
------------------------------------------------------------------------------*/

.not-found h2 {
	float: none;
	margin: 4%;
	text-align: center;
	width: auto;
}

.not-found .img {
	float: none;
	margin: 8% 16%;
	width: auto;
}

.not-found p {
	line-height: 1.6;
	margin: 8% 4%;
}

.not-found h3 {
	font-size: 120%;
	margin: 4%;
	padding: 8px;
}

.not-found ul {
	font-size: 100%;
	margin: 4%;
}

.not-found li a {
	padding: 8px 12px;
}


/* footer
------------------------------------------------------------------------------*/

#footer .pc {
	display: none;
}

#footer .mb {
	display: inline;
}

#footer .mb a {
	color: #52637e;
}

.footer .footer-contents .foot-info {
	margin: 9px auto 0;
}

.footer .foot-info .foot-info-inner-left .corp span:first-child {
	padding-top: 0;
}

.footer .foot-info .foot-info-inner-right .bnr-buy.pc {
	display: block;
}

.footer .foot-info .foot-info-inner-right .bnr-buy.mb {
	display: none;
}

.footer .foot-info .foot-info-inner-right .bnr-sell.pc {
	display: block;
}

.footer .foot-info .foot-info-inner-right .bnr-sell.mb {
	display: none;
}


@media screen and (max-width: 640px) {
	/*--- 表示領域が640px以下の場合に適用するスタイル ---*/
	.footer .foot-info .foot-info-inner-left,
	.footer .foot-info .foot-info-inner-center,
	.footer .foot-info .foot-info-inner-right {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 96%;
	}

	.footer .footer-contents .foot-nav ul {
		padding: 0;
		width: 100%;
	}

	.footer .foot-info .foot-info-inner-right .site-logo {
		display: none;
	}

	.footer .foot-info .foot-info-inner-right .site-logo.tab {
		display: block;
		max-width: 460px;
		width: 100%;
		margin: 0 auto 20px;
	}
}

.footer .footer-contents .foot-nav li {
	border-right: 1px solid #6c809e;
	display: inline-block;
	font-size: 11px;
	list-style: none;
	margin: 8px 0 5px;
	min-width: 30px;
	padding: 0 1em 0 .6em;
}

.footer .footer-contents .foot-nav li:first-child {
	border-left: 1px solid #6c809e;
	padding-left: 10px;
}

.footer .footer-contents .foot-nav li a{
	color: #061429;
	font-size: unset;
	text-decoration: unset;
}


@media screen and (max-width: 610px) {
	/*--- 表示領域が610px以下の場合に適用するスタイル ---*/
	.footer .footer-contents .foot-nav li {
	}
}



/* foot-sitelink
--------------------------------------*/

.foot-sitelink .site-logo {
  display: block;
  margin: 0 auto 15px;
  width: 98%;
}

.foot-sitelink .site-logo .site-selection {
	margin: 13px auto 0;
	line-height: 200%;
	letter-spacing: 0.8px;
}

.foot-sitelink .site-link-list {
  display: block;
  margin: 0 auto;
  width: 98%;
}

.foot-sitelink .site-link-list ul {
  text-align: center;
}

.foot-sitelink .site-link-list li {
  display: inline-block;
	float: none;
	margin: 6px 0 6px 1em;
	line-height: 1.2;
	width: auto;
}

.foot-sitelink .site-link-list li a {
	display: inline;
	letter-spacing: 1.4px;
	padding: 0 0 0 20px;
}

/* copyright-コピーライト
--------------------------------------*/

