@charset "utf-8";

/********************
/* 共通
********************/
img{
	max-width: 100%;
	height: auto;
}


/********************
/* EVENT
********************/
#t_event{
	padding-top: 5.61rem;
}
.ev_block.single-slide{
	padding: 0 6.41%;
	box-sizing: border-box;
}
.ev_item{
	padding: 0 10px;
}
.ev_item a{
	display: block;
}
.ev_item a:hover{
	text-decoration: none;
}
.ev_item .zoom{
	margin-bottom: 20px;
	position: relative;
}
#t_event .vm{
	margin-top: 6.06rem;
}
/* arrow */
.ev_block .slick-prev, .ev_block .slick-next{
	width: 34px;
	height: 34px;
	top: calc(50% - 20%);
	border-radius: 50%;
	background-color: #192f60;
	z-index: 1;
}
.ev_block .slick-prev{
	left: 4.615%;
}
.ev_block .slick-next{
	right: 4.615%;
}
.ev_block .slick-prev::before, .ev_block .slick-next::before{
	display: none;
}
.ev_block .slick-prev::after, .ev_block .slick-next::after{
	position: absolute;
	content: "";
	width: 8px;
	height: 7px;
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ev_block .slick-prev::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
@media screen and (min-width: 768px){
	#t_event{
		width: 93.33%;
		max-width: 1320px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 6.45rem;
	}
	.ev_block{
		display: flex;
	}
	.ev_item{
		width: calc((100% - 60px)/3);
		padding: 0;
	}
	.ev_item + .ev_item{
		margin-left: 30px;
	}
}
@media screen and (min-width: 900px){
	.ev_item{
		width: calc((100% - 120px)/3);
	}
	.ev_item + .ev_item{
		margin-left: 60px;
	}
}
@media screen and (min-width: 1200px){
	#t_event{
		padding-top: 7.3rem;
	}
	.ev_item{
		width: calc((100% - 120px)/3);
	}
	.ev_item + .ev_item{
		margin-left: 60px;
	}
	#t_event .vm{
		margin-top: 6.86rem;
	}
}


/********************
/* 道下工務店の想い
********************/
#t_house{
	width: 100%;
	margin-top: 7.69rem;
	padding-bottom: 7.69rem;
}
.t_house_flex{
	display: flex;
	align-items: flex-start;
}
.t_house_tit{
	width: 33.77%;
	display: flex;
	align-items: center;
	writing-mode: vertical-rl;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.12rem;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 1.54rem 0 0;
}
.t_house_img{
	width: 66.23%;
}
.t_house_img .img1{
	height: 210px;
}
.t_house_img .img2{
	display: none;
}
.t_house_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.t_house_contents{
	width: 82.05%;
	margin-right: auto;
	margin-left: auto;
}
.t_house_contents{
	padding-left: 3.5%;
	font-size: 1.15rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
	text-align: justify;
	margin-top: 1.15rem;
}
.t_house_contents p{
	margin-bottom: 0;
}
#t_house .vm{
	margin-top: 4.11rem;
}
@media screen and (min-width: 768px){
	#f_house{
		margin-top: 9.17rem;
		padding-bottom: 9.17rem;
	}
	.t_house_tit{
		width: 22.23%;
		font-size: 2.23rem;
		line-height: 1.77;
		letter-spacing: 0.26em;
		margin-top: 3.44rem;
	}
	.t_house_img{
		width: 77.77%;
	}
	.t_house_img{
		display: flex;
	}
	.t_house_img .img1,	.t_house_img .img2{
		height: 360px;
	}
	.t_house_img .img1{
		width: 65%;
	}
	.t_house_img .img2{
		display: block;
		width: 35%;
	}
	.t_house_contents{
		width: 77.77%;
		margin-top: 4.11rem;
		margin-right: unset;
		padding: 0;
	}
	.t_house_contents p + p{
		margin-top: 1.59rem;
	}
}
@media screen and (min-width: 992px){
	.t_house_tit{
		font-size: 2.33rem;
		margin-top: 5.75rem;
	}
	.t_house_img .img1,	.t_house_img .img2{
		height: 460px;
	}
}
@media screen and (min-width: 1200px){
	#t_house{
		margin-top: 10.66rem;
		padding-bottom: 10.66rem; 
	}
	.t_house_tit{
		font-size: 2.33rem;
		margin-top: 6.36rem;
	}
	.t_house_img .img1,	.t_house_img .img2{
		height: 560px;
	}
	.t_house_contents{
		margin-top: 4.83rem;
	}
	#t_house .vm{
		margin-top: 4.83rem;
	}
}


