@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 0;
  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 .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: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
  padding: 0;
}
#contents .ttl h2 span {
  font-size: 17px;
  color: #663300;
  display: inline-block;
  margin-top: 15px;
}
#contents .copy_txt {
  margin-bottom: 40px;
  font-size: 14px;
}
#contents .copy_txt p {
  line-height: 1.8;
  margin: 20px auto 0;
}
#contents .recommend {
  padding: 40px 0;
  margin: 70px auto;
  background-color: rgba(153, 102, 51, 0.1);
}
#contents .recommend_box {
  width: 90%;
  margin: auto;
}
#contents .recommend_box h4 {
  font-size: 22px;
  margin: 20px auto;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
  text-align: center;
  color: #663300;
}
#contents .recommend_box p {
  text-align: center;
  font-size: 14px;
}
#contents .d_detail {
  margin: 45px auto 70px;
}
#contents .d_detail_box {
  display: flex;
  margin-bottom: 0px;
  flex-direction: row;
}
#contents .d_detail_box:nth-child(even) {
  flex-direction: row-reverse;
}
#contents .recommend_box h3 {
  margin-bottom: 20px;
  font-size: 30px;
}
#contents .d_detail_box .detail_img {
  width: 50%;
  margin: auto;
}
#contents .d_detail_box .detail_txt {
  width: 50%;
  text-align: left;
  margin: auto;
  box-sizing: border-box;
  padding: 20px 35px 35px;
  vertical-align: top;
}
#contents .d_detail_box + .d_detail_box .detail_txt.left_text {
  padding: 0 15px 0 0;
}
#contents .d_detail_box .detail_txt h4 {
  font-feature-settings: "palt";
  display: flex;
  font-size: 28px;
  vertical-align: top;
  line-height: 0.9;
  margin: 0 auto 20px;
  justify-content: flex-start;
}
#contents .d_detail_box .detail_txt h4 span {
  font-size: 21px;
  margin: 0;
  line-height: 1.2;
  padding: 0 5px 0 0;
}
#contents .d_detail_box .detail_txt p {
  line-height: 1.7;
}
#contents .detail_img.attention_img {
  position: relative;
}
#contents .detail_img.attention_img::after {
  content: "※画像はイメージです";
  position: absolute;
  bottom: 2%;
  text-align: right;
  right: 2%;
  text-shadow: 1px 1px 5px #fff, -1px -1px 5px#fff, 1px 1px 5px#fff, -1px -1px 5px#fff, 1px 1px 5px#fff, -1px -1px 5px#fff;
}
#contents .menu_box .menu_btn {
  margin: 50px 0 0;
}
#contents .menu_box .menu_btn ul {
  display: flex;
  justify-content: center;
}
#contents .menu_box .menu_btn ul li {
  margin-right: 20px;
  width: 50%;
  text-align: center;
}
#contents .menu_box .menu_btn ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
#contents .menu_box .menu_btn ul li a {
  color: #fff;
  background-color: #8e6127;
  padding: 15px 5px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
#contents .floor {
  margin: 0 auto 0;
}
#restaurant_contents .restaurant_box .menu_box.clearfix .slide_img {
  width: 50%;
  float: left;
  margin-right: 40px;
}
#restaurant_contents .text_l_box {
  display: table-cell;
}
#restaurant_contents .text_l_box .text_box {
  margin: 0px 0 40px;
  padding-top: 10px;
}
#restaurant_contents .text_box p {
  line-height: 1.8;
}
#restaurant_wrapper .text_box .detail_box {
  padding: 30px 0;
  margin: 25px 0 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  line-height: 1.8;
  font-size: 14px;
}
#restaurant_wrapper .text_box .detail_box .m_tit {
  float: left;
}
#restaurant_wrapper .text_box .detail_box .m_detail {
  margin: 0 0 10px 85px;
}
