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


/*==================================================================

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	width: 100%;
	height: auto;
	font-family: 'Noto Serif JP', serif;
}
.nivo-caption {
    text-align: center;
    font-size: 13px;
    padding: 15px 0 !important;
    background: #fff !important;
    color: #000 !important;
    opacity: .6 !important;
	font-family: 'Noto Serif JP', serif !important;
}


/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:770px) {
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	.nivo-caption {
		font-size: 10px;
    	padding: 10px 0 !important;
	}
}






/*==================================================================

		$index　＊　top_section01　＊　家守という考え方

==================================================================*/
#top_section01 {
	padding: 120px 0;
	text-align: center;
	background: url(../images/bg01.jpg) center top;
	font-family: 'Noto Serif JP', serif;
}
#top_section01 h2 {
	margin-bottom: 50px;
	font-size: 31px;
	font-weight: 600;
	letter-spacing: 8px;
}
#top_section01 div.text {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: 1px;
}

/* ------------------------------ btn ------------------------------*/
#top_section01 p.btn01 {
}



/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:770px) {
	#top_section01 {
		padding: 120px 20px;
	}
	#top_section01 div.text {
		font-size: 15px;
		letter-spacing: auto;
	}
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	#top_section01 {
		padding: 60px 20px 70px;
	}
	#top_section01 h2 {
		margin-bottom: 40px;
		font-size: 26px;
		letter-spacing: 5px;
	}
	#top_section01 div.text {
		font-size: 13px;
	}
}






/*==================================================================

		$index　＊　top_section02　＊　飾り写真

==================================================================*/
#top_section02 {
	height: 320px;
	background: url(../images/top_section02_img01.jpg) top center;
}



/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:770px) {
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
}






/*==================================================================

		$index　＊　top_section03　＊　施工実績

==================================================================*/
#top_section03 {
	padding: 60px 0;
	overflow: hidden;
}

/* ------------------------------ h2 ------------------------------*/
#top_section03 h2 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 45px;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
}
#top_section03 h2 em {
	font-size: 50px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 4px;
}
#top_section03 h2 em::after {
	content: "/";
	margin: 0 25px;
	font-size: 14px;
}

/* ------------------------------ コンテンツ ------------------------------*/
#top_section03 ul {
	position: relative;
	width: 99%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
#top_section03 ul li {
	width: 49.8%;
}
#top_section03 ul li img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}
#top_section03 ul li p {
	position: relative;
	top: 25px;
	left: 50px;
	font-family: 'Noto Serif JP', serif;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 3px;
}

/* ------------------------------ コンテンツ内　縦棒 ------------------------------*/
#top_section03 ul li p::before {
	position: absolute;
	content: "";
	top: -85px;
	left: -20px;
	width: 1px;
	height: 140px;
	background: #000;
}

/* ------------------------------ コンテンツ内　やじるし ------------------------------*/
#top_section03 ul li p::after {
	position: absolute;
	top: 8px;
	width: 20px;
	height: 20px;
	margin-left: 30px;
	box-sizing: border-box;
	padding-top: 2px;
	padding-left: 7px;
	background: #50412b;
	color: #FFF;
	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900;
  	content: "\f054";
	font-size: 10px;
	transition: 0.3s ease-out;
}
#top_section03 ul li:hover p::after {
	margin-left: 40px;
}



/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:970px) {
	
	/* ------------------------------ コンテンツ ------------------------------*/
	#top_section03 ul li p {
		left: 40px;
		font-size: 17px;
		letter-spacing: 2px;
	}

	/* ------------------------------ コンテンツ内　縦棒 ------------------------------*/
	#top_section03 ul li p::before {
		left: -20px;
	}

	/* ------------------------------ コンテンツ内　やじるし ------------------------------*/
	#top_section03 ul li p::after {
		top: 7px;
		width: 16px;
		height: 18px;
		margin-left: 20px;
		padding-top: -1px;
		padding-left: 5px;
	}
	#top_section03 ul li:hover p::after {
		margin-left: 30px;
	}
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:820px) {
	
	#top_section03 {
		padding: 60px 0 0;
	}
	
	/* ------------------------------ h2 ------------------------------*/
	#top_section03 h2 {
		font-size: 14px;
	}
	#top_section03 h2 em {
		font-size: 40px;
	}

	/* ------------------------------ コンテンツ ------------------------------*/
	#top_section03 ul {
		width: 90%;
		display: block;
	}
	#top_section03 ul li {
		width: 100%;
		margin-bottom: 80px;
	}
	#top_section03 ul li img {
		height: 250px;
	}

	/* ------------------------------ コンテンツ内　縦棒 ------------------------------*/

	/* ------------------------------ コンテンツ内　やじるし ------------------------------*/
	
}






