/* ----------------------------------------------------
※ サイト全体で共用するCSSのみが書いてあります
※ TopページとLPページは別途個別のCSSがあります
---------------------------------------------------- */

/* html
------------------------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

td,th {
	padding: 0;
}

.inner {
	max-width: 1200px;
}

.hover:hover {
	-ms-filter: 'alpha(opacity=75)';
	opacity: .75;
	transition: opacity .3s;
}

.komejiru {
	color: #999;
	font-size: 11px;
	letter-spacing: .1em;
	margin: 0 auto;
	max-width: 1200px;
	width: 94%;
}

.break-point {
	display: inline-block;
}


/* header
------------------------------------------------------------------------------*/

#header {
	background: #fff;
	color: #666;
}

#header .inner {
	height: 60px;/* ヘッダーの高さ固定 */
	max-width: none;
	overflow: inherit;
	padding-left: 1%;
	width: 99%;
}

#header .left-area {
	float: left;
	max-height: 60px;
	width: 16%;
}

#header .center-area {
	float: left;
	max-height: 60px;
	width: 68%;
}

#header .center-area.case2 { width: 68%;}
#header .center-area.case3 { width: 64%;}
#header .center-area.case4 { width: 62%;}

#header .right-area {
	float: right;
	max-height: 60px;
	text-align: right;
	width: 16%;
}

#header .right-area.case2 { width: 16%;}
#header .right-area.case3 { width: 20%;}
#header .right-area.case4 { width: 22%;}

#header h1 {
	font: 100% Helvetica, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0;
}

#header h1 td {
	border-left: 10px solid transparent;
}

#header h1 a {
	display: inline-table;
	height: 60px;
	margin-right: 10px;
	width: calc(100% - 10px);/* 右マージンぶんを引いた値 */
}

#header h1 .style-tbl-cell {
	display: table-cell;
	max-width: 200px;
	text-align: left;
	vertical-align: middle;
}

#header .site-logo {
	display: inline-block;
	max-height: 50px;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}

#header h1 .ja {
	display: table-cell;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 0 0 8px;
	text-align: center;
	vertical-align: middle;
}

#header h1 .ja span {
	display: block;
	font-family: "source-han-serif-japanese", 'Yu Mincho', serif;
	letter-spacing: 0px;
	line-height: 1.3;
}

#header h1 .ja .name1 {}
#header h1 .ja .name2 {}

#header a {
	display: block;
}


/* Navigation */

#gNavi,#gNavLP {
	font-family: 'Yu Mincho', serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
	width: 100%;
	z-index: 1;
}

#gNavi .ja, #gNavLP .ja {
	display: block;
	font-family: 'source-han-serif-japanese', 'Yu Mincho', serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: .01em;
	line-height: 1.6;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.nav-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-items.pc-style {
	display: block;
}

.nav-items.tablet-style,
.nav-lp-wrap .nav-items.tablet-style {
	display: none;
}

.nav-item {
	display: inline-block;
	margin: 0 .5%;
	max-width: 14%;
	min-width: 9%;
	padding: 0 1%;
	width: auto;
}

.nav-item:first-child:not(.li_lp),
.nav-item.kotei {
	min-width: inherit;
	width: 9%;
}

.case2 .nav-item:first-child:not(.li_lp) { max-width: 7%;}
.case2 .nav-item.kotei { max-width: 8%;}

.case3 .nav-item:first-child:not(.li_lp) { max-width: 7%;}
.case3 .nav-item.kotei { max-width: 8%;}

.case4 .nav-item:first-child:not(.li_lp),
.case4 .nav-item.kotei {
	width: 9%;
}

.nav-item a {
	padding: 16px 0 15px;
}

.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-link:active,
.submenu-item a,
.submenu-item a:link,
.submenu-item a:visited,
.submenu-item a:active {
	cursor: pointer;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	text-decoration: none;
}

.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-link:active {
	color: #666;
	font-weight: 400;
}

