@charset "UTF-8";
/* CSS Document */

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

.f_red {
	color: #d94b70;
}
/* ↓ 190314 ↓ */
main .page-title {
	margin-bottom: 50px;
}
/* ↑ 190314 ↑ */
.bnr-area {
	text-align: center;
	/* 190314 margin-top: 50px;　削除 */
	margin-bottom: 100px;

}

.pic {
    overflow: hidden;
}
.pic img {
    margin: 0 auto;
	opacity: 1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.pic a:hover img {
	opacity: 0.7;
}

/* result-filter */
#results-filter {
	text-align: center;
}
#results-filter h2 {
	font-size: 26px;
	margin-bottom: 25px;
}
#results-filter ul {
	display: inline-block;
	width: 600px;
	margin-bottom: 20px;
}
#results-filter ul li {
	width: 200px;
	float: left;
	font-size: 18px;
	border-right: 1px solid #000;
}
#results-filter ul li a {
	display: block;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#results-filter ul li a:hover {
	color: #d94b70;
}
@media screen and (max-width:960px),print {
	#results-filter ul {
		width: 60vw;
	}
	#results-filter ul li {
		width: 33.3333%;
	}
}

#results-filter ul li:last-child {
	border-right: none;
}
#results-filter ul li.active {
	color: #d94b70;
}

.otherlink {
	font-size: 13px;
	text-align: center;
	font-family: "Gotham SSm A", "Gotham SSm B", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 25px;
}
.otherlink a {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.otherlink a:hover {
	opacity: 0.7;
}
.halls-result-num {
	margin-bottom: 45px;
}
.halls-result-num p.halls-count {
	padding: 10px 30px 0 0;
	text-align: right;
	font-family: "Gotham SSm A", "Gotham SSm B", メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}


/* halls */
.halls-wrapper {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0 30px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#halls {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
#halls li {
	position: relative;
	width: 33.3333%;
	padding: 30px 15px 50px;
	border-left: 1px solid #efefef;
}
#halls li.last-obj::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #efefef;
}
#halls li::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	width: 120vw;
	height: 1px;
	margin-left: -5vw;
	background: #efefef;
}

/* halls - contents */
#halls li .contents {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#halls li .contents .ttl {
	position: relative;
	margin-bottom: 20px;
}
#halls li .contents .ttl a {
	display: block;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#halls li .contents .ttl a:hover {
	opacity: 0.7;
}
#halls li .contents .ttl::before {
	content: '';
	position: absolute;
	top: 0;
	left: -16px;
	display: block;
	width: 1px;
	height: 15px;
	background: #d94b70;
}
#halls li .contents .ttl .subtxt {
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 10px;
}
#halls li .contents .ttl h3 {
	font-size: 26px;
	line-height: 1.2;
}
#halls li .contents .pic {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
#halls li .contents .pic img {
	width: 100%;
}
#halls li .contents .subttl {
	margin-bottom: 40px;
}
#halls li .contents .subttl h4 {
	font-size: 18px;
	line-height: 1.5;
}
#halls li .contents .detail {
	margin-bottom: 25px;
}
#halls li .contents .detail dl {
	margin: 0;
}
#halls li .contents .detail dl .row {
	display: table;
	margin: 0 0 10px;
	line-height: 1.5;
}
#halls li .contents .detail dl .row:last-child {
	margin-bottom: 0;
}
#halls li .contents .detail dl dt,
#halls li .contents .detail dl dd {
	display: table-cell;
	font-size: 14px;
}
#halls li .contents .detail dl dt {
	width: 75px;
}
#halls li .contents .link-btn {
	max-width: 290px;
	margin: 0 auto;
}
#halls li .contents .link-btn .link-detail {
	margin-bottom: 10px;
}
#halls li .contents .link-btn .link-detail a,
#halls li .contents .link-btn .link-other a {
	padding: 14px 5px;
	text-align: center;
	font-family: "Gotham SSm A", "Gotham SSm B", メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#halls li .contents .link-btn .link-detail a {
	display: block;
	color: #d94b70;
	border: 1px solid #d94b70;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#halls li .contents .link-btn .link-detail a:hover {
	color: #fff;
	background: #d94b70;
}
#halls li .contents .link-btn .link-other a {
	display: inline-block;
	width: calc(50% - 5px);
	color: #000;
	border: 1px solid #5d5d5d;
}
#halls li .contents .link-btn .link-other a:nth-child(1) {
	margin-right: 10px;
}
#halls li .contents .link-btn .link-other a:nth-child(1)::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 22px;
	margin: -8px 5px -5px 0;
	background: url("../../../img/pc/common/sprite.png") no-repeat;
	background-position: -20px -70px;
}
#halls li .contents .link-btn .link-other a:nth-child(2)::before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -7px 5px -3px 0;
	background: url("../../../img/pc/common/sprite.png") no-repeat;
	background-position: -40px -70px;
}
#halls li .contents .link-btn .link-other a:nth-child(1):hover,
#halls li .contents .link-btn .link-other a:nth-child(2):hover {
	color: #fff;
	background: #5d5d5d;
}