/*==================================================================

		$index　＊　top_section04　＊　完了工事のお知らせ→小規模リフォーム完了工事

==================================================================*/
#top_section04 {
	position: relative;
	width: 100%;
	height: 700px;/*520*/
	margin-top: 70px;
	background: #f0eeeb;
	overflow: hidden;
}
#top_section04::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 5%;
	height: 7000px;/*520*/
	background: #FFF;
}

/* ------------------------------ h2 ------------------------------*/
#top_section04 h2 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 45px;
	padding-top: 130px;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
}
#top_section04 h2 em {
	font-size: 50px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 4px;
}
#top_section04 h2 span {
	display: block;
}
#top_section04 h2 span::before {
	content: "/";
	margin-left: 5px;
	margin-right: 25px;
	font-size: 14px;
}

/* ------------------------------ コンテンツ ------------------------------*/
#top_section04 ul {
	position: absolute;
	top: 80px;
	right: 0;
	width: 58%;
	z-index: 8;
    height: 540px;/*350*/
    overflow-y: scroll;
    overflow-x: hidden;
	scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
}
#top_section04 ul::-webkit-scrollbar {
	display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
#top_section04 ul li {
	position: relative;
	margin-bottom: 8px;
	padding: 12px 0 12px 50px;
	background: #FFF;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
	font-size: 16px;
}
#top_section04 ul li dt {
	display: inline-block;
	margin-right: 20px;
    color: #888;
}
#top_section04 ul li dt.camera-icon {
	position: relative;
	width: 65px;
	top: -6px;
}
#top_section04 ul li dd {
	display: inline-block;
}


/* ------------------------------ コンテンツ内　やじるし ------------------------------*
#top_section04 ul li::after {
	position: absolute;
	top: 30px;
	right: 13%;
	color: #c0a584;
	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900;
  	content: "\f054";
	font-size: 13px;
	transition: 0.3s ease-out;
}
#top_section04 ul li:hover::after {
	right: 12%;
}

/* ------------------------------ btn ------------------------------*/
#top_section04 p.btn02 {
	position: relative;
	top: 225px;/*87*/
	left: 50%;
	margin-left: -500px;
}



/*=======================　　ここからレスポンシブ＊Middle　その１　　========================*/
@media screen and (max-width:1150px) {
	/* ------------------------------ コンテンツ ------------------------------*/
	#top_section04 ul {
		width: 63%;
	}
}



/*=======================　　ここからレスポンシブ＊Middle　その２　　========================*/
@media screen and (max-width:970px) {
	
	#top_section04 {
		height: auto;
		padding-bottom: 80px;
	}
	#top_section04::after {
		display: none;
	}
	/* ------------------------------ h2 ------------------------------*/
	#top_section04 h2 {
		padding-top: 80px;
	}
	#top_section04 h2 span::before {
		margin-left: 25px;
	}
	
	/* ------------------------------ コンテンツ ------------------------------*/
	#top_section04 ul {
		position: relative;
		top: 0;
		width: 95%;
		margin-left: 5%;
		padding-bottom: 70px;
		height: 260px;
	}
	#top_section04 ul li {
		padding: 15px 0 15px 50px;
	}
    #top_section04 ul li dt {
        display: block;
    }

	/* ------------------------------ コンテンツ内　やじるし ------------------------------*/
	#top_section04 ul li::after {
		right: 6%;
	}
	#top_section04 ul li:hover::after {
		right: 4%;
	}
	/* ------------------------------ btn ------------------------------*/
	#top_section04 p.btn02 {
		position: absolute;
		top: 115px;
		left: auto;
		right: 4%;
		margin-left: 0;
	}
	
}



