@charset "UTF-8";
.font12 {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .font12 {
    font-size: clamp(11px, 1vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .font12 {
    font-size: clamp(10px, 1.432vw, 11px);
  }
}
@media screen and (max-width: 480px) {
  .font12 {
    font-size: clamp(9px, 2.083vw, 10px);
  }
}

/* ===================================================================
直営式場一覧
=====================================================================*/
#Introduction.hall {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #Introduction.hall {
    padding: 9% 0;
  }
}
#Introduction.hall .introbox p {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  #Introduction.hall .introbox p {
    font-size: clamp(18px, 1.0422vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  #Introduction.hall .introbox p {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #Introduction.hall .introbox p {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #Introduction.hall .introbox p {
    font-size: clamp(14px, 3.125vw, 15px);
  }
}

/* -------------------------------------------------------------- */
.hall_basic {
  margin-bottom: 90px;
}
.hall_basic:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hall_basic {
    margin-bottom: 16%;
  }
}

/* -------------------------------------------------------------- */
dl.hall_list_basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: 0 0 0 0%;
}
dl.hall_list_basic.detail {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic {
    display: block;
    margin: 0 auto;
  }
}
dl.hall_list_basic dt, dl.hall_list_basic dd {
  width: 49%;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  dl.hall_list_basic dt, dl.hall_list_basic dd {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  dl.hall_list_basic dt, dl.hall_list_basic dd {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic dt, dl.hall_list_basic dd {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  dl.hall_list_basic dt, dl.hall_list_basic dd {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic dt, dl.hall_list_basic dd {
    width: 100%;
  }
}
dl.hall_list_basic dt {
  margin: 0 2% 0 0;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic dt {
    margin: 0 auto 4%;
    padding-left: 0;
  }
}
dl.hall_list_basic.reverse {
  margin: 0 10% 0 0;
}
dl.hall_list_basic.reverse dt {
  margin: 0 0 0 2%;
  padding: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic.reverse dt {
    margin: 0 auto 6%;
    padding-right: 0;
  }
}
dl.hall_list_basic .contents_title {
  margin-bottom: 2rem;
}
dl.hall_list_basic .contents_title font {
  padding-left: 0.5rem;
  letter-spacing: 1.8px;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  dl.hall_list_basic .contents_title font {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  dl.hall_list_basic .contents_title font {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic .contents_title font {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  dl.hall_list_basic .contents_title font {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
@media screen and (max-width: 1100px) {
  dl.hall_list_basic .contents_title font {
    display: block;
    padding: 0;
    text-indent: -0.6rem;
  }
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic .contents_title font {
    text-indent: 0;
  }
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic .btn_basic {
    margin: 9% auto 0;
    width: 90%;
  }
}
dl.hall_list_basic .btn_basic a {
  max-width: 250px;
  width: 100%;
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic .btn_basic a {
    display: block;
    margin: 0 auto;
  }
}
dl.hall_list_basic.reserve.type02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* -------------------------------------------------------------- */
.hall_photo {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.hall_photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .hall_photo {
    width: 90%;
  }
  .hall_photo.reverse {
    margin-left: auto;
  }
}

/* -------------------------------------------------------------- */
.pickup_box {
  margin-top: 1.4rem;
}
.pickup_box p {
  margin-bottom: 0;
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .pickup_box p {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .pickup_box p {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .pickup_box p {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .pickup_box p {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}

/* -------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .contents_title,
  .hall_info_text {
    text-align: center;
  }
}

/*
/* HALL - PLAN
/* -------------------------------------------------------------- */
#top-hall_Plan {
  background: #F9FAFC;
}
#top-hall_Plan.content_basic {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #top-hall_Plan.content_basic {
    padding-bottom: 9%;
  }
}
#top-hall_Plan .pickup_box p {
  margin-bottom: 1.8rem;
  padding: 0;
  text-indent: 0;
  line-height: 220%;
}
#top-hall_Plan .pickup_box p:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------------------- 
#silver_Plan {

	.plan_photo {
		transform: translateY(-25%);
		@include sp {
			transform: translateY(0);
		}
	}

}
*/
/* ===================================================================
会場詳細
=====================================================================*/
/* -------------------------------------------------------------- */
dl.hall_spac_Bloc {
  width: 90%;
  max-width: 800px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  dl.hall_spac_Bloc {
    margin-top: 6%;
    display: block;
    padding: 3% 0;
  }
}
dl.hall_spac_Bloc dt, dl.hall_spac_Bloc dd {
  height: auto;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  dl.hall_spac_Bloc dt, dl.hall_spac_Bloc dd {
    padding: 0;
  }
}
dl.hall_spac_Bloc dt {
  border-right: 1px solid #333;
  width: 50%;
}
@media screen and (max-width: 768px) {
  dl.hall_spac_Bloc dt {
    width: 100%;
    position: relative;
    margin: 0 auto 3rem;
    z-index: 1;
    border: 0;
  }
  dl.hall_spac_Bloc dt:after {
    content: "";
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    width: 1.5rem;
    height: 1px;
    background: #333;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
dl.hall_spac_Bloc dd {
  width: 50%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  dl.hall_spac_Bloc dd {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  dl.hall_spac_Bloc dd {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  dl.hall_spac_Bloc dd {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  dl.hall_spac_Bloc dd {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  dl.hall_spac_Bloc dd {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
dl.hall_spac_Bloc dd p {
  line-height: 160%;
  padding: 0 1rem;
}

/* -------------------------------------------------------------- */
.spec_title {
  line-height: 140%;
  padding: 0 1rem;
  font-family: "NotoSerif", serif !important;
  font-weight: 500;
  font-size: 1.388em;
}
@media screen and (max-width: 768px) {
  .spec_title {
    font-size: 1.3em;
  }
}

/* -------------------------------------------------------------- */
dl#hallDetail.hall_list_basic {
  width: 100%;
}
@media screen and (max-width: 768px) {
  dl#hallDetail.hall_list_basic {
    display: block;
    width: 100%;
  }
}
dl#hallDetail.hall_list_basic dt {
  width: 40%;
  padding: 0 0% 0 0%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  dl#hallDetail.hall_list_basic dt {
    margin: 0 auto 6%;
    padding: 0;
    width: 98%;
  }
}
dl#hallDetail.hall_list_basic dd {
  width: 47%;
  margin: 0 0 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  dl#hallDetail.hall_list_basic dd {
    width: 90%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  dl#hallDetail.hall_list_basic .section_title.left {
    text-align: center !important;
  }
  dl#hallDetail.hall_list_basic .section_title.left:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* -------------------------------------------------------------- */
#hall_photo_listBloc {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#hall_photo_listBloc .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}
#hall_photo_listBloc .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #ADADAD;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#hall_photo_listBloc .swiper-pagination-bullet-active {
  background: #78C153;
}

/* -------------------------------------------------------------- */
ul#hall_picList {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  ul#hall_picList {
    padding-bottom: 4%;
  }
}
ul#hall_picList li {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  ul#hall_picList li {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 768px) {
  ul#hall_picList li {
    padding: 0;
    height: auto;
  }
}
ul#hall_picList li img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  ul#hall_picList li img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  ul#hall_picList li img {
    position: static;
  }
}

/* -------------------------------------------------------------- */
#detail_captionBox {
  text-align: center;
  width: 90%;
  font-size: 16px;
  max-width: 1000px;
  margin: 60px auto 0;
  line-height: 160%;
}
@media screen and (min-width: 769px) {
  #detail_captionBox {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  #detail_captionBox {
    font-size: clamp(13px, 1.167vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  #detail_captionBox {
    font-size: clamp(13px, 1.822vw, 14px);
  }
}
@media screen and (max-width: 480px) {
  #detail_captionBox {
    font-size: clamp(12px, 2.708vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  #detail_captionBox {
    margin-top: 6%;
  }
}
#detail_captionBox p {
  font-family: "NotoSerif", serif !important;
}

/*
ACCESS
/* -------------------------------------------------------------- */
#hall-Access.section_basic {
  padding-top: 0;
}

section#Access.section_basic {
  padding-top: 0;
}

