@charset "utf-8";

@import "base.css";
@import "main.css";
@import "jquery.fancybox.css";

/* =======================================

	CommonElements

======================================= */

body {
	background: #fff;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

h2 {
	margin-bottom: 30px;
	color: #006400;
	font-size: 18px;
	font-weight: bold;
}

/* -------------------------------------
 *	header
 * ------------------------------------- */

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}


/* #wrap
---------------------------------------- */
#wrap {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

/* .stageBase
---------------------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	padding: 100px 0 0 0;
	text-align: center;
}
#stage0 {
	background-size: cover;
	background-image: url(../../img/bg_event.jpg);
}
#stage1 {
	background-size: cover;
	background-image: url(../../img/bg_section01.jpg);
}
#stage6,
#stage8 {background:#f2fff2;}
#stage2,
#stage3,
#stage4,
#stage5 {background:#fff;}


/* -------------------------------------
 *	section01－表紙
 * ------------------------------------- */

#stage1 #sec01catch {
	margin-top: 10%;
}
#stage1 p {
	font-size: 16px;
	line-height: 180%;
	padding: 15px 0;
	margin-top: 20%;
	background: url(../../img/bg_section01_catchbody.png);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#stage1 p span {
	color: #006400;
	font-size: 26px;
	font-weight: bold;
	margin-right: 3px;
}


/* -------------------------------------
 *	section02－希望を形に変える
 * ------------------------------------- */

#stage2 {
	background: url(../../img/bg_section02.jpg) repeat-x left top;
	background-size:contain
}
#stage2 ul li {
	display: inline-block;
	width: 220px;
	margin: 0 10px;
	vertical-align: top;
	z-index:10;
}
#stage2 ul li h3 {
	margin-bottom: 15px;
	padding-bottom: 40px;
	background: url(../../img/line_section02.png) no-repeat center bottom;
}
#stage2 ul li p {
	width: 180px;
	margin-left: 20px;
	text-align: left;
}


/* -------------------------------------
 *	section03－施工実績
 * ------------------------------------- */

#idCarousel img {
	border: 1px solid #ccc;
} 

/* Carousel
---------------------------------------- */
#idCarousel {
	position: relative;
	width: 960px;
	height: 500px;
	margin: 0 auto;
	overflow: scroll;
}
#idTitle {
	width: 100%;
	font-weight: bold;
	font-size: 150%;
	position: absolute;
	text-align: center;
	bottom: 0;
}
.left {
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 20px;
	font-weight: bold;
	font-size: 30px;
	cursor: pointer;
}
.right {
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 20px;
	font-weight: bold;
	font-size: 30px;
	cursor: pointer;
}
.left:hover,
.right:hover {
	color: #666;
}


/* -------------------------------------
 *	section04－会社案内
 * ------------------------------------- */

/* ごあいさつ
---------------------------------------- */
#stage4 #message {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: 105%;
	line-height: 180%;
}
#stage4 #message img {
	float: right;
}

/* 会社概要・沿革
---------------------------------------- */
#stage4 #about {
	width: 960px;
	margin: 0 auto;
}
#stage4 #about h3 {
	color: #006400;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}

/* 会社概要 */
#stage4 #outline {
	width: 460px;
	float: left;
}
#stage4 #outline table {
	width: 100%;
	line-height: 150%;
	border: 1px solid #ccc;
}
#stage4 #outline table th,
#stage4 #outline table td {
	padding: 6px 15px;
	border: 1px solid #ccc;
}
#stage4 #outline table th {
	text-align: center;
	color: #006400;
	font-weight: bold;
	background: #d9ffd9;
}
#stage4 #outline table td {
	text-align: left;
}
#stage4 #outline table td ul li.first {
	margin-bottom: 10px;
}

/* 会社沿革 */
#stage4 #history {
	width: 460px;
	float: right;
}
#stage4 #history dl {
	width: 100%;
	text-align: left;
}
#stage4 #history dl dt {
	margin-left: 10px;
	color: #006400;
	font-weight: bold;
	float: left;
}
#stage4 #history dl dd {
	padding-left: 130px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999;
}

/* アクセスマップ
---------------------------------------- */
#stage4 #map01,
#stage4 #map02 {
	width: 100%;
	min-width: 1200px;
	height: 500px;
	overflow: hidden;
}
#stage4 #map01 iframe,
#stage4 #map02 iframe {
	width: 100%;
}

