/* ----------------------------------------------------
※ サイト全体で共用する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;
	top: 0;
	width: 100%;
	z-index: 9997;
}

#header .right-area,
#gNavi {
	display: none;
}

.mobile-nav-wrap {
	display: block;
}


/* header
------------------------------------------------------------------------------*/

#header .inner {
	min-height: 60px;
	padding-left: 0;
}

#header .header-area .header-h1-block {
	width: 100%;
}

.nav-left #header .left-area {
	float: right;
}

#header .left-area {
	padding-bottom: 7px;
	width: 100%;
}

#header .left-area th {
	display: block;
	max-width: none;
	padding-right: 0;
	text-align: center;
}

#header .left-area th a {
	height: 47px;
}

#header .left-area td {
	display: block;
	padding-left: 0;
	width: 100%;
}

#header .left-area td a {
	min-height: inherit;
}

#header .left-area td.td-site-title {
	display: inline-block;
	padding-left: 2%;
	width: 87%;
}

#header .left-area td.td-nav-toggle {
	display: inline-block;
	padding-left: 0;
	width: 9%;
}

#header .left-area .ja {
	font-size: 14px;
	line-height: 1;
	padding: 0;
}

#header .left-area .ja span {
	letter-spacing: 0;
	line-height: 1.4;
}

#header .left-area .ja .name1 {
	padding-right: 0;
}

#header .site-logo {
	max-width: none;
	max-height: 28px;
	width: auto;
	height: 100%;
}

#header .right-area {
	width: 10%;
}


@media screen and (max-width: 520px) {
	/*--- 表示領域が520px以下の場合に適用するスタイル ---*/
	#header .site-logo {
		/* max-height: 24px; */
	}

	#header .left-area {
	}

	#header .left-area .ja {
	}

	#header .left-area .ja span {
		line-height: 1.3;
	}
}


/* Navigation HB-Menu ---------------*/

.nav-overlay.active {
	background: rgba(0, 0, 0, .2);
	content: '';
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
}

.mobile-nav-wrap #mNavi {
	background: rgba(255,255,255,.8);
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#mNavi {
	right: -800px;
	transition: right .3s;
	-webkit-transition: right .3s;
}

#mNavi.active {
  right: 0;
}

#mNavi .nav-main-mobile {
	background: #fff;
	margin: 0;
	padding: 61px 0 0;
}

#mNavi .nav-main-mobile .nav-item {
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	box-sizing: border-box;
	display: block;
	float: left;
	height: auto;
	margin: 0;
	overflow: visible;
	width: 50%;
}

#mNavi .nav-main-mobile .nav-item:nth-child(2n) {
	border-right: 0;
	border-left: 0;
}

#mNavi .nav-main-mobile .nav-item:nth-last-child(2) {
	border-bottom: 1px solid #e6e6e6;
}

#mNavi .nav-main-mobile .nav-item:last-child {
	border-bottom: 1px solid #e6e6e6;
}

#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: #ccc;
}

/* 現在地に何かしらの見た目変化を加えたいときに使用 */
#mNavi .nav-main-mobile .nav-item.here a {
	background: #f1f2f2;
}

#mNavi .nav-main-mobile .nav-item.here a span {
	color: #004ea2;
}

#mNavi .nav-main-mobile .nav-item .ja {
	display: block;
	font-size: 13px;
}

#mNavi .nav-main-mobile .en {
	display: none;
}

#mNavi .nav-main-mobile .ja {
	text-align: center;
}

#mNavi .cv-area {
	margin: 30px auto;
	max-width: 280px;
}

#mNavi .cv-area .button {
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 23px 0;
	line-height: 1;
	text-align: center;
}

