@import 'menu.css';
@import 'sns.css';
@import 'footer.css';


hr.kugiri_hasen{
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link.mapic {
	margin-right: 10px;
}

a:link.mapicb {

	margin-right: 10px;
}
.square_btn {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;/*背景色*/
	border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/*アイフォンボタン無効*/
input[type="button"],input[type="submit"] {
    border-radius: 0;
  }
input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }

a{
	text-decoration: none;	
	}
a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}
header {

}

/****************************
header .inner {
	margin: 0px auto; 
	width: 100%;
	max-width: 980px;
	height: 140px; 
	position: relative;
}
header .inner img#logo {
	position: absolute;
	left: 5px;
	bottom: 5px;
}
*********************/

header .inner {
	margin: 0px auto; 
	padding-top: 13px;
	width: 100%;
	max-width: 980px;
	height: 130px; 

}

header .inner .logo {
	display:inline-block;


}
header .inner .mem {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
header .inner .mem span{
	font-size: 13px;
	}
header .inner .tops {
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
header .inner address {
	/*top: 37px;*/
	top: 110px;
	text-align: left;
	/*right: 30px;*/
	right: 5%;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-size: 11px;
	position: absolute;
}
header .inner address .tel {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.head_login{
	width: 70px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	margin-right:  15px;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-position: top;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	background-color: #090;
}
body {
	margin: 0px; padding: 0px; 
	font-weight: normal;
	text-align: left; 

	line-height: 1.8; 
	letter-spacing: 0.05em; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal;
}

img {
	border: 0px;
}

.michi_tbl{
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 100%;
	}
.michi_tbl th{
	font-size: 18px;
	text-align: left;
}
.michi_tbl td img{
	margin-left: 5px;
	margin-top: 5px;
}

.icon_sele{
	position: relative;
	display: inline-block;
	margin-right: 14px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
	top: 3px;
	}



.tbl_colm{
	background-color: #FFF;
	width: 100%;
}
.tbl_colm td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
}



.ko_midashi{
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}

.br-sp { 
display:none; 
}

ul {
	list-style-type: none;
}
hr.style-one  {
border-top: 1px solid #e6e6e6;
margin-top: 10px;
margin-bottom: 10px;
}
h1.h_title {
	font-size: 26px;
	overflow: hidden;
	line-height: 30px;
	padding-top: 5px;
}

#con_1000{
	width: 1000px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	padding: 0px;
}

.nakamidashi{
	font-size: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bad574;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
	}
#nakamidashi{
	font-size: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bad574;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
	}
	
img {
	border: 0px;
}

#main {
	margin: 0px auto; 
	width: 96%;
	max-width: 1000px;
}
#main_left7 {
	width: 700px; padding-bottom: 30px; float: left;
}
#main_left5 {
	width: 500px; padding-bottom: 30px; float: left;
}
nav#breadcrumbs {
	margin-top: 5px;
	margin-bottom: 10px;
	}
nav#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	margin-top: 5px;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}




#ptitle{
	background-color: #D7E7AF;
	clear: both;	/*position: relative;*/
}

#ptm{
	width: 1000px;
	font-size: 22px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

#ptm14{
margin: 0px auto; width: 99%;
padding: 16px;
font-size: 14px; 
}
.sub {
	width: 280px;
	padding-bottom: 10px;
	float: right;
	padding-left: 5px;
}
#sub {
	width: 280px;
	padding-bottom: 10px;
	float: right;
	padding-left: 5px;
}
#sub h3 {

	font-size: 15px;
}

#sub ul.submenu {
	margin-bottom: 10px; border-top-color: rgb(228, 228, 228); 
	border-top-width: 1px; border-top-style: solid;
}
#sub ul.submenu li {
	background: rgb(255, 255, 255); 
	border-bottom-color: rgb(228, 228, 228); 
	border-bottom-width: 1px; 
	border-bottom-style: solid;
		padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;

}
#sub .box1 {
	background: #f5f5f5;
	padding: 7px;

	border: 1px solid #ebebeb;
	margin-bottom: 15px;

	margin-left: 3px;
}
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}
#sub_right5 {
	width: 500px;
	padding-bottom: 10px;
	float: right;
}
.column{
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 20px;
	}
.column span{
	font-size: 13px;
	float: right;
	}
	
