/* reset */

hrml, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;}
ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
q:before, q:after {content: '';}
object,embed{vertical-align:top;}
legend {display: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img, abbr, acronym, fieldset {border: 0;}
body {font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; font-size: 16px;}
a {color: #000000;text-decoration: none;}
a:active, a:focus, input:active, input:focus {outline: 0;}
section{width: 100%;}
.pcClass {display: block;}
.spClass {display: none;}
.wrap {overflow: hidden;position: relative;}

/* ----------------------------------------------------------------
共通パーツ
----------------------------------------------------------------- */
.inner h3{
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;
	font-family:"源真ゴシック";
}

.btn a:hover{
	opacity: 0.4;
	transition: all 0.5s;
}

.phone a{
	color: #DB0000;
}

/* ----------------------------------------------------------------
ヘッダー
----------------------------------------------------------------- */
header {
	width: 100%;
	padding: 10px 0 10px 0;
	background-color: #fff;
	border-bottom: solid 7px #1C803D;
	position: fixed;
	z-index: 1000;
}
header nav{
	width: 1010px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

header nav h1{
	width: 275px;
}

header nav ul{
	display: flex;
	justify-content: space-between;
	margin-left: auto;

}

header nav ul li.number{
	width: 75%;
}

header nav ul li.number dl{
	line-height: 1.3;
}

header nav ul li.number dl dt h3{
	font-size: 26px;
	text-align: left;
}

header nav ul li.number dl dd{
	padding: 0 0 0 75px;
}

header nav ul li.number dl dd.phone{
	font-size: 34px;
	color: #DB0000;
	font-weight: bold;
	position: relative;
}

header nav ul li.number dl dd.phone::before{
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 40px;
	height: 40px;
	background: url(../img/tel-icon.svg) 0 0 no-repeat;
	z-index: 1;
}

header nav ul li.number dl dd.time{
	line-height: 1.5;
	font-size: 12px;
	position: relative;
}

header nav ul li.number dl dd.time span {
	font-size: 8px;
}

header nav ul li.number dl dd.time::before{
	content: '受付時間';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0;
}

header nav ul li.btn {
	width: 25%;
}

header nav ul li.btn p{
	border-radius: 5px;
	font-weight: bold;
	width: 185px;
	text-align: center;
	font-size: 12px;
}

header nav ul li.btn p a{
	display: block;
	padding: 12px 0 12px 0;
	color: #FFFFFF;
}

header nav ul li.btn p.form{
	margin-bottom: 10px;
	background: linear-gradient(to top, #F75E20 50%, #F88242 50%);
	position: relative;
}


header nav ul li.btn p.line{
	background: linear-gradient(to top, #39A52C 50%, #5DB853 50%);
	position: relative;
}



/* ----------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------- */

#main{
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 121px;
	padding-top: -121px;
}

#main img {
	width: 100%;
}

/* ----------------------------------------------------------------
加賀美造園が選ばれる3つの理由
----------------------------------------------------------------- */

#reason {
	padding: 60px 0 60px 0;
}

#reason .inner{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

#reason .inner h3 span.text{
	color: #DB0000;
	font-size: 45px;
}

#reason .inner h3 span.number{
	color: #DB0000;
	font-size: 67px;
}

#reason .inner p{
	text-align: center;
	line-height: 2;
}

#reason .inner ul{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

#reason .inner li{
	width: 305px;
}

#reason .inner li img{
	width: 100%;
}

#reason .inner li h4{
	font-size: 24px;
	color: #1C803D;
	text-align: center;
	height: 90px;
	margin: 20px 0 0 0;
}

#reason .inner li p{
	text-align: left;
}

/* ----------------------------------------------------------------
お電話での無料お見積りはこちらから
----------------------------------------------------------------- */

.estimate {
	padding: 30px 0 30px 0;
	background-color: #1C803D;
}

.estimate .inner{
	max-width: 910px;
	width: 90%;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 3px;
}

.estimate .inner ul{
	display: flex;
	justify-content: space-between;
	padding: 39px 55px;
}

.estimate .inner ul li.number{
	width: 65%;
}

.estimate .inner ul li.number dl{
	line-height: 1.3;
}

.estimate .inner ul li.number dl dt h3{
	font-size: 26px;
	text-align: left;
}

.estimate .inner ul li.number dl dd{
	padding: 0 0 0 75px;
}

.estimate .inner ul li.number dl dd.phone{
	font-size: 41px;
	color: #DB0000;
	font-weight: bold;
	position: relative;
}

.estimate .inner ul li.number dl dd.phone::before{
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 40px;
	height: 40px;
	background: url(../img/tel-icon.svg) 0 0 no-repeat;
	z-index: 1;
}

.estimate .inner ul li.number dl dd.time{
	line-height: 1.5;
	font-size: 12px;
	position: relative;
}

.estimate .inner ul li.number dl dd.time::before{
	content: '受付時間';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0;
}

