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

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

html {
	box-sizing: border-box;
}

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

html .tk-futomin {
	font-family: a-otf-futo-min-a101-pr6n, 'Yu Mincho', serif;
}

html .tk-midashimi {
	font-family: a-otf-midashi-mi-ma31-pr6n, 'Yu Mincho', serif;
}

html .tk-ryumin {
	font-family: a-otf-ryumin-pr6n, 'Yu Mincho', serif;
}

p {
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 1.5px;
	margin: 30px 0;
}

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: 14px;
	letter-spacing: .1em;
	margin: 0 auto;
	max-width: 1200px;
	width: 94%;
}

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


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

#header {
	background: #fff;
	color: #666;
	position: relative;
	width: 100%;
}

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

#header .left-area {
	background: #032274;
	width: 40%;
	max-width: 500px;
	text-align: center;
}

#header .right-area {
	position: absolute;
	right: 20px;
	top: 20px;
}

#header .right-area .nav-item-text {
	display: inline-block;
	margin: 7px 15px 7px 0px;
	text-align: left;
}

#header .right-area .nav-item-text::before {
	content: "▶";
	color: rgb(6, 20, 41);
	display: inline-block;
	font-size: 10px;
	margin: 0;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

#header .right-area .nav-item-text a {
	color: #061429;
	display: inline-block;
	text-decoration: none;
}

#header .right-area .nav-item-text a:hover {
	opacity: 0.8;
}

#header .right-area .nav-item-text a:hover::before {
	opacity: 0;
}

#header .right-area .nav-item-text .ja {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11px;
	line-height: 1;
}

#header .right-area .nav-items {
	table-layout: auto;
}

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

#header table {
	width: 100%;
}

#header th {
	max-width: 15%;
	text-align: left;
	width: auto;
}

#header th a {
	/* display: inline-table;
	height: 70px; */
}

#header td a {
	display: inline-table;
	height: 62px;
	/* min-width: 83%; */
	/* width: auto; */
}

#header th .logo-img-wrap {
	display: table-cell;
	vertical-align: middle;
}

#header .site-logo {
	display: block;
	max-height: 40px;
	max-width: 200px;
	vertical-align: middle;
	width: auto;
}

#header .left-area .ja {
	display: table-cell;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}

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

#header .left-area .ja .name1 {
}

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

#header td {
	line-height: 0;
	width: 100%;
}


/* 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: 15px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.6;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

#gNavi {
	margin-top: 3px;
	width: 100%;
}

.nav-items {
	display: table;
	table-layout: fixed;
	list-style: none;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	width: 100%;
	text-align: center;
}

.nav-item {
	display: table-cell;
	/* float: left; */
	/* margin: 0 2%; */
	width: 19.5%;
	vertical-align: middle;
}

#gNavi .nav-item {
	border-right: 1px solid #fff;
}

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

.nav-item.li_lp {
	display: inline-block;
	width: 131px;
}

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

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

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

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

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

.nav-item.li_lp a {
	display: inline-table;
	height: 34px;
	padding: 8px 0 2px;
	width: 100%;
}

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

/*
 * 現在地に何かしらの見た目変化を加えたいときに使用
.nav-item.here,
.nav-item:hover {
	background: #004165;
}

.nav-item.dropdown:hover {
	background: #00234b;
}

.nav-item.here .nav-link,
.nav-item:hover .nav-link {
	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;
	opacity: 1;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

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

.nav-link::before {
	background: #999;
	content: "";
	height: 1px;
	left: 0;
	-ms-filter: "alpha(opacity=0)";
	opacity: 0;
	position: absolute;
	top: 62px;
	width: 100%;
}

.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: 600;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.nav-item .en {
	color: #000;
	display: block;
	font-family: 'Cinzel', 'Yu Mincho', serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
}

.nav-item.li_lp .en {
	display: block;
	font-size: 15px;
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#header .nav-item.li_lp .ja {
	display: block;
	font-size: 11px;
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 300;
	letter-spacing: 0;
}

.here .nav-link::before {
	background: #032274;
	content: "";
	height: 1px;
	left: 0;
	-ms-filter: "alpha(opacity=0)";
	opacity: 1;
	position: absolute;
	top: 62px;
	width: 100%;
}

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

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

.dropdown.nav-item {
	/* margin-right: 1%; */
	overflow: visible;
	position: relative;
	width: 12%;
}

.dropdown .nav-link {
	padding: 31px 0 27px 0;
}

.dropdown .nav-link::before {
	/* top: 26px; */
}

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

