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

html{
	font-size:62.5%;
}

/* --------------------------------
   □ サイト情報 (コンテンツ)
-------------------------------- */
.futatsuyane .contents{
	font-family: 'Noto Serif JP', serif;
}

.futatsuyane .serif,
.futatsuyane .mincho{
	font-family: 'Noto Serif JP', serif;
}

	.futatsuyane .contents p.text{
		margin-bottom: 40px;
		text-align: center;
	}

	.futatsuyane .lora{
		font-family: 'Lora', serif;
		letter-spacing: 0.2em;
	}

	.futatsuyane .en{
		letter-spacing: 0.2em;
	}

	.contents section.wide.pt0,
	.contents .chapter.wide.pt0{
		padding-top: 0;
	}

	h3.title{
		text-align: center;
		font-size: 237%;
		font-weight: 400;
		margin-bottom: 20px;
	}

	/*   □ tab
	-------------------------------- */
	.tab{
		padding: 30px 0;
	}

		.tab ul.tablist li{
			display: inline-block;
			margin: 0 15px;
		}

		.tab ul.tablist li a{
			position: relative;
			display: inline-block;
			color: #293241;
			text-decoration: none;
		}

		.tab ul.tablist li a::after {
			position: absolute;
			bottom: -8px;
			left: 0;
			content: '';
			width: 100%;
			height: 2px;
			background: #333;
			opacity: 0;
			visibility: hidden;
			transition: .3s;
		}
		.tab ul.tablist li a:hover::after {
			bottom: -4px;
			opacity: 1;
			visibility: visible;
		}

/* --------------------------------
   □ ボタンスタイル
-------------------------------- */
	body .buttonStyle a{
		box-sizing: border-box;
		display:inline-block;
		padding:10px 25px;
		color:#fff;
		background-position: 100% 0;
		background-size: 200% auto;
		background-image: linear-gradient(
			to right,
			#a48c61 0%,
			#a48c61 50%,
			#000000 50%,
			#000000 100%
		);

		box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
		transition: background-position ease 0.4s;
		
		text-decoration:none;
		border-radius:4px;
	}

		body .buttonStyle a:hover {
		  background-position: 0 0;
		}

		body .buttonStyle a span{
		}

		body .buttonStyle.rightIcon a span{
			background-position:100% 50%;
			padding-left:0;
			padding-right:23px;
		}

/* --------------------------------
   □ accentBox
-------------------------------- */
.accentBox {
	position: relative;
}
	.accentBox:before {
		position:absolute;
		top: 0;
		left: 0;
		width:100%;
		height: 100%;
		background: rgba(0,0,0, 0.3);
		content: "";
		z-index: 2;
	}

	.accentBox ul.slider {
		transition: all 300ms 0s ease;
		height:695px;
		overflow:hidden;
	}

	.accentBox .bx-wrapper ul.slider{
		height:auto;
		background:none;
		overflow:visible;
	}

	.accentBox ul.slider li img{
		visibility:hidden!important;
	}

	.accentBox .bx-wrapper ul.slider li img{
		visibility:visible!important;
	}

	.accentBox .bx-wrapper {
		position: relative;
		margin: 0 auto 0px;
		padding: 0;
	}

	.accentBox .bx-wrapper ul li {
		position:relative;
		display: block;
		background:#fafafa 50% 50% no-repeat;
		animation:accent-zoom 10s both;
	}


	.accentBox .bx-wrapper ul li a{
		display:block;
		width:100%;
		height:100%;
		text-decoration: none;
	}

	.accentBox .bx-wrapper .bx-controls-direction a{
		filter:alpha(opacity=80);  
		-ms-filter: "alpha(opacity=80)";
		-moz-opacity:0.8; 
		-khtml-opacity: 0.8;
		opacity: 0.8; 
	}

	.accentBox .bx-wrapper .bx-pager {
		left:0;
		right:0;
		bottom:25px;
		text-align:center;
	}

	.accentBox .bx-wrapper .bx-pager .bx-pager-item{
		text-align:center;
	}

	.accentBox .bx-wrapper .bx-pager.bx-default-pager a {
		background: #fff;

		width: 49px;
		height: 4px;

		margin: 0 5px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.accentBox .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #1d1d1d;
	}

	.accentBox .bx-wrapper .bx-next {
		right: 10px;
	}

	.accentBox .bx-wrapper .bx-prev {
		left: 10px;
	}

	@keyframes accent-zoom {
		0% {
			transform: scale(1.1)
		}

		95% {
			opacity:1;
		}
		100% {
			opacity:0.2;
			transform: scale(1.0)
		}
	}

		#futatsuyane .accentarea dl.textBox{
			max-width: 818px;
			left: 0;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			margin: auto;
			position: absolute;
			text-align: center;
			z-index: 3;
		}

		#futatsuyane .accentarea dl.textBox dt{
			margin-bottom: 45px;
		}

		#futatsuyane .accentarea dl.textBox dd{
			font-size: 2.1rem;
			color: #fff;
		}

