@charset "UTF-8";
/* CSS Document */

/* fuwatAnime ここから */
.fuwatAnime {
	animation-fill-mode:both;
	animation-duration:2.0s;
	animation-name: fuwatAnime;
	visibility: visible !important;
}
@keyframes fuwatAnime {
	0% { opacity: 0; transform: translateY(-5px); }
	100% { opacity: 1; transform: translateY(0); }
}
/* ここまで fuwatAnime */

#mainVisual {
	width: 100%;
	position: relative;
}
#mainVisual .photos{
  position: relative;
  overflow:hidden;
  height:60vh;
  min-height:700px;
}
#mainVisual .photos img{
  width:100%;
  height:100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: photo 21s infinite;
  opacity: 0;
  object-fit: cover;
}
@keyframes photo{
	0%{opacity: 0;}
	10%{opacity: 1;}
	28%{opacity: 1}
	38%{opacity: 0;}
	100%{opacity: 0;}
}
#mainVisual .photos picture:nth-of-type(1) img {
    animation-delay: 0s;
}
#mainVisual .photos picture:nth-of-type(2) img {
    animation-delay: 7s;
}
#mainVisual .photos picture:nth-of-type(3) img {
    animation-delay: 14s;
}
#mainVisual .h2_box {
	box-sizing: border-box;
	text-align: center;
	background: rgba(255, 255, 255 ,0.8);
	position: absolute;
	top: 10%;
	left: 5%;
	padding: 2%;
	border-radius:10px;
}
#mainVisual .h2_box p.logo{
	margin: 10px 0 20px;
}
#mainVisual .h2_box p.logo img{
	width:70%;
	margin: 0 auto;
}
.sub section#subContainer.pausHouse #mainVisual .h2_box span {
	font-weight: normal;
	letter-spacing: normal;
	display: block;
}
.sub section#subContainer.pausHouse #mainVisual .h2_box h2 {
	font-size: 120%;
	margin-bottom: 10px;
}
.sub section#subContainer.pausHouse #mainVisual .h2_box h2 span {
	font-size: 100%;
}
.sub section#subContainer.pausHouse #mainVisual .h2_box h2 span.main {
	font-size: 150%;
	letter-spacing: 0.15em;
	line-height: 1.2;
}
#mainVisual .price {
	border:1px solid #999;
	font-size: 100%;
	margin:0.5em 0 0 0;
	font-weight:bold;
	text-align:center;
}
#mainVisual .price em{
	font-size: 120%;
	font-weight:bold;
}
.sub section#subContainer.pausHouse h3 {
	color:#555;
	font-family: 'Homemade Apple', cursive;
	font-size: 330%;
	text-align:center;
	margin-bottom:0.5em;
}
.sub section#subContainer.pausHouse h3 span{
	letter-spacing:0em;
}
.sub section#subContainer.pausHouse h4 {
	font-size: 120%;
	font-weight:bold;
	text-align:center;
}
.sub section#subContainer.pausHouse h4 {
	font-size: 120%;
	font-weight:bold;
	text-align:center;
}
.sub section#subContainer.pausHouse .button {
	width:70%;
	color: #ffffff;
	font-size: 100%;
	font-weight:bold;
	text-align: center;
	line-height: 45px;
	background: #ea6c1f;
	display: block;
	text-decoration: none;
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
}
.sub section#subContainer.pausHouse .button:hover {
	background: #ff7018;
	text-decoration: none;
	transition: 0.5s ease-in-out;
}
.sub section#subContainer.pausHouse .button i {
	padding-right: 10px;
}


#lead {
	background:#f5f5f5;
	padding: 70px 0;
}
#lead dl{
	width:96%;
	margin:auto;
	display:flex;
	justify-content:space-between;
}
#lead dl dt{
	width:45%;
	position:relative;
}
#lead dl dt img{
	width:100%;
	position:absolute;
	bottom:0;
}
#lead dl dd{
	width:48%;
}
#lead .lead_item h4{
	margin:20px;
}
#lead .lead_item p {
	line-height: 2;
	margin: 0;
}

#lead .hygge {
	width:100%;
	margin:100px 0 0 0;
	background: url('../img/hygge_bg.webp') no-repeat;
	background-size:100% 100%;
}
.no-webp #lead .hygge {
	background: url('../img/hygge_bg.png') no-repeat;
	background-size:100% 100%;
}
#lead .hygge h4{
	margin:20px 0;
}
#lead .hygge ul{
	width:96%;
	box-sizing:border-box;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
#lead .hygge ul li:nth-of-type(1){
	width:35%;
	position:relative;
}
#lead .hygge ul li:nth-of-type(1) img{
	width:100%;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}
