@charset "UTF-8";
/*////////////////////////////////////

	外構工事について「ガーデンプラス」
	2016/06/07 update

////////////////////////////////////*/

.to_gp_ttl {
	margin-top: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

/*=================================
	本文全体設定
=================================*/
div#about_gp {
	position: relative;
	width: 580px;
	height: 837px;
	margin: 20px auto;
	font-family: "メイリオ", Meiryo, sans-serif;
}
.about_gp_ttl {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}
div#about_gp p.btn {
	z-index: 1;
	position: absolute;
}
div#about_gp p.btn a {
	display: block;
	text-indent: -9999px;
}
p#gp_pr {
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 580px;
	height: 837px;
}

/*=================================
	ガーデンプラスボタン
=================================*/
div#about_gp p#gp_btn_1 {
	left: 17px;
	top: 392px;
	width: 359px;
	height: 114px;
	background-color:#fff;
	border-radius: 10px;
}
div#about_gp p#gp_btn_1 a {
	width: 363px;
	height: 117px;
	background:url(/public/img/img_search/gp/bg_btn_1_2013072302.jpg) left top no-repeat;
}
div#about_gp p#gp_btn_2 {
	left: 17px;
	top: 772px;
	width: 544px;
	height: 43px;
	background-color:#fff;
	border-radius: 10px;
}
div#about_gp p#gp_btn_2 a {
	width: 548px;
	height: 47px;
	background: url(/public/img/img_search/gp/bg_btn_2.jpg) left top no-repeat;
}

/*=================================
	上段画像リング
=================================*/
#feature_by_category {
	position: absolute;
	left: 20px;
	top: 80px;
	z-index: 1;
}
#feature_by_category li {
	padding: 5px 0;
}

/*=================================
	テキストリンク
=================================*/
ul#gp_feature {
	z-index: 1;
	position: absolute;
	left: 20px;
	top: 548px;
	width: 345px;
}
ul#gp_feature li {
	margin-bottom: 14px;
	line-height: 1.4;
}
ul#gp_feature li a {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
ul#gp_feature li a strong {
	margin-right: 5px;
	color: #f00;
}
#about_gp h2 {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}

#work_images {
	z-index: 1;
	position: absolute;
	right: 17px;
	bottom: 100px;
}

/*===========================================================
	2018/7/9 内容追加   rm9871
===========================================================*/

/*-----ヘッダーリンクテキスト-----*/
.garden-link-btn a {
	display: block;
	background: url(/public/img/static/garden/top/sprite_gp_btn.png) left top no-repeat;
	height: 50px;
	width: 340px;
	text-indent: -999px;
}
.garden-link-btn.gp02 a {
	background-position: 0 -50px;
}
.garden-link-btn.gp03 a {
	background-position: 0 -100px;
}
.garden-link-btn.gp04 a {
	background-position: 0 -150px;
}
/*-----ヘッダーリンクテキスト ホバー-----*/
.garden-link-btn a:hover {
	background-position: -341px 0;
}
.garden-link-btn.gp02 a:hover {
	background-position: -341px -50px;
}
.garden-link-btn.gp03 a:hover {
	background-position: -341px -100px;
}
.garden-link-btn.gp04 a:hover {
	background-position: -341px -150px;
}
ul#gp_feature li a strong {
	text-decoration: underline;
}
/*-----コンテンツ-----*/
.gp-contents {
	font-family: 'Helvetica neue', Helvetica, Arial, Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 15px 0 0;
	text-align: justify;
}
.gp-contents_h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 0 0 15px;
	margin: 30px 0 0;
	color: #fff;
	border-radius: 2px;
	background-color: #c40001;
}
.gp-contents_img-txt {
	margin: 20px 0 0;
}
.gp-contents_img-txt_img {
	float: left;
	margin: 0 20px 0 0;
}
.gp-contents_img-txt_txt-box {
	float: right;
	width: 280px;
}
.gp-contents_img-txt_txt-box_btn a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #f19149;
	color: #fff;
	line-height: 30px;
	border-radius: 5px;
	margin: 10px auto 0;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.gp-contents_img-txt_txt-box_btn a:after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	background: #fff url(/public/img/static/garden/top/next_orange.png) 7px 3px no-repeat;
	border-radius: 50%;
	margin: 0 0 -4px 10px;
	box-shadow: 1px 1px 1px 0.2px rgba(0, 0, 0, 0.2) inset;
}
a.gp-contents_img-txt_txt-box_txt_link {
	color: #0000ff;
	text-decoration: underline;
}
a.gp-contents_img-txt_txt-box_txt_link:hover {
	text-decoration: none;
}
.gp-contents_img-txt_txt-box_txt_red {
	color: #ff0000;
}