@charset "utf-8";


* {
	margin:0;
	padding:0;
	list-style-type: none;
	font-size: 100%;
}
address {
	font-style: normal;
}
img {
    border:none;
}	
body {
	text-align: center;
	color: #333333;
	letter-spacing: 0;
	background-color: #EAEAEA;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
a:link {
	text-decoration: underline;
	color: #0099FF;
}
a:visited {
	text-decoration: underline;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
table {
	border-collapse:collapse;
}

.clear {
	clear: both;
}

.img_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
}
.img_right {
	float: right;
	padding-left: 20px;
	padding-bottom: 5px;
}

.section {
	clear: both;
	width: 100%;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.section:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}

.section h2 {
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}

h1.summary,p.summary {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	clear: both;
}

h3.nh3 {
	font-size: 140%;
	line-height: 160%;
	clear: both;
	margin-bottom: 20px;
	color: #000000;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}




.np,.npe,.npr,.npn,.npc,.npcn {
	font-size: 85%;
	line-height: 180%;
	clear: both;
	letter-spacing: 3px;
	}
.np {
	text-align: left;
	margin-bottom: 20px;
}
.npe {
	text-align: left;
	margin-bottom: 40px;
}
.npr {
	text-align: right;
	margin-bottom: 20px;
}
.npn {
	text-align: left;
}
.npc {
	text-align: center;
	margin-bottom: 20px;
}
.npcn {
	text-align: center;
}
.nps,.npsn,.nprs{
	font-size: 75%;
	line-height: 140%;
	clear: both;
}
.nps {
	text-align: left;
	margin-bottom: 20px;
}
.npsn {
	text-align: left;
}
.nprs{
	text-align: right;
}







.n_table {
	clear: both;
	width: auto;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.n_table th {
	width: 25%;
	background-color: #F3F3F3;
}
.n_table td {
	width: 75%;
}
.n_table th,.n_table td {
	font-size: 75%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.redtxt {
	color: #900;
}




#logo {
	line-height: 0px;
	text-align: center;
	clear: both;
}
#header_wrapper {
	background-color: #FFFFFF;
	clear: both;
	width: 100%;
}
#header {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;

}

#main {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}
#main p {
	line-height: 0px;
	text-align: center;
	clear: both;
}





#gnavi {
	background-color: #3DB49A;
	clear: both;
	width: 100%;
}
#gnavi ul {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#gnavi ul li {
	line-height: 0px;
	background-color: #FFFFFF;
	clear: both;
}
#gnavi:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}




#container {
	clear: both;
	width: 100%;
	text-align: left;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#container:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}








#footer_wrapper {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer_logo {
clear: both ;
}
#footer_navi ul li a:link,
#footer_navi ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_navi ul li a:hover,
#footer_navi ul li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer:after,
#footer_sub:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}
#footer_navi {
	clear: both;
	width: 100%;
	background-color: #3DB399;
}
#footer_navi ul {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer_navi ul li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-size: 80%;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
#copyright {
clear: both ;
}
#footer_navi:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}


a img {
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
		 -o-transition: 0.1s ease-in-out;
			transition: 0.1s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}









.inputarea_zip {
	width: 50%;
}
.inputarea_name {
	width: 70%;
}
.inputarea_other {
	width: 70%;
}
.inputarea_add {
	width: 80%;
}
.inputarea_txt {
	height: 150px;
	width: 80%;
}
.inputarea_zip,
.inputarea_name,
.inputarea_other,
.inputarea_add,
.inputarea_txt {
	background-color: #FFFFEC;
	border: 1px solid #CCCCCC;
	padding: 5px;
}