.estimate .inner ul li.btn{
	width: 35%;
}

.estimate .inner ul li.btn p{
	border-radius: 5px;
	font-weight: bold;
	width: 260px;
}

.estimate .inner ul li.btn p a{
	display: block;
	padding: 16px 0 16px 65px;
	color: #FFFFFF;
}

.estimate .inner ul li.btn p.form{
	margin-bottom: 10px;
	background: linear-gradient(to top, #F75E20 50%, #F88242 50%);
	position: relative;
}

.estimate .inner ul li.btn p.form::before {
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	left: 20px;
	width: 27px;
	height: 21px;
	background: url(../img/mail-icon.svg) 0 0 no-repeat;
}

.estimate .inner ul li.btn p.line{
	background: linear-gradient(to top, #39A52C 50%, #5DB853 50%);
	position: relative;
}

.estimate .inner ul li.btn p.line::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 25px;
	width: 20px;
	height: 37px;
	background: url(../img/line-icon.svg) 0 0 no-repeat;
}

/* ----------------------------------------------------------------
納得の料金プラン
----------------------------------------------------------------- */

#plan {
	padding: 30px 0 50px 0;
}

#plan .inner{
	max-width: 910px;
	width: 90%;
	margin: 0 auto;
}

#plan .inner h3 span {
	color: #DB0000;
	font-size: 50px;
}

#plan  .inner p{
	text-align: center;
}

#plan  .inner ul.table{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

#plan .inner ul.table li{
	width: 47%;
}

#plan .inner ul.table li h4{
	font-size: 28px;
	color: #1C803D;
	text-align: center;
	position: relative;
}

#plan .inner ul.table li h4.plan01::before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 70px;
	width: 32px;
	height: 36px;
	background: url(../img/plan-icon01.svg) 0 0 no-repeat;
}

#plan .inner ul.table li h4.plan02::before{
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 70px;
	width: 32px;
	height: 29px;
	background: url(../img/plan-icon02.svg) 0 0 no-repeat;
}

#plan .inner ul.table li h4 span{
	font-size: 12px;
	margin-left: 10px;
}

#plan .inner ul.table li table{
	width: 100%;
	margin: 10px 0 30px 0;
}

#plan .inner ul.table li table th {
	width: 20%;
	font-size: 20px;
	font-weight: normal;
	font-weight: bold;
	padding: 15px 0 15px 0;
	background-color: #1C803D;
	color: #FFFFFF;
	text-align: center;
}

#plan .inner ul.table li table td {
	padding: 15px 15px 15px 30px;
	background-color: #E1F2E0;
	font-weight: bold;
}

#plan .inner ul.table li table td span{
	font-size: 12px;
}

#plan .inner .attention{
	border: solid 1px #000000;
	text-align: center;
	padding: 20px;
}

#plan .inner .attention ul{
	text-align: left;
	display: inline-block;
}

/* ----------------------------------------------------------------
事例
----------------------------------------------------------------- */

#case {
	padding: 30px 0 50px 0;
	background-color: #C3D8A6;
}

#case  .inner{
	max-width: 910px;
	width: 90%;
	margin: 0 auto;
}

#case  .inner .jirei{
	background-color: #FFFFFF;
	padding: 30px;
	margin-bottom: 30px;
}

#case  .inner .jirei ul{
	display: flex;
	justify-content: space-between;
}

#case  .inner .jirei ul li.img{
	width: 28%;
}

#case  .inner .jirei ul li.text{
	width: 70%;
	margin-right: 20px;
}

#case  .inner .jirei ul li.text h4{
	font-size: 28px;
	color: #6D3923;
	margin-bottom: 20px;
	border-bottom: solid 1px #6D3923;
	padding: 0 0 0 130px;
	position: relative;
}

#case  .inner .jirei ul li.text h4::before{
	content: '';
	display: block;
	position: absolute;
	bottom:0;
	left: 0;
	width: 138px;
	height: 50px;
}

#case  .inner .jirei ul li.text h4.no01::before{
	background: url(../img/jirei-h01.svg) 0 0 no-repeat;
}

#case  .inner .jirei ul li.text h4.no02::before{
	background: url(../img/jirei-h02.svg) 0 0 no-repeat;
}

#case  .inner .jirei ul li.text h4.no03::before{
	background: url(../img/jirei-h03.svg) 0 0 no-repeat;
}

#case  .inner .jirei ul li.text{
	width: 70%;
	margin-right: 20px;
}

#case  .inner .jirei ul li.text table {
	width: 85%;
	padding: 20px 0;
}

#case  .inner .jirei ul li.text table tr {
	width: 100%;
}

#case  .inner .jirei ul li.text table th {
	width: 20%;
	padding: 0 0 20px 0;
}

#case  .inner .jirei ul li.text table td {
	width: 60%;
}

#case  .inner .jirei ul li.text table th img{
	width: 103px;
}

