/*
Theme Name: SATO SOGYO
Template: stingerplus2
Version: 1.1.1
*/

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');

/*全体の設定*/

/*#st-menuwide, /*メニュー*/
nav.smanone,
nav.st5,
#st-menuwide div.menu,
#st-menuwide nav.menu,
#st-header, /*ヘッダー*/
#content, /*コンテンツ*/
#footer-in /*フッター*/
 { 
	max-width:1200px !important;
}

#headbox { 
	/*max-width:1040px !important;*/
}

main {
	background-color:inherit !important;
}

/*ページ内見出し明朝*/
.font_ttl01 {
	font-family: 'Sawarabi Mincho', sans-serif !important;
	font-weight:400;
}


/*グローバルメニュー*/
#st-menubox {
	height:50px;
	background-color: #1067ad;
}

#st-menuwide {
	/*height:50px;*/
}

.smanone {
	/*height:50px;*/
}

header .smanone ul.menu {
}

header .smanone ul.menu li{
	/*width:180px !important;*/
	height:50px;
	box-sizing:border-box;
}

header .smanone ul.menu li a {
	line-height:50px;
}

/*プルダウンメニュー*/
header .smanone ul.menu li li a{
	background:#1067ad !important; /*#f3f3f3;*/
	border-top:#ccc dotted 1px;
	z-index:999;
	line-height:50px !important;
}

header .smanone ul.menu li a:hover{
	color:#fff !important;
	opacity:0.6;
	
}
/*gnav固定*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/*電話番号*/
.n2-ow i {
	font-family: 'Noto Serif JP', serif !important;
	font-weight:700;
	font-style:normal;
}

.head-telno:before {
		content:"お問合せは" !important; 
		font-size:14px;
}

.head-telno {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: "Arial Black", Gadget, sans-serif !important;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;*/
	font-size:30px !important;
	padding: 25px 10px 5px 10px;
	text-align:center;
	font-weight:700;
}
.head-telno a{
		font-family: Arial, Helvetica, sans-serif !important; 
		color:#333 !important;
	}


/*smart-sliider*/
.n2-section-smartslider  {
	margin-top:-10px !important;
}

/*main*/

h2.top_title,
h4.top_title {
	width:100%;
	margin:0 !important;
	padding:0 !important;
	border-bottom: solid 5px #1067ad !important;
	text-align:center;
	color:#1067ad !important;
}

/*top page works*/
.work_category {
	width:960px;
	height:auto;
	margin:50px auto 0 auto;
	padding:0;
	display:table;
	/*background-color:#090;*/
}

.work_category ul {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom:10px;
	padding:0;
	width: 32.6%;
	height:285px;
	float:left;
	transition: all 0.35s ease;
	background-color:#fff;
	/*
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #000000 70%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #000000 70%);
	*/
}

.work_category ul:nth-child(2){
	margin-left:10px;
	margin-right:10px;
}

.work_category ul * {
	-webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 -webkit-transition: all 0.35s ease;
	 transition: all 0.35s ease;
}

.work_category ul img {
	width: 100%;
	height: auto;
	opacity:1;
	/*object-fit: cover;*/
}

.work_category ul li {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.work_category ul:hover li,
.work_category ul.hover li {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.work_category ul li p {
	margin: 0;
	padding: 10px 20px;
	width: 100%;
	height:50px;
	font-size: 16px;
	text-align:center;
	color:#fff;
	background: rgba(0, 0, 0, 0.6);
	display:block;
}

.work_category ul a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.work_category ul:hover img,
.work_category ul.hover img {
	opacity: 0.6;
}


@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
 /* tablet */
}
@media screen and (max-width: 768px) {

/*custom post category*/ 
.work_category {
	width:100%;
}

.work_category ul {
	width:90%;
	height:300px;
	margin:10px auto;
	padding:0 !important;
	float:none;
}

.work_category ul:nth-child(2){
	margin-left: inherit;
	margin-right: inherit;
}

.work_category ul img {
	width: 100%;
	height:300px;
	object-fit: cover;
}

.work_category ul p {
}

.work_category ul li {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  
  }

}

/*top-concept*/
.top-concept {
	text-align:center;
}

.top-concept-inner {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	line-height:40px;
}

.top-concept h2 {
	font-size:40px;
}


/*parallax*/
#block01 {
	width:100%;
	height:500px;
	margin-top:30px;
	background-color:#090;
	/*background: url(https://tradex.co.jp/sato-sg/wp-content/uploads/bg_company.png) no-repeat fixed 50% 0;*/
	background: url(images/bg_company5.jpg) no-repeat fixed 50% 0;
	background-size:cover;
	position:relative;
}

