@charset "UTF-8";
.w-90px {
  width: 90px;
}
.w-220px {
  width: 220px;
}
.w-270px {
  width: 270px;
}
.MenuBlock_Main_TextBlock_Text dl {
    line-height: normal;
    margin-bottom: 0.8em;
}
.MenuBlock_Main_TextBlock_Text dl dt span {
   margin-left: 1em;
}
/* 20201028 「お知らせ」内バナー設置 */
.banner_section {
  width: calc(100% - 60px);
  max-width: 720px;
  margin: 40px auto; 
  display: flex;
  justify-content: center;
  position: relative;
  top: 50px;
}
.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 {
width: 48%;
margin-right: 4%;
}
.banner_section--eat,
.banner_section--coupon {
width: 24%;
}
.news_info {
  text-align: center;
  line-height: 2;
  font-size: 14px;
  width: 90%;
  max-width: 600px;
  background: #fff;
  /*border: solid 2px #999;*/
  padding: 10px 30px 7px;
  margin: 40px auto 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {	
  .banner_section {
      margin: 40px auto; 
      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%;
}
} 
/* 20201030 banner takeout menu */
.Main_Banner {
	position: absolute;
	left: 100px;
	bottom: 50px;
	z-index: 999;
}
.Main_Banner a {
	display: block;
	cursor: pointer;
}
.Main_Banner a:hover {
	opacity: 0.9;
	transition:  ease-in-out 3s;
}
.Main_Banner img {
	width: 300px;
}
.Main_Banner--info {
  margin-top: 1em;
}
.Main_Banner--info img{
  border: solid 2px #fff;
}
@media screen and (max-width: 767px) {	
	.Main_Banner {
		text-align: center;
		/*bottom: 80px;*/
    bottom: 40px;
		left: 0;
		right: 0;
	}
	.Main_Banner img {
		width: 80%;
		max-width: 300px;
}
}
/*固定ボタン*/
.fixed_bottom {
    background: #000;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    line-height: 1.7;
    text-align: center;
	transition:  ease-in-out .3s;
}
.fixed_bottom:hover {
    opacity: 0.7;
}
.fixed_bottom img {
    display: block;
    width: 26px;
    margin: 0 auto 8px;
}
.fixed_bottom a {
    display: block;
    padding: 10px 10px 12px;
    color: #fff;
    font-size: 9px;
}
.fixed_bottom a span {
    color: #fff;
    font-size: 12px;
}
    @media screen and (max-width: 767px) {	
    .fixed_bottom {
        text-align: left;
    }
    .fixed_bottom img {
        width: 22px;
        margin-right: 10px;
        margin-top: 4px;
        float: left;
    }
    .fixed_bottom a {
        padding: 10px 8px 10px 12px;
        font-size: 11px;
        font-weight: bold;
    line-height: 1.5;
    text-align: center;
    }
    .fixed_bottom a span {
        font-size: 12px;
    }
}
/* 20210825 「お知らせ」モーダル内スタイル */
.modal.show .modal-dialog {
  max-width: 768px;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  padding: 0;
  position: relative;
  height: 100%;
}
.modal-title {
  width: 100%;
}
.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 1) !important;
  margin: 0 !important;
  opacity: 1;
  z-index: 99;
  padding: 0 !important;
  width: 40px;
  height: 40px;
}
/* 20220228 「お知らせ」モーダル内メニュー詳細ボタン */
.btn-meal_wrap {
  gap: 10px;
  display: flex;
  justify-content: space-around;
}
.btn-meal_single {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 77%;
}
/* 20240722 トップメニュボタン追加↓ */
.btn{
  display: flex;
  flex-direction: row;
}
/* ↑ */
.btn-meal {
  background-color: white;
  color: black;
  font-weight: bold;
  margin: 10px;
  width: 60%;
}
.btn-meal a {
    display: block;
  padding: 10px;
}
.x{
	color: #ffffff;
	text-shadow: none;
	font-size: 35px;
	font-family: "游ゴシック", sans-serif;
}
.modal-body {
  margin: 5px 5px 10px;
  color: #000;
	align-items: center;
}
.t-news {
	margin-right: 10px;
}
.n-title{
	font-size: 21px;
	width: 100%;
	margin-bottom: 20px;
}
.n-content {
  color: #000000;
	line-height: 1.7;
}
.n-content a {
  color: #007bff;
	text-decoration: underline;
}
.n-content a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {	
  .btn-meal_wrap {
    display: block;
  }
  .btn-meal_single {
    display: block;
    width: 100%;
  }
  .btn-meal {
    max-width: 350px;
    margin: 10px auto;
    width: auto;
  }
}