@charset "UTF-8";

/* CSS Document */

/**************************************
TAG
**************************************/
html,
body {
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	background-image:url(../images/headBG2017.gif);
	background-repeat:repeat-x;
	background-position:0px 5px;
	background-color:#EDE9D1;
	line-height:180%;
	font-size:16px;
	color:#444;
	background-attachment: scroll;
	text-align: justify;
	text-justify:inter-ideograph;
	border-top:solid 5px #335c38;
	/*text-align: center;*/
}

h1 {
	background-color:#335C38;
	padding:7px 12px;
	font-size:18px;
	color:#FFF;
	line-height:18px;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	margin-bottom:10px;
}

h2 {
	border-bottom:solid 1px #335C38;
	border-left:solid 10px #335C38;
	font-weight:bold;
	font-size:20px;
	color: #335C38;
	line-height:20px;
	padding-top:2px;
	padding-bottom:7px;
	padding-left:12px;
	margin-bottom:16px;
}

h3 {
	color:#335C38;
	font-size:18px;
	font-weight:bold;
	margin-bottom:0.5em;
}
h4 {
	font-weight:bold;
}

p {
	margin-bottom:0.8em;
	/*text-indent: 1em;*/
}
p.noindent{
	text-indent: 0;
}

small{
	font-size:80%;
}

strong{
	font-weight:bold;
	font-size:110%;
}

dt{
	float: left;
	clear: left;
	font-weight: bold;
}
dd{
	float: left;
}

br{
	height: 1px;
}

/**************************************
Elements
**************************************/
#container {
	width:100%;
	height:100%;
	background-image:url(../images/leaf.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#header {
	position:relative;
	width:1000px;
	height:270px;
	margin:auto;
	/*margin-top:5px;*/
	
}

/* gnavi */
#gnaviwrapper{
	width:100%;
	background-color: #FFF;
	/*border-top: solid 1px #CCC;*/
	border-bottom: solid 1px #CCC;
}
#gnavi {
	width:1000px;
	height:60px;
	z-index:11;
	margin: 0 auto;
	border-left: solid 1px #CCC;
}

#gnavi a {
	display:block;
	float: left;
	width:19.8%;
	height:60px;
	line-height: 60px;
	background-repeat:no-repeat;
	text-align: center;
	border-right: solid 1px #CCC;
	color: #335c38;
	text-decoration: none;
	font-size: 16px;
	
	transition: all 200ms 0s ease;
}
#gnavi a:hover {
	color: #FFF;
	background-color: #335c38;
}

#headbtn {
	position:absolute;
	display:block;
	width:215px;
	height:60px;
	right:20px;
	bottom:-29px;
	/*	background-color:#C4090C;
	padding-left:20px;*/
	
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px #333; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0px 5px 0px #333; /* Firefox用 */
	box-shadow: 0px 0px 5px 0px #333; /* CSS3 */
	z-index:10;
}

#logo {
	position: absolute;
	left: 0px;
	top: 63px;
}

#copy {
	position: absolute;
	right: 230px;
	top: 27px;
}

#tel {
	position: absolute;
	right: 230px;
	top: 166px;
}

#companylink{
	position: absolute;
	right: 0px;
	top: -5px;
	z-index: 12;
}

#headimg {
	position: absolute;
	right: -3px;
	bottom: 4px;
}

/* content */
#content {
	position:relative;
	width:800px;
	margin:auto;
	padding-top:60px;
	/*	border-top:solid 1px #CCC;*/
	min-height:500px;
	margin-bottom:80px;
}

#content ul {
	margin-bottom:1em;
}

#content ul li {
	list-style:outside;
	margin-left:1.5em;
}

.section {
	position:relative;
	margin-bottom:50px;/*background-color:#F00;
	opacity:0.6;*/
}

#motto dt{
	width: 100px;
}

#mottofig {
	/*position:relative;
	left:20px;
	top:-50px;*/
	margin-top:-20px;
}

#mottoimg {
	position:absolute;
	right: 10px;
	bottom: 80px;
}

table{
	font-size:14px;
}

table#dayflow{
	border-top:dotted 1px #335C38;
	border-right:dotted 1px #335C38;
}

table#dayflow,
table.service {
	line-height:140%;
	width:100%;
	margin-top:0px;
}

table.service {
	border-top:solid 1px #335C38;
	border-right:solid 1px #335C38;
}

