@charset "utf-8";
/* CSS Document */

/*　ボタン　*/
.btn_raijyo a {
	display: block;
	text-align: center;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 1.25rem;
	font-weight: bold;
	background: #c9bc9c;
	background: #f7747e;
	padding: 1rem 0;
}

.btn_raijyo a:hover {
	background: #666;
}

.btn_vw a {
	display: block;
	margin: 1rem auto 0;
	/*max-width: 400px;*/
	font-weight: bold;
}

.btn_vw a:hover {
	color: rgba(234, 96, 0, 1);
}

.btn_vw a:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 50px;
	/*画像の幅*/
	height: 34px;
	/*画像の高さ*/
	background-image: url(../img/top/view2.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.btn_vw a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 0.5rem;
}

.btn_close a {
	display: block;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	background: rgba(222, 95, 14, 0.8);
	padding: 0.5rem;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.btn_close a:hover {
	background: rgba(222, 95, 14, 1);
}

.btn_close a:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

/*　ヘッダー　*/



/**********************************************
　本文　
***********************************************/

/*　背景　*/
.kd_bg_green {
	background: rgba(137, 164, 147, 0.8);
	margin-bottom: 2rem;
}

.kd_bg_brown {
	background: #ae907c;
	margin-bottom: 2rem;
}

/* スライド */
.swiper-container,
.swiper-containers {
	text-align: center;
}

.swiper-container .swiper-slide img,
.swiper-containers .swiper-slide img {
	width: 100%;
	height: auto;
}

/*　完売　*/

.kanbai_box {
/*	background: url(../img/top/top_img01sp.jpg) no-repeat 0 0;*/
/*	background-size: cover;*/
	position: relative;
	height: 300px;
    width: 100%;
}

.kanbai_box::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.kanbai {
	position: absolute;
	width: 90%;
	top: 20%;
	left: 5%;
	padding: 2rem 1rem;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
}

.kanbai h2 {
	font-size: 3rem;
	letter-spacing: 0.5rem;
	line-height: 1.4;
}


/*　インフォメーション　*/
.info_thm01 {
	margin-bottom: 1rem;
}

.info_thm01 li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.2rem;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}

.info_thm01 li:last-child {
	margin-bottom: 0;
}

.info_ttl01 {
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	padding: 0.5rem;
	border-bottom: 1px dotted #4F4431;
	color: #C9BC9C;
	margin-bottom: 1rem;
}

.info_txt01 {
	border-top: 1px solid #fff;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
}

/*　ライフインフォメーション　*/
.life_thm01,
.life_thm02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2rem 0;
}

