<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "UTF-8";
/* Scss Document CSSファイルを直接編集せず、Scssファイルを編集してください。*/
/* コンテンツページスタイル */
#content-main {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  #content-main {
    padding: 3rem 0 92px;
  }
}
#content-main section {
  margin-top: -50px;
  padding-top: 50px;
  margin-bottom: 85px;
}
@media screen and (min-width: 768px) {
  #content-main section {
    margin-top: -75px;
    padding-top: 75px;
    margin-bottom: 100px;
  }
}

.detail-page p {
  line-height: 2;
}
.detail-page dd {
  line-height: 2;
}
.detail-page li {
  line-height: 2;
}

.content-title, .content-header {
  font-weight: 700;
  padding: 2rem 0 2.5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .content-title, .content-header {
    padding: 3rem 0 3.5rem;
  }
}
.content-title::before, .content-header::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  width: 40px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #291209;
}
@media screen and (min-width: 992px) {
  .content-title::before, .content-header::before {
    bottom: 3rem;
  }
}

.content-header {
  background: #fbf8f4;
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .content-header {
    font-size: 1.9rem;
  }
}

.content-title {
  font-size: 1.4rem;
}

h3.content-title-sub {
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  position: relative;
  text-align: center;
}
h3.content-title-sub::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  transform: translateX(-50%);
  border-bottom: 3px dotted #000;
}

.list-1r li {
  text-indent: -1rem;
  padding-left: 1rem;
}

.note {
  font-size: 0.9rem;
}

.second {
  font-size: 0.9em;
}

.notes {
  background-color: #f9f3e9;
  padding: 1rem;
}

.red {
  color: #e70617;
}

.maru-suji {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  font-size: 0.9em;
  margin-right: 0.25em;
  background-color: #e70617;
  color: #fff;
}

.btn-hall {
  background-color: #fff;
  border: 1px solid #291209;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: #291209;
  padding: 0.5rem;
  transition: 0.3s;
}
.btn-hall:hover {
  background-color: #291209;
  color: #fff;
  text-decoration: none;
}

/* ページ内リンク */
ul.page-nav {
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  ul.page-nav {
    justify-content: center;
  }
}
ul.page-nav li {
  padding: 0.5rem;
  outline: 1px solid rgba(255, 255, 255, 0);
  transition: 0.3s;
}
ul.page-nav li::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
ul.page-nav li:hover {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  outline: 1px solid #291209;
  transition: 0.3s;
}
ul.page-nav li a {
  color: #333;
  font-weight: normal;
  padding: 0.5rem 0;
}
ul.page-nav li a:hover {
  text-decoration: none;
  color: #000;
}
ul.page-nav-sp {
  flex-wrap: nowrap;
}
ul.page-nav-sp li {
  border: 1px solid #291209;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  width: 30%;
  line-height: 1.2;
}
ul.page-nav-sp li::after {
  content: "➝";
  border: none;
  vertical-align: middle;
}

.right-menu a {
  color: #333;
}
.right-menu p {
  background-color: #ececec;
  font-weight: bold;
  padding: 0.5rem;
}
.right-menu li {
  margin-bottom: 0.5rem;
}

/* テーブルのスタイル */
.hall-table {
  font-size: 0.9rem;
}
.hall-table th {
  background-color: #f4e400;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
}
.hall-table td {
  border-top: 1px solid #ebcb00;
}
.hall-table td:last-child {
  border-bottom: 1px solid #ebcb00;
}
.hall-table-landscape th {
  border-bottom-width: 1px;
}

/* 予約状況表・スケジュール表 */
.hall-cal {
  text-align: center;
}
.hall-cal .saturday {
  color: #1062ce;
  background-color: #e6eeff;
}
.hall-cal .holiday {
  color: #db1623;
  background-color: #ffefe8;
}
.hall-cal .closed {
  color: #787199;
  background-color: #dad3ff;
}
.hall-cal tr.cal-head {
  border-bottom: 2px solid #707070;
}
.hall-cal th {
  width: 25%;
}
.hall-cal td {
  vertical-align: middle;
}
.hall-cal .am {
  background-color: #58c05f;
  color: #fff;
}
.hall-cal .pm {
  background-color: #2bb7d7;
  color: #fff;
}
.hall-cal .night {
  background-color: #cf54de;
  color: #fff;
}
.hall-cal-schedule .batsu {
  color: #707070;
}
.hall-cal-schedule .eventday {
  background-color: #f4e400;
  outline: 1px solid #707070;
  outline-offset: -2px;
}
.hall-cal-schedule .eventday a {
  color: #000;
  display: block;
}

