/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/
body,breadcrumbs{
	color:#000;
	font-size:1.0em;
}
body,h1,h2,h3,h4,h5,h6,ul.onepress-menu a{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
h1 {text-align:center;}
a:hover {text-decoration: none;}
p {margin: 20px 0;}
label{
	font-size:1.4em;
}
/*--- ヘッダー ---*/
header .container {
	width: 900px !important;
}
.onepress-menu a,
.sub-menu a{
	font-size:1.2em !important;
}
/*パンくず*/
.breadcrumbs{
	padding-top:0;
	font-size:1.0em;
}

/*--- コンテンツタイトルエリア ---*/
.page-header {
	padding: 0;
}
h1{
	font-size: 54px !important;
	color: #fff;
	text-shadow: 1px 1px 10px #aaa;
	line-height: 300px;
	background-size:cover;
}
/*　種・苗　*/.page-id-236 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/02/seed-top.jpg) no-repeat center;}
/*　農薬　*/.page-id-238 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/02/agrichemical-top.jpg) no-repeat center;}
/*　肥料　*/.page-id-240 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/02/fertilizer-top.jpg) no-repeat center;}
/*　資材　*/.page-id-242 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/02/material-top.jpg) no-repeat center;}
/*　ビニールハウス　*/.page-id-244 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/02/house-top.jpg) no-repeat center;}
/*　ミシン加工　*/.page-id-258 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/03/sewing-top.jpg) no-repeat center;}
/*　ビニール加工　*/.page-id-3668 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/03/sewing-top.jpg) no-repeat center;}
/*　シート加工　*/.page-id-3671 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/03/sewing-top.jpg) no-repeat center;}
/*　家庭菜園　*/.page-id-262 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/03/garden-top.jpg) no-repeat center;}
/*　会社案内　*/.page-id-222 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/02/company-top.jpg) no-repeat center;}
/*　お問い合わせ　*/.page-id-266 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/02/company-top.jpg) no-repeat center;}
/*　個人情報保護方針　*/.page-id-268 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/02/company-top.jpg) no-repeat center;}
/*　求人情報　*/.page-id-264 h1 {background: url(http://www.sugitaseed.jp/wp/wp-content/uploads/2019/02/company-top.jpg) no-repeat center;}
/*ホーム*/
.page-id-8 h1{
	color: #006837;
	line-height: 1.0em;
}
/*--- コンテンツページ内見出し ---*/
h2.heading2 {
	text-align: left;
	font-size: 24px;
	font-weight: lighter;
	color: #006837;
	padding: 5px 15px;
	margin: 50px 0 20px 0;
	border-left: 10px solid #006837;
}

/*--- 幅 ---*/
.content-area {
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
}

.entry-content {
	width: 900px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.entry-content {
		width: 100%;
		padding:0 10px;
	}
}
.site-content{
	padding-top:20px;
}
/*--------------------*/
/*--- トップページ ---*/
/*--------------------*/
.page-id-8 .site-content{border-top:none;}/*Gナビの下線非表示*/
.page-id-8 .site-header{box-shadow:none;}/*Gナビのシャドウ非表示*/
.page-id-8 .breadcrumbs{display:none}/*パンくず非表示*/
.page-id-8 h1 {padding: 100px 0 50px 0;}
.page-id-8 h1 span{	font-size:80% !important;font-weight:lighter;}
.page-id-8 h2 {
	line-height:1.3;
	font-size:18pt;
	color:#006837;
}
/*--- 幅 ---*/
.page-id-8 .content-area {
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
}
.page-id-8 .entry-content {
	width: 100%;
	margin: 0;
}

.container {
	width: 100% !important;
	padding: 0;
}

.container-row {
	width: 100%;
	max-width: 900px;
	margin:auto;
}
.container-col {
	padding: 0 0 100px 0;
}

.container-col figure img{
	margin:auto;
}

.service-area .container-row {
	max-width: 600px;
}

.wp-block-button__link{/*リンクボタンの設定*/
	background-color: #006837;
	border-radius: 10px;
}

.wp-block-button__link:hover {
  background-color: rgba(0, 104, 55, 0.6);
}

/*--- お知らせ＆インスタ ---*/
.instashow-gallery-slide{
	width:900px !important;
	margin:0 auto !important;
}
.instashow-gallery .instashow-gallery-media-cover {
	background-color: rgba(141,207,63,0.9) !important;
}
/*--- 商品紹介エリア ---*/
.product-area {
	background-color: #006837;
}
/*--- dl共通 ---*/
dl {
	border-top: 1px solid #ccc;
	margin: auto;
	padding-top: 20px;
	height: auto;
	overflow: hidden;
}

dt {
/*	float: left;
	clear: left;*/
	width: 200px;
	text-align: center;
	font-size: 18px
}

dd {
	float: left;
	margin: 0 20px 0 0;
}
dd figure {
	margin: 0 !important;
}

dd figure figcaption {
	margin: 0 !important;
	font-size: 18px !important;
}


/*--- 種・苗 ---*/
.dd-last {
	margin: 0 !important;
}

.productsTBL{
	text-align:center;
}
.productsTBL th{
	text-align:center;
	width:200px;
}
.productsTBL td{
	width:160px !important;
}
/*---コンテナ ul共通 ---*/

.house-osusume img {
	margin: auto;
}

ul.house-ul {
	padding: 0;
	height: auto;
	overflow: hidden;
	list-style: none;
}

ul.house-ul li {
	float: left;
	width: 200px;
	margin: 0 15px 20px 0 !important
}

ul.house-ul div {
	font-size: 18px;
	text-align: left !important;
}

ul.house-ul figcaption {
	font-size: 14px !important;
	text-align: left !important;
}

/*--- Table 共通---*/

table, th, td {
	border: none !important;
	width: auto;
}

/*--- 会社案内 ---*/

.companyTBL td:nth-of-type(1){
	background-color: rgba(141,207,63,0.1);
	width: 150px;
	text-align: center;
	
}
.companyTBL td {
	line-height: 3.0em;
	padding: 0 20px;
}
.companyTBL tr{
	border-bottom:solid 2px #fff;
}


/*--- ハウス ---*/
.housetab-blue {
	border: 5px solid #98e6f9;
	border-radius: 0 10px 10px 10px;
	padding: 20px 20px;
}

.housetab-green {
	border: 5px solid #e4f4d9;
	border-radius: 0 10px 10px 10px;
	padding: 20px 20px;
}

.housetab-blue p,
.housetab-green p {
	margin: 0;
}

.housetab-green img {
	padding: 0 20px 0 20px;
}
/*--- フッター ---*/
footer{
	margin-top:100px !important;
}
.footer-widgets .row {
	max-width: 900px;
	margin: auto;
}
#footer-widgets{
	padding-top:40px;
	padding-bottom:10px;
	background: url("http://www.sugitaseed.jp/wp/wp-content/uploads/2019/04/footer_bg4.jpg");
}
.footer-widget {
	margin: 0 !important;
}
#footer-1 li::before{
  font-family:'FontAwesome';
  content:"\f054";
	padding-right:5px;
}
@media screen and (min-width: 768px) {
	#footer-2{
		text-align:right;
	}
	.breadcrumbs .container{
		width:900px !important;
		margin:0 auto !important;
	}
}
@media screen and (max-width: 768px) {
	#footer-2{
		border-top:solid 1px;
		padding-top:20px;
	}
}