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

body {
	color: #306b50;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	letter-spacing: 1px;
}

p { margin-bottom: 10px; }

a { color: #306b50; }

a:hover { text-decoration: none; }

input { font-size: 100%; }

li { list-style: none; }

.placeholder { color: #aaa!important; }

.left { float: left; }

.right { float: right; }

.clear {
	display: block;
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	margin-bottom: -1px;
}

.clearfix { width: 100%; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.align-left { text-align: left; }

.align-center { text-align: center; }

.align-right { text-align: right; }

.no-margin { margin: 0 !important; }


/* frame */

#wrapper {
	position: relative;
	min-width: 1100px;
}

#mobile-nav { display: none; }

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(images/bg-header.png);
	z-index: 100;
}

#header .logo a {
	text-decoration: none;
}

#header .logo a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#header .logo {
	width: 100px;
	float: left;
	line-height: 50px;
	margin: 20px 0 0 20px;
}


/* #header-inner {
	display: table;
	width: 100%;
	height: 80px;
	margin: 0 auto;
}

#header-logo,
#header-sns {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#header-logo { padding: 0 0 10px 0; } */





/* CONTENTS COMMON */
#content_wrap {
	width: 900px;
	margin: 50px auto;
	padding-bottom: 50px;
}

#content_wrap h2 {
	font-size: 110%;
	margin: 20px 0 30px 0;
}

#content_wrap h3 {
	font-size: 105%;
	margin: 20px 0;
}

#content_wrap h4 {
	font-size: 100%;
	margin: 20px 0;
}

#content_head {
	height: 350px;
	width: 100%;
	margin-top: 80px;
	background: url(images/head_img.jpg);
	background-position: center;
}

#content_head h1 {
	color: #FFF;
	font-size: 200%;
	top:15%;
	padding-left: 30px;
	position: relative;
}

.content_title {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.content_message {
	width: 80%;
	margin: 0 10% 30px;
	float: left;
}

.content_img_center {
	margin: 0 auto;
}

/*************
/* page-top
*************/
.pagetop {
	position: fixed;
	bottom: 130px;
	right: 20px;
	font-size: 77%;
}

.pagetop a {
	display: block;
	cursor: pointer;
}
 
.pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.pagetop p {
	font-size:150%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
}

#p_top {
	text-decoration:none;
}


#copyright {
	color: #fff;
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	background: #306b50;
	text-align: center;
	width: 100%;
	float: left;
}

#footer {
	font-size: 12px;
	padding: 10px 0;
	width: 100%;
	float: left;
	border-top:#189C89 2px solid;
}

#footer .grid {
	width: 30%;
	margin-left: 3%;
	float: left;
}

#footer .grid li {
	list-style-image: url(images/ico_arrow.png)
}

#footer .grid li a {
	text-decoration: none;
}

#footer .grid li a:hover { text-decoration: underline; }

#footer .grid dt {
	float: left;
	margin-right: 10px;
}

#copy {
	padding-top: 30px;
}

/*************
/* single page
*************/

#single_wrap {
	width: 940px;
	margin: 0 auto;
}

.single_left {
	width: 70%;
	float: left;
}

.single_right {
	width: 30%;
	float: right;
}

.pad20 {
	padding: 20px;
}

#single_main {
	margin: 20px 0;
	width: 100%;
}

#single_main h3 {
	font-size: 105%;
	margin: 20px 0;
}

#single_main h4 {
	font-size: 100%;
	margin: 20px 0;
}

/* pinterest */
.pin-box {
	position: relative;
	height: 200px;
}

.pin-inner {
	position: relative;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.pin-item {
	display: inline-block;
	position: relative;
	width: 200px;
	min-height: 200px;
	margin: 0 2px 0 0;
}

.pin-shop {
	position: absolute;
	color: #fff;
	width: 200px;
	margin-top: 90px;
	text-align: center;
}

.pin-ico {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/ico-pin-white.png) no-repeat;
	z-index: 15;
}