#case  .inner .jirei ul li.text td {
	padding: 0 0 20px 0;
}

#case  .inner .jirei ul li.text td.price {
	font-size: 40px;
	font-weight: bold;
}

#case  .inner .jirei ul li.text td.price span{
	font-size: 20px;
}

#case  .inner .jirei ul li.text td.detail ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	line-height: 1.2;
}

#case  .inner .jirei ul li.text td.detail ul.total{
	position: relative;
}

#case  .inner .jirei ul li.text td.detail ul.total::after{
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	right: -70px;
	width: 94px;
	height: 70px;
	background: url(../img/total-img.svg) 0 0 no-repeat;
	z-index: 1;
}

#case  .inner .jirei ul li.text td.detail ul li{
	font-size: 20px;
	font-weight: bold;
}

#case  .inner .jirei ul li.text td.detail ul li span.red{
	font-size: 24px;
	color: #DB0000;
}

#case  .inner .jirei ul li.text td.detail ul li span.left{
	float: right;
	padding-right: 30px;
}

#case  .inner .jirei ul li.text td.detail ul li::before {
	content: '●';
	color: #1C803D;
	font-size: 30px;
}

#case  .inner .jirei ul li.img h4{
	width: 25%;
}

#case  .inner .jirei ul li.img img{
	width: 100%;
	display: block;
}

/* ----------------------------------------------------------------
お客様の声
----------------------------------------------------------------- */

#voice {
	background-image: url(../img/voice-bg.jpg);
	height: auto;
	background-position: top center;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

#voice .bg-filter {
	background-color: rgba(255, 255, 255,0.7);
	padding: 60px 0 60px 0;
}

#voice .bg-filter .inner {
	width: 910px;
	margin: 0 auto;
}

#voice .bg-filter .inner .wrap {
	padding: 40px;
	background-color: #FFFFFF;
}

#voice .bg-filter .inner p{
	text-align: center;
	margin-bottom: 30px;
}

#voice .bg-filter .inner ul {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 40px 0;
	background-color: #FFFFFF;
}

#voice .bg-filter .inner .wrap ul:nth-child(-n+2) {
	border-bottom: solid 1px #C1C1C1;
}

#voice .bg-filter .inner  ul li.img {
	width: 20%;
}

#voice .bg-filter .inner  ul li.img img {
	width: 100%;
	border-radius: 180px;
}

#voice .bg-filter .inner  ul li.text {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px 0 30px;
}

#voice .bg-filter .bg-filter .inner  ul li.text h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

#voice .bg-filter .inner  ul li.text h4 span{
	color: #DB0000;
}

#voice .bg-filter .inner  ul li.text p {
	line-height: 2;
	font-size: 16px;
	text-align: left;
}


/* ----------------------------------------------------------------
サービスの流れ
----------------------------------------------------------------- */

#flow {
	padding: 60px 0 60px 0;
	background-color: #C3D8A6;
}

#flow .inner {
	max-width: 910px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#flow .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

#flow .inner ul li {
	margin-top: 20px;
	position: relative;
	width: 180px;
}

#flow .inner ul li img {
	width: 120px;
	display: inline-block;
}

#flow .inner ul li::after {
	display: block;
	font-size: 18px;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	white-space: pre;
}

#flow .inner ul li.flow01::after {
	content: "1. フォーム、LINE、\A電話にてお問合せ";
}

#flow .inner ul li.flow02::after {
	content: "2. お見積り";
}

#flow .inner ul li.flow03::after {
	content: "3. 作業";
}

#flow .inner ul li.flow04::after {
	content: "4. お支払い\A（現金またはお振込み）";
}

#flow .inner ul li:nth-child(-n+3)::before {
	content: '・・・・・・・・・・';
	font-weight: bold;
	font-size: 35px;
	letter-spacing: -25px;
	color: #1C803D;
	position: absolute;
	top: 35px;
	right: -70px;
}


/* ----------------------------------------------------------------
よくあるご質問
----------------------------------------------------------------- */

#faq {
	padding: 60px 0 60px 0;
}

#faq .inner {
	width: 1060px;
	margin: 0 auto;
}

#faq .inner h3{
	position: relative;
}

#faq .inner h3::before{
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	left: 340px;
	width: 62px;
	height: 62px;
	background: url(../img/q-icon.svg) 0 0 no-repeat;
}

#faq .inner ul{
	flex-wrap: wrap;
	display: flex;
}

#faq .inner ul li {
	margin-top: 40px;
	width: 335px;
}

#faq .inner ul li:not(:nth-child(3n+1)) {
	margin-left: 15px;
}

#faq .inner ul li h4{
	font-size: 16px;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #1C803D;
	padding-left: 10px;
}

#faq .inner ul li dd{
	padding: 30px 10px 30px 50px;
	position: relative;
}

#faq .inner ul li dd::before{
	content: '';
	display: block;
	position: absolute;
	top: 25px;
	left: 5px;
	width: 39px;
	height: 39px;
	background: url(../img/ans-icon.svg) 0 0 no-repeat;
}