#mapBloc {
  width: 100%;
  height: auto;
  margin: 0 auto 90px;
  position: relative;
  z-index: 1;
  padding-bottom: 30%;
  min-height: 480px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mapBloc {
    margin-bottom: 9%;
    padding-bottom: 70%;
  }
}
#mapBloc iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

/* -------------------------------------------------------------- */
dl#hallAccess.hall_list_basic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dl#hallAccess.hall_list_basic dt {
  width: 45%;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  dl#hallAccess.hall_list_basic dt {
    display: block;
    width: 100%;
    margin: 0 auto 6%;
    text-align: center;
  }
}
dl#hallAccess.hall_list_basic dd {
  width: 50%;
}
@media screen and (max-width: 768px) {
  dl#hallAccess.hall_list_basic dd {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
dl#hallAccess.hall_list_basic .one_period {
  width: 100%;
}
dl#hallAccess #hallName {
  line-height: 140%;
  font-weight: 400;
  font-size: 35px;
  font-family: "NotoSerif", serif !important;
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
  dl#hallAccess #hallName {
    font-size: clamp(28px, 1.823vw, 35px);
  }
}
@media screen and (max-width: 1024px) {
  dl#hallAccess #hallName {
    font-size: clamp(24px, 2.734vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  dl#hallAccess #hallName {
    font-size: clamp(24px, 3.645vw, 28px);
  }
}
@media screen and (max-width: 480px) {
  dl#hallAccess #hallName {
    font-size: clamp(20px, 5vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  dl#hallAccess #hallName {
    margin-bottom: 4.5%;
  }
}
dl#hallAccess #hallName p {
  line-height: 140%;
  font-family: "hiragino", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif;
  font-size: 18px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  dl#hallAccess #hallName p {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  dl#hallAccess #hallName p {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  dl#hallAccess #hallName p {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  dl#hallAccess #hallName p {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