.pin-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	border-radius: 5px;
	overflow: hidden;
}

.pin-pic img {
	min-width: 200px;
	min-height: 200px;
}

.pin-txt {
	display: none;
	position: absolute;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	top: 120px;
	left: 0;
	width: 160px;
	min-height: 40px;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	background: url(../images/black-50.png);
	z-index: 10;
	white-space: normal;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.pin-txt a { color: #fff; }

/* parts */

.box-1 {
/*会社概要*/
	margin-top: 80px;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
}

.box-1 h3 { margin-top: 0; }

.btn-1 {
/*キービジュアル*/
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 360px;
	margin: 0 5px 0 0;
	padding: 10px 0;
	border-radius: 5px;
	background: url(../images/ico-madori.png) 30px 50% no-repeat #306b50;
	text-indent: 20px;
	text-align: center;
	text-decoration: none;
}

.btn-2 {
/*トップページ*/
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 360px;
	padding: 15px 0;
	border-radius: 5px;
	background: url(../images/ico-madoriblock.png) 30px 50% no-repeat #306b50;
	text-indent: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

.btn-3 {
/*トップページ（Pinterest）*/
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 180px;
	padding: 15px 0;
	border-radius: 5px;
	background: url(../images/ico-pin-white.png) 20px 50% no-repeat #306b50;
	text-indent: 20px;
	text-align: center;
	text-decoration: none;
}

.btn-4 {
/*コンタクト*/
	display: inline-block;
	font-size: 16px;
	width: 360px;
	margin: 50px 5px 0;
	padding: 15px 0;
	border-radius: 5px;
	background: url(../images/ico-mail_l.png) 30px 50% no-repeat #fff;
	text-indent: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

.btn-5 {
/*施工の流れ*/
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 15px 30px;
	border: solid 2px #fff;
	border-radius: 10px;
	background: url(../images/ico-arrow-white.png) 20px 50% no-repeat;
	text-indent: 20px;
	text-align: center;
	text-decoration: none;
}

.btn-6 {
/*緑枠*/
	display: inline-block;
	font-size: 16px;
	padding: 15px 30px;
	border: solid 2px #306b50;
	border-radius: 10px;
	background: url(../images/ico-arrow-green.png) 20px 50% no-repeat;
	text-indent: 20px;
	text-align: center;
	text-decoration: none;
}

.btn-7 {
/*緑枠（Pinterest）*/
	display: inline-block;
	font-size: 16px;
	padding: 15px 30px;
	border: solid 2px #306b50;
	border-radius: 10px;
	background: url(../images/ico-tumblr.png) 20px 50% no-repeat;
	text-indent: 20px;
	text-align: center;
	text-decoration: none;
}

.btn-8 {
/*ショップ*/
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 100%;
	padding: 15px 0;
	border-radius: 5px;
	background: url(../images/ico-arrow-white.png) 20px 50% no-repeat #306b50;
	text-align: center;
	text-decoration: none;
}

.btn-1:hover { color: #F4F082; }

.btn-set .btn-5 { margin: 0 10px 10px 0; }

.round { border-radius: 10px; }

.style-1 {
/* 文字小 */
	font-size: 12px;
	line-height: 20px;
}

.tbl-1 {/*トップページ（190px）*/ margin: 50px auto; }

.tbl-1 td {
	width: 190px;
	height: 190px;
	vertical-align: middle;
	text-align: center;
}

.tbl-2 {/*トップページ（260px）*/ margin: 50px auto; }
.tbl-2 td {
	width: 260px;
	height: 260px;
	vertical-align: middle;
	text-align: center;
}

.tbl-3 {/*ガーデン（5つのポイント）*/ margin: 0 auto; }

.tbl-3 td {
	width: 240px;
	height: 350px;
	vertical-align: middle;
	text-align: center;
}