.nav-link::before {
	background: #999;
	content: "";
	height: 2px;
	left: 0;
	-ms-filter: "alpha(opacity=0)";
	opacity: 0;
	position: absolute;
	top: 45px;
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	width: 100%;
}

.nav-link:hover::before {
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	-webkit-transform: translate(0, 5px);
	transform: translate(0, 5px);
}

.nav-item .en {
	display: block;
	font-family: 'Times New Roman', 'Yu Mincho', serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: .06em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.nav-item.dropdown .submenu .en {
	display: none;
}

.dropdown {
	margin: 0;
	min-width: inherit;
	padding: 0;
	position: relative;
	top: -9px;/* ポジションつけると原因不明にトップ位置がズレるので補正 */
	width: 7%;
}

.dropdown .nav-link {
	line-height: 60px;
	padding: 0 15px 0 0;
}

.dropdown .nav-link::after {
	border: 5px solid transparent;
	border-top-color: #666;
	content: "";
	margin-top: -3px;
	position:absolute;
	right: 5%;
	top: 50%;
}

.dropdown .submenu .nav-link::before,
.dropdown .submenu .nav-link::after {
	content: none;
}

.submenu {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	display: none;
	left: 50%;
	line-height: 1.6;
	margin-left: -100px;
	margin-top: -5px;
	-ms-filter: "alpha(opacity=0)";
	opacity:0;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate(0, 0) scale(.85);
	transform: translate(0, 0)scale(.85);
	transition: transform 0.1s ease-out, opacity 0.1s ease-out;
	top: 35px;
	width: 200px;
	z-index: 9999;
}

.submenu-items {
	list-style: none;
	padding: 10px 0;
}

.submenu-item {
	display: block;
	text-align: left;
}

.submenu-item a,
.submenu-item a:link,
.submenu-item a:visited,
.submenu-item a:active {
	color: #666;
	padding: 10px 20px;
}

.submenu-item a:hover {
	background: #f6f6f6;
}

.show-submenu .submenu {
	display: block;
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate(0, 25px) scale(1);
	transform: translate(0, 25px) scale(1);
}

#gNavLP.nav-lp-wrap {/* LPページリンクを囲む<div> */
	display: block;
}

.nav-lp-wrap .nav-items {/* <ul> */
	display: table;
	height: 60px;
	table-layout: fixed;
	width: 100%;
}

.nav-item.li_lp {/* LPページ系リンク1個ぶん */
	display: table-cell;
	margin: 0;
	max-width: inherit;
	padding: 0;
	vertical-align: middle;
	width: 100%;/*auto*/
}

.nav-item.li_lp:hover {
	background: #777;
}

.nav-item.link_color2 {
	background: #aaa;
}

.nav-item.link_color3 {
	background: #999;
}

.nav-item.li_lp a {
	color: #fff;
}

.nav-toggle {
	display: none;
}


@media screen and (max-width: 1200px) {
	/*--- 表示領域が1200px以下の場合に適用するスタイル ---*/
	#gNavi .ja, #gNavLP .ja {
		font-size: 10px;
	}

	.nav-link .en {
		font-size: 10px;
	}

	#gNavi .submenu .ja {
		font-size: 12px;
	}

	.dropdown {
		top: -14px;
	}

	.dropdown .nav-link {
		padding: 20px 0 10px;
	}

	.dropdown .nav-link::after {
		border: 7px solid transparent;
		border-top-color: #666;
		content: "";
		display: block;
		margin: 3px auto 0;
		position: static;
		width: 0;
	}

	.dropdown .nav-link .en {
		line-height: 1;
		margin-bottom: 6px;
	}
}


