@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */

table a:hover,
#contents a:hover {
  opacity: 0.75;
}
#contents {
  width: 950px;
  margin: 70px auto 30px;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
}
#contents .main_copy {
  text-align: center;
  margin: 40px 0 40px;
  line-height: 1.6;
}
#contents h2,
#contents h3,
#contents h4 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
#contents ul {
  list-style: none;
  padding: 0;
}
#contents img {
  width: 100%;
}
#contents p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
#contents dl {
  font-size: 14px;
}
#contents .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin: 0 auto;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image .mainvisual ul {
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  position: absolute;
  z-index: 2;
}
#hero_image .mainvisual ul.nav_01 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li {
  width: 14%;
  text-align: center;
  position: relative;
}
#hero_image .mainvisual ul.nav_01 li:last-child {
  width: 16%;
  background-color: rgb(142, 97, 38, 1);
  display: block;
}
#hero_image .mainvisual ul.nav_01 li:hover {
  background-color: rgba(100, 100, 100, 0.7);
}
#hero_image .mainvisual ul.nav_01 li:last-child:hover {
  background-color: #aa895c;
}

#hero_image .mainvisual ul li a {
  font-size: 13px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 18px 0px;
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 23px;
  background-color: rgba(229, 229, 229, 0.5);
  left: 0;
}
#hero_image .mainvisual ul.nav_01 li:last-child:before,
#hero_image .mainvisual ul.nav_01 li:first-child:before {
  content: none;
}
/*----------------------
　.contents
----------------------*/
#contents .info_popup {
  width: 100%;
  margin: 10px 0 35px;
}
#contents .info_popup p {
  border: #999 solid 1px;
  text-align: center;
  padding: 9px;
  margin: 10px 0 10px 0;
}
#contents .info_popup p a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
#contents .ttl h2 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
  padding: 0;
}
#contents .menu_box {
  margin-bottom: 50px;
}
#contents .faci_box .menu_box.clearfix .slide_img {
  width: 49%;
  float: left;
  margin-right: 40px;
}
#faci_contents .text_l_box {
  display: table-cell;
  width: 40%;
}
#faci_contents .text_l_box .text_box {
  margin: 0px 0 40px;
  padding-top: 10px;
}
#faci_contents .text_box p {
  line-height: 1.8;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
#faci_contents .text_l_box .detail_box {
  padding: 30px 0;
  line-height: 1.8;
  margin: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
#faci_contents .text_l_box .text_box .m_tit {
  width: 60px;
  float: left;
  margin-right: 15px;
}
#faci_contents .text_box p {
  line-height: 1.8;
  margin-bottom: 40px;
}
#faci_contents .text_l_box .text_box .r_btn a {
  background-color: #8e6126;
  display: block;
  padding: 10px;
  color: #fff;
  margin: 25px 0;
  text-decoration: none;
  text-align: center;
}
#contents table {
  border: 1px #cccccc;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
#contents td {
  border: 1px solid #ccc;
  padding: 10px 0;
  height: 30px;
  width: 24%;
}
#contents table tr .ttl_txt {
  text-align: center;
  background-color: #ededed;
  width: 10%;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
#contents table tr .lh {
  line-height: 1.5;
  border: solid 1px #cccccc;
  text-align: left;
  padding: 10px 20px 10px;
}
#contents #faci_contents section {
  padding-top: 100px;
  margin-top: -100px;
}
