@charset "utf-8";
@import url(style.css) screen and (min-width: 769px); /* 769以上 */
@import url(tablet.css) screen and (max-width: 768px); /* 768以下 */
@import url(smart.css) screen and (max-width: 320px); /* 320以下 */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap');

a, a:link {
	color: #710300;
}
a:hover, a:visited {
	color: #bf3201;
}
ul {
	padding: 0;
}
body {
	margin: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #88d4d3;
}
#wrapper {
	text-align: left;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	font-size: 100%;
	margin: 0 auto;
	position: relative;
	height: 100%;
	line-height: 1.25;
  background-color: #fff;
}
#footer {
  font-family: 'Titillium Web', sans-serif;
}
/* clearfix */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear: both
}
.close {
	color: #f00;
	font-weight: 600;
	padding-left: 1em;
}
.small {
	font-size: .85em;
}
section p.small {
	margin: .4em 0 0 0;
}
li {
	list-style: none;
}
.indent,
ul.indent {
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
}
/**/
section {
	margin: 0 0 15px 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table01 {
	margin: 5px 0 0;
}
.table01,
.table02 {
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
.table01 th,
.table01 td,
.table02 th,
.table02 td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 5px;
}
.table01 td,
.table02 td {
	background: #fff;
}
.table01 th,
.table02 th {
	text-align: center;
	color: #333;
	background-color: #eaffe2;
	width: 4rem;
}
.table01 th {
	font-weight: 600;
	color: #333;
  border-left: #666 solid 1px;
	vertical-align: middle;
}
.table01 td {
	padding-left: 10px;
}
.table01 thead th {
	font-weight: 600;
	background: #555151;
	border-bottom: 1px solid #666;
	padding-top: 7px;
	color: #fff;
}
.table01 td .table02 {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.table02 th {
	background: #f0e8c0;
	border-top: #3e392e solid 1px;
}
.table01 th p.close {
	width: 6em;
	margin: 2px auto 0;
	color: #f00;
	font-weight: 600;
	font-size: .9em;
	background: #fff;
	padding: 1px 3px;
}
#kahaku_map {
	width: 100%;
}
/* footer */
#footer {
	background: #006935;
	position: relative;
	border-top: 1px solid #006935;
	margin-top: 45px;
	color: #fff;
}
#footer .footer_in {
	position: relative;
}
.totop a {
	display: block;
	background: #006935 url(../images/btn_totop.svg) no-repeat 14px 11px;
  background-size: 75%;
	border: 1px solid #006935;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: none;
	width: 74px;
	height: 0;
	padding: 35px 5px 0px 28px;
	position: absolute;
	right: 10px;
	top: -50px;
	overflow: hidden;
	font-size: 0px;
}
.cr {
	position: absolute;
	text-align: right;
	clear: both;
	font-size: 75%;
	color: #fff;
}
.cr span {
	font-size: 1em;
}
/* map */
.map img {
	width: 100%;
}
a.map:hover img {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#lead {
	color: #014825;
	font-size: 1.2em;
  text-align: justify;
}