#faq .inner ul li dd p{
	font-weight: bold;
}

#faq .inner ul li dd p span{
	font-size: 24px;
	color: #DB0000;
}

/* ----------------------------------------------------------------
対応エリア
----------------------------------------------------------------- */

#area {
	padding: 60px 0 60px 0;
	background: -moz-linear-gradient(top bottom, #99d9f58a 10%, #FFF 70%);
	background: -webkit-linear-gradient(top bottom, #99d9f58a 10%, #FFF 70%);
	background: linear-gradient(to bottom, #99d9f58a 10%, #FFF 70%);
}

#area .inner {
	width: 1060px;
	margin: 0 auto;
}

#area .inner ul{
	flex-wrap: wrap;
	display: flex;
}

#area .inner ul li.map{
	width: 45%;
}

#area .inner ul li.map img{
	width: 85%;
}

#area .inner ul li.text{
	width: 55%;
}

#area .inner ul li.text h3{
	font-size: 36px;
	margin-bottom: 30px;
	padding-left: 70px;
	color: #0D7D98;
	text-align: left;
	position: relative;
}

#area .inner ul li.text h3::before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 48px;
	height: 52px;
	background: url(../img/area-icon.svg) 0 0 no-repeat;
}

#area .inner ul li.text dl{
	padding: 30px 50px 30px 30px;
	border: solid 3px #0D7D98;
	border-radius: 7px;
	background-color: #FFFFFF;
}

#area .inner ul li.text dl dt h4{
	font-size: 24px;
	border-bottom: dotted 1px #0D7D98;
	margin-bottom: 10px;
}

#area .inner ul li.text dl dd{
	line-height: 2.3;
}

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

#company {
	padding: 60px 0 60px 0;
}

#company .inner {
	max-width: 1060px;
	width: 90%;
	margin: 0 auto;
}

#company .inner h3{
	text-align: left;
	padding-left: 60px;
	color: #1C803D;
	position: relative;
}

#company .inner h3::before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: 10px;
	width: 36px;
	height: 55px;
	background: url(../img/company-icon.svg) 0 0 no-repeat;
}

#company .inner table {
	width: 80%;
	position: relative;
}

#company .inner table::after {
	content: '';
	display: block;
	position: absolute;
	top: -70px;
	right: -200px;
	width: 400px;
	height: 300px;
	background: url(../img/company-img.jpg) 0 0 no-repeat;
}

#company .inner table th {
	width: 20%;
	font-size: 20px;
	font-weight: normal;
	font-weight: bold;
	padding: 20px 0 20px 0;
	background-color: #1C803D;
	color: #FFFFFF;
	text-align: center;
}

#company .inner table td {
	padding: 15px 15px 15px 50px;
	background-color: #E1F2E0;
}

/* ----------------------------------------------------------------
お問い合わせフォーム
----------------------------------------------------------------- */

#contact {
	padding: 60px 0 60px 0;
}
#contact .encircle{
	width: 100%;
	background: linear-gradient(to top, #F75E20 50%, #F88242 50%);
	text-align: center;
}

#contact .encircle h3{
	font-size: 28px;
	text-align: center;
	padding: 30px 0;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
}

#contact .encircle h3::after {
	top: 99%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #F75E20;
	border-width: 30px;
	margin-left: -30px;
}

#contact .encircle ::before {
	content: '';
	display: block;
	position: absolute;
	top: 34px;
	left: 30px;
	width: 43px;
	height: 33px;
	background: url(../img/mail-icon.svg) 0 0 no-repeat;
}

#contact .inner {
	max-width: 1060px;
	width: 90%;
	margin: 0 auto;
}


/* ----------------------------------------------------------------
フッター
----------------------------------------------------------------- */

footer {
	width: 100%;
	background-color: #F2F2F2;
}

footer .inner{
	width: 800px;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}

footer .inner ul li p a {
	display: block;
	padding: 12px 0 12px 0;
	color: #FFFFFF;
}

footer .inner ul li p {
	border-radius: 5px;
	font-weight: bold;
	font-size: 12px;
}

footer .inner ul li p.line {
	background: linear-gradient(to top, #39A52C 50%, #5DB853 50%);
	width: 185px;
	text-align: center;
}

footer .inner ul{
	display: flex;
}

footer .inner ul li{
	width: 50%;
}

footer .inner ul li dl {
	padding: 0 0 20px 0;
}

footer .inner ul li dl dd {
	padding: 0 0 0 75px;
}

footer .inner ul li dl dd.phone {
	font-size: 34px;
	color: #DB0000;
	font-weight: bold;
	position: relative;

}

footer .inner ul li dl dd.phone::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 40px;
	height: 40px;
	background: url(../img/tel-icon.svg) 0 0 no-repeat;
	z-index: 1;
}
footer .inner ul li dl dd.time {
	line-height: 1.5;
	font-size: 12px;
	position: relative;
}