/* for Tab */
@media screen and (max-width: 1096px) {
	/*--- 表示領域が1096px以下の場合に適用するスタイル ---*/
	#header .left-area {
		width: 12%;
	}

	#header .center-area {
		width: 66%;
	}

	#header .center-area.case2 { width: 66%;}
	#header .center-area.case3 { width: 62%;}
	#header .center-area.case4 { width: 60%;}

	#header .right-area {
		width: 22%;
	}

	#header .right-area.case2 { width: 22%}
	#header .right-area.case3 { width: 26%}
	#header .right-area.case4 { width: 28%}

	.nav-items.tablet-style {
		display: block;
	}

	.nav-items.pc-style {
		display: none;
	}

	.nav-item:first-child:not(.li_lp) {
		min-width: 32px;
		width: 6.5%;
	}

	.case2 .nav-item:first-child:not(.li_lp) {
		width: 10%;
	}

	.nav-item:not(.li_lp) {
		max-width: 16.5%;
		min-width: 82px;
		padding: 0 .5%;
	}

	.nav-link .en {
		letter-spacing: .03em;
	}

	.nav-item.dropdown {
		max-width: 7%;
		min-width: 32px;
	}
}


@media screen and (max-width: 860px) {
	/*--- 表示領域が860px以下の場合に適用するスタイル ---*/
	.nav-item:not(.li_lp) {
		padding: 0;
	}
}


/* Mobile系の記述を見えない化 */

#mNavi,
#gNavi .mb_hd,
.mobile-nav-wrap {
	display: none;
}


/* breadcrumb
------------------------------------------------------------------------------*/