/* --------------------------------
   □ life
-------------------------------- */

#life{
	margin-bottom: 230px;
}

#life .area{
	position: relative;
}

#life h3{
	font-size: 375%;
	font-weight: 400;
	line-height: 0.8;
	margin-bottom: 40px;
}

#life h3 span.en{
	font-size: 36%;
}


#life p.image{
    display: inline-block;
    float: left;
    margin-left: calc(-50vw + 50%);
    transition: 0.3s;
	position: relative;
    width: 858px;
    height: 525px;
}
#life p.image video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translateY(-50%) translateX(-50%);
}

#life p.image:after{
	content: "";
	position: absolute;
	background: url("../../images/lineup/futatsuyane/index/image1_2.jpg");
	width: 350px;
	height: 258px;
	visibility: inherit;
    bottom: -210px;
    left: 0;
    right: 0;
    margin: auto;
}

#life .explain{
	width: 460px;
    float: right;
    position: absolute;
    right: 0;
    top: 90px;
	height: 600px;
}

#life .explain:after{
	content: "";
    position: absolute;
    background: url(../../images/lineup/futatsuyane/index/image1_3.jpg) no-repeat;
    width: 265px;
    height: 191px;
    right: 0;
    bottom: 0;
	visibility: inherit;
}

#life .explain p.text{
	text-align: left;
}

#life .explain p.buttonStyle a{
	width: 60%;
	text-align: center;
}

/* --------------------------------
   □ Introduction
-------------------------------- */

#Introduction{
	margin-bottom: 0;	
}

#Introduction h3{
	position: relative;
}

#Introduction h3:before{
	content: "";
    background: url(../../images/lineup/futatsuyane/Introduction_icon.svg);
    position: absolute;
    width: 163px;
    height: 33px;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}

#Introduction ul.list li{
	overflow: hidden;
    float: left;
    display: table;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
    position: relative;
	width: 33%;
    height: 407px;
}

#Introduction ul.list li a{
	display: table-cell;
    vertical-align: middle;
    color: #fff;
    background: 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	font-size: 218%;
	text-decoration: none;
}


#Introduction ul.list li a:before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
    background: 0 0 no-repeat;
    background-size: cover;
    transition: all .3s ease-out;
}
#Introduction ul.list li.type1 a:before{
	background-image: url("../../images/lineup/futatsuyane/index/Introduction1.jpg");
    background-size: cover;
}

#Introduction ul.list li.type2 a:before{
	background-image:url("../../images/lineup/futatsuyane/index/Introduction2.jpg");
    background-size: cover;
}

#Introduction ul.list li.type3 a:before{
	background-image:url("../../images/lineup/futatsuyane/index/Introduction3.jpg");
    background-size: cover;
}
#Introduction ul.list li a span{
	position: relative;
	z-index: 2;
}
#Introduction ul.list li a:hover:before{
	transform:scale(1.2,1.2);
}
#Introduction ul.list li.comingsoon{
	cursor: default;
	pointer-events: none;
}
#Introduction ul.list li.comingsoon a:hover:before{
	transform:scale(1);
}




#Introduction ul.list li.type3 a em{
	display: inline-block;
	font-size: 1.5rem;
    padding: 5px 25px;
    color: #000;
    background: #fff;
    border-radius: 5px;
}


/* --------------------------------
   □ event
-------------------------------- */

#event{
	margin-bottom: 70px;
}

