@charset "UTF-8";
/* CSS Document */
.w-90 {
  width: 90%!important;
}
.tb-br {
display: none;
}
.sp-br {
  display: none;
}
.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;
  top: 0;
  right: 0;
  z-index: 999;
}
/* お知らせ */
.lst-news {
  width: 96%;
  max-width: 600px;
}
.lst-news_post {
  width: 170px;
}
.lst-news_post_date {
  width: 80px;
}
.lst-news_post_cat {
  width: 80px;
  display: inline-block;
}
/* フッターリンク */
.link_hotel {
  text-decoration: underline;
}
/* お知らせのイレギュラー */
.modal-content .n-content {
	width: 100%;
}
.modal-content .menulist {
	padding-left: 30px;
	display: flex;
}
.modal-content .w50 {
	width: 50%;
}
.modal-content .menulist-item {
	list-style-type: none;
}
/* 2020.05 追記　お知らせのイレギュラー */
.mgt-30{
  display: block;
  clear: both;
  margin-top : 30px;
}
/* 2019.07 追記 グルメリンク*/
footer a {
	display: inline-block;
	transition: .15s;
}
footer a:hover {
	opacity: 0.6;
}
@media(max-width: 991.98px) and (min-width: 768px) {
  .tb-br {
    display: block;
  }
}
/* 2019.11 追記 見出しタグのフォントサイズ調整 */
h1 {
	margin-bottom: 0;
}
.fs-36 h2 {
   font-size: 36px;
}
.fs-24 h2 {
   font-size: 24px;
}
.fs-20 h3 {
   font-size: 20px;
}
.content-note {
	color: #FF0004;
	font-size: 94%;
	font-weight: bold !important;
	text-align: center;
	margin-top: 1em;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .content-meal {
    width: 100%;
  }
	.fs-36 h2 {
	   font-size: 24px;
	}
	.fs-24 h2 {
	   font-size: 22px;
	}
	.m-li {
		display: none;    /*202006 お知らせ投稿がない場合、上部リンク非表示(SP時)*/
  }
  .news {
    padding-top: 15px; /*202006 お知らせマージン調整(SP)*/
    padding-bottom: 40px;
  }  
}   
/* 20201021 「お知らせ」内バナー設置 */
.banner_section {
  width: calc(100% - 60px);
  max-width: 480px;
  margin: 20px auto 0; 
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%;
  height: auto;
}
.banner_section--notice {
margin-right: 2%;
    width: 90%;
}
.banner_section--eat,
.banner_section--coupon {
    width: 45%;
}
.banner_section--hokkaido {
    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;
}
@media screen and (max-width: 767px) {	
  .banner_section {
      width: calc(100% - 80px);
      max-width: 400px;
  min-width: 290px;
  flex-wrap: wrap;
  }
  .banner_section--notice {
      margin-right: 0;
      margin-bottom: 10px;
  width: 100%;
  }
.banner_section--eat,
.banner_section--coupon {
  width: 50%;
      margin-bottom: 10px;
}
.banner_section--hokkaido {
    width: 70%;
margin-left: 0;
}
} 
/*20210913　右下バナー設置*/
.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: 767.98px) and (min-width: 320px){
	.top_banner {
		bottom: 45px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}