@charset "UTF-8";
/*///////////////////////////////////////////////////////

  プラントプラン詳細ページ
  search/detail.html

//////////////////////////////////////////////////////*/

/* 上部ナビゲーション
------------------------------------------------------- */
div#HEADER_PLANTPLAN {
  margin-bottom: 21px;
}
/* 下部ナビゲーション
------------------------------------------------------- */
div#FOOTER_PLANTPLAN {
  margin-bottom: 20px;
}
/* ===========================================================

  プレゼント樹木

===========================================================*/
.box_plantplan {
  padding: 0 31px;
}
.box_plantplan .h_user_info {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #deed95;
  border-left: 6px solid #abcd04;
  font-size: 18px;
  font-weight: bold;
  color: #2f7300;
}
/* お客様の写真
------------------------------------------------------- */
.box_plantplan .photo {
  margin: 20px auto 0;
  padding-left: 16px;
  text-align: center;
	letter-spacing: -0.4em; /* inline-blockの隙間対策 */
}
.box_plantplan .photo li {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
	letter-spacing: normal; /* inline-blockの隙間対策 */
}
.box_plantplan .photo .cap_image {
  font-size: 16px;
	text-align: right;
}
.hd-has-tree {
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  padding: 0 0 3px 27px;
  border-bottom: 2px solid #8c6331;
  background: url(/sp/public02/img/common/icon_plantplan_tree.svg) left bottom 3px no-repeat;
  background-size: 16px auto;
  font-size: 16px;
  font-weight: bold;
  color: #2f7300;
}
/* プレゼント樹木
------------------------------------------------------- */
.box_plantplan .present_trees {
  margin-bottom: 27px;
}
.box_plantplan .present_trees li {
  float: left;
  width: 200px;
  margin-right: 18px;
  margin-bottom: 18px;
}
.box_plantplan .present_trees li.rightmost {
  margin-right: 0;
}
.box_plantplan .present_trees li:nth-of-type(3n) {
  margin-right: 0;
}
.box_plantplan .present_trees .name {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}
.box_plantplan .present_trees .name a {
  color: #333;
  text-decoration: none;
}
.box_plantplan .present_trees .name a::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  border: 3px solid transparent;
  border-left: 5px solid #8dc21f;
  vertical-align: middle;
  *display: none; /* IE7 */
}
.box_plantplan .present_trees .name a:hover {
  text-decoration: underline !important;
  color: #333 !important;
}
/* お客様コメント / ガーデンプラスより
------------------------------------------------------- */
.box_plantplan .comment .hd {
  height: 27px;
  margin-bottom: 12px;
  padding-left: 34px;
  border-bottom: 2px solid #ccc;
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #2f7300;
}
.box_plantplan .comment .txt {
  line-height: 1.7;
}
/* お客様コメント
------------------------------------------------------- */
.box_plantplan .user_comment {
  margin-bottom: 45px;
}
.box_plantplan .user_comment .hd {
  background-image: url("/public/img/plantplan/detail/ico_balloon_r.png");
}
/* ガーデンプラスより
------------------------------------------------------- */
.box_plantplan .gp_comment .hd {
  background-image: url("/public/img/plantplan/detail/ico_balloon_l.png");
}
/* 一覧へ戻る
------------------------------------------------------- */
.box_plantplan .back_list {
  margin-top: 39px;
}
.box_plantplan .back_list a {
  display: block;
  width: 81px;
  height: 25px;
  margin: 0 auto;
  padding: 13px 0 0 29px;
  line-height: 1;
  color: #333;
  background: url("/public/img/plantplan/detail/ico_arrow_left.png") 8px center no-repeat #eee;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* ===========================================================

  都道府県別で見る

===========================================================*/
.plantplan_area {
  margin: 57px 33px 0;
  padding: 48px 0 0 17px;
  border-top: 1px dotted #ccc;
}
ul#shocase-area-list {
  width: 620px;
}
ul#shocase-area-list li {
  float: left;
  width: 280px;
  min-height: 135px;
  _height: 135px;/* IE6 */
  margin: 0 10px;
  _margin: 0 8px;/* IE6 */
}
ul#shocase-area-list li ul{
  _width: 290px; /* IE6 */
}
ul#shocase-area-list li.tohoku {
  background: url("../../common/img/bg_tohoku.gif") no-repeat right 0px;
}
ul#shocase-area-list li.kanto {
  background:  url("../../common/img/bg_kanto.gif") no-repeat right 0px;
}
ul#shocase-area-list li.koshinetsu-hokuriku {
  background:  url("../../common/img/bg_koshinetsu_hokuriku.gif") no-repeat right 0px;
}
ul#shocase-area-list li.cyubu {
  background:  url("../../common/img/bg_cyubu.gif") no-repeat right 0px;
}
ul#shocase-area-list li.kansai {
  background:  url("../../common/img/bg_kansai.gif") no-repeat right 0px;
}
ul#shocase-area-list li.shikoku {
  background:  url("../../common/img/bg_shikoku.gif") no-repeat right 0px;
}
ul#shocase-area-list li.cyugoku {
  background:  url("../../common/img/bg_cyugoku.gif") no-repeat right 0px;
}
ul#shocase-area-list li.kyusyu {
  background:  url("../../common/img/bg_kyusyu.gif") no-repeat right 0px;
}
ul#shocase-area-list dt {
  margin: 0 0 15px;
  padding: 0 0 5px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  color: #333;
}
ul#shocase-area-list ul {
  width: 309px;
}
ul#shocase-area-list li li {
  float: left;
  width: 65px;
  min-height: 1.5em;
  height: auto;
  margin: 0 0 15px;
  padding: 0px 0px 0px 10px;
  background:  url(../../common/img/ico_shocase_area.gif) no-repeat 0% 50%;
  font-size: 14px;
}
ul#shocase-area-list li a {
  color: #00F;
  text-decoration: underline;
}
ul#shocase-area-list li a:hover {
  text-decoration: none;
}
/* ====================================================
	施工事例へのリンク
====================================================*/
.box_plantplan .link_showcase {
	margin-top: 45px;
	text-align: center;
}
.box_plantplan .link_showcase a {
	color: #00f;
	font-size: 16px;
	text-decoration: underline;
}
/* ====================================================
	ページャ
====================================================*/
.uservoide-pager {
	margin: 50px auto;
}
.uservoide-pager ul {
	text-align: center;
	font-size: 0; /* inline-blockの隙間対策 */
}
.uservoide-pager li {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	font-size: 14px; /* inline-blockの隙間対策 */
	_white-space: nowrap; /* IE6 */
}
.uservoide-pager li.back {
	margin: 0 50px;
}
.uservoide-pager li a {
	display: block;
	height: 36px;
	padding: 0 12px 0 11px;
	background-color: #eee;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
	line-height: 36px;
	_width: 100px; /* IE6 */
}
.uservoide-pager li a:hover {
	color: #333 !important;
}
.uservoide-pager li a::before,
.uservoide-pager li a::after {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	color: #808080;
	font-size: 18px;
}
.uservoide-pager li.prev a::after {
	content: "<<";
	margin-left: 11px;
}
.uservoide-pager li.back a::before {
	content: "<";
	margin-right: 10px;
}
.uservoide-pager li.next a::before {
	content: ">>";
	margin-right: 11px;
}
/* 上部
--------------------------------*/
.header-uservoide-pager {
	margin-bottom: 30px;
}
.header-uservoide-pager ul {
	text-align: left;
}
.header-uservoide-pager li.back {
	margin: 0;
}
/* ====================================================
  特別ページへのリンク
====================================================*/
.plantplan-tie {
  margin: 70px 0 70px;
}
.plantplan_form--adjust {
  margin: 37px 0 30px;
}
.plantplan_form--adjust + .uservoide-pager {
  margin-top: 0;
}
.plantplan-tie {
  margin: 50px 0 45px;
}
.box_present-trees-list {
  margin: 40px auto 10px;
}
/* ====================================================
  このお客様の外構工事
====================================================*/
.user-showcase-media {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.user-showcase-media_img {
  width: 200px;
}
.user-showcase-media_img img {
  width: 100%;
  height: auto;
}
.user-showcase-media_txt {
  width: 416px;
  margin-left: auto;
  color: #2f7300;
  font-size: 18px;
  font-weight: bold;
}
