@charset "UTF-8";
.detail_wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .detail_wrap {
    padding-bottom: 50px;
  }
}
.detail_heading {
  display: block;
}

/* スライダー */
.slide_area {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.slide_area .mov_wrap, .slide_area .img_wrap {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}
.slide_main {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.slide_main .mov_wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide_main .slick-prev, .slide_main .slick-next {
  top: 50%;
  z-index: 1;
}
.slide_main .slick-prev::before, .slide_main .slick-next::before {
  content: "" !important;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: #000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: calc(50% - 8px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.slide_main .slick-prev {
  left: 15px;
}
.slide_main .slick-prev::before {
  border-width: 0 0 1px 1px;
  left: calc(50% - 8px);
}
.slide_main .slick-next {
  right: 15px;
}
.slide_main .slick-next::before {
  border-width: 1px 1px 0 0;
  right: calc(50% - 8px);
}
.slide_sub {
  margin-top: 10px;
}
.slide_sub .mov_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.slide_sub .mov_wrap::after {
  content: "MOVIE";
  width: 55px;
  height: 55px;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: url(../img/icon_movie.png) no-repeat center bottom 10px/14px, #D31E3A;
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .slide_sub .mov_wrap::after {
    width: 50px;
    height: 50px;
    padding-top: 11px;
    background: url(../img/icon_movie.png) no-repeat center bottom 9px/12px, #D31E3A;
    font-size: 10px;
  }
}
.slide_sub_item {
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .slide_sub_item {
    padding: 0 3px;
  }
}

.info_area {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .info_area {
    margin-top: 50px;
  }
}
.info_shop_place {
  color: #AAAAAA;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .info_shop_place {
    font-size: 12px;
  }
}
.info_shop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .info_shop_wrap {
    gap: 8px;
  }
}
.info_shop_name {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .info_shop_name {
    font-size: 14px;
  }
}
.info_shop_name a {
  text-decoration: underline;
}
.info_shop .floor_map a {
  position: absolute;
  top: 32px;
  display: block;
  line-height: 30px;
  width: 135px;
  text-indent: 25px;
  background: #000;
  color: #fff;
}
.info_shop .floor_map a::before {
  content: "";
  background: url(../../common/img/floor_icon.png) no-repeat center/100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 7px;
}
@media screen and (max-width: 768px) {
  .info_shop .floor_map a {
    top: 22px;
    line-height: 23px;
    width: 110px;
    text-indent: 20px;
  }
  .info_shop .floor_map a::before {
    width: 10px;
    height: 10px;
    top: 6px;
    left: 7px;
  }
}
.info_item_wrap {
  margin-top: 20px;
}
.info_item_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info_item_block:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .info_item_block:not(:first-child) {
    margin-top: 20px;
  }
}
.info_item_block_end .info_item_name > span, .info_item_block_end .info_item_price > span, .info_item_block_end .info_item_qnt > span::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e70000), to(#e70000));
  background-image: linear-gradient(#e70000, #e70000);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  text-decoration: none;
}
.info_item_block_end .info_item_qnt > span {
  position: relative;
}
.info_item_block_end .info_item_qnt > span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.info_item_num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5em;
          flex: 0 0 1.5em;
  width: 1.5em;
  max-width: 1.5em;
}
.info_item_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.info_item_price {
  color: #C13333;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .info_item_price {
    font-size: 27px;
  }
}
.info_item_qnt {
  margin-top: 5px;
}
.info_item_qnt_inner span {
  display: inline-block;
  vertical-align: middle;
}
.info_item_qnt_inner span:nth-child(1) {
  background: #333;
  padding: 0 10px;
  margin-right: 1em;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
}
.info_item_end {
  margin-top: 10px;
  color: #C13333;
}

.table_area {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .table_area {
    margin-top: 40px;
  }
}
.table_area table, .table_area th, .table_area td {
  border: 1px solid #E5E5E5;
  font-weight: normal;
}
.table_area table {
  width: 100%;
  border-collapse: collapse;
}
.table_area th, .table_area td {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .table_area th, .table_area td {
    padding: 20px 10px;
  }
}
.table_area th {
  background: #F7F4EC;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .table_area th {
    width: 35%;
  }
}
.table_area td {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .table_area td {
    width: 65%;
  }
}
.table_area td .reserve_link {
  display: block;
  font-size: 13px;
  color: #fff;
  padding: 5px 20px 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #B92D2D;
  border-radius: 3px;
  margin-top: 10px;
  position: relative;
}
.table_area td .reserve_link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 8px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

a.online_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 260px;
  height: 60px;
  max-width: 100%;
  margin-top: 10px;
  background: #C13333;
  border-radius: 5px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  a.online_link {
    width: 200px;
    height: 50px;
  }
}
a.online_link::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  a.online_link::after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
  }
}
a.online_link span {
  text-align: center;
  line-height: 1.4;
}

.footer_category {
  position: relative;
}