#block01 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	}

@media only screen and (max-width: 768px) {
	.top-concept h2 {
	font-size:24px;
	letter-spacing:-2px;
	}
	.top-concept-inner {
		width:95%;
		font-size:13px;
		line-height:2;
	}

	#block01 {
	height:200px;
	}
	
	#block01 img {
		width:50%;
	}

	
}


/*custom post single pape*/
.cf:before,
.cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}

#img_gallery{
  width:1200px;
  margin: 0 auto;
   text-align: left;
  background-color:#fff;
  display:table;
}

#featured_area{
	width:800px;
	height:600px;
	padding:10px;
	box-sizing:border-box;
	float:left;
}

#featured_area img {
	width:100%;
	height:auto;
	/*object-fit:cover;*/
}

#thumb_area {
	width:400px;
	height:auto;
	padding:10px 0 10px 0;
	box-sizing:border-box;
	float:left;
}

#thumb_area img {
	width:190px;
	height:120px;
	margin:0px 10px 10px 0;
	object-fit:cover;
    cursor: pointer;
	float:left;
}

.gallery_txt {
	width:400px;
	height:auto;
	padding:5px 10px 10px 10px;
	box-sizing:border-box;
	word-break: break-all;
	float:left;
}

@media only screen and (max-width: 1024px) {
	#img_gallery{
		 width: 100%;
	}
	#featured_area{
	width:100%;
	height:auto;
	padding:10px;
	}
	
	#thumb_area {
	width:100%;
	padding:1%;

	}
	#thumb_area img {
	width:46%;
	height:120px;
	margin:2%;
	}
	.gallery_txt {
		width:100%;
	}
}


/*実績カテゴリー*/
.achievement_category {
	max-width:1200px;
	height:auto;
	margin:0 auto;
	padding:10px;
	/*background-color:#fff;*/
}

.achievement_category ul {
	width:33%;
	height:260px;
	margin:0 !important;
	padding:0;
	box-sizing:border-box;
	list-style:none;
	float:left;
	overflow:hidden;
	position:relative;
}

.achievement_category ul li {
	width:100%;
	height:	100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	
	background-color:	rgba(255,255,255,0.8);
	transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
}

.achievement_category ul:hover li {
	opacity:		1;	
	padding-top:35%;
	z-index:1;
}

.achievement_category ul li p {
	font-size:14px;
	text-align:	center;
	color:#333;
}

.achievement_category ul img {
	width:100%;
	height:260px;
	object-fit:cover;
	transition: 0.5s;
	z-index:2;
}

.achievement_category ul:hover img {
	transform: scale(1.1, 1.1);
}


@media screen and (max-width: 768px) {
	.achievement_category ul {
	width:50%;
	height:180px;
	}
	.achievement_category ul li p {
		margin:5px;
	font-size:12px;
	}
}


/*固定ページ*/
.concept {
	padding-bottom:40px;
}

.concept span {
	padding-bottom:40px;
	line-height:30px !important;
}

.concept h2 {
	width:100%;
	margin:10px 0 20px 0 !important;
	padding:10px 0 !important;
	font-size:30px;
	
	border-bottom: solid 5px #1067ad;
}

.concept img.company {
	width:40%;
	float:right;
}

.concept img.sign {
	/*width:20%;*/
	float:right;
	
}

@media screen and (max-width: 768px) {
	.concept img.company {
		width:100%;
		float:none;
	}
	.concept h2 {
		font-size:20px;
		text-align:center;
	}

}

#about,
#map {
	margin-bottom:50px;
}

about_table table tr:nth-child(even) {
	background-color: inherit !important;
}

.about_table table th {
	font-weight:400;
	background-color:#fff !important;
}

.about_table table td {
	background-color:#fff !important;
}


/*工事*/

.construction_page h2 {
	margin:0 0 ; 
	padding:20px 0 40px 0 !important;
	text-align:center;
	color:#333;
	font-size:25px;
	line-height:1.5;
}

.construction_page h3 {
	margin:0 auto;
	text-align:center;
	font-weight:400;
	font-size:16px;
	border:0;
	display:table;
}

.construction_page span {
	width:110px;
	height:110px;
	margin:8px !important;
	padding:45px 5px!important;
	box-sizing:border-box;
	background-color:#1067ad !important;
	color:#f2f2f2;
	border-radius:50%;
	display:block;
	float:left;
	line-height:1;
}

