@charset 'utf-8';
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
body {
	min-width: 980px;
	background: #fcfcfc;
}
/*-----------------------------
   ヘッダー
-----------------------------*/
header {
	background-color: #D5EBE3;
	height: 120px;
	margin: -1px auto auto;
}
header div {
	width: 980px;
}
header h1 {
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0 4px 8px;
	text-align: left;
	background-color: #006600;
	color: #ffffff;
}
header #logo {
	float: left;
	width: 250px;
	padding-left: 8px;
}
header #logo a {
	display: block;
	overflow: hidden;
	height: 44px;
	text-indent: -9999px;
	background: url(../img/title_logo.svg) top left no-repeat;
	background-size: contain;
}
/*-----------------------------
   ナビケージョン
-----------------------------*/
.navDrawr {
	width: 980px;
	position: static;
	z-index: 9999;
	margin-top: 50px;
	text-align: center;
}
.navDrawr > ul {
	width: 948px;
}
.navDrawr ul > li {
	width: 158px;
	font-size: 15px;
	line-height: 40px;
	position: relative;
	display: inline;
	float: left;
}
.navDrawr a:before, .navDrawr span.noLink:before, .banner a:before {
	content: url(../img/pearl.png) " ";
}
.navDrawr a, .navDrawr span.noLink, .banner a {
	display: block;
	padding: 0px;
}
.navDrawr a, .banner a {
	color: #ffca97;
}
.navDrawr a:hover, .banner a:hover {
	color: #fff;
}
.navDrawr > ul > li > a, .navDrawr span.noLink, .banner a {
	margin: 1px;
	border-radius: 4px;
}
.navDrawr span.noLink {
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(227,208,184,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(227,208,184,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(227,208,184,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(227,208,184,1.00) 100%);
}
.navDrawr > ul > li > a, .banner a {
	background-image: -webkit-linear-gradient(270deg, rgba(15,69,39,1.00) 0%, rgba(24,127,84,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(15,69,39,1.00) 0%, rgba(24,127,84,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(15,69,39,1.00) 0%, rgba(24,127,84,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(15,69,39,1.00) 0%, rgba(24,127,84,1.00) 100%);
}
.navDrawr > ul > li > a:hover, .banner a:hover {
	background-image: -webkit-linear-gradient(270deg, rgba(37,131,37,1.00) 0%, rgba(34,184,122,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(37,131,37,1.00) 0%, rgba(34,184,122,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(37,131,37,1.00) 0%, rgba(34,184,122,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(37,131,37,1.00) 0%, rgba(34,184,122,1.00) 100%);
}
/*-----------------------------
   コンテンツ
-----------------------------*/
#inner {
	position: relative;
	clear: both;
	width: 980px;
	margin: 20px auto;
}
#main {
	float: left;
	width: 700px;
	padding: 0 10px 20px 0;
}
#main section#title {
	height: 199px;
	max-width: 650px;
	margin: auto;
	letter-spacing: 0.1em;
}
#title {
	background: url(../img/header.svg) no-repeat;
	background-size: contain;
}
#contact #title {
	background: url(../img/header_contact.png) no-repeat, url(../img/header.svg) no-repeat;
	background-size: contain;
}
#policy #title, #error_page #title {
	background: url(../img/header2.png) no-repeat;
	background-size: contain;
}
#main h1 {
	font-size: 140%;
	padding: 30px 0px 0px 20px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-shadow: 1px 1px #A3A3A3;
}
#main #error_page h1 {
	padding-right: 110px!important;
}
#main h1 span:before {
	content: " ";
}
#main h1 span, #main h2 span {
	font-size: 80%;
}
#main h2 span {
	color: #FFEECC
}
#main h2 {
	font-size: 18px;
	margin: 3px 3px 0;
	padding: 4px 0 3px 23px;
	letter-spacing: .1em;
	color: #ffffff;
	background-image: -webkit-linear-gradient(330deg, rgba(28,99,28,1.00) 0%, rgba(28,148,98,1.00) 100%);
	background-image: -moz-linear-gradient(330deg, rgba(28,99,28,1.00) 0%, rgba(28,148,98,1.00) 100%);
	background-image: -o-linear-gradient(330deg, rgba(28,99,28,1.00) 0%, rgba(28,148,98,1.00) 100%);
	background-image: linear-gradient(120deg, rgba(28,99,28,1.00) 0%, rgba(28,148,98,1.00) 100%);
	border-radius: 6px 6px 0px 0px;
}
#main h3 {
	font-size: 1.3em;
	clear: both;
	margin: .5em 23px .5em .5em;
	padding: 3px 0 3px .5em;
	color: #030303;
	border-bottom: 2px solid #327ecc;
}
#main p {
	line-height: 1.4;
	margin: .5em 23px 1em .5em;
	padding: 3px 0 3px .5em;
	text-align: left;
}
#main p.large {
	font-weight: bold;
}
#main .left {
	float: left;
}
#main img.left {
	margin: 5px 20px 10px 14px;
}
#main .right {
	float: right;
}
#main img.right {
	margin: 5px 24px 10px 20px;
}
#main ol {
	margin: 0 10px;
	padding-left: 50px;
	text-align: left;
}
#main ol li {
	line-height: 1.4;
	padding: 5px 20px 5px 5px;
	list-style-type: decimal;
}
#main ul {
	margin: 0 10px;
	list-style-type: none;
}
#main ul li {
	line-height: 1.4;
	padding: 10px 10px 10px 20px;
	text-align: left;
	border-bottom: 1px dotted #ddd;
	background: url(../img/arrow.png) 5px 8px no-repeat;
}
#main ul li:last-child {
	border-bottom: none;
}
#main dl {
	margin: 0 15px 10px 10px;
	padding: 0;
	text-align: left;
}
#main dt {
	line-height: 16px;
	float: left;
	padding: 10px 0 10px 20px;
	background: url(../img/arrow.png) 5px 8px no-repeat;
}
#main dd {
	line-height: 16px;
	padding: 10px 0 10px 140px;
	border-bottom: 1px dotted #ddd;
}
#main dd.cont {
	border-bottom: none;
}
#main dd:last-child {
	border-bottom: none;
}
#main dl::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
#main table {
	width: 90%;
	margin: 5px auto 5px 10px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#main table th {
	background-color: #e9f9e9;
}
#main table th, td {
	padding: 8px 15px 8px 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*-----------------------------
   サイドブロック