footer .inner ul li dl dd.time span{
	font-size: 8px;
}

footer .inner ul li dl dd.time::before {
	content: '受付時間';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0;
}


footer .inner ul li h5 {
	width: 275px;
	left: 10px;
}

footer .inner ul li h5::after{
	content: '〒284-0044 千葉県四街道市和良比277';
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

footer p#copy{
	background-color: #000000;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 15px 0 15px 0;
}

/* サンクスページ
------------------------------------------------------------*/

#thanks {
	padding-top: 121px;
	padding-top: -121px;
}

#thanks .inner {
	max-width: 960px;
	width: 90%;
	padding-top: 100px;
	height: 500px;
	margin: 0 auto;
	background-position: right 20px bottom 0px;
	background-repeat: no-repeat;
	text-align: center;
}

#thanks .inner h3 {
	font-size: 36px;
	padding: 0 0 30px 0;
	text-align: center;
	font-weight: bold;
}

#thanks .inner p {
	font-size: 16px;
}

#thanks .inner .thanks-button {
	overflow: hidden;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 30px;
}

#thanks .inner .thanks-button a {
	display: block;
	position: relative;
	text-align: center;
	background: #F75E20;
	border: 1px solid #F75E20;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;
	line-height: 45px;
	text-decoration: none;
}

#thanks .inner .thanks-button a:hover{
	cursor : pointer;
	background: #fff;
	transition: .5s;
	color: #F75E20;
	border : 1px solid #F75E20;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {}
/*------------------------------------------------------------*/
@media screen and (max-width: 896px)  {
	
.pcClass {
	display: none;
}
.spClass {
	display: block;
}
	
/* ----------------------------------------------------------------
ヘッダー
----------------------------------------------------------------- */
	
header nav{
	width: 95%;
}
	
	
/* ----------------------------------------------------------------
お電話での無料お見積りはこちらから
----------------------------------------------------------------- */
	
.estimate .inner ul {
	padding: 15px 20px;
}
	
.estimate .inner ul li.number dl dt h3 {
	font-size: 20px;
}
	
.estimate .inner ul li.number dl dd.phone {
	font-size: 32px;
}
	
.estimate .inner ul li.number {
	width: 55%;
}
	
.estimate .inner ul li.btn {
	width: 40%;
}

	
/* ----------------------------------------------------------------
加賀美造園が選ばれる3つの理由
----------------------------------------------------------------- */
	
#reason .inner li {
	width:30%;
}
	
#reason .inner li h4 {
	font-size: 19px;
	height: 70px;
}
	
	
/* ----------------------------------------------------------------
納得の料金プラン
----------------------------------------------------------------- */
	
#plan .inner ul.table li h4.plan01::before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 32px;
	height: 36px;
}
	
#plan .inner ul.table li h4.plan02::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 20px;
	width: 32px;
	height: 29px;
}
	
#plan .inner ul.table li table th {
	font-size: 17px;
}
	
#plan .inner ul.table li table td {
	padding: 15px 5px 15px 10px;
}
	
/* ----------------------------------------------------------------
事例
----------------------------------------------------------------- */
	
#case .inner .jirei ul li.text table th img {
	width: 90px;
}
	
#case .inner .jirei ul li.img {
	width: 26%;
}
	
#case .inner .jirei ul li.text table {
	width: 100%;
}
	
#case .inner .jirei ul li.text td.detail ul {
	line-height: 1;
}
	
#case .inner .jirei ul li.text table th {
	width: 10%;
}
	
#case .inner .jirei ul li.text h4::before {
	width: 122px;
	height: 45px;
}
	
#case .inner .jirei ul li.text h4 {
	font-size: 25px;
	padding: 0 0 0 110px;
}
	
/* ----------------------------------------------------------------
お客様の声
----------------------------------------------------------------- */
	
#voice .bg-filter .inner {
	width: 90%;
}
	
#voice .bg-filter .inner .wrap {
	padding: 20px;
}
	
#voice .bg-filter .inner ul li.text {
	width: 70%;
}
	
#voice .bg-filter .inner ul li.img {
	width: 30%;
}
	
/* ----------------------------------------------------------------
サービスの流れ
----------------------------------------------------------------- */

#flow .inner ul li {
	width: 22%;
}
	
#flow .inner ul li:nth-child(-n+3)::before {
	content: '・・・・・';
	font-size: 30px;
	letter-spacing: -20px;
	top: 35px;
	right: -27px;
}

#flow .inner ul li::after {
	font-size: 15px;
}

/* ----------------------------------------------------------------
よくあるご質問
----------------------------------------------------------------- */
#faq .inner {
	width: 90%;
}

	
#faq .inner h3::before {
	content: '';
	top: -30px;
	left: 160px;
	width: 62px;
	height: 62px;

}
#faq .inner ul li {
	margin-top: 40px;
	width: 100%;
}
	
