@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;
}
.nobr {	
		white-space: nowrap;
}
.br-sp {
	display: none;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .carousel-item .carousel-item-content{
	  background-repeat: no-repeat;
	  content: "";
	  width: 100vw;
	  height: 100vh;
	  background-size: cover;
	  background-position: center center;
	  }
	.carousel-item .carousel-item-content.slide1 {
			background-image: url(../images/top/slide01_sp.jpg);
	}
	.carousel-item .carousel-item-content.slide2 {
			background-image: url(../images/top/slide02_sp.jpg);
	}
	.carousel-item .carousel-item-content.slide3 {
			background-image: url(../images/top/slide03_sp.jpg);
	}
	.carousel-item .carousel-item-content.slide4 {
			background-image: url(../images/top/slide04_sp.jpg);
	}
	.carousel-item .carousel-item-content.slide5{
			background-image: url(../images/top/slide05_sp.jpg);
	}
	.m-li {
		display: none;
	}
　.news {
	padding-top: 40px;
	padding-bottom: 40px;
	}    
}
/* 2019.11 追記 見出しタグのフォントサイズ調整 */
h1 {
	margin-bottom: 0;
}
.fs-36 h2 {
   font-size: 36px;
}
.fs-24 h2 {
   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;
	}
}
/* 2020.04 news 改行タグ追加 */
@media screen and (max-width: 767px){   
	.br-pc { display:none; }
	.br-sp { display:block; }
  }
/* 2020.04 news span class追加 */
.span1 {
	display: inline-block;
    width: 300px;
}
.span2 {
	display: inline-block;
    width: 267px;
}
/* 2020.05 news 注意事項フォントサイズ追加 */
.font_small {
font-size: small;
}
/*20200525トップ　テイクアウトバナー設置 稲辺*/
.top_banner {
	position: absolute;
	bottom: 30px;
	right: 40px;
	width: calc(100% - 80px);
	max-width: 360px;
	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;
}
.top_banner .top_banner_flex {
	display: flex;
}
.top_banner .top_banner_flex a:first-of-type {
	margin-right: 5px;
}
.top_banner .banner_info img {
	border: solid #fff 2px;
}
@media (max-width: 767.98px) and (min-width: 320px){
	.top_banner {
		bottom: 40px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.top_banner a {
		margin-bottom: 5px;
	}
}
/* 20201021 「お知らせ」内バナー設置 稲辺*/
.banner_section {
	width: calc(100% - 60px);
	max-width: 880px;
	margin: -20px auto 40px; 
  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: 4%;
    /*width: 90%;*/
	width: 38%;
}
.banner_section--eat,
.banner_section--coupon {
    /*width: 45%;*/
	width: 18%;
}
.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;
	color: #212529;
}
  @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;
		margin-bottom:20px;
		}
		.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;
	}
} 
p{
	margin-top: 20px;
}