@charset 'UTF-8';
/*******************************
/* フォント
*******************************/
.t1 {
	font-size: 2.0em;
	color: #173047;
	font-weight: bold;
}
.t1 span{
	background:linear-gradient(#fff 60%,#fecb2e 40%);
}
.t2 {
	font-size: 1.6em;
	color: #173047;
	font-weight: bold;
}
.t2 span{
	background:linear-gradient(#fff 60%,#fecb2e 40%);
}
.t3 {
	color: #173047;
	font-size: 1.2em;
	font-weight: bold;
}
.t3 span{
	background:linear-gradient(#fff 60%,#fecb2e 40%);
}

.t4 {
	color: #fecb2e;
	font-weight: bold;
}
.t4 span{
	background-color: #173047;
}
.txt-small {
	font-size: 0.6em;
	color: #999;
}
.txtmin {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.2em;
}
.marker {
	background:linear-gradient(transparent 60%, #FFDD00 40%);
}
/* レスポンシブル対応
----------------------------------------------------------------------------------------------------*/
.responsible {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.responsible iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/* box
----------------------------------------------------------------------------------------------------*/
.border-box {
    width: 100%;
    height: auto;
    padding: 16px;
    border: 8px solid #eee;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.border-box2 {
    width: 100%;
    height: auto;
    padding: 16px;
    border: 2px solid #ccc;
    margin-bottom: 10px;
}
/*color-box---------------*/
.yellow-box {
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: #fff799;
    margin-bottom: 10px;
}
.Blue-box {
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: #8ED6F9;
    margin-bottom: 10px;
}
.green-box {
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: #bae0a8;
    margin-bottom: 10px;
}
.pink-box {
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: #F8ABAE;
    margin-bottom: 10px;
}
.gray-box {
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: #eeeeee;
    margin-bottom: 10px;
}
/* button
----------------------------------------------------------------------------------------------------*/
.page-area {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.page-area a  {
	font-size: 1.0em;
	letter-spacing: 1px;
	border: 1px solid #c79e20;
	padding: 10px;
	cursor: pointer;
	color: #c79e20;
	background: none;
	position: relative;
	display: block;
	text-decoration: none;
	border-radius: 20px;
}

.page-area a:hover  {
	color: #173047;
	text-decoration: none;
	border: 1px solid #173047;
	border-radius: 20px;
}
.page-area-ev {
	text-align: center;

}
.page-area-ev a  {
	font-size: 1.0em;
	letter-spacing: 1px;
	border: 1px solid #e2801b;
	padding: 10px;
	cursor: pointer;
	color: #fff;
	background: none;
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #e2801b;
	transition: 0.3s;
	border-radius: 20px;
}  
.page-area-ev a:hover  {
	color: #fff;
	text-decoration: none;
	border: 1px solid #EB6600;
	background-color:#EB6600;
}
.page-more {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.page-more a  {
	font-size: 1.0em;
	letter-spacing: 1px;
	border: 1px solid #fecb2e;
	padding: 10px;
	cursor: pointer;
	color: #173047;
	background: none;
	position: relative;
	display: block;
	text-decoration: none;
	background-color:#fecb2e;
	border-radius: 20px;
}

.page-more a:hover  {
	color: #fecb2e;
	text-decoration: none;
	border: 1px solid #173047;
	background-color:#173047;
	border-radius: 20px;
}
.page-more2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.page-more2 a  {
	font-size: 1.0em;
	letter-spacing: 1px;
	border: 1px solid #173047;
	padding: 10px;
	cursor: pointer;
	color: #fecb2e;
	background: none;
	position: relative;
	display: block;
	text-decoration: none;
	background-color:#173047;
	border-radius: 20px;
}

.page-more2 a:hover  {
	color: #173047;
	text-decoration: none;
	border: 1px solid #fecb2e;
	background-color:#fecb2e;
	border-radius: 20px;
}
/*******************************
/* 5つの・・・
*******************************/
.five_security{
	border:solid #173047 1px;
	width:100%;
	position:relative;
	margin:20px 0px 25px;
	text-align:center;
	border-radius:4px;
	padding:4px;
}
.five_security:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.five_security:after{
  bottom: -15px;
  border-style: solid;
  border-color: #173047 transparent transparent transparent;
  border-width: 15px 50px 0 50px;
}
.five_security span{
	dispaly:block;
	background-color:#173047;
	position:relative;
	top:-15px;
	color:#fff;
	font-weight:bold;
	padding:8px 15px;
	font-size:1.2em;
	border-radius:4px;
}

.five_security2{
	margin-bottom:20px;
	background-color:#fff;
	border:solid #173047 1px;
	border-radius:4px;
}
.five_security2_head{
	padding:10px 15px 5px 15px;
	border-bottom::solid #173047 1px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	color:#fecb2e;
	background-color:#173047;
	border-color:#173047;
}
.five_security2_title{
	margin-top:0;
	margin-bottom:0;
	font-size:1.2em;
	color:inherit;
	text-align:center;
	font-weight:bold;
}
.five_security2_body{
	padding:15px 15px 10px;
	min-height:480px;
}

@media screen and (max-width: 768px){
	.five_security2_body{
		min-height:300px;
	}
}
@media screen and (max-width: 479px){
	.five_security2_body{
		min-height:280px;
	}
}
/*******************************
/* 分譲地情報
*******************************/
.joken{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 3rem;
}
.joken i{
	font-size: 1.6rem;
	padding-right: 0.8rem;
	vertical-align: middle;
}
.land_cap{
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 3rem;
}
.land_table .table>tbody>tr>th,.land_table .table>tbody>tr>td{
	padding: 10px 15px;
}
.land_table .table th{
	width: auto;
}
.land_tit{
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 2px #ddd solid;
	position: relative;
}
.land_tit::after{
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	background-color: #333;
	width: 80px;
	height: 2px;
}
.syuhen_txt{
	font-size: 0.8rem;
	margin-bottom: 2rem;
}
.land_h2{
	text-align: center;
	margin-bottom: 2rem;
}
#main .land_h2 h2{
	background-color: transparent;
	border: none;
	font-size: 2.6rem;
	font-family: 'Alata',sans-serif;
	color: #646464;
	letter-spacing: 0.06rem;
	margin-bottom: 0;
	padding: 0;
}
.land_set{
	font-size: 1.4rem;
	color: #253348;
	font-weight: bold;
	margin-bottom: 20px;
}
.land_shiharai{
	font-weight: bold;
	font-size: 1.8rem;
}
.land_shiharai span{
	font-size: 1rem;
	color: #fff;
	background-color: #253348;
	padding: 5px 10px;
	margin-right: 1rem;
	vertical-align: middle;
}
/*******************************
/* 2023分譲地情報
*******************************/
.land-archive-eye a{
	display: block;
	position: relative;
}
.land-soldout{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(37,51,72,0.6);
	color: #fff;
	font-family: 'Alata',sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	letter-spacing: 4px;
	font-size: 16px;
}
/*cat btn*/
.land-catbtn-warap{
	text-align: center;
	margin-bottom: 40px;
	width: 60%;
	max-width: 120px;
	margin-right: auto;
	margin-left: auto;
}
.land-catbtn-archive-warap{
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 48px;
	margin-right: auto;
	margin-left: auto;
}
.land-catbtn-archive-warap .land-catbtn{
	width: 45%;
}
.land-catbtn span,.land-catbtn a{
	display: block;
	position: relative;
	border: 1px #253348 solid;
	color: #253348;
	font-weight: bold;
	font-size: 16px;
	padding: 12px;
}
.land-catbtn span::after,.land-catbtn a::after{
	content: " ";
	display: block;
	position: absolute;
	bottom: -7px;
	left: calc(50% - 6px);
	border-right: 1px #253348 solid;
	border-bottom: 1px #253348 solid;
	background-color: #fff;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
}
.land-catbtn a{
	text-decoration: none;
	transition: .3s;
}
.land-catbtn a:hover{
	opacity: 0.6;
}
/*slide*/
.land-slide-wrap{
	padding-top: 16px;
}
.ti-wrap{
	position: relative;
}
.tw-soldout{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(37,51,72,0.6);
	color: #fff;
	font-family: 'Alata',sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	letter-spacing: 4px;
}
.thumb-item-nav{
	padding-top: 2px;
}
.tin-thumb{
	border-width: 2px;
	border-style: solid;
	border-color: rgba(37,51,72,0);
}
.tin-thumb.slick-current{
	border-color: #253348;
}
/*dl*/
.land-dl{
	display: flex;
	flex-wrap: wrap;
}
.land-dl dt,.land-dl dd{
	border-bottom: 1px #ccc solid;
	padding: 16px 0;
}
.land-dl dd{
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
	/*cat btn*/
	.land-catbtn-archive-warap{
		width: 90%;
	}
	/*slide*/
	.tw-soldout{
		font-size: 48px;
	}
}
@media screen and (min-width: 768px){
	/*cat btn*/
	.land-catbtn-archive-warap{
		width: 60%;
	}
	/*slide*/
	.tw-soldout{
		font-size: 72px;
	}
}
@media screen and (max-width: 991px){
	/*slide*/
	.land-slide-wrap{
		margin-bottom: 56px;
	}
	/*dl*/
	.land-summary-wrap{
		margin-bottom: 56px;
	}
	.land-dl dt{
		width: 100px;
	}
	.land-dl dd{
		width: calc(100% - 100px);
	}
}
@media screen and (min-width: 992px){
	/*slide*/
	.land-slide-wrap{
		margin-bottom: 96px;
	}
	/*dl*/
	.land-summary-wrap{
		margin-bottom: 96px;
	}
	.land-summary-wrap{
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.land-dl{
		font-size: 16px;
	}
	.land-dl dt{
		width: 200px;
	}
	.land-dl dd{
		width: calc(100% - 200px);
	}
}