#faq .inner ul li:not(:nth-child(3n+1)) {
	margin-left: 0px;
}

	
/* ----------------------------------------------------------------
対応エリア
----------------------------------------------------------------- */
#area .inner {
	width: 90%;
}
	
#area .inner ul {
	flex-wrap: wrap;
	display: flex;
	flex-direction: column-reverse;
}
	
#area .inner ul li.map {
	width: 100%;
}
	
#area .inner ul li.text {
	width: 100%;
}
	
#area .inner ul li.map img {
	width: 100%;
}
	
/* ----------------------------------------------------------------
会社概要
----------------------------------------------------------------- */
	
#company .inner table::after {
	content: '';
	background: url(none);
}
	
#company .inner table {
	width: 100%;
	position: relative;
}

	
/* ----------------------------------------------------------------
フッター
----------------------------------------------------------------- */
footer .inner {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}
	
}

/*------------------------------------------------------------*/
@media screen and (max-width: 480px)/**スマホ用のCSS**/ {
	
.pcClass {
	display: none;
}
.spClass {
	display: block;
}
	
	
/* ----------------------------------------------------------------
共通パーツ
----------------------------------------------------------------- */
.inner h3{
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
}
	
/* ----------------------------------------------------------------
ヘッダー
----------------------------------------------------------------- */
header {
	padding: 10px 0 10px 0;
}

header nav{
	width: 95%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
	
header nav h1 {
		width: 135px;
}
	
header nav ul li.number {
	width: 100%;
}
	
header nav ul li.btn p a {
padding: 3px 0 3px 0;
}
	
header nav ul li.btn p.form {
	margin-bottom: 5px;
}
	
header nav ul li.btn p {
	border-radius: 5px;
	font-weight: bold;
	width: 140px;
	text-align: center;
	font-size: 10px;
}
	
/* ----------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------- */

#main{
	padding-top: 74px;
	padding-top: -74px;
}

/* ----------------------------------------------------------------
お電話での無料お見積りはこちらから
----------------------------------------------------------------- */

.estimate {
	padding: 30px 0 30px 0;
}

.estimate .inner ul{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}

.estimate .inner ul li.number{
	width: 100%;
	margin-bottom: 10px;
}

.estimate .inner ul li.number dl{
	line-height: 1.3;
}

.estimate .inner ul li.number dl dt h3{
	font-size: 16px;
	text-align: center;
}

.estimate .inner ul li.number dl dd{
	padding: 0 0 10px 60px;
}

.estimate .inner ul li.number dl dd.phone{
	font-size: 28px;
	color: #DB0000;
	position: relative;
}

.estimate .inner ul li.number dl dd.phone::before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 40px;
	height: 40px;
	background: url(../img/tel-icon.svg) 0 0 no-repeat;
	z-index: 1;
}

.estimate .inner ul li.number dl dd.time{
	line-height: 1.5;
	font-size: 12px;
	position: relative;
}

.estimate .inner ul li.number dl dd.time::before{
	content: '受付時間';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0;
}

.estimate .inner ul li.btn{
	width: 100%;
	text-align: center;
}

.estimate .inner ul li.btn p{
	border-radius: 5px;
	font-weight: bold;
	width: 100%;
}

.estimate .inner ul li.btn p a{
	display: block;
	padding: 13px 0 13px 0;
	color: #FFFFFF;
}

.estimate .inner ul li.btn p.form{
	margin-bottom: 10px;
	background: linear-gradient(to top, #F75E20 50%, #F88242 50%);
	position: relative;
}

.estimate .inner ul li.btn p.form::before {
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	left: 20px;
	width: 27px;
	height: 21px;
	background: url(../img/mail-icon.svg) 0 0 no-repeat;
}

.estimate .inner ul li.btn p.line{
	background: linear-gradient(to top, #39A52C 50%, #5DB853 50%);
	position: relative;
}

.estimate .inner ul li.btn p.line::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 25px;
	width: 20px;
	height: 37px;
	background: url(../img/line-icon.svg) 0 0 no-repeat;
}

	
/* ----------------------------------------------------------------
お電話での無料お見積りはこちらから 横
----------------------------------------------------------------- */
	
.estimate-t {
	padding: 30px 0 30px 0;
	background-color: #1C803D;
}

/* ----------------------------------------------------------------
加賀美造園が選ばれる3つの理由
----------------------------------------------------------------- */

#reason {
	padding: 60px 0 0 0;
}

#reason .inner h3 span.text{
	color: #DB0000;
	font-size: 38px;
}

#reason .inner h3 span.number{
	color: #DB0000;
	font-size: 60px;
}

#reason .inner ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

#reason .inner li{
	width: 100%;
	margin-bottom: 30px;
}

#reason .inner li h4{
	font-size: 21px;
	color: #1C803D;
	text-align: center;
	height: 90px;
	margin: 20px 0 0 0;
}

	
	