#lead .hygge ul li:nth-of-type(2){
	width:58%;
}

#concept {
	background:#efefe0;
	padding:70px 0;
}
#concept dl{
	width:96%;
	box-sizing: border-box;
	padding: 0;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-flow: row-reverse;
}
#concept dl dt {
	width:55%;
	position:relative;
	margin-top: 20px;
	margin-bottom: 5px;
}
#concept dl dt img{
	width:100%;
	bottom:0;
	position:absolute;
}
#concept dl dd {
	width:40%;
}
#concept dl dd div{
	margin-top:20px;
}
#concept dl dd div ul li{
	margin-bottom:20px;
}
#concept dl dd div ul li:last-of-type{
	margin-bottom:0px;
}
#concept dl dd div ul li h5{
	font-size: 120%;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:dashed 2px #c1c188;
}

#designPlan {
	padding: 70px 0;
	background:#f5f5f5;
}
#designPlan ul {
	width:96%;
	margin:20px auto 0;
}
#designPlan ul li{
	padding:50px;
	margin-bottom:50px;
	display:flex;
	justify-content:space-between;
	background: url('../img/hygge_bg.webp') no-repeat;
	background-size:100% 100%;
}
.no-webp #designPlan ul li{
	background: url('../img/hygge_bg.png') no-repeat;
	background-size:100% 100%;
}
#designPlan ul li:nth-of-type(even){
	flex-flow: row-reverse;
	margin-bottom:0;
}
#designPlan ul li dl{
	width:62%;
	font-size: 80%;
	overflow:hidden;
}
#designPlan ul li dl dd{
	width:100%;
	height:300px;
	overflow:hidden;
	box-sizing:border-box;
}
#designPlan ul li dl dd:nth-of-type(1){
	margin-bottom:10px;
}
#designPlan ul li dl dd img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
#designPlan ul li:nth-of-type(even) dl dd img{
  object-position: right;
}
#designPlan ul li dt{
	width:35%;
}
#designPlan ul li dt h4{
	font-size:150% !important;
	margin:1.5em 0;
}

#offer{
	display:flex;
	justify-content:space-between;
}
#present_middle {
	width: 50%;
	box-sizing: border-box;
	background:#ffe4cf;
}
#present_middle dl{
	padding:30px;
}
#present_middle dl dt img{
	width: 100%;
  	height: 100%;
  	object-fit: cover;
}
#present_middle dl dd{
	width:100%;
	margin:0 auto;
}
#present_middle dl dd h3{
	color:#FF9800 !important;
	font-size:350% !important;
	margin:10px 0 !important;
	position:absolute;
	top:0;
	left:0.5em;
}
#present_middle h4 {
	margin:1em 0;
}
#present_middle .button {
	margin: 25px auto 0;
}

#modelhouse {
	width:50%;
	background:#fffeee;
}
#modelhouse .village {
	height:630px;
	padding:30px;
}
#modelhouse .village dl dt img{
	width:100%;
	height:100%;
	object-fit: cover;
}
#modelhouse .village dl dd h3{
	color:#ffec47 !important;
	font-size:300% !important;
	margin:10px 0 !important;
	position:absolute;
	top:0;
	left:0.5em;
	right
}
#modelhouse .village dl dd h4{
	margin:1em 0;
}
#modelhouse .button {
	width: 420px;
	margin: 25px auto 0;
}
.sub section#subContainer.pausHouse .offer_bottom_btn {
	margin-top: 100px;
}