.life_thm01 div,
.life_thm02 div {
	flex-basis: 48%;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

.life_thm01 div img,
.life_thm02 div img {
	margin-bottom: 0.5rem;
}

/*　プラン　*/
.plan_thm01 {
	max-width: 1280px;
	margin: 1rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.plan_thm01 li {
	text-align: center;
	flex-basis: 48.5%;
}

.plan_thm02 {
	margin: 1rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.plan_thm02 a {
	display: block;
	text-align: center;
	flex-basis: 48%;
	border: 1px solid #C9BC9C;
	align-items: center;
	-webkit-align-items: center;
	line-height: 1.2;
}

.plan_thm02 a:hover,
.plan_thm02 a.current {
	background: rgba(201, 188, 156, 0.2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.plan_thm02a {
	width: 90%;
	margin-top: 1rem;
	margin-right: auto;
	margin-left: auto;
}

.plan_thm03 li {
	width: 48%;
	background: #47a837;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0.2rem 0;
	font-size: 0.8rem;
	margin: 5px 2px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}

.plan_img {
	display: block;
	position: relative;
}

.plan_more a {
	display: block;
	position: absolute;
	top: 40%;
	left: 50%;
}

.plan_more a:before {
	content: "\f00e";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding-right: 10px;
	font-size: 80px;
	color: rgba(0, 0, 0, 0.2);
}

.plan_more a:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

/* plan_ttl01 */
.plan_ttl01 dt {
	align-items: baseline;
	background: #C9BC9C;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 0.5rem 0
		/*width: 28%;*/
}

/*.plan_ttl01 dt span {
	font-size:  1.2em;
	letter-spacing: -.1em;
}*/
.plan_ttl01 dd {
	font-size: 9px;
	text-align: left;
	height: 100%;
	position: relative;
	/*width: 71%;*/
	padding: 0.8rem 0 0.8rem 0.3rem;
}

.plan_ttl01 dd .area1 {
	font-size: 1.6em;
}

.plan_ttl01 dd .area2 {
	font-size: 2em;
}

/* plan_ttl02 */
.plan_ttl02 {
	line-height: 1;
	align-items: flex-end;
	display: flex;
	justify-content: center;
	color: #000;
}

.plan_ttl02 .type_ttl {
	/*position: relative;*/
	text-align: center;
	padding: 0 0.5rem;
}

.plan_ttl02 .type_ttl span {
	font-size: 1.78rem;
}

.plan_ttl02 .type_ttl02 {
	border-left: 1px solid #918b8a;
	border-right: 1px solid #918b8a;
	font-size: 1.25rem;
	line-height: 1.3;
	padding: 0 0.5rem;
}

.plan_ttl02 .type_ttl02 span {
	font-size: 1.25rem;
}

.plan_ttl02 .area_box {
	font-size: 0.7rem;
	margin-top: 0.5rem;
}

.plan_ttl02 .area1 {
	font-size: 1rem;
}

/*　plan_ttl03　*/
.plan_ttl03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1rem auto;
}

.plan_ttl03 dt {
	flex-basis: 10%;
	border: 1px solid rgba(234, 96, 0, 1);
	/*fenice*/
	border: 1px solid #004136;
	/*nice*/
	background: rgba(234, 96, 0, 0.3);
	/*fenice*/
	background: #d5e6d1;
	/*nice*/
	padding: 0.5rem;
	text-align: center;
	font-size: 0.8rem;
	font-weight: bold;
	color: #004136;
	/*nice*/
	display: flex;
	align-items: center;
}

.plan_ttl03 dd {
	flex-basis: 78%;
	line-height: 1.6;
	font-size: 0.9rem;
}

#loan .loan {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
}

.plan_ttl04 {
	font-weight: bold;
	font-size: 1.2rem;
	padding-left: 2rem;
	border-left: 8px solid #333;
	line-height: 1.4;
}


/*　品質・構造　*/
.quality {
	background: url(../img/quality/quality-img02.jpg) no-repeat 0 0;
	background-color: rgba(255, 255, 255, 0.3);
	background-blend-mode: lighten;
	background-size: cover;
	padding: 1.5rem 0;
}

.quality h4 {
	font-size: 1.4rem;
}

.quality .txt01 {
	font-size: 1.1rem;
}

/*　設備・仕様　*/
.equip {
	background: url(../img/equip/kitchen.jpg) no-repeat 0 0;
	background-color: rgba(255, 255, 255, 0.1);
	background-blend-mode: lighten;
	background-size: cover;
	padding: 1.5rem 0;
}

.equip_thm {
	max-width: 900px;
	padding: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 0.7);
}

.equip h4 {
	font-size: 1.4rem;
}

.equip .txt01 {
	font-size: 1.1rem;
}

/*　物件概要　*/
#outline .ttl03 {
	font-weight: 900;
	padding: 1rem 0;
}

#outline dl,
#map dl {
	border: 1px solid #C9BC9C;
	border-bottom: none;
	text-align: left;
	line-height: 1.6;
}

#outline dt,
#map dt {
	border-bottom: 1px solid #C9BC9C;
	padding: 2% 3% 3%;
	background: rgba(245, 242, 231, 1);
	/*white-space: nowrap;*/
}

#outline dd,
#map dd {
	padding: 3% 3% 4%;
	border-bottom: 1px solid #C9BC9C;
}

/*　現地案内　*/

.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65%;
	margin: 3rem auto 2rem;
	border: 1px solid #C9BC9C;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*　設備・品質　*/
.top_thm01 {
	width: 73%;
	margin-left: auto;
	margin-right: 10px;
}

.top_thm02 {
	width: 100%;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
}

.top_thm03 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/quality/quality-img02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.top_thm03a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/equip/kitchen.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.top_thm04 {
	width: 80%;
	background-color: #fff;
	margin-top: -20px;
	margin-left: 0px;
	text-align: left;
	position: relative;
	z-index: 100;
	font-family: 'Noto Serif JP', serif;
}

.top_thm04 a {
	padding: 1.25rem;
	padding-right: 1.25rem;
	display: block;
	color: #000;
	text-decoration: none;
}

