@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Information========
Table of Contents:
 * info

========================== */
#contents {
  width: 950px;
  margin: 10px auto;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
}
#contents .info p {
  border: 1px #999 solid;
  padding: 12px;
  text-align: center;
  margin: 50px auto 30px;
  font-size: 14px;
  line-height: 1.7;
}
#contents .main_copy {
  text-align: center;
  line-height: 2;
  margin-top: 30px;
  font-size: 14px;
}
#contents h2 {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 50px 0 10px;
}

#contents ul {
  list-style: none;
}
#contents img {
  width: 100%;
}
#contents section p {
  margin: 30px 0 50px 10px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-size: 15px;
}
#contents section dl.detail_box {
  padding: 20px 0 20px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  line-height: 1.8;
}
#contents section .detail_box dt {
  float: left;
}
#contents section dd {
  margin-left: 80px;
}
#contents section dl.attention {
  font-size: 13px;
  line-height: 1.8;
  padding: 20px 10px;
  text-indent: -1em;
}
#contents section dl.attention dt {
  width: 100%;
}
#contents section dl.attention dd {
  margin: 0;
}

#contents table {
  border: 1px #cccccc;
  clear: both;
  width: 880px;
  margin: 0 auto;
  border-collapse: collapse;
}
#contents table tr .ttl_txt {
  text-align: center;
  background-color: #ededed;
  width: 20%;
}
#contents table tr .lh {
  line-height: 1.8;
  padding: 10px 20px;
}
#contents a {
  text-decoration: none;
}
#contents a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#contents .mt_20 {
  margin-top: 20px;
}
#contents .mb_30 {
  margin-bottom: 30px;
}
#contents .mb_60 {
  margin-bottom: 60px;
}
/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
}
#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;
}
/* =======================
	　とび先リンク配置
========================== */
.link {
  margin-top: -180px;
  padding-top: 180px;
  display: block;
}
/* =======================
	　ページ内リンク
========================== */
#contents .p_navi {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  padding: 0;
  margin: 40px auto 70px;
}
#contents .p_navi li {
  width: 251px;
  text-align: center;
  border-left: #adadad solid 1px;
  font-size: 1rem;
}
#contents .p_navi li:last-child {
  border-right: #adadad solid 1px;
}
#contents .min {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
#contents .p_navi li a {
  color: #333;
}
#contents .p_navi li a:hover {
  color: #999;
}

/* =======================================
	ClearFixElements
======================================= */
#restaurant:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
/* =======================================
	ClearFixElements
======================================= */

.info_popup {
  width: 94%;
  margin: -5px auto 6%;
}
.info_popup p {
  border: #999 solid 1px;
  text-align: center;
  padding: 10px;
  margin: 10px 0 10px 0;
}
.img_right .copy_txt img {
  width: 97%;
}
.l_btn a {
  margin: 0 auto;
  background-color: #8e6127;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
div.menu_btn {
  display: flex;
  justify-content: center;
}
div.menu_btn p {
  width: 100%;
}
div.menu_btn p:first-child {
  margin-right: 10px;
}
div.menu_btn .m_btn a,
.l_btn a {
  margin: 0 auto;
  background-color: #8e6127;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
.l_btn a {
  width: 97%;
  font-size: 1.4rem;
}
.l_btn a:hover {
  background-color: #8e6127;
}
.m_detail {
  margin-left: 80px;
}
/* ==============================
   　　　コンテンツ内容
============================== */
.amenities_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.amenities_list li {
  width: 33%;
  margin: 1px;
  display: block;
}
.amenities_list li img {
  width: 100%;
  height: auto;
}
.page_image p {
  width: 100%;
  right: 0;
}
#container .text_l_box .text_box .m_tit {
  width: 100px;
}
#container #faci_wrapper #faci_contents .rest_box .text_box .detail_box {
  line-height: 1.8;
  margin: 0px 0px 30px;
}
#container .text_l_box .text_box {
  margin: 0px 0 40px;
}
#container #faci_wrapper #faci_contents .text_box p {
  line-height: 1.8;
  margin-bottom: 40px;
}
.ttl h3 {
  margin-bottom: 40px;
}
.ttl .second_top {
  margin-bottom: 40px;
}
#restaurant_box .img_left {
  width: 50%;
  float: left;
}
#contents .img_right {
  float: right;
  width: 45%;
  margin-top: 0;
}
#contents .img_right .copy_txt {
  margin-bottom: 20px;
}
table a:hover,
#contents a:hover {
  opacity: 0.75;
}
table {
  margin: 0 auto;
}