table#dayflow th,
table#dayflow td{
	border-bottom:dotted 1px #335C38;
	display:table-cell;
	vertical-align:middle;
	line-height:120%;
	padding:20px 16px;
}
table#dayflow td{
	background:#FFF;
}
table.service th,
table.service td {
	border-bottom:solid 1px #335C38;
	border-left:solid 1px #335C38;
	display:table-cell;
	vertical-align:middle;
	line-height:120%;
	padding:16px;
}

 table.cntr th,
 table.cntr td{
	 text-align:center;
 }


table#dayflow th,
table.service th {
	width:260px;
	/*text-align:left;*/
	font-size:16px;
	color:#FFF;
	background-color:#335C38;
	background-image: url(../images/dayflow-allow.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	opacity:0.7;
}

.hills table#dayflow th,
.hills table.service th {
	background-color: #7b59a3;
}

table.service td {
	border-left:solid 1px #335C38;
	background-color:#FFF;
	padding:10px 8px;
}

.hills table#dayflow.service th,
.hills table#dayflow.service td{
	border-color: #7b59a3 !important;
}

table.service th {
	background-image: none;
	width:auto;
	padding:10px 8px;
	font-size:14px;
}

table#company {
	line-height:140%;
	width:100%;
	margin-top:30px;
	border-top:solid 1px #335C38;
	border-left:solid 1px #335C38;
}

table#company th,
table#company td {
	background-color:#FFF;
	border-right:solid 1px #335C38;
	border-bottom:solid 1px #335C38;
	padding:16px;
	vertical-align:middle;
}

table td.number{
	text-align:right;
}

/* footer */

#footer {
	position:relative;
	background-color:#335C38;
	color:#FFF;
}

#footer #copyright {
	width:980px;
	margin:auto;
	text-align:center;
	padding:10px;
	font-size:12px;
}

#footer #page2top {
	position:absolute;
	display:block;
	text-align:center;
	color:#335C38;
	top:-40px;
	right:30px;
	text-decoration:none;
	color:#FFF;
	background-color:#335C38;
	padding:4px 12px;
	font-size:12px;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	opacity:0.9;
}

.interior{
	margin-bottom:20px;
}

.interior div {
	float:left;
	margin:0;
	width:250px;
	height:220px;
	margin-right:24px;
	font-size:10px;
	line-height:130%;
}
.interior a {
	display:block;
	width:250px;
	height:180px;
	margin-bottom:5px;
	overflow:hidden;
	border:solid 1px #335C38;
}

.interior a img{
	
}

.mr0{
	margin-right:0px !important;
}

.phone{
	margin-bottom:60px;
}

.tel-link{
	margin-top: 10px;
}

iframe{
	border: solid 1px #335C38;
}

.shokai{
	float:left;
	width: 48%;
}
.shokai h3{
	padding:2px 6px;
	background-color: #335C38;
	color: #FFF;
	text-align: center;
	border-radius: 4px;
}
.bg-garden{
	background-color: #3071b9 !important;
}
.bg-hills{
	background-color: #7b59a3 !important;
}

h2.kyocho {
	border:none;
	color: #FFF;
	background-color: #335C38;
	padding:10px 16px; 
	border-radius: 4px;
}

h2.kyocho small{
	/*font-weight: normal;*/
	font-size: 100%;
}

.garden h2.kyocho {
	background-color: #3071b9;
}

.hills h2.kyocho {
	background-color: #7b59a3;
}

.garden h3{
	color: #3071b9;
}
.hills h3{
	color: #7b59a3;
}

.notice{
	display: block;
	background:#000;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	margin-top: 30px;
	padding: 10px 10px 8px 10px;
	border-radius: 4px;
}




/**************************************
Decoration
**************************************/
.shadow {
	/*border-radius: 4px;
	-webkit-border-radius:4px;  
    -moz-border-radius: 4px;  */
	-webkit-box-shadow: 0px 0px 5px 0px #333; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0px 5px 0px #333; /* Firefox用 */
	box-shadow: 0px 0px 5px 0px #333; /* CSS3 */
}


.update{
	font-size:100%;
}

.prpducer{
	border:solid 1px #335C38;
	padding:1em;
	background:#FFF;
	font-size:15px;
}
.prpducer p{
	margin-left:220px;
}
.prpducer p.name{
	font-weight:bold;
	font-size:16px;
}
.prpducer img{
	text-align:left;
	float:left;
	margin-right:1.5em;
	border:solid 1px #335C38;
	background:#EDE9D1;
}

.prpducer h3{
	margin-left:220px;
	background:#335C38;
	color:#FFF;
	padding:0.5em 1em;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	margin-bottom:1em;
}

.ppolicy{
	line-height:1.4em;
	margin-bottom:1em;
}

/**************************************
Common Class
**************************************/
.mb0{
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mb30{
	margin-bottom: 30px;
}

