/* ----------------------------------------------------
※ サイト全体で共用するCSSのみが書いてあります
※ TopページとLPページは別途個別のCSSがあります
---------------------------------------------------- */

/* html
------------------------------------------------------------------------------*/

html {
	font-size: 12px;
	min-width: 320px;
}


/* 管理画面より入力のテキスト体裁補助系CSS */

.txt-c {/* PCのみテキスト中央揃えで Mobile見た目時は左寄せに変化 */
	display: block;
	text-align: left;
}

.txt-r {/* PCのみテキスト右寄せで Mobile見た目時は左寄せに変化 */
	display: block;
	text-align: left;
}


/* for header fixed */

#header {
	background: #fff;
	border-bottom: 2px solid #ddd;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9997;
}

#header .header-area .nav-top-right,
#gNavi {
	display: none;
}

.mobile-nav-wrap {
	display: block;
}


/* header
------------------------------------------------------------------------------*/

#header .inner-top-area {
	margin: 0 45px 0 2%;
	max-width: 90%;
	overflow: hidden;
}

#header .header-area .header-h1-block {
	float: left;
	width: calc(100% - 60px);
}

#header .site-logo {}

#header .header-area th {
	text-align: left;
}

#header .header-area td {
	padding: 0 2%;
}

#header .header-area .ja {
	font-size: 13px;
}

#header .header-area .site-name .name1,
#header .header-area .site-name .name2 {
	display: inline;
}

#header .header-area .site-name .ja span {
	letter-spacing: 1px;
	line-height: 1.2;
}

#header .inner-bottom-area {
	padding: 0;
}


/*
// このテーマオリジナル追加要素 --- 2022.7.5
// Mobileヘッダー“電話ボタン”
// ※Google icon を使用
*/

.mobile-header-button-wrap {
	display: block;
	float: right;
	height: 60px;
	text-align: center;
	width: 60px;
}

.mobile-header-button-wrap .button-tel {
	display: inline-block;
	margin-top: 11px;
	width: 42px;
}

.mobile-header-button-wrap .button {
	display: block;
}

.mobile-header-button-wrap .button-icon-tel {
	background: #00488f;
	border-radius: 4px;
	color: #fff;
	padding: 7px 0;
	width: 38px;
}


@media screen and (max-width: 560px) {
	/*--- 表示領域が560px以下の場合に適用するスタイル ---*/
	#header .header-area th a {
		display: inline-block;
	}

	#header .header-area .site-logo {
		max-height: 30px;
	}

	#header .header-area td {
		display: none;
	}
}


/* Navigation HB-Menu ---------------*/

.nav-overlay.active {
	content: "";
	background: rgba(0, 0, 0, 0.2);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
}

.mobile-nav-wrap #mNavi {
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 200px;
	z-index: 9999;
}

#mNavi {
	background: rgba(0, 0, 0, 0.2);
	right: -200px;
	transition: right 0.3s;
	-webkit-transition: right 0.3s;
}

#mNavi.active {
	right: 0;
}

#mNavi .nav-main-mobile {
	background: #fff;
	margin: 0;
	padding: 0;
}

#mNavi .nav-main-mobile .nav-item {
	display: block;
	float: none;
	height: auto;
	margin: 0;
	overflow: visible;
	width: 100%;
}

.nav-item:hover {
	background: none;
}

.nav-item:hover .nav-link {
	color: #666;
}

#mNavi .nav-link,
#mNavi .nav-link:link,
#mNavi .nav-link:visited,
#mNavi .nav-link:active {
	border: 0;
	display: block;
	height: auto;
	padding: 20px;
}

#mNavi .nav-main-mobile a::before {
	content: none;
}

#mNavi .nav-main-mobile a:hover {
	background: #f6f6f6;
}

#mNavi .nav-main-mobile .nav-item .ja {
	display: block;
	font-size: 13px;
}

#mNavi .nav-main-mobile .en {
	display: none;
}

#mNavi .nav-main-mobile .ja {
	text-align: left;
}


/* nav-toggle */

.nav-toggle {
	display: block;
	height: 50px;
	position: fixed;
	right: 5px;
	top: 5px;
	width: 40px;
	z-index: 9998;
}

