@charset "UTF-8";
/* CSS Document */
.top_block04 #map {
  display: none;
}
.top_block04 .map_default {
  width: 640px;
  height: 450px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top_block04 .map_default iframe {
  width: 100%;
  height: 100%;
}
.menu_block01 h3.mt {
  margin-top: 20px;
  padding-top: 30px;
}
.menu-anc {
  margin-top: 120px;
  padding-top: 30px;
}
.menu-anc > p {
  margin-top: 0;
}
.attention {
    font-size: 90%;
    text-align: right;
    padding: 0 10em;
    margin-top: 2em;
}
@media screen and (max-width: 768px) {
	.menu-anc {
	  margin-top: 8vw;
	}
	.menu-anc#menu-anc2 {
	  margin-top: 20vw;
	}
	.menu-anc#menu-anc3 {
	  margin-top: 30vw;
	}
    .attention {
        text-align: center;
        padding: 0 5vw;
        margin: 10vw auto -5vw;
    }
}
/* お知らせ臨時対応 モーダル 20200305 */
.modal-open .modal {
  margin: auto;
}
.modal-dialog {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
.close_modal {
  background-color: #000;
  background-color: black;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background-position: center;
}
.modal-body {
  max-height: 98%!important;
}
/*お知らせ臨時対応 TOP*/
.top_block_news_temporary {
  width: 100%;
  background-color: #eee;
}
.news_temporary_block {
  width: 90%;
  max-width: 800px;
  margin: 30px auto;
  padding: 20px 30px 30px;
  border: 1px solid #000;
  text-align: center;
  line-height: 40px;
}
.news_temporary_block h3 {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 2px solid #333;
  display: inline-block;
}
.news_temporary_block p {
  font-size: 14px;
    margin-bottom: 0.5em;
}
.news_temporary_block dl {
line-height: 1.4em;
font-size: 14px;
text-align: left;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 28%;
}
.news_temporary_block dt {
	float: left;
}
.news_temporary_block dd {
	margin-left: 13%;
}
.open_time {
  text-align: left; 
  margin-top: 0.5em;
  margin-left: 250px;
}
@media screen and (max-width: 768px) {
.news_temporary_block h3 {
font-size: 4.6vw;
}
.news_temporary_block {
  width: 80%;
  margin-right: 7%;
}
.news_temporary_block dl {
margin-left: 0;
}
.news_temporary_block dt {
}
.news_temporary_block dd {
	margin-left: 26%;
}
}
@media screen and (max-width: 425px) {
  .news_temporary_block {
  width: 75%;
      margin: 0 0 auto 2.5%;
}
  .news_temporary_block h3 {
    line-height: 34px;
  }
  .open_time {
    text-align: left; 
    margin-top: 0.5em;
    margin-left: 35px;
  }
}
/* 2020.10 GoToバナー */
.banner_section {
    width: calc(100% - 60px);
    max-width: 880px;
    /*max-width: 720px;*/
    margin: 0px auto;
    display: flex;
	  justify-content: center;
	padding: 30px 0;
}
.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: 92%;*/
    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%;
}
@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 img {
		width: 100%;
		}
		.banner_section--eat,
		.banner_section--coupon {
		width: 50%;
		  margin-bottom: 10px;
	}
	.banner_section--beppu {
		width: 70%;
	margin-left: 0;
	}
}
/* MV右下バナー 20210917 */
.top_banner {
	position: absolute;
	right: 30px;
	bottom: 40px;
	max-width: 360px;
	width: calc(100% - 80px);
}
.top_banner a img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {	
	.top_banner {
		right: auto;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
	}
}