@charset "UTF-8";

.IsScrollAllowed {
	overflow: hidden;
}

body{
	position: relative;
	/*z-index: -1;*/
}

.greenline {
	display: inline-block
}
.content {
	padding-top: 0;
	margin-bottom: 0;
}


/* =================================
Header
================================= */
/*header {
	position: absolute;
}*/
header#mainHeader {
	background: rgba(255,255,255,0);
	transition: 1s;
}
#header_logo a span.img {
	position: relative;
}
#header_logo a span.img::after {
	content: "";
	display: block;
	background: url(https://sumaiand.jp/tmp/images/logo_black_sumaiand.webp) center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 1s;
}
#header_logo a span.txt {
	color: #fff;
	transition: 1s;
}
.document-request {
	border: 1px solid #fff;
	transition: 1s;
}
.document-request a{
color: #fff;
	transition: 1s;
}

.menu-group li {
	border-right: 1px solid #fff;
	transition: 1s;
}
.menu-group li:last-child {
	border-right: none;
}

.menu-item a{
	color: #fff;
	transition: 1s;
}


/* -------------------
Scroll Header
------------------- */
header#mainHeader.headerScroll {
	background: rgba(255,255,255,0.8);
}
.headerScroll #header_logo a span.img {
	
}
.headerScroll #header_logo a span.img::after {
	opacity: 1;
}
.headerScroll #header_logo a span.txt {
	color: #000;
}
.headerScroll .document-request {
	border: 1px solid #000;
}
.headerScroll .document-request a{
	color: #000;
}
.headerScroll .menu-item a{
	color: #000;
}
.headerScroll .menu-group li {
	border-right: 1px solid #000;
}
.headerScroll .menu-group li:last-child {
	border-right: none;
}
/*#header_logo p {
	color: #fff;
	}*/
	
	

/* =================================
FV
================================= */
.main_imgBox {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: -1;
background: #fff;
}

.main_img {
	opacity: 0;
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	animation: anime 24s 0s infinite; }

/*-- FV写真 --*/
.webp .main_img-1{	background: url("https://sumaiand.jp/tmp/images/img_fv-1.webp")center center / cover no-repeat ;}
.no-webp .main_img-1{	background: url("https://sumaiand.jp/tmp/images/img_fv-1.jpg")center center / cover no-repeat ;}

.webp .main_img-2{	background: url("https://sumaiand.jp/tmp/images/img_fv-2.webp")center center / cover no-repeat ;}
.no-webp .main_img-2{	background: url("https://sumaiand.jp/tmp/imagesimg_fv-2.jpg")center center / cover no-repeat ;}

.webp .main_img-3{	background: url("https://sumaiand.jp/tmp/images/img_fv-3.webp")center center / cover no-repeat ;}
.no-webp .main_img-3{	background: url("https://sumaiand.jp/tmp/images/img_fv-3.jpg")center center / cover no-repeat ;}

.webp .main_img-4{	background: url("https://sumaiand.jp/tmp/images/img_fv-4.webp")center center / cover no-repeat ;}
.no-webp .main_img-4{	background: url("https://sumaiand.jp/tmp/images/img_fv-4.jpg")center center / cover no-repeat ;}

.main_img:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s; }

.main_img:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s; }

.main_img:nth-of-type(4) {
	-webkit-animation-delay: 18s;
	animation-delay: 18s; }

@keyframes anime {
	0% {
		opacity: 0;
	}
	16% {
		opacity: 1;
	}
	34% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% { opacity: 0 }
}


/* =================================
FV検索
================================= */
#fv_content{
	position: relative;
	height: 84vh;
	/*z-index: -1;*/
}

#fv_content #searchMaker{
	position: absolute;
	text-align: center;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,0.8);
	border-radius: 32px;
	width: calc(100% - 40px);
	max-width: 600px;
	height: 340px;
	/*margin-top: 2em;*/
}