.construction_page p{
	text-align:left;
	font-size:18px;
}

.construction_photo {
	width:100%;
	height:auto;
	margin:50px auto;
	padding:0;
	display:table;
}

.construction_photo img {
	width:265px;
	height:199px;
	object-fit:cover;
	float:left;
}

.construction_page h4 {
	margin:50px 0 !important;
	line-height:2;
	font-size:22px;
}

@media only screen and (max-width: 768px) {
	
	.construction_page h2 {
		font-size:20px;
	}
	
	.construction_page h3 {
		width:255px;
		margin:0 auto;
		background-color:#090;
		display:table;
		
	}
	
	.construction_photo {
		width:90%;
		margin:20px auto;
	}

	.construction_photo img {
		width:100%;
		margin:0 auto !important;
		float:none;
	}
}

/*道路総合メンテナンス*/


.road_maintenance span {
	width:200px;
	height:60px;
	margin:8px !important;
	padding:20px 5px!important;
	box-sizing:border-box;
	background-color:#1067ad !important;
	color:#f2f2f2;
	border-radius:10px;
	display:block;
	float:left;
	line-height:1.2;
}

.road_photo {
	width:100%;
	height:auto;
	margin:50px auto;
	padding:0;
	display:table;
}

.road_photo img {
	width:265px;
	height:199px;
	object-fit:cover;
	float:left;
}


@media only screen and (max-width: 768px) {
	
	
	.road_photo {
		width:90%;
		margin:20px auto;
	}

	.road_photo img {
		width:100%;
		margin:0 auto !important;
		float:none;
	}
}


/*リース*/
.lease_page span {
	width:200px;
	height:60px;
	margin:8px !important;
	padding:20px 5px!important;
	box-sizing:border-box;
	background-color:#1067ad !important;
	color:#f2f2f2;
	border-radius:10px;
	display:block;
	float:left;
	line-height:1.2;
}

.lease_photo {
	width:100%;
	height:auto;
	margin:50px auto;
	padding:0;
	display:table;
}

.lease_photo img {
	width:530px;
	height:300px;
	object-fit:cover;
	float:left;
}

.lease_list table tr:nth-child(even) {
	background-color: inherit !important;
}


/*バスストップゆうきの里*/

.busstop_page h2 {
	text-align:center !important;
}

.busstop_page del {
	background-image: linear-gradient(transparent 0.5em, #fe3464 0, #fe3464 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #fe3464 0, #fe3464 calc(0.5em + 4px), transparent 0);
    color: #666;
    text-decoration: none;
}

.busstop_photo {
	width:100%;
	height:auto;
	margin:50px auto;
	padding:0;
	display:table;
}

.busstop_photo img {
	width:353px;
	height:265px;
	object-fit:cover;
	float:left;
}

.busstop_page p {
	font-size:18px;
}

/*footer*/
.copyr {
display: none;
}

.footer_bnr img {
	width:600px;
	margin-bottom:50px;
}



/*-----------------------------------
問い合わせフォーム
-------------------------------------*/
.inquiry-form-wrap {
	width: 100%; /*850px*/
	margin: 20px auto;
	padding:20px;
	box-sizing:border-box;
}

.inquiry-form {
	width:100%;
	margin:0 auto 30px auto;
	
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #CCC;*/
}

.inquiry-form h3,
.inquiry-form h4 {
	color:#333 !important;
	font-size:18px !important;
}

.inquiry-form p {
	color:#333 !important;
}

form select,
form input[type="text"], 
form input[type="email"], 
form input[type="url"], 
form input[type="tel"], 
form input[type="number"], 
form input[type="date"], 
form textarea{
	width: 100%;
	padding:14px 13px;
	box-sizing:border-box;
}

/*オートコンプリート使用後の背景色*/
form input:-webkit-autofill {
	 box-shadow: 0 0 0 1000px #fff inset;
}


form input[type="text"] {
}

form select {
	color:#a0a0a0;
}

form select option {
	color:#000;
}


/* Chrome, Safari */
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #a0a0a0; 
}

/* Firefox */
form input::-moz-input-placeholder,
form textarea::-moz-input-placeholder {
    color: #a0a0a0; 
}

/* IE */
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder{
    color: #a0a0a0;
}