/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:680px) {
	
	#top_section04 {
		padding-bottom: 110px;
	}
	/* ------------------------------ h2 ------------------------------*/
	#top_section04 h2 {
		font-size: 14px;
		margin-bottom: 40px;
	}
	#top_section04 h2 span {
		display: block;
	}
	#top_section04 h2 em {
		font-size: 40px;
	}
	/* ------------------------------ コンテンツ ------------------------------*/
	#top_section04 ul {
		padding-bottom: 90px;
		height: 218px;
	}
	#top_section04 ul li {
		padding: 12px 15px 12px 30px;
		font-size: 13px;
	}
	/* ------------------------------ btn ------------------------------*/
	#top_section04 p.btn02 {
		top: auto;
		bottom: 50px;
		z-index: 99;
	}
}






/*==================================================================

		$index　＊　top_section05　＊　大和工務店の家づくり

==================================================================*/
#top_section05 {
	padding: 100px 0 230px;
	background: url(../images/bg01.jpg) center top;
	font-family: 'Noto Serif JP', serif;
}

/* ------------------------------ h2 ------------------------------*/
#top_section05 h2 {
	margin-bottom: 85px;
	font-size: 31px;
	font-weight: 600;
	letter-spacing: 8px;
	text-align: center;
}

/* ------------------------------ コンテンツ ------------------------------*/
#top_section05 .inner {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
#top_section05 .inner img {
	position: relative;
	width: 47%;
	height: 500px;
	object-fit: cover;
	z-index: 9;
}
#top_section05 .inner dl {
	position: absolute;
	top: 100px;
	right: 0;
	width: 80%;
	max-width: 960px;
	height: 530px;
	background: #f4f4f4;
}
#top_section05 dl dt {
	position: absolute;
	top: 100px;
	right: 40px;
	width: 58%;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 5px;
}
#top_section05 .inner dl dd {
	position: absolute;
	top: 180px;
	right: 40px;
	width: 56%;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.5;
}

/* ------------------------------ btn ------------------------------*/
#top_section05 .inner dl dd p.btn01 {
	position: absolute;
	top: 160px;
	right: 20px;
}
#top_section05 .inner dl dd p.btn01 a {
	width: 270px;
	margin: 0;
	padding: 4px 0;
	font-size: 15px;
}



/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:1030px) {
	
	#top_section05 {
		padding: 100px 0 200px;
	}

	/* ------------------------------ h2 ------------------------------*/
	#top_section05 h2 {
		margin-bottom: 85px;
	}

	/* ------------------------------ コンテンツ ------------------------------*/
	#top_section05 .inner img {
		width: 90%;
		height: 450px;
		margin-bottom: 400px;
	}
	#top_section05 .inner dl {
		top: 100px;
		right: auto;
		left: 5%;
		width: 95%;
		height: 830px;
	}
	#top_section05 dl dt {
		position: relative;
		top: 420px;
		left: 5%;
		right: auto;
		width: 88%;
		font-size: 26px;
	}
	#top_section05 .inner dl dd {
		position: relative;
		top: 460px;
		left: 7%;
		right: auto;
		width: 86%;
	}

	/* ------------------------------ btn ------------------------------*/
	#top_section05 .inner dl dd p.btn01 {
		top: 0;
	}
	
}



/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	
	
	#top_section05 {
		padding: 80px 0 80px;
	}

	/* ------------------------------ h2 ------------------------------*/
	#top_section05 h2 {
		margin-bottom: 60px;
		font-size: 26px;
	}

	/* ------------------------------ コンテンツ ------------------------------*/
	#top_section05 .inner {
	}
	#top_section05 .inner img {
		width: 100%;
		height: 300px;
		margin: 0;
	}
	#top_section05 .inner dl {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	#top_section05 dl dt {
		position: relative;
		padding-top: 50px;
		top: 0;
		right: 0;
		width: 90%;
		font-size: 20px;
		text-align: center;
	}
	#top_section05 .inner dl dd {
		position: relative;
		padding-top: 30px;
		top: 0;
		right: 0;
		width: 87%;
		font-size: 14px;
		text-align: center;
	}

	/* ------------------------------ btn ------------------------------*/
	#top_section05 .inner dl dd p.btn01 {
		position: relative;
		margin: 0 auto;
		padding-bottom: 50px;
		top: 0;
		right: 0;
		width: 270px;
	}
	#top_section05 .inner dl dd p.btn01 a {
	}


}






