@charset "UTF-8";

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:760px) {

  /* =====================
    page_fv
  ===================== */

  #page_fv .inner {
    padding-top: 60px;
  }
  
  #page_fv .inner::before {
    display: none;
  }
  
  .page_fv_text {
    background: none;
    width: 100%;
    border-radius: 0;
    padding: 0;
  }
  
  .page_ttl {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .page_ttl::before {
    display: none;
  }

  .hall_disc {
    font-size: 20px;
    letter-spacing: 0.12em;
    position: relative;
    line-height: 1.5;
    padding-bottom: 18px;
    margin-bottom: 10px;
  }

  .hall_disc::before {
    content: '';
    width: 33px;
    height: 3px;
    display: block;
    background: #56419B;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  /* =====================
    hall_main
  ===================== */
  
  #hall_main {
    padding-top: 70px;
  }

  /*  hall_main_column
  ------------------------*/
  
  .hall_main_column {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 70px;
  }

  .hall_main_text {
    width: 400px;
    padding: 30px 0;
  }

  .hall_main_ttl {
    font-size: 20px;
    line-height: 1.9;
    font-weight: 500;
    margin-bottom: 35px;
  }
  
  .hall_main_img {
    width: 600px;
  }

  #hall_main .hall_info {
    margin-bottom: 10px;
  }
  
  #hall_main .hall_info li {
    font-size: 15px;
    padding-left: 30px;
  }

  #hall_main .hall_info li:not(:last-child) {
    margin-bottom: 15px;
  }

  #hall_main .hall_info li::before {
    width: 26px;
    height: 26px;
  }

  .hall_main_text .link_map {
    font-size: 15px;
  }

  .hall_main_text .link_map a {
    color: #56419B;
    text-decoration: underline;
  }

  .hall_main_text .tel {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }

  .hall_main_text .tel .tel_a {
    display: block;
    position: relative;
    padding-left: 40px;
  }

  .hall_main_text .tel .tel_a::before {
    content: '';
    width: 35px;
    height: 42px;
    display: block;
    background: url(/images/common/icon_tel_o.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .hall_main_text .kome {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }

  /*  hall_feature
  ------------------------*/

  .hall_feature .text {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
   
  .hall_facility {
    border-radius: 8px;
    background: #FAF7ED;
    padding: 35px;
    margin-top: 70px;
  }

  .hall_facility .ttl_rhombus {
    margin-bottom: 10px;
  }

  .facility_list {
    justify-content: center;
    gap: 0 20px;
  }

  .facility_list li {
    width: 120px;
  }

  .facility_list li .icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 80px;
    overflow: hidden;
    margin: 0 auto 3px;
  }

  .facility_list li .icon img {
    height: 80px;
    object-fit: contain;
  }

  .facility_list li.on .icon img[src*="off"] {
    display: none;
  }

  .facility_list li.off .icon img[src*="on"] {
    display: none;
  }

  .facility_list li.off .icon img[src*="off"] {
    display: block;
  }

  .facility_list li span {
    font-size: 16px;
    text-align: center;
    display: block;
  }

  /* =====================
    hall_atmosphere
  ===================== */

  .atmosphere_conts {
    margin-bottom: 95px;
  }

  .atmosphere_conts:last-of-type {
    margin-bottom: 0;
  }

  /*  img360
  ------------------------*/
  
  .img360_iframe {
    width: 900px;
    margin: 0 auto;
  }

  /*  gallery
  ------------------------*/

  .gallery_img {
    height: 0;
    padding-top: 60.64%;
    position: relative;
  }

  .gallery_img img {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    transition: .3s;
  }

  .gallery_swiper .swiper-slide-active .gallery_img img {
    opacity: 1;
  }
   
  .gallery_img figcaption {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 12px;
  }

  .gallery_swiper .swiper_pagination {
    margin-top: 85px;
  }

  /* =====================
    price
  ===================== */
  
  #price {
    padding-bottom: 0;
  }

  /* =====================
    hall_info
  ===================== */

  .info_cnts {
    margin-bottom: 90px;
  }

  .info_cnts:last-of-type {
    margin-bottom: 0;
  }

  .info_cnts .ttl_rhombus {
    margin-bottom: 20px;
  }

  .info_cnts .text {
    text-align: center;
    line-height: 2;
  }

  .info_cnts .btn {
    margin-top: 25px;
  }

  /*  map
  ------------------------*/

  .map_wrap {
    width: 900px;
    margin: 0 auto;
    height: 0;
    display: block;
    padding-bottom: 45.455%;
    position: relative;
  }

  .map_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .map .cssacc:checked + .btn.pin + .accshow {
    height: auto;
    padding-top: 30px;
    opacity: 1;
  }

  /*  qr_modal
  ------------------------*/
  
  #qr_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 1000;
    background-color: rgba(250, 247, 237, 0.7);
    overscroll-behavior: contain;
    overflow-y: scroll;
  }

  #qr_modal.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  .modal_content {
    width: 440px;
    height: 530px;
  }

  .modal_close_btn {
    right: 20px;
    top: 20px;
  }

  .modal_content .qr_img {
    width: 167px;
    margin: 0 auto 60px;
  }

  .modal_content .qr_text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
  }

  /* =====================
    staff
  ===================== */

  #staff {
    overflow: hidden;
  }

  #staff .inner {
    position: relative;
    z-index: 0;
  }

  #staff .inner::before,
  #staff .inner::after {
    content: '';
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle, rgba(226, 88, 13, 0.08), rgba(226, 88, 13, 0.08));
    border-radius: 50%;
    filter: blur(50px);
    width: 508px;
    height: 508px;
    display: block;
    position: absolute;
    z-index: -1;
  }

  #staff .inner::before {
    top: -50px;
    right: -337px;
  }

  #staff .inner::after {
    bottom: -50px;
    left: -337px;
    transform: translateY(50%);
  }
  
  #staff .ttl_kakko {
    margin-bottom: 30px;
  }

  .staff_list {
    gap: 40px;
  }

  /* =====================
    hall_event
  ===================== */
  
  .event_list {
    justify-content: center;
    gap: 50px;
  }

  .event_list::before,
  .event_list::after {
    display: none;
  }

  #hall_event .localnav_btn {
    margin: 0 auto;
  }

  /* =====================
    another
  ===================== */

  .another_swiper .swiper-slide {
    opacity: 0.5;
  }
  
  .another_swiper .swiper-slide-active {
    opacity: 1;
  }

  .swiper_button_prev.prev_another {
    left: 210px;
  }
  
  .swiper_button_next.next_another {
    right: 210px;
  }
  
  #another .top_cv_box {
    margin-top: 60px;
  }

}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