#event h3{
	position: relative;
}

#event h3:before{
	content: "";
    background: url(../../images/lineup/futatsuyane/event_icon.svg);
    width: 49px;
    height: 72px;
    left: 0;
    right: 0;
    margin: auto;
    top: -75px;
    display: block;
}


#event p.text{
	margin-bottom: 30px;
    line-height: 1.75;
}

#event p.text span{
    font-size: 160%;
}
#event .buttonStyle{
    text-align: center;
}

#event p.comingsoon{
	font-size: 125%;
	text-align: center;
}
/* --------------------------------
   □ access
-------------------------------- */

#access{
	padding-top: 86px;
	background: #F1F1F1;
}

#access h3{
	position: relative;

}

#access h3:before{
	display: block;
	content: "";
    background: url(../../images/lineup/futatsuyane/access_icon.svg);
    width: 58px;
    height: 65px;
    left: 0;
    right: 0;
    margin: auto;
}

#access .area{
	display: table;
}

#access .area .info{
	display: table-cell;
}

#access .area .btn{
	display: table-cell;
	vertical-align: middle;
}

#access .area .btn a{
	display: block;
	padding: 20px;
	border: 1px solid #202020;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	color: #202020;
	text-decoration: none;
	transition: all 300ms 0s ease;
}

#access .area .btn a:hover{
	background: #d2d2d2;
}

#access .map{
	margin-bottom: 73px;
}

#access p.tel{
	font-size: 125%;
}

#access p.tel a{
	color:#333;
	text-decoration:none;
}

#access p.tel span{
	font-size: 90%;
}


/* --------------------------------
   □ event
-------------------------------- */

#contactarea {
	padding: 110px 0;
	background: url("../../images/lineup/futatsuyane/contact_bg.jpg") 50% 50% no-repeat;
	background-size: cover;
}

#contactarea .area{
	width: 1000px;
	margin: auto;
}

#contactarea h3,
#contactarea p.text{
	color: #fff;
	text-align: center;
}

#contactarea p.text{
	margin-bottom: 50px;
}

#contactarea .area ul.cv{
}

#contactarea .area ul.cv li{
	width: 48%;
    float: left;
}

#contactarea .area ul.cv li:first-child{
	margin-right: 4%;
}

#contactarea .area ul.cv li a{
	display: block;
	padding: 35px 25px;
}

#contactarea .area ul.cv li a span{
	position: relative;
	display: block;
}

#contactarea .area ul.cv li a span:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}
.buttonStyle.white a {

	background-position: 100% 0;
	background-size: 200% auto;
	background-image: linear-gradient(
		to right,
		#000 0%,
		#000 50%,
		#fff 50%,
		#fff 100%
	);	

	
	transition: all 300ms 0s ease;
	color: #202020;
}
.buttonStyle.white a:hover{
	color: #fff;

}

#contactarea .area ul.cv li.white a span:before{
	border-top: 1px solid #202020;
	border-right: 1px solid #202020;
}


/* --------------------------------
   □ #futatsuyaneAbout
-------------------------------- */

#futatsuyaneAbout .leadImg.wide img{
	width: 100%;
	margin-bottom: 123px;
}

#futatsuyaneAbout h3.titleStyle{
	text-align: center;
	font-size: 4.6rem;
	font-weight: 500;
	margin-bottom: 66px;
}
	#futatsuyaneAbout h3.titleStyle span{
		display: block;
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 2px;
	}
	#futatsuyaneAbout h3.titleStyle:before{
		display: block;
		content: url("../../images/lineup/futatsuyane/about/logo.png");
		margin-bottom: 27px;
	}

#futatsuyaneAbout h4{
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
	margin-bottom: 35px;
}

#futatsuyaneAbout section p.sentence{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.4em;
}


#futatsuyaneAbout #modelhouse{
	margin-bottom: 120px;
}

/* --------------------------------
   □ .futatsuyaneHouse
-------------------------------- */

.futatsuyaneHouse h3.leadImg.wide{
	display: table;
	background: 50% 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 624px;
	margin-bottom: 118px;
}
.futatsuyaneHouse h3.leadImg.wide > span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 6.0rem;
	font-weight: 500;
	text-shadow: 0 0 8px rgba(0,0,0,0.5) , 0 0 8px rgba(0,0,0,0.5) , 0 0 8px rgba(0,0,0,0.5);
}