/* fair-box */
.fair-box {
	margin: 0 30px;
	padding: 95px 0;
	background: #f4f4f4;
}
.fair-box .ttl {
	margin-bottom: 50px;
}
.fair-box .ttl h2 {
	font-size: 40px;
	line-height: 0.9em;
	color: #000;
	text-align: center;
	font-family: "Miller Banner", "Ryumin Medium KL", "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', "HiraMinProN-W6", "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fair-box .ttl h2 span {
	font-size: 16px;
	vertical-align: bottom;
	text-align: center;
	font-family: "Ryumin Medium KL", "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', "HiraMinProN-W6", "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fair-box .fair-wrapper {

}
.fair-box .fair-wrapper ul {
	width: 80%;
	margin: 0 auto;
}
.fair-box .fair-wrapper ul li {
	float: left;
	width: 46%;
	margin-right: 4%;
	padding: 10px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.fair-box .fair-wrapper ul li:hover {
	background: #fff;
}
.fair-box .fair-wrapper ul li:nth-child(2n) {
	margin-left: 4%;
	margin-right: 0;
}
.fair-box .fair-wrapper ul li .inner {
	margin-bottom: 10px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.fair-box .fair-wrapper ul li .inner .pic {
	float: left;
	width: calc(45% - 10px);
	margin-right: 10px;
}
.fair-box .fair-wrapper ul li .inner .pic img {
	width: 100%;
}
.fair-box .fair-wrapper ul li .inner .detail {
	float: right;
	display: inline-block;
	width: 55%;
	padding: 5px 0;
}
.fair-box .fair-wrapper ul li .inner .detail h3 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 15px;
}
/* ↓ 190314 ↓ */
.fair-box .fair-wrapper ul li .inner .detail h3 a {
	opacity: 1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.fair-box .fair-wrapper ul li .inner .detail h3 a:hover {
	opacity: 0.7;
}
/* ↑ 190314 ↑ */
.fair-box .fair-wrapper ul li .inner .detail .date {
	font-size: 18px;
	margin-bottom: 10px;
}
.fair-box .fair-wrapper ul li .inner .detail .place {
	color: #666;
	font-size: 14px;
	font-family: "Gotham SSm A", "Gotham SSm B", メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fair-box .fair-wrapper ul li .link-btn a {
	display: inline-block;
	width: calc(50% - 5px);
	color: #000;
	background: #fff;
	border: 1px solid #5d5d5d;
	padding: 14px 5px;
	vertical-align: top;
	text-align: center;
	font-family: "Gotham SSm A", "Gotham SSm B", メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.fair-box .fair-wrapper ul li .link-btn a:nth-child(1) {
	margin-right: 10px;
}
.fair-box .fair-wrapper ul li .link-btn a:nth-child(1)::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 22px;
	margin: -6px 5px -5px 0;
	background: url("../../../img/pc/common/sprite.png") no-repeat;
	background-position: -20px -70px;
}
.fair-box .fair-wrapper ul li .link-btn a:nth-child(2)::before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -5px 5px -3px 0;
	background: url("../../../img/pc/common/sprite.png") no-repeat;
	background-position: -40px -70px;
}
.fair-box .fair-wrapper ul li .link-btn a:nth-child(1):hover,
.fair-box .fair-wrapper ul li .link-btn a:nth-child(2):hover {
	color: #fff;
	background: #5d5d5d;
}

@media screen and (max-width:1200px),print {
	.fair-box .fair-wrapper ul li .link-btn a:nth-child(1) {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.fair-box .fair-wrapper ul li .link-btn a {
		display: block;
		width: 100%;
	}
}

/* report-box */
.report-box {
	margin: 0 30px;
	padding: 95px 0;
}
.report-box .ttl {
	margin-bottom: 50px;
}
.report-box .ttl h2 {
	font-size: 40px;
	line-height: 0.9em;
	color: #000;
	text-align: center;
	font-family: "Miller Banner", "Ryumin Medium KL", "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', "HiraMinProN-W6", "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.report-box .ttl h2 span {
	font-size: 16px;
	vertical-align: bottom;
	text-align: center;
	font-family: "Ryumin Medium KL", "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', "HiraMinProN-W6", "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.report-box .report-wrapper {
	margin-bottom: 60px;
}
.report-box .report-wrapper ul {

}
.report-box .report-wrapper ul li {
	float: left;
	width: 50%;
	margin-bottom: 60px;
	padding-right: 16px;
	text-align: center;
}
.report-box .report-wrapper ul li:nth-child(2n) {
	padding-left: 15px;
	padding-right: 0;
}
.report-box .report-wrapper ul li .pic {
	margin-bottom: 20px;
}
.report-box .report-wrapper ul li .pic a img {
	width: 100%;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
}
.report-box .report-wrapper ul li .pic a:hover img {
	opacity: 1;
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.report-box .report-wrapper ul li>a {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 15px;
	/* ↓ 190314 ↓ */
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	/* ↑ 190314 ↑ */
}
/* ↓ 190314 ↓ */
.report-box .report-wrapper ul li>a:hover {
	opacity: 0.7;
}
/* ↑ 190314 ↑ */
.report-box .report-wrapper ul li p {
	font-size: 14px;
}


/* comment-box */
.comment-box {
	padding: 60px 0 70px;
	background: url("../../../hall/img/bg-1.png") repeat;
}
.comment-box .inner {
	/* ↓ 190314 ↓ */
	width: 670px;
	margin: 0 auto;
	/* ↑ 190314 ↑ */
	text-align: center;
}
.comment-box .inner h4 {
	font-size: 20px;
	margin-bottom: 40px;
}
.comment-box .inner h2 {
	font-size: 20px;
	margin-bottom: 40px;
}
.comment-box .inner p {
	margin-bottom: 20px;/* ← 190314 */
	font-size: 13px;
	line-height: 2.2;
}

/* search-box */
.search-box {
	width: 80%;
	margin: 0 auto;
	padding: 90px 0 60px;
}
.search-box .inner .box-left {
	float: left;
	width: 50%;
	padding-right: 4%;
}
.search-box .inner .box-left h4 {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
.search-box .inner .box-left h2 {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
.search-box .inner .box-left .area-box ul li {
	float: left;
	width: calc(25% - 10px);
	margin: 0 10px 10px 0;
	border: 1px solid #adadad;
	text-align: center;
}
.search-box .inner .box-left .area-box ul li:nth-child(4n) {
	margin-right: 0;
}
.search-box .inner .box-left .area-box ul li a {
	display: block;
	padding: 14px;
	font-size: 14px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.search-box .inner .box-left .area-box ul li a:hover {
	color: #fff;
	background: #adadad;
}
.search-box .inner .box-right {
	float: right;
	width: 50%;
	padding-left: 4%;
}
.search-box .inner .box-right h4 {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
.search-box .inner .box-right h2 {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
.search-box .inner .box-right .area-box ul li {
	float: left;
	width: calc((100%/3) - 10px);
	margin: 0 10px 10px 0;
	border: 1px solid #adadad;
	text-align: center;
}
.search-box .inner .box-right .area-box ul li:nth-child(3n) {
	margin-right: 0;
}
.search-box .inner .box-right .area-box ul li a {
	display: block;
	padding: 14px;
	font-size: 14px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.search-box .inner .box-right .area-box ul li a:hover {
	color: #fff;
	background: #adadad;
}

@media screen and (max-width:1026px),print {
	.search-box .inner .box-left .area-box ul li {
		width: calc(50% - 10px);
	}
	.search-box .inner .box-left .area-box ul li:nth-child(2n) {
		margin-right: 0;
	}
	.search-box .inner .box-right .area-box ul li {
		width: calc(50% - 10px);
	}
	.search-box .inner .box-right .area-box ul li:nth-child(3n) {
		margin-right: 10px;
	}
	.search-box .inner .box-right .area-box ul li:nth-child(2n) {
		margin-right: 0;
	}
}

.search-box .inner .box-left .area-box ul li.-two{
   width: calc(50% - 10px);
}
.search-box .inner .box-left .area-box ul li.-tri{
   width: calc((100%/3) - 10px);
}

.houseseoWrapper{
   display: flex;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
}
.houseseoWrapper dl{
   width: 33%;
   font-size: 13px;
   line-height: 2.2;
   margin-right: 20px;
   margin-left: 20px;
}
.houseseoWrapper dl dt{
   font-size: 1.5rem;
   text-align: center;
   margin-bottom: 20px;
}
.houseseoWrapper dl dd{
   margin-inline-start: 0 !important;
   /* text-align: center; */

}

/* .fair-box.plan-box .fair-wrapper ul li .link-btn a:nth-child(2)::before {
	width: 16px;
	height: 22px;
	margin: -6px 5px -5px 0;
	background: url("../../../img/pc/common/sprite.png") no-repeat;
	background-position: -20px -70px;
}
.fair-box.plan-box .fair-wrapper ul li .link-btn a:nth-child(1)::before {
	width: 19px;
	height: 19px;
	margin: -5px 5px -3px 0;
	background: url("../../../img/pc/common/sprite.png") no-repeat;
	background-position: -40px -70px;
} */