#fv_content .search_in {
	height: 100%;
	position: relative;
}

#fv_content #searchMaker .inner{
width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#fv_content .tit_input {
	margin-bottom: 32px;
}

#fv_content .tit_input_fv {
	font-size: 24px;
	font-weight: 600;
}

#fv_content #selectArea_maker {
	display: flex;
	margin-bottom: 12px;
	justify-content: center;
}

#fv_content .icon_required {
	font-size: 21px;
	font-weight: 600;
}

#fv_content #searchMaker #select＿prefecture {
	background: #fff;
	max-width: 400px;
}


#fv_content .more {
	position: absolute;
	text-align: end;
	width: 100%;
	bottom: -40px;
	text-align: right;
}
#fv_content .more a {
	position: relative;
	text-decoration: none;
	font-size: 16px;
}

#fv_content .more a::after{
	content: '';
	display: block;
	position: absolute;
	width: 21px;
	height: 4px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: skew(45deg);
	right: -26px;
	bottom: 4px;
	transition: .3s;
}

#fv_content .more a:hover::after{
	right: -32px;
	width: 26px;
}




/* =================================
新着施工事例
================================= */
#new_exmple{
	background: #fff;
	padding-bottom: 120px;
}

.new_exmple_list_in{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.new_exmple_item {
	width: 32%;
	margin-bottom: 20px;
	position: relative;
}
.new_exmple_item img {
	display: block
}
.new_exmple_txt{
	/*background-color: rgba(0,0,0,0.6);*/
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 10px 10px;
	color: #fff;
}

.new_exmple_txt p{
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 1.3em;
}

.new_exmple_txt p:first-child{
	font-size: 16px;
	line-height: 1.3em;
}

#new_exmple .allow::after{
	width: 40px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 18px;
	bottom: 21px;
}

#new_exmple .allow:hover::after{
	right: 8px;
	width: 50px;
}

/* =================================
条件から探す
================================= */

.webp .reserch_content { 	background: url("https://sumaiand.jp/tmp/images//bg_reserch.webp")center center / cover no-repeat ;}
.no-webp .reserch_content {	background: url("https://sumaiand.jp/tmp/images//bg_reserch.jpg")center center / cover no-repeat ;}

.reserch_content{
	/*height: 100vh;*/
	padding: 80px 0;
}
#research .wrap {
	width: calc(100% - 40px);
	height: auto;
	display: block;
	margin: 0 auto;
	background: #fff;
	position: relative;
	padding: 60px 8%;
}
#tit_search {
	/*text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3em;*/
	margin-bottom: 40px;
}

/* -------------------
Picky Box
------------------- */
#research .pickyBox .tit_input {
	margin: 0 1%;
}
#research .pickyBox ul {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
#research .pickyBox li {
	width: 23%;
}
#research .pickyBox a {
	text-decoration: none;
	text-align: center;
}

	
/* -------------------
List
------------------- */
#research .list .pickyBox {
	margin-bottom: 40px;
}
#research .list .pickyBox li {
	margin: 0 1% 1%;
}

/* -------------------
Tumb
------------------- */
#research .tumb .pickyBox {
	margin-bottom: 20px;
}
#research .tumb .pickyBox li {
	margin: 0 1% 3%;
}

#research .tumb .pickyBox li a,
#research .tumb .pickyBox li img,
#research .tumb .pickyBox li span {
	display: block;
}
#research .tumb .pickyBox li img,
#research .tumb .pickyBox li span {
	width: 100%;
}
#research .tumb .pickyBox li img {
	border-radius: 10px;
	overflow: hidden;
}
#research .tumb .pickyBox li span {
	padding: 10px;
}