@media screen and (max-width: 768px) {
	.sub section#subContainer.pausHouse h3 {
		font-size: 350%;
	}
	.sub section#subContainer.pausHouse h4 {
		font-size: 140%;
		margin:1.5em 0;
	}
	#mainVisual {
		height:60vh;
		font-size: 70%;
	}
	#mainVisual .photos {
		height: 60vh;
		min-height: 250px;
	}
	#mainVisual .h2_box {
		padding: 10px 10px 20px;
		top: 5%;
		left: 2%;
	}
	#mainVisual .price {
		right: 2%;
	}
	.sub section#subContainer.pausHouse .button {
		width: 80vw;
		max-width: unset;
		font-size: 110%;
		line-height: 60px;
		transform: unset;
		position:unset;
	}
	#lead {
		margin: 0 auto;
	}
	#lead dl {
		max-width:unset;
		width:96%;
		display:inherit;
		justify-content:inherit;
		position:relative;
	}
	#lead .lead_item p {
		text-align:center;
	}
	#lead dl dt {
		width:100%;
		text-align:center;
	}
	#lead dl dt img {
		width:90%;
		position:initial;
		top: 0;
		bottom:initial;
	}
	#lead dl dd {
		width:100%;
	}
	#lead dl dd h3{
		position:absolute;
		top:-0.5em;
	}
	#lead dl dd h3 span{
	}
	#lead .hygge ul li:nth-of-type(1){
		width:40%;
		position:relative;
	}
	#lead .hygge ul li:nth-of-type(1) img{
		width:100%;
		float:initial;
		position:absolute;
		bottom:0;
		top:0;
		margin:auto;
	}
	#concept {
		margin-top: 0;
	    padding: 5vh 0;
	    position:unset;
	}
	#concept dl {
		display:block;
		justify-content:initial;
		padding: 0 3%;
		width: 100%;
		position:relative;
	}
	#concept dl dt {
		width:100%;
		text-align:center;
		}
	#concept dl dt img {
		position:unset;
		width:100%;
		top: 0;
		bottom:initial;
	}
	#concept dl dd {
		width: 100%;
	}
	#concept dl dd h3{
		position:absolute;
		top:-1em;
	}
	#designPlan {
		padding:50px 2%;
	}
	#designPlan ul li {
		display:block;
		margin:0 0 50px 0;
	}
	#designPlan ul li dl {
		width:100%;
	}
	#designPlan ul {
		width:100%;
		padding:0;
		margin-left:0;
		margin-right:0;
	}
	#designPlan ul li dl dd img{
		width: 100%;
  		height: auto;
	}
	#designPlan ul li dt{
		width:100%;
	}
	#designPlan ul li:nth-of-type(even){
		flex-flow: initial;
	}
	#offer{
		display:unset;
		justify-content:unset;
	}
	#present_middle {
		width: 100%;
		box-sizing: border-box;
		background:#ffe4cf;
	}
	#present_middle dl{
		max-width:unset;
		padding:3%;
		float:unset;
	}
	#present_middle dl dt{
		height:250px;
	}
	#modelhouse {
		width:100%;
	}
	#modelhouse .village {
		max-width:unset;
		height:auto;
	}
	#modelhouse .village dl dt{
		height:250px;
	}
}

@media screen and (max-width: 479px) {
	.sub section#subContainer.pausHouse h3 {
		font-size: 300%;
	}
	.sub section#subContainer.pausHouse h4 {
		font-size: 120%;
		margin:1.2em 0;
		text-align:left;
	}
	.sub section#subContainer.pausHouse .button {
		width: 80vw;
		max-width: unset;
		font-size: 100%;
		line-height: 50px;
		transform: unset;
		position:unset;
	}
	#mainVisual {
		height:100vh;
		font-size: 100%;
	}
	#mainVisual .photos {
		height: 60vh;
		min-height: 250px;
	}
	#mainVisual .h2_box {
		width:100%;
		box-sizing: border-box;
		text-align: center;
		background: #fff;
		position:absolute;
		top:unset;
		left:unset;
		padding:unset;
	}
	#mainVisual .h2_box p.logo img{
		width:50%;
	}
	.sub section#subContainer.pausHouse #mainVisual .h2_box p span {
		display: unset;
}	
	#mainVisual .price {
		width:70%;
		margin:10px auto 0 auto;
	}
	#lead dl dt img {
		width:100%;
		position:initial;
		top: 0;
		bottom:initial;
	}
	#lead dl dd h3{
		position:absolute;
		top:-0.7em;
	}
	#lead .hygge {
		margin:50px auto 0;
		position:relative;
	}
	#lead .hygge ul{
		margin:0 auto;
		display:unset;
		justify-content:unset;
	}
	#lead .hygge ul li:nth-of-type(1){
		padding:40px 0 0 0;
		width:100%;
		text-align:center;
	}
	#lead .hygge ul li:nth-of-type(1) img{
		width:80%;
		float:initial;
		position:unset;
	}
	#lead .hygge ul li:nth-of-type(2){
		width:96%;
		margin:auto;
	}
	#lead .hygge ul li:nth-of-type(2) h3{
		position:absolute;
		top:0;
		left:0.5em;
	}
	#concept dl dd div ul li h5{
		font-size: 110%;
	}
	#designPlan ul {
		margin:0;
	}
	#designPlan ul li {
		padding:0;
	}
	#designPlan ul li dl dd{
		width:100%;
		height:auto;
		overflow:hidden;
		box-sizing:border-box;
	}
	#designPlan ul li dt h4{
		font-size:140% !important;
		text-align:center !important;
	}
	#present_middle dl{
		max-width:unset;
		padding-bottom:30px;
		float:unset;
	}
	#present_middle dl dd h3{
		left:0.2em;
	}
	#modelhouse .village {
		padding:3%;
		padding-bottom:30px;
	}
	#modelhouse .village dl dd h3{
		left:0.2em;
	}
}