#mNavi .cv-area .button-chuko {
	background: -webkit-gradient(linear, left top, right bottom, from(#9a6258), to(#aa8179));
	background: -webkit-linear-gradient(left top, #9a6258, #aa8179);
	background: -moz-linear-gradient(left top, #9a6258, #aa8179);
	background: -o-linear-gradient(left top, #9a6258, #aa8179);
	background: linear-gradient(to right bottom, #9a6258, #aa8179);
}

#mNavi .cv-area .button-baikyaku {
	background: -webkit-gradient(linear, left top, right bottom, from(#a38468), to(#b9a38d));
	background: -webkit-linear-gradient(left top, #a38468, #b9a38d);
	background: -moz-linear-gradient(left top, #a38468, #b9a38d);
	background: -o-linear-gradient(left top, #a38468, #b9a38d);
	background: linear-gradient(to right bottom, #a38468, #b9a38d);
}

#mNavi .cv-area .button:hover {
	opacity: 0.7;
}

/* nav-toggle */

.nav-toggle {
	display: block;
	float: right;
	height: 23px;
	/* position: fixed;
	right: 5px;
	top: 5px; */
	position: relative;
	width: 40px;
	z-index: 9998;
}

.nav-toggle:before,
.nav-toggle:after,
.nav-toggle > div {
	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: 0px; }
.nav-toggle > div { top: 9px; }
.nav-toggle:after { top: 18px; }


#mNavi .nav-toggle {
	display: inline-block;
	position: relative;
	padding: 0;
	width: 3px;
	right: 30px;
	top: 15px;
	height: 35px;
	background: #06a098;
	transform: rotate(45deg);
	float: right;
}

#mNavi .nav-toggle:before {
	background: none;
	margin: 0 0 0 0;
}

#mNavi .nav-toggle:after {
	background: #06a098;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	width: 35px;
	height: 3px;
	margin-top: -2px;
}


/* MainVisual
------------------------------------------------------------------------------*/

#visual {
	padding-top: 74px;
}


/* main
------------------------------------------------------------------------------*/

#main {
	border-top: none;
	padding-top: 80px;/* header-height + header-border */
}

#main.top_page {
	padding-top: 30px;
}


/* breadcrumb
------------------------------------------------------------------------------*/

.breadcrumb {
	margin: 3px auto;
}


/* headline
--------------------------------------*/

.hd1 .en {
	font-size: 32px;
	letter-spacing: 3px;
	padding-bottom: 2px;
}

.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;
}

@media screen and (max-width: 600px) {
	/*--- 表示領域が600px以下の場合に適用するスタイル ---*/
	.hd1 .en {
		font-size: 30px;
		letter-spacing: 2px;
	}
}


/* content-block
--------------------------------------*/
.content-block {
	padding: 3% 0;
}

.content-block .box {}

.content-block .text {
	margin: 1em auto 0;
}

.content-block .one-culumn-text {
	font-size: 14px;
	line-height: 1.8;
	max-width: 700px;
	margin: -1.5em auto 1.5em;
	text-align: left;
}


/* 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 3em;
		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 3em;
		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% 3em;
	width: 44.6%;
}


@media screen and (max-width: 600px) {
	/*--- 表示領域が600px以下の場合に適用するスタイル ---*/
	.c4it .box {
		display: block;
		margin: 0 auto 3em;
		width: auto;
	}

	.c4it .hd,
	.c4it .img img,
	.c4it .text {
		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 {
}

#footer .pc {
	display: none;
}

#footer .mb {
	display: inline;
}

#footer .mb a {
	color: #d4be96;
}

.footer .foot-info .foot-info-inner-right .logo-img-wrap {
	display: none;
}

.footer .foot-info .foot-info-inner-left .info-txt {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	/*--- 表示領域が640px以下の場合に適用するスタイル ---*/
	.footer .foot-info .foot-info-inner-left,
	.footer .foot-info .foot-info-inner-center,
	.footer .foot-info .foot-info-inner-right {}

	.footer .footer-contents .foot-nav ul {
		padding: 0;
		width: 100%;
	}

	.footer .foot-info .foot-info-inner-right .site-logo {
		display: none;
	}

	.footer .foot-info .foot-info-inner-right .site-logo.tab {
		display: block;
		max-width: 460px;
		width: 100%;
		margin: 0 auto 20px;
	}
}


@media screen and (max-width: 610px) {
	/*--- 表示領域が610px以下の場合に適用するスタイル ---*/
	.footer .footer-contents .foot-nav li {}
}


/* foot-table-フッターテーブル
--------------------------------------*/

.foot-info1 {}

.footer .footer-contents .foot-nav ul {
	margin: 0 auto 30px;
	width: 100%;
}

.footer .footer-contents .foot-nav li {
	float: left;
	width: 50%;
	margin: 0;
}

