@charset "UTF-8";

.hall {
  background: none;
  padding: 0 0 0;
  color: #473933;
}

@media screen and (max-width: 640px) {
  .hall {
    padding: 60px 0 0;
  }
}

.hall .mv-wrap {
  background: #f3efec;
  padding: 5px 0 40px;
}

@media screen and (max-width: 640px) {
  .hall .mv-wrap {
    padding: 20px 0 40px;
  }
}

.hall .pc-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .hall .pc-only {
    display: none;
  }
}

.hall .sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .hall .sp-only {
    display: block;
  }
}

.hall .sec_intro {
  max-width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .hall .sec_intro {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
}

.hall-name {
  font-family: "hannari";
  font-size: 39px;
  color: #473933;
  font-weight: 500;
  margin-bottom: 5px;
}

.hall-name span {
  font-size: 30px;
}

@media screen and (max-width: 640px) {
  .hall-name {
    flex-direction: column;
    font-size: 28px;
    border-bottom: none;
    background: transparent url(/img/house/bg_line.png) no-repeat left bottom;
    background-size: 120%;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }

  .hall-name span {
    font-size: 20px;
  }
}

.hall-plan-title {
  margin-bottom: 10px;
}

.hall-plan-title span {
  line-height: 1.66;
}

.hall-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent url(/img/house/bg_line.png) repeat-x left bottom;
  background-size: 70%;
  padding: 0 0 18px;
  border: none;
  margin: 0 0 18px;
  gap: 10px;
}

@media screen and (max-width: 640px) {
  .hall-info {
    background: none;
    flex-direction: column;
    align-items: baseline;
    border: none;
    margin-bottom: 0;
    padding: 0 0 25px;
    gap: 0;
  }

  .hall-info__icon {
    display: none;
  }
}

.hall-info__address {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-radius: 8px;
  margin: 0 10px 0 0;
  font-weight: 600;
  max-width: 230px;
  line-height: 1;
}

.hall-info__address--min {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .hall-info__address {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
      "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic",
      YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    background: transparent url(/img/house/icon_address.svg) no-repeat 3px
      center;
    background-size: 14px;
    padding: 5px 0 5px 24px;
    max-width: 100%;
  }
}

.hall-info__tel {
  background: transparent url(/img/house/icon_tel.svg) no-repeat left center;
  background-size: 30px;
  padding: 0 0 0 36px;
  color: #03888e;
  font-size: 38px;
  font-weight: 400;
  margin: 0 0 0 0;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .hall-info__tel {
    font-size: 24px;
    background-size: 18px;
    padding: 0 0 0 22px;
    line-height: 1;
  }
}

.hall-info__tel a {
  color: #03888e;
}

.hall-info__icon {
  font-size: 12px;
  border: 1px solid #473933;
  background: transparent;
  text-align: left;
  padding: 2px 6px;
  border-radius: 4px;
}

.hall-info__traffic {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .hall-info__traffic {
    display: none;
  }
}

.hall-info__traffic--sp {
  display: none;
}

.hall-infosp {
  display: none;
}

@media screen and (max-width: 640px) {
  .hall-info__traffic--sp {
    display: block;
    font-size: 16px;
    font-weight: 500;
    background: transparent url(/img/house/icon_access.svg) no-repeat 2px center;
    background-size: 16px;
    padding: 15px 0 15px 24px;
  }

  .hall-infosp {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}

.hall-infosp__item {
  width: 50%;
}

.hall-infosp__item a {
  background: none;
  padding: 0;
  text-indent: 0;
}

.hall-infosp__item a img {
  width: 100%;
}

.hall-wrap {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: end;
}

@media screen and (max-width: 640px) {
  .hall-wrap {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }
}

.hall-wrap__left {
  width: 100%;
  max-width: 640px;
}

@media screen and (max-width: 640px) {
  .hall-wrap__left {
    margin-bottom: 50px;
  }
}

.hall-wrap__right {
  width: 100%;
  max-width: calc(100% - 640px);
  background: none;
  padding: 0;
  border: none;
}

@media screen and (max-width: 640px) {
  .hall-wrap__right {
    max-width: 100%;
    display: none;
  }

  .hall-info-btn-sp {
    width: 90%;
    margin: 0 auto;
  }
}

.hall-wrap__right--bg {
  background: #fff;
  border: 1px solid #bebebe;
  padding: 15px 15px 12px;
  box-sizing: border-box;
  border-radius: 4px;
}

.hall-info-lead {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #473933;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .hall-info-lead {
    font-weight: 500;
  }
}

.hall-info-lead--arrow {
  position: relative;
}

.hall-info-lead--arrow::before {
  content: "|";
  transform: rotate(25deg);
  display: block;
  position: absolute;
  right: -8px;
  top: -6px;
}

.hall-info-lead--arrow::after {
  content: "|";
  transform: rotate(-25deg);
  display: block;
  position: absolute;
  left: -14px;
  top: -6px;
}

.hall-info-lead--marker {
  background: linear-gradient(transparent 60%, #f4bb1f 60%);
  font-weight: 600;
}

.hall-info-lead--big {
  font-size: 24px;
}

.hall-info-btn a {
  display: block;
  background: none;
  padding: 0;
  border: none;
  position: relative;
}

.hall-info-btn a::before {
  display: none;
}

.hall-info-btn a::after {
  display: none;
}

.hall-info-btn img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .hall-info-btn a {
    font-size: 22px;

    background-size: 38px;
  }

  .hall-info-btn__title--icon {
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border-radius: 8px;
    padding: 4px 6px;
    margin: 0 0 0 6px;
  }

  .hall-wrap__spbtn01 .hall-info-btn a {
    padding: 0;
    background: none;
    border: none;
  }
}