#futatsuyaneHiraya h3.leadImg{
	background-image: url("../../images/lineup/futatsuyane/hiraya/accent.jpg");
}

#futatsuyaneNikaidate h3.leadImg{
	background-image: url("../../images/lineup/futatsuyane/nikaidate/accent.jpg");
}

#futatsuyaneGarden h3.leadImg{
	background-image: url("../../images/lineup/futatsuyane/garden/accent.jpg");
}

.futatsuyaneHouse section h4{
	text-align: center;
	font-size: 3.2rem;
	font-weight: 500;
	margin-bottom: 40px;
}

.futatsuyaneHouse section p.text{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.4em;
}

.futatsuyaneHouse #gallery {
	position: relative;
	margin-bottom: 178px;
}

.futatsuyaneHouse .slick_container{
	position: relative;
	width: 980px;
}

.futatsuyaneHouse .slick-next:before {
    content: none;
}

.futatsuyaneHouse .slick-prev:before {
    content: none;
}

.futatsuyaneHouse .slick-prev,
.futatsuyaneHouse .slick-next {
	cursor: pointer;
	top: 40%;
	position: absolute;
	width: 33px;
	height: 62px;
	transition: 0.5s;
}

.futatsuyaneHouse .slick-prev:hover,
.futatsuyaneHouse .slick-next:hover {
	opacity: 0.5;
}

.futatsuyaneHouse .slick-next {
    right: -65px;
}

.futatsuyaneHouse .slick-prev {
    left:-65px;
}

.futatsuyaneHouse .slick-slide .comment{
	display: block;
	padding: 17px;
	text-align: center;
}

/* --------------------------------
   □ #futatsuyaneGarden
-------------------------------- */
#futatsuyaneGarden #map > .area {
	width: 1110px;
}

#futatsuyaneGarden #map h4 {
    margin-bottom: 10px;
}

#futatsuyaneGarden #map .description{
	text-align: center;
	margin-bottom: 86px;
}

#futatsuyaneGarden #map .map{
	position: relative;
	margin-bottom: 90px;
}
	#futatsuyaneGarden #map figure{
		margin: 0;
		text-align: center;
	}
	#futatsuyaneGarden #map figure img{
		width: 100%;
	}
	#futatsuyaneGarden #map .map ul.menu li{
		position: absolute;
		z-index: 4;
	}
	#futatsuyaneGarden #map .map ul.menu li a{
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #333;
		width: 173px;
		height: 173px;
		background: url("../../images/lineup/futatsuyane/garden/link.png") 50% 50% no-repeat;
		text-decoration: none;
		transition: 0.5s;
	}

	#futatsuyaneGarden #map .map ul.menu li a:hover{
		transform: scale(1.1);
	}

	#futatsuyaneGarden #map .map ul.menu li.no1{
		top: 118px;
		left: 316px;
	}
	#futatsuyaneGarden #map .map ul.menu li.no2{
		top: -51px;
		left: 269px;
	}
	#futatsuyaneGarden #map .map ul.menu li.no3{
		top: -55px;
		left: 454px;
	}
	#futatsuyaneGarden #map .map ul.menu li.no4{
		top: -16px;
		left: 667px;
	}
	#futatsuyaneGarden #map .map ul.menu li.no5{
		top: 282px;
		left: 673px;
	}
	#futatsuyaneGarden #map .map ul.menu li.no6{
		top: 131px;
		left: 565px;
	}
	#futatsuyaneGarden #map .map ul.menu li.no7{
		top: 288px;
		left: 183px;
	}

#futatsuyaneGarden #map .relation{
	text-align: center;
	margin-bottom: 30px;
}
#futatsuyaneGarden #map .link{
	text-align: center;
	margin-bottom: 160px;
}


#futatsuyaneGarden .slick_container{
	position: relative;
	width: 780px;
	margin: 0 auto;
}