/********************
/* 施工事例
********************/
#t_works{
	width: 100%;
	overflow: hidden;
	margin-top: 5.35rem;
}
.t_works_block{
	margin-bottom: 0;
}
.t_works_block li{
	list-style: none;
}
.t_works_block li + li{
	margin-top: 2.67rem;
}
.t_works_block li a{
	display: block;
	color: #fff;
}
.t_works_block li a:hover{
	text-decoration: none;
}
.t_works_block a .zoom{
	position: relative;
	margin-bottom: 20px;
}
#t_works .vm{
	margin-top: 4.21rem;
}
@media screen and (min-width: 768px){
	#t_works{
		margin-top: 7.65rem;
	}
	.t_works_block{
		display: flex;
		justify-content: center;
	}
	.t_works_block li{
		width: calc((100% - 12px)/3);
	}
	.t_works_block li + li{
		margin-top: 0;
		margin-left: 6px;
	}
}
@media screen and (min-width: 1200px){
	#t_works{
		margin-top: 9.96rem;
	}
	#t_works .vm{
		margin-top: 4.93rem;
	}
}


/********************
/* 住宅展示場
********************/
#t_usonia{
	width: 92.3%;
	margin: 6.15rem auto;
	position: relative;
}
.usonia_img{
	position: relative;
}
.usonia_img::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
}
.usonia_txtArea{
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	z-index: 1;
}
.usonia_tit{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1rem;
	letter-spacing: 0;
	margin-bottom: 0.038rem;
	text-shadow: 2px 4px 4px rgba(0, 0, 0, 1);
}
.usonia_tit .f-eng{
	display: block;
	font-size: 2rem;
	margin-top: -0.88rem;
}
.usonia_txt{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.61rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
	margin-bottom: 0;
	text-shadow: 2px 4px 4px rgba(0, 0, 0, 1);
}
#t_usonia .vm{
	margin-top: 2.09rem;
}
#t_usonia .vm:hover{
	border: 1px solid rgba(255,255,255,0.5);
}
@media screen and (min-width: 768px){
	#t_usonia{
		width: 78.125%;
		max-width: 1100px;
		margin: 8.4rem auto;
	}
}
@media screen and (min-width: 1200px){
	#t_usonia{
		margin: 10.66rem auto;
	}
	.usonia_tit{
		font-size: 0.86rem;
		margin-bottom: -0.1rem;
	}
	.usonia_tit .f-eng{
		font-size: 2.66rem;
		margin-top: -1.23rem;
	}
	.usonia_txt{
		font-size: 2.33rem;
		letter-spacing: 0;
	}
	#t_usonia .vm{
		margin-top: 4.66rem;
	}
}


/********************
/* 商品ラインナップ
********************/
#t_lineup{
	width: 92.3%;
	margin: 0 auto;
	padding: 5.46rem 0 5.69rem;
}
.t_lineup_block{
	margin-bottom: 0;
}
.t_lineup_block li{
	list-style: none;
}
.t_lineup_block li + li{
	margin-top: 2.57rem;
}
.t_lineup_img{
	margin-bottom: 1.05rem;
}
.t_lineup_txtArea{
	width: 82.22%;
	margin: 0 auto;
	text-align: center;
}

.t_lineup_txtArea p{
	letter-spacing: 0;
	line-height: 2;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	#t_lineup{
		width: 93.33%;
		max-width: 1320px;
		padding: 7.69rem 0 8.84rem;
	}
	.t_lineup_block li{
		display: flex;
		justify-content: space-between;
	}
	.t_lineup_block li:nth-child(2n){
		flex-direction: row-reverse;
	}
	.t_lineup_block li + li{
		margin-top: 4.61rem;
	}
	.t_lineup_img{
		width: 56.81%;
		margin-bottom: 0;
	}
	.t_lineup_txtArea{
		text-align: left;
		align-self: center;
		width: 36.06%;
		margin: 0;
	}
	.t_lineup_txtArea p{
		text-align: justify;
	}
}
@media screen and (min-width: 1200px){
	#t_lineup{
		width: 93.33%;
		max-width: 1320px;
		padding: 9.93rem 0 12rem;
	}
	.t_lineup_block li + li{
		margin-top: 6.66rem;
	}
	.t_lineup_txtArea p{
		line-height: 1.66; 
	}
}
@media screen and (min-width: 1600px){
	.t_lineup_txtArea{
		width: 31.06%;
	}	
}


