@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
}
noscript {
	width: 100%;
	margin: 0;
	padding: 5px;
	height: auto;
	position: relative;
}
#noscript-container {
	width: 960px;
	margin: auto;
	padding: 5px;
	height: auto;
	position: relative;
	border: 3px solid red;
}
#information {
	width: 100%;
}



#logo {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	height: auto;
}
#logo-container {
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 480px;
	position: relative;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
}

#pc-menu {
	width: 100%;
	padding: 0;
	height: auto;
	margin: 0;
	position: relative;
	z-index: 10;
}

#pc-menu-container {
	width: 960px;
	margin: auto;
	padding: 0;
	height: auto;
	position: relative;
	font-weight: bold;
}
.sp-menu {
	display: none;
}


#main {
	width: 100%;
	margin: 0;
	height: auto;
	position: relative;
	border-top: 3px solid #00a650;
	box-shadow: inset 0 0 15px #999;
	background-color: #f8f8f8;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
}

#main-container {
	width: 960px;
	margin: auto;
	padding: 0;
	height: auto;
	position: relative;
}
#address {
	width: 100%;
	padding: 0;
	height: auto;
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 0.75em;
}

.top-image {
	box-shadow: 0 12px 10px -6px #999;
	-webkit-box-shadow: 0 12px 10px -6px #999;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
	position: relative;
}
.top-image img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: block;
}


.content {
	width: 100%;
	height: auto;
	position: relative;
	box-shadow: 0 12px 10px -6px #999;
	-webkit-box-shadow: 0 12px 10px -6px #999;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 25px;
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 1px;
}

.content h2 {
	font-size: 1.25em;
	margin: 0;
	height: auto;
	position: relative;
	border-bottom: 1px solid darkgreen;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-left: 5px double darkgreen;
	width: auto;
	padding-left: 10px;
	color: #fff;
	background-color: #00a650;
}

.content h3 {
	height: auto;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-left: 5px double #00a650;
	width: auto;
	padding-left: 10px;
	font-size: 1em;
	margin: 0;
	border-bottom: 1px solid #00a650;
	background-color: #eafff4;
}

.content p {
	width: auto;
	height: auto;
	padding: 0;
	margin: 10px;
	position: relative;
}
.content-sns {
	width: 960px;
	padding: 0;
	margin: 0;
	position: relative;
	height: 520px;
}
.content-sns-Facebook {
	width: 465px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	height: 500px;
	position: relative;
	float: left;
}
.content-sns-Twitter {
	width: 465px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 0;
	height: 500px;
	position: relative;
	float: right;
}


.content footer {
	width: auto;
	padding: 0;
	margin: 10px;
	height: auto;
	position: relative;
	text-align: right;
	font-size: 0.75em;
}
.content-imp {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-box-shadow: 0 12px 10px -6px #999;
	box-shadow: 0 12px 10px -6px #999;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 25px;
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 1px;
}
.content-imp h2 {
	margin: 0;
	font-size: 1.25em;
	height: auto;
	position: relative;
	border-bottom: 1px solid #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-left: 5px double #333;
	width: auto;
	padding-left: 10px;
	color: #fff;
	background-color: red;
}
.content-imp h3 {
	height: auto;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-left: 5px double red;
	width: auto;
	padding-left: 10px;
	margin: 0;
	font-size: 1em;
	border-bottom: 1px solid red;
	background-color: pink;
}
.content-imp p {
	width: auto;
	padding: 0;
	margin: 10px;
	height: auto;
	position: relative;
}

.content-imp footer {
	padding: 0;
	margin: 10px;
	width: auto;
	height: auto;
	position: relative;
	text-align: right;
	font-size: 0.75em;
}




dt {
	color: #00a650;
	padding: 0;
	width: auto;
	height: auto;
	float: left;
	margin: 0;
	position: relative;
}
dd {
	padding: 0;
	height: auto;
	width: auto;
	margin: 0;
	position: relative;
}




#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	background-color: #ccc;
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
}
#footer a:hover {
	text-decoration: none;
	color: #333;
}
#footer a:link {
	color: #333;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #333;
}
#footer a:active {
	color: #ffF;
	text-decoration: none;
}