.top_ttl {
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.top_thm04 a::before {
	content: "";
	position: absolute;
	right: 13px;
	bottom: 31px;
	width: 20px;
	height: 1px;
	background-color: #231815;
}

.top_thm04 a::after {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 25px;
	width: 12px;
	height: 12px;
	border-right: 1px #231815 solid;
	border-top: 1px #231815 solid;
	transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {

	/*　ボタン　*/

	.btn_raijyo a {
		padding: 1.5rem 0;
	}

	.btn_vw a:before {
		display: inline-block;
		/*忘れずに！*/
	}

	/**********************************************
　本文　
***********************************************/
	/*　完売　*/
	.kanbai_box {
		
		height: 500px;
		background-size: cover;
	}

	.kanbai {
		width: 60%;
		top: 20%;
		left: 20%;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.kanbai h2 {
		font-size: 4rem;
	}

	/*　インフォメーション  */
	.info_ttl01 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 1.8rem;
		margin-right: 1rem;
		padding: 1rem 0.5rem;
		border-right: 2px dotted #C9BC9C;
		border-bottom: 0;
	}

	.info_thm01 {
		margin-bottom: 0;
	}

	.info_thm02 {
		top: 20px;
		right: 0;
		left: auto;
		font-size: 1.8rem;
		padding: 1.5rem 5rem 1.5rem 3rem;
	}

	/*　ライフインフォメーション　*/

	.life_thm01 div {
		flex-basis: 32%;
		margin-bottom: 1rem;
	}

	.life_thm02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.life_thm02 div {
		flex-basis: 32%;
		margin-right: 1rem;
	}

	/*　プラン　*/
	.plan_thm01 li {
		flex-basis: 30%;
		padding: 1rem 0;
	}

	.plan_thm02 a {
		flex-basis: 45%;
	}

	.plan_thm02a {
		width: 80%;
	}

	.plan_thm03 li {
		width: 28%;
		font-size: 1.2rem;
		padding: 1rem;
		margin: 0.5rem;
	}

	/*.plan_ttl01 {
	display: flex;
	justify-content: space-between;
	}*/

	.plan_ttl01 dt {
		font-size: 1rem;
		letter-spacing: -.06em;
		/*width: 28%;*/
		padding: 1rem 0;
		padding: 0.5rem 0;
	}

	.plan_ttl01 dt span {
		font-size: 2em;
		letter-spacing: -.05em;
	}

	.plan_ttl01 dd {
		font-size: 0.8rem;
		line-height: 1.2;
		text-align: left;
		height: 100%;
		position: relative;
		padding: 1rem 0.5rem;
		/*width: 71%;*/
	}

	.plan_ttl01 dd .area1 {
		font-size: 2em;
	}

	.plan_ttl01 dd .area2 {
		font-size: 2.5em;
	}

	/* plan_ttl02 */
	.plan_ttl02 {
		font-size: 18px;
	}

	.plan_ttl02 .type_ttl {
		font-size: 36px;
	}

	.plan_ttl02 .type_ttl span {
		font-size: 50px;
	}

	.plan_ttl02 .type_ttl02 {
		font-size: 26px;
	}

	.plan_ttl02 .type_ttl02 span {
		font-size: 40px;
	}

	.plan_ttl02 .area_box {
		padding: 0 0.5rem;
		font-size: 0.8rem;
		margin-top: 0;
	}

	.plan_ttl02 .area1 {
		font-size: 30px;
	}

	.plan_ttl02 .area1 span {
		font-size: 24px;
	}

	/* plan_ttl03 */
	.plan_ttl03 {
		width: 48%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.plan_ttl03 dt {
		padding: 0.5rem 1rem;
	}

	.plan_ttl03 dd {
		flex-basis: 75%;
		/*line-height:1.8;*/
	}

	#loan .loan {
		font-size: 1.5rem;
	}

	.plan_ttl04 {
		font-size: 1.5rem;
		padding-left: 2rem;
		border-left: 8px solid #333;
	}

	/*　設備・品質　*/
	.top_thm01 {
		width: 76%;
	}

	.top_thm03,
	.top_thm03a {
		height: 70%;
	}

	.top_thm04 {
		width: 55%;
		margin-top: -200px;
		margin-left: 70px;
	}

	.top_thm04 a {
		padding: 2.5rem;
	}

	.top_ttl {
		font-weight: 700;
		font-size: 1.5rem;
		line-height: 1.2;
		margin-bottom: 1rem;
		font-family: 'Noto Serif JP', serif;
	}


	/*　物件概要　*/
	#outline .ttl03 {
		padding: 2rem 0 1rem;
	}

	#outline dl,
	#map dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#outline dt,
	#map dt {
		width: 26%;
		padding: 20px;
		border-right: 1px solid #C9BC9C;
	}

	#outline dd,
	#map dd {
		width: 74%;
		padding: 20px;
		border-bottom: 1px solid #C9BC9C;
	}

}



@media print, screen and (min-width: 1024px) {
    
    	.kanbai_box {
		
		height: 700px;
		background-size: cover;
	}

    	.kanbai {
		width: 60%;
		top: 30%;
		left: 20%;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
    
    
    }