@charset "UTF-8";
.sub_mv_hall {
  height: 700px;
  position: relative;
  margin-bottom: 20px;
}

.sub_mv_hall_img {
  width: 100%;
  height: 100%;
}

.sub_mv_hall_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub_mv_hall_text {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  right: 16%;
  width: 300px;
  height: 300px;
}

.sub_mv_hall_text_circle {
  width: 100%;
  height: 100%;
  padding: 11px;
  border-radius: 50%;
  background-color: #F0F0EB;
}

.sub_mv_hall_text_circle_content {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #665195;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub_mv_hall_text_circle_content_box {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}

.sub_mv_hall_text_circle_content_box .yellow_line_2 {
  font-size: 2.8rem;
  font-weight: 400;
  color: #665195;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  --underline-offset-y: -6px;
}

.sub_mv_hall_text_circle_belt {
  font-size: 2.4rem;
  font-weight: 400;
  background-color: #665195;
  color: #ffffff;
  padding-top: 11px;
  padding-bottom: 11px;
  max-width: 276px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}

.sub_hall {
  margin-bottom: 140px;
}

.sub_hall_top {
  margin-bottom: 55px;
}

.sub_hall_top_text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 45px;
  margin-top: 35px;
  text-align: center;
}

.sub_hall_top_banner {
  min-height: 150px;
  background-image: url(../img/hall/img1.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 2px solid #CB8787;
  display: flex;
  align-items: center;
  padding-left: 65px;
  color: #562A0F;
}

.sub_hall_top_banner_box {
  width: 475px;
}

.sub_hall_top_banner_title {
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  min-height: 34px;
  max-width: 461px;
}

.sub_hall_top_banner_title span {
  font-size: 3.2rem;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  min-height: 34px;
}

.sub_hall_top_banner_title span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 27px;
  height: 34px;
  background-image: url(../img/hall/hibiki.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.sub_hall_top_banner_title::before {
  background-color: #69422A;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  right: 5px;
  margin-left: -50%;
}

.sub_hall_top_banner_title::after {
  background-color: #69422A;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  left: 5px;
  margin-right: -50%;
}

.sub_hall_top_banner_desc {
  font-size: 1.9rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.sub_hall_access {
  margin-bottom: 70px;
  padding-top: 55px;
  padding-bottom: 85px;
  background-image: url(../img/hall/bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: repeat;
}

.sub_hall_access .sub_hall_title {
  margin-bottom: 50px;
}

.sub_hall_access_main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.sub_hall_access_main_map {
  width: 40%;
}

.sub_hall_access_main_map_img {
  margin-bottom: 20px;
}

.sub_hall_access_main_map_img img {
  width: 100%;
  height: 100%;
}

.sub_hall_access_main_map_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 228px;
  margin: 0 auto;
  border-radius: 100px;
  border: 1px solid #222222;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}

.sub_hall_access_main_map_link_arrow {
  position: relative;
  width: 7px;
  height: 13px;
  margin-right: 10px;
}

.sub_hall_access_main_map_link_arrow::before {
  position: absolute;
  content: "";
  background-image: url(../img/hall/arrow.svg);
  background-size: cover;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_hall_access_main_about {
  width: calc(60% - 24px);
  margin-left: 24px;
}

.sub_hall_access_main_about_table {
  width: 100%;
  height: 100%;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  background-color: #FFFFFF;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.sub_hall_access_main_about_table tr {
  border-bottom: 1px solid #CCCCCC;
}

.sub_hall_access_main_about_table th {
  background-color: #F5F5F5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #CCCCCC;
  width: 18%;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 400;
}

.sub_hall_access_main_about_table td {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 82%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  word-break: break-all;
  vertical-align: middle;
}

.sub_hall_access_main_about_table_lists .item {
  margin-bottom: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  word-break: break-all;
  padding-left: 20px;
  position: relative;
}

.sub_hall_access_main_about_table_lists .item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '■';
  font-size: 1.6rem;
  font-weight: 400;
}

.sub_hall_access_main_about_table_lists .item:last-child {
  margin-bottom: 0;
}

.sub_hall_just {
  margin-bottom: 70px;
}

.sub_hall_just .sub_hall_title {
  background-color: #F5F5F5;
  min-height: 50px;
  color: #452B7F;
}

.sub_hall_just .sub_guide_title {
  margin-bottom: 25px;
}

.sub_hall_just_top {
  margin-bottom: 60px;
}

.sub_hall_just_bottom {
  margin-bottom: 30px;
}

.sub_hall_just_bottom_desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}

.sub_hall_just_price {
  display: flex;
  justify-content: flex-start;
}

.sub_hall_just_price_lists {
  width: calc(50% - 10px);
  margin-left: 20px;
  display: flex;
}

.sub_hall_just_price_lists dt {
  font-size: 1.8rem;
  font-weight: 400;
  background-color: #80769A;
  color: #FFFFFF;
  width: 24%;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub_hall_just_price_lists dd {
  font-size: 1.8rem;
  font-weight: 400;
  background-color: #F5F5F5;
  width: 76%;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.sub_hall_just_price_lists dd span {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 5px;
  padding-top: 3px;
}

.sub_hall_just_price_lists:nth-child(2n + 1) {
  margin-left: 0;
}

.sub_hall_just_lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sub_hall_just_lists_item {
  width: calc((100% / 3) - (100px / 3));
  margin-left: 50px;
}

.sub_hall_just_lists_item_img {
  margin-bottom: 22px;
}

.sub_hall_just_lists_item_img img {
  width: 100%;
  height: 100%;
}

.sub_hall_just_lists_item_title {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 16px;
}

.sub_hall_just_lists_item_desc {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}

.sub_hall_just_lists_item:nth-child(3n + 1) {
  margin-left: 0;
}

.sub_hall_just_lists_item:nth-child(n + 4) {
  margin-top: 53px;
}

.sub_hall_placement {
  margin-bottom: 65px;
}

.sub_hall_placement_main {
  display: flex;
  justify-content: flex-start;
}

.sub_hall_placement_main_img {
  width: 40%;
}

.sub_hall_placement_main_img img {
  width: 100%;
  height: 100%;
}

.sub_hall_placement_main_desc {
  width: calc(60% - 20px);
  margin-left: 20px;
}

.sub_hall_placement_main_desc_text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.25;
  font-family: "Noto Sans JP", sans-serif;
}

.sub_hall_public_desc {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

.sub_hall_public_lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sub_hall_public_lists_item {
  width: calc((100% / 3) - (100px / 3));
  margin-left: 50px;
}

.sub_hall_public_lists_item_img {
  margin-bottom: 20px;
}

.sub_hall_public_lists_item_img img {
  width: 100%;
  height: 100%;
}

.sub_hall_public_lists_item_title {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.sub_hall_public_lists_item_desc {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  margin-bottom: 25px;
}

.sub_hall_public_lists_item:nth-child(3n + 1) {
  margin-left: 0;
}

.sub_hall_title {
  font-size: 2.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  background-color: #80769A;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .sub_mv_hall {
    height: 250px;
    margin-bottom: 10px;
  }
  .sub_mv_hall_text {
    position: absolute;
    top: 50%;
    right: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
  }
  .sub_mv_hall_text_circle {
    padding: 5px;
  }
  .sub_mv_hall_text_circle_content {
    border: 1px solid #665195;
  }
  .sub_mv_hall_text_circle_content_box {
    font-size: 1.2rem;
  }
  .sub_mv_hall_text_circle_content_box .yellow_line_2 {
    font-size: 1.4rem;
    margin-top: 5px;
    margin-bottom: 5px;
    --underline-offset-y: -3px;
    --underline-width: 5;
  }
  .sub_mv_hall_text_circle_belt {
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -30px;
  }
  .sub_hall {
    margin-bottom: 50px;
  }
  .sub_hall_top {
    margin-bottom: 30px;
  }
  .sub_hall_top_text {
    font-size: 1.4rem;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: left;
  }
  .sub_hall_top_banner {
    padding-left: 0px;
    padding: 10px;
    min-height: inherit;
    background: none;
  }
  .sub_hall_top_banner_box {
    width: 100%;
  }
  .sub_hall_top_banner_title {
    margin-bottom: 10px;
    max-width: inherit;
  }
  .sub_hall_top_banner_title span {
    font-size: 2.2rem;
    padding-left: 40px;
  }
  .sub_hall_top_banner_desc {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.3;
  }
  .sub_hall_access {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sub_hall_access .sub_hall_title {
    margin-bottom: 20px;
  }
  .sub_hall_access_main {
    flex-wrap: wrap;
  }
  .sub_hall_access_main_map {
    width: 100%;
    order: 2;
  }
  .sub_hall_access_main_about {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .sub_hall_access_main_about_table th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
  .sub_hall_access_main_about_table td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .sub_hall_access_main_about_table_lists .item {
    margin-bottom: 15px;
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .sub_hall_access_main_about_table_lists .item::before {
    font-size: 1.2rem;
  }
  .sub_hall_just {
    margin-bottom: 30px;
  }
  .sub_hall_just .sub_hall_title {
    min-height: 40px;
  }
  .sub_hall_just .sub_guide_title {
    margin-bottom: 25px;
    min-height: 40px;
    font-size: 1.8rem;
  }
  .sub_hall_just_top {
    margin-bottom: 50px;
  }
  .sub_hall_just_bottom {
    margin-bottom: 30px;
  }
  .sub_hall_just_bottom_desc {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .sub_hall_just_price {
    flex-wrap: wrap;
  }
  .sub_hall_just_price_lists {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .sub_hall_just_price_lists dt {
    font-size: 1.4rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .sub_hall_just_price_lists dd {
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sub_hall_just_price_lists dd span {
    font-size: 1rem;
  }
  .sub_hall_just_price_lists:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sub_hall_just_price_lists:last-child {
    margin-bottom: 0;
  }
  .sub_hall_just_lists_item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .sub_hall_just_lists_item_img {
    margin-bottom: 10px;
  }
  .sub_hall_just_lists_item_title {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .sub_hall_just_lists_item_desc {
    font-size: 1.2rem;
  }
  .sub_hall_just_lists_item:nth-child(n + 4) {
    margin-top: 0;
  }
  .sub_hall_just_lists_item:last-child {
    margin-bottom: 0;
  }
  .sub_hall_placement {
    margin-bottom: 30px;
  }
  .sub_hall_placement_main {
    flex-wrap: wrap;
  }
  .sub_hall_placement_main_img {
    margin-bottom: 10px;
    width: 100%;
  }
  .sub_hall_placement_main_desc {
    width: 100%;
    margin-left: 0;
  }
  .sub_hall_placement_main_desc_text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .sub_hall_public_desc {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 15px;
  }
  .sub_hall_public_lists_item {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .sub_hall_public_lists_item_img {
    margin-bottom: 10px;
  }
  .sub_hall_public_lists_item_title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .sub_hall_public_lists_item_desc {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .sub_hall_public_lists_item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .sub_hall_public_lists_item:last-child {
    margin-bottom: 0;
  }
  .sub_hall_title {
    min-height: 40px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
  .sub_hall_access_main_map_link {
    font-size: 1.4rem;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 200px;
  }
}
/*# sourceMappingURL=hall.css.map */

/* 小ホール */
.sub_mv.s-hall {
  height: 500px;
}

.sub_mv.s-hall .sub_mv_banner {
  background-image: url(../img/hall/s-hall/bg.jpg);
}

@media only screen and (max-width: 767px) {
  .sub_mv.s-hall {
    height: 250px;
  }
}

.bnr_hall {
  background-image: url(../img/hall/banner2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: 60px 0 65px;
  min-height: 200px;
  position: relative;
}

.bnr_hall.s-hall {
  background-image: url(../img/hall/s-hall/banner.png);
}

.bnr_hall_link {
  align-items: center;
  background-color: #f0f0eb;
  border-radius: 25px;
  color: #665195;
  display: flex;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  justify-content: center;
  left: 50%;
  padding-bottom: 16px;
  padding-top: 16px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 375px;
}

.bnr_hall_link_arrow {
  height: 13px;
  margin-right: 10px;
  position: relative;
  width: 7px;
}

.bnr_hall_link_arrow::before {
  background-image: url(../img/hall/arrow_purple.svg);
  background-position: center;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bnr_hall {
    margin-bottom: 30px;
    min-height: 100px;
  }
  .bnr_hall_link {
    border-radius: 25px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 270px;
  }
}