@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
.hall_intro .main_img {
  width: 100%;
  margin: 100px 0 0 0;
  text-align: center;
}
.hall_intro .main_img img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center;
}
.hall_intro .wrap {
  padding-bottom: 100px;
}
.hall_intro .cts_title {
  margin-bottom: 20px!important;
}

section.detail {
  background: url(../../p_common/images/bgi_contents.png) no-repeat center top / cover;
}
section.detail .wrap {
  padding: 100px 0;
}
section.detail .detail_box {
  width: 100%;
  background: #fff;
  padding: 50px 20px 60px;
  margin: 0 0 60px;
  color: var(--mainColor);
}
section.detail .detail_box:last-of-type {
  margin-bottom: 0;
}
section.detail .detail_box .inner {
  display: block;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
section.detail .detail_box .lead_txt {
  margin-bottom: 40px;
}

section.detail .detail_box table {
  width: 100%;
  max-width: 890px;
  padding: 0;
  margin: 0 auto;
  border-top: 1px solid var(--mainColor);
  table-layout: fixed;
}
section.detail .detail_box table tr {
  width: 100%;
  background: #fff;
}
section.detail .detail_box table tr.head {
  background: #F0F0DC;
}
section.detail .detail_box table th,
section.detail .detail_box table td {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--mainColor);
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
  border-right: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
}
section.detail .detail_box table tr.head td:nth-child(2),
section.detail .detail_box table tr.head td:nth-child(3),
section.detail .detail_box table tr td:nth-child(3),
section.detail .detail_box table tr td:nth-child(4) {
  border-right: 1px solid var(--mainColor);
}
section.detail .detail_box table td,
section.detail .detail_box table tr.head td:nth-child(4) {
  border-right: none;
}
section.detail .detail_box table tr.head th,
section.detail .detail_box table tr.head td {
  padding: 12px 10px;
}
section.detail .detail_box table th {
  width: 225px;
}
section.detail .detail_box table td.capa {
  width: 190px;
}
section.detail .detail_box table .height {
  width: 100px;
}

section.detail .detail_box .movie_wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
}
section.detail .detail_box .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
section.detail .detail_box .layout_list,
section.detail .detail_box .gallery_list {
  width: 100%;
  max-width: 890px;
  justify-content: flex-start;
  gap: 30px 40px;
  margin: 0 auto;
}
section.detail .detail_box .layout_list a,
section.detail .detail_box .gallery_list a {
  text-decoration: none;
  color: var(--mainColor);
}
section.detail .detail_box .layout_list h4,
section.detail .detail_box .gallery_list h4 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 10px 0 0 0;
}
section.detail .detail_box .layout_list .img {
  width: 100%;
  position: relative;
  border: 1px solid var(--mainColor);
}
section.detail .detail_box .layout_list .img img,
section.detail .detail_box .gallery_list img {
  width: 100%;
}
section.detail .detail_box .layout_list .btn,
section.detail .detail_box .gallery_list .btn {
  width: 35px;
  height: 35px;
  background: var(--mainColor);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: .3s;
  z-index: 2;
}
section.detail .detail_box .layout_list .btn:after,
section.detail .detail_box .gallery_list .btn:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../../p_common/images/icon/icon_search.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
section.detail .detail_box .layout_list .layput_box {
  width: calc((100% - 40px)/2);
}
section.detail .detail_box .gallery_list .gallery_box {
  width: calc((100% - 40px*2)/3);
}
section.link_only .wrap {
  padding: 100px 0;
}
.simplebar-mask,
.simplebar-offset {
  position: relative;
}
.simplebar-placeholder,
.simplebar-track {
  display: none;
}




/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}

/* ========================================================================================================
   1199px以下
   ========================================================================================================*/
@media screen and (max-width: 1199px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  .hall_intro .main_img img {
    height: 440px;
  }
  section.detail .detail_box .scrl_inner {
    max-width: 100%;
    min-width: 600px;
  }
  section.detail .detail_box table td.capa {
    width: 160px;
  }
  section.detail .detail_box table th {
    width: 200px;
  }
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .hall_intro .main_img img {
    height: 220px;
  }
  .hall_intro .main_img {
    margin: 50px 0 0 0;
  }
  .hall_intro .wrap {
    padding: 20px 0 50px;
  }
  .hall_intro .wrap {
    padding: 20px 0 50px;
  }
  section.detail {
    background: url(../../p_common/images/bgi_contents_sp.png) no-repeat center top / cover;
  }
  section.detail .wrap {
    padding: 50px 0;
  }
  section.detail .detail_box {
    padding: 30px 20px 40px;
    margin: 0 0 50px;
  }
  section.detail .detail_box p {
    font-size: 14px;
    line-height: 1.6em;
  }
  section.detail .detail_box .layout_list .layput_box {
    width: 100%;
  }
  section.detail .detail_box .layout_list .layput_box {
    width: 100%;
  }
  section.detail .detail_box .layout_list h4,
  section.detail .detail_box .gallery_list h4 {
    font-size: 12px;
  }
  section.detail .detail_box .lead_txt {
    margin-bottom: 20px;
  }
  section.detail .detail_box .gallery_list {
    gap: 25px 15px;
  }
  section.detail .detail_box .gallery_list .gallery_box {
    width: calc((100% - 15px) / 2);
  }
  section.detail .detail_box .layout_list .btn,
  section.detail .detail_box .gallery_list .btn {
    width: 18px;
    height: 18px;
  }
  section.detail .detail_box .layout_list .btn:after,
  section.detail .detail_box .gallery_list .btn:after {
    width: 8px;
    height: 8px;
  }
  section.link_only .wrap {
    padding: 50px 0;
  }
  section.detail .detail_box table th,
  section.detail .detail_box table td {
    font-size: 12px;
    padding: 15px 10px;
  }
  section.detail .detail_box table th {
    width: 160px;
  }
  section.detail .detail_box table tr.head th,
  section.detail .detail_box table tr.head td {
    padding: 8px 10px;
  }
  .scrl_wrap {
    width: 100%;
    margin: 0;
  }
  .scrl_wrap .scrl_inner {
    padding: 0 0 15px;
  }
  .simplebar-mask,
  .simplebar-offset {
    position: absolute;
  }
  .simplebar-placeholder,
  .simplebar-track {
    display: block;
  }
  
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}