@charset "UTF-8";
/*
Theme Name:株式会社大和工務店
Theme URI:https://www.narts.jp/
Description:株式会社大和工務店
Author:NARTS
Author URI:https://www.narts.jp/
Version:1.0
*/

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

img{
	vertical-align: bottom;
}


body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4D4D4D;
	font-size: 14px;
	line-height: 1.6;
	background-color: #EFEFEF;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #3b5998;
	text-decoration: underline;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transform: translateZ(0);
}
a:hover{
	color: rgba(59, 89, 152, 0.6);
	text-decoration: none;
}


*, *:before, *:after {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				 -o-box-sizing: border-box;
				-ms-box-sizing: border-box;
						box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}


/*************************************************************

	サイズ調整

*************************************************************/
.taL {text-align: left !important;}
.taC {text-align: center !important;}
.taR {text-align: right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}

.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}

.ml05{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !important;}
.ml40{margin-left: 40px !important;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}

.mr05{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}

.pt05{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}

.pb05{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}

.pl05{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}

.pr05{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}

.fs10{font-size: 10px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px !important;}
.fs15{font-size: 15px !important;}
.fs16{font-size: 16px !important;}
.fs17{font-size: 17px !important;}
.fs18{font-size: 18px !important;}
.fs19{font-size: 19px !important;}
.fs20{font-size: 20px !important;}
.fB{font-weight: bold !important;}
.fwN{font-weight: normal !important;}

.lh12{line-height: 1.2;}
.lh13{line-height: 1.3;}
.lh14{line-height: 1.4;}
.lh15{line-height: 1.5;}
.lh16{line-height: 1.6;}
.lh17{line-height: 1.7;}
.lh18{line-height: 1.8;}
.lh19{line-height: 1.9;}
.lh20{line-height: 2.0;}

.tRed {color: #FF0000;}

.fL{float: left;}
.fR{float: right;}
.clear{clear: both;}

/* 計算方法　HD動画（16:9）の場合100÷16×9=56.25% に設定 */
.movie_box{text-align: center; padding: 0 0 56.25% 0; position: relative; width: 100%;}
.movie_box iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　正方形動画（4:4）の場合100÷4×4=100% に設定 */
.movie_box2{text-align: center; padding: 0 0 100% 0; position: relative; width: 100%;}
.movie_box2 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　長方形動画（4:3）の場合100÷4×3=75% に設定 */
.movie_box3{text-align: center; padding: 0 0 75% 0; position: relative; width: 100%;}
.movie_box3 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.no_display{display: none;}


.br-sp{}
.pc{display:block !important;}
.sp{display:none !important;}



/****************************************

	header

*****************************************/
#wrapper{
	width: 980px;
	margin: 0 auto;
	background: #fff;
}


header{}
#header{}

#header-information{
	width: 980px;
	margin: 0 0 0 auto;
	padding: 20px 30px 10px 30px;
}
#header-information ul{
	float: right;
}
#header-information ul li{
	float: left;
	font-size: 13px;
}
#header-information li.header-tel a{
	margin: 0 20px 0 0;
	color: #4D4D4D;
	text-decoration: none;
}
#header-information li.header-tel a:hover{
	margin: 0 20px 0 0;
	color: rgba(77, 77, 77, 0.6);
}
#header-information li.header-contact a{
	color: #4D4D4D;
	text-decoration: none;
}
#header-information li.header-contact a:hover{
	color: rgba(77, 77, 77, 0.6);
}
#header-information li.header-contact a::after{
	content: "";
	display: inline-block;
  width: 22px;
  height: 14px;
	background-image: url("images/common/mail.jpg");
	background-repeat: no-repeat;
	background-size: contain;
  margin: 0 0 0 5px;
}

#header-information li.header-contact a:hover::after{
	opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transform: translateZ(0);
}

#header-contents{
	width: 980px;
	margin: 0 auto;
	padding: 0 30px 30px 30px;
}
#header-logo{
	width: 245px;
	float: left;
}
#header-logo h1{}

nav{}
#gnavi{
	width: 591px;
	float: right;
}
#gnavi ul li{
	float: left;
	margin: 0 20px 0 0;
}
#gnavi ul li:last-child{
	margin: 0;
}



/****************************************

	共通

*****************************************/
#main-wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 0 30px 50px 30px;
}


#contents{
	width: 690px;
	float: right;
}
#sidebar{
	width: 200px;
	float: left;
}

#lower-contents{}


#side-menu{
	margin: 0 0 95px 0;
}
#side-menu ul{}
#side-menu ul li{
	margin: 0 0 5px 0;
}


