.main-slider {
  overflow: hidden;
}
.main-slider li {
  float: left;
}


.heading-area .slick-slide:not(.slick-current):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.heading-area .slick-prev,
.heading-area .slick-next {
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .heading-area .slick-prev,
  .heading-area .slick-next {
    width: 35px;
    height: 35px;
    background: transparent;
  }
}

.top-sp-menu {
  border-bottom: solid 2px #bb965a;
  display: flex;
  width: 100%;
}

.top-sp-menu li {
  position: relative;
  display: block;
  width: 25%;
}

.top-sp-menu li a {
  display: block;
  height: 100%;
  padding: 9px 10px;
  text-align: center;
  text-decoration: none;
  color: #0f3640;
  font-size: 12px;
  font-size: 1.2rem;
}

.top-sp-menu li:last-child a {
  line-height: 3em;
}

.top-sp-menu li:nth-of-type(n+2):before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #bb965a;
  opacity: .4;
}

@media screen and (min-width: 992px) {
  .top-sp-menu {
    display: none;
  }
}

.article-item-sp-block {
  margin-bottom: 10px;
  padding: 0;
}

.article-item-sp-block a {
  display: block;
  padding: 20px;
}

.article-item-sp-block a h2 {
  margin-bottom: 10px;
  text-align: left;
}

.article-item-sp-block a h2 span {
  display: inline;
  margin-right: 20px;
}

.article-item-sp-block a p {
  color: #bb965a;
}

.article-item-block.sp-opening-hour-box {
  padding: 10px;
}
.sp-opening-hour-inner {
    padding: 10px;
}

.sp-opening-hour-box dl {
    display: table;
    width: 100%;
    min-height: 90px;
}

.sp-opening-hour-box dl dt,
.sp-opening-hour-box dl dd {
	display: table-cell;
	vertical-align: middle;
}

.sp-opening-hour-box dl dt {
	width: 90px;
    text-align: center;
    color: #fff;
	background-color: #0f3640;
}

.sp-opening-hour-box dl dd .opening-info {
  font-size: 15px;
}

.sp-opening-hour-box dl dd {
	width: calc(100% - 90px);
    padding: 0 15px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}

.sp-opening-hour-text {
  margin-bottom: 10px;
}

.sp-opening-hour-text span:first-child {
  display: inline-block;
  border-right: solid 5px #0f3640;
  margin-right: 5px;
  padding-right: 10px;
  font-weight: bold;
}

.top-sp-search-block {
  box-shadow: 0px 9px 15px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 9px 15px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 9px 15px -3px rgba(0, 0, 0, 0.2);
}

.sp-search-select {
  display: table;
  width: 100%;
}

.sp-search-select li {
  display: table-cell;
  width: calc(100% / 3);
}

.sp-search-select li:first-child .sp-search-btn {
  border-right: none;
}

.sp-search-select li:last-child .sp-search-btn {
  margin-left: 5px;
}

.sp-search-list .sp-search-item {
  display: none;
  padding-top: 20px;
}

.sp-search-list .sp-search-item.active {
  display: block;
}

.sp-search-list .sp-search-item.active .select-genre {
  display: flex;
}

.sp-search-list .sp-search-item.active .select-genre li {
  width: calc(100% / 3);
}

.search-item-close {
  margin-top: 10px;
  text-align: right;
}

.search-item-close button {
  outline: none;
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
}

.top-search-block {
  position: relative;
}

@media screen and (max-width: 991px) {
  .top-search-block {
    display: none;
  }
}

.sp-search-item .search-box input[type="text"] {
  padding: 10px 10px 10px 50px;
  font-size: 16px;
  font-size: 1.6rem;
}

.sp-search-item .search-box input[type="text"]::placeholder {
  font-size: 13px;
  font-size: 1.3rem;
}