.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;
	line-height: 1.6;
	margin-right: -20%;
	margin-top: -20px;
	-ms-filter: "alpha(opacity=0)";
	opacity:0;
	pointer-events: none;
	position: absolute;
	right: 24px;
	-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: 48px;
	width: 136px;
	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;
	cursor: pointer;
	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 (min-width: 1300px) {
	#header .right-area {
	}
}

@media screen and (max-width: 1050px) {
	#header .left-area {
		max-width: 325px;
	}
	#header .left-area .ja {
		font-size: 17px;
	}
	.nav-item .en {
    font-size: 12px;
	}
	.dropdown .nav-link::after {
		border: 5px solid transparent;
		border-top-color: #666;
		content: "";
		position: absolute;
		right: -4px;
		top: 35px;
	}
}


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

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

	#header .left-area th {
		padding-right: 2%;
	}

	#header .left-area td a {
		display: inline-table;
		min-height: 70px;
		width: 100%;
	}

	#header .right-area {
	}

	/* #header .header-navi .ja {
		font-size: 14px;
	} */

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

	.nav-item {
		width: 19%;
	}

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

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

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

	.submenu {
		right: 14px;
	}

	.dropdown .nav-link::after {
		right: 1px;
	}
}


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

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


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

.breadcrumb {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin: 14px auto;
	padding: 0;
	overflow: hidden;
	width: 98%;
	max-width: 1200px;
}

.breadcrumb li {
	float: left;
}

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

.breadcrumb li a {
	color: #999;
}

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

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

.footer .footer-contents .foot-nav li {
	border-right: 1px solid #6c809e;
	display: inline-block;
	margin: 0 17px 10px 0;
	padding-right: 17px;
}

.footer .footer-contents .foot-nav li a {
	color: #061429;
	font-size: 12px;
	text-decoration: none;
}

.footer .footer-contents .foot-nav li a:hover {

}


/* 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 1.8%;
	text-align: center;
	vertical-align: top;
}

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

.footer .foot-info .foot-info-inner-right {
	width: 34.8%;
}

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

.footer .foot-info .foot-info-inner-left .mansion-name-txt span {
	color: #c1ab84;
	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: #636363;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0 0 1em;
	text-align: center;
}

.footer .foot-info .foot-info-inner-left .site-logo {
	display: block;
	margin: 1em auto .7em;
	max-height: 100px;
	width: 215px;
}

.footer .foot-info .foot-info-inner-left .corp span {
	display: block;
	font-size: 21px;
	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 .corp span:first-child {
	font-size: 22px;
	padding: 20px 0 12px;
}

.footer .foot-info .foot-info-inner-left .info-txt span {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	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: 35px;
	margin: 5px 6px 0 -10px;
	vertical-align: middle;
}

.footer .foot-info .foot-info-inner-left .info-txt .tel {
	color: #d4be96;
	font-size: 37px;
	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: 31px 0;
}

.footer .foot-info .foot-info-inner-right .site-logo {
	display: inline-block;
	margin: 0 0 20px;
	max-height: 80px;
	max-width: 96%;
	padding: 0;
}

.footer .foot-info .foot-info-inner-right .site-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 {
	border: 1px solid #d9ccb4;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 19px;
	text-align: left;
}

.footer .foot-info .foot-info-inner-right a span img {
	max-width: 400px;
	width: 100%;
}

.footer .foot-info .foot-info-inner-right a span i {
	margin-right: 7%;
}

.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.pc {
	display: block;
}

.footer .foot-info .foot-info-inner-right .bnr-buy.mb {
	display: none;
}

.footer .foot-info .foot-info-inner-right .bnr-sell.pc {
	display: block;
}

.footer .foot-info .foot-info-inner-right .bnr-sell.mb {
	display: none;
}

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

	.footer .footer-contents .foot-nav li {
	}

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

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

.foot-sitelink {
	background: #f7f7f7;
	line-height: 180%;
	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: 1280px;
  width: 100%;
}

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

.foot-sitelink .site-logo .site-selection-logo {
	display: inline-block;
	height: 38px;
}

.foot-sitelink .site-logo .site-selection {
	font-size: 11px;
	font-weight: normal;
	margin: 8px 0 0;
	letter-spacing: 2px;
	text-align: center;
}

.foot-sitelink .site-link-list {
  margin :0;
  overflow: hidden;
  padding: 0;
  width: 82%;
  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: 2px 0 2px 1%;
	line-height: 1.6;
	width: 24%;
}

.foot-sitelink .site-link-list li a {
	color: #333;
	display: block;
	letter-spacing: 1px;
  position: relative;
  padding: 0 0 0 5%;
}

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


@media screen and (max-width: 1200px) {
	.foot-sitelink .site-logo {
		min-width: 200px;
    width: 20%;
	}
	.foot-sitelink .site-link-list {
    width: 69%;
	}
	.foot-sitelink .site-link-list li {
		width: 32%;
	}
}

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

	.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 a {
		margin: 0 0 15px;
	}
}

@media screen and (max-width: 950px) {
	.foot-sitelink .site-logo {
		min-width: 200px;
    width: 20%;
	}
	.foot-sitelink .site-link-list {
    width: 46%;
	}
	.foot-sitelink .site-link-list li {
		width: 49%;
	}
}

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

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

.copyright {
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 180%;
	letter-spacing: 2px;
}

@media screen and (max-width: 950px) {
	/*--- 表示領域が520px以下の場合に適用するスタイル ---*/
	.copy-wrap {
		/* padding: 5px 0; */
	}

	.copyright {
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
		font-size: 10px;
		line-height: 1.5;
		letter-spacing: 0;
		margin: 0 auto;
		text-align: center;
	}
}

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

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

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

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

