@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{
	padding-top: 140px;
}
.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: 400%;
	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:15vh 0;
}
#lead dl{
	max-width: 1200px;
	width:100%;
	margin:0 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 figure img {
	width: 100%;
    height: auto;
	margin: 0 auto;
}
#lead .lead_item p {
	line-height: 2;
	margin: 0;
}
#lead .hygge {
	width:1200px;
	margin:200px auto 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:1100px;
	max-width: 100%;
	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:60%;
}

#concept {
	background:#efefe0;
	padding:15vh 0;
}
#concept dl{
	width:1200px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-flow: row-reverse;
}
#concept dl dt {
	width:45%;
	position:relative;
}
#concept dl dt img{
	width:100%;
	bottom:0;
	position:absolute;
}
#concept dl dd {
	width:48%;
}
#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: 150px 0;
	background:#f5f5f5;
}
#designPlan ul {
	width:1200px;
	max-width: 100%;
	margin:50px auto 0 auto;
}
#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%;
	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%;
	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{
	max-width:600px;
		height:630px;
	padding:50px;
	float:right;
	position:relative;
}
#present_middle dl dt{
	width:100%;
	overflow:hidden;
}
#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 {
	max-width:600px;
	height:630px;
	padding:50px;
	position: relative;
}
#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 .village .titleBox .village_logo {
	width: auto;
	height: 120px;
	margin-right: 30px;
}
#modelhouse .button {
	width: 420px;
	margin: 25px auto 0;
}
.sub section#subContainer.pausHouse .offer_bottom_btn {
	margin-top: 100px;
}