@media screen and (max-width:759px) {

  /* =====================
    page_fv
  ===================== */

  #page_fv .inner {
    padding-top: 50px;
  }
  
  #page_fv .inner::before {
    display: none;
  }
  
  .page_fv_text {
    background: none;
    width: 100%;
    border-radius: 0;
    padding: 0;
  }
  
  .page_ttl {
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .page_ttl::before {
    display: none;
  }

  .hall_disc {
    font-size: 16px;
    letter-spacing: 0.12em;
    position: relative;
    line-height: 1.7;
    padding-bottom: 16px;
    margin-bottom: 10px;
  }

  .hall_disc::before {
    content: '';
    width: 33px;
    height: 3px;
    display: block;
    background: #56419B;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  /* =====================
    hall_main
  ===================== */
  
  #hall_main {
    padding-top: 20px;
  }

  /*  hall_main_column
  ------------------------*/
  
  .hall_main_column {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .hall_main_text {
    padding: 0 20px;
  }

  .hall_main_ttl {
    font-size: 18px;
    line-height: 2.19;
    font-weight: 500;
    margin-bottom: 35px;
  }
  
  .hall_main_img {
    width: 100vw;
    margin: 0 calc( 50% - 50vw ) 35px;
  }

  #hall_main .hall_info {
    margin-bottom: 10px;
  }
  
  #hall_main .hall_info li {
    font-size: 15px;
    padding-left: 30px;
  }

  #hall_main .hall_info li:not(:last-child) {
    margin-bottom: 15px;
  }

  #hall_main .hall_info li::before {
    width: 26px;
    height: 26px;
  }

  .hall_main_text .link_map {
    font-size: 15px;
  }

  .hall_main_text .link_map a {
    color: #56419B;
    text-decoration: underline;
  }

  .hall_main_text .sp_tel {
    width: 100vw;
    background: #E2570D;
    text-align: center;
    margin: 35px calc(50% - 50vw) 0;
  }

  .hall_main_text .sp_tel .sp_tel_a {
    display: block;
    color: #fff;
    border-top: 5px solid #D04900;
  }

  .hall_main_text .sp_tel .sp_tel_wrap {
    width: 375px;
    margin: 0 auto;
    padding: 15px 15px 10px;
    position: relative;
  }

  .hall_main_text .sp_tel .tel_text {
    display: inline-block;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.4;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    padding-left: 60px;
    text-align: left;
  }

  .hall_main_text .sp_tel .tel_text span span {
    font-size: 14px;
    display: block;
  }

  .hall_main_text .sp_tel .tel_text ::before {
    content: '';
    width: 54px;
    height: 54px;
    display: block;
    background: url(/images/common/icon_tel.gif) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .hall_main_text .sp_tel .sp_tel_sub {
    height: 34px;
    line-height: 34px;
    color: #3C2202;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    background: #fff;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    padding: 0 15px 0 40px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hall_main_text .sp_tel .sp_tel_sub::before {
    content: '';
    width: 18px;
    height: 21px;
    display: block;
    background: url(/images/common/icon_timer.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }

  .hall_main_text .sp_tel .sp_tel_sub span {
    color: #E2570D;
    font-size: 13px;
    font-weight: 900;
  }

  .hall_main_text .sp_tel .sp_tel_sub span strong {
    font-size: 900px;
    font-size: 22px;
    line-height: 1;
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 2px;
  }
  
  .hall_main_text .kome {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }

  /*  hall_feature
  ------------------------*/

  .hall_feature .text {
    font-size: 18px;
    line-height: 2.1;
    letter-spacing: 0.05em;
    padding: 0 20px;
  }
   
  .hall_facility {
    border-radius: 8px;
    background: #FAF7ED;
    padding: 35px 20px;
    margin-top: 40px;
  }

  .hall_facility .ttl_rhombus {
    margin-bottom: 20px;
  }

  .facility_list {
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 15px 20px; */
  }

  .facility_list li {
    width: 30%;
    margin-bottom: 20px;
  }
  .facility_list li:nth-last-child(3) {
    margin-bottom: 0;
  }

  .facility_list li .icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 80px;
    overflow: hidden;
    margin: 0 auto 8px;
  }

  .facility_list li .icon img {
    height: 80px;
    object-fit: contain;
  }

  .facility_list li.on .icon img[src*="off"] {
    display: none;
  }

  .facility_list li.off .icon img[src*="on"] {
    display: none;
  }

  .facility_list li.off .icon img[src*="off"] {
    display: block;
  }

  .facility_list li span {
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 1.5;
  }

  /* =====================
    hall_atmosphere
  ===================== */

  .atmosphere_conts {
    margin-bottom: 55px;
  }

  .atmosphere_conts:last-of-type {
    margin-bottom: 0;
  }

  /*  img360
  ------------------------*/
  
  .img360_iframe {
    width: 100vw;
    margin: 0 calc( 50% - 50vw );
    height: 0;
    padding-bottom: 74.075%;
    position: relative;
  }

  .img360_iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  /*  gallery
  ------------------------*/

  .gallery_img {
    height: 0;
    padding-top: 60.64%;
    position: relative;
  }

  .gallery_img img {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    transition: .3s;
  }

  .gallery_swiper .swiper-slide-active .gallery_img img {
    opacity: 1;
  }
   
  .gallery_img figcaption {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 5px;
  }

  /* =====================
    price
  ===================== */
  
  #price {
    padding-bottom: 0;
  }

  /* =====================
    hall_info
  ===================== */

  #hall_info .ttl_kakko {
    margin-bottom: 30px;
  }

  .info_cnts {
    margin-bottom: 55px;
  }

  .info_cnts:last-of-type {
    margin-bottom: 0;
  }

  .info_cnts .ttl_rhombus {
    margin-bottom: 20px;
  }

  .info_cnts .text {
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }

  .info_cnts .btn {
    margin-top: 25px;
  }

  /*  map
  ------------------------*/

  .map_wrap {
    width: 100vw; /* ビューポートの全幅に設定 */
    margin: 0 calc(50% - 50vw); /* ビューポートの幅に中央寄せ */
    padding-top: 75%;
    display: block;
    position: relative;
  }

  .map_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .map .cssacc:checked + .btn.pin + .accshow {
    height: auto;
    padding-top: 30px;
    opacity: 1;
    overflow: visible;
  }

  /*  qr_modal
  ------------------------*/
  
  #qr_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 1000;
    background-color: rgba(250, 247, 237, 0.7);
    overscroll-behavior: contain;
    overflow-y: scroll;
  }

  #qr_modal.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  .modal_content {
    max-width: 440px;
    height: 430px;
  }

  .modal_close_btn {
    right: 20px;
    top: 20px;
  }

  .modal_content .qr_img {
    width: 167px;
    margin: 0 auto 40px;
  }

  .modal_content .qr_text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.6;
    text-align: center;
  }

  /* =====================
    staff
  ===================== */

  #staff {
    overflow: hidden;
  }

  #staff .inner {
    position: relative;
    z-index: 0;
  }

  #staff .inner::before,
  #staff .inner::after {
    content: '';
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle, rgba(226, 88, 13, 0.08), rgba(226, 88, 13, 0.08));
    border-radius: 50%;
    filter: blur(50px);
    width: 508px;
    height: 508px;
    display: block;
    position: absolute;
    z-index: -1;
  }

  #staff .inner::before {
    top: -50px;
    right: -337px;
  }

  #staff .inner::after {
    bottom: -50px;
    left: -337px;
    transform: translateY(50%);
  }
  
  #staff .ttl_kakko {
    margin-bottom: 30px;
  }

  /* =====================
    hall_nearest
  ===================== */
  
  #hall_nearest .ttl_kakko {
    margin-bottom: 30px;
  }

  /* =====================
    hall_event
  ===================== */
  
  #hall_event .localnav_btn {
    margin: 0 auto;
  }

  /* =====================
    another
  ===================== */

  .another_swiper .swiper-slide {
    opacity: 0.5;
    margin-bottom: 0;
  }
  
  .another_swiper .swiper-slide-active {
    opacity: 1;
  }
  

}