#main.sell, #main.used {
	padding-bottom: 0;
}


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

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


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

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

.hd1 .en {
	color: #444;
	font-family: 'Cinzel', 'Yu Mincho', serif;
	font-weight: normal;
	text-transform: capitalize;
	vertical-align: middle;
	position: relative;
	display: block;
	padding-top: 16px;
	font-size: 18px;
	letter-spacing: 1px;
}

.hd1 .bar {
	display: block;
	border-bottom: 1px solid #d4c4b2;
	content: "";
	left: 50%;
	margin-left: -50px;
	position: absolute;
	/* top: 4px; */
	width: 100px;
}

.hd1 .ja {
	color: #444444;
	display: block;
	font-family: a-otf-ryumin-pr6n, 'Yu Mincho', serif;
	font-size: 47px;
	font-weight: 300;
	margin-bottom: 16px;
	letter-spacing: 4px;
	vertical-align: middle;
}

.hd2 {
	font-family: a-otf-futo-min-a101-pr6n, 'Yu Mincho', serif;
	margin: 1em auto 3em;
	padding: 0;
	position: relative;
	text-align: center;
	width: 94%;
}

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

.hd3 {
	font-family: a-otf-futo-min-a101-pr6n, 'Yu Mincho', serif;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.3;
	margin: 0 auto 1.5em;
	text-align: center;
	padding: 20px 0 0;
	width: 94%;
}

.hd3:after {
	width: 100%;
	height: 2px;
	margin: 15px 0 0 0;
	content: "";
	display: none;
	/* 非表示 */
	background: -moz-linear-gradient(left, #1d1d1d 20%, #f0f0f0 20%);
	background: -webkit-linear-gradient(left, #1d1d1d 20%,#f0f0f0 20%);
	background: linear-gradient(to right, #1d1d1d 20%,#f0f0f0 20%);
}


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

.content-block {
	margin: 2% auto;
	max-width: 1200px;
	padding: 0 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.photogallery-komejiru .text{
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	margin: 20px auto 30px;
	text-align: left;
	width: 98%;
}

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


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

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

.c1it .hd3 {
	width: 94%;
}

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


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

.c1il .box {
	margin: 3em auto 2em;
	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;
}


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

	.c1il .box:first-child {
		padding-top: 20px;
	}
}


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

.c1ir .box {
	margin: 3em auto 2em;
	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;
}


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

	.c1ir .box:first-child {
		padding-top: 20px;
	}
}


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

.c2it .text {
	width: 100%;
}


/* 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% 1em;
	text-align: left;
	vertical-align: top;
	width: 28.95%;
}

.c3it .text {
	width: 100%;
}


@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% 1em;
	text-align: left;
	vertical-align: top;
	width: 22.7%;
}

.c4it .text {
	width: 100%;
}


@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: 0 3% 2em;
    text-align: left;
    vertical-align: top;
    width: 43.7%;
	}
}



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

.outline-table {
	border-top: 1px solid #919aab;
	line-height: 2;
	margin: 0 auto;
	max-width: 960px;
	width: 90%;
}

.outline-table th {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.8;
	padding: 10px;
	text-align: left;
	width: 200px;
}

.outline-table td {
	background: #eee;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.8;
	padding: 10px;
}


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

.googlemap-wrap {
	width: 94%;
}

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

.map-dl {
	color: #484848;
	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;
	text-align: center;
}

.gallery-list li {
	background: #f7f7f7;
	display: inline-block;
	margin: 1%;
	padding: 1%;
	width: 29%;
}

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