#footer-container {
	width: 960px;
	margin: auto;
	height: auto;
	position: relative;
}
#footer-left {
	width: 310px;
	float: left;
	margin: auto;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#footer-center {
	width: 310px;
	float: left;
	margin: auto;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#footer-right {
	margin: auto;
	width: 320px;
	float: left;
	clear: none;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#copyright {
	width: 100%;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	position: relative;
	font-size: 0.75em;
	text-align: center;
	clear: both;
}










.button {
	display: inline-block;
	width: 20%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	color: #333;
	background-color: #eafff4;
}
.button:hover {
	color: #fff;
	background-color: #00a650;

}
.button-now {
	display: inline-block;
	width: 20%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	color: #fff;
    background-color: #00a650;
}





#slideshow {
	position: relative;
	width: 960px; /* ボックスの横幅 */
	height: 409px; /* ボックスの高さ */
}

#slideshow p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
   height: 409px; /* ボックスの高さ */
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
   width:  960px; /* 画像の横幅 */
   height: 409px; /* 画像の高さ */
   display: block;
   border: 0;
   margin-bottom: 0px; /* 画像下部の余白 */
}





#page-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	font-size: 77%;
	z-index: 10;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	z-index: 10;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	z-index: 10;
}





a:hover img{
    opacity:0.75;
    -moz-opacity:0.75;
    filter:alpha(opacity = 75);
}
.pc-none {
	display: none;
}




@media (max-width:1023px){
}

@media (max-width:419px){
body{
	font-size: 0.75em;
}
#logo-container {
	width: 75%;
	padding-top: 10px;
	padding-bottom: 5px;
}
#pc-menu {
	display:none
}
.sp-menu {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	display: inherit;
	height: 80px;
	text-align: center;
}
.sp-menu a:link {
	color: #333;
	text-decoration: none;
}
.sp-menu a:visited {
	color: #333;
	text-decoration: none;
}
.sp-menu a:active {
	color: #fff;
	text-decoration: none;
}



.sp-menu ul1 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	width: 25%;
	height: 80px;
	float: left;
}
.sp-menu ul2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	width: 37.5%;
	height: 80px;
	float: left;
}


.sp-menu li1 {
	position: relative;
	width: 100%;
	height: 80px;
	display: block;
	line-height: 80px;
	background-color: #eafff4;
	border-top-color: #00a650;
	border-top-style: solid;
	border-top-width: 1px;
	border-right: 1px solid #00a650;
}
.sp-menu  li2  {
	position: relative;
	height: 40px;
	display: block;
	line-height: 40px;
	width: 100%;
	background-color: #eafff4;
	border-top-color: #00a650;
	border-top-style: solid;
	border-top-width: 1px;
	border-left: 1px solid #00a650;
}









#main-container {
	width: 95%;
}
.top-image {
	margin-bottom: 10px;
}
.content {
	margin-bottom: 10px;
	clear: none;
}
.content h2 {
	font-size: 1em;
}
.content p {
}
.content-sns {
	height: 1040px;
	width: 100%;
}
.content-sns-Facebook {
	width: 95%;
	margin: 10px;
	float: none;
}
.content-sns-Twitter {
	width: 95%;
	margin: 10px;
	float: none;
}
.content-imp {
	margin-bottom: 10px;
	clear: none;
}
.content footer {
}
dt {
	width: auto;
	float: none;
}
dd {
	width: auto;
	padding-left: 10px;
}
#footer {
}
#footer-container {
	width: 95%;
}
#footer-container h2 {
}
#footer-container h3 {
}


#footer-left {
	width: 100%;
	float: none;
	padding-right: 0px;
}
#footer-center {
	width: 100%;
	float: none;
	padding-right: 0px;
}
#footer-right {
	width: 100%;
	float: none;
}
#copyright {
	font-size: 0.75em;
}





#slideshow {
	width: 100%; /* ボックスの横幅 */
	height: auto;
}

#slideshow p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	margin: 0;
	background-color: white; /* ボックスの背景色(必須) */
	height: auto; /* ボックスの高さ */
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
	width: 100%; /* 画像の横幅 */
	height: auto; /* 画像の高さ */
	display: block;
	border: 0;
	margin-bottom: 0px;
}





#page-top {
	position: fixed;
	bottom: 10%;
	right: 0px;
	font-size: 0.5em;
	z-index: 10;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	z-index: 10;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	z-index: 10;
}
.pc-none {
	display: inherit;
}




.sp-none {
	display:none
}






}