.nav-toggle:before,
.nav-toggle:after,
.nav-toggle > div {
	background: #474747;
	color: transparent;
	content: "";
	display: block;
	font-size: 0;
	height: 3px;
	left: 50%;
	margin: 0 0 0 -12px;
	position: absolute;
	width: 30px;
}

.nav-toggle:before {
	top: 13px;
}
.nav-toggle > div {
	top: 22px;
}
.nav-toggle:after {
	top: 31px;
}


/* main
------------------------------------------------------------------------------*/

#main {
	border-top: none;
	padding-top: 62px; /* header-hight + header-border */
}

#main.top_page {
	padding-top: 0;
}


/* breadcrumb
------------------------------------------------------------------------------*/

.breadcrumb {
	margin: 6px auto 3px;
	width: 96%;
}


/* headline
--------------------------------------*/

.hd1 .en {
	font-size: 32px;
	letter-spacing: 3px;
}

.hd1 .ja {
	font-size: 13px;
	margin-top: 6px;
}

.hd2 span {
	font-size: 20px;
	letter-spacing: 2px;
}

.hd3 {
	font-size: 15px;
}

@media screen and (max-width: 599px) {
	/*--- 表示領域が599px以下の場合に適用するスタイル ---*/
	.hd1 .en {
		font-size: 30px;
		letter-spacing: 2px;
	}
}


/* content-block
--------------------------------------*/

.content-block {
	padding: 3% 0;
}

.content-block .box {}

.content-block .text {
	font-size: 13px;
	margin: 1em auto;
}

.content-block .one-column-text {
	font-size: 13px;
/*	line-height: 1.8;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;*/
	text-align: left;
}


/* content parts
--------------------------------------*/

/* simpleボタンリンク - since 2011.9.14 */
.content-block .simple-btn-link span {
	max-width: 80%;
	min-width: 238px;
}


/* 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,
.outline-table th,
.outline-table td {
	border: 0;
}

.outline-table th {
	display: block;
	padding: 8px 12px;
	width: auto;
}

.outline-table td {
	display: block;
	padding: 8px 12px 16px;
}


/* map
------------------------------------------------------------------------------*/

#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%;
	}

	#svp-canvas {/* ストリートビュー非表示にしたい時 */
/*		height: 0px;*/
	}

	.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: 46%;
}

.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: #333;
}

.footer .footer-contents {
	max-width: 98%;
}

.footer .footer-contents .foot-nav {
	padding-top: 15px;
}

.footer .footer-contents .foot-nav li {
	font-size: 12px;
	padding: 0 5% 0 4.5%;
}

.footer .footer-contents .foot-info {
	margin-top: 20px;
	min-height: inherit;
}

.footer .foot-info .foot-info-inner-center .tel-before {
	height: 40px;
}

.footer .foot-info .foot-info-inner-left,
.footer .foot-info .foot-info-inner-center {
	width: 43%;
}

.footer .foot-info .foot-info-inner-right {
	display: block;
	margin: 20px auto;
	max-width: 94%;
	padding: 0;
	width: 100%;
}

.footer .foot-info .foot-info-inner-left .site-logo {
	margin: 0 auto 6px;
}

.footer .foot-info .foot-info-inner-left span {
	font-size: 14px;
	font-weight: 500;
}

.footer .foot-info .foot-info-inner-center .corp {
	font-size: 15px;
}

.footer .foot-info .foot-info-inner-right a {
	padding: 0;
	width: 100%;
}

.footer .foot-info .foot-info-inner-right a span {
	font-size: 15px;
}


@media screen and (max-width: 640px) {
	/*--- 表示領域が640px以下の場合に適用するスタイル ---*/
	.footer .foot-info .foot-info-inner-left,
	.footer .foot-info .foot-info-inner-center {
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}

	.footer .foot-info .foot-info-inner-left .logo-img-wrap {
		display: block;
		height: auto;
		text-align: center;
	}

	.footer .foot-info .foot-info-inner-left .logo-img-wrap span {
		display: inline-block;
	}

	.footer .foot-info .foot-info-inner-left .site-logo {
		margin-bottom: 0.6em;
	}
}


/* foot-sitelink
--------------------------------------*/

.foot-sitelink .site-logo {
	display: block;
	margin: 0 auto 15px;
	width: 98%;
}

.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;
	/*	min-width: 210px;*/
}


/* copyright-コピーライト
--------------------------------------*/

.copy-wrap {}

