@charset "UTF-8";
/* CSS Document */
.header-menu-li-reserve {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.header-menu-li-reserve a:hover {
  color: inherit;
}
.header-menu-li-reserve a div:hover {
  opacity: 0.8;
}
.header-menu-li-drawer {
  position: fixed;
  right: 0;
  top: 0;
}
.text-black {
  color: #000;
}
.pc-contact {
  width: 108px;
}
.nobr {
  white-space: nowrap;
}
.brsp {
  display: none;
}
.container-fluid {
  color: #fff;
}
/* 2019.07 追記 グルメリンク*/
footer a {
  display: inline-block;
  transition: .15s;
}
footer a:hover {
  opacity: 0.6;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .brsp {
    display: block;
  }
  .brpc {
    display: none;
  }
}
/* 2019.12 追記 見出しタグのフォントサイズ調整 */
h1 {
  margin-bottom: 0;
}
.fs-36 h2 {
  font-size: 36px;
}
.fs-24 h2 {
  font-size: 24px;
}
.fs-24 h3 {
  font-size: 24px;
}
.fs-20 h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fs-36 h2 {
    font-size: 24px;
  }
  .fs-24 h2 {
    font-size: 22px;
  }
  .fs-24 h3 {
    font-size: 18px;
  }
}
/* 2020.05 お知らせ長さ修正 */
.lst-news {
  width: auto;
  max-width: 640px;
}
/* 2020.05 お知らせ ライン設置など　稲辺 */
a{
  word-break: break-all;
} 
.newsblock_border {
  width: 100%;
  max-width: 650px;
  padding-top: 1em;
  padding-bottom: 1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media (min-width: 320px){
  .newsblock_border {
    width: 100%;
    display:inline-block;
}
}
.font_small {
  font-size: small;
  }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .m-li {
      display: none;   /*202006 追加　お知らせ投稿がない場合上部リンク非表示(SP時)*/
    }
    .news {
      padding-top: 40px;  /*202006 追加　お知らせレイアウトマージン調整(SP時)*/
      padding-bottom: 40px;
    }    
  }    
/* 20201022 「お知らせ」内バナー設置 */
.banner_section {
	width: calc(100% - 60px);
  max-width: 720px;
  /*max-width: 880px;*/
	margin: -20px auto 20px;
  /*margin: 40px auto;*/
  display: flex;
  justify-content: center;
  }
  .banner_section a {
	transition: all 0.2s ease-in-out;
  }
  .banner_section a:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	opacity: 0.8;
  }
  .banner_section img {
	/*width: 100%;*/
  width: 95%;
	height: auto;
  }
  .banner_section--notice {
  /*width: 90%;*/
  width: 48%;
  /*margin-right: 2%;*/
  margin-right: 1%;
  }
  .banner_section--eat,
  .banner_section--coupon {
  /*width: 45%;*/
  width: 24%;
  }
.banner_section--beppu {
    width: 60%;
margin-left: 1%;
}
  .news_info {
	text-align: center;
	line-height: 2;
	font-size: 14px;
	width: 90%;
	max-width: 600px;
	background: #fff;
	border: solid 2px #999;
	padding: 20px 30px 7px;
	margin: 40px auto 0;
  border-radius: 10px;
  color: #212529;
  }
.open_time {
  text-align:left; 
  margin-top:-0.5em;
  margin-left: 130px;
}
.dinner_info {
  text-align:left; 
  margin-left: 140px;
  line-height: 1.8em;
}
  @media screen and (max-width: 767px) {	
	.banner_section {
		margin: -20px auto 40px; 
		width: calc(100% - 80px);
		max-width: 400px;
	min-width: 290px;
	flex-wrap: wrap;
	}
  .banner_section img {
    width: 100%;
    height: auto;
    }
	.banner_section--notice {
		margin-right: 0;
		margin-bottom: 10px;
	width: 100%;
	}
  .banner_section--eat,
  .banner_section--coupon {
	width: 50%;
      margin-bottom: 10px;
}
.banner_section--beppu {
    width: 70%;
margin-left: 0;
}
} 
/* 20210422 テイクアウトバナー設置 */
.top_banner {
  position: absolute;
  bottom: 90px;
  right: 40px;
  width: calc(100% - 60px);
  max-width: 430px;
  z-index: 50;
}
.top_banner a img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 320px) and (max-width: 767.98px) {
.top_banner {
    bottom: 80px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.open_time {
  text-align:left; 
  margin-left: 20px;
  margin-top:-0.5em;
}
.dinner_info {
  text-align:left; 
  margin-left: 30px;
  line-height: 1.8em;
}
}
/*20210915　右下バナー設置*/
.top_banner {
	position: absolute;
	bottom: 30px;
	right: 40px;
	width: calc(100% - 60px);
	max-width: 365px;
	z-index: 50;
}
.top_banner a {
	display: block;
	transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
}
.top_banner a:hover {
	opacity: 0.7;
}
.top_banner a img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 950px){
	.top_banner {
    max-width: 320px; 
	}
}
@media (max-width: 767.98px) and (min-width: 320px){
	.top_banner {
		bottom: 45px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}