.privacy {
	font-size: 65%;
	line-height: 140%;
	padding: 10px;
	clear: both;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.preview {
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}
.preview input {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	height: 40px;
	width: 250px;
	font-size: 14px;
	background-color: #E4E4D3;
	border: 1px solid #CCCCCC;
}






.content {
	background-color: #FFFFFF;
	padding: 30px;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
















#information {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#information dt,
#information dd {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#information dt {
	float: left;
	clear: left;
	width: 7em;
	font-size: 75%;
	font-weight: normal;
	line-height: 140%;

}

#information dd {
	padding-left: 8em;
	font-size: 75%;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}






.gourplist {
	clear: both;
	margin-bottom: 50px;
}
.gourplist li {
	color: #26715F;
	font-size: 75%;
	background-image: url(../images/arrow001.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-right: 20px;
	padding-left: 10px;
	letter-spacing: 0px;
}
.gourplist:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}















#map_canvas {
	clear: both;
	width: 718px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	height: 500px;
}





.group_content {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
.group_base {
	background-color: #FFFFFF;
	padding: 20px;
	clear: both;
	margin-bottom: 30px;
}
.group_info {
	width: 100%;
	clear: both;
}
.group_info h3 {
	clear: both;
	background-color: #3DB49A;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.group_info address {
	font-size: 75%;
	clear: both;
	margin-bottom: 10px;
}
.group_info address img {
	padding-left: 10px;
}
.group_info ul {}
.group_info ul li {
	font-size: 75%;
	line-height: 140%;
	clear: both;
	margin-bottom: 5px;
}
.shubetu {
	font-size: 75%;
	color: #333333;
	background-color: #EAEAEA;
	padding: 3px;
	clear: both;
	margin-bottom: 10px;
}
.group_map {
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}
.group_base:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}



#contact {
	clear: both;
	padding-top: 50px;
}
#privacy {
	clear: both;
	width: 100%;
	padding-top: 50px;
}
.prv_sec {
	clear: both;
	margin-bottom: 30px;
}
.prv_sec h4 {
	clear: both;
	margin-bottom: 10px;
}

.contactbtn {
	clear: both;
	text-align: center;
	background-color: #3DB49A;
}



.fluid-Image{
width: 100%;
height: auto;
}

.sp-hidden{
display: none !important;
}
.pc-hidden{
display: block !important;
}



.attnews {
    font-size: 140%;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    margin-bottom: 50px;
    color: #2E8A76;
}



@media only print, screen and (min-width: 641px) {



.sp-hidden{
display: block !important;
}
.pc-hidden{
display: none !important;
}
.fluid-Image{
width: auto;
height: auto;
}


.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.n_table th {
	width: 25%;
	background-color: #F3F3F3;
}
.n_table td {
	width: 75%;
}
.n_table th,.n_table td {
	font-size: 75%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 10px;
	border: 1px solid #CCCCCC;
}






.section {
	clear: both;
	width: 1000px;
	margin-bottom: 160px;
	margin-right: auto;
	margin-left: auto;
}
.section:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}

.section h2 {
	text-align: left;
	float: left;
}

h1.summary,p.summary {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	float: right;
	padding-top: 25px;
	clear: none;
}




h3.nh3 {
	font-size: 35px;
	line-height: 160%;
	clear: both;
	margin-bottom: 20px;
	color: #000000;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing: 10px;
}















#logo {
	line-height: 0px;
	float: left;
	clear: none;
}
#header_wrapper {
	background-color: #FFFFFF;
	clear: both;
	height: 130px;
	width: 100%;
	position: fixed !important;
	position: absolute;
}
#header {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;

}

#main {
    background-image: url(../images/mainback.jpg);
    background-repeat: no-repeat;
    clear: both;
    width: 100%;
    background-position: center bottom;
    margin-bottom: 50px;
    padding-top: 130px;
}
#main p {
	line-height: 0px;
	text-align: center;
	clear: both;
}
#main p img {
	width: auto;
}





#gnavi {
	background-color: #3DB49A;
	clear: both;
	height: 60px;
	width: 100%;
}
#gnavi ul {
	clear: both;
	width: 1000px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}
