/* ----------------------------------------------------
※ サイト全体で共用する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%;
}


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

#header {
	background: #17161F;
	color: #666;
}

#header .inner {
	max-width: none;
	min-height: 63px;
	overflow: inherit;
	width: 98%;
}

#header .left-area {
	float: left;
	width: 70%;
}

#header .right-area {
	float: right;
	max-width: 290px;
	width: 30%;
}

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

#header h1 a {
	display: inline-table;
	height: 40px;
	margin: 10px 0;
}
/*
#header .site-logo {
	display: inline-block;
	max-height: 50px;
	padding: 10px 0;
	vertical-align: middle;
}

#header .left-area th {
	min-width: 200px;
}

#header .left-area th a {
	display: block;
}
*/
#header .left-area td {
	width: 100%;
}

#header .left-area .ja {
	display: table-cell;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 7px 20px 7px 0;
	text-align: left;
	vertical-align: middle;
}

#header .left-area .ja span {
	display: inline;
	font-family: "source-han-serif-japanese", 'Yu Mincho', serif;
	line-height: 1.6;
}

#header .left-area .ja .name1 {
	padding-right: 5px;
}

#header .left-area .ja .name2 {
	display: inline-block;
}


/* Navigation */

#header .header-navi {
	font-family: 'Yu Mincho', serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
	width: 100%;
}

#header .header-navi .ja {
	display: table-cell;
	font-family: 'source-han-serif-japanese', 'Yu Mincho', serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.nav-outline {
	background: #17161F;
}

#gNavi {
	background: none;
	margin: auto;
	width: 98%;
}

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

.nav-item {
	display: inline-block;
	float: left;
	margin: 0 .5%;
	width: 13%;
}

.nav-item:first-child {
	width: 7%;
}

.nav-item.kotei {
	margin: 0 1.5% 0;
	width: 22%;
}

.nav-item.li_lp {
	margin: 10px 0;
	transition: .3s;
	width: 48%;
}

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

.nav-item.link_color2 {
	background: #aaa;
	margin-right: 4%;
}

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

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

.nav-item.kotei a,
.nav-item.li_lp a {
	display: block;
}

.nav-item.kotei a {
	padding: 20px 0 17px;
}

.nav-item.li_lp a {
	display: inline-table;
	height: 40px;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 100%;
}

.nav-item.li_lp a i {
	bottom: 0;
	display: table-cell;
	height: 18px;
	font-size: 19px;
	margin: auto;
	vertical-align: middle;
	position: absolute;
	right: 15px;
	top: 0;
}

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

.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: 1px;
	left: 0;
	-ms-filter: "alpha(opacity=0)";
	opacity: 0;
	position: absolute;
	top: 32px;
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	width: 100%;
}

.kotei .nav-link::before {
	top: 58px;
}

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

.nav-item .ja {
	display: block;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	margin: 1px 0 0;
	text-align: center;
	vertical-align: middle;
}

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

.nav-item.kotei .en,
.dropdown .nav-link .en {
	display: block;
}

.dropdown .submenu .nav-link .ja {
	color: #666;
	display: block;
}

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

.nav-item.li_lp .en {
	display: block;
	font-size: 18px;
}

.nav-item.li_lp .ja {
	font-size: 11px;
}

.dropdown.nav-item {
	margin-right: 1%;
	position: relative;
	width: 6%;
}

.dropdown .nav-link {
	padding: 14px 15px 12px 0;
}

.dropdown .nav-link::before {
}

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

.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-right: -20%;
	margin-top: -20px;
	-ms-filter: "alpha(opacity=0)";
	opacity:0;
	pointer-events: none;
	position: absolute;
	right: 0;
	-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: 30px;
	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);
}

.nav-toggle {
	display: none;
}


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

	#header .left-area table {
		width: 100%;
	}

	#header .left-area th {
		display: none;
	}

	#header .left-area td a {
		height: 47px;
	}

	#header .left-area .ja {
		font-size: 14px;
	}

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

	.nav-item {
		width: 13.2%;
	}

	.nav-item.kotei a {
		padding: 22px 0 20px;
	}

	#gNavi .nav-item:first-child {
		width: 6%;
	}

	#gNavi .ja {
		font-size: 11px;
		letter-spacing: 0;
	}

	.nav-link::before {
		top: 29px;
	}

	.nav-item .en {
		font-size: 11px;
	}
}


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

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


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

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

.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 {
  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 30px;
  padding: 0;
  width: 100%;
}

