@charset "UTF-8";

/**
 * オリジナルcss
 */

.modelhouse_list_header_image {
	height: 280px;
}

.modelhouse_list_header_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modelhouse_list_header_main  {
	background: #fff;
	text-align: center;
	padding: 60px 10px;
	margin-top: -30px;
	position: relative;
	z-index: 10;
	margin-bottom: 100px;
}

.modelhouse_list_header_main li {
	display: inline-block;
	vertical-align: bottom;
}

.modelhouse_list_header_main li h2 {
	margin: 0 30px 0 30px;
	font-size: 40px;
}

.modelhouse_list {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #161616;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.modelhouse_list li {
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
}

.modelhouse_list li:nth-child(2n) {
	margin-right: 0;
}

.modelhouse_list_info {
	color: #21366F;
}

.modelhouse_list .top_more {
	position: absolute;
	right: 23px;
	bottom: 20px;
	margin: auto;
}

body.post-type-archive-land #list, 
body.tax-land_category #list {
	letter-spacing: -.4em;
}

.land_list_detail {
	width: calc(96% / 3);
	margin-right: 2%;
	margin-bottom: 60px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	border: 1px dotted #161616;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #fff;
}

.land_list_detail:nth-child(3n) {
	margin-right: 0;
}

.land_list_detail a {
	text-decoration: none;
	color: #161616;
}

.land_list_detail_image {
	position: relative;
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.land_list_detail_image:before {
	content: "";
	display: block;
	padding-top: calc(24600% / 370);
}

.land_list_detail_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: .3s;
}

.land_list_detail:hover .land_list_detail_image img {
	transform: scale(1.03);
}

.land_list_detail_info {
	padding: 20px;
}

.land_list_icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
	margin-right: 12px;
	position: relative;
	width: 6em;
	height: 1.5em;
	font-size: .8em;
}

.land_list_detail a .land_list_icon span {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
}

.land_list_icon2 span {
	margin-top: -2px;
}

.land_list_icon1 {
	background: #ECC000;
}

.land_list_icon2 {
}

.land_list_icon2_sell {
	background: #3A5B90;
}

.land_list_icon2_new {
	background: #D0770F;
}

.land_list_icon2_second {
	background: #7BB669;
}

.land_list_icon2_rent {
	background: #0098E4;
}

.land_list_address {
	display: inline-block;
	vertical-align: middle;
	font-size: .8em;
	margin-top: 10px;
}

.land_list_detail h2 {
	margin: 0;
	display: block;
	margin-top: 10px;
}

.land_list_detail_area {
	font-size: .9em;
}

.land_list_detail_value {
	color: #ECC000;
}



.modelhouse_thumbnail {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.modelhouse_thumbnail:before {
	display: block;
	content: "";
	padding-top: calc(62000% / 1000);
}

.modelhouse_thumbnail img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.modelhouse_content {
	background: #fff;
	padding-top: 420px;
	margin-top: -400px;
	padding-bottom: 40px;
}

.modelhouse_content_interiors li {
	position: relative;
	width: 49%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}

.modelhouse_content_interiors li:nth-child(2n) {
	margin-right: 0;
}

.modelhouse_content_interiors li:before {
	content: "";
	display: block;
	padding-top: calc(60000% / 490);
}

.modelhouse_content_interiors li img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.modelhouse_content_subheader {
	background: #4B5776;
	color: #fff;
	text-align: center;
	width: 100%;
    padding: 10px;
    margin-bottom: 40px;
    margin-top: 100px;
    font-size: 1.2em;
}

.modelhouse_content_subheader h2 {
	color: #fff;
	font-size: 2.6em;
	margin-top: 25px;
	margin-bottom: 10px;
}

.modelhouse_content_highlight {
	display: block;
	clear: both;
}

.modelhouse_content_highlight li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-bottom: 50px;
}

.modelhouse_content_highlight_l {
	margin-right: 2%;
}

.modelhouse_content_highlight_r {
	margin-left: 2%;
	float: right;
}

.modelhouse_content_title_gallery {
	text-align: center;
	font-size: 2.6em;
	margin-bottom: 60px;
	clear: both;
}

.modelhouse_content_title_gallery img, 
.modelhouse_content_title_gallery span{
	display: inline-block;
	vertical-align: middle;
}

.modelhouse_content_title_gallery span{
	margin-left: 18px;
}

.modelhouse_content_gallery li {
	width: calc(94% / 4);
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.modelhouse_content_gallery li:nth-child(4n) {
	margin-right: 0;
}

.modelhouse_content_gallery_image {
	position: relative;
	margin-bottom: 12px;
}

.modelhouse_content_gallery_image:before {
	content: "";
	display: block;
	padding-top: calc(27400% / 236);
}

.modelhouse_content_gallery_image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.land_header {
	text-align: center;
	background: #fff;
	padding-top: 3em;
	padding-bottom: 7em;
}

.land_header h2 {
	font-size: 2.4em;
	margin: 18px auto 0 auto;
	border-bottom: 1px dotted #161616;
}

.land_header .land_icon {
	background: #ECC000;
	display: inline-block;
	color: #fff;
	padding: .1em 1.2em;
}

.land_header_image {
	position: relative;
	margin-top: -3em;
	margin-left: auto;
	margin-right: auto;
}
.land_header_image:before {
	content: "";
	display: block;
	padding-top: calc(62000% / 1000);
}

.land_header_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.land_info {
	background: #fff;
	border: 8px solid #21366F;
	padding: 30px 40px;
	margin: 60px auto 100px auto;
}

.land_info li {
	display: inline-block;
	width: 60%;
	vertical-align: bottom;
}

.land_info dl {
	padding: .2em 0;
	border-bottom: 1px dotted #161616;
}

.land_info dl dt {
	display: inline-block;
	vertical-align: top;
	width: 4.2em;
	margin: 0;
	font-weight: normal;
}

.land_info dl dd {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 6em);
	margin: 0;
}