dl#hallAccess #hallName span {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  dl#hallAccess #hallName span {
    font-size: clamp(20px, 1.0422vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  dl#hallAccess #hallName span {
    font-size: clamp(18px, 1.757vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  dl#hallAccess #hallName span {
    font-size: clamp(18px, 2.343vw, 20px);
  }
}
@media screen and (max-width: 480px) {
  dl#hallAccess #hallName span {
    font-size: clamp(15px, 3.33vw, 16px);
  }
}
@media screen and (max-width: 1200px) {
  dl#hallAccess #hallName span {
    display: block;
  }
}

/* -------------------------------------------------------------- */
#hall_venuePhoto {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  aspect-ratio: 8/5;
}
@media screen and (max-width: 768px) {
  #hall_venuePhoto {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }
}
#hall_venuePhoto img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* ===================================================================
プラン
=====================================================================*/
section#Plan .section_title {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  section#Plan .section_title {
    margin-bottom: 20%;
  }
}

/* ===================================================================
その他の会場
=====================================================================*/
#other_hall_linkBox {
  width: 90%;
  max-width: 660px;
  margin: 0px auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  #other_hall_linkBox {
    margin-top: 6%;
  }
}

/* -------------------------------------------------------------- */
ul#other_hallLink {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
ul#other_hallLink li {
  width: 46%;
  height: auto;
  margin-right: 8%;
}
ul#other_hallLink li:nth-of-type(even) {
  margin-right: 0;
}
ul#other_hallLink li .btn_basic {
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  ul#other_hallLink li .btn_basic {
    font-size: min(3.125vw, 16px);
  }
}

.hall_link_thumb {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hall_link_thumb {
    margin-bottom: 3%;
  }
}
.hall_link_thumb a, .hall_link_thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.hall_link_thumb a:hover {
  opacity: 0.75;
}
.hall_link_thumb img {
  aspect-ratio: 3/2;
}

.link_hall_name {
  text-align: center;
  line-height: 140%;
  font-weight: 400;
  min-height: 6rem;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .link_hall_name {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .link_hall_name {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .link_hall_name {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .link_hall_name {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .link_hall_name {
    margin-bottom: 4%;
  }
}

#Traffic_Stay .introbox {
  margin-bottom: 80px;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #Traffic_Stay .introbox {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  #Traffic_Stay .introbox {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #Traffic_Stay .introbox {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #Traffic_Stay .introbox {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  #Traffic_Stay .introbox {
    margin-bottom: 9%;
  }
}
#Traffic_Stay .introbox p {
  margin-bottom: 0.5rem;
}
#Traffic_Stay .introbox p:last-of-type {
  margin-bottom: 0;
}