.hall-wrap__spbtn01 {
  display: none;
}

.hall-wrap__spbtn02 {
  display: none;
}

@media screen and (max-width: 640px) {
  .hall-info-btn a::after {
    display: none;
  }
}

.hall-wrap__spbtn01 {
  margin-bottom: 20px;
  display: none;
}

.hall-wrap__spbtn02 {
  display: none;
}

.hall-info-btn__title {
  font-size: 26px;
  font-weight: bold;
  display: block;
  text-indent: 30px;
}

@media screen and (max-width: 640px) {
  .hall-info-btn__title {
    font-size: 22px;
    text-indent: 0;
    padding: 0 0 0 20px;
  }

  .hall-wrap__spbtn01 {
    margin-bottom: 10px;
    display: block;
    margin-top: -20px;
  }

  .hall-wrap__spbtn02 {
    display: block;
  }
}

.hall-info-btn__text {
  font-size: 14px;
  display: block;
  text-indent: 30px;
}

._single .sec_photo {
  padding: 0 0 0;
}

@media screen and (max-width: 640px) {
  ._single .sec_photo [data-slidearea01].type01 {
    margin: 0 0 0.2rem;
  }
}

._single .sec_photo [data-slidearea01].type01 .slidearea01_pager {
  background: transparent;
}

.sec_photo .txtBox {
  display: none;
}

._single .sec_photo [data-slidearea01].type01 .slidearea01_wrap {
  overflow: visible;
}

._single [data-slidearea01].type01 .slidearea01_btns button.next {
  background: transparent url("/img/house/btn_next.svg") no-repeat center center;
  background-size: cover;
  width: 64px;
  height: 64px;
  top: -70px;
  right: 29px;
}

@media screen and (max-width: 1400px) {
  ._single [data-slidearea01].type01 .slidearea01_btns button.next {
    right: 1.5vw;
  }
}

@media screen and (max-width: 640px) {
  ._single [data-slidearea01].type01 .slidearea01_btns button.next {
    right: 5px;
    width: 28px;
    height: 28px;
    top: -40px;
  }
}

._single [data-slidearea01].type01 .slidearea01_btns button:before {
  display: none;
}

._single [data-slidearea01].type01 .slidearea01_btns button.prev {
  background: transparent url("/img/house/btn_prev.svg") no-repeat center center;
  background-size: cover;
  width: 64px;
  height: 64px;
  top: -70px;
  left: 30px;
}

@media screen and (max-width: 1400px) {
  ._single [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: 1.7vw;
  }
}

@media screen and (max-width: 640px) {
  ._single [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: 5px;
    width: 28px;
    top: -40px;
    height: 28px;
  }
}

._single [data-slidearea01].type01 .slidearea01_btns button:before {
  display: none;
}

._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in {
  margin: 0 auto;
}

._single .sec_photo [data-slidearea01].type01 .slidearea01_pager {
  position: relative;
  right: auto;
  bottom: auto;
}

@media screen and (max-width: 640px) {
  .mv-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

._single
  .sec_photo
  [data-slidearea01].type01
  .slidearea01_link
  > .in
  figure
  img {
  border-radius: 6px;
  object-fit: cover;
}

.hall-table,
.hall-plan-sp {
  margin-top: 30px !important;
}

._single [data-slidearea01].type01 .slidearea01_pager button {
  width: 0.3rem !important;
  height: 0.2rem !important;
  top: -20px;
}

._single .sec_photo [data-slidearea01].type01 .slidearea01_pager button::after,
._single
  .sec_photo
  [data-slidearea01].type01
  .slidearea01_pager
  button::before {
  width: 0.13rem !important;
  height: 0.13rem !important;
}

@media screen and (max-width: 640px) {
  ._single [data-slidearea01].type01 .slidearea01_pager button {
    width: 0.1rem !important;
    height: 0.1rem !important;
    margin: 0 7px;
    top: 0;
  }

  ._single
    .sec_photo
    [data-slidearea01].type01
    .slidearea01_pager
    button::after,
  ._single
    .sec_photo
    [data-slidearea01].type01
    .slidearea01_pager
    button::before {
    width: 0.1rem !important;
    height: 0.1rem !important;
  }

  ._single [data-slidearea01].type01 .slidearea01_pager button:after,
  ._single [data-slidearea01].type01 .slidearea01_pager button:before {
    width: 10px !important;
    height: 10px !important;
  }

  ._single [data-slidearea01].type01 .slidearea01_link {
    padding: 0 20px;
  }
}
/* 追加*/
._house .sec_back {
  padding-top: 0.8rem;
}

._house .sec_back .in {
  padding-top: 1.2rem;
}

@media (max-width: 640px) {
  ._house .sec_back .in {
    padding-top: 0.8rem;
  }
}
.sec_feature__items button.arrow-common {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.32rem;
  height: 0.32rem;
  padding-top: 6%;
  cursor: pointer;
  z-index: 5;
}
.sec_feature__items button.arrow-prev {
  background-image: url("../img/btn-prev.svg");
  left: -0.1rem;
}
.sec_feature__items button.arrow-next {
  background-image: url(../img/btn-next.svg);
  right: -0.1rem;
}