#research #btn_narrow_bottom {
	width: 80%;
	max-width: 500px;
	margin: 60px auto 40px;
	padding: 15px;
	text-align: center;
	border-radius: 9999px;
	background: #000;
	color: #fff;
}
#research #btn_narrow_bottom:hover {
	cursor: pointer;
}
/*
#searchBox .accordion_inner {
	display: block;
	
}
#search .tab-panel .tab::before {
	display: none;
}
*/





/* =================================
「sumai＆について」
================================= */

/* 背景画像の見えている高さ */
.parallax {
	height: 300px;
}

/* 背景画像 */
.parallax::before {
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -2;
}

.webp .parallax::before { 
	background: url("https://sumaiand.jp/tmp/images//bg_parallax.webp")center center / cover no-repeat ;
}
/*--webp非対応ブラウザの場合--*/
.no-webp .parallax::before {
	background: url("https://sumaiand.jp/tmp/images//bg_parallax.jpg")center center / cover no-repeat ;
}

.about_content{
	position: relative;
}

#about{
	background: #fff
}

.about_box {
	padding: 60px 0 40px;
	/*width: 50%;*/
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.about_txt_box_inner {
	width: 72%;
	order: 2;
}
.about_txt_box_inner h2{
	margin-bottom: 60px;
}

.about_txt_box_inner p{
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 2em;
}
	
#about .img_box {
	/*position: absolute;*/
	width: 14%;
	display: flex;
}

#about .box-1{
	/*left: 5%;
	bottom: 368px;*/
	order: 1;
	align-items: flex-start;
}

#about .box-2{    
	/*right: 5%;
	bottom: 73px;*/
	order: 3;
	align-items: flex-end;
}


#about .more{
	position: static;
}

#about .more a{
	font-size: 18px;
}


/* =================================
注文住宅の建て方
================================= */
#method{
	background: #f7f7f7;
}

.method_list{
	display: flex;
		justify-content: space-between;
	flex-wrap: wrap;
}

.method_item{
	width: 32%;
	background: #fff;
	border-radius: 24px;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.method_item .item{
margin: 0.6em 0;
}

.method_item ul{
	margin-bottom: 20px;
	padding-left: 0px;
}

.method_item ul li{
	overflow: hidden;
	padding: 10px 10px 10px 0px;
	width: 100%;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
}

.method_item ul li a{
	position: relative;
}

.method_item ul li a{
	padding-left: 1em;
}
	
.method_item p{
text-align: right;
}

.method_item a{
	text-decoration: none;
}

.method_item img,.method_item .new-entry-thumb{
	width:30%;
}

.method_item .new-entry-thumb img{
	width: 100%;
}

.method_item .new-entry{
	display: flex;
}


.method_item .new-entry-content{
	text-align: left;
	margin-left: 0.6em;
	width: 70%;
}





/* =================================
バナー
================================= */
.bner_content_2{
	display: flex;
	padding-bottom: 120px;
}

.bner_content_2 .wrap{
	padding-bottom: 100px;
}

.bner_content_2 a:first-child{
	margin-right: 12px;
}

.bner_content_2 a:last-child{
	display: none;
}



/* =================================
トップへ戻るボタン
================================= */
#page_top  {
	background: rgba(255,255,255,0.5);
	right: 5%;
	border-radius: 64px;
	border: 1px solid #25a39b;
	margin-bottom: 16px;
}
#page_top a{
	position: relative;
	color: #25a39b;
	display: flex;
	justify-content: center;
	top: 34px;
	width: 80px;
	height: 80px;
	text-align: center;
	text-decoration: none;
}

#page_top a::before{
	content:"";
	margin: auto;
	position: absolute;
	top: -12px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #25a39b;
	border-right: 2px solid #25a39b;
	transform: rotate(-45deg);
}


/* ------------------------------------------------------------------------------------

1023px以下

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1023px){
	
/* =================================
FV検索
================================= */
.tit_input_fv {
		line-height: 1.4em
}
.more{
		bottom: -28px;
}
	
.more a{
		font-size: 15px
}