/* ----------------------------------------------------------------
納得の料金プラン
----------------------------------------------------------------- */

#plan {
	padding: 30px 0 50px 0;
}

#plan .inner h3 span {
	color: #DB0000;
	font-size: 35px;
}

#plan  .inner p{
	text-align: center;
}

#plan  .inner ul.table{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

#plan .inner ul.table li{
	width: 100%;
}

#plan .inner ul.table li h4{
	font-size: 28px;
	color: #1C803D;
	text-align: center;
	position: relative;
}

#plan .inner ul.table li h4.plan01::before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 30px;
	width: 32px;
	height: 36px;
	background: url(../img/plan-icon01.svg) 0 0 no-repeat;
}

#plan .inner ul.table li h4.plan02::before{
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 30px;
	width: 32px;
	height: 29px;
	background: url(../img/plan-icon02.svg) 0 0 no-repeat;
}

#plan .inner ul.table li h4 span{
	font-size: 12px;
	margin-left: 10px;
}

#plan .inner ul.table li table{
	width: 100%;
	margin: 10px 0 30px 0;
}

#plan .inner ul.table li table th {
	width: 20%;
	font-size: 18px;
	font-weight: normal;
	font-weight: bold;
	padding: 15px 0 15px 0;
	background-color: #1C803D;
	color: #FFFFFF;
	text-align: center;
}

#plan .inner ul.table li table td {
	padding: 15px 5px 15px 10px;
}

#plan .inner .attention{
	border: solid 1px #000000;
	text-align: center;
	padding: 20px;
}

#plan .inner .attention ul{
	text-align: left;
	display: inline-block;
}
	
	
/* ----------------------------------------------------------------
事例
----------------------------------------------------------------- */

#case .inner .jirei {
	padding: 20px;
	margin-bottom: 30px;
}
	
#case .inner .jirei ul {
	display: flex;
	flex-wrap: wrap;
}
	
#case .inner .jirei ul li.text {
	width: 100%;
	margin-right: 0;
}

#case .inner .jirei ul li.text h4 {
	font-size: 23px;
	padding: 0 0 0 100px;
}
	
#case .inner .jirei ul li.text h4::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 108px;
	height: 40px;
}

#case  .inner .jirei ul li.text table {
	width: 100%;
	padding: 20px 0;
}
	
#case .inner .jirei ul li.text table th {
	width: 10%;
	padding: 0 0 20px 0;
}
	
#case .inner .jirei ul li.text table th img {
	width: 60px;
}
	
#case .inner .jirei ul li.text td.price {
	font-size: 30px;
}
	
#case  .inner .jirei ul li.text td.detail ul.total::after{
	top: -5px;
	right: -17px;
	width: 50px;
	height: 37px;
	background: url(../img/total-img.svg) 0 0 no-repeat;
	z-index: 1;
}
	
#case .inner .jirei ul li.text td.detail ul li {
	font-size: 12px;
}
	
#case .inner .jirei ul li.text td.detail ul li::before {
	font-size: 16px;
}
	
#case .inner .jirei ul li.text td.detail ul li span.red {
	font-size: 15px;
}

#case .inner .jirei ul li.img {
	width: 100%;
}

/* ----------------------------------------------------------------
お客様の声
----------------------------------------------------------------- */


#voice .bg-filter {
	padding: 60px 0 60px 0;
}

#voice .bg-filter .inner {
	width: 90%;
}

#voice .bg-filter .inner .wrap {
	padding: 20px;
	background-color: #FFFFFF;
}

#voice .bg-filter .inner p{
	text-align: center;
	margin-bottom: 30px;
}

#voice .bg-filter .inner ul {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 20px 0;
	background-color: #FFFFFF;
}

#voice .bg-filter .inner .wrap ul:nth-child(-n+2) {
	border-bottom: solid 1px #C1C1C1;
}

#voice .bg-filter .inner  ul li.img {
	width: 100%;
	text-align: center;
}

#voice .bg-filter .inner  ul li.img img {
	width: 70%;
	margin-bottom: 20px;
}

#voice .bg-filter .inner  ul li.text {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 0 0;
}

#voice .bg-filter .bg-filter .inner  ul li.text h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

#voice .bg-filter .inner  ul li.text h4 span{
	color: #DB0000;
}

#voice .bg-filter .inner  ul li.text p {
	line-height: 2;
	font-size: 16px;
	text-align: left;
}

	
/* ----------------------------------------------------------------
サービスの流れ
----------------------------------------------------------------- */

#flow {
	padding: 60px 0 60px 0;
	background-color: #C3D8A6;
}

#flow .inner {
	max-width: 910px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#flow .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

#flow .inner ul li {
	margin-top: 20px;
	position: relative;
	width: 100%;
}

#flow .inner ul li img {
	width: 50%;
	display: inline-block;
}

#flow .inner ul li::after {
	display: block;
	font-size: 24px;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	white-space: pre;
}

