/*
Theme Name:  大和工務店　2022/07~
Theme URI:
Description:
Version: 1.0
Author: 
Author URI:
*/


body {
	font-family: 'Noto Serif JP',"ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333;
	font-size:15px;
	line-height:1.75;
	letter-spacing:0.03em;
	text-align:justify;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#9d7f6a;
}

::selection{background-color:#9d7f6a; color: #FFF;}
::-moz-selection{background-color:#9d7f6a; color: #FFF;}

body , header , footer{
	min-width: 400px;
	max-width: 1920px;
	margin: auto;
}



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

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	body{font-size: 13px;}
	body,header,footer{min-width: 400px;}	
}





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

	#mainvisual　＊　下層のMV

============================================================================*/
#mainvisual {
	position: relative;
	width: 100%;
	height:390px;
	background: url(images/main_img08.jpg) center top 140px no-repeat;
  	background-size: cover;
  	z-index: 0;
  	overflow: hidden;
}
#mainvisual h2 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
	padding: 40px 0 20px 0;
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 5px;
}
#mainvisual p {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
	padding: 50px 0 20px 0;
	font-size: 47px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: capitalize;
	color: #FFF;
}
/*------------------------------ ページごとにMV変更 ------------------------------*/
.page-id-1765 #mainvisual {background: url(images/main_img04.jpg) center top 140px no-repeat; background-size: cover;} /*リフォーム*/
.page-id-1736 #mainvisual {background: url(images/main_img06.jpg) center top 140px no-repeat; background-size: cover;} /*歴史*/
.page-id-1648 #mainvisual {background: url(images/main_img05.jpg) center top 140px no-repeat; background-size: cover;} /*採用*/
.page-id-13 #mainvisual {background: url(images/main_img03.jpg) center top 140px no-repeat; background-size: cover;} /*会社案内*/




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

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	#mainvisual {
		height:290px;
		background: url(images/main_img08.jpg) center top 110px no-repeat;
		background-size: cover;
		margin-top: 40px;
	}
	#mainvisual h2 {
		font-size: 25px;
		letter-spacing: 3px;
	}
	#mainvisual p {
		padding: 20px 0 20px 0;
		font-size: 30px;
	}
	/*------------------------------ ページごとにMV変更 ------------------------------*/
	.page-id-1765 #mainvisual {background: url(images/main_img04.jpg) center top 110px no-repeat; background-size: cover;} /*リフォーム*/
	.page-id-1736 #mainvisual {background: url(images/main_img06.jpg) right -90px top 110px no-repeat; background-size: cover;} /*歴史*/
	.page-id-1648 #mainvisual {background: url(images/main_img05.jpg) left top 110px no-repeat; background-size: cover;} /*採用*/
	.page-id-13 #mainvisual {background: url(images/main_img03.jpg) center top 110px no-repeat; background-size: cover;} /*会社案内*/
}

/*------------------------------ タイトルが長いページだけ調整 ------------------------------*/
@media screen and (max-width:640px) {
	/*高耐久の屋根材遮熱のしくみ*/
	.page-id-65 #mainvisual h2 {
		font-size: 24px;
		letter-spacing: 1px;
	}
	/*大和工務店のつくる木の家　高気密・高断熱*/
	.page-id-85 #mainvisual h2 {
		font-size: 24px;
		letter-spacing: 1px;
		padding: 18px 0 20px 0;
	}
	.page-id-85 #mainvisual p {
		padding: 5px 0 20px 0;
	}
}







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

	ぱんくず

==================================================================*/
.breadcrumbs {	
	width:100%;
	margin:0 auto 30px;
	padding:15px 0;
	border-bottom: 1px solid #eee;
	font-size:13px;
	color:#888;
}	
.breadcrumbs p {	
	width:90%;
	max-width: 1280px;
	margin:auto;
}
.breadcrumbs a {	
	color:#888;
}	

.single .breadcrumbs p span:nth-of-type(3) {
	display: none;
}
.single .breadcrumbs p i:nth-of-type(3) {
	display: none;
}





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

	main

==================================================================*/
main {
	margin-top: 10px;
}
main #wrapper {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding: 60px 0 120px;
}

main #wrapper p {
	margin-bottom: 30px;
	line-height: 2;
}
main #wrapper section {
	position:relative;
	width: 100%;
	margin: 0 auto 80px;
}
main #wrapper section:last-child {
	margin-bottom: 0;
}



/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	main #wrapper {
		padding: 30px 0 50px;
	}
	main #wrapper section {
		margin: 0 auto 60px;
	}
}





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

	 タイトル　＊　下層のみ