.land_info li.land_price {
	width: 40%;
	text-align: right;
}

.land_price_area {
	display: inline-block;
	text-align: left;
}

.land_price_title {
	border-left: 6px solid #161616;
	padding-left: 6px;
	margin-bottom: 5px;
}

.land_price_value {
	color: #D0770F;
	font-weight: bold;
}

.land_price_value span {
	font-size: 2.3em;
	margin-right: .2em;
}

.land_subimages_wrap {
	margin-top: 20px;
	max-width: 1000px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.land_subimages .swiper-slide a {
	display: block;
	position: relative;
}

.land_subimages .swiper-slide a:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.land_subimages .swiper-slide a img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	position: absolute;
}

.point_area li {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	padding-left: 100px;
}

.point_area li.point_area_image {
	width: 60%;
	padding-left: 0;
}

.point_title {
	color: #21366F;
	font-size: 3.8em;
	font-weight: bold;
}

.point_subtitle {
	color: #21366F;
	font-size: 2.2em;
	font-weight: bold;
}

ul .point_detail_list {
	margin-top: 60px;
}

ul .point_detail_list li {
	width: 100%;
	display: block;
	padding-left: 0;
	margin-bottom: 6px;
}

ul .point_detail_list li img, 
ul .point_detail_list li span {
	display: inline-block;
	vertical-align: middle;
}

ul .point_detail_list li img {
	width: 33px;
}

ul .point_detail_list li span {
	margin-left: 12px;
	width: calc(100% - 45px);
}

.plan_view_list li {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	margin-right: 2%;
}

.plan_view_list li:nth-child(2n) {
	margin-right: 0;
}

.around_list li {
	width: calc(94% / 4);
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	margin-bottom: 24px;
	text-align: center;
}

.around_list li:nth-child(4n) {
	margin-right: 0;
}

.around_image {
	position: relative;
	border: 10px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-bottom: 6px;
}

.around_image:before {
	display: block;
	content: "";
	padding-top: 100%;
}

.around_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.around_name {
	font-size: 1.2em;
}

.around_distance {
	color: #D0770F;
}

.table_gaiyo, 
.table_gaiyo th, 
.table_gaiyo td {
	border: 1px solid #BCBCBC;
	border-collapse: collapse;
}

.table_gaiyo th {
	background: #E6E6E6;
	text-align: left;
	padding: 12px 0 12px 4em;
	width: 18em;
	vertical-align: top;
}

.table_gaiyo td {
	background: #fff;
	width: calc(100% - 18em);
	padding: 12px 0 12px 2em;
}

.land_contact a {
	font-size: 1.2em;
	padding: 30px 80px;
}


.modelhouse_reserve_title {
	background: #EDD56A;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
}

.modelhouse_reserve_title h3 {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 12px;
}

.modelhouse_reserve_title p {
	margin: 0;
	font-size: 20px;
}

@media screen and (max-width: 1110px) {
	body.post-type-archive-land #list {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 1110px) {
	.point_area li {
		width: 100%;
		padding-left: 0;
	}
	.point_area li.point_area_image {
		width: 100%;
	}
}
@media screen and (max-width:740px){
	.modelhouse_list {
		padding-bottom: 100px;
	}
	
	.modelhouse_list .top_more {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	
	.modelhouse_list .top_more a {
		padding: 15px 50px;
	}
	
	.modelhouse_list_header .page_inner {
		width: calc(100% - 15px);
		margin-left: auto;
		margin-right: auto;
	}
	
	.modelhouse_list_header_main li {
		display: block;
	}
	
	.modelhouse_list_header_main {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.modelhouse_list_header_main li h2 {
		font-size: 30px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.modelhouse_list_header_main_illust img {
		width: auto;
	}
	
	.modelhouse_content_interiors li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.modelhouse_content_highlight li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.modelhouse_content_gallery li {
		width: calc(98% / 2);
	}
	.modelhouse_content_gallery li:nth-child(2n) {
		margin-right: 0;
	}
	
	.access_info li {
		width: 100%;
		margin-right: 0;
	}
	
	.land_list_detail {
		width: 100%;
		border: none;
		border-bottom: 1px dotted #161616;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		background: none;
		letter-spacing: -.4em;
		margin-bottom: 15px;
	}
	
	.land_list_detail_image {
		width: 45%;
		margin-right: 3%;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		margin-bottom: 15px;
	}
	
	.land_list_detail_info {
		width: 52%;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		margin-bottom: 15px;
	}
	
	.land_info {
		padding: 15px;
	}
	
	.land_info li {
		width: 100%;
	}
	
	.land_info li.land_price {
		margin-top: 15px;
		width: 100%;
		text-align: left;
	}
	
	.plan_view_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.around_list li {
		width: 49%;
		margin-right: 2%;
	}
	.around_list li:nth-child(2n) {
		margin-right: 0;
	}
	
	.table_gaiyo th {
		padding-left: 1em;
		width: 8em;
	}
	
	.table_gaiyo td {
		padding-left: 1em;
	}
	
	.land_list_detail h2 {
		height: auto;
	}
	
	.land_header h2 {
		text-align: left;
	}
	
	.modelhouse_content {
		background: none;
	}
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
}

