/* ----------------------------------------------------
※ サイト全体で共用する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 #666;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9997;
}

#header .header-area .nav-top-right,
#gNavi {
	display: none;
}

.mobile-nav-wrap {
	display: block;
}


/* header
------------------------------------------------------------------------------*/
/*
.nav-left #header .left-area {
	今は nav-left 事実上存在しないので消しました！
}
*/
#header .inner-top-area {
	margin: 0 50px 0 2%;
	overflow: hidden;
	padding: 0;
}

#header .header-area .header-h1-block {
	width: 100%;
}

#header .site-logo {}

#header .header-area th {
	max-width: 50%;
}

#header .header-area td {
	font-size: 1rem;/* ブラウザの<h1>に対するDefaultリセット用 */
}

#header .header-area td a {
	display: inline-block;
}

#header .header-area .ja {
	font-size: 13px;
}

#header .header-area .ja .name1,
#header .header-area .ja .name2 {
	display: inline;
}

#header .header-area .ja span {
	line-height: 1.2;
}

#header .inner-bottom-area {
	padding: 0;
}

@media screen and (max-width: 560px) {
	/*--- 表示領域が560px以下の場合に適用するスタイル ---*/
	#header .header-area tr {
		height: 60px;
		overflow: hidden;
	}

	#header .header-area th {
		display: block;
		line-height: 1;
		max-width: none;
	}

	#header .header-area th a {
		height: 40px;
	}

	#header .header-area .site-logo {
		max-height: 30px;
	}

	#header .header-area td {
		display: block;
		line-height: 1;
		padding: 0;
	}

	#header .header-area .ja {
		font-size: 11px;
		letter-spacing: 0;
		line-height: 1;
	}
}

@media screen and (max-width: 370px) {
	/*--- 表示領域が370px以下の場合に適用するスタイル ---*/
	#header .header-area td {
		display: none;
	}

	#header .header-area th a {
		height: 60px;
	}

	#header .header-area .site-logo {
		max-height: 40px;
	}
}

/* Navigation HB-Menu ---------------*/

.nav-overlay.active {
  content: '';
  background: rgba(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: 75%;
	z-index: 9999;
}

#mNavi {
  right: -75%;
  transition: right .3s;
  -webkit-transition: right .3s;
}

#mNavi.active {
  right: 0;
}

#mNavi::before {
	background: rgba(255,255,255,.85);
	content: "";
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 9998;
}

#mNavi .nav-main-mobile {
	background: #fff;
	margin: 0;
	padding: 60px 0 0;
}

#mNavi .nav-main-mobile .nav-item {
	border-bottom: 1px solid #ddd;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	overflow: visible;
	width: 100%;
}

.nav-item:hover {
	background: none;
}

.nav-item:hover .nav-link {
	color: #333;
}

#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: #eee;
}

#mNavi .nav-main-mobile .nav-item .ja {
	display: block;
	font-size: 14px;/*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: #484848;
  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; }

#mNavi .nav-toggle {/* 閉じるほう */
	height: 45px;
	position: absolute;
	right: 10px;
}

#mNavi.active .nav-toggle {
	position: fixed;
}

#mNavi .nav-toggle::before {
	left: 40%;
	top: 45%;
	transform: rotate(45deg);
	width: 36px;
}

#mNavi .nav-toggle::after {
	left: 40%;
	top: 45%;
	transform: rotate(-45deg);
	width: 36px;
}


/* 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: 37px;/*32px*/
	letter-spacing: .06em;/*.08em*/
}

.hd1 .ja {
	font-size: 14px;
	margin-top: 6px;
}

.hd2 span {
	font-size: 21px;
	letter-spacing: .06em;
}

.hd3 {
	font-size: 15px;
	letter-spacing: .08em;
}

@media screen and (max-width: 540px) {
	/*--- 表示領域が540px以下の場合に適用するスタイル ---*/
	.hd1 .en {
		font-size: 30px;/*28px*/
		letter-spacing: .04em;/*.06em*/
    line-height: 1.2;
	}

	.hd1 .ja {
    font-size: 13px;
    letter-spacing: .03em;
    margin-top: 8px;
	}

	.hd2 span {
    font-size: 19px;
    letter-spacing: .03em;
	}
}


/* content-block
--------------------------------------*/
.content-block {
  padding: 3% 0;
}

.content-block .box {}

.content-block .text {
	font-size: 13px;
	margin: 1em auto;
}

.content-block .simple-btn-link span {/* simpleボタンリンク */
	max-width: 492px;
	min-width: 208px;
	width: calc(92% - 58px);
}


/* 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%;
  }

  .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 .footer-contents {
	max-width: 98%;
}

.footer .footer-contents .foot-nav li {
	font-size: 12px;
	padding: 0 5% 0 4.5%;
}

.footer .footer-contents .foot-info {
	margin-top: 15px;
	min-height: inherit;
}

.footer .foot-info .foot-info-inner-center .tk-genmin .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: flex;
  margin: 20px auto;
  max-width: 90%;
  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 .info-txt .tel a {
	color: #e0caa2;
}

.footer .foot-info .foot-info-inner-right .button {
	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: .6em;
	}

	.footer .foot-info .foot-info-inner-left .logo-btm-txt {
		position: initial;
	}
}


/* foot-sitelink
--------------------------------------*/

.foot-sitelink {
	margin: 0 auto;
	width: 96%;
}

.foot-sitelink .site-logo,
.foot-sitelink .site-link-list {
	display: block;
	width: 100%;
}

.foot-sitelink .site-selection-logo {
	max-width: 200px;
}

.foot-sitelink .site-link-list {
	margin-top: 1em;
}

.foot-sitelink .site-link-list li {
	min-width: auto;
}


/* copyright-コピーライト
--------------------------------------*/

.copy-wrap {}