==================================================================*/
main #wrapper h2 {
	font-size: 32px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 4px;
    font-weight: 600;
    border-bottom: 5px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

main #wrapper h3 {
	position: relative;
	font-size: 25px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 3px;
    font-weight: 600;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
    padding: 7px 20px 18px 30px;
	margin-top: 50px;
}
main #wrapper h3::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 5px;
	height: 60px;
	background: #958573;
}

main #wrapper h4 {
	font-size: 25px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 4px;
    font-weight: 600;
    border-bottom: 3px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 40px;
	margin-top: 40px;
}

main #wrapper h5 {
	font-size: 25px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 40px;
	margin-top: 40px;
}



/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	main #wrapper h2 { font-size: 22px; letter-spacing: 3px; padding-bottom: 15px; margin-bottom: 30px;}
	main #wrapper h3 { font-size: 16px; letter-spacing: 2px; padding: 7px 20px 13px 25px; margin-bottom: 25px;}
	main #wrapper h3::before { height: 50px;}
	main #wrapper h4 { font-size: 16px; letter-spacing: 2px; margin-bottom: 20px;}
	main #wrapper h5 { font-size: 15px; letter-spacing: 2px; margin-bottom: 20px;}
}





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

	table

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

/*------------------------------ 会社案内 ------------------------------*/
table {
	background:#FFF;
	width:100%;
	margin-bottom:70px;
}
table:last-of-type {
	margin-bottom:0;
}
table th{
	background: #eeeeee;
}
table td{
	background: #f6f6f6;
}
table th , table td {
	padding: 15px 30px;
	border: 5px solid #FFF;
}



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

	text

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
	line-height: 2;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}





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

	btn

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

/*------------------------------ btn01 ------------------------------*/
.btn01 {
	margin-top: 60px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.btn01 a {
	position: relative;
	display: block;
	width: 300px;
	margin: auto;
	box-sizing: border-box;
	padding: 12px 0;
	border: 1px solid #144d14;
	background: #144d14;
	color: #FFF;
	letter-spacing: 1px;
	transition: 0.3s ease-out;
}
.btn01 a::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -40px;
	width: 80px;
	height: 1px;
	background: #FFF;
	transition: 0.3s ease-out;
}
.btn01 a:hover {
	background: rgba(255,255,255,.4);
	color: #144d14;
	letter-spacing: 3px;
}
.btn01 a:hover::before {
	left: -30px;
	width: 80px;
	background: #6c503d;
}



/*------------------------------ btn02 ------------------------------*/
.btn02 a {
	position: relative;
	padding-left: 105px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
}
.btn02 a::before {
	position: absolute;
	content: "";
	bottom: 20%;
	left: 0px;
	width: 80px;
	height: 1px;
	background: #222;
	transition: 0.3s ease-out;
}
.btn02 a::after {
	position: absolute;
	content: "";
	bottom: 20%;
	margin-bottom: 3px;
	left: 68px;
	width: 11px;
	height: 1px;
	background: #222;
	transform: rotate(30deg);
	transition: 0.3s ease-out;
}
.btn02 a:hover {
}
.btn02 a:hover::before {
	left: 10px;
}
.btn02 a:hover::after {
	left: 78px;
}



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

		ページネーション

==================================================================*/
.wp-pagenavi {
	text-align:center;
    margin-top: 70px;
}
.wp-pagenavi p {
	display:inline-block;
}
.wp-pagenavi span , .wp-pagenavi a {
	margin:0 10px;
    padding: 15px 20px 17px;
    background: #eee;
}
.wp-pagenavi span{
    background: #fff;
}
.wp-pagenavi span.current {
    background: #144d14;
	color: #FFF;
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	.wp-pagenavi span , .wp-pagenavi a {
		margin:0 5px;
		padding: 10px 10px 12px;
	}
}



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

		$お問い合わせページ　＊　Contact Form 7カスタマイズ

==================================================================*/
@media(max-width:770px) {
	#contents-form th,#contents-form td {
		display:block!important;
		width:100%!important;
		border-top:none!important;
		-webkit-box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		box-sizing:border-box!important;
	}
	#contents-form .haveto,#contents-form .any { font-size:12px; }
}

#contents-form {
	width:100%;
	margin-bottom:40px;
}
#contents-form th{
	width:30%;
	border-top:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	    border-right: 20px solid #FFF;
	background: #FFF;
}
#contents-form td{
	border-top:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	background: #FFF;
}
#contents-form td input{
	width: 50%;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #f7f7f7;
    border-radius: 5px;
    margin: 5px 0;
}
#contents-form td select{
	padding:10px 20px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    border-radius: 5px;
}
#contents-form td textarea{
	width:100%;
	padding:10px 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #f7f7f7;
    border-radius: 5px;
}