#flow .inner ul li.flow01::after {
	content: "1. フォーム、LINE、\A電話にてお問合せ";
}

#flow .inner ul li.flow02::after {
	content: "2. お見積り";
}

#flow .inner ul li.flow03::after {
	content: "3. 作業";
}

#flow .inner ul li.flow04::after {
	content: "4. お支払い\A（現金またはお振込み）";
}

#flow .inner ul li:nth-child(-n+3)::before {
	content: '';
	font-weight: bold;
	font-size: 35px;
	letter-spacing: -25px;
	color: #1C803D;
	position: absolute;
	top: 35px;
	right: -70px;
}

	
/* ----------------------------------------------------------------
よくあるご質問
----------------------------------------------------------------- */

#faq {
	padding: 60px 0 60px 0;
}

#faq .inner {
	width: 90%;
}

#faq .inner h3{
	position: relative;
}

#faq .inner h3::before{
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	left: 15px;
	width: 62px;
	height: 62px;
	background: url(../img/q-icon.svg) 0 0 no-repeat;
}

#faq .inner ul{
	flex-wrap: wrap;
	display: flex;
}

#faq .inner ul li {
	width: 100%;
	margin-top: 20px;
}

#faq .inner ul li:not(:nth-child(3n+1)) {
	margin-left: 0px;
}

#faq .inner ul li h4{
	font-size: 16px;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #1C803D;
	padding-left: 10px;
}

#faq .inner ul li dd{
	padding: 30px 10px 30px 50px;
	position: relative;
}

#faq .inner ul li dd::before{
	content: '';
	display: block;
	position: absolute;
	top: 25px;
	left: 5px;
	width: 39px;
	height: 39px;
	background: url(../img/ans-icon.svg) 0 0 no-repeat;
}

#faq .inner ul li dd p{
	font-weight: bold;
}

#faq .inner ul li dd p span{
	font-size: 24px;
	color: #DB0000;
}

	
/* ----------------------------------------------------------------
対応エリア
----------------------------------------------------------------- */
#area {
	padding: 60px 0 0 0;
}

#area .inner {
	width: 90%;
}
	
#area .inner ul {
	flex-wrap: wrap;
	display: flex;
	flex-direction : column-reverse;
}
	
#area .inner ul li.map {
	width: 100%;
}
	
#area .inner ul li.map img {
	width: 100%;
}
	
#area .inner ul li.text {
	width: 100%;
}
	
#area .inner ul li.text h3 {
	font-size: 36px;
	margin-bottom: 10px;
	padding-left: 70px;
	color: #0D7D98;
	text-align: left;
	position: relative;
}
	
#area .inner ul li.text dl {
	padding: 20px 20px 20px 20px;
}
	
/* ----------------------------------------------------------------
会社概要
----------------------------------------------------------------- */

#company {
	padding: 60px 0 0 0;
}

#company .inner {
	max-width: 1060px;
	width: 90%;
	margin: 0 auto;
}

#company .inner h3{
	text-align: left;
	padding-left: 60px;
	color: #1C803D;
	position: relative;
}

#company .inner h3::before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: 10px;
	width: 36px;
	height: 55px;
	background: url(../img/company-icon.svg) 0 0 no-repeat;
}

#company .inner table {
	width: 100%;
	position: relative;
}

#company .inner table::after {
	content: '';
	background: url(none) ;
}

#company .inner table th {
	width: 25%;
	font-size: 18px;
	font-weight: normal;
	font-weight: bold;
	padding: 15px 0 15px 0;
	background-color: #1C803D;
	color: #FFFFFF;
	text-align: center;
}

#company .inner table td {
	padding: 10px 10px 10px 20px;
	background-color: #E1F2E0;
}

/* ----------------------------------------------------------------
お問い合わせフォーム
----------------------------------------------------------------- */
#contact {
	padding: 60px 0 20px 0;
}

	#contact .encircle h3 {
	font-size: 18px;
	text-align: center;
	padding: 30px 0;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
}
	
#contact .encircle ::before {
	content: '';
	display: block;
	position: absolute;
	top: 32px;
	left: 15px;
	width: 30px;
	height: 27px;
	background: url(../img/mail-icon.svg) 0 0 no-repeat;
}
/* ----------------------------------------------------------------
フッター
----------------------------------------------------------------- */
footer .inner{
	width: 90%;
	padding: 50px 0 30px 0;
}
	
footer .inner ul{
	display: flex;
		flex-wrap: wrap;
}
	
footer .inner ul li{
	width: 100%;
	text-align: -webkit-center;
}

footer .inner ul li dl dd {
	padding: 0 0 0 0;
}
	
footer .inner ul li dl dd.phone {
	font-size: 25px;
}
footer .inner ul li dl dd.phone::before {
	content: '';
	background: url(none);
}
	
footer .inner ul li dl dd.time::before {
	content: '';
}

	
}
/*------------------------------------------------------------*/
