@charset "utf-8";


/* スライダー */
.main {
	margin-top: 70px;
}
.slick-dots {
	bottom: 15px;
}

#wrapper{position: relative;}
#wrapper .caption{position: absolute;right: 5px;bottom: 5px;}


ul#topSlider01,
ul#topSlider01 li {
	background-color: transparent;
}

ul#topSlider01 .slick-dots li {
	width: 8px;
	height: 8px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.5;
}

.slick-dots li button {
	width: 100%;
	height: 100%;
}

ul#topSlider01 .slick-dots li+li {
	margin-left: 10px;
}

ul#topSlider01 .slick-dots li.slick-active {
	opacity: 0.9;
}



.inner {
	padding-top: 30px;
}

.h2_txt {
	font-size: 14px;
}


.balcony_content picture {
	position: relative;
	display: block;
}

.balcony_content picture .caption {
	position: absolute;
	display: block;
	bottom: 0.85em;
	right: 0.5em;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 12px;
	filter: drop-shadow(3px 3px 4px #000);
}

.balcony_content picture p.caption.txtL {
	left: 0.5em;
}


/* 外観2カラム */
.wideimg_wrap .col2_wrap.wideimg .col2_txt {
	width: 34%;
}

.wideimg_wrap .col2_wrap.wideimg .col2_img {
	width: 64%;
}

.wideimg_wrap .col2_wrap.wideimg .col2_txt h2 {
	font-size: 2vw;
}

.wideimg_wrap .col2_wrap.wideimg .col2_txt p {
	font-size: 16px;
	line-height: 2;
	margin: auto;
}

.wideimg_wrap .col2_wrap.wideimg .col2_txt {
	margin: 0% 5%;
}


/* 眺望 */
.view_wrap {
	width: 100vw;
	position: relative;
}

.view_wrap .wide_txt_wrap {
	width: 60vw;
	position: absolute;
	top: 30px;
	left: 0;
}

.view_wrap .wide_txt_wrap h2 {
	border-bottom: none;
	margin-bottom: 0;
}

.view_wrap .wide_txt_wrap .h2_wrap {
	border-bottom: 1px solid #beaf7d;
	margin-bottom: 0.5em;
}

.view_wrap .wide_txt_wrap .mlAuto {
	max-width: calc(1200px * 0.6 + 20px);
	margin-left: auto;
	padding-left: 20px;
	filter: drop-shadow(3px 3px 4px #00000050);
	transform: translate(0);
}



/* 子見出し */
.list_wrap.col3 .tit,
.plan_wrap .tit {
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #beaf7d;
}



/* 間取り */
.plan_wrap::before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	right: 0%;
	top: 0%;
	background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background-size: cover;
	opacity: 0.25;
}

.plan_wrap h2 {
	border: none;
	text-align: center;
	margin: 40px auto;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 38px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.15em;
}

.plan_wrap .plan_tit {
	padding-bottom: 20px;
	border-bottom: 1px solid #beaf7d;
}

.plan_wrap .plan_copy {
	position: relative;
	min-height: 3.15em;
	font-size: 20px;
	margin: 15px auto;
}

.plan_wrap .plan_copy .tit {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.plan_wrap .list_wrap li {
	margin-bottom: 20px;
}


@media screen and (min-width: 1300px) {

	.wideimg_wrap .col2_wrap.wideimg .col2_txt h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 1200px) {
	.main {
		margin-top: 5vw;
	}

	/* 画像６割見出し */
	.wideimg_wrap .col2_wrap.wideimg .col2_img {
		width: 65%;
	}

	.wideimg_wrap .col2_wrap.wideimg .col2_txt {
		width: 35%;
		margin: 0% 2%;
	}

	.wideimg_wrap .col2_wrap.wideimg .col2_txt .h2_txt {
		font-size: 2vw;
    padding: 0;
	}

	.wideimg_wrap .col2_wrap.wideimg .col2_txt p {
		font-size: 1.25vw;
		line-height: 1.65;
	}

	.list_wrap.col3 .tit,
	.plan_wrap .tit {
		font-size: 1.75vw;
	}
}

@media screen and (max-width: 980px) {

	.list_wrap.col3 .tit,
	.plan_wrap .tit {
		font-size: 1.85vw;
	}
}

@media screen and (max-width: 768px) {

	.wideimg_wrap .col2_wrap.wideimg .col2_txt,
	.wideimg_wrap .col2_wrap.wideimg .col2_img {
		width: 100%;
		margin: 0;
	}

	.wideimg_wrap .col2_wrap.wideimg .col2_txt {
		padding-top: 0;
	}

	.wideimg_wrap .col2_wrap.wideimg .col2_txt .h2_txt {
		padding-top: 0;
		margin: 0 0 2vw;
		width: 100%;
		font-size: 5.25vw;
	}

	.wideimg_wrap .col2_wrap.wideimg .col2_txt p {
		font-size: 3.65vw;
	}

	.view_wrap .wide_txt_wrap {
		width: calc(100% - 4vw);
		margin-right: 4vw;
		top: 2vw;
	}

	.view_wrap .wide_txt_wrap h2 {
		padding-top: 3vw;
	}

	.view_wrap .wide_txt_wrap .mlAuto {
		max-width: 100%;
		margin-left: auto;
		padding-left: 20px;
		line-height: 1.5;
		filter: drop-shadow(3px 3px 4px #00000050);
		transform: translate(0);
	}

	.section.inner {
		padding: 0px 5vw;
	}

	.balcony_content .list_wrap .tit {
		font-size: 5vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	.balcony_content .list_wrap .txt {
		font-size: 3.5vw;
	}

	.balcony_content .inner .img_wrap {
		flex-wrap: wrap;
	}

	.balcony_content .design_tit {
		max-width: 250px;
		width: 90%;
	}

	.balcony_content .inner .img_wrap .img_box,
	.balcony_content .inner .img_wrap .txt_box,
	.balcony_content .inner .img_wrap:nth-child(2n) .txt_box,
	.balcony_content .inner .img_wrap:nth-child(2n) .img_box {
		width: 100%;
	}

	.balcony_content .inner .img_wrap .txt_box {
		margin-bottom: 4vw;
	}

	.outdoorLiving.section.inner {
		padding-bottom: 10vw;
	}

	.plan_wrap h2 {
		margin: 5vw auto 10vw;
	}

	.plan_wrap::before {
		height: 100vw;
	}

	.plan_wrap .list_wrap li {
		margin-bottom: 10vw;
	}

	.plan_wrap .list_wrap li:last-child {
		margin-bottom: 0vw;
	}

}