#slider div {
  width: 100% !important;
}
.slider {
  position: relative;
  margin-bottom: 40px;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #feb97e !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e8822a !important;
}

.ul_topics {
	padding-left: 1.6rem;
	text-indent: -1.6rem;
}
.ul_topics li {
	padding: 1em 0;
	border-top: dotted 1px #c8c2b8;
}
.ul_topics li::before {
	vertical-align: middle;
	font-size: 1.0rem;
	color: #fd7f23;
	content: "\025cf\a0";
}
.ul_topics li a {
  color: #2f92db;
  text-decoration: underline;
}
.ul_topics li a:visited {
  color: #52469b;
}

.box_status {
	padding: 1.5rem;
	background-image: url("https://img21.shop-pro.jp/PA01459/302/etc/bg_motif_m.png");
	background-position: top -100px center;
	background-repeat: no-repeat;
	background-size: 50%;
}
@media (max-width: 480px) {
	.box_status {
		padding: 1.0rem;
		background-position: top -50px center;
		background-size: 80%;
	}
}
.box_status_sale {
	background-color: rgba(2453, 146, 55, 0.2);
}
.box_status_reservation {
	background-color: rgba(242, 185, 33, 0.2);
}
.box_status_preparation {
	background-color: rgba(147, 181, 19, 0.2);
}
.box_status_end {
	background-color: rgba(138, 120, 85, 0.2);
}

.table_scroll_wrap {
	width: 100%;
	margin-bottom: 3rem;
	border: solid 1px #e0e0e0;
}
.table_scroll_wrap .table_scroll {
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
_:-ms-lang(x)::-ms-backdrop, .table_scroll_wrap .table_scroll {
    height: auto;
}
	
.table_sale {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	white-space: normal;
	font-size: 1.3rem;
}
.table_sale thead tr th,
.table_sale thead tr td {
	padding: .5rem;
	text-align: center;
	line-height: 1.6rem;
}
.table_sale thead tr th {
	color: #fff;
	background-color: #e8822a;
}
.table_sale thead tr td {
	color: #333;
	background-color: #fae6d4;
}
.table_sale thead tr th,
.table_sale thead tr td,
.table_sale tbody tr th,
.table_sale tbody tr td {
	position: relative;
	vertical-align: middle;
}
.table_sale thead tr th::after,
.table_sale thead tr td::after,
.table_sale tbody tr th::after {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #e0e0e0;
	z-index: 5;
}
.table_sale tbody tr th::before,
.table_sale tbody tr td::after {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e0e0e0;
	z-index: 5;
}

.table_sale tbody tr th {
	width: 200px;
	font-weight: 500;
	white-space: nowrap;
	padding: 0;
	text-align: left;
	}
.table_sale tbody tr th img {
	max-width: 200px !important;
	vertical-align: bottom;
}
.table_sale tbody tr:nth-child(odd) th {
	background-color: #ffffe0;
}
.table_sale tbody tr:nth-child(even) th {
	background-color: #fff;
}
.table_sale tbody tr:nth-child(odd) td {
	background: repeating-linear-gradient(90deg, #e0e0e0, #e0e0e0 1px, #ffffe0 1px, #ffffe0 3.333%);
}
.table_sale tbody tr:nth-child(even) td {
	background: repeating-linear-gradient(90deg, #e0e0e0, #e0e0e0 1px, #fff 1px, #fff 3.333%);
}
.table_sale thead tr th,
.table_sale thead tr td,
.table_sale tbody tr th {
	position: -webkit-sticky;
	position: sticky;
}
.table_sale thead tr th {
	top: 0;
	z-index: 10;
}
.table_sale thead tr th:first-child {
	left: 0;
	z-index: 15;
}
.table_sale thead tr td {
	top: 26px;
	z-index: 10;
}
.table_sale tbody tr th {
	left: 0;
	z-index: 5;
}

.news_notes{
	margin-top: 4rem;
}
@media (max-width: 768px) {
	.news_notes{
		margin-top: 2rem;
	}
}
.insta_gallery{
	display: flex;
	max-width: 500px;
	flex-wrap: wrap;
	margin: 1rem auto 0;
	padding: 0 1rem;
	box-sizing: border-box;
}
.insta_gallery li{
	width: calc(33.3333333% - 2px * 2 / 3);
	margin: 1px 2px 1px 0;	
	overflow: hidden;
}
.insta_gallery li:nth-of-type(3n){
	margin-right: 0px;
}
.insta_gallery li > a{	
	position: relative;
    display: block;
    width: 100%;
	height: 100%;
	overflow: hidden;
	
}
.insta_gallery li > a > img{
	object-fit: cover;
  width: 100%;
  height: 100%;	
}