.breadcrumb {
  font-size: 10px;
  list-style: none;
  margin: 0 0 3px;
  max-width: 98%;
  overflow: hidden;
  padding: 0 1%;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li+li:before {
  content: '>';
  margin: 0 8px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}


/* footer
------------------------------------------------------------------------------*/

.footer {
  border-top: 2px solid #e0caa2;
  text-align: center;
}

.footer .footer-contents {
  background: #fff;
  margin: 0 auto;
  min-height: 260px;
  max-width: 1200px;
  width: 100%;
}

.footer .tk-genmin {
  font-family: "source-han-serif-japanese", 'Yu Mincho', serif;
}


/* foot-nav-フッターナビ
--------------------------------------*/

.footer .footer-contents .foot-nav {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
}

.footer .footer-contents .foot-nav ul {
  margin: 0;
  padding: 0;
}

.footer .footer-contents .foot-nav li {
  border-right: 1px solid #ddd;
  display: inline-block;
  font-size: 13px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0 20px 0 15px;
}

.footer .footer-contents .foot-nav li:first-child {
  border-left: 1px solid #ddd;
}

.footer .footer-contents .foot-nav li a {
  color: #666;
}

.footer .footer-contents .foot-nav li a:hover {
  opacity: 1;
  text-decoration: underline;
}


/* foot-info-フッターインフォメーション
--------------------------------------*/

.footer .footer-contents .foot-info {
  margin: 25px auto 10px;
  max-width: 1200px;
	min-height: 190px;
}

.footer .foot-info .foot-info-inner-left,
.footer .foot-info .foot-info-inner-center,
.footer .foot-info .foot-info-inner-right {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
	width: 25%;
}

.foot-info-inner-left {
	transform: translateY(-10%);
}

.footer .foot-info .foot-info-inner-left .site-logo {
  display: block;
  margin: 0 auto;
	max-height: 100px;
	max-width: 100%;
  width: auto;
}

.footer .foot-info .foot-info-inner-left .logo-btm-txt {
	display: block;
	margin: 1rem 0;
}

.footer .foot-info .foot-info-inner-left .logo-btm-txt span {
  color: #c1ab84;
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.footer .foot-info .foot-info-inner-center {
	width: 40%;
}

.footer .foot-info .foot-info-inner-center p {
  color: #666;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 150%;
  margin: 0 0 10px;
  text-align: center;
}

.footer .foot-info .foot-info-inner-center .corp {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 1.4;
}

.footer .foot-info .foot-info-inner-center .corp span {
	display: block;
}

.footer .foot-info .foot-info-inner-center .info-txt span {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	vertical-align: middle;
}

.footer .foot-info .foot-info-inner-center .info-txt .eigyo-txt,
.footer .foot-info .foot-info-inner-center .info-txt .close-txt {
	padding: 0 6px;
}

.footer .foot-info .foot-info-inner-center .info-txt .tel-before {
  height: 40px;
  margin: 0 6px 0 -20px;
  vertical-align: middle;
}

.footer .foot-info .foot-info-inner-center .font-hiramin .tel-before {
  margin-top: -1px;
}

.footer .foot-info .foot-info-inner-center .info-txt .tel {
  color: #d4be96;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 150%;
}

.footer .foot-info .foot-info-inner-center .info-txt .tel.pc {
  display: inline-block;
}

.footer .foot-info .foot-info-inner-center .info-txt .tel.mb {
  display: none;
}

.footer .foot-info .foot-info-inner-right a {
  display: block;
  margin: 0 0 10px;
  padding: 0 5%;
}

.footer .foot-info .foot-info-inner-right a:hover {
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
  transition: opacity .2s;
}

.footer .foot-info .foot-info-inner-right a span {
/*	border: 1px solid #d9ccb4;*/
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 13px 0;
  text-align: center;
  width: 100%;
}

.footer .foot-info .foot-info-inner-right .bnr-buy {
  background: #666;
}

.footer .foot-info .foot-info-inner-right .bnr-sell {
  background: #555;
}

.footer .foot-info .foot-info-inner-right .bnr-rent {
  background: #444;
}

.footer .foot-info .foot-info-inner-right .bnr-lease {
  background: #333;
}


@media screen and (max-width: 960px) {
  /*--- 表示領域が960px以下の場合に適用するスタイル ---*/
	.footer .footer-contents .foot-info {
		margin-top: 20px;
		min-height: 180px;
	}

	.footer .foot-info .foot-info-inner-left {
		width: 28%;
	}

	.footer .foot-info .foot-info-inner-left .logo-btm-txt {
		top: 100px;
	}

	.footer .foot-info .foot-info-inner-left .logo-btm-txt span {
		font-size: 11px;
	}

	.footer .foot-info .foot-info-inner-left .site-logo {
		max-height: 80px;
		max-width: 90%;
	}

	.footer .foot-info .foot-info-inner-center .corp {
		font-size: 18px;
	}

	.footer .foot-info .foot-info-inner-center .info-txt .eigyo-txt {
		font-size: 12px;
	}

	.footer .foot-info .foot-info-inner-center .info-txt .tel-before {
		margin-right: 0;
	}

	.footer .foot-info .foot-info-inner-center .tk-genmin .tel {
		font-size: 34px;
	}

	.footer .foot-info .foot-info-inner-center small {
		font-size: 10px;
	}

	.footer .foot-info .foot-info-inner-right a span {
		font-size: 14px;
		padding: 12px 0;
	}
}


/* foot-sitelink
--------------------------------------*/

.foot-sitelink {
  background: #f7f7f7;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.foot-sitelink .tk-genmin {
  font-family: "source-han-serif-japanese", 'Yu Mincho', serif;
}

.foot-sitelink .site-link-all {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.foot-sitelink .site-logo {
  min-width: 200px;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}

.foot-sitelink .site-logo .site-selection-logo {
  display: inline-block;
  width: 63px;
}

.foot-sitelink .site-logo .site-selection {
  font-size: 11px;
	font-weight: normal;
  margin: 3px 0 0;
}

.foot-sitelink .site-link-list {
  margin :0;
  overflow: hidden;
  padding: 0;
  width: 80%;
  zoom: 1;
}

.foot-sitelink .site-link-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.foot-sitelink .site-link-list li {
  color: #333;
  float: left;
  font-size: 12px;
  margin: 6px 0 6px 2em;
	min-width: calc(25% - 2em);
}

.foot-sitelink .site-link-list li a {
  color: #333;
  position: relative;
  padding: 0 20px;
}

.foot-sitelink .site-link-list li > a:before {
  background: #e0caa2;
  content: "";
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 8px;
  z-index: 1;
}

.foot-sitelink .site-link-list li a:hover {
	text-decoration: underline;
}


/* copyright-コピーライト
--------------------------------------*/

.copy-wrap {
  background: #999;
  width: 100%
}

.copyright {
  color: #ccc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Droid Sans", sans-serif;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}


/* main
------------------------------------------------------------------------------*/

#main {
	border-top: 3px double #eee;
	padding: 1% 0 4%;
}

#main.not-found {
	padding: 60px 0 4%;
}


/* clearfix
--------------------------------------*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* headline
--------------------------------------*/

.hd1 {
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}

.hd1 .en {
  color: #1b1b1b;
	display: block;
  font-family: 'Times New Roman', 'Yu Mincho', serif;
  font-size: 52px;
  font-weight: normal;
  letter-spacing: 6px;
  text-transform: capitalize;
  vertical-align: middle;
}

.hd1 .bar {
	display: none;
/*
  background: #e0caa2;
  display: inline-block;
  height: 3px;
  margin: 5px 30px 0;
  vertical-align: middle;
  width: 15px;
*/
}

.hd1 .ja {
  color: #333;
	display: block;
  font-family: "source-han-serif-japanese", serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
	line-height: 1.5;
  vertical-align: middle;
}

.hd2 {
  font-family: "source-han-serif-japanese", 'Yu Mincho', serif;
  margin: 1em auto 2em;
  padding: 0;
  position: relative;
  text-align: center;
  width: 94%;
}

.hd2 span {
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
	line-height: 1.5;
}

.hd3 {
	border-bottom: 1px dashed #ddd;
  font-family: 'Times New Roman', "source-han-serif-japanese", 'Yu Mincho', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
	line-height: 1.5;
  margin: 0 auto 40px;
  text-align: left;
  padding: 20px 0;
  width: 94%;
}


/* content-block
--------------------------------------*/

.content-block {
  margin: 0 auto;
  max-width: 1200px;
  padding: 2% 0;
}

.content-block .box {
  overflow: hidden;
}

.content-block a>img:hover {
  filter: alpha(opacity=75);
  -ms-filter: 'alpha(opacity=75)';
  opacity: .75;
/*  transition: opacity .2s;*/
}

.content-block .pagehead-text.text {
  text-align: center;
}

.content-block .text {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 20px auto 30px;
  text-align: left;
  width: 94%;
}


/* column 1 image top
--------------------------------------*/

.c1it .box+.box {
  margin: 3% 0 0;
}

.c1it .img img {
  max-width: 94%;
}


/* column 1 image left
--------------------------------------*/

.c1il .box {
  margin: 4em auto 3em;
  max-width: 94%;
}

.c1il .hd {
  float: right;
  padding-top: 0;
  width: 50%;
}

.c1il .img {
  float: left;
  width: 45%;
}

.c1il .text {
  float: right;
  margin: 0;
  width: 50%;
}

.c1il .text p:first-child {
  margin-top: 0;
}


/* column 1 image right
--------------------------------------*/

.c1ir .box {
  margin: 4em auto 3em;
  max-width: 94%;
}

.c1ir .hd {
  float: left;
  padding-top: 0;
  width: 50%;
}

.c1ir .img {
  float: right;
  width: 45%;
}

.c1ir .text {
  float: left;
  margin: 0;
  width: 50%;
}

.c1ir .text p:first-child {
  margin-top: 0;
}


/* column 2 image top
--------------------------------------*/

.c2it {
  text-align: left;
}

.c2it .box {
  display: inline-block;
  margin: 0 3% 2em;
  text-align: left;
  vertical-align: top;
  width: 43.7%;
}


/* column 3 image top
--------------------------------------*/

.c3it {
  text-align: left;
}

.c3it .card-wrap {
  margin: 0 auto;
  max-width: 98%;
}

.c3it .box {
  display: inline-block;
  margin: 0 2% 2em;
  text-align: left;
  vertical-align: top;
  width: 28.95%;
}


@media screen and (max-width: 850px) {
  /*--- 表示領域が850px以下の場合に適用するスタイル ---*/
  .c3it .card-wrap {
    max-width: 100%;
  }

  .c3it .box {
    margin: 0 3% 2em;
    width: 43.7%;
  }
}


/* column 4 image top
--------------------------------------*/

.c4it {
  text-align: left;
}

.c4it .card-wrap {
  margin: 0 auto;
  max-width: 96%;
}

.c4it .box {
  display: inline-block;
  margin: 0 1% 2em;
  text-align: left;
  vertical-align: top;
  width: 22.7%;
}


@media screen and (max-width: 1200px) {
  /*--- 表示領域が1200px以下の場合に適用するスタイル ---*/
	.c4it .card-wrap {
		max-width: 100%;
	}

	.c4it .box {
		margin: 0 3% 2em;
		width: 18.65%;
	}
}


@media screen and (max-width: 970px) {
  /*--- 表示領域が970px以下の場合に適用するスタイル ---*/
	.c4it .box {
		margin: 0px 3% 2em;
		width: 26.94%;
	}
}



/* outline
------------------------------------------------------------------------------*/

.outline-table {
	line-height: 2;
	margin: 0 auto;
	width: 90%;
}

.outline-table th {
	background: #ddd;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 12px 20px;
	text-align: left;
	width: 30%;
}

.outline-table td {
	background: #eee;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 12px 20px;
}


/* map
------------------------------------------------------------------------------*/

.googlemap-wrap {
  width: 94%;
}

#map-canvas,
#svp-canvas {
  float: left;
  height: 400px;
  position: relative;
  width: 50%;
}

.map-dl {
  margin: 0 auto 40px;
  max-width: 600px;
}

.map-dl dt {
  font-weight: bold;
  margin: 0 12px;
}

.map-dl dd+dt {
  margin: 20px 12px 0;
}

.map-dl dd {
  margin: 8px 12px 0;
}

/* 開発環境下ではGoogleMap系を出さない */
.map-canvas-develop,
.svp-canvas-develop {
  float: left;
  height: 400px;
  position: relative;
  width: 50%;
}

.map-canvas-develop {
  background: #d8e6e4;
}

.svp-canvas-develop {
  background: #cde0dd;
}

.map-canvas-develop span,
.svp-canvas-develop span {
  display: block;
  padding-top: 190px;
  text-align: center;
}


/* photogallery
------------------------------------------------------------------------------*/

.gallery-list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.gallery-list li {
  background: #f7f7f7;
  float: left;
  margin: 1%;
  padding: 1%;
  width: 29.3%;
}

.gallery-list .fit-img {
  height: 200px;
  margin: 4px;
}

.gallery-list .f {
  display: block;
}


/* not-found
------------------------------------------------------------------------------*/

.not-found h2 {
  float: left;
  font: bold 300% 'Times New Roman', serif;
  font: bold 300% Helvetica, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin: 10% 0;
  text-align: center;
  width: 50%;
}

.not-found h2 span {
  font-size: 120%;
}

.not-found .img {
  float: right;
  margin: 20px 10% 20px 0;
  width: 40%;
}

.not-found p {
  clear: both;
  line-height: 2;
  text-align: center;
}

.not-found h3 {
  font: bold 175% 'Times New Roman', serif;
  font: bold 175% Helvetica, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin: 40px 40px 20px;
  padding: 8px;
}

.not-found ul {
  font-size: 120%;
  list-style: none;
  margin: 20px 40px;
  overflow: hidden;
  padding: 0;
}

.not-found li {
  float: left;
}

.not-found li a {
  display: block;
  padding: 8px 20px;
  width: 8em;
}