/*------------------------------ 必須 ------------------------------*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:15px;
 position:relative;
 bottom:1px;
}
/*------------------------------ 任意 ------------------------------*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:15px;
 position:relative;
 bottom:1px;
}
/*------------------------------ 送信ボタン ------------------------------*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#50412b;
 color:#fff;
 font-size:15px; 
 border-radius:2px;
 margin:25px auto 0;
 border:1px solid #50412b;
	-webkit-appearance: none;
}
#formbtn:hover{
 background:#fff;
 color:#50412b;
 border:1px solid #50412b;
}




/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:770px) {
	#contents-form td input{	width: 100%;}
}

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





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

		$大和の家づくりページ

==================================================================*/
.sprit-box {
    margin: 0 0 50px 0;
}
.sprit-box-btn {
    width: 125px;
    float: left;
}
.sprit-box-bg {
    float: left;
}
.sprit-box-bg p {
    padding: 20px 0 0 0 !important;
}



/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	.sprit-box-btn { width: 80px;}
	.sprit-box-bg { width: 280px;}
}



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

		$お知らせ一覧ページ

==================================================================*/
.post-type-archive-news main dl {
	border-bottom: 1px dashed #ddd;
	padding: 20px 0 15px;
	line-height: 2.3;
}
.post-type-archive-news main dl dt {
	font-size: 14px;
}
.post-type-archive-news main dl dt i {
	margin-right: 10px;
	color: #50412b;
}
.post-type-archive-news main dl dd {
	padding-left: 23px;
}



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

		$お知らせ下層ページ

==================================================================*/
.news-single-posted {
	color: #888;
    font-size: 14px;
    text-align: right;
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	.news-single-posted { font-size: 12px;}
}



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

		$施工例一覧ページ

==================================================================*/
.post-type-archive-works main ul , .page-template-page_reform main ul , .page-template-page_newly main ul {
	position: relative;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 80px;
}
.post-type-archive-works main ul:last-of-type , .page-template-page_reform main ul:last-of-type , .page-template-page_newly main ul:last-of-type {
	margin-bottom: 0;
}
.post-type-archive-works main ul li , .page-template-page_reform main ul li , .page-template-page_newly main ul li {
	position: relative;
	background: #f7f7f7;
    padding: 20px 0px 0 0px;
    text-align: center;
    font-size: 13px;
    line-height: 3;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-bottom: 15px;
    width: 24%;
}
.post-type-archive-works main ul::before , .page-template-page_reform main ul::before , .page-template-page_newly main ul::before {
  content:"";
  display: block;
  width:23%;
  order:1;
}
.post-type-archive-works main ul::after , .page-template-page_reform main ul::after , .page-template-page_newly main ul::after {
  content:"";
  display: block;
  width:23%;
}
.post-type-archive-works main ul li .works-image , .page-template-page_reform main ul li .works-image , .page-template-page_newly main ul li .works-image {
	width: 170px;
    height: 113px;
    overflow: hidden;
    margin: auto;
}
.post-type-archive-works main ul li .works-image img , .page-template-page_reform main ul li .works-image img , .page-template-page_newly main ul li .works-image img {
	width: 170px;
    height: 113px;
    object-fit: cover;
}



/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:850px) {
	.post-type-archive-works main ul li , .page-template-page_reform main ul li , .page-template-page_newly main ul li { width: 32%;}
	.post-type-archive-works main ul::before , .page-template-page_reform main ul::before , .page-template-page_newly main ul::before {width: 32%;}
	.post-type-archive-works main ul::after , .page-template-page_reform main ul::after , .page-template-page_newly main ul::after {width: 32%;}
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	.post-type-archive-works main ul li , .page-template-page_reform main ul li , .page-template-page_newly main ul li { width: 49%; padding-top: 5px;}
	.post-type-archive-works main ul::before , .page-template-page_reform main ul::before , .page-template-page_newly main ul::before {width: 49%;}
	.post-type-archive-works main ul::after , .page-template-page_reform main ul::after , .page-template-page_newly main ul::after {width: 49%;}
}



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

		$施工例下層ページ

==================================================================*/
.thumbnail img {
	width: 100%;
    max-width: 1280px;
    height: auto;
}



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

		$Gコミ一覧ページ

