@charset "utf-8";
/*--------------------------
  Land
--------------------------*/
.land h3.t{
	position:relative;
	clear:both;
	width:100%;
	height:auto;
	margin:0;
	padding:25px 0 15px 0;
	font-size:1.5rem;
	font-weight:600;
	line-height:1;
}
.land p.s{
	position:relative;
	font-size:1rem;
	padding:0 0 25px 0;
}
.land .inr{
	position:relative;
	width:940px;
	height:auto;
	margin:0 auto;
	padding:0 0 40px 0;
}
.land h4.st{
	clear:both;
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto 25px auto;
	padding:10px 0;
	font-size:1rem;
	font-weight:600;
	border:1px solid #000;
}
.land .inr .clm{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
}
.land .inr .clm h3{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto 10px auto;
	padding:0;
	text-align:left;
	font-size:1.2rem;
	font-weight:600;
}
.land .inr .clm .in{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto 20px auto; 
	padding:0 0 0 0;
	border-bottom:1px solid #CCC;
}
.land .inr .clm .in:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.land .inr .clm .in .pt{
	position:relative;
	float:left;
	width:30%;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
}
.land .inr .clm .in .pt img{
	width:100%;
	height:auto;
}
.land .inr .clm .in dl{
	position:relative;
	width:67%;
	float:right;
	display:flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	font-size:0.9rem;
}
.land .inr .clm .in dl.sm:before{
	content: "契約済み";
	position: absolute;
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(228,0,127,.7);
	color:#fff;
	font-size: 2rem;
}
.land .inr .clm .in dt{
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc; 
}
.land .inr .clm .in dd{
	padding: 10px 25px;
	margin: 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	width: 75%;
	background: #fff;
	box-sizing: border-box;
	text-align:left;
}
.land .inr .clm .in dt.b,
.land .inr .clm .in dd.b{
	font-size:1.2rem;
}
.land .inr .clm .in dd .red{
	color:#FF0000;
	font-weight:600;
}
.land .inr .clm .in .btn{
	clear:both;
	position:relative;
	width:100%;
	margin:0;
	padding:10px 0 10px 80%;
	text-align:right;
	
}
.land .inr .clm .in .btn span{
	position:relative;
	background:#B71D25;
	font-size:1em;
	text-align:right;
}
.land .inr .clm .in .btn img{
	vertical-align:middle;
	margin-right:5px;
	width:12px;
	height:auto;
}
.land .inr .clm .in .btn span a{
	display:block;
	background:#B71D25;
	padding:7px 30px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
@media screen and (max-width: 320px) {
.land .inr .clm .in dl{
    flex-flow: column nowrap;
  }
.land .inr .clm .in dt,
.land .inr .clm .in dd{
    width: 100%;
  }
.land .inr .clm .in dd{
    border-left: none;
  }
}


/*--------------------------
  Detail
--------------------------*/
.detail section{
	position:relative;
	width:940px;
	height:auto;
	margin:0 auto 0 auto;
	padding:25px 0;
}
.detail h3{
	position:relative;
	clear:both;
	width:100%;
	height:auto;
	margin:0 0 25px 0;
	padding:10px 0 10px 0;
	font-size:1.2rem;
	font-weight:600;
	line-height:1;
	background:#E6E6E6;
}
.detail .img{
	position:relative;
	width:940px;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
}
.detail .img:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.detail .img .ph{
	position:relative;
	float:left;
	width:34%;
	height:auto;
	margin:0 auto;
	padding:0;
}
.detail .img .mp{
	position:relative;
	float:right;
	width:64%;
	height:auto;
	margin:0 auto;
	padding:0;
}
.detail .img .ph img,
.detail .img .mp img{
	width:100%;
	height:auto;
}
.detail .inr{
	position:relative;
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0 0 40px 0;
}
.detail .inr:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.detail .inr table th,
.detail .inr table td{
	padding:5px 10px;
}
.detail .inr table th{
	vertical-align:middle;
}

@media screen and (max-width:480px) {
/*--------------------------
  Land
--------------------------*/
.land h3.t{
	position:relative;
	clear:both;
	width:90%;
	height:auto;
	margin:0 auto;
	padding:4% 0 2% 0;
	font-size:1.2rem;
	font-weight:600;
	line-height:1;
}
.land p.s{
	width:90%;
	height:auto;
	margin:0 auto;
	position:relative;
	font-size:0.9rem;
	padding:0 0 2% 0;
}
.land .inr{
	position:relative;
	width:90%;
	height:auto;
	margin:0 auto;
	padding:0 0 6% 0;
}
.land h4.st{
	clear:both;
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto 25px auto;
	padding:10px 0;
	font-size:1rem;
	font-weight:600;
	border:1px solid #000;
}
.land .inr .clm{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
}
.land .inr .clm h3{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto 10px auto;
	padding:0;
	text-align:left;
	font-size:1.2rem;
	font-weight:600;
}
.land .inr .clm .in{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto 20px auto; 
	padding:0 0 0 0;
	border-bottom:1px solid #CCC;
}
.land .inr .clm .in:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.land .inr .clm .in .pt{
	position:relative;
	float:none;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
}
.land .inr .clm .in .pt img{
	width:100%;
	height:auto;
}
.land .inr .clm .in dl{
	position:relative;
	width:100%;
	float:none;
	display:flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	font-size:0.9rem;
}
.land .inr .clm .in dt{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border:1px solid #ccc;
	background:#efefef;
}
.land .inr .clm .in dd{
	padding: 10px 25px;
	margin: 0;
	border:1px solid #ccc;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	text-align:left;
}
.land .inr .clm .in dt.b,
.land .inr .clm .in dd.b{
	font-size:1.2rem;
}
.land .inr .clm .in dd .red{
	color:#FF0000;
	font-weight:600;
}
.land .inr .clm .in .btn{
	clear:both;
	position:relative;
	width:100%;
	margin:0;
	padding:10px 0 10px 0;
	text-align:right;
	
}
.land .inr .clm .in .btn span{
	position:relative;
	background:#B71D25;
	font-size:1.2rem;
	text-align:right;
}
.land .inr .clm .in .btn img{
	vertical-align:middle;
	margin-right:5px;
	width:12px;
	height:auto;
}
.land .inr .clm .in .btn span a{
	display:block;
	background:#B71D25;
	padding:4% 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
/*--------------------------
  Detail
--------------------------*/
.detail section{
	position:relative;
	width:90%;
	height:auto;
	margin:0 auto 0 auto;
	padding:25px 0;
}
.detail h3{
	position:relative;
	clear:both;
	width:100%;
	height:auto;
	margin:0 0 25px 0;
	padding:10px 0 10px 0;
	font-size:1.2rem;
	font-weight:600;
	line-height:1;
	background:#E6E6E6;
}
.detail .img{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
}
.detail .img:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.detail .img .ph{
	position:relative;
	float:none;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}
.detail .img .mp{
	position:relative;
	float:none;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}
.detail .img .ph img,
.detail .img .mp img{
	width:100%;
	height:auto;
}
.detail .inr{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 4% 0;
}
.detail .inr:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.detail .inr table th,
.detail .inr table td{
	display:inline-block;
	width:100%;
	padding:5px 10px;
	font-size:1rem;
}
.detail .inr table th{
	vertical-align:middle;
}
}