#side-bnr{}
#side-bnr ul{}
#side-bnr ul li{
	text-align: center;
	margin: 0 0 20px 0;
}
#side-bnr ul li:last-child{
	margin: 0;
}
#side-bnr ul li img{
	max-width: 100%;
	height: auto;
}


#lower-contents h2{
	background-image: url("images/common/h2-ttl.jpg");
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0 0 15px 28px;
	border-bottom: 2px solid #D0D0D0;
	color: #4D4D4D;
	font-size: 16px;
	margin: 0 0 20px 0;
}
#lower-contents h2 a{
	color: #4D4D4D;
	display: block;
	text-decoration: none;
}
#lower-contents h2 a:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1;
}

#lower-contents h3{
	padding: 8px 15px;
	background: #eee;
	color: #4D4D4D;
	font-size: 16px;
	margin: 20px 0 20px 0;
}

#lower-contents h4{
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #4D4D4D;
	color: #4D4D4D;
	font-size: 16px;
	margin: 20px 0 20px 0;
}

#lower-contents h5{
	padding: 0 10px;
	border-left: 5px solid #4D4D4D;
	color: #4D4D4D;
	font-size: 16px;
	margin: 20px 0 20px 0;
}

#lower-contents p{
	color: #4D4D4D;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	padding: 0 0 25px 0;
}
#lower-contents img{
	max-width: 100%;
	height: auto;
}

#lower-contents table{
	width: 100%;
	margin: 0 0 40px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#lower-contents table th{
	background-color: #eee;
	padding: 5px;
	border:1px solid #ccc;
	color: #4D4D4D;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
#lower-contents table td{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	color: #4D4D4D;
	font-size: 14px;
	vertical-align: middle;
}

#lower-contents ul{
	margin: 0 0 25px 20px;
}
#lower-contents ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #4D4D4D;
}
#lower-contents ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
#lower-contents ul li ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #4D4D4D;
}

#lower-contents table ul{
	margin: 0 0 0 20px;
}
#lower-contents table ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #4D4D4D;
}
#lower-contents table ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
#lower-contents table ul li ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #4D4D4D;
}



/****************************************

	wordpress側用設定

*****************************************/
.breadcrumbs{
	color: #666;
	font-size: 12px;
	padding: 0 0 30px 0;
}
.breadcrumbs a{
	text-decoration: none;
	color: #999;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}


.alignright{
	float: right;
	margin: 0 0 25px 20px;
}
.aligncenter{
	clear: both;
	display: block;
	margin: 0 auto 0 auto;
	}
.alignleft{
	float: left;
	margin: 0 20px 25px 0;
}


#notfound{
	background: #F3F3F3;
	padding: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 30px 0;
}
#notfound p{
	text-align: center;
}
#notfound p:last-child{
	margin: 0;
	padding: 0;
}
#notfound p a{
	min-width: 300px;
	text-align: center;
	display: inline-block;
	background: #4D4D4D;
	padding: 8px 20px;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
#notfound p a:hover{
	background: #4D4D4D;
	color: #FFF;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	zoom: 1;
}

.wp-pagenavi{
	text-align: center;
	margin: 30px 0 0 0;
	font-size: 12px;
}



/****************************************

	footer

*****************************************/
footer{}
#footer{
	border-top: 2px solid #E0F2D2;
}

#footer-contents{
	width: 980px;
	margin: 0 auto;
	padding: 20px 30px;
}
#footer-logo{
	float: left;
}
#footer-copyright{
	float: right;
}
#footer-copyright p{
	text-align: right;
	color: #4D4D4D;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	padding: 10px 0 0 0;
}



/****************************************

	home

*****************************************/
#main-visual{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}


#top-news{
	margin: 0 0 50px 0;
}

#top-news h2 a{
	background-image: url("images/top/news-ttl.jpg");
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0 0 15px 28px;
	border-bottom: 2px solid #D0D0D0;
	color: #949090;
	font-size: 16px;
	display: block;
	text-decoration: none;
	margin: 0 0 20px 0;
}
#top-news h2 a:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1;
}

#top-news dl{
	margin: 0 0 15px 0;
}
#top-news dl dt{
	float: left;
	width: 150px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 400;
}
#top-news dl dd{
	padding-left: 150px;
	color: #4D4D4D;
	font-size: 14px;
}


#top-facebook{}
#top-facebook p{
	color: #3b5998;
	font-size: 12px;
}
#top-facebook p a{
	font-size: 12px;
}



/****************************************

	news

*****************************************/
.news-single-posted{
	text-align: right;
	color: #aaa !important;
	font-size: 12px !important;
	font-weight: 400;
	padding: 0 0 5px 0 !important;
}