.hall-cal-allow {
  font-size: 1.2rem;
}
.hall-cal-allow img {
  margin-bottom: 8px;
}

.maru {
  color: #f12679;
}

.batsu {
  background: #ececec;
}

.border-t {
  border-bottom: 1px solid #707070;
}

.border-b {
  border-bottom: 1px solid #707070;
}

.table-caption {
  font-size: 1.2rem;
}

/* 施設概要・利用料金テーブル */
.equipment-movie-fee, .equipment-fee, .hall-fee {
  border: 1px solid #dee2e6;
  font-size: 0.825rem;
}
@media screen and (min-width: 992px) {
  .equipment-movie-fee, .equipment-fee, .hall-fee {
    font-size: 1rem;
  }
}
.equipment-movie-fee th, .equipment-fee th, .hall-fee th, .equipment-movie-fee td, .equipment-fee td, .hall-fee td {
  padding: 0.75rem 0.25rem;
}
@media screen and (min-width: 992px) {
  .equipment-movie-fee th, .equipment-fee th, .hall-fee th, .equipment-movie-fee td, .equipment-fee td, .hall-fee td {
    padding: 0.75rem 0.5rem;
  }
}
.equipment-movie-fee td, .equipment-fee td, .hall-fee td {
  border-right: 1px solid #dee2e6;
}
.equipment-movie-fee td:last-child, .equipment-fee td:last-child, .hall-fee td:last-child {
  border-right: none;
}

.hall-fee th:nth-child(1) {
  width: 13%;
}
.hall-fee th:nth-child(2) {
  width: 32%;
}
.hall-fee th:nth-child(3) {
  width: 32%;
}
.hall-fee th:nth-child(4) {
  width: 23%;
}

.equipment-fee th:nth-child(1) {
  width: 30%;
}
.equipment-fee th:nth-child(2) {
  width: 12%;
}
.equipment-fee th:nth-child(3) {
  width: 25%;
}
.equipment-fee th:nth-child(4) {
  width: 33%;
}
@media screen and (min-width: 992px) {
  .equipment-fee th:nth-child(1) {
    width: 30%;
  }
  .equipment-fee th:nth-child(2) {
    width: 8%;
  }
  .equipment-fee th:nth-child(3) {
    width: 22%;
  }
  .equipment-fee th:nth-child(4) {
    width: 40%;
  }
}

.equipment-movie-fee th:nth-child(1) {
  width: 30%;
}
.equipment-movie-fee th:nth-child(2) {
  width: 12%;
}
.equipment-movie-fee th:nth-child(3) {
  width: 25%;
}
.equipment-movie-fee th:nth-child(4) {
  width: 33%;
}
@media screen and (min-width: 992px) {
  .equipment-movie-fee th:nth-child(1) {
    width: 36%;
  }
  .equipment-movie-fee th:nth-child(2) {
    width: 8%;
  }
  .equipment-movie-fee th:nth-child(3) {
    width: 16%;
  }
  .equipment-movie-fee th:nth-child(4) {
    width: 40%;
  }
}