.footer .footer-contents .foot-nav ul {
	margin: 0 auto;
	padding: 0;
	width: 98%;
}

.footer .footer-contents .foot-nav li {
	background: url(../img/icon_arrowR.png) left center no-repeat;
	display: inline-block;
	float: left;
	font-size: 13px;
	list-style: none;
	margin: 10px 1.5%;
	min-width: 164px;
	padding: 0 0 0 2%;
	text-align: left;
	width: 15%;
}

.footer .footer-contents .foot-nav li a {
	color: #666666;
	display: block;
}

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


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

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

.footer .foot-info .foot-info-inner-center {
	box-sizing: border-box;
	display: block;
	margin: 0;
	text-align: center;
	width: 100%;
}

.footer .foot-info .foot-info-inner-left,
.footer .foot-info .foot-info-inner-right {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 2.3%;
	text-align: center;
	vertical-align: top;
	width: 45%;
}

.footer .foot-info .foot-info-inner-left .mansion-name-txt {
	border-bottom: 1px dashed #d2b071;
	border-top: 1px dashed #d2b071;
	display: block;
	margin-top: 5px;
	padding: 1em 0;
}

.footer .foot-info .foot-info-inner-left .mansion-name-txt span {
  color: #16160e;
  display: inline-block;
  font-size: 16px;
	letter-spacing: 1px;
  line-height: 1.5;
}

.footer .foot-info .foot-info-inner-left .mansion-name-txt span:first-child {
	display: inline;
	padding-right: 20px;
}

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

.footer .foot-info .foot-info-inner-left .corp {
}

.footer .foot-info .foot-info-inner-left .site-logo {
	display: block;
	margin: 1em auto .7em;
}

.footer .foot-info .foot-info-inner-left .mitsubishi-site-logo {
	width: 215px;
}

.footer .foot-info .foot-info-inner-left .arbanlife-site-logo {
	width: 266px;
}

.footer .foot-info .foot-info-inner-left .other-site-logo {
	width: 215px;
}

.footer .foot-info .foot-info-inner-left .corp span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
}

.footer .foot-info .foot-info-inner-left .info-txt {
	margin-bottom: 30px;
}

.footer .foot-info .foot-info-inner-left .info-txt .eigyo-wrap,
.footer .foot-info .foot-info-inner-left .info-txt .tel-wrap {
	display: block;
}

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

.footer .foot-info .foot-info-inner-left .info-txt .eigyo-wrap {
	margin-bottom: 3px;
}

.footer .foot-info .foot-info-inner-left .info-txt .eigyo-wrap span {
	line-height: 1.5;
	padding: 0 6px;
}

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

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

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

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

.footer .foot-info .foot-info-inner-right {
  padding-top: 1%;
}

.footer .foot-info .foot-info-inner-right .group-logo {
	display: inline-block;
	margin: 10px 0 30px;
	max-width: 220px;
	padding: 0;
	width: 80%;
}

.footer .foot-info .foot-info-inner-right .group-logo.tab {
	display: none;
}

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

.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 {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}

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

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

.footer .foot-info .foot-info-inner-right .bnr-buy i , .footer .foot-info .foot-info-inner-right .bnr-sell i {
	font-size: 21px;
	margin-left: 7px;
	position: relative;
	top: 1px;
	width: 19px;
}


@media screen and (max-width: 1200px) {
	/*--- 表示領域が1200px以下の場合に適用するスタイル ---*/
	.footer .footer-contents .foot-nav ul {
		padding: 0 0 0 2%;
		text-align: left;
	}

	.footer .footer-contents .foot-nav li {
		float: none;
		margin: 6px 1.5%;
		width: 14%;
	}

	.footer .foot-info .foot-info-inner-left {
		padding-left: 1%;
	}
}


@media screen and (max-width: 980px) {
	/*--- 表示領域が980px以下の場合に適用するスタイル ---*/
	.footer .footer-contents .foot-nav li {
		margin: 6px 1%;
		width: 28%;
	}

	.footer .foot-info .foot-info-inner-left {}

	.footer .foot-info .foot-info-inner-left .mansion-name-txt span {
		font-size: 15px;
	}

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

	.footer .foot-info .foot-info-inner-left .info-txt .tel {
		font-size: 32px;
		letter-spacing: 0px;
	}

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

	.footer .foot-info .foot-info-inner-right {}

	.footer .foot-info .foot-info-inner-right a {
		margin: 0 0 15px;
	}
}