.footer .footer-contents .foot-nav li a {
	border-bottom: 1px solid #616161;
	padding: 20px 0;
}

.footer .footer-contents .foot-nav li:nth-child(2n+1) a {
	border-right: 1px solid #616161;
}

.foot-info2 {
	display: block;
	width: 100%;
}

.foot-info3 {}

.foot-info4 {
	display: block;
	width: 100%;
}


/* foot-sitelink
--------------------------------------*/

.foot-sitelink .site-logo {
	display: block;
	margin: 0 auto 15px;
	max-width: none;
	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;
	min-width: 210px;
}


/* copyright-コピーライト
--------------------------------------*/

.copy-wrap {
	display: block;
	margin-bottom: 83px;
}


@media screen and (max-width: 520px) {
/*--- 表示領域が520px以下の場合に適用するスタイル ---*/
	.copy-wrap {
		margin-bottom: 94px;
	}
}


/* 明和地所さん親サイトのフッター部 追加・上書きCSS --- 2020.12.15
------------------------------------------------*/

.footer__nav-wrap {}

.s_01 .accordion_one {
	margin: 0 auto;
	margin-left: 0!important;
	border-bottom: 2px solid #b7c4c2;
}

.s_01 .accordion_one .accordion_header {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 60px 15px 0;
	text-align: left;
	position: relative;
	z-index: +1;
	cursor: pointer;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	font-family: "見出ゴMB31",Hiragino Sans,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,sans-serif;
	font-weight: 600;
	letter-spacing: .12em;
	line-height: 30px;
}

.s_01 .accordion_one .accordion_header:before {
	content: '';
	position: absolute;
	top: calc(50% - 27.7777778%);
	right: 52px;
	width: 2px;
	height: 55.55555555555556%;
	background: #b7c4c2;
}

.s_01 .accordion_one .accordion_header .one_i:after {
	display: inline-block;
	content: '';
	background: url(../img/icon-arrow3.svg) no-repeat center;
	width: 18px;
	height: 45px;
	position: absolute;
	top: 7px;
	right: 19px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.gNav .accordion_one .accordion_header a {
	color: #4e4e4e;
	line-height: normal;
	display: block;
	padding: 5px 0;
}

.gNav .accordion_one .accordion_header .arrow.icon {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
	width: 15px;
	height: 12px;
	background: url(../img/icon-arrow.svg) no-repeat center;
	background-size: 15px 12px;
}

.s_01 .accordion_one .accordion_header.nav-icon:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 12px;
	height: 12px;
	right: 20px!important;
	top: calc(50% - 5px)!important;
	background: url(../img/icon-open.svg) no-repeat center;
}

.s_01 .accordion_one .accordion_inner {
	display: none;
	box-sizing: border-box;
}

.s_01 .accordion_one .accordion_inner a {
	color: #606161;
	display: block;
}

.s_01 .accordion_one .accordion_inner .box_one {
	position: relative;
	padding: 20px 60px 20px 0;
	background: #f1f4f3;
	border-bottom: 2px solid #b7c4c2;
}

.s_01 .accordion_one .accordion_inner > *:first-child .box_one {
	border-top: 2px solid #b7c4c2;
}

.s_01 .accordion_one .accordion_inner > *:last-child .box_one {
	border-bottom: none;
}

.s_01 .accordion_one .accordion_inner .box_one:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
	width: 15px;
	height: 12px;
	background: url(../img/icon-arrow.svg) no-repeat center;
	background-size: 15px 12px;
}

.s_01 .accordion_one .accordion_inner .box_one.nav-icon:before {
	width: 12px;
	height: 12px;
	background: url(../img/icon-open.svg) no-repeat center;
}

.s_01 .accordion_one .accordion_inner .btn--primary:after {
	background: #b7c4c2;
	content: '';
	height: 62.5%;
	position: absolute;
	right: 52px;
	top: calc(50% - 31.25%);
	width: 2px;
}

.s_01 .accordion_one .accordion_inner p.txt {
	line-height: 1.6;
	margin: 0 auto 0 20px;
}

.s_01 .accordion_one .btn--primary:after {
	right: 52px;
}


.footer__menu-bottom {}

.footer__menu-bottom .footer__menu_up li:last-child {}

.footer__menu-bottom .footer__menu_down li:last-child {
	width: 100%;
}
