@charset "UTF-8";
/* CSS Document */
.nobr {
	white-space: nowrap;
}
.sp-br {
  display: none;
}
@media screen and (max-width:767px) {
  .sp-br {
    display: block;
  }
}
/*EVENT月替わりメニュー追記2019.09*/
.event2 .inner_wide {
    padding-bottom: 30px;
}
.event_monthly {
	background: #fff;
	padding: 30px 60px 60px;
}
.event_monthly ul {
	width: calc(100% - 50px);
	max-width: 1000px;
	margin: 0 auto;
}
.event_monthly ul li {
	width: calc(100%/3 * 4/5);
	margin: 0 3%;
	float: left;
	text-align: center;
}
.event_monthly ul li dt {
	font-size: 15px;
	margin-bottom: 10px;
	height: 5.4em;
}
.event_monthly ul li dt span.list-month {
	font-size: 1.3em;
	display: block;
	margin-bottom: 5px;
}
@media screen and (max-width:909px) {
	.event2 .inner_wide {
		padding-bottom: 10px;
	}
	.event_monthly ul {
		width: auto;
		max-width: 300px;
	}
	.event_monthly ul li {
		width: auto;
		margin: 0 0 30px;
		float: none;
	}
	.event_monthly ul li dt {
		height: auto;
		line-height: 1.2;
	}
	.event_monthly ul li dt span.list-month {
		font-size: 1em;
		display: inline-block;
		margin-right: 0.5em;
	}
	.event_monthly ul li dt span {
		line-height: 1.2 !important;
	}
}
@media screen and (max-width:768px) {
	.event_monthly ul li dt {
		font-size: 3.4vw;
	}
}
/*2020.03.05追加------------------------------------------------------------*/
.news_container {
	text-align: center;
	margin: 30px auto;
	padding: 30px 40px;
	border: red 6px solid;
	width: 80%;
	max-width: 900px;
	font-size: 110%;
	box-sizing: border-box;
}
.news_container h2 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 120%;
}
.news_container p {
	margin-bottom: 0;
	line-height: 2;
}
.news_container dl {
	text-align: left;
	max-width: 572px;
	margin: 1.5em auto 0;
}
.news_container dl dt {
	float: left;
}
.news_container dl dd {
	margin-left: 7em;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
	.news_container {
		padding: 15px;
		border: red 4px solid;
		width: calc(100% - 30px);
	}
	.news_container h2 {
		font-weight: bold;
		margin-bottom: 0.8em;
		font-size: 17px;
		line-height: 1.8;
	}
	.news_container p {
		font-size: 13px;
		line-height: 1.8;
	}
	.news_container dl dd {
		margin-left: 6em;
	}
}
/*2020.06.04追加------------------------------------------------------------*/
.news a.text-less {
	margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
	.news a.text-less {
		margin-left: 0;
		margin-top: 0.5em;
	}
}
/* 2020.10 GoToバナー,営業時間変更のお知らせ */
.banner_section {
    width: calc(100% - 60px);
    max-width: 720px;
    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%;
    height: auto;
}
.banner_section--notice {
	width: 48%;
	margin-right: 4%;
}
.banner_section--eat,
.banner_section--coupon {
	width: 24%;
}
@media screen and (max-width: 767px) {	
    .banner_section {
        margin: 20px 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%;
	}
}
/*20210602　お知らせ下*/
.news_info {
  text-align: center;
  width: 90%;
  max-width: 720px;
  background: #fff;
  border: solid 2px #999;
  padding: 22px 15px 10px;
  margin: 40px auto;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.news_info .news_info_head {
    font-size: min(110%,4vw);
    line-height: 1.4;
    text-decoration: underline;
    margin-bottom: 20px;
}
.news_info p {
    font-size: min(100%,3.4vw);
}
/*20210917　MV右下営業状況バナー*/
.main_bnr .banner_info {
	max-width: 400px;
	display: block;
}
.main_bnr .banner_info img {
    border: solid #FFFFFF;
}
@media screen and (max-width: 768px) {	
	.main_bnr {
		width: 70%;
	}
}


/* 2025.11.04. news改修 */
.newsList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 35px auto 0;
	max-width: 984px;
}
.newsList .lst-news {
	margin: 0 0 30px !important;
	max-width: 328px;
	padding: 0 10px;
	width: 33%;
}
.newsList .lst-news a {
	display: block;
}
@media (hover:hover) {
	.newsList .lst-news a {
		transition: opacity 0.3s;
	}
	.newsList .lst-news a:hover {
		opacity: 0.7;
		border: none;
	}
}
.lst-news .lst-news_post {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.lst-news_post_cat {
	display: inline-block;
	line-height: 1.1;
	height: auto;
	padding: 5px 8px 4px;
	vertical-align: middle;
	width: fit-content;
}
.newsList .lst-news .image {
	aspect-ratio: 1 / 1;
	background: url(../images/common/noimage.png) center center no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.newsList .lst-news .image img {
	object-fit: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}
.newsList .lst-news .c-news {
    display: block;
    font-size: 16px;
    color: inherit;
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
    white-space: normal;
}
@media screen and (max-width: 767px) {
	.newsList {
		display: block;
	}
	.newsList .lst-news {
		margin: 0 auto 8vw !important;
		max-width: 100%;
		width: 90%;
	}
}