.select-genre {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.select-genre li {
  width: calc(100% / 6);
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .select-genre li a:hover {
    text-decoration: underline;
  }
}

.select-genre li span {
  display: block;
}

.select-genre li span:first-child {
  position: relative;
  margin-bottom: 5px;
  height: 40px;
}

.select-genre li span:first-child img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-floor-link {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  border: solid 1px #bb965a;
  border-radius: 5px;
  padding: 5px 8px;
  color: #bb965a;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  transition: .4s;
}

.top-floor-link:hover {
  background-color: rgba(187, 150, 90, .2);
}

.top-floor-link img {
  margin-right: 10px;
}

.aside-opening-hour-box dt {
  background-color: #0f3640;
}

.aside-opening-hour-box dd {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.aside-opening-hour-box dd .list-more-link {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .aside-opening-hour-box {
    display: none;
  }
}

.aside-coupon-box dt {
  background-color: #ef5463;
}

.aside-coupon-box dd {
  font-size: 12px;
  font-size: 1.2rem;
}

.aside-coupon-box dd a {
  display: block;
}

@media screen and (max-width: 991px) {
  .aside-coupon-box {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .aside-message-box {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .aside-news-box {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .aside-item-area.aside-info-box {
    padding-bottom: 0;
  }
}

.aside-info-list-wrap .list-box {
    margin-bottom: 0;
    padding: 20px 0;
}
.aside-info-list-wrap .list-box .list-photo:before {
  content: '';
  display: block;
  padding-top: 165px;
}
.aside-info-list-wrap .list-box .list-photo img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .aside-info-list-wrap .list-box:first-child {
    border-top: solid 1px #f4f1ec;
    padding-top: 10px;
  }
  .aside-info-list-wrap .list-box:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  .aside-info-list-wrap .list-box {
      border-top: solid 1px #f4f1ec;
      margin-bottom: 0;
      margin-left: 0;
  }
}

.aside-info-sublist li a {
  display: flex;
  align-items: center;
}

.aside-info-sublist li a span:first-child {
  width: 32px;
  margin-right: 10px;
}

.emergency {
  /* border: 2px solid #d9272d; */
  border: 2px solid #0f3640;
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px 40px;
  text-align: center;
}

.emergency .text {
	margin: 20px 0;
	line-height: 1.5;
	font-size: 15px;
	font-size: 1.5rem;
}

.emergency a {
	text-decoration: underline;
}

.emergency a:hover {
	text-decoration: none;
}


@media screen and (max-width: 767px) {
  .emergency {
    width: 97%;
  }
}

.emergency .title {
  line-height: 1.7;
  /* color: #d9272d; */
  color: #0f3640;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .emergency .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}



.top-sp-coupon-block a {
  position: relative;
}

.top-sp-coupon-block a:after {
  font-family: FontAwesome;
  content: '\f054';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #bb965a;
  font-size: 16px;
}

.article-item-sp-block.top-sp-news-block {
  padding: 20px;
}

.article-item-sp-block.top-sp-news-block h2 {
  text-align: left;
}

.article-item-sp-block.top-sp-news-block h2 span {
  display: inline-block;
  margin-right: 20px;
}

.article-item-sp-block.top-sp-news-block a {
  position: relative;
  border-top: solid 1px #f4f1ec;
  padding: 15px 20px 15px 0;
}
.article-item-sp-block.top-sp-news-block a:after {
  font-family: FontAwesome;
  content: '\f054';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #bb965a;
  font-size: 16px;
}

.aside-news-link {
  border-top: solid 1px #f4f1ec;
  padding: 10px 0;
}

.aside-info-link a {
  position: relative;
  display: block;
  border-top: solid 1px #f4f1ec;
  padding: 20px 25px 20px 0;
}
.aside-info-link a:after {
  font-family: FontAwesome;
  content: '\f054';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #bb965a;
  font-size: 15px;
}
.aside-info-link a:hover {
  text-decoration: underline;
}
.aside-info-link a:hover:after {
  text-decoration: none;
}

.aside-info-more-link {
  margin-bottom: 10px;
  text-align: right;
}

.aside-info-more-link a {
  color: #bb965a;
}

.aside-info-more-link .fa {
  margin-right: 5px;
  color: #bb965a;
}

.aside-info-more-link a:hover {
  text-decoration: underline;
}