/********************
/* お客様の声
********************/
#t_voice{
	width: 92.3%;
	margin: 5.35rem auto 0;
}
.voice_block{
	margin-bottom: 0;
}
.voice_block li{
	list-style: none;
	position: relative;
	padding: 20px 0;
}
.voice_block li:first-child{
	padding-top: 0;
}
.voice_block li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(160,160,160,0.25);
	left: 0;
	bottom: 0;
}
.voice_block li a{
	display: flex;
	justify-content: space-between;
}
.voice_block li a:hover{
	text-decoration: none;
}
.voice_img{
	width: 33.33%;
	aspect-ratio: 1 / 1;
}
.voice_img.zoom img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.voice_txtArea{
	width: 61.11%;
	padding-top: 10px;
}
.v_area{
	background-color: #9b7e3b; 
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	height: 24px;
	padding: 0 1.65rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.85rem
}
.voice_tit{
	font-size: 1.23rem;
	line-height: 1.7;
	letter-spacing: 0;
	color: #000;;
	margin-bottom: 0;
}
.voice_btn{
	display: none;
}
#t_voice .vm{
	margin-top: 4.61rem;
}
@media screen and (min-width: 768px){
	#t_voice{
		margin-top: 7.6rem;
	}
	.voice_block{
		width: 75.75%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.voice_block li{
		padding: 25px 0;
	}
	.voice_img{
		width: 40%;
		aspect-ratio: 10 / 7;
	}
	.voice_txtArea{
		width: 52%;
		height: 137px;
		padding: 0;
		align-self: center;
		position: relative;
	}
	.voice_tit{
		width: 75%;
		max-width: 390px;
		line-height: 1.5;
	}
	.voice_btn{
		display: inline-flex;
		align-items: center;
		color: #000;
		position: absolute;
		right: 40px;
		bottom: 0;
	}
	a:hover .voice_btn{
		text-decoration: none;
		color: #000;
	}
	.voice_btn .txt{
		display: block;
		font-size: 1.07rem;
		letter-spacing: 0.08em;
	}
	.voice_btn .arrow{
		display: block;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background-color: #192f60;
		position: relative;
		left: 20px;
		transition: .3s;
	}
	.voice_btn .arrow::after{
		position: absolute;
		content: "";
		width: 8px;
		height: 7px;
		background-image: url("../images/arrow_w.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	a:hover .voice_btn .arrow{
		left: 30px;
	}
}
@media screen and (min-width: 992px){
	.voice_block li{
		padding: 30px 0;
	}
	.voice_txtArea{
		height: 150px;
	}
}
@media screen and (min-width: 1200px){
	#t_voice{
		margin-top: 9.86rem;
	}
	.voice_block li{
		padding: 35px 0;
	}
	.voice_txtArea{
		height: 187px;
	}
	.v_area{
		font-size: 0.86rem;
		margin-bottom: 1.6rem;
	}
	.voice_tit{
		font-size: 1.33rem;
	}
	.voice_btn .txt{
		font-size: 0.93rem;
	}
	#t_voice .vm{
		margin-top: 5.33rem;
	}
}


/********************
/* リフォーム施工事例
********************/
#t_reform{
	width: 92.3%;
	margin: 6.15rem auto 0;
	position: relative;
}
.reform_img{
	position: relative;
}
.reform_img::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
}
.reform_txtArea{
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	z-index: 1;
}
.reform_tit{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.61rem;
	letter-spacing: 0.06em;
	text-shadow: 2px 4px 4px rgba(0, 0, 0, 1);
	margin-bottom: 0;
}
.reform_tit .f-eng{
	display: block;
	font-size: 1.15rem;
	letter-spacing: 0;
	margin-bottom: 0.05rem;
}
#t_reform .vm{
	margin-top: 2.76rem;
}
#t_reform .vm:hover{
	border: 1px solid rgba(255,255,255,0.5);
}
@media screen and (min-width: 768px){
	#t_reform{
		width: 78.125%;
		max-width: 1100px;
		margin-top: 8.25rem;
	}
}
@media screen and (min-width: 1200px){
	#t_reform{
		margin: 10.66rem auto 0;
	}
	.reform_tit{
		font-size: 2.33rem;
	}
	.reform_tit .f-eng{
		font-size: 1.2rem;
		margin-bottom: -0.06rem;
	}
	#t_reform .vm{
		margin-top: 4.43rem;
	}
}