#gnavi ul li {
	line-height: 0px;
	background-color: #FFFFFF;
	float: left;
	clear: none;
}







#container {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#container:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}








#footer_wrapper {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 70px;
	background-color: #FFFFFF;
}
#footer_logo {
	float: left;
	line-height: 0px;
	clear: none;
}
#footer_navi ul li a:link,

#footer_navi ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_navi ul li a:hover,
#footer_navi ul li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer:after,
#footer_navi:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}
#footer_navi {
	clear: both;
	width: 100%;
	background-color: #3DB399;
	height: 60px;
}
#footer_navi ul {
	clear: both;
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background-color: #3DB399;
}
#footer_navi ul li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-size: 80%;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
#copyright {
	float: right;
	clear: none;
}













.privacy {
	font-size: 65%;
	line-height: 140%;
	padding: 10px;
	clear: both;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.preview {
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}
.preview input {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	height: 40px;
	width: 250px;
	font-size: 14px;
	background-color: #E4E4D3;
	border: 1px solid #CCCCCC;
}












.content {
	float: right;
	width: 690px;
	background-color: #FFFFFF;
	padding: 30px;
	clear: none;
	margin: 0px;
}















#information {
	clear: both;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}

#information dt,
#information dd {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#information dt {
	float: left;
	clear: left;
	width: 7em;
	font-size: 75%;
	font-weight: normal;
	line-height: 140%;

}

#information dd {
	padding-left: 8em;
	font-size: 75%;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}






.gourplist {
	clear: both;
	width: 690px;
	margin-bottom: 50px;
}
.gourplist li {
	color: #26715F;
	font-size: 75%;
	background-image: url(../images/arrow001.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-right: 20px;
	padding-left: 10px;
	letter-spacing: 0px;
}
.gourplist:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}






.inputarea_zip {
	width: 70px;
}
.inputarea_name {
	width: 200px;
}
.inputarea_other {
	width: 200px;
}
.inputarea_add {
	width: 420px;
}
.inputarea_txt {
	height: 150px;
	width: 420px;
}
.inputarea_zip,
.inputarea_name,
.inputarea_other,
.inputarea_add,
.inputarea_txt {
	background-color: #FFFFEC;
	border: 1px solid #CCCCCC;
	padding: 5px;
}









#map_canvas {
	clear: both;
	width: 718px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	height: 500px;
}





.group_content {
	float: right;
	width: 750px;
	clear: none;
	margin: 0px;
}
.group_base {
	background-color: #FFFFFF;
	padding: 20px;
	clear: both;
	width: 710px;
	margin-bottom: 30px;
}
.group_info {
	width: 410px;
	float: right;
	clear: none;
}
.group_info h3 {
	clear: both;
	margin-bottom: 10px;
}
.group_info address {
	font-size: 75%;
	clear: both;
	margin-bottom: 10px;
}
.group_info address img {
	padding-left: 10px;
}
.group_info ul {}
.group_info ul li {
	font-size: 75%;
	line-height: 140%;
	clear: both;
	margin-bottom: 5px;
}
.shubetu {
	font-size: 75%;
	color: #333333;
	background-color: #EAEAEA;
	padding: 3px;
	clear: both;
	margin-bottom: 10px;
}
.group_map {
	float: left;
}
.group_base:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}



#contact {
	clear: both;
	padding-top: 130px;
}
#privacy {
	clear: both;
	width: 690px;
	padding-top: 0px;
}

.prv_sec {
	clear: both;
	width: 690px;
	margin-bottom: 30px;
}
.prv_sec h4 {
	clear: both;
	margin-bottom: 10px;
}

.contactbtn {
	clear: both;
	text-align: center;
	background-color: #3DB49A;
	margin-bottom: 30px;
}
.sectionend {
	margin-bottom: 30px;
}
.contactbox {
	line-height: 30px;
	clear: both;
	height: 30px;
}
}
