@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書くs
************************************/f
/*必要ならばここにコードを書く*/

* { box-sizing: border-box; }
address { font-style:normal; }

body { font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif !important; }

.content { margin-top:0 !important; }
#header-in { text-align:left !important;max-width:1024px;position:relative; }
.logo { text-align: left; }

/*固定ページでシェア・フォローボタンをまとめて非表示*/
.page .sns-share,
.page .sns-follow {
    display: none;
}
/*全固定ページの投稿日・更新日を消す*/
.page .date-tags,
.page .author-info {
    display: none;
}
/*子要素高さ100％に対応*/
html,body { height:100%; }

/*コンテンツ内の余白削除*/
.entry-content>* {
	margin-top:0;
	margin-bottom:0;
}

em { font-style:normal;font-weight:500; }
img { vertical-align:bottom; }
sup { font-size:12px; }
@media screen and (max-width:640px){
	sup { font-size:11px; }
}
.search-menu-button.menu-button { display:none; }
.logo-menu-button.menu-button .site-logo-image { padding:3px 40px 3px 0; }
.contactInfoBox { text-align:center; }


/************************************
** ヘッダー：電話番号
************************************/

.headtel { position:absolute;top:12px;left:800px;display:inline-block;text-align:center; }
.headtel p { margin:0;padding:0; }
.headtel_num { font-size:30px;line-height:1.3;color:#329550;font-family: 'Oswald', sans-serif;letter-spacing:1px; }
.headtel_time { font-size:14px;line-height:1.5; }
.headtel_time em { margin-left:8px;font-family: 'Oswald', sans-serif;letter-spacing:1px;font-weight:600; }

@media screen and (max-width:1020px){
	.headtel { display:none; }
}

/************************************
** モバイルフッターボタン
************************************/

.mobile-menu-buttons .menu-caption { font-size:10px; }

#menu-mobilefootmenu li:nth-child(1) {
	white-space: nowrap;
	background-color:#FFDC73;
}
#menu-mobilefootmenu li:nth-child(2) {
	white-space: nowrap;
	background-color:#B5DB9F;
}
#menu-mobilefootmenu li:nth-child(3) {
	white-space: nowrap;
	background-color:#ddd;
}

/************************************
** パンくずリスト
************************************/

@media screen and (max-width:640px){
	#breadcrumb { margin:0; }
}
@media screen and (max-width:320px){
	#breadcrumb { display:none; }
}

/************************************
** head submenu
************************************/