/********************
/* 土地情報
********************/
#t_land{
	margin-top: 5.45rem;
}
.land_block.single-slide{
	padding: 0 6.41%;
	box-sizing: border-box;
}
.land_item{
	padding: 0 10px;
}
.land_item a{
	display: block;
}
.land_item a:hover{
	text-decoration: none;
}
.land_item .zoom{
	margin-bottom: 1.32rem;
}
.land_tit{
	color: #000;
	font-size: 1.15rem;
	line-height: 1.8;
	letter-spacing: 0;
	margin-bottom: 0.61rem;
}
.land_add{
	position: relative;
	font-size: 1rem;
	line-height: 1.84;
	letter-spacing: 0.02em;
	padding-left: 20px;
	color: #8c8c8c;
	margin-bottom: 0;
}
.land_add::before{
	position: absolute;
	content: "";
	width: 12px;
	height: 18px;
	top: 3px;
	left: 0;
	background-image: url("../images/icon_map.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#t_land .vm{
	margin-top: 4.21rem;
}
@media screen and (min-width: 768px){
	#t_land{
		width: 93.33%;
		max-width: 1320px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 7.7rem;
	}
	.land_block{
		display: flex;
	}
	.land_item{
		width: calc((100% - 60px)/3);
		padding: 0;
	}
	.land_item + .land_item{
		margin-left: 30px;
	}
}
@media screen and (min-width: 900px){
	.land_item{
		width: calc((100% - 120px)/3);
	}
	.land_item + .land_item{
		margin-left: 60px;
	}
}
@media screen and (min-width: 1200px){
	#t_land{
		margin-top: 9.96rem;
	}
	.land_item{
		width: calc((100% - 120px)/3);
	}
	.land_item + .land_item{
		margin-left: 60px;
	}
	.land_item .zoom{
		margin-bottom: 1.7rem;
	}
	.land_tit{
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.land_add{
		font-size: 0.93rem;
	}
	#t_land .vm{
		margin-top: 4.83rem;
	}
}


/********************
/* お知らせ／ブログ
********************/
#t_info{
	width: 92.3%;
	margin: 5.35rem auto 0;
}
.t_info_item + .t_info_item{
	margin-top: 5.35rem;
}
#t_info .vm{
	margin-top: 4.61rem;
}
@media screen and (min-width: 768px){
	#t_info{
		width: 93.33%; 
		max-width: 1320px;
		display: flex;
		justify-content: space-between;
		margin-top: 7.6rem;
	}
	.t_info_item{
		width: calc((100% - 40px)/2);
	}
	.t_info_item + .t_info_item{
		margin-top: 0;
	}
	.t_info_item .info_block{
		display: block;
	}
	.t_info_item .info_block li{
		width: 100%;
	}
	.t_info_item .info_block li:nth-child(2){
		padding-top: 20px;
	}
}
@media screen and (min-width: 992px){
	.t_info_item{
		width: calc((100% - 60px)/2);
	}
	.t_info_item .info_block li:nth-child(2){
		padding-top: 25px;
	}
}
@media screen and (min-width: 1200px){
	#t_info{
		margin-top: 9.86rem;
	}
	.t_info_item{
		width: calc((100% - 80px)/2);
	}
	.t_info_item .info_block li:nth-child(2){
		padding-top: 30px;
	}
	#t_info .vm{
		margin-top: 5.33rem;
	}
}


/********************
/* インスタグラム
********************/
#t_insta{
	width: 82.05%;
	max-width: 1320px;
	margin-top: 5.35rem;
	margin-right: auto;
	margin-left: auto;
}
.insta_block{
	margin: -20px 0;
}
#t_insta #sb_instagram #sbi_images{
	padding: 0;
}
#t_insta #sb_instagram #sbi_images .sbi_item{
	border: 1px solid rgba(0,0,0,0.25);
}
#t_insta .vm{
	margin-top: 4.61rem;
}
@media screen and (min-width: 768px){
	#t_insta{
		margin-top: 7.6rem;
	}
}
@media screen and (min-width: 1200px){
	#t_insta{
		margin-top: 9.86rem;
	}
	#t_insta .vm{
		margin-top: 5.33rem;
	}
}