==================================================================*/
.post-type-archive-gcomi main ul {
	margin-bottom: 50px;	
}
.post-type-archive-gcomi main ul li {
	border-bottom: 1px dashed #ddd;
    line-height: 4;	
}



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

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



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

		$Gコミ下層ページ

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




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

		$会社案内ページ

==================================================================*/
.page-id-13 iframe {
	max-width: 100% !important;
}

/* SVGの表示対策（東内） */
object {
	display: inline-block;
	max-width: 100%;
	height: auto;
}




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

		$スタッフ紹介ページ

==================================================================*/
ul.staff-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
ul.staff-list::after{
  content:"";
  display: block;
  width:49%;
}
ul.staff-list li {
	width: 49%;
	margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #eee;
}
ul.staff-list li img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 5px;
}
ul.staff-list li dl {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
	flex-wrap: wrap;
}
/*ul.staff-list li dl dt {
	margin-top: 10px;
    margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}*/
ul.staff-list li dl dd {
	position: relative;
	font-size: 13px;
}
ul.staff-list li dl dd::after {
	content: "/";
	margin: 0 10px;
    color: #bbb;
}
ul.staff-list li dl dd:last-of-type::after {
	display: none;
}



/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:680px) {
	
	ul.staff-list::after{display: none;}
	ul.staff-list li {
		width: 100%;
		margin-bottom: 10px;
	}
	ul.staff-list li img {
	}
	ul.staff-list li dl dd {
		font-size: 12px;
	}
	
}




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

		$リフォームページ

==================================================================*/
.page-id-1765 .reform_maincatch {
	margin-bottom: 30px;
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
}
.page-id-1765 .reform_maintext {
	text-align: center;
	background: #f7f7f7;
    padding: 20px 0;
	margin-top: 30px;
}


/*リフォーム実績一覧*/
.page-id-1765 #reform_topics ul {
    display: block; 
    border: 3px solid #eee;
    box-sizing: border-box;
    padding: 20px 0px;
    height: 560px;/*400*/
    overflow-x: scroll;
}
.page-id-1765 #reform_topics ul li {
	background: #FFF;
    padding: 7px 30px 17px 30px;
    text-align: left;
    font-size: 14px;
    line-height: 1;
    border: 0px solid #FFF;
    border-bottom: 1px dashed #ddd;
    width: 100%;
}
.page-id-1765 #reform_topics ul li dt {
	display: inline-block;
	margin-right: 20px;
    color: #888;
}
.page-id-1765 #reform_topics ul li dt.camera-icon {
	width: 65px;
}
.page-id-1765 #reform_topics ul li dd {
	display: inline-block;
}


/*施工実績一覧*/
.page-id-1765 .reform_ConstructionList {
	display: flex;
}
.page-id-1765 .reform_ConstructionList img {
	align-self: flex-start;
	width: 400px;
    height: auto;
}
.page-id-1765 .reform_ConstructionList dl {
	margin-left: 60px;
}
.page-id-1765 .reform_ConstructionList dl dt {
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
    letter-spacing: 3px;
	margin-bottom: 20px;
}
.page-id-1765 .reform_ConstructionList dl dd {
	position: relative;
	border-left: 1px solid #444;
    padding-left: 48px;
    margin-left: 10px;
	line-height: 2.3;
}
.page-id-1765 .reform_ConstructionList dl dd::before {
	position: absolute;
	content: "";
	top: 13px;
	left: 25px;
	width: 6px;
	height: 6px;
	background: #444;
}
.page-id-1765 .reform_ConstructionList dl dd:first-of-type {
	padding-top: 10px;
}
.page-id-1765 .reform_ConstructionList dl dd:first-of-type::before {
	top: 23px;
}
.page-id-1765 .reform_ConstructionList dl dd:last-of-type {
	padding-bottom: 10px;
}
.page-id-1765 .text {
	background: #f7f7f7;
    padding: 20px 40px;
    margin-top: 30px;
	margin-bottom: 0px !important;
}
.page-id-1765 .text p {
	margin-bottom: 0px !important;
}


/*水回りのリフォーム*/
.page-id-1765 .mizumawari {
	background: #f7f7f7;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 30px 30px 0;
}
.page-id-1765 .mizumawari article {
	background: #fff;
    padding: 10px 50px 40px;
	margin-bottom: 30px;
}
.page-id-1765 .mizumawari article h4 {
	border-bottom: 3px solid #958573 !important;
}

/*耐震*/
.page-id-1765 .taishin dl dd img {
	width: 160px !important;
	height: auto !important;
}