/* 公演個別ページ */
.event-imgbox {
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event-imgbox {
    margin-bottom: 1rem;
  }
}
.event-imgbox::after {
  background-color: #f4e400;
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.event-imgbox a {
  display: block;
}
.event-imgbox a img:hover {
  opacity: 1;
}
.event-imgbox a:hover img {
  opacity: 1;
}
.event-imgbox a:hover .zoom {
  background-color: #f4e400;
}

.zoom {
  border: 1px solid #291209;
  background-color: #fff;
  color: #291209;
  display: inline-block;
  font-size: 0.9rem;
  margin-top: 1rem;
  padding: 2px 8px;
  transition: 0.3s;
}
.zoom img {
  width: 20px;
  height: 20px;
}

.event-name {
  border-bottom: 3px solid #707070;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

.event-text {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .event-text {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
  }
}
.event-text p {
  line-height: 1.5;
}
.event-text .date {
  margin-bottom: 0.25rem;
}
.event-text .date span {
  font-size: 3rem;
}
.event-text .time p {
  margin-bottom: 0.25rem;
}
.event-text .time .start {
  font-size: 1.9rem;
}
.event-text .time .open {
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .event-text .time {
    margin-left: 1rem;
  }
}

.event-info {
  border-bottom: 1px solid #707070;
  font-size: 1.1rem;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .event-info {
    font-size: 1.2rem;
  }
}
.event-info th {
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: normal;
  min-width: 4rem;
}
.event-info td {
  border-color: #707070;
}

.notice {
  color: #db1a1a;
}

/* 座席表 */
.seat-map > div {
  position: absolute;
}
.seat-map .a18 {
  top: 28%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .seat-map .a18 {
    top: 30%;
  }
}
.seat-map .k2 {
  top: 54%;
  left: 22%;
}
.seat-map .k18 {
  top: 59%;
  left: 50%;
}
.seat-map .k32 {
  top: 55%;
  left: 75%;
}
.seat-map .left1 {
  top: 15%;
  left: 30%;
}
.seat-map .left57 {
  top: 50%;
  left: 14%;
}
.seat-map .right3 {
  top: 15%;
  left: 67%;
}
.seat-map .right56 {
  top: 50%;
  left: 81%;
}
.seat-map .a25 {
  top: 61%;
  left: 47%;
}
@media screen and (min-width: 768px) {
  .seat-map .a25 {
    top: 57%;
    left: 50%;
  }
}
.seat-map .l5 {
  top: 77%;
  left: 17%;
}
.seat-map .l44 {
  top: 77%;
  left: 80%;
}

/* よくあるご質問 */
.faq dt {
  padding-bottom: 0.5rem;
}
.faq dd {
  font-size: 0.9rem;
  border-bottom: 1px solid #949494;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  text-indent: -1.2rem;
}
.faq dd:last-child {
  border: none;
}
.faq-q::before {
  content: "Q.";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 0.9em;
  margin-right: 0.25em;
  background-color: #f4e400;
}
.faq-a::before {
  content: "A.";
  font-size: 1rem;
  padding-right: 0.25rem;
}

/* ホール利用・ご予約ページ */
.btn-download {
  background-color: #f4e400;
  border: 1px solid #f4e400;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: #000;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  width: 100%;
  max-width: 330px;
}
.btn-download:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.accordion_menu[data-toggle=collapse] {
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

.accordion_menu[data-toggle=collapse]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.accordion_menu[aria-expanded=false]::after {
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

.accordion_menu[aria-expanded=true]::after {
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}

[id^=menu] li {
  padding: 10px 10px 10px 20px;
}

/* lightbox カラム幅 */
.gallery {
  margin-bottom: 2rem;
}
.gallery.row {
  margin-right: -1%;
  margin-left: -1%;
}
@media screen and (min-width: 768px) {
  .gallery.row {
    margin-right: -4px;
    margin-left: -4px;
  }
}
.gallery .gallery-innner {
  padding-right: 1%;
  padding-left: 1%;
}
@media screen and (min-width: 768px) {
  .gallery .gallery-innner {
    padding-right: 4px;
    padding-left: 4px;
  }
}

.cap-box {
  position: relative;
}
@media screen and (min-width: 992px) {
  .cap-box {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .cap-box-inner {
    display: inline-block;
    background: #fff;
    padding: 8px 10px;
    position: absolute;
    bottom: -20px;
    left: 4px;
    font-size: 1.2rem;
  }
}

/* lightbox fix */
.ekko-lightbox .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 1034px !important;
  max-width: 100% !important;
}

/* ニュースページスタイル */
.news {
  margin-bottom: 85px;
}
@media screen and (min-width: 768px) {
  .news {
    margin-bottom: 100px;
  }
}
.news-header {
  text-align: center;
}
.news-date {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.news-title {
  font-size: 1.5rem;
  font-weight: 700;
}
.news-honbun {
  border-top: 1px solid #888;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .news-honbun {
    width: 50%;
    margin: 2rem auto;
  }
}

/* ニュース一覧 */
.news-list li {
  border-bottom: 1px solid #909090;
  padding: 1rem 0;
  text-align: center;
}
.news-list li span {
  color: #707070;
  display: block;
}
.news-list li:last-child {
  border-bottom: none;
}
.news-list li a {
  display: block;
}

/* bootstrap */
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: opacity 0.15s linear !important;
  }
}/*# sourceMappingURL=contents.css.map */