/* =================================
sumai＆について
================================= */
.about_box {
	/*width: 80%;*/
}

/*#about .img_box {
		bottom:10px;
}

#about .box-1{
		left: 9%;
}

#about .box-2 {
		right: 9%;
}*/

	/* =================================
	注文住宅の建て方
	================================= */
	.method_item {
		width: 49%;
	}

/* =================================
注文住宅の建て方
================================= */
.method_item ul li a{
		text-decoration: underline;
}



}


/* ------------------------------------------------------------------------------------

834px以下

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 834px){
/* =================================
FV
================================= */
#fv_content {
	height:  100vh;
}
	
/* =================================
FV検索
================================= */
#searchMaker {
	width: 84vw;
}
	#fv_content #searchMaker{
		height: 380px;
	}

/* =================================
新着施工事例
================================= */
.new_exmple_item{
		width: 49%;
}
	
.new_exmple_txt{
	padding: 12px 0 12px 10px;
}

#new_exmple .allow::before{
	bottom:16px;
	width: 32px;
}


/* =================================
条件から探す
================================= */
/* -------------------
Picky Box
------------------- */
#research .pickyBox li {
	width: 31%;
}


/* =================================
sumai＆について
================================= */
.about_box {
	/*display: block;
	text-align: center;*/
	justify-content: space-between;
	padding: 60px 0 0;
}
.about_txt_box_inner {
	width: 100%;
	order: 1;
}
#about .img_box {
	width: 23%;
	padding: 1%;
}
#about .box-1{
	order: 2;
}

#about .box-2{    
	order: 3;
}


}


/* ------------------------------------------------------------------------------------

630px以下

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 630px){


	/* =================================
	注文住宅の建て方
	================================= */
	.method_item {
		width: 100%;
	}

	
	
}

/* ------------------------------------------------------------------------------------

480px以下

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px){
/* =================================
FV検索
================================= */
#searchMaker {
	width: 80vw;
	height: 360px;
	max-width: none;
	min-width: 0px;
	padding-bottom: 30px;
	margin-top:0px;
}

#searchMaker .more {
	bottom: -40px;
	left: 50%;
	right: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
}
	
	.tit_input {
		margin: 21px 0;
	}

	.tit_input_fv{
		font-size: 18px;
	}
	
	#selectArea_maker{
		display: block;
	}
	
	#searchMaker .allow::after{
		display: none
	}



/* =================================
新着施工事例
================================= */
.new_exmple_item{
	width: 100%;
}

.new_exmple_item:nth-child(4),.new_exmple_item:nth-child(5),.new_exmple_item:nth-child(6){
	display: none;
}

/* =================================
条件から探す
================================= */
#research .wrap {
	padding: 30px 20px;
}
h2#tit_search {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.3em;
}
#research .tumb .pickyBox li span {
	padding: 5px 0;
	font-size: 11px;
	line-height: 1.3em;
}
/* -------------------
Picky Box
------------------- */
#research .pickyBox li {
	width: 48%;
}
#research .tumb .pickyBox li {
	width: 31%;
}




/* =================================
sumai＆について
================================= */
.parallax::before {
	background-position: left;
}

.parallax{
	height:26vh;
}

.about_box{
	/*padding:60px 0;*/
	/*width: 80%*/
}

#about .wrap{
	/*padding-bottom: 24vw;*/
}
.about_txt_box_inner p {
	text-align: left;
}
#about .img_box {
	/*width: 22vw;
	bottom:10px;*/
	width: 25%;
}

#about .box-1{
	/*left: 9%;*/
}

#about .box-2 {
	/*right: 9%;*/
}


/* =================================
バナー
================================= */
.bner_content_2 {
	display: block;
}
	
.bner_content_2 a:first-child{
	margin-right: 0px;
}

.bner_content_2 a:last-child{
	display: block;
}
	
.bner_content_2 a:nth-child(2){
	display: none;
}




}