/*==================================================================

		$index　＊　top_section06　＊　長期優良住宅・低炭素認定住宅とは？

==================================================================*/
#top_section06 {
	position: relative;
	display: flex;
	width: 99%;
	margin: auto;
	justify-content: space-between;
	color: #FFF;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#top_section06 a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 49.8%;
	height: 400px;
	background: #000;
}

/* ------------------------------ 背景画像の設定 ------------------------------*/
#top_section06 a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../images/top_section06_img01.png) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}
#top_section06 a:last-of-type:after {
	background: url(../images/top_section06_img02.png) no-repeat center center;
	background-size: cover !important;
}
#top_section06 a:hover:after {
	transform: scale(1.1);
}

/* ------------------------------ コンテンツ内 ------------------------------*/
#top_section06 a dl {
	position: relative;
	color: #FFF;
	z-index: 9;
}
#top_section06 a dl dt {
	position: relative;
	padding-top: 100px;
	font-size: 24px;
	letter-spacing: 5px;
}
#top_section06 a dl dd {
	position: relative;
	padding: 30px 30px 0;
	letter-spacing: 1px;
	line-height: 2.6;
}
/*------------------------------ btn02 ------------------------------*/
#top_section06 a dl dd .btn02 {
	position: relative;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
	width: 240px;
	margin: auto;
	text-align: right;
}
#top_section06 a dl dd .btn02::before {
	position: absolute;
	content: "";
	bottom: 30%;
	left: 0px;
	width: 80px;
	height: 1px;
	background: #fff;
	transition: 0.3s ease-out;
}
#top_section06 a dl dd .btn02::after {
	position: absolute;
	content: "";
	bottom: 30%;
	margin-bottom: 3px;
	left: 68px;
	width: 11px;
	height: 1px;
	background: #fff;
	transform: rotate(30deg);
	transition: 0.3s ease-out;
}
#top_section06 a:hover dl dd .btn02::before {
	left: 10px;
}
#top_section06 a:hover dl dd .btn02::after {
	left: 78px;
}


/*=======================　　ここからレスポンシブ＊Middle　その１　　========================*/
@media screen and (max-width:1250px) {
	#top_section06 a dl dt {
		padding-top: 80px;
	}
	#top_section06 a dl dd {
	line-height: 2.2;
	}
}


/*=======================　　ここからレスポンシブ＊Middle　その２　　========================*/
@media screen and (max-width:770px) {
	#top_section06 {
		display: block;
		width: 100%;
	}
	#top_section06 a {
		width: 100%;
		height: 330px;
	}
	#top_section06 a dl {
		width: 100%;
	}
	#top_section06 a dl dt {
		font-size: 20px;
		padding-top: 80px;
	}
	#top_section06 a dl dd {
		font-size: 13px;
	}
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:595px) {
	#top_section06 a dl dt {
		padding-top: 60px;
	}
}
@media screen and (max-width:540px) {
	#top_section06 a dl dt {
		padding-top: 50px;
	}
}





/*==================================================================

		$index　＊　top_section07　＊　お知らせ

==================================================================*/
#top_section07 {
	position: relative;
	padding: 70px 0;
}
#top_section07::after {
	position: absolute;
	content: "";
	top: 190px;
	left: 0;
	padding: 70px 0;
	width: 100%;
	height: 355px;
	background: #eff2ef;
}

/* ------------------------------ h2 ------------------------------*/
#top_section07 h2 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 55px;
	font-size: 16px;
	z-index: 9;
	font-family: 'Noto Serif JP', serif;
}
#top_section07 h2 em {
	font-size: 50px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 4px;
}
#top_section07 h2 em::after {
	content: "/";
	margin: 0 25px;
	font-size: 14px;
}