table.tbl_ct {
    width: 98%;
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    border-spacing: 0;
}
table.tbl_ct th {
	color: #fff;
	padding: 7px;
	border: 1px solid #e0e0e0;
	background: #7a7a7a;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
table.tbl_ct td {
	padding: 7px;
	border: 1px solid #e0e0e0;
	font-size: 13px;
	width: 50%;
}
table.tbl_ct tr:nth-child(2n+1) {
    background: #ebebeb;
}
	
table.tw5{
	margin-bottom: 5px;
	display: inline-table;
	vertical-align: top;
	margin-top: 10px;
}
table.tw5 th{
	font-size: 16px;
	font-weight: bold;
}
table.tw5 th.sitename{

	text-align: left;
}
table.konnakoto{
	width:100%;
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 10px;
}

table.konnakoto th{
	width:35%;
	text-align: left;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.konnakoto th.mori{
	text-align: left;
	font-size: 16px;
		padding-top: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
table.konnakoto td{
	text-align: left;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 5px;
	
}
table.konnakoto td.mori{
	text-align: left;
	font-size: 16px;
		padding-top: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
table.konnakoto td.mannaka{
vertical-align:middle;
	text-align: center;
}
/*************************************/
table.kokodake{
	width:100%;
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 20px;
}

table.kokodake th{
	text-align: left;
	font-size: 30px;
	padding-top: 10px;
}
table.kokodake td{
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding: 10px;	
}

table.kokodake2018{
	width:100%;
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 20px;
}

table.kokodake2018 th{
	text-align: left;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.kokodake2018 td{
	text-align: left;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
table.kokodake2018 td.mori{
	text-align: left;
	font-size: 16px;
		padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
table.kokodake2018 td.mannaka{
vertical-align:middle;
	text-align: center;
}

table.aashita{
	width:100%;
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 20px;
	
}

table.aashita th{
	text-align: right;
	font-size: 15px;

	font-weight: bold;
}
table.aashita td{
	text-align: left;
	font-size: 15px;

}
table.aashita td span{
	color: #F60;
}
/*
.kensakubut{
	width: 160px;
	font-size:16px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #007334;
	text-decoration:none;
	background    : #007334;

	background-image: linear-gradient(to bottom, #007334, #007334);
	color:#FFFFFF;
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-position: top;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
*/
.kensakubut{
	width: 160px;
	font-size:16px;
	font-weight:normal;
	border-radius:8px;
	border:1px solid #007334;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-position: top;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	background-color: #060;
}
.linkbut{
	width: 400px;
	font-size:16px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #007334;
	text-decoration:none;
	background-image: linear-gradient(to bottom, #007334, #007334);
	color:#CCCCCC;
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-position: top;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
.kensakubut_detail{
	width: 160px;
	font-size:16px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #007334;
	text-decoration:none;
	background-color: #090;
	color:#ffffff;
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;

	background-position: top;
	text-align: center;
}
.submitbut{
	width: 48%;
	font-size:16px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	color:#ffffff;
	display:inline;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-position: top;
	text-align: center;
	background-color: #090;
}
.submitbut_sma{
	width: 30%;
	font-size:16px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	color:#ffffff;
	display:inline;
	margin-right: 4px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-position: top;
	text-align: center;
	background-color: #090;
}
.con_under{
	display: block;
	clear: both;
	}

.p12{
	font-size: 12px;
}
.p12g{
	font-size: 12px;
		color: #666;
		 line-height:-15px;
}

.p12chu{
	font-size: 12px;
	line-height:1.5;
	color: #666;
	-webkit-text-size-adjust: 100%;
}

.p13{
	font-size: 13px;
}
.p_member{
	color: #F00;
}
.p14b{
	font-size: 14px;
	font-weight: bold;
}
.p14_red{
	font-size: 14px;
	color: #F00;
}
.p14bred{
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.p14bbc{
	font-size: 14px;
	font-weight: bold;
	background-color: #ffcccc;
}
.p15bgr{
	font-size: 15px;
	font-weight: bold;
	color: #396;
}
.p15_red{
	font-size: 15px;
	color: #F00;
}
.p15b{
	font-size: 15px;
	font-weight: bold;
}
.p16{
	font-size: 16px;
	font-weight: bold;
}
.p16nb{
	font-size: 16px;
}
.p16b_wh{
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background-color: #336666;
}
.p16b_wh2{
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background-color: #990033;
}
.p16b_campname{
	font-size: 16px;
	text-align: left;
	margin-left: 15px;
	background-color: #CCC8A1;
}
.p16_red{
	font-size: 16px;
	text-align: left;
	margin-left: 5px;
	color: #F00;
}
.p18{
	font-size: 18px;
}
.p18_red{
	font-size: 18px;
	color: #F00;
}
.p18b{
	font-size: 18px;
	font-weight: bold;
}
.p20{
	font-size: 20px;
}
.p22{
	font-size: 22px;
}
.p20bg{
	font-size: 20px;
	font-weight: bold;
	color: #336666;
}

.p20br{
	font-size: 20px;
	font-weight: bold;
	color: #990033;
}

.p20_blue{
	font-size: 20px;
	color: #06C;
	font-weight: bold;
	}
.p20_vio{
	font-size: 20px;
	color: #60C;
	font-weight: bold;
	}
.p20_red{
	font-size: 20px;
	color: #F00;
	font-weight: bold;
	}
.p24bred{
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
img.icon {
vertical-align: middle;
}

.pcampt30{
	font-size: 30px;
}
.pcampt20{
	font-size: 20px;
}
.kokodake_bold{
	font-weight: bold;
}
td.s1-1  { background: #D7E7AF; }

.text_underline {
	font-size: 18px;
	line-height:1.5;
    background:linear-gradient(transparent 90%, #D7E7AF 0%);
}
.text_underline_r {
	font-size: 18px;
	line-height:1.5;
    background:linear-gradient(transparent 90%, #FF99CC 0%);
}
.clipage{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	}
	
#page-top {
	position:fixed;
	right:15px;
	font-size:15px;
	bottom: 70px;
	z-index: 100;
}
#page-top a {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	text-decoration:none;
	color:#fff;
	width:70px;
	text-align:center;
	display:block;
	border-radius:5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #037432;
}
#page-top a:hover {
text-decoration:none;
background:#999;
}
.arc_link{
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	}
p.resizeimage img {
	width: 20%;
	margin-right: 10px;
	margin-top: 20px;
}
p.resizeimage span{
	font-size: 20px;
}




@media all and (max-width:800px) and (min-width:481px){

#con_1000{
	width: 100%;

}

#ptm{
margin: 0px auto; width: auto;

}
#ptm14{
	margin: 0px auto;
	width: auto;
	font-size: 15px;
}
#container {
	width: 100%; margin-right: 8px; margin-left: 8px;
}
#contents {
	width: 99%; 
}
#main {
	margin: 0px auto; 
	width: auto; 
}
#main_left7 {
	width: auto; clear: both; float: none;
}
#sub {
	width: auto; clear: both; float: none;
	margin-left: 0px;
}
table.tw5{
	width: auto;
	}
#main_left5 {
	width: auto; clear: both; float: none;
}
#sub_right5 {
	width: auto; clear: both; float: none;
	margin-left: 0px;
}
.kensakubut{
	width: 100%;
	}




}
@media all and (max-width:480px) {

.index_tbl th{
	width: 20%;	
	}
.index_tbl td{
	font-size: 13px;
	width: 80%;
	vertical-align: top;
	}
.linkbut{
	width: 90%;

}
.br-sp { 
display:inline; 
}
header .inner {
	width: auto; height: auto; text-align: center;
	vertical-align: bottom;
}

/*もと
header .inner img#logo {
	padding-top: 10px; position: static;
	width: 80%; height: auto;
}
*/

header .inner .logo {
/*
margin-top 10px
	padding-top: 10px; 
	width: 180%; height: auto;
*/
display:block;
margin-left: auto;
margin-right: auto;
margin-bottom:-20px
}


header .inner .mem {
	float: left;
}
header h1 {
display: none;
}
header .inner address {
	display: none;
}
#con_1000{
	width: 100%;

}
nav#breadcrumbs {
display: none;
}

