@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */

/*=======================
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;
  letter-spacing: 2px;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 20px;
  background-color: rgba(229, 229, 229, 0.5);
  left: 0;
}
#hero_image .mainvisual ul.nav_01 li:first-child:before,
#hero_image .mainvisual ul.nav_01 li:last-child:before {
  content: none;
}
/*----------------------
　.contents
----------------------*/
#contents {
  width: 950px;
  margin: 100px auto;
  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 {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 75px 0 30px;
}
#contents a {
  text-decoration: none;
  color: #333;
}
#contents img {
  width: 100%;
}
#contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contents .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#contents .faci_copy {
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
#contents .menu_box {
  margin-bottom: 80px;
}
#contents .ttl h2,
h3,
h4 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: normal;
  padding: 0;
}
#contents .min {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
#contents .access_copy {
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
  font-size: 14px;
}
#contents .map {
  display: flex;
  box-sizing: border-box;
  width: 800px;
  margin: 0 auto 40px;
}
#contents .map p {
  width: 50%;
  /* margin-left: 53px; */
  padding: 0px 0 0 69px;
}
#contents .map p.address_txt {
  width: 50%;
  font-size: 14px;
  padding: 20px 0 20px 40px;
  /* margin-left: 34px; */
  line-height: 1.8;
  box-sizing: border-box;
}
#contents #routes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
#contents #routes .routes_img {
  width: 32%;
}
#contents #routes .routes_img {
  margin-bottom: 40px;
  line-height: 1.5;
}
#contents .exit_time {
  margin-top: 20px;
  font-size: 14px;
}
#contents .sightseeing dl {
  font-size: 14px;
  width: 90%;
  margin: auto;
}
#contents .sightseeing dl dt {
  font-weight: bold;
  width: 100%;
  border-bottom: #ccc 1px solid;
  margin-bottom: 8px;
  padding-bottom: 2px;
}
#contents .sightseeing dl dt:before {
  content: "■";
  color: #d00;
  padding-right: 5px;
  font-size: 17px;
}
#contents .sightseeing dl dd {
  margin-left: 23px;
  margin-bottom: 35px;
}
