@charset 'utf-8';
body {
  margin: 0;
  padding: 0;
  background: #fff
}
header {
  background-image: linear-gradient(rgba(107 239 7 / 94%), rgba(0, 0, 0, 0.6)), url(../images/bg.jpg);
  background-attachment: fixed;
  background-size: auto, auto 100%;
  color: #fff;
  height: 100%;
  padding: 5.6em 2em 1em 1em;
  position: fixed;
  text-align: right;
  width: 30%;
  overflow-y: auto;
}
.head img {
  width: 63px;
}
.head h1 {
  font-size: 2.2em;
  line-height: 1.3;
  color: #fff;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
  /*letter-spacing: 0.03em;*/
  /*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;  */
}
.head p {
  font-size: 1.5em;
  line-height: 1.2;
  margin: -7px auto 20px;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}
header nav ul {
  font-size: 1.6em;
  float: right;
  margin-top: 50px
}
header nav::after {
  content: '';
  clear: both;
  display: block;
}
header nav ul li {
  border-bottom: 1px solid #fff;
  width: 270px;
  padding-top: 20px;
  box-sizing: border-box;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}
header nav ul li a {
  display: block;
  width: 100%;
  transition: all .3s;
}
header nav ul li a:hover {
  letter-spacing: 3px;
}
header nav ul li a:link, header nav ul li a:visited {
  color: #fff;
  text-decoration: none;
}
.contact {
  margin: 30px auto 0;
}
.contact a {
  display: block;
  color: antiquewhite;
  text-decoration: none;
  margin-top: 5px;
  font-size: 1.4em;
  letter-spacing: 1px;
}
.tel::before, .mail::before {
  font-family: FontAwesome;
  margin-right: 7px;
  vertical-align: middle;
}
.tel::before {
  content: '\f095';
}
.mail::before {
  content: '\f0e0';
}
.i_img img {
  /*border-radius: 20px;*/
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}
.main {
  margin-left: 30%;
  padding: 6em 1em 1em 3em;
  width: calc(100%-30%);
  max-width: 750px;
}
.contact_btn {
  border: 1px solid #000;
  display: inline-block;
  border-radius: 5px;
  width: 200px;
  text-align: center;
  transition: all .3s;
  position: absolute;
  top: 30px;
  right: 50px;
}
.contact_btn a {
  color: #000;
  text-decoration: none;
  font-size: 1.3em;
  letter-spacing: 5px;
  display: block;
  width: 100%;
}
.contact_btn:hover {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
.main_area {}
.content {
  font-size: 1.2em;
  margin-bottom: 35px;
}
.content h2 {
  font-size: 1.4em;
  position: relative;
  padding-left: 31px;
  margin-bottom: 10px;
  color: #000
}
.content h2::before {
  content: '';
  background-color: #217B15;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 0;
}
.content h2:after {
  content: '';
  background-color: #F79B00;
  height: 10px;
  width: 10px;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 18px;
}
.content h3 {
  border-bottom: solid 3px #ffa500;
  position: relative;
  font-size: 1.2em;
  color: #504946;
  margin: 15px 0
}
.content h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00533f;
  bottom: -3px;
  width: 30%;
}
.content h4 {
  font-size: 1.0em;
  padding: .4rem;
  margin-bottom: 10px;
  color: #217B15
}
.news_area {
  max-height: 230px;
  overflow-y: scroll;
  margin-bottom: 46px;
}
.news_area table {
  width: 100%;
  margin-top: -10px;
}
.news_area table tr {
  border-bottom: 1px dotted #000;
}
.news_area table tr td {
  padding: 18px 0 3px 0;
}
.date {
  width: 100px;
}
.news_area table tr td time {
  margin-right: 10px;
}
.news_area table tr td time::before {
  font-family: FontAwesome;
  content: '\f017';
  font-size: 0.8em;
  margin-right: 2px;
}
.link_area {
  display: flex;
  margin-bottom: 50px;
  width: 100%;
}
.link_btn {
  width: 33.3333%;
  margin-right: 10px;
  position: relative;
}
.link_btn::before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 60%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin-top: 8%;
}
.link_btn::after {
  font-family: FontAwesome;
  content: '\f178';
  color: #fff;
  font-size: 2em;
  position: absolute;
  z-index: 2;
  top: 27%;
  right: 9px;
}
.link_btn img {
  width: 100%;
}
footer p {
  text-align: right;
}
.bnr a {
  float: right;
  width: 220px;
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #A69C9D;
  padding: 5px;
  color: #000;
  background: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.bnr a:hover {
  opacity: 0.7
}
/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  border-radius: 50%;
  background-color: #333;
  bottom: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  right: 30px;
  position: fixed;
  width: 60px;
  z-index: 100;
}
.pt:hover {
  opacity: 0.6;
}
.pt_btn {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  transform: rotate(45deg);
  position: relative;
}
.pt_btn::before, .pt_btn::after {
  background-color: #FFF;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.pt_btn::before {
  width: 7px;
  bottom: 0;
}
.pt_btn::after {
  height: 7px;
  right: 0;
}