#futatsuyaneGarden .slick_container .slick-slide {
	text-align: center;
}
#futatsuyaneGarden .slick_container .slick-slide img{
	margin:  auto;
	width: 75%;
}
#futatsuyaneGarden .slick_container .slick-slide dl{
	margin-top: 30px;
}
#futatsuyaneGarden .slick_container .slick-slide dl > dt{
	text-align: center;
	font-size: 175%;
	margin-bottom: 13px;
}
#futatsuyaneGarden .slick_container .slick-slide dl > dd{
	text-align: center
}
#futatsuyaneGarden .slick-next {
    right: -25px;
}

#futatsuyaneGarden .slick-prev {
    left:-25px;
}


@media only screen and
(max-width : 640px) {

/* --------------------------------
   □ サイト情報 (コンテンツ)
-------------------------------- */


	#futatsuyane .contents p.text{
		margin-bottom: 6%;
		text-align: center;
	}

	h3.title{
		font-size: 2.4rem;
		margin-bottom: 3%;
	}

	/*   □ tab
	-------------------------------- */
	.tab{
		padding: 4% 3%;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

		.tab ul.tablist li{
			text-align: center;
			width: 49%;
			margin: 0 0 8px 0;
			float: left;
		}

		.tab ul.tablist li a{

		}

		.tab ul.tablist li a::after {
			height: 1px;
		}

/* --------------------------------
   □ ボタンスタイル
-------------------------------- */
	body .buttonStyle a{
		display:block;
		padding:10px 15px;
		width: 100%;
	}

/* --------------------------------
   □ accentBox
-------------------------------- */
.accentBox {
	position: relative;
}

	.accentBox .bx-wrapper ul.slider{
		height:auto;
		background:none;
		overflow:visible;
	}

	.accentBox ul.slider li img{
		visibility:hidden!important;
	}

	.accentBox .bx-wrapper ul.slider li img{
		visibility:visible!important;
	}

	.accentBox .bx-wrapper {
		position: relative;
		margin: 0 auto 0px;
		padding: 0;
	}

	.accentBox .bx-wrapper ul li {
		position:relative;
		display: block;
		background:#fafafa 50% 50% no-repeat;
		animation:accent-zoom 10s both;
	}


	.accentBox .bx-wrapper ul li a{
		display:block;
		width:100%;
		height:100%;
		text-decoration: none;
	}

	.accentBox .bx-wrapper .bx-controls-direction a{
		filter:alpha(opacity=80);  
		-ms-filter: "alpha(opacity=80)";
		-moz-opacity:0.8; 
		-khtml-opacity: 0.8;
		opacity: 0.8; 
	}

	.accentBox .bx-wrapper .bx-pager {
		left:0;
		right:0;
		bottom:25px;
		text-align:center;
	}

	.accentBox .bx-wrapper .bx-pager .bx-pager-item{
		text-align:center;
	}

	.accentBox .bx-wrapper .bx-pager.bx-default-pager a {
		background: #fff;

		width: 49px;
		height: 4px;

		margin: 0 5px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.accentBox .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #1d1d1d;
	}

	.accentBox .bx-wrapper .bx-next {
		right: 10px;
	}

	.accentBox .bx-wrapper .bx-prev {
		left: 10px;
	}


		#futatsuyane .accentarea dl.textBox{
			width: 80%;
			height: auto;
			z-index: 3;
		}

		#futatsuyane .accentarea dl.textBox dt{
			margin-bottom: 8%;
		}
		#futatsuyane .accentarea dl.textBox dt img{
			width: 50%;
		}

		#futatsuyane .accentarea dl.textBox dd{
			font-size: 1.5rem;
		}

/* --------------------------------
   □ life
-------------------------------- */

#life{
	margin-bottom: 8%;
    padding-top: 0;
}

#life .area{
	position: relative;
    margin: auto 4%;
}

#life h3{
	font-size: 3.2rem;
	line-height: 1.4;
	margin-bottom: 6%;
}

#life h3 span.en{
	display: block;
	font-size: 1.4rem;
}


#life p.image{
    display: block;
    float: none;
    margin-left: 0;
	margin-bottom: 40px;
    transition: 0.3s;
	position: relative;
    width: auto;
    height: 280px;
}
#life p.image video{
    width: auto;
}

#life p.image:after{
    display: none;
	zoom:0.5;
	left: inherit;
	right: 18px;
    bottom: -170px;
}