/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:820px) {
	
	.page-id-1765 .reform_maincatch {
		font-size: 22px;
	}
	.page-id-1765 .reform_maintext {
    	padding: 20px 20px;
	}
	.page-id-1765 .reform_ConstructionList {
		display: block;
		text-align: center;
	}
	.page-id-1765 .reform_ConstructionList dl {
		margin-left: 0;
		text-align: left;
		border: 1px solid #999;
		padding: 20px 40px 10px;
		margin: 30px 0;
	}
	.page-id-1765 .reform_ConstructionList dl dt {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.page-id-1765 .reform_ConstructionList dl dd {
		border-left: none;
		padding-left: 30px;
		margin-left: 0;
		line-height: 2;
	}
	.page-id-1765 .reform_ConstructionList dl dd::before {
		top: 11px;
		left: 7px;
	}
	.page-id-1765 .reform_ConstructionList dl dd:first-of-type {
		padding-top: 0;
	}
	.page-id-1765 .reform_ConstructionList dl dd:first-of-type::before {
		top: 11px !important;
	}

}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	
	.page-id-1765 #reform_topics ul {
		height: 400px;
	}
	.page-id-1765 #reform_topics ul li {
		font-size: 13px;
	}
	.page-id-1765 #reform_topics dl dt {
		margin-bottom: 5px;
		display: block !important;
	}
	.page-id-1765 .reform_maincatch {
		margin-bottom: 20px;
		font-size: 17px;
	}
	.page-id-1765 .reform_ConstructionList dl {
		padding: 20px 30px 10px;
	}
	.page-id-1765 .reform_ConstructionList dl dt {
		font-size: 16px;
	}
	.page-id-1765 .reform_ConstructionList dl dd {
		padding-left: 30px;
	}
	.page-id-1765 .reform_ConstructionList dl dd::before {
		top: 9px;
	}
	.page-id-1765 .reform_ConstructionList dl dd:first-of-type::before {
		top: 9px !important;
	}
	.page-id-1765 .text {
		padding: 20px 30px;
	}
	
	/*水回りのリフォーム*/
	.page-id-1765 .mizumawari {
		padding: 10px 10px 0;
	}
	.page-id-1765 .mizumawari article {
		padding: 15px 15px 1px;
		margin-bottom: 10px;
	}
	.page-id-1765 .mizumawari article h4 {
		margin-top: 20px !important;
	}
	
}


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

		$大和の家づくりページ

==================================================================*/
.page-id-41 .brand_maincatch {
	margin-bottom: 30px;
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
}
.page-id-41 .brand_maintext {
	text-align: center;
	background: #f7f7f7;
    padding: 20px 0;
	margin-top: 30px;
}


/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:820px) {
	.page-id-41 .brand_maincatch {
		font-size: 22px;
	}
	.page-id-41 .brand_maintext {
    	padding: 20px 20px;
	}
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	
	.page-id-41 .brand_maincatch {
		margin-bottom: 20px;
		font-size: 17px;
	}
}



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

		$つよみページ

==================================================================*/
.page-id-1736 .brand_maincatch {
	margin-bottom: 30px;
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
}
.page-id-1736 .brand_maintext {
	text-align: center;
	background: #f7f7f7;
    padding: 20px 0;
	margin-top: 30px;
}


/*=======================　　ここからレスポンシブ＊Middle　　========================*/
@media screen and (max-width:820px) {
	.page-id-1736 .brand_maincatch {
		font-size: 22px;
	}
}

/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	.page-id-1736 .brand_maincatch {
		margin-bottom: 20px;
		font-size: 17px;
	}
}


/******** 東内追加分 ********/
#column-3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.column-3-1 {
	width: 33.3%;
	display: block;
	padding: 1.7em;
	box-sizing: border-box;
}
main #wrapper #column-3 .column-3-1 h4 {
	font-size: 20px;
	letter-spacing: 0;
	border-bottom: none;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
}
main #wrapper #column-3 .column-3-1 p.icon {
	text-align: center;
	height: 60px;
}
main #wrapper #column-3 .column-3-1 p.icon img {
	margin-left: auto;
	margin-right: auto;
	max-height: 60px;
	width: auto;
}
main #wrapper p.sub-title {
	text-align: center;
	font-size: 0.85em;
	font-weight: 600;
	margin-bottom: 15px;
}
main #wrapper p.sub-title.box {
	border: 1px dashed #007305;
	padding: 0.7em;
}
/*=======================　　ここからレスポンシブ＊SP　　========================*/
@media screen and (max-width:640px) {
	#column-3 { display: block;}
	.column-3-1 { width: 100%; padding: 0 0 30px;}
}