/*知ったきっかけは？*/
.inquiry-form .kit_question{
	overflow: hidden;
    padding: 15px;
    border: #ccc solid 1px !important;
}
.inquiry-form .kit_question .wpcf7-list-item{
	float: left;
	display: block;
}
.inquiry-form .kit_question .wpcf7-list-item-label{
	display: inline-block;
}

p.inpuiry-txt {
	color:#333 !important;
	text-align:center;
	font-size:14px;
}

.ajax-loader{
	display: none;
}
div.wpcf7-mail-sent-ok{
	background: #398f14;
	color: ＃fff;
}
div.wpcf7-validation-errors {
	background: #f7e700;
}
div.wpcf7-response-output {
	margin: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*問い合わせフォームの送信ボタン*/
.inquiry-form input[type="submit"] {
	width:100%;
	padding:8x 0;
	color:#FFF;
	font-size:24px; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,FontAwesome;
	background-color:#1067ad;
	/*border: 1px slid #333;*/ 
	-webkit-border-radius: 5px;      
	-moz-border-radius: 5px;
	border-radius: 5px;    
}

.inquiry-form input[type="submit"]:hover {
	opacity:0.8;
	cursor: pointer;
}

.wpcf7-mail-sent-ok {
	color:#FFF;
}


/*
.privacy_check span:nth-child(1) {
	width:70%;
	height:auto;
	padding:8px;
	background-color:#F99;
	border:1px solid #999;
	
}
*/
span.privacy_check {
	width:50%;
	height:auto;
	margin:0 auto 20px auto;
	padding:8px;
	color:#333;
	background-color:#f5dedc;
	border:1px solid #999;
	display:block;
	text-align:center;
	
}

/*privacy area*/
.privacy_container {
	width:100%;
	/*width:100%;*/
	height:400px;
	margin:30px auto;
	padding:20px 20px 20px 30px;
	box-sizing:border-box;
	overflow:auto;
	border:1px solid #ccc;
	background-color:#FFF;

}

.privacy_container h3 {
	font-size:22px;
	color:#333 !important;
	font-weight:700;
	text-align:center;
	margin:20px 0;
}

ul.privacy_area li {
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}

ul.privacy_area li:before{
  display: marker;
  content: counter(cnt)".";
  font-weight:700;
  float:left;
  margin-top:8px;
  margin-right:5px;
  font-size:18px;
  margin-left:-30px;
}

ul.privacy_inner {
	counter-reset: cnt 0 ;
	margin:0;
}
ul.privacy_inner li {
  list-style-type:none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-left:30px;
  clear:both;
 
}

ul.privacy_inner li:before {
	display: marker;
	content: "（" counter(cnt)"）";
	font-weight:400;
	margin-left:-30px;
	margin-top:0 !important;
} 

ul.privacy_area li h4 {
	margin:10px auto;
	font-weight:700;
	font-size:16px;
	color:#333 !important;
}

ul.privacy_area li,
ul.privacy_area li p,
ul.privacy_inner li {
	color:#333 !important;
}




/*add by tradex inc 20180616*/

/*-----------------------------
privacy policy
-------------------------------*/

.privacy_policy h3 {
	margin:12px 0;
	padding:0 8px;
	color:#333 !important;
	border-left: 8px solid #333;
}

.privacy_policy h4 {
	margin:12px 0;
	padding:0;
	font-weight:700;
}

.privacy_policy ul {
	list-style:none;
	margin:12px 0;
}

.privacy_policy ul li {
	list-style-type:none;
	margin:8px 0;
	/*list-style:none ;*/
}

.privacy_policy table {
	margin:10px 0;
	width:100%;
	border-collapse:collapse;
}

.privacy_policy table th {
	font-weight:400;
	/*text-align:center;*/
	width:40%;
	
}

.privacy_policy table td {
	width:60%;
}


.privacy_policy table th,
.privacy_policy table td {
	/*width:50%;*/
	padding:5px;
	border:1px solid #333; 
}

/*go to top*/
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #1067ad;
	opacity:0.6;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 15px 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page_top a:hover {
	opacity:1;
    
    text-decoration: none;
}


/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*-- ここまで --*/
}


/*footer link*/

.site-link {
	width:50%;
	height:auto;
	margin:0 auto;
	padding:0;
	list-style:none;
}

.site-link li {
	width:50%;
	height:auto;
	margin:0;
	padding:32px 8px;
	box-sizing:border-box;
	list-style:none;
	float:left;
}


@media only screen and (max-width: 768px) {
	.site-link {
		width:75%;
	}
	
	.site-link li {
		width:100%;
		margin:0 auto;
		padding:8px;
	}

}