-----------------------------*/
#aside {
	float: right;
	width: 268px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
}
#companyinfo {
	width: 262px;
	padding-top: 0;
	padding-bottom: 10px;
	border: 3px solid #eaeaea;
	background-image: -webkit-linear-gradient(300deg, rgba(255,255,255,1.00) 25%, rgba(204,221,211,1.00) 100%);
	background-image: -moz-linear-gradient(300deg, rgba(255,255,255,1.00) 25%, rgba(204,221,211,1.00) 100%);
	background-image: -o-linear-gradient(300deg, rgba(255,255,255,1.00) 25%, rgba(204,221,211,1.00) 100%);
	background-image: linear-gradient(150deg, rgba(255,255,255,1.00) 25%, rgba(204,221,211,1.00) 100%);
	border-radius: 4px;
}
#companyinfo a {
	color: #000000;
}
#companyinfo p {
	padding: 0 15px;
}
#companyinfo p span {
	font-size: 85%;
}
#companyinfo .company {
	margin: 2px;
	padding: 5px;
	text-align: center;
	background-color: #006600;
	color: #FBE085;
	font-size: 16px;
	font-weight: bold;
	background-image: -webkit-linear-gradient(330deg, rgba(28,99,28,1.00) 0%, rgba(28,148,98,1.00) 100%);
	background-image: -moz-linear-gradient(330deg, rgba(28,99,28,1.00) 0%, rgba(28,148,98,1.00) 100%);
	background-image: -o-linear-gradient(330deg, rgba(28,99,28,1.00) 0%, rgba(28,148,98,1.00) 100%);
	background-image: linear-gradient(120deg, rgba(28,99,28,1.00) 0%, rgba(28,148,98,1.00) 100%);
}
#companyinfo .tel {
	font-size: 22px;
	font-weight: bold;
}
#companyinfo .address {
	padding-left: 30px;
}
.banner ul {
	margin: 10px auto;
}
.banner ul > li {
	width: 270;
}
.banner a {
	width: 80%;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px;
}
/*-----------------------------
   フッター
-----------------------------*/
footer {
	clear: both;
	width: 100%;
	margin: auto;
}
footer #PageTop {
	clear: both;
	width: 980px;
	margin: 10px auto 5px;
	text-align: right;
}
footer #PageTop a {
	line-height: 1;
	margin-right: 10px;
	padding: 4px 12px 4px 28px;
	text-align: left;
	border-top: 1px solid #006600;
	border-right: 2px solid #006600;
	border-left: 1px solid #006600;
	border-radius: 8px 8px 0 0;
	background-image: url(../img/pagetop.svg);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: 18px 18px;
}
footer #PageTop a:link {
	text-decoration: none;
	color: #000;
}
footer #PageTop a:hover {
	text-decoration: underline;
}
footer #PageTop a:visited {
	color: #000;
}
footer #footerMain {
	height: 103px;
	border-top: 2px solid #006600;
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(28,99,28,1.00) 6.74%, rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(28,99,28,1.00) 6.74%, rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(28,99,28,1.00) 6.74%, rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(28,99,28,1.00) 6.74%, rgba(255,255,255,1.00) 100%);
}
footer #footerMain p {
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}
footer #footerExtra {
	width: 100%;
	padding-top: 13px;
	padding-bottom: 4px;
}
footer #footerExtra ul {
	text-align: right;
}
footer #footerExtra li {
	font-weight: normal;
	display: inline;
	padding: 3px 22px 3px 26px;
	background: url(../img/fpoint.svg) left center no-repeat;
	background-size: 18px 18px;
}
footer #footerExtra a {
	text-decoration: underline;
}
footer #footerExtra a:link {
	color: #000;
}
footer #footerExtra a:visited {
	color: #005b90;
}
footer #footerExtra a:hover {
	color: #030303;
}
footer #footerExtra a:active {
	color: #030303;
}
footer dl.counter {
	float: none;
	margin: 0 auto;
	text-align: center;
	color: #0066aa;
}
footer dl.counter dt, footer dl.counter dd {
	display: inline;
}
/*-----------------------------
   トップスライドショー
-----------------------------*/
#stage {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	background: #ddd;
}
.pic {
	position: absolute;
}
.pic img {
	width: 100%;
	height: auto;
	opacity: 0;
	-moz-animation: imgTrans 32s infinite;
	-webkit-animation: imgTrans 32s ease-in infinite;
	animation: imgTrans 32s infinite;
}
#photo1 img {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#photo2 img {
	-moz-animation-delay: 8s;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