/* ------------------------------ コンテンツ ------------------------------*/
#top_section07 ul {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 100px auto 60px;
	z-index: 9;
}
#top_section07 ul li {
	width: 100%;
	margin-bottom: 10px;
	background: #FFF;
}
#top_section07 ul li dl {
	position: relative;
	padding: 25px 50px;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
}
#top_section07 ul li dl dt {
	display: inline-block;
	margin-right: 20px;
}
#top_section07 ul li a:hover {
	cursor: pointer;
}
#top_section07 ul li a dl dt {
	color: #888;
}
#top_section07 ul li dl dd {
	display: inline-block;
}

/* ------------------------------ コンテンツ内　やじるし ------------------------------*/
#top_section07 ul li dl::after {
	position: absolute;
	top: 29px;
	right: 50px;
	width: 20px;
	height: 20px;
	margin-left: 30px;
	box-sizing: border-box;
	padding-top: 2px;
	padding-left: 7px;
	background: #709570;
	color: #FFF;
	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900;
  	content: "\f054";
	font-size: 10px;
	transition: 0.3s ease-out;
}
#top_section07 ul li:hover dl::after {
	right: 40px;
	background: #144d14;
}

/* ------------------------------ btn ------------------------------*/
#top_section07 .btn01 {
	position: relative;
	z-index: 9;
}


/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:1080px) {

	#top_section07 {
		background: #eff2ef;
		    margin-bottom: 40px;
	}
	#top_section07::after {
		display: none;
	}
	/* ------------------------------ コンテンツ ------------------------------*/
	#top_section07 ul {
		margin-top: 0;
		margin-bottom: 0;
	}
}



/*=======================　　ここからレスポンシブ＊SP　その１　　========================*/
@media screen and (max-width:640px) {
	
	/* ------------------------------ h2 ------------------------------*/
	#top_section07 h2 {
		font-size: 14px;
		margin-bottom: 40px;
	}
	#top_section07 h2 em {
		font-size: 40px;
	}
	/* ------------------------------ コンテンツ ------------------------------*/
	#top_section07 ul {
	}
	#top_section07 ul li dl { 
		padding: 20px 30px;
		font-size: 14px;
	}
	#top_section07 ul li dl::after { 
		display: none;
	}
	
	/* ------------------------------ btn ------------------------------*/
	#top_section07 .btn01 {
		margin-top: 30px;
	}
}



/*=======================　　ここからレスポンシブ＊SP　その２　　========================*/
@media screen and (max-width:525px) {
	
	#top_section07::after {
		top: 250px;
		height: 485px;
	}
	/* ------------------------------ コンテンツ ------------------------------*/
	#top_section07 ul li img {
		height: 150px;
	}
}






/*==================================================================

		$index　＊　top_section08　＊　インスタグラム

==================================================================*/
#top_section08 {
	padding: 20px 0 100px;
    text-align: center;
    max-width: 1280px;
    margin: auto;
    width: 90%;
	font-family: 'Noto Serif JP', serif !important;
}
#top_section08 img {
}
#top_section08 .sbi_header_text h3 {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 28px;
}



/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:770px) {
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
#top_section08 .sbi_header_text h3 {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
}
}






/*==================================================================

		$index　＊　top_section09　＊　バナー

==================================================================*/
#top_section09 {
	padding: 70px 0;
	background: #f0eeeb;
}
#top_section09 ul {
/*    max-width: 800px; */
    margin: auto;
    width: 95%;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#top_section09 ul li {
	margin-right: 8px;
}
#top_section09 ul li:last-child {
	margin-right: 0px;
}
#top_section09 ul li img {
	margin-bottom: 20px;
}



/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:770px) {
	#top_section09 {
		padding: 50px 0;
	}
	#top_section09 ul {
/*		max-width: 520px; */
		flex-wrap: wrap;
	}
	#top_section09 ul li img {
		width: auto !important;
		height: 50px !important;
		margin-bottom: 20px;
	}
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	#top_section09 {
		padding: 40px 0 35px;
	}
	#top_section09 ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#top_section09 ul li {
		margin: 5px 10px;
	}
}











