@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以下 */

a,
a link {
    color: #00692a;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
	margin: 0;
	padding: 0;
  background-color: #745f30;
}
#wrapper {
	text-align: left;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 92%;
	margin: 0 auto;
	position: relative;
	height: 100%;
	line-height: 1.5;
	color: #111;
}
/* 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;
}
/**/
section {
	/*background: #fff;*/
	margin: 0 auto 15px;
}
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;
    background-color: #493d21;
    color: #fff !important;
}
.table01 th {
	font-weight: 600;
	color: #333;
  border-left: #666 solid 1px;
}
.table01 td {
	padding-left: 10px;
}

.table01 thead th {
	font-weight: 600;
	background: #002a64;
	border-bottom: 1px solid #333;
	padding-top: 7px;
	color: #fff;
}
.table01 td .table02 {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
.table02 th {
	background: #54885f;
	border-top: #333 solid 1px;
	color: #fff;
}

.table01 tr td ul {
    list-style: none;
    margin-left: -3em;
}

.access_txt {
	margin: .5em 0;
	padding: 5px;
	text-align: right;
}
.map img {
	width: 100%;
}
a.map:hover img {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
p.cap {
	font-size: 0.85em;
	text-align: right;
}
/**/
#footer .footer_in {
    position: relative;
    background: #f6eacf;
    margin: 50px auto 0;
}
.totop a {
    display: block;
    background: #f6eacf url(../images/btn_totop.svg) no-repeat 13px 11px;
    background-size: 80%;
    border: 1px solid #f6eacf;
    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: -35px;
    overflow: hidden;
    font-size: 0px;
}
.cr {
	position: absolute;
	text-align: right;
	clear: both;
	font-size: 75%;
	color: #000;
}
.cr span {
	font-size: 1em;
}
/**/

h3 {
  margin: 0;
}
h4 {
	margin: 1.2em 0 .6em 0;
  color: #865000;
  font-size: 1.2em;
  border-bottom: 3px #865000 double;
  border-top: 2px #865000 solid;
  line-height: 1.2;
}
h5 {
  margin: 0 0 .6em;
  color: #493d21;
  font-size: 1em;
  background: #fffaef;
  padding: .2em;
}
h5::before {
  content: "";
  background: url("../images/img_leaf.svg") no-repeat;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  padding-right: .5em;
}
#event h5::before {
  content: none;
  background-image: none;
}
#event h5 {
  padding-left: .5em;
}
p {
	margin: 0 0 .8em 0;
}
td p {
	margin: 0 0 .3em 0;
}
#profile p {
	text-indent: 1em;
	margin-left: 1em;
}
p.small,
section p.small {
	margin: 0;
}
.movie {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}