#photo3 img {
	-moz-animation-delay: 16s;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
}
#photo4 img {
	-moz-animation-delay: 24s;
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}
@-webkit-keyframes imgTrans {
0% {
opacity:0;
}
7% {
opacity:1;
}
18% {
opacity:1;
}
25% {
opacity:0;
}
100% {
opacity:0;
}
}
@-moz-keyframes imgTrans {
0% {
opacity:0;
}
7% {
opacity:1;
}
18% {
opacity:1;
}
25% {
opacity:0;
}
100% {
opacity:0;
}
}
@keyframes imgTrans {
0% {
opacity:0;
}
7% {
opacity:1;
}
18% {
opacity:1;
}
25% {
opacity:0;
}
100% {
opacity:0;
}
}
/*--------------------------------------------------------
  お問い合わせ デザイン
--------------------------------------------------------*/
table.mailform tr th, table.mailform tr td {
	font-size: 12px;
	text-align: left;
}
table.mailform tr th span {
	font-size: 10px;
	color: #c00;
}
table.mailform tr th p {
	font-size: 10px;
	color: #999;
}
/*--------------------------------------------------------
  アクセス デザイン
--------------------------------------------------------*/
#GoogleMap {
	width: 90%;
	height: 400px;
	margin: 10px auto;
}
#GoogleMap h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px 4px;
	padding: 0px;
}
#GoogleMap p {
	font-size: 14px;
	margin: 0px;
}
#GoogleMap p span {
	font-size: 85%;
}
#sidemap {
	float: none;
	clear: both;
}
#item ul, #itemlist ul, #groupsociety ul {
	text-align: center;
}
#item ul li, #itemlist ul li, #groupsociety ul li {
	display: inline-block;
	padding: 10px 20px;
	background: none;
	border-bottom: none;
}
#group figure, #groupsociety li {
	padding : 0;
	margin: 0;
}
#group li {
	width: 42%;
}
#society li {
	width: 26%;
}
#groupsociety img {
	border: 2px #000000 solid;
	border-radius: 20px;
}