@media screen and (min-width:1024px){
	.navi-in > ul .sub-menu { min-width:350px;top:20px;padding:17px 0 20px 0px;border-left:1px solid #000;border-bottom:1px solid #000;background-color:#fff; }
	.navi-in > ul ul.sub-menu li { line-height:36px;height:36px;padding-left:20px; }
	.navi-in > ul ul.sub-menu li:before { background-color:transparent; }
	.navi-in > ul ul.sub-menu li a:hover { color:#fff;background-color:#00B84C;opacity:1.0;border-radius:3px; }
}

/************************************
** リンク
************************************/

a.goLink { display:inline-block;border:2px solid #333;text-decoration: none;color:#000;
	width:48%;max-width:420px;margin:10px 12px;padding:0;font-size:22px;line-height:60px; }

a.goLink_s { display:inline-block;border:2px solid #333;text-decoration: none;color:#000;
	width:36%;max-width:350px;margin:10px 12px;padding:0;font-size:18px;line-height:50px; }

.golfBox .contactInfoBox { margin-top:30px; }
.golfBox a.goLink { border:2px solid #fff;color:#fff; }

a.tellink { font-family: 'Oswald', sans-serif;line-height:50px;font-size:20px;padding:0;
	position:relative;top:2px;letter-spacing:1px; }

a.goLink:hover { color:#508D57;border:2px solid #508D57;background-color:#DCEAC8;transition: .2s; }
a.goLink_s:hover { color:#508D57;border:2px solid #508D57;background-color:#DCEAC8;transition: .2s; }

@media screen and (max-width:834px){
	a.tellink { font-size:18px; }
}

@media screen and (max-width:640px){
	a.goLink { width:90%;font-size:18px;line-height:50px;margin:10px auto; }
	a.goLink_s { width:70%;font-size:16px;line-height:40px;margin:10px auto; }
}

@media screen and (max-width:600px){
	a.goLink { width:90%;font-size:18px;line-height:50px;margin:10px auto; }
	a.goLink_s { width:80%;font-size:16px;line-height:40px;margin:10px auto; }
}

@media screen and (max-width:480px){
	a.goLink_s { width:84%; }
}

/************************************
** toppageのみ横100％
************************************/

.home .wrap { width:100%; }
.home .content { margin-top:0; }
.home .main { padding:20px 0 0 0; }

.msgCenter { text-align:center;padding:10px 25px 0 25px; }
.linkCenter { text-align:center;padding:10px 25px 0 25px; }

@media screen and (max-width:960px){
	.msgCenter { text-align:center;padding:10px 20px 0 20px; }
}
@media screen and (max-width:834px){
	.msgCenter { text-align:left;padding:10px 15px 0 15px; }
}

/************************************
** ページ見出し(h1,h2)
************************************/

header h1,h1.entry-title { line-height:1.5;text-align:center;font-size:34px;margin:30px 0;font-weight:600;color:#222; }
h1.logo-image { margin:0 0 4px 0; }

.post-template-default header h1,.post-template-default h1.entry-title { font-size:28px;text-align:left; }
.home header h1,.home h1.entry-title { font-size:28px; }

.article h2 { text-align:center;font-size:28px;background-color:#fff;font-weight:500;padding:0; }

h1.oswald { font-family: 'Oswald', sans-serif;font-weight:300;font-size:50px;line-height:0.8em;margin:80px 0 0 0 !important; }
h2.oswald { font-family: 'Oswald', sans-serif;font-weight:300;font-size:50px;line-height:0.8em;margin-top:1em;margin-bottom:0 !important;
	background-color:transparent;text-align:center;padding:0;font-weight:300; }
h1.oswald p,h2.oswald p { font-size:14px;margin:0;padding:0;letter-spacing:1px; }

.article h4 { border-top:none;border-bottom:none;font-weight:500; }

@media screen and (max-width:1080px){
	.article h2 { margin:1.8em 0 1em; }
	header h1,h1.entry-title { text-align:center;font-size:24px;margin:20px 0; }
	h1.logo-image { margin:0; }
	h1.oswald,h2.oswald { font-family:sans-serif;font-weight:300;font-size:40px;line-height:1.0em; }
	h1.oswald p,h2.oswald p { font-size:14px;margin:0;padding:0;letter-spacing:0px; }
}
@media screen and (max-width:600px){
	header h1,h1.entry-title { margin:0.5em 0; }
	.home h1.entry-title { text-align:left; }
	.home h1.entry-title br { display:none; }
}
@media screen and (max-width:480px){
	.article h2 { font-size:26px; }
	header h1,h1.entry-title { font-size:16px;margin:20px 0 10px 0; }
	.home h1.entry-title { font-size:20px;margin-top:0;padding-top:0; }
	.article h1.oswald,.article h2.oswald { font-size:36px; }
}
@media screen and (max-width:375px){
	.article h2 { font-size:24px; }
	.article h1.oswald,.article h2.oswald { font-size:34px; }
}

/************************************
** PCヘッダーメニュー調整
************************************/

.tagline { font-size:14px;padding:0;margin:10px 0 0 0;font-weight:normal;line-height:1.5;text-align:left;font-weight:600; }
h1.ttl_tagline { font-size:14px;padding:0;margin:0;line-height:1.5;text-align:left;font-weight:600;color:#329550; }
.tagline em { padding:1px 5px;margin-right:8px;font-weight:600;color:#fff;background-color:#329550; }
.logo-image { padding:5px 0 12px 0; }
.home .tagline h1 { display:inline-block;text-align:left;font-weight:600; }



@media screen and (max-width:960px){
	.tagline { margin:13px 0 7px 8px; }
	.content { margin-top:2px; }
}

@media screen and (max-width:540px){
	.tagline { margin:11px 0 0 0;padding-left:15px;font-size:14px;text-align:left !important; }
	.content { margin-top:5px; }
	.home .tagline h1 { margin:0px 0 0 0;padding:0 0 0 0;font-size:14px;text-align:left !important; }
}

@media screen and (max-width:480px){
	.tagline { margin:10px 0 0 0;padding:0 0 5px 6px;font-size:11px; }
	.tagline em { font-size:11px; }
}

@media screen and (max-width:320px){
	.tagline,.home h1 { font-size:12px; }
}

#navi .navi-in>ul>li>a { padding: 0 1.4em;color:#000; }
#navi { margin:0;padding:10px 0;border-top:1px solid #999;border-bottom:1px solid #999; }

.navi-in > ul li { height:20px;line-height:20px;display:flex; }
.navi-in a { font-size:15px; }
.navi-in a:hover { background-color:#fff;color:#A3C356;opacity:.5;transition:.2s; }

.navi-in > ul li:not(:first-child):before {
    content: '';
    display: block;
    margin: 0;
    width: 1px;
    height: 1.4rem;
    background-color: #fff;
    transition: all .2s;
}

.mainvisualBox { padding-bottom:15px;text-align:center;
	border-bottom:5px solid #C4D1A3;border-bottom:0; }
.header-container * { transition:.0s; }
.blog .mainvisualBox { display:none; }

@media screen and (max-width: 1136px){
	#navi .navi-in>ul>li>a { padding: 0 1.13em;font-size:15px; }
}
@media screen and (max-width: 1023px){
	#navi .navi-in>ul { display:none; }
}

/************************************
** head調整
************************************/

@media screen and (max-width:1023px){
	.logo.logo-header.logo-image { display:none; }
	#navi { display:none; }
}
@media screen and (min-width:1020px) and (max-width:1025px){
	.logo-header img { padding-left:16px; }
}

/************************************
** foot調整
************************************/

@media screen and (max-width:440px){
	.copyright { font-size:12px; }
}
@media screen and (max-width:320px){
	.copyright { font-size:11px; }
}

/************************************
** デバイス表示切替
************************************/

.dispPC { display:none; }
span.dispPC { display:none; }
.dispSP { display:block; }
span.dispSP { display:inline; }

@media screen and (min-width:769px){
	.dispPC { display:block; }
	span.dispPC { display:inline; }
	.dispSP { display:none; }
}

/************************************
** トップページ
************************************/

.news_list_box { width:100%;max-width:1200px;margin:15px auto 0 auto;padding:0 0 40px 0;text-align:center; }
	.news_list_box .news_list { margin:0;padding:0; }
		.news_list_box .news_list li { margin:0;display:block;float:left;width:25%;padding:0;text-align:left; }
		.news_list_box .news_list a { display:block;text-decoration:none;padding:4px; }
		.news_list_box .news_list a:hover { background-color:#f7f7f7;color:#000; }
		.news_list_box .news_list a:hover img { opacity:0.7;transition: 0.2s }
	.news_list_box .news_list p { margin:0;padding:5px 15px; }
	.news_list_box .news_date { margin-left:15px; }
	.news_list_box p .news { font-size:14px;background-color:#fff099;padding:3px 5px; }
	.news_list_box p .works { font-size:14px;color:#34750f;background-color:#DDEED0;padding:3px 5px; }
	.news_list_box h3 { margin:0;padding:0 15px 0 15px;border:0;font-weight:500;overflow:hidden;line-height:1.6;height:4.0em;font-size:16px; }
	.news_list_box .contactInfoBpx { clear:both;padding:15px 0 0 0; }

@media screen and (max-width:960px){
	.news_list_box .news_list p { margin:0;padding:3px 3px 3px 0; }
	.news_list_box .news_date { font-size:14px; }
	.news_list_box h3 { margin:0;padding:0 10px 0 0;font-weight:normal;line-height:1.6;height:4.0em;font-size:14px; }
	.news_list_box .contactInfoBpx { clear:both;padding:10px 0 0 0; }
}
@media screen and (max-width:640px){
	.news_list_box .news_list li { width:50%; }
	.news_list_box .news_list p { margin:0;padding:3px 0; }
	.news_list_box .news_date { margin-left:10px; }
	.news_list_box h3 { margin:0;padding:0;border:0;font-weight:normal;overflow:hidden;line-height:1.6;height:4.0em;font-size:16px; }
	.news_list_box .contactInfoBpx { clear:both;padding:0; }
}
@media screen and (max-width:440px){
	.news_list_box h3 { font-size:14px; }
}

.goLinkWorks,.goLinkNews,.goLinks {
	display:inline-block;
	width:44%;
	max-width:400px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:23px;
	line-height:66px;
	margin:11px 15px 0 15px;
	background:#329550  url('/wp2021/wp-content/uploads/2021/08/arrow.png') 97% 50% no-repeat;
	border-radius: 6px;
}
.goLinkWorks:hover,.goLinkNews:hover,.goLinks:hover { color:#fff;opacity:0.6;transition:.4s; }


/***************** Artificial Grass 人工芝の魅力 ******************/

.artificialGrassInfo {
	width:100%;
	margin:30px auto 0 auto;
	padding:1px 0 30px 0;
	background-color:#efecec;
	background-image:
	radial-gradient(#c8cace 1px, transparent 1px);
	background-size: 20px 20px;
	text-align:center;
}

.artificialGrassInfo h2.entry-title { margin-top:60px;margin-bottom:20px; }

.artificialGrassInfo .grassInfoSet { max-width:1024px;margin:0 auto;text-align:center; }
.artificialGrassInfo .grassInfo { width:44%;max-width:440px;display:inline-block;background-color:#fff;margin:10px;padding:5px 20px 5px 20px;vertical-align:top; }
	.artificialGrassInfo .grassInfo h3 { border:0;margin:0;padding:0;line-height:100px;color:#3b6b41;font-size: 24px;
		background:#fff  url('/wp2021/wp-content/uploads/2021/08/sumi_circle.png') 50% 50% no-repeat;background-size:contain; }
	.artificialGrassInfo .grassInfo p { text-align:left;height: calc( 2.4em * 5 );line-height: 2.4; }

@media screen and (max-width:960px){
	.artificialGrassInfo .grassInfo h3 { font-size: 20px; }
	.artificialGrassInfo .grassInfo p { text-align:left;height: calc( 2.2em * 6 );line-height: 2.2; }
}
@media screen and (max-width:834px){
	.artificialGrassInfo .grassInfo h3 { font-size: 20px; }
	.artificialGrassInfo .grassInfo p { text-align:left;height: calc( 2.2em * 7 );line-height: 2.2; }
}
@media screen and (max-width:768px){
	.artificialGrassInfo p.GImsg { text-align:left;padding: 10px 15px 0 15px; }
	.artificialGrassInfo p.GImsg br { display:none; }
}
@media screen and (max-width:720px){
	.artificialGrassInfo .grassInfo { width:90%;max-width:90%;display:block;background-color:#fff;margin:10px auto 0 auto;padding:5px 20px 3px 20px;vertical-align:top; }
	.artificialGrassInfo .grassInfo p { text-align:left;height:auto;line-height: 2.2;padding-bottom:0; }
}

/***************** 人工芝の施工はプロにお任せください ******************/

.professionalInfo { max-width:980px;width:94%;margin:0 auto;padding:0;text-align:center;padding-top:40px; }

.professionalInfo h2.entry-title { font-weight:600; }
	.professionalInfo img { width:48%;margin:0 1%;padding:30px 0; }

@media screen and (max-width:640px){
	.professionalInfo p { text-align:left; }
	.professionalInfo p br { display:none; }
	.professionalInfo img { width:96%;margin:2%;padding:0; }
}
@media screen and (max-width:480px){
	.professionalInfo { padding-top:20px; }
	.professionalInfo img { width:100%;margin:0 0 10px 0;padding:0; }
}

/***************** Selected 芝の香が選ばれる理由 ******************/

.selectBoxMsg { padding-bottom:25px; }

.selectBox { text-align:center;width:100%;padding:1px 0 90px 0;margin-top:90px;
	background-color:#efecec;
	background-image:
	radial-gradient(#c8cace 1px, transparent 1px);
	background-size: 20px 20px;
	text-align:center;
}

.selectBoxInfo { max-width:960px;width:94%;margin:0 auto;padding:0;text-align:center;background-color:#fff;
	display:-webkit-flex;display:flex;justify-content:space-between;align-items: stretch; }

	.selectBoxInfo .img { width:50%; }
	.selectBoxInfo .txt { width:50%;text-align:left;padding:50px 40px 40px 40px; }
	.selectBoxInfo .txt h3 { border:0;color:#006837;margin:0;padding:0;font-size:24px; }
	.selectBoxInfo .txt p { margin:0;padding:15px 0 30px 0;font-size:1.2em;font-weight:500; }

	h3.select3item { max-width:1200px;width:94%;
		border:1px solid #222;margin:4em auto 2em auto;font-size:24px;color:#000; }

	.selectBoxInfoSet { max-width:1200px;margin:15px auto 0 auto;padding:0;
	display:-webkit-flex;display:flex;justify-content:space-between;align-items: stretch; }
		.selectBoxInfoDtl { display:block;width:33%;border-left:1px solid #111;padding:20px 18px 0 30px;margin:0; }
		.selectBoxInfoDtl:first-child { border:0; }
			.selectBoxInfoDtl h4 { text-align:center;border:0;padding:0;margin:0;font-size:25px;font-weight:600; }
			.selectBoxInfoDtl img { background-position:center;width:80%;height:auto;object-fit:cover;border-radius:6%;
				display:block;margin:22px auto 0 auto; }
			.selectBoxInfoDtl p { text-align:left; }
			.selectBoxInfoDtl p.goItem { text-align:center;font-size:1.4em;margin:0; }
			.selectBoxInfoDtl p.goItem a { text-decoration:none;color:#229832; }
			.selectBoxInfoDtl p.goItem a:hover { color:#4ace5b; }

@media screen and (max-width:1024px){
	.selectBoxInfoDtl h4 { font-size:22px; }
}
@media screen and (max-width:834px){
	.selectBoxMsg br { display:none; }
	h3.select3item { font-size:20px;margin:3em auto 1em auto;padding:8px 0; }
	.selectBoxInfo .txt { padding:30px; }
	.selectBoxInfo .txt h3 { font-size:20px; }
	.selectBoxInfo .txt p { font-size:1.0em;font-weight:500;line-height:1.8; }
	.selectBoxInfoDtl h4 { font-size:20px; }
	.selectBoxInfoDtl p.goItem { font-size:1.2em; }
}
@media screen and (max-width:768px){
	.selectBoxInfo .txt { padding:30px; }
	.selectBoxInfo .txt h3 { margin-top:15px; }
	.selectBoxInfo .txt p { padding-bottom:0; }
	.selectBoxInfoDtl h4 { font-size:16px; }
	.selectBoxInfoDtl p.goItem { font-size:1.1em; }
	.selectBoxInfoDtl p { line-height:1.8; }
	.selectBoxInfoDtl p a { font-weight:600; }
}
@media screen and (max-width:768px){
	.selectBoxInfo .txt { padding:10px 15px 0 20px; }
	.selectBoxInfo .txt h3 { font-size:16px; }
	.selectBoxInfo .txt p { line-height:1.6; }
}
@media screen and (max-width:640px){
	h3.select3item { font-size:18px;color:#333; }
	.selectBoxInfoDtl { padding:10px 0 0 0; }
	.selectBoxInfoDtl p { padding: 0 0 0 10px;font-size:0.9em; }
}
@media screen and (max-width:480px){
	.selectBox { padding-bottom:30px; }
	.selectBoxInfo { max-width:440px;width:94%;margin:10px auto;padding:0;text-align:center;display:block; }
	.selectBoxInfo .img { width:100%; }
	.selectBoxInfo .txt { width:100%;text-align:left;padding:10px 20px 20px 20px; }
	.selectBoxInfo .txt h3 { font-size:20px; }

	.selectBoxInfoSet { max-width:440px;width:94%;margin:10px auto;padding:0;text-align:center;display:block; }
	.selectBoxInfoDtl { width:100%;border-left:0;border-top:1px dotted #333;padding:20px 0 10px 0; }
	.selectBoxInfoDtl p { padding:15px 0;margin:0;font-size:1.0em; }
	.selectBoxInfoDtl h4 { font-size:24px;margin:0;padding:15px 0 0 0; }
	.selectBoxInfoDtl img { padding:0;margin:0 auto; }
	.selectBoxInfoDtl p.goItem { font-size:22px; }

}
@media screen and (max-width:320px){
	.selectBoxInfo .txt h3 { font-size:18px; }
}

/***************** Works 個人様 人工芝施工事例 ******************/

.toppg_caseBox .contactInfoBox { margin-top:60px; }
.toppg_caseBox { text-align:center;padding:25px 0 0 0; }
	.toppg_caseBox h2.oswald { padding-bottom:20px; }
	.toppg_caseBox img { margin:0 auto; }

.toppg_caseBoxImgBox { max-width:980px;width:94%;margin:0 auto;padding:0;text-align:center;padding-top:40px; }
.toppg_caseBoxImgBox img { padding:6px; }

@media screen and (max-width:960px){
	.toppg_caseBoxImgBox img { width:30%; }
}
@media screen and (max-width:834px){
	.toppg_caseBoxImgBox img { width:32%; }
}
@media screen and (max-width:600px){
	.toppg_caseBoxImgBox img { width:48%; }
}

/**************** Corporate Works 企業様 人工芝施工事例 *******************/

.worksBox { text-align:center;width:100%;padding:5px 0 80px 0;margin-top:80px;
	background-color:#264b2a;
	background-image:
	radial-gradient(#565a66 1px, transparent 1px);
	background-size: 20px 20px;
}
	.worksBox h2.oswald { color:#E6E6E6;padding-bottom:10px; }
	.worksBoxTxt { color:#E6E6E6;padding-bottom:20px; }

.worksBoxPht { max-width:900px;margin:0 auto; }
	.worksBoxPht img { width:48%;max-width:400px;display:inline-block;margin:1%; }

@media screen and (max-width:768px){
	.worksBox p.txt { text-align:left; }
	.worksBox p.txt  br { display:none; }
	.worksBoxPht img { width:48%;display:inline-block;padding:5px;margin-top:0px; }
}
@media screen and (max-width:440px){

}

/************************************
** contentBtm お問い合わせ
************************************/

.contactInfoBpx { text-align:center; }
	.contactInfoBpx img { margin:20px auto; }

@media screen and (max-width:640px){
	.contactInfoBpx p.txt { padding:0 10px 0 15px;text-align:left; }
	.contactInfoBpx p br { display:none; }
}

/************************************
** 会社概要
************************************/

.outlineMsg { text-align:center;max-width:1200px; }
.outline-area { max-width:1000px;margin-left:auto;margin-right:auto; }
table.outline { width:84%;margin:30px auto 0 auto !important; }
	table.outline th { min-width:200px;border:1px solid #fff;border-bottom:1px solid #C4D2C8; }
	table.outline th em { padding:0 8px; }
	table.outline td { padding-left:15px;padding-right:15px;border:1px solid #fff;border-bottom:1px solid #C4D2C8;font-weight:500; }
.gglmap { width:84%;margin:20px auto 0 auto; }

@media screen and (max-width: 834px){
	table.outline { width:94%;margin:0 auto !important;border-top:1px solid #C4D2C8; }
	table.outline th { display:block; }
	table.outline td { display:block;alignment-adjust }
		table.outline td ul { margin-left:0 !important; }
		table.outline td li { margin-left:0; }
	.gglmap { width:90%;margin:0 auto; }
	table.outline th { border-left:1px solid #C4D2C8;border-right:1px solid #C4D2C8; }
	table.outline td { display:block;background-color:#fff;
		border-left:1px solid #C4D2C8;border-right:1px solid #C4D2C8; }
}
@media screen and (max-width: 480px){
	table.outline th { display:block;min-width:auto; }
	.gglmap { width:92%;margin:0 auto; }
}

/************************************
** 製品紹介
************************************/

.parent-pageid-18 h1.entry-title { margin-top:50px; }
.itemNmbtm { margin:-20px 0 20px 0;text-align:center;font-size:1.3em;color:#FF8306; }
.itemNmbtm br { display:none; }

#productsMainBox .info01 .campaign p { border:2px solid #8CC63F;color:#74c507;text-align:center;font-size:1.0em; }
#productsMainBox p { margin:6px 0 0 0;line-height:1.6; }
#productsMainBox .itemName { color:#005032;font-size:16px;font-weight:600; }
#productsMainBox .itemName em { font-size:22px;font-weight:600; }
#productsMainBox .price { background-color:rgba(251,252,251,0.8);padding:1px 15px 0 15px;margin-top:7px;font-size:18px;
	border-top-left-radius:6px;border-top-right-radius:6px; }
	#productsMainBox .price strong { font-size:26px;line-height:1.4; }
	#productsMainBox .price strong .important { font-size:42px;margin-left:17px; }
#productsMainBox .price-info { background-color:rgba(251,252,251,0.8);padding:1px 15px 15px 15px;margin-top:0;
	border-bottom-left-radius:6px;border-bottom-right-radius:6px; }
#productsMainBox .important { color:#C1272D; }
#productsMainBox .price-info ul { margin:10px 0 0 0;padding:0 0 0 17px; }
	#productsMainBox .price-info ul li { font-size:14px;line-height:1.8;margin:0; }
#productsMainBox .sales-info { margin-top:10px; }
#productsMainBox .sales-info p { color:#005032;font-weight:600;background-color:#b8e47d;margin-top:4px;text-align:center;padding:4px 0;
	font-size:18px;border:1px solid #fff; }

#productsMainBox .itemDtl { margin:26px 0 0 0;border:1px;border-color:#e7e4e4; }
	#productsMainBox .itemDtl th { font-size:14px;width:100%;display:block;padding:3px 2px 2px 2px;background-color:#f0f0f0; }
	#productsMainBox .itemDtl td { font-size:14px;width:100%;display:block;background-color:#fff;padding:6px 6px 6px 16px;border-bottom:1px solid #f0f0f0; }

#productsSubBox { margin:30px 0 0 0;padding:0 0 40px 0; }
#productsSubBox h2 { font-size:32px;margin:0;font-weight:600;text-align:left; }
#productsSubBox .itemPoint { color: #FF8306;margin:0;padding:0.8em 0 0 0;font-size:1.3em;line-height:1.8; }
#productsSubBox .subPht { margin:50px 0 0 0;padding:0; }
#productsSubBox .subPht img { width:49%; }
#productsSubBox .subPht img:nth-child(even) { width:49%;margin-left:1%; }

#productsIconbox { padding:25px 0 25px 11%;margin-bottom:50px;
	background-color: #ECECEC;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));-webkit-background-size: 7px 7px; }
	#productsIconbox img { width:40%;margin:1.4% 1%;filter:drop-shadow(1px 1px 1px #bbb); }

#productsList { padding:0;margin-bottom:50px; }
#productsList a { display:block;width:32%;float:left;margin:6px 6px;text-decoration:none;line-height:90px;border:1px solid #ccc; }
	#productsList a:hover { color:#5ea500;background-color:#FAF3E1;transition: all .3s; }
	#productsList a img { padding:8px 12px 8px 8px; }
	#productsList a:hover img { opacity:0.6;transition: all .3s; }
	#productsList a.this { background-color:#eae9e9; }
	#productsList a.this:hover { background-color:#eae9e9;color:#1e5325;cursor:default; }
	#productsList a.this:hover img { opacity:1; }

@media screen and (min-width:1080px){
	#productsMainBox { position:relative;max-width:1200px;width:100%; }
	#productsMainBox img.imgA { width:100%; }
	#productsMainBox img.imgB { width:32%;margin:25px 15px 0 0; }
	#productsMainBox img.imgC { width:32%;margin:25px 0 0 0; }
	#productsMainBox .info01 .campaign p { font-size:1.1em; }
	#productsMainBox .info02 p { font-size:1.1em; }
	#productsMainBox .product_info { position:absolute;top:0;width:30%;left:70%;
		background-color:rgba(251,252,251,0.7);padding:15px 20px 30px 20px; }
}

@media screen and (max-width:1170px){
	#productsMainBox .itemName em { font-size:18px;}
	#productsMainBox .info02 h4 { margin:10px 0 0 0;font-size:20px; }
	#productsMainBox .info02 h4 br { display:none; }
	#productsMainBox .info02 p br { display:none; }
	#productsMainBox .sales-info p { padding:4px 0;font-size:16px; }
	#productsMainBox .info02 p { line-height:1.8;font-size:14px; }
	#productsMainBox .info03 { margin:10px 0 0 0;border-bottom:1px solid #ddd;; }
	#productsMainBox .price-info ul li { font-size:12px;line-height:1.6; }
	#productsMainBox th { padding:2px;font-size:12px;border-bottom:none; }
	#productsMainBox td { padding:2px 10px;font-size:12px;border-bottom:none; }
}

@media screen and (min-width:1025px) and (max-width:1170px) {
	#productsMainBox th { display:block;padding:2px;font-size:12px;border-bottom:none; }
	#productsMainBox td { display:block;padding:2px 10px;font-size:12px;border-bottom:none; }
	#productsMainBox .product_info { position:absolute;top:0;width:32%;left:67%;
		background-color:rgba(251,252,251,0.8);padding:15px; }
	.productsPR dt { font-size:18px;line-height:4.0; }
	.productsPR dd { font-size:16px;line-height:1.5; }
	#productsIconbox { padding:25px 0 25px 5%;margin-bottom:30px; }
	#productsIconbox img { width:44%;margin:1.4% 1%;filter:drop-shadow(1px 1px 1px #bbb); }
	#productsList { margin-bottom:30px; }
		#productsList a { font-size:14px; }
}

@media screen and (max-width:1024px) {
	#productsList a { font-size:12px;width:32%;line-height:84px;margin:4px 0 4px 8px; }
	#productsList a img { padding:5px 8px 5px 5px; }
	#productsMainBox .price-info ul { margin-top:3px; }
	#productsMainBox .price-info ul li br { display:none; }
	#productsMainBox .info01 .campaign p { margin-top:0; }
}

@media screen and (min-width:961px) and (max-width:1000px) {
	#productsMainBox .info01 .campaign p { font-size:1.0em; }
	#productsMainBox .price strong .important { margin-left:0; }
	#productsMainBox .itemName { font-size:16px;margin-top:5px; }
	#productsMainBox .price strong .important { font-size:40px; }
	#productsMainBox .sales-info p { font-size:14px; }
	#productsMainBox .sales-info p sup { font-size:10px; }
	#productsMainBox th { line-height:1.6; }
	#productsMainBox td { line-height:2.0; }
}

@media screen and (max-width:960px){
	#productsMainBox img.imgB { width:48%;margin:20px 2% 0 0; }
	#productsMainBox img.imgC { width:48%;margin:20px 0 0 0; }
	#productsMainBox .info01 .campaign { margin-top:5px; }
	#productsMainBox .info01 .campaign p { font-size:16px;padding:2px 0; }

	#productsMainBox p { margin:0;padding-top:5px; }
#productsMainBox .price { padding:0px 15px 0 15px;margin-top:0;font-size:16px; }
	#productsMainBox .price strong { font-size:20px;line-height:1.4; }
	#productsMainBox .price strong .important { font-size:36px;margin-left:17px; }

		#productsMainBox .itemName { color:#005032;font-size:18px;padding:5px 0 0 10px; }
			#productsMainBox .itemName em { font-size:22px; }
		#productsMainBox .price { padding:0 0 0 10px; }
		#productsMainBox .price-info { padding:1px 5px 15px 30px; }
			#productsMainBox .price-info br { display:none; }
			#productsMainBox .price-info ul li { font-size:14px; }
		#productsMainBox .sales-info p { padding:3px 0;font-size:14px; }
	#productsMainBox .info02 { margin-top:5px; }
		#productsMainBox .info02 h4 { font-size:20px;padding-bottom:10px; }
	#productsMainBox .info03 { margin-top:10px;width:100%; }
		#productsMainBox .info03 td { padding-left:20px; }
		#productsMainBox th { font-size:12px; }
		#productsMainBox td { font-size:12px; }
	.productsPR dt { font-size:18px;line-height:4.0; }
	.productsPR dd { font-size:16px;line-height:1.5;padding-right:15px; }

	#productsIconbox { padding:20px 0 20px 20px;margin-bottom:10px; }
		#productsIconbox img { width:46%;margin:10px 10px; }

	#productsList { margin-bottom:20px; }
	#productsList a { font-size:16px;width:48%;line-height:88px;margin:5px 0 5px 10px; }
	#productsList a img { padding:7px 12px 7px 7px; }
}

@media screen and (max-width:834px){
	.product_info { border-bottom:2px solid #f0f0f0; }
	#productsMainBox .product_info { width:100%;margin-top:30px; }
	#productsMainBox .itemName { color:#005032;font-size:22px;padding:15px 0 0 10px; }
	#productsMainBox .info02 { margin-top:25px; }
	#productsMainBox .info03 { margin-top:25px; }
	#productsSubBox h2 { font-size:28px; }
}

@media screen and (max-width:768px){
	#productsIconbox img { width:46%;margin:10px 6px; }
	#productsList a { font-size:14px; }
	#productsIconbox,#productsList { margin-bottom:0; }
}

@media screen and (max-width:640px){
	#productsMainBox .itemName em { font-size:26px; }
	#productsMainBox .info02 h4 { font-size:22px; }
	.productsPR dt { font-size:14px;line-height:4.6; }
	.productsPR dd { font-size:12px;line-height:1.5;padding-right:10px; }
	#productsIconbox { padding:8px 0 10px 13px;margin-bottom:0; }
		#productsIconbox img { width:46%;margin:5px 5px; }
	#productsList a { line-height:60px;margin:5px 0 5px 10px; }
	#productsList a img { width:80px;padding:5px 10px 5px 5px; }
	#productsSubBox h2 { font-size:26px; }
	#productsSubBox .itemPoint { font-size:1.2em; }
	#productsSubBox .itemPoint br { display:none; }
}

@media screen and (max-width:600px){
	.parent-pageid-18 h1.entry-title { font-size:20px;margin-top:40px; }
	#productsMainBox .itemName em { font-size:26px; }
	#productsMainBox .info02 h4 { font-size:24px; }
	.productsPR dt { font-size:16px;display:block;width:100%;padding:0 0;line-height:2.2; }
	.productsPR dd { font-size:16px;display:block;width:100%;padding:10px 15px; }
	#productsIconbox { padding:15px 20px 18px 20px;text-align:center; }
		#productsIconbox img { width:80%;margin:8px 0; }
	#productsList a { width:84%;line-height:82px;margin:0 0 8px 8%;font-size:16px; }
	#productsList a img { width:100px;padding:6px 0px 6px 6px;margin-right:15px; }
}

@media screen and (max-width:540px){
	.parent-pageid-18 h1.entry-title { font-size:20px;margin:0;padding:15px 0 10px 0; }
	#productsMainBox .info01 .campaign p { font-size:16px; }
	#productsMainBox .itemName { padding:5px 0 0 0;font-size:16px; }
	.itemNmbtm { text-align:left;line-height:1.7; }
	#productsMainBox .itemName em { font-size:20px; }
	#productsMainBox .price-info { padding: 1px 10px 10px 10px; }
	#productsMainBox .sales-info p { font-size:16px; }
	#productsMainBox .info02 h4 { font-size:20px; }
	.article dl.productsPR { margin:0; }
	#productsIconbox { padding:10px 0 12px 0;text-align:center; }
		#productsIconbox img { width:90%;margin:8px 0; }
	#productsList a { width:90%;line-height:68px;margin:8px 0 0 5%;font-size:14px; }
		#productsList a img { width:80px; }
}

@media screen and (max-width:440px){
	#productsSubBox .subPht { margin:0; }
	#productsSubBox .subPht img { width:100%; }
	#productsSubBox .subPht img:nth-child(even) { width:100%;margin:15px 0 0 0; }
}

@media screen and (max-width:375px){
	#productsMainBox img.imgB { width:47%; }
	#productsMainBox .info03 th { font-size:12px; }
	#productsMainBox .info03 td { padding-left:15px;font-size:12px; }
	.productsPR dd { font-size:14px; }
	#productsList a { width:100%;margin:10px 0 0 0; }
}

@media screen and (max-width:320px){
	.parent-pageid-18 h1.entry-title { font-size:14px;margin-top:20px; }
	#productsMainBox .itemName br { display:block; }
	#productsMainBox .price { padding: 0 0 0 18px; }
	#productsIconbox { padding:5px 0 7px 0; }
		#productsIconbox img { width:94%;margin:6px 0; }
}

/************************************
** 製品紹介　カラー人工芝
************************************/

.fashionableImg { text-align:center;margin-top:-20px; }
.fashionableImg img { width:38%;margin:0;padding:25px 5px; }

.features-Box { width:100%;margin:0 auto;padding:0 0 20px 0;display:-webkit-flex;
	display:flex;justify-content:space-between;align-items:stretch; }

	.features-Box .box_no1,.features-Box .box_no2,.features-Box .box_no3 {
		margin:20px 0;padding:0 16px 6px 10px;width:33%; }

	.features-Box img { display:block; }
	.features-Box p { padding:15px 6px 0 8px;margin:0; }

@media screen and (max-width:834px){
	.fashionableImg img { width:42% !important;padding:10px !important; }
	.featuresTxt br { display:none; }
	.features-Box .box_no1,.features-Box .box_no2,.features-Box .box_no3 {
		margin:0;padding:0 8px 6px 8px;width:33%; }
}

@media screen and (max-width:768px){
	.fashionableImg img { width:45% !important;padding:10px !important; }
}

@media screen and (max-width:640px){
	.features-Box p { font-size:14px; }
}

@media screen and (max-width:540px){
	.fashionableImg { margin-top:-20px; }
	.fashionableImg img { width:100% !important;padding:0 !important;margin:0; }
	.features-Box { flex-wrap:wrap;margin:0;padding:0; }
	.features-Box .box_no1,.features-Box .box_no2,.features-Box .box_no3 {
		margin:20px 0;padding:0 16px 6px 10px;width:100%; }
	.features-Box .box_no1,.features-Box .box_no2,.features-Box .box_no3 { width:100%;border-right:0; }
	.featuresTxt { padding:0;margin:0 0 -20px 0; }
}

/************************************
** 製品紹介　特徴
************************************/

.turffeatures-Box { width:100%;margin:0 auto;padding:0 0 0 0;display:-webkit-flex;
	display:flex;justify-content:space-between;align-items: stretch;flex-wrap:wrap; }

	.turffeatures-Box .box_odd,.turffeatures-Box .box_even {
		margin:2px 2px 2px 0;padding:0 20px 25px 20px;width:33%; }

	.golfPg { max-width:1000px;margin:10px auto;padding-bottom:40px; }
	.golfPg .box_odd,.golfPg .box_even {
		margin:15px 2px 2px 0;padding:0 20px 25px 20px;width:100%; }

	.turffeatures-Box .box_odd { background-color: #cbe8ba; }
	.turffeatures-Box .box_even { background-color: #e6f5db; }

	.turffeatures-Box h3 { margin:0;padding:14px 5px 14px 15px;font-size:1.2em;
		font-weight:500;border:0;color:#fff;background-color:#5A9543;
background-size: auto auto;
background-color: rgba(90, 149, 67, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(98, 160, 74, 1) 10px, rgba(98, 160, 74, 1) 17px );

 }
	.turffeatures-Box p { padding:18px 6px 0 8px;margin:0;text-align:2.0em; }

@media screen and (max-width:834px){
	.turffeatures-Box .box_odd,.turffeatures-Box .box_even { width:100%;border-right:0; }
}

/************************************
** ご依頼の流れ
************************************/

.orderFlowMsg { max-width:1100px;margin-left:auto;margin-right:auto; }

.orderFlowBox { max-width:1100px;margin-left:auto;margin-right:auto; }

	.flowSaleBoxSet { background-color:#E1E8D3; }
	.flowConstBoxSet { background-color:#DAE9C6; }

		.flowSaleBoxSet h3.normal { max-width:280px;line-height:50px;text-align:center;margin:0 auto;
			background-color:#84CD87;color:#fff;font-size:26px; }
		.flowConstBoxSet h3.normal { max-width:280px;line-height:50px;text-align:center;margin:0 auto;
			background-color:#7A9A71;color:#fff;font-size:26px; }

		.flowSaleBox { border:14px solid #fff;border-top:none; }
		.flowConstBox { border:14px solid #fff;border-top:none; }

			.flowSaleBox h4 { background:#E6F4DD url('/wp2021/wp-content/uploads/2021/08/flowSale_bg.png') 100% 0% no-repeat;
				text-align:center;margin:0 auto -10px auto;padding:13px 0 0 0; }
			.flowConstBox h4 { background:#DAE9C6 url('/wp2021/wp-content/uploads/2021/08/flowConst_bg.png') 100% 0% no-repeat;
				text-align:center;margin:0 auto -10px auto;padding:13px 0 0 0; }

			.flowSaleBox .msg { background:#E6F4DD url('/wp2021/wp-content/uploads/2021/08/flowSale_arw.png') 50% 96% no-repeat;
				padding:0 20px 28px 20px; }
			.flowConstBox .msg { background:#DAE9C6 url('/wp2021/wp-content/uploads/2021/08/flowConst_arw.png') 50% 96% no-repeat;
				padding:0 20px 28px 20px; }

				.flowSaleBox .msg p,.flowConstBox .msg p { height:200px; }

@media screen and (min-width:1024px) and (max-width:1080px){
	.flowSaleBox .msg p,.flowConstBox .msg p { height:210px; }
}
@media screen and (max-width:1023px){
	.flowSaleBox h4 { margin:0 auto;padding:40px 0 0 0; }
	.flowConstBox h4 { margin:0 auto;padding:40px 0 0 0; }
	.flowSaleBox .msg p,.flowConstBox .msg p { height:250px; }
}
@media screen and (max-width:834px){
	.flowSaleBoxSet h3.normal { font-size:22px; }
	.flowConstBoxSet h3.normal { font-size:22px; }
	.flowSaleBox h4 { margin:0 auto;padding:50px 0 0 0; }
	.flowConstBox h4 { margin:0 auto;padding:50px 0 0 0; }
	.flowSaleBox .msg p,.flowConstBox .msg p { height:280px; }
}
@media screen and (max-width:768px){
	.flowSaleBox h4 { margin:0 auto -10px auto;padding:30px 0 0 0; }
	.flowConstBox h4 { margin:0 auto -10px auto;padding:30px 0 0 0; }
	.flowSaleBox .msg p,.flowConstBox .msg p { height:auto; }
	.flowSaleBox .msg p br,.flowConstBox .msg p br { display:none; }
}
@media screen and (max-width:480px){
	.flowSaleBox h4 { margin:0 auto -5px auto;padding:50px 0 0 0; }
	.flowConstBox h4 { margin:0 auto -5px auto;padding:50px 0 0 0; }
}

/************************************
** フォーム
************************************/

.mw_wp_form .error { color:#FB6789 !important; }
.inquirytbl select { cursor:pointer; }
.hand { cursor:pointer; }
form select { background-color: rgb(255, 255, 255); }

.entry-content h3.inquiry { width:96%;margin:25px auto;color:#fff;background-color:#6bab5c;border:1px solid #40a32a; }
.inqinfobox { width:90%;margin:20px auto;border-radius: 6px;text-align:center;padding:10px 0;line-height: 3.4;font-size:18px;border:3px solid #fac48e;background-color:#FFFFDC;letter-spacing:1px; }
.inqinfobox .phoneBox { width:80%;margin:0 auto;padding:5px 0 15px 0;border-bottom: 1px solid #7F7265;vertical-align:middle;font-size: 22px;line-height:1.8; }
.phoneBox a { text-decoration:none;font-family: 'Oswald', sans-serif;letter-spacing:1px;font-weight:600;color: #f88106; }
	.inqinfobox .phoneTtl { margin:0 6px; }
	.inqinfobox img { vertical-align:baseline;margin-right:10px; }
	.inqinfobox .phoneNum { font-size:42px;font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;font-weight:600;color:#107a45; }

@media screen and (max-width:480px){
	.inqinfobox { width:96%;font-size:16px; }
	.inqinfobox .phoneBox { font-size:18px;width:92%;border-bottom:1px solid #d4c9be; }
	.inqinfobox .phoneTtl { font-size:20px; }
	.inqinfobox img { vertical-align:baseline;margin-right:10px;width:40px; }
	.inqinfobox .phoneNum { font-size:26px; }
	.inquirytbl th { background-color:#DAE9C6 !important; }

}
@media screen and (max-width:320px){
	.inqinfobox { width:96%;font-size:14px; }
	.inqinfobox .phoneBox { font-size:16px; }
	.inqinfobox .phoneTtl { font-size:18px; }
	.inqinfobox img { vertical-align:baseline;margin-right:10px;width:34px; }
	.inqinfobox .phoneNum { font-size:20px !important; }
	.inquirytbl th { background-color:#DAE9C6 !important; }
}

.inquirytbl { width:96%;margin:20px auto; }
p.agreement { width:90%;margin:50px auto 60px auto; }

	.inquirytbl,.inquirytbl th,.inquirytbl td {
		border:none;
		border-bottom:1px solid #7FAA85;
	}
	.inquirytbl th:first-child,.inquirytbl td:nth-child(2) {
		border-top:1px solid #7FAA85;
	}

.inquirytbl th { padding:10px 40px;width:250px; }
.inquirytbl .required { position:relative; }
.inquirytbl .required::after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	content:  url('/wp2021/wp-content/uploads/2020/04/icon_required.png');
}
h3 .required { position:relative; }
h3 .required::before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top:-16px;
	content:  url('/wp2021/wp-content/uploads/2020/04/icon_required.png');
}
h3.inquiry .required { padding-left:60px; }

.inquirytbl td { padding:10px 10px 10px 20px; }
.inquirytbl td.checkbox span { display:block; }
.inquirytbl td.checkbox span span { display:inline; }
.inquirytbl td.checkbox span:first-child { margin-left: 10px; }
.inquirytbl td p { margin:0;padding:0; }

.inquirytbl .w10 { width:10%; }
.inquirytbl .w20 { width:25%; }
.inquirytbl .w30 { width:30%; }
.inquirytbl .w40 { width:40%; }
.inquirytbl .w50 { width:50%; }
.inquirytbl .w60 { width:60%; }
.inquirytbl .w70 { width:70%; }
.inquirytbl .w80 { width:80%; }
.inquirytbl .w90 { width:90%; }

p.agreement { text-align:center;padding:15px 0 10px 0;line-height:3.4;border-radius:6px;border:1px solid #99BBA0;background-color:#F8FAF9; }
p.agreement em { font-weight:normal; }
p.agreement span { font-size:1.1em; }

td.mailadd-td input { margin:5px 0; }

/*1240px以上*/
@media screen and (min-width:1200px){
	.entry-content h3.inquiry { width:90%;margin:30px auto; }
	.inquirytbl { width:90%;margin:50px auto; }
}

/*834px以下*/
@media screen and (max-width: 834px){
	.entry-content h3.inquiry { font-size: 1.35em; }
	.inquirytbl th { padding:10px 40px 10px 25px;width:230px; }
	.inquirytbl .w20 { width:40%; }
	.inquirytbl .w80 { width:90%; }
	.inquirytbl .w50 { width:70%; }
	p.agreement { width:80%; }
}

/*600px以下*/
@media screen and (max-width:600px){
	.entry-content h3.inquiry { font-size: 1.15em; }
	.inquirytbl th,.inquirytbl td { display:block; }
	.entry-content h3.inquiry { width:100%;margin:20px auto; }
	.inquirytbl { width:100%;margin:20px auto; }
	.inquirytbl th { border:0;width:100%; }
	.inquirytbl td { border:0;background-color:#fff;padding-bottom:20px; }
	.inquirytbl .required::after {
		right: 30px;
	}
	.inquirytbl .w10 { width:20%; }
	p.agreement { width:94%; }
	.search-edit, input[type="text"], input[type="password"],
	input[type="date"], input[type="datetime"], input[type="email"],
	input[type="number"], input[type="search"], input[type="tel"],
	input[type="time"], input[type="url"], textarea, select { font-size:14px; }
}
/*480px以下*/
@media screen and (max-width:480px){
	.entry-content h3.inquiry { font-size: 1.0em; }
	.inquirytbl th { line-height:1.6;font-size:14px;padding: 5px 40px 5px 25px; }
	.inquirytbl td { line-height:3.0;font-size:13px; }
	.inquirytbl td.tel .w50 { width:22%; }
	.inquirytbl .w10 { width:25%; }
	.inquirytbl .w20 { width:45%; }
	.inquirytbl .w30 { width:45%; }
	.inquirytbl .w40 { width:45%; }
	.inquirytbl .w50 { width:72%; }
	.inquirytbl .w60 { width:50%; }
	.inquirytbl .w70 { width:70%; }
	.inquirytbl .w80 { width:90%; }
	.inquirytbl td { padding:10px 10px 10px 10px; }
	p.agreement { width:auto;padding-top:20px;padding-left:15px;padding-right:5px;line-height:1.6;font-size:14px;margin-top:15px; }
	p.agreement span { font-size:16px;line-height:3.0; }
}
/*320px以下*/
@media screen and (max-width:320px){
	.inquirytbl .w10 { width:30%; }
	.inquirytbl .w30 { width:60%; }
	.inquirytbl .w50 { width:96%; }
	.inquirytbl td.tel .w50 { width:20%; }
	.inquirytbl .w80 { width:90%; }
}

/************************************
** button
************************************/

.btnbox  { width:80%;margin:0 auto;text-align:center; }
.btnbox .btn-bace { margin:0 0 20px 0; }

.btn-bace {
	font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
	max-width:500px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px 8px 17px;
	border-radius: 4px;
	transition: .4s;
}

@media screen and (max-width:480px){
	.btn-bace { max-width: 90%; }
}

.btn-pink { color: #FB6789 ;background-color:#fff;border: 2px solid #E9A6A8; }
.btn-pink:hover { color: #FFF;background-color: #EFC3C9;border-color: #E9A6A8; }

.btn-red { color: #B20000;background-color:#fff;border: 2px solid #B20000; }
.btn-red:hover { color: #FFF;background-color: #E13333;border-color: #B20000; }

.btn-green { color: #9ec34b;background-color:#fff;border: 2px solid #9ec34b; }
.btn-green:hover { color: #FFF;background-color: #9ec34b;border-color: #cbe585; }

.btn-gold { color: #9F805B;background-color:#fff;border: 2px solid #B69D80; }
.btn-gold:hover { color: #FFF;background-color: #C7B49E;border-color: #B69D80; }

/************************************
** blog(施工事例一覧)
************************************/

.sidebar h3 { padding:8px 5px 8px 15px;font-size:1.0em;
font-weight:600;border:0;color:#00673B;background-color:#dcebc5;align-content; }

#archive-title { margin-top:25px; }
.archive .fa { color:#204624; }
.entry-card-title,.related-entry-card-title { margin:15px 0 0 0; }
.e-card-info .post-date { font-size:14px; }

.single-post .main h2.entry-title {
    margin:25px 0 5px 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #1E5325;
    color: #1E5325;
    font-size: 28px;
    line-height: 1.6;
    background-color: #fff;
}
.date-tags .post-date { font-size:1.0em; }

.worksInfoBox { margin:0;padding:0; }
.worksInfoBox div,.worksInfoBox .panel-grid-cell { margin:0 !important;padding:0 !important; }
.worksInfoTtl { text-align:center;background-color:#daeac6; }
	.worksInfoTtl p { text-align:center;margin:1px; }
.worksInfo { background-color:#e6f3de; }
	.worksInfo p { padding:0 10px 0 15px;margin:1px; }

.worksBefore-after { margin-top:40px; }
.worksBeforeTtl { color:#000;font-weight:600;letter-spacing:0px;line-height:1.5; }
	.worksBeforeTtl p { font-weight:300;font-family: 'Oswald', sans-serif;font-size:2.4em; }
.worksAfterTtl { color:#000;font-weight:600;letter-spacing:0px;line-height:1.5;text-align:right; }
	.worksAfterTtl p { font-weight:300;font-family: 'Oswald', sans-serif;font-size:2.6em; }
.worksBefore-after p { margin:0;padding:0;color:#333; }
.worksBefore-after img { margin:0 !important;padding:0; }

@media screen and (max-width:1100px){
	.single-post .entry-content h2 { text-align:left;padding:20px 0 30px 0;font-size:22px; }
	.worksBeforeTtl p { font-size:34px; }
	.worksAfterTtl p { font-size:34px; }
}

@media screen and (max-width: 834px){
	.excerpt br { display:none; }
	.single-post .main h2.entry-title { font-size: 1.2em; }
	.worksBefore-after { margin-top:20px; }
	.worksInfoTtl p { padding:2px 0 2px 0; }
	.worksInfo p { padding:2px 10px 2px 15px;margin:1px;text-align:center; }
	.worksBeforeTtl { font-size:1.6em; }
	.worksAfterTtl { font-size:1.6em;padding-right:10px; }
	.worksBeforeTtl p { font-size:32px; }
	.worksAfterTtl p { font-size:32px; }
}

@media screen and (max-width:600px){
	.archive #archive-title { font-size:20px; }
}

@media screen and (max-width:480px){
	.single-post h1.entry-title { font-size:20px; }
}
@media screen and (max-width:540px){
	.entry-card-title, .related-entry-card-title { margin:8px 0 0 0;font-size:14px; }
	.worksInfo p { padding:4px 10px 4px 10px; }
	.single-post h1.entry-title { text-align:left;padding:0; }
	.single-post .entry-content h2 { padding:20px 0; }
}
@media screen and (max-width:320px){
	.entry-card-title, .related-entry-card-title { margin:5px 0 0 0;font-size:12px; }
}

#sidebar .new-entry-card-update-date { display:none; }

/************************************
** footer
************************************/

.footer { background: #cae2a0; }
#footer-in .footer-widgets { max-width:1140px;margin:20px auto 0 auto;padding:10px 0 10px 50px; }
#footer-in .footer-widgets h3 { color:#fff;font-size:17px;font-weight:600; }
#footer-in .footer-widgets p em { color:#fff;font-size:22px;font-weight:900; }
#footer-in .footer-widgets address .sg { font-size:13px;padding-bottom:8px;display:block; }
#footer-in .footer-widgets address .sg a { text-decoration:none; }
#footer-in .footer-widgets address em span { font-size:0.9em;margin-right:8px; }
#footer-in .footer-widgets address em { font-size:16px;font-weight:900;color:#fff; }
#footer-in .footer-widgets address p { padding:0;margin:10px 0 0 15px; }
#footer-in .footer-widgets .footer-left { width:270px;padding:0 50px 0 15px;border-left:1px dotted #A5A5A5; }
#footer-in .footer-widgets .footer-center { width:440px;padding:0 100px 0 15px;border-left:1px dotted #A5A5A5; }
#footer-in .footer-widgets .footer-right { width:350px;padding:0; }

@media screen and (max-width:960px){
	#footer-in .footer-widgets .footer-left { width:28%;float:left; }
	#footer-in .footer-widgets .footer-center { width:72%;float:left;padding-right:0; }
	#footer-in .footer-widgets .footer-right { width:100%;clear:both;padding-top:25px; }
}

/************* 834以下 *************/

.widget-footer-mobile h3 { font-size:18px;font-weight:600;color:#fff; }
.widget-footer-mobile p em { font-size:22px;font-weight:900;color:#fff; }
.widget-footer-mobile address { margin-top:25px;padding-top:20px;border-top:1px solid #d1d0d0; }
.widget-footer-mobile address .sg { font-size:13px;padding-bottom:8px;display:block; }
.widget-footer-mobile address .sg a { text-decoration:none; }
.widget-footer-mobile address em span { font-size:0.9em;margin-right:8px; }
.widget-footer-mobile address em { font-size:16px;font-weight:900;color:#fff; }
.widget-footer-mobile address p { padding:0;margin:10px 0 0 15px; }

@media screen and (max-width:440px){
	.widget-footer-mobile h3 { font-size:16px;font-weight:600; }
	.widget-footer-mobile p em { font-size:18px;font-weight:900; }
}

/************************************
** 導入実績
************************************/

.casesFlow { max-width:990px;margin-left:auto;margin-right:auto; }
	.casesFlow h3.normal { color:#86B739;font-size:28px; }

.caseBoxset { max-width:1100px;margin-left:auto;margin-right:auto; }

.caseBox { margin-left:auto;margin-right:auto;text-align:center;background-color:#E1E8D3; }
	.caseBox:after { height:0; visibility: hidden; content: ".";	display: block;	clear: both; }

	.caseBox .cases_01,.caseBox .cases_02 { background-color:#E1E8D3;position:relative; }
	.caseBox .cases_01:after,.caseBox .cases_02:after { height:0; visibility: hidden; content: ".";	display: block;	clear: both; }

	.caseBox h3.circle { background:#E1E8D3 url('/wp2021/wp-content/uploads/2021/08/top_btmworks_ttl.gif') 50% 50% no-repeat;
		border:0;background-size:auto 100%;text-align:center;padding:10px 0;margin:0 0 10px 0;font-size:26px;color:#516e5a; }
	.caseBox img { margin:0;padding:0; }
	.caseBox p { margin:0;padding:10px 15px 12px 15px;background-color:#fff;line-height:1.8;text-align:left; }
	.caseBox .nextArrow { position:relative;top:-10px; }

.caseDtlBoxTtl { background-color:#E1E8D3;padding:0;max-width:1100px;margin-left:auto;margin-right:auto; }
	.caseDtlBoxTtl h3,.caseDtlBox h3 { background-color:transparent;border:none;text-align:center;
		font-size:26px;padding:25px 0; }
	.caseDtlBoxTtl h4,.caseDtlBox h4 { background-color:#55964A;color:#fff;border:none;text-align:center;font-weight:normal;
		font-size:18px;padding:15px 0; }

.caseDtlBox { background-color:#E1E8D3;padding:10px;max-width:1100px;margin-left:auto;margin-right:auto; }
	.caseDtlBoxTtl h5,.caseDtlBox h5 { background-color:transparent;border:none;
		font-size:28px;padding:15px 0 15px 3px;margin:0; }
	.caseDtlBox h5.moca { color:#fff; background-color:#A6927D;font-size: 24px;padding:10px 0 10px 20px;margin:10px 5px 5px 5px; }
	.caseDtlBox h5.glay { color:#fff; background-color:#7A7A7A;font-size: 24px;padding:10px 0 10px 20px;margin:10px 5px 5px 5px; }
.caseDtlBox h4.colorGlay { color:#fff; background-color:#7A7A7A;font-size: 24px;padding:10px 0 10px 20px;margin:10px 5px 5px 5px;line-height: 1.25;font-weight: bold;text-align: left; }
.caseDtlBox h4.colorMoca { color:#fff; background-color:#A6927D;font-size: 24px;padding:10px 0 10px 20px;margin:10px 5px 5px 5px;line-height: 1.25;font-weight: bold;text-align: left; }

	.caseDtlBox img { padding:0;margin:0; }
	.caseDtlBox p { padding:0;margin:0; }
	.caseDtlBox .cases-hope p { padding:10px 15px 15px 25px;margin:0;background-color:#fff;border:1px solid #E6E6E6; }
	.caseDtlBox .cases-hope p strong { font-size:1.4em;color:#444; }

dl.cases-hopelist { margin:0;padding:0; }
.cases-hopelist dt { background-color:#009245;color:#fff;text-align:center;font-weight:600;font-size:22px; }
.cases-hopelist dd { background-color:#F2F2F2;margin:0;padding:0; }
.cases-hopelist dd { padding:6px 10px 7px 20px;border-top:1px solid #CCCCCC; }

	.caseDtlBox .caseGoContact { text-align:center; }
		.caseDtlBox .caseGoContact a { margin-bottom:20px; }

@media screen and (min-width:1081px) {
	.caseBox .cases_01 .cace-before p { height:7.0em; }
	.caseBox .cases_01 .cace-after p { height:15.6em; }
	.caseBox .cases_02 .cace-before p { height:7.0em; }
	.caseBox .cases_02 .cace-after p { height:18.6em; }
}
@media screen and (max-width:1080px) {
	.turn_smile_img { padding:0 15px 0 24%; }
	.caseBox .cases_01 .cace-before p { height:7.0em; }
	.caseBox .cases_01 .cace-after p { height:16.6em; }
	.caseBox .cases_02 .cace-before p { height:7.0em; }
	.caseBox .cases_02 .cace-after p { height:19.6em; }
}
@media screen and (max-width:1024px) {
	.turn_smile_img { padding:0 15px 0 18%; }
}
@media screen and (max-width:960px){
	.turn_smile_img { padding:0 15px 0 16%; }
	.caseBox .cases_01 .cace-before p { height:7.0em; }
	.caseBox .cases_01 .cace-after p { height:18.0em; }
	.caseBox .cases_02 .cace-before p { height:7.0em; }
	.caseBox .cases_02 .cace-after p { height:23.6em; }
}
@media screen and (max-width:834px){
	.turn_smile_img { padding:0 15px 0 6%; }
	.caseBox .cases_01 .cace-before p { height:9.4em; }
	.caseBox .cases_01 .cace-after p { height:21.6em; }
	.caseBox .cases_02 .cace-before p { height:8.6em; }
	.caseBox .cases_02 .cace-after p { height:26.6em; }

	.caseGoContact p { text-align:left; }
	.casesFlow h3.normal { font-size:24px; }
	.caseDtlBoxTtl h3,.caseDtlBox h3 { font-size:22px; }
	.caseDtlBoxTtl h4,.caseDtlBox h4 { text-align:left;padding:10px 15px; }
	.caseDtlBoxTtl h5,.caseDtlBox h5 { font-size:24px;padding:10px 15px 10px 5px; }
	.caseGoContact p { padding:0 20px; }
}
@media screen and (max-width:820px){
	.turn_smile_img { padding:0; }
	.turn_smile_img img { padding:0 10px; }
}
@media screen and (max-width:768px){
	.turn_smile_img { text-align:center; }
	.turn_smile_img img { padding:0;width:70%; }
	.caseBox { margin:15px 0 25px 0; }
	.caseBox .cases_01 .cace-before p { height:auto; }
	.caseBox .cases_01 .cace-after p { height:auto; }
	.caseBox .cases_02 .cace-before p { height:auto; }
	.caseBox .cases_02 .cace-after p { height:auto; }
}
@media screen and (max-width:600px){
	.turn_smile_img img { width:80%; }
	.casesFlow { margin-top:25px; }
	.casesFlow h3.normal { font-size:26px; }
	.caseDtlBoxTtl h3,.caseDtlBox h3 { font-size:18px;padding:20px 0; }
	.caseDtlBoxTtl h4,.caseDtlBox h4 { text-align:left;padding:10px 15px; }
	.caseDtlBoxTtl h5,.caseDtlBox h5 { font-size:22px;padding:10px 15px 10px 5px; }
	.cases-hopelist dt { font-size:18px; }
	.caseDtlBox .cases-hope p { padding:10px 18px 15px 25px; }
	.caseDtlBox h5.moca { font-size:26px;padding:10px 0 10px 20px;margin:10px 5px 5px 5px; }
	.caseDtlBox h5.glay { font-size:26px;padding:10px 0 10px 20px;margin:10px 5px 5px 5px; }
	.caseDtlBox h4.colorGlay  { font-size:26px;padding:10px 0 10px 20px;margin:10px 5px 5px 5px;line-height: 1.25;font-weight: bold;text-align: left; }
.caseDtlBox h4.colorMoca { font-size:26px;padding:10px 0 10px 20px;margin:10px 5px 5px 5px;line-height: 1.25;font-weight: bold;text-align: left; }
}

@media screen and (max-width:540px){
	.turn_smile_img img { width:100%; }
	.turn_smile_txt { padding:0; }
	.turn_smile_txt p { padding:0;margin:0; }

	.casesFlow { max-width:90%;margin-left:auto;margin-right:auto; }
	.caseBox { border-bottom:10px solid #fff;margin-bottom:10px; }
	.caseBox .cases_01,.caseBox .cases_02 { background-color:#E1E8D3;position:relative; }
	.caseBox h3.circle { clear:both;width:100%; }

	.caseBox .cases_01 .cace-before p { height:auto; }
	.caseBox .cases_01 .cace-after p { height:auto; }
	.caseBox .cases_02 .cace-before p { height:auto; }
	.caseBox .cases_02 .cace-after p { height:auto; }

	.caseBox { border-bottom:10px solid #fff;margin-bottom:10px; }
	.caseBox .cases_01 .cace-before p { height:auto; }
	.caseBox .cases_01 .cace-after p { height:auto; }
	.caseBox .cases_02 .cace-before p { height:auto; }
	.caseBox .cases_02 .cace-after p { height:auto; }
	.caseDtlBoxTtl h3,.caseDtlBox h3 { text-align:left;font-size:16px;padding:10px 15px; }
	.caseDtlBoxTtl h4,.caseDtlBox h4 { text-align:left;padding:10px 15px;font-size:14px; }
	.caseDtlBoxTtl h5,.caseDtlBox h5 { font-size:18px;padding:5px 10px 0 5px; }
	.goLinkContact-g { font-size:16px;padding: 0 35px 0 10px;line-height:3.2; }
	.cases-hopelist dt { font-size:16px;line-height:1.6;padding:10px 10px 10px 15px;text-align:left; }
	.cases-hopelist dd { font-size:14px;line-height:1.6;padding:10px 10px 10px 15px; }
	.caseDtlBox .cases-hope p { padding:15px 12px 15px 20px; }
	.caseDtlBox .cases-hope p strong { font-size:18px; }
}

h3.example-title { border:0;text-align:center;font-size:28px;padding:0 0 10px 0;margin:0; }
h3.casesTtl { text-align:center;border:none;font-size:26px;line-height:2.0; }

.golfBox { max-width:1200px;margin:30px auto 40px auto;text-align:center; }
	.golfBox img { width:48%;margin:10px 1%;border:4px solid #8CC63F;padding:1%; }
	.golfBox ul { margin:50px 0 0 0;padding:45px 30px 55px 230px;text-align:left;border-radius:8px;
		background:transparent url('/wp2021/wp-content/uploads/2021/08/golf_green2.jpg') 0 100% no-repeat;
		position: relative; }
	.golfBox ul li { font-size:1.2em;color:#fff; }

.otherBox { max-width:1200px;margin:35px auto 10px auto; }
.otherBox .otherType { width:33.3%;float:left;padding:0 15px; }
.otherBox .otherType img { padding-bottom:20px; }

.ownerHouseBox:after,
.publicBox:after,
.golfBox:after,
.otherBox:after { height:0; visibility: hidden; content: ".";	display: block;	clear: both; }

.suggestion {
	text-align:center;
	padding:30px 0 60px 0;
	background:transparent url('/wp2021/wp-content/uploads/2021/08/arrowBg.png') 50% 100% no-repeat;
}

	.suggestion dl {
		margin:0 auto;
		padding:6px;
		display:inline-block;
		background-color:#1f9c70;
		border-radius:6px;
	}

	.suggestion dl dt {
		color:#fff;
		font-size:1.5em;
	}

	.suggestion dl dd {
		background-color:#faffe2;
		text-align:left;
		margin:0;
		padding:3px 25px;
		font-size:1.3em;
		padding-left:2.4em;
		text-indent:-1.2em;
	}

	.suggestion dl dd::before  {
		content: '';
		display: inline-block;
		width: .5em;
		height: .5em;
		margin-right: .7em;
		background: #c9d89c;
		transform: rotate(45deg);
		vertical-align: 2px;
	}

	.suggestion dl dd:first-of-type { padding-top:15px; }
	.suggestion dl dd:last-of-type { padding-bottom:15px }

@media screen and (max-width:1136px){
	.golfBox ul { padding-left:180px; }
}
@media screen and (max-width:1024px){
	.golfBox ul { padding-left:180px; }
	.bgSankaku ul li,.bgMaru ul li { font-size:1.1em; }
	.publicBox.bgMaru ul li { font-size:1.04em; }
	.golfBox ul li { font-size:1.1em; }
	.linkCenter a { width:300px; }
	.suggestion dl dt { font-size:1.3em; }
	.suggestion dl dd { font-size:1.2em; }
}
@media screen and (max-width:960px){
	.bgMaru ul { padding:15px 10px 10px 50px; }
	.bgMaru ul li { font-size: 1.04em;padding: 7px 0; }
	.golfBox ul { padding-left:170px; }
	.golfBox ul li { font-size:1.04em; }
}
@media screen and (max-width:834px){
	.exampleLeft { width:36%;max-width:360px;margin:0;padding:0;display:inline-block;float:left; }
	.exampleList { width:64%;max-width:640px;display:block;float:left; }
	.bgSankaku ul,.bgMaru ul { margin-top:10px;padding:10px 0 0 40px; }
	.bgSankaku ul li,.bgMaru ul li { font-size:1.0em;padding:6px 0; }
	.ownerHouseBox.bgMaru ul { padding:20px 0 5px 40px; }
	.publicBox.bgMaru ul li { padding:4px 0; }

	.golfBox { margin:0 auto 40px auto; }
	.golfBox img { width:46%;margin:20px 1% 40px 1%; }
	.golfBox ul { margin-top:0;padding-left:160px;padding-right:100px;z-index:1; }
	.golfBox ul::before {
		background-color: black;
		opacity: 0.3;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: ' ';
		z-index:1;
	}
	.golfBox ul li { position:relative;z-index:10; }

	.linkCenter { padding-bottom:50px; }
	.suggestion dl dt { font-size:1.2em; }
	.suggestion dl dd { font-size:1.0em; }
}
@media screen and (max-width:768px){
	.exampleLeft { width:50%;max-width:500px;margin:0;padding:0;display:inline-block;float:left; }
	.exampleList { width:50%;max-width:500px;display:block;float:left; }

	.ownerHouseBox.bgSankaku ul { margin-top:30px;padding:15px 15px 15px 40px; }
	.ownerHouseBox.bgSankaku ul li { padding:3px 0;font-size: 1.0em;line-height:1.6; }
	.ownerHouseBox.bgMaru ul { margin-top:15px;padding:0 15px 0 40px; }
	.ownerHouseBox.bgMaru ul li { padding:3px 0;font-size: 1.0em;line-height:1.6; }
	
	.publicBox.bgSankaku ul { margin-top:25px;padding:5px 15px 0 40px; }
	.publicBox.bgSankaku ul li { padding:3px 0;font-size: 1.0em;line-height:1.6; }
	.publicBox.bgMaru ul { margin-top:10px;padding:10px 15px 0 40px; }
	.publicBox.bgMaru ul li { padding:3px 0;font-size: 1.0em;line-height:1.6; }

	.golfBox img { width:80%;margin:30px 1% 30px 1%; }
	.golfBox ul { margin-top:30px;padding-left:50px;padding-right:20px; }

	.linkCenter a { width:300px; }
}
@media screen and (max-width:720px){
	.golfBox ul { padding-left:90px;padding-right:30px; }
}
@media screen and (max-width:640px){
	.ownerHouseBox { max-width:auto;width:94%;margin:margin:20px auto; }
	.exampleLeft,.exampleList { max-width:100%;width:100%;clear:both; }
	.exampleLeft img { max-width:100%;width:100%; }

	.ownerHouseBox.bgSankaku ul,
	.ownerHouseBox.bgMaru ul,
	.publicBox.bgSankaku ul,
	.publicBox.bgMaru ul { margin:20px 0;padding:10px 15px 5px 40px; }

	.publicBox.bgSankaku,.publicBox.bgMaru { padding-bottom:15px; }

	.ownerHouseBox.bgSankaku ul li,
	.ownerHouseBox.bgMaru ul li,
	.publicBox.bgSankaku ul li,
	.publicBox.bgMaru ul li { padding:5px 0;font-size: 1.14em;line-height:1.6; }

	.ownerHousePG img,.publicPG img { max-width:80%; }

	.more { max-width:100%;margin:0 auto;padding:30px 0 0 0; }
	.more .exampleLeft { width:100%;max-width:100%;margin:0;padding:0;display:block;clear:both; }
	.more .exampleRight { width:100%;max-width:100%;margin:0;padding:0;display:block;clear:both; }

	.golfBox { width:100%;max-width:100%; }
	.golfBox img { width:96%; }

	.golfBox ul { padding-left:70px;padding-right:40px; }

	.otherBox { width:76%;max-width:76%; }
	.otherBox .otherType { width:100%;max-width:100%;margin:0;padding:0;display:block;clear:both; }
}
@media screen and (max-width:600px){
	.golfBox ul { padding-left:50px;padding-right:25px; }
}
@media screen and (max-width:480px){
	.ownerHouseBox,.publicBox { max-width:auto;width:100%;margin:margin:10px auto; }
	.ownerHousePG img,.publicPG img { max-width:100%; }
	.golfBox img { width:100%;margin:20px 0;border:2px solid #8CC63F;padding:2%; }

	.golfBox ul { padding:28px 22px 34px 55px;background-size:cover; }
	.golfBox .msgCenter2 br { display:none; }

	.linkCenter a { width:300px; }
	h3.example-title { font-size:22px; }
	.otherBox { width:96%;max-width:96%; }
	.linkCenter a { width:260px; }
	.publicBox.bgSankaku ul { margin:30px 0;padding:0 15px 0 40px; }
	.publicBox.bgSankaku ul li { padding:5px 0;font-size: 1.1em;line-height:1.6; }

	.suggestion dl { padding:4px;border-radius:6px; }

	.suggestion dl dt { font-size:1.3em; }
	.suggestion dl dd { font-size:1.16em;padding-right:15px;padding-top:5px;padding-bottom:5px;line-height:1.6; }
}
@media screen and (max-width:375px){
	.golfBox ul { padding:25px 20px 38px 44px; }
	.golfBox ul::before {
		opacity: 0.36;
	}
}
@media screen and (max-width:320px){
	.golfBox ul { padding:25px 20px 40px 38px;background-size:cover }
	.linkCenter a { width:240px; }
}

.goLinkContact {
	display:inline-block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:22px;
	line-height:2.6;
	margin:25px 0;
	padding:0 55px 0 45px;
	background:#FEAA42  url('/wp2021/wp-content/uploads/2021/08/arrow.png') 97% 50% no-repeat;
	border-radius:4px;
}
.goLinkContact-g {
	display:inline-block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:22px;
	line-height:2.6;
	margin:25px 0;
	padding:0 55px 0 45px;
	background:#22B573  url('/wp2021/wp-content/uploads/2021/08/arrow.png') 97% 50% no-repeat;
}
.goLinkContact:hover,.goLinkContact-g:hover { opacity:0.6;transition:.4s;color:#fff; }

/************************************
** mobileSideMenu
************************************/

#navi-menu-content { background-color: #346439; }
.menu-close-button { font-size:1.8em; }
.menu-content .menu-drawer { padding: 1em 1em 30px; }
.menu-drawer { background-color:#4d7952;margin-top:1px; }
.menu-drawer li { border-top:1px dotted #bbb; }
.menu-drawer li:first-child { border:0; }
.menu-drawer li li:first-child { border-top:1px dotted #bbb; }
.menu-drawer a { color:#fff;border-radius:3px;padding:8px; }
.menu-drawer .sub-menu { margin:0; }

.menu-drawer .fa { margin-right:0.5em; }
.menu-drawer .noLink .fa { margin-left:0.4em;margin-right:0; }
.menu-drawer .sub-menu .fa { margin-right:0.5em;margin-left:0; }

.menu-drawer a { transition: .5s;border-radius:3px;opacity:1.0; }
.menu-drawer .noLink a { color:#fff;background-color:#1f9c70;transition:none;opacity:1.0; }
.menu-drawer .noLink .sub-menu a { transition: .5s;border-radius:3px;opacity:1.0; }
.menu-drawer .noLink .sub-menu a:hover { color:#000;background-color:#fff;border-radius:3px; }

/************************************
** clear
************************************/

.faq-content { margin:10px 10px;padding:10px 20px !important;border-radius:6px;background-color:#EEF4E3; }
	.faq-title h4 { font-size:18px !important;line-height:24px !important; }

@media screen and (max-width:640px){
.faq-content { margin:5px 10px 15px 10px; }
	.faq-accordion .faq-main { padding:5px 10px; }
	.faq-content .faq-title h4 { font-size:16px !important;line-height:24px !important; }
}

/************************************
** clear
************************************/

#content:after,
.news_list_box:after,
.news_list_box .news_list a:after,
.photo_photo_txt:after,
#productsMainBox:after,
#productsMainBox .product_info:after,
#productsList:after,
.golfpgMainBtm .putterMat:after,
.golf-flowBox:after,
.meritBox .photoBox:after { height:0; visibility: hidden; content: ".";	display: block;	clear: both; }

/************************************
** その他調整
************************************/

.fa-folder-open:before {
	content:none;
}

/************************************
** IE11 対応
************************************/

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, li ul.sub-menu { left:0; }
}



/* ----------------------------------
--　製品価格（税抜・税込両表示）20260616
---------------------------------- */

#productsMainBox p { margin:12px 0 0 0; }

#productsMainBox .price {
	font-size:15px;
	line-height:1.5;
	letter-spacing: 0;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", sans-serif !important;
}

#productsMainBox .important { margin-right:-4px; }

#productsMainBox .price .num {
	font-size:30px;
	font-weight:600;
}

#productsMainBox .price .num2 {
	font-size:20px;
}

@media screen and (min-width:962px) and (max-width:1100px) {
	#productsMainBox .price { font-size:14px; }
	#productsMainBox .price .num { font-size:26px; }
	#productsMainBox .price .num2 { font-size:18px; }
}

