@charset "UTF-8";
/*------------ addstyle.css ※現在TOPにのみ読み込み ------------*/
/*------------ TOP  ------------*/
/* 2020.10 GoToバナー,営業時間変更のお知らせ */
.banner_section {
    width: calc(100% - 60px);
    max-width: 720px;
    margin: -20px auto 0px; 
    padding-bottom: 30px;
	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%;
}
.news_info {
    font-size: 110%;
    width: calc(100% - 60px);
    max-width: 720px;
    border: solid 2px #ccc;
    padding: 10px 30px;
    margin: 0 auto 40px;
    box-sizing: border-box;
    text-align: center;
}
.news_info--title {
    font-size: 120%;
    text-decoration: underline;
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {	
    .banner_section {
        margin: 0px auto; 
        width: calc(100% - 100px);
        max-width: 400px;
		flex-wrap: wrap;
    }
    .banner_section--notice {
        margin-right: 0;
        margin-bottom: 10px;
		width: 100%;
    }
	.banner_section--eat,
	.banner_section--coupon {
		width: 50%;
	}
    .news_info {
        width: calc(100% - 100px);
        max-width: 400px;
        padding: 10px 2%;
    }
    .news_info--title {
        font-size: 3.3vw;
    }
}
/* 2020.11 Winterバナー */
.banner_area .banner01.banner_sp {
    display: none;
}
.banner_area .banner02.banner_sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .banner_area .banner01.banner_pc {
        display: none;
    }
    .banner_area .banner02.banner_pc {
        display: none;
    }
    .banner_area .banner01.banner_sp {
        display: block;
    }
    .banner_area .banner02.banner_sp {
        display: block;
    }
}
@media screen and (max-height: 634px) {	
	.top_container {
		bottom: 10px;
		right: 10px;
	}
	.top_banner {
		max-width: 260px;
	}
	#news {
		padding: 10px 30px 5px;
	}
}