#ptm{
margin: 0px auto; width: auto;

}
#ptm14{
	margin: 0px auto;
	width: auto;
	font-size: 14px;
}
#container {
width: auto; margin-right: 6px; margin-left: 6px;
}
#main {
	/*
	margin: 0px auto; 
	width: auto; 
	*/
	width: 100%;
	margin: 0px auto; 
}
#main_left7 {
	width: auto; clear: both; float: none;
}
#sub {
	width: auto; clear: both; float: none;

}
#main_left5 {
	width: auto; clear: both; float: none;
}
#sub_right5 {
	width: auto; clear: both; float: none;
}
table.tw5{
	clear: both;
	display: block;
	width: 99%;
}
.pcampt30{
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
table.kokodake th{
	font-size: 14px;
}
table.kokodake td{
	font-size: 14px;
}
.backtt{
	width: 60%;
	margin-top: 10px;
	}
.aashitaimg{
	width: 90%;
		}
p.resizeimage img {
	width: 98%;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
p.resizeimage span{
	font-size: 20px;
	margin-left: 5px;
}

}
@media screen and (max-width: 768px) {

.table-sp2,
	.table-sp2 tbody,
	.table-sp2 thead,
	.table-sp2 tr,
	.table-sp2 td,
	.table-sp2 th {
	display:block; width:auto;
	}
	
.table-sp2 th.mori{
	border-bottom-width: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

table.konnakoto th{
	width:100%;
	
	}

table.konnakoto th.mori{
	text-align: center;
	border-bottom-width: 0px;
	}
}