/* 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 {/* <table> */
	margin: 0 auto 1.3em;
	max-width: 1200px;
	width: 96%;
}

.foot-sitelink .site-logo {
	min-width: 200px;
	padding: 1em 0 .6em;
	text-align: left;
	vertical-align: middle;
	width: 20%;
}

.foot-sitelink .site-logo .site-selection-logo {
	display: inline-block;
	vertical-align: middle;
}

.foot-sitelink .site-logo .mitsubishi-selection-logo {
	width: 210px;
}

.foot-sitelink .site-logo .arbanlife-selection-logo,
.foot-sitelink .site-logo .other-selection-logo {/* 今は使用していない */
	width: 210px;
}

.foot-sitelink .site-logo .site-selection {/* 今は使用していない */
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 3px 0 0;
}

.foot-sitelink .site-link-list ul {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;/* 初期値 */
	list-style: none;
	margin: 0 0 0 10px;/*ロゴの左辺に合わせた調整*/
	padding: 0;
	text-align: left;
	width: calc(100% - 10px);
}

.foot-sitelink .site-link-list li {
	color: #333;
	font-size: 12px;
	margin: .6em 0 0;
	padding-right: 1em;
	width: calc(33% - 1em);
}

.foot-sitelink .site-link-list .other-sites-splited-1 li:not(.label) {
	width: calc(25% - 1em);
}

.foot-sitelink .site-link-list li.label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
/*	padding: 2.6em 0 .6em 2.3em; //見出しに装飾つける場合にはこちらを使用 */
	padding: 2.6em 0 .6em;
	position: relative;
	width: 100%;
}
/* 2024.10.15 --- 非表示指示のためコメントアウト中‥
.foot-sitelink .site-link-list li.label::before {
	background: #e0caa2;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: calc(2.6em + 6px);
	width: 1.3em;
	z-index: 1;
}*/

.foot-sitelink .site-link-list li a {
	color: #333;
	display: inline-block;
}

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

.foot-sitelink .site-link-list li .label-txt {/* 見出しテキスト */
	color: #1b1b1b;
	letter-spacing: .16em;
}

.foot-sitelink .site-link-list li .icon-open-in-new {
	height: 16px;
	vertical-align: middle;
	width: auto;
}

/* button-area */
.foot-sitelink .button-area {
	padding: 1em 0 0;
	text-align: right;
}

.foot-sitelink .button-area .button {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	vertical-align: middle;
}

.foot-sitelink .button-area .button:hover {
	text-decoration: underline;
}

.foot-sitelink .button-area .button .icon-chevron {
	height: 20px;
	margin-top: -4px;
	vertical-align: middle;
	width: auto;
}

.foot-sitelink .button-area .open-items .icon-chevron {
	transform: rotate(90deg);
}

.foot-sitelink .button-area .close-items .icon-chevron {
	transform: rotate(-90deg);
}

/* button-area（スクリプト関連） */
.foot-sitelink .button-area .active {
	display: none;
}


@media screen and (max-width: 960px) {
	/*--- 表示領域が960px以下の場合に適用するスタイル ---*/
	.foot-sitelink .site-link-list li {
		width: calc(50% - 1em);
	}
}


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

.copy-wrap {
	background: #1b1b1b;
	padding-bottom: 2px;
	width: 100%
}

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


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

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

#main.top_page {
	padding-top: 50px;
}

#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: 42px;
  font-weight: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  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: 26px;
  font-weight: 400;
  letter-spacing: 3px;
	line-height: 1.5;
}

.hd3 {
  font-family: 'Times New Roman', "source-han-serif-japanese", 'Yu Mincho', serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
	line-height: 1.3;
  margin: 0 auto 40px;
  text-align: left;
  padding: 20px 0 0;
  width: 94%;
}

.hd3:after {
	width: 100%;
	height: 2px;
	margin: 15px 0 0 0;
	content: "";
	display: block;
	background: -moz-linear-gradient(left, #00a0e9 20%, #f0f0f0 20%);
	background: -webkit-linear-gradient(left, #00a0e9 20%,#f0f0f0 20%);
	background: linear-gradient(to right, #00a0e9 20%,#f0f0f0 20%);
}


/* 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;
}

.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%;
}

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

.content-block .text .underline {
	text-decoration: underline;
}

.content-block .one-column-text {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: left;
	margin: 0 auto 2em;
	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 {
	font-size: 14px;
  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;
}