.news-single-btn{
	width: 300px;
	margin: 0 auto;
}
.news-single-btn a{
	min-width: 300px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	background: #4D4D4D;
	padding: 8px 20px;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.news-single-btn a:hover{
	background: #4D4D4D;
	color: #FFF;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	zoom: 1;
}



/****************************************

	sprit

*****************************************/
.sprit-box{
	margin: 0 0 50px 0;
}
.sprit-box-btn{
	width: 125px;
	float: left;
}
.sprit-box-btn ul{
	margin: 0 !important;
}
.sprit-box-btn ul li{
	list-style-type: none !important;
	padding: 0 0 4px 0 !important;
}
.sprit-box-bg{
	float: left;
}
.sprit-box-bg p{
	padding: 20px 0 0 0 !important;
}


.kimitu-box-txt{
	background: #3399FF;
	padding: 2px 15px !important;
	margin: 0 0 5px 0 !important;
	color: #fff !important;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
}



/****************************************

	works

*****************************************/
.works-list{
	width: 690px;
	margin: 0 auto 30px auto;
}

.works-list ul{
	margin: 0 !important;
}
.works-list ul li{
	list-style-type: none !important;
	padding: 0 !important;
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
}
.works-list ul li a{
	text-decoration: none !important;
}
.works-list ul li:hover{
	border: 1px solid #ddd;
	background: #ddd;
}
.works-list ul li:nth-of-type(4n){
	margin: 0 0 2% 0;
}

.works-image{
	padding: 9px 9px 8px 9px;
}
.works-image img{
	width: 100%;
	height: auto;
}
.works-ttl{
	padding: 0 5px 9px 5px;
	color: #4D4D4D !important;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 400;
}

.ngg-galleryoverview {
	margin-top: 0;
}


.works-single-btn{
	width: 300px;
	margin: 0 auto;
}
.works-single-btn a{
	min-width: 300px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	background: #4D4D4D;
	padding: 8px 20px;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.works-single-btn a:hover{
	background: #4D4D4D;
	color: #FFF;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	zoom: 1;
}



/****************************************

	works

*****************************************/
.gcomi-list{
	width: 690px;
	margin: 0 auto 30px auto;
}
.gcomi-list ul{
	margin: 0 !important;
}
.gcomi-list ul li{
	list-style-type: none !important;
	padding: 0 0 20px 0 !important;
}
.gcomi-list ul li a{
	text-decoration: none !important;
}

.gcomi-single-btn{
	width: 300px;
	margin: 0 auto;
}
.gcomi-single-btn a{
	min-width: 300px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	background: #4D4D4D;
	padding: 8px 20px;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.gcomi-single-btn a:hover{
	background: #4D4D4D;
	color: #FFF;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	zoom: 1;
}



/****************************************

	staff

*****************************************/
.staff-list{}

.staff-list ul{
	margin: 0 !important;
}
.staff-list ul li{
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 2% 2% 0 !important;
	width: 49%;
	float: left;
}
.staff-list ul li:nth-of-type(2n){
	padding: 0 !important;
	margin: 0 0 2% 0 !important;
}
.staff-list ul li img{
	max-width: 100%;
	height: auto;
}



/****************************************

	ask

*****************************************/
#contents-form table{
	width: 100%;
	margin: 0 0 40px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#contents-form table th{
	background-color: #eee;
	padding: 10px;
	border:1px solid #ccc;
	color: #4D4D4D;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
#contents-form table th span{
	color: #ff0000;
}
#contents-form table td{
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	color: #4D4D4D;
	font-size: 14px;
	vertical-align: middle;
}


#contents-form input[name="your-name"],
#contents-form input[name="your-name-kana"],
#contents-form input[name="your-address"],
#contents-form input[name="your-email"],
#contents-form input[name="your-email_confirm"],
#contents-form input[name="your-tel"] {
	width: 85%;
	padding: 10px;
}
#contents-form select[name="contactlist"]{
	width: 85%;
	padding: 10px;
}
#contents-form textarea[name="your-message"]{
	width: 85%;
	padding: 10px;
}

#contents-form input[name="your-email_confirm"] {
	margin: 5px 0 0 0;
}

#contents-form input[type="submit"]{
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	background: #4D4D4D;
	padding: 8px 20px;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	width: 300px;
	margin: 0 auto;
	padding: 15px;
	transition: 0.3s;
}
#contents-form input[type="submit"]:hover {
	background: #4D4D4D;
	color: #FFF;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	zoom: 1;
}