#life .explain{
	width: auto;
    float: none;
    position: static;
	height: auto;
}

#life .explain:after{
	display: none;
	zoom:0.5;
    right: 0;
    bottom: -100px;
	visibility: inherit;
}

#life .explain p.text{
	text-align: left;
}

#life .explain p.buttonStyle a{
	width: 100%;
	text-align: center;
}

/* --------------------------------
   □ Introduction
-------------------------------- */

#Introduction{
	margin-bottom: 0;	
}

#Introduction h3{
	position: relative;
	margin-bottom: 8%;
}
#Introduction p.text{
	padding: 0 4%;
}

#Introduction h3:before{
	zoom:0.5;
}

#Introduction ul.list li{
	overflow: hidden;
    float: none;
	border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	width: 100%;
    height: 200px;
}

#Introduction ul.list li a{
	font-size: 2.2rem;
	text-decoration: none;
}

#Introduction ul.list li a:hover:before{
	transform:none;
}


#Introduction ul.list li.type3 a em{

    font-size: 57%;
}


/* --------------------------------
   □ event
-------------------------------- */

#event{
	margin-bottom: 8%;
}

#event h3{
	position: relative;
}

#event h3:before{
	zoom:0.5;
}


#event p.text{
	margin-bottom: 8%;
}

#event p.comingsoon{
	text-align: center;
}
/* --------------------------------
   □ access
-------------------------------- */

#access{
	background: #F1F1F1;
}

#access h3{
	position: relative;
	margin-top: -25px;
}

#access h3:before{
	zoom:0.5;
}

#access .area{
	display: block;
}

#access .area .info{
	display: block;
}

#access .area .btn{
	display: block;
}


#access .map{
	padding: 0 4%;
	margin-bottom: 8%;
}

#access .map iframe{
	height: 350px;
}

#access p.tel{
	font-size: 120%;
}

#access p.tel span{
	font-size: 100%;
}


/* --------------------------------
   □ event
-------------------------------- */

#contactarea {
	padding: 11% 4%;
}

#contactarea .area{
	width: 100%;
	margin: auto;
}

#contactarea h3,
#contactarea p.text{
	color: #fff;
	text-align: center;
}

#contactarea p.text{
	margin-bottom: 6%;
}

#contactarea .area ul.cv{
}

#contactarea .area ul.cv li{
	width: auto;
    float: none;
}

#contactarea .area ul.cv li:first-child{
	margin-right: 0;
	margin-bottom: 4%;
}

#contactarea .area ul.cv li a{

	padding: 35px 25px;
}

/* --------------------------------
   □ #futatsuyaneAbout
-------------------------------- */

#futatsuyaneAbout .leadImg.wide img{
	width: 100%;
	margin-bottom: 10%;
}

#futatsuyaneAbout h3.titleStyle{
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 8%;
}
	#futatsuyaneAbout h3.titleStyle span{
		font-size: 1.3rem;
	}
	#futatsuyaneAbout h3.titleStyle:before{
		zoom:0.5;
		margin-bottom: 12px;
	}

#futatsuyaneAbout h4{
	font-size: 2.4rem;
	margin-bottom: 4%;
}

#futatsuyaneAbout section p.sentence{
	font-size: 1.4rem;
	line-height: 2.2em;
	text-align: left;
}


#futatsuyaneAbout #modelhouse{
	margin-bottom: 12%;
}

/* --------------------------------
   □ .futatsuyaneHouse
-------------------------------- */

.futatsuyaneHouse h3.leadImg.wide{
	width: 100%;
	height: 324px;
	margin-bottom: 18%;
}
.futatsuyaneHouse h3.leadImg.wide > span{
	font-size: 3.0rem;
}

.futatsuyaneHouse section h4{
	font-size: 2.4rem;
	margin-bottom: 5%;
}

.futatsuyaneHouse section p.text{
	font-size: 1.4rem;
	line-height: 2.2em;
}

.futatsuyaneHouse #gallery {
	position: relative;
	margin-bottom: 17%;
}

.futatsuyaneHouse .slick_container{
	position: relative;
	width: 100%;
}

.futatsuyaneHouse .slick-prev,
.futatsuyaneHouse .slick-next {
	zoom:0.7;
}