/* ページ移動（横方向）
---------------------------------------- */
.pageMove {
	width: 960px;
	margin: 30px auto 0;
}
.pageMove .pageMoveL {
	text-align: left;
	float: left;
}
.pageMove .pageMoveR {
	text-align: right;
	float: right;
}

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

#stage5 table {
	width: 800px;
	margin: 0 auto 20px;
	text-align: left;
	border: 1px solid #ccc;
}
#stage5 table th,
#stage5 table td {
	padding: 5px 15px;
	border: 1px solid #ccc;
}
#stage5 table th {
	width: 13em;
	text-align: center;
	background: #d9ffd9;
}
#stage5 table th span {
	margin-left: 0.5em;
	color: #e10000;
	vertical-align: super;
	font-size: 11px;
}

/* フォーム
---------------------------------------- */
#stage5 input {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}
#stage5 input.text {
	width: 450px;
	height: 20px;
}
#stage5 input.short {
	width: 100px;
	height: 20px;
}
#stage5 textarea {
	width: 450px;
}
#send {
	margin-bottom: 40px;
	text-align: center;
}
#send input {
	padding: 3px 10px;
	border: 1px solid #acacac;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


/* -------------------------------------
 *	section06
 * ------------------------------------- */

#stage6 h2 {
	margin-top: 100px;
	margin-bottom: 100px;
}
#stage6 ul {
	margin-bottom: 100px;
	z-index:-10;
}
#stage6 ul li {
	display: inline-block;
	margin: 0 25px;
	text-align: left;
}
#stage6 ul li adress {
	margin-left: 1em;
}


/* -------------------------------------
 *	section07－おすすめ・相談室
 * ------------------------------------- */

#stage7 {
	background: url(../../img/bg_section02.jpg) repeat-x left top;
	background-size:contain;
}

/* おすすめの樹木・花
---------------------------------------- */
#stage7 #recom {
	width: 912px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	border: 4px solid #ffb6c1;
	background: #000;
}
#stage7 #recom h3 {
	width: 5em;
	color: #ffb6c1;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: left;
}
#stage7 #recom p {
	line-height: 130%;
	margin-left: 6em;
	margin-bottom: 10px;
	color: #fff;
}
#stage7 #recom ul li {
	width: 132px;
	margin: 0 10px;
	text-align: center;
	float: left;
	color: #fff;
}


/* お庭の相談室
---------------------------------------- */
#stage7 #counsel {
	width: 760px;
	padding: 20px 0;
	margin: 0 auto;
	background: url(../../img/bg_section01_catchbody.png);
}
#stage7 #counsel p {
	margin-bottom: 15px;
}
#stage7 #counsel p.toContact {
	margin-top: 40px;
}

/* -------------------------------------
 *	section08－お知らせ・トピックス
 * ------------------------------------- */

#stage8 ul {
	width: 800px;
	height: 300px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	background: #fff;
}
#stage8 ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999;
}

/* .stageSlide
--------------------------- */
.stageSlide {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.stageSlide .slideWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	content: " ";
	display: table;
}
.stageSlide .slideWrap:after {clear: both;}
.stageSlide .slideWrap {*zoom: 1;}

.stageSlide .slidePanel {
	float: left;
	overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 99;
}
.stageSlide .sdPrev {
	left: 50px;
	background: transparent url(../../img/slide_prev.png) no-repeat left top;
}
.stageSlide .sdNext {
	right: 50px;
	background: transparent url(../../img/slide_next.png) no-repeat left top;
}

.stageSlide .slideNav {
	bottom: 70px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 98;
}
.stageSlide .slideNav a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: transparent url(../../img/nav.png) no-repeat center center;
	display: inline-block;
	overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
	background: transparent url(../../img/nav_acv.png) no-repeat center center;
}

/* #pageNav
--------------------------- */
#pageNav {
	top: 0;
	right: 20px;
	width: 15px;
	text-align: center;
	position: fixed;
	z-index: 2;
}
#pageNav ul {
	width: 15px;
	display: block;
}
#pageNav ul li {
	padding-bottom: 5px;
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
}
#pageNav ul li a {
	width: 15px;
	height: 15px;
	background: transparent url(../../img/nav.png) no-repeat center center;
	display: block;
}
#pageNav ul li.activeStage a {
	background: transparent url(../../img/nav_acv.png) no-repeat center center;
}

/* #pageDown
--------------------------- */
#pageDown {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	position: fixed;
	overflow: hidden;
	z-index: 3;
}
#pageDown a {
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: transparent url(../../img/next_arw.png) no-repeat center center;
	display: block;
}


