/* ----------------------------------------------------
※ サイト全体で共用するCSSのみが書いてあります
※ TopページとLPページは別途個別のCSSがあります
---------------------------------------------------- */

/* html
------------------------------------------------------------------------------*/

html {
  font-size: 12px;
  min-width: 320px;
}

/* for header fixed */
#header {
  background: #fff;
  border-bottom: 2px solid #666;
  position: fixed;
  width: 100%;
  z-index: 9995;
}

#gNavi,
#gNavLP.nav-lp-wrap {
	display: none;
}

#gNavi .mb_hd,
.mobile-nav-wrap {
	display: block;
}

#visual {
  padding-top: 52px;
}

#mobile-head-fixed {
  background: #fff;
  height: 52px;
}


/* header
------------------------------------------------------------------------------*/

#header .inner {
	height: 50px;
}

#header .left-area {
	max-height: 50px;
	width: auto;
}

#header h1 a {
	height: 50px;
}

#header .site-logo {
	max-height: 40px;
	width: auto;
}

#header .center-area {
	display: none;
}

#header .right-area {
	width: 60px;/* 中身は空だがHBメニューの幅ぶんを確保 */
}


/* Navigation ---------------*/

.nav-overlay.active {
  content: '';
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9997;
}

.mobile-nav-wrap {/* HBメニューを含むMobile専用のgNavi */}

.mobile-nav-wrap #mNavi {
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 200px;
	z-index: 9998;
}

.nav-right #mNavi {
  right: -200px;
  transition: right .3s;
  -webkit-transition: right .3s;
}

.nav-right #mNavi.active {
  right: 0;
}

.nav-main-mobile {
	background: #fff;
	margin: 0;
	padding: 0;
}

.nav-main-mobile .nav-item,
.nav-main-mobile .nav-item:first-child:not(.li_lp) {
  display: block;
  float: none;
	margin: 0;
	max-width: inherit;
  width: 100%;
}

.nav-main-mobile .nav-link {
	position: inherit;
}

.nav-main-mobile a {
  border: 0;
  display: block;
  height: auto;
  padding: 20px;
}

.nav-main-mobile a::before {
	content: none;
}

.nav-main-mobile a:hover {
	background: #ccc;
}

.nav-main-mobile .en {
  display: none;
}

#gNavi .nav-main-mobile .ja {
  text-align: left;
}


/* nav-toggle */

.nav-toggle {
	display: block;
	height: 50px;
	position: fixed;
	top: 0;
	width: 40px;
	z-index: 9996;
}

.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:before { top: 13px; }
.nav-toggle>div { top: 21px; }
.nav-toggle:after { top: 29px; }

.nav-left .nav-toggle {
  left: 4px;
}

.nav-right .nav-toggle {
  right: 10px;
}


/* main
------------------------------------------------------------------------------*/

#main {
	border: none;
	padding-top: 52px;
}

.breadcrumb {
	margin: 6px 0 3px;
}


/* headline
--------------------------------------*/

.hd1 .en {
	font-size: 36px;
	letter-spacing: 4px;
}

.hd1 .ja {
	font-size: 14px;
	margin-top: 6px;
}

.hd2 span {
	font-size: 18px;
}

.hd3 {
	font-size: 15px;
	margin: 0 auto 30px;
	padding: 20px 0 15px;
}


/* content-block
--------------------------------------*/
.content-block {
  padding: 3% 0;
}

.content-block .box {}

.content-block .text {
  margin: 1em auto;
}


/* 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 .img img {
    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 .img img {
    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 .img img {
    max-width: 94%;
  }
}




/* outline
------------------------------------------------------------------------------*/

.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 .mb a {
  color: #e0caa2;
}

.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-left {
	transform: translateY(-2%);
}

.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-right a {
	padding: 0;
}


@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 {
		transform: translateY(0);
	}

	.footer .foot-info .foot-info-inner-left .site-logo {
		margin-bottom: 15px;
	}

	.footer .foot-info .foot-info-inner-left .logo-btm-txt {
		position: initial;
	}
}


/* 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;
	margin-left: 6px;
	min-width: calc(50% - 10px);/* 10px＝左マージン＋inline-blockによる数px */
	text-align: left;
}