.futatsuyaneHouse .slick-next {
    right: 15px;
}

.futatsuyaneHouse .slick-prev {
    left:15px;
}

.futatsuyaneHouse .slick-slide .comment{
	padding: 8px;
}
	

/* --------------------------------
   □ #futatsuyaneGarden
-------------------------------- */
#futatsuyaneGarden #map > .area {
	width: auto;
}

#futatsuyaneGarden #map h4 {
    margin-bottom: 10px;
}

#futatsuyaneGarden #map .description{
	margin-bottom: 8%;
}

#futatsuyaneGarden #map .map{
	margin-bottom: 9%;
}
	#futatsuyaneGarden #map figure{
		margin: 0;
		text-align: center;
	}
#futatsuyaneGarden #map .relation{
	text-align: center;
	line-height: 1.6;
	margin-bottom: 3%;
}
#futatsuyaneGarden #map .link{
	text-align: center;
	margin-bottom: 15%;
}


#futatsuyaneGarden .slick_container{
	position: relative;
	width: 90%;
	margin: 0 auto;
}

#futatsuyaneGarden .slick_container .slick-slide {
	text-align: center;
}
#futatsuyaneGarden .slick_container .slick-slide img{
	margin:  auto;
	width: 100%;
}
#futatsuyaneGarden .slick_container .slick-slide dl{
	margin-top: 10px;
}
#futatsuyaneGarden .slick_container .slick-slide dl > dt{
	text-align: center;
	font-size: 124%;
	margin-bottom: 8px;
}
#futatsuyaneGarden .slick_container .slick-slide dl > dd{
	text-align: left;
}
#futatsuyaneGarden .slick-next {
    right: -45px;
	zoom:0.5;
}

#futatsuyaneGarden .slick-prev {
    left:-45px;
	zoom:0.5;
}


}



/*--------------------------------------------------*/
/* display */
/*--------------------------------------------------*/
._pc {
	display: block;
}
._sp {
	display: none;
}

@media (max-width: 1079px) {
	._pc {
		display: none;
	}
}

@media (max-width: 767px) {
	._sp {
		display: block;
	}
}



/* popWindow
-------------------------------- */	
.popWindow {
	box-sizing:border-box;
	position:relative;
	width:960px;
	overflow:auto;
	margin:80px auto;
	padding:60px 60px;
	background:#fff;
	
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;
}

.popWindow::-webkit-scrollbar {
    width: 8px;
}
.popWindow::-webkit-scrollbar-track {
	background: #fff;
}
.popWindow::-webkit-scrollbar-thumb {
	background: #2e72b8;
}

.mfp-container {
	transition: all 300ms 0s ease;
}
	
.mfp-content:before {
	display:block;
	content:"";
	position:absolute;
	z-index:1146;
	margin:0;
	cursor:pointer;
    width: 44px;
    height: 44px;
	top:20px;
	left:50%;
	margin-left:434px;
    line-height: 0;
    padding: 0px;
	background:url("../../images/common/close.png") 0 0 no-repeat;
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	animation-duration: 0.6s;	
	-webkit-animation-duration: 0.6s;
	
	transition: all 300ms 0s ease;
}

.mfp-content:before:hover {
	border:1px solid red;
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


	.popWindow .close{
		margin-top:43px;
		text-align:center;
	}

	.popWindow .close span{
		display:inline-block;
		padding:20px 90px;
		color:#fff;
		font-size:20px;
		text-align:center;
		border-radius:8px;
		background:#56b2e1;
		cursor:pointer;
		transition: all 300ms 0s ease;
	}
	.popWindow .close span:hover{
		background:#4b9ac2;
	}


@media only screen and
(max-width : 640px) {
	
/* popWindow
-------------------------------- */	
.popWindow {
	box-sizing:border-box;
	position:relative;
	width:95%;
	margin:40px auto;
	padding:6%;
	background:#fff;

}
	
.mfp-content:before {
    width: 22px;
    height: 22px;
	top:10px;
	left:inherit;
	right:5%;
	margin-left:auto;
	background:url("../../images/common/close.png") 0 0 no-repeat;
	background-size:100% auto;
}
	
}

