/*
 Theme Name:   hakata-geinou
 Template:     Lightning-master
*/
@charset "utf-8";
/*---------- Common ----------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #555;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
h1.widget-title,
h3.widget-title {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",
    YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  border-bottom: 2px solid #d5a02e;
  margin-bottom: 10px;
}
.widget .subSection-title {
  font-size: 24px;
}
.flex_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*---------- トップページ ----------*/
/*----- ヘッダー -----*/
.siteHeader .container {
  padding-top: 20px;
  padding-bottom: 14px;
}
.navbar {
  border: none;
}
.navbar.siteHeader {
  background: url("../../../img/bg_header.png") repeat-y;
  background-size: contain;
}
ul.gMenu a {
  background-color: inherit;
}
ul.gMenu li.menu-item {
  margin-left: 30px;
}
ul.gMenu > li.menu-item > a {
  padding: 35px 10px 5px;
}
ul.gMenu li.menu-item:nth-child(1) a {
  background: url("../../../img/star_off.png") no-repeat center top;
}
ul.gMenu li.menu-item:nth-child(2) a {
  background: url("../../../img/museum_off.png") no-repeat center top;
}
ul.gMenu li.menu-item:nth-child(3) a {
  background: url("../../../img/overtime_off.png") no-repeat center top;
}
ul.gMenu li.menu-item:nth-child(4) a {
  background: url("../../../img/groups_off.png") no-repeat center top;
}
ul.gMenu li.menu-item:nth-child(5) a {
  background: url("../../../img/message_off.png") no-repeat center top;
}
ul.gMenu li.menu-item.current-menu-item:nth-child(1) a {
  background: url("../../../img/star_on.png") no-repeat center top;
}
ul.gMenu li.menu-item.current-menu-item:nth-child(2) a {
  background: url("../../../img/museum_on.png") no-repeat center top;
}
ul.gMenu li.menu-item.current-menu-item:nth-child(3) a {
  background: url("../../../img/overtime_on.png") no-repeat center top;
}
ul.gMenu li.menu-item.current-menu-item:nth-child(4) a {
  background: url("../../../img/groups_on.png") no-repeat center top;
}
ul.gMenu li.menu-item.current-menu-item:nth-child(5) a {
  background: url("../../../img/message_on.png") no-repeat center top;
}
ul.gMenu li.menu-item a strong.gMenu_name {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",
    YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-weight: normal;
}
ul.gMenu li.menu-item.current-menu-item a strong.gMenu_name {
  color: #d5a02e;
}
ul.gMenu li.menu-item ul.sub-menu li.menu-item a {
  background-image: none;
  color: #fff;
}
ul.gMenu li.pll-parent-menu-item a {
  padding: 20px 0;
}
#menu-item-30 a {
  font-size: 16px;
  color: #fff;
  padding-top: 15px;
}
ul.gMenu > li > ul.sub-menu li {
  background: #04001a;
}
ul.gMenu > li > ul.sub-menu li a:hover {
  background-color: #d5a02e;
}

.gMenu_name span {
  font-size: 0px;
}

.gMenu_name span::before {
  font-size: 14px;
  content: "言語選択";
  margin-left: 10px;
}
html:lang(en) .gMenu_name span::before {
  content: "Language";
}
html:lang(zh-TW) .gMenu_name span::before {
  content: "選擇語言";
}
html:lang(ko-KR) .gMenu_name span::before {
  content: "언어 선택";
}
@media screen and (max-width: 991px) {
  ul.gMenu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .gMenu_outer.itemOpen {
    margin-top: 30px;
    height: 6em;
  }
  ul.gMenu li.menu-item {
    margin: 0 15px;
  }
  ul.gMenu li.menu-item.pll-parent-menu-item {
    display: none;
  }
  .btn-default:focus,
  .btn-default:hover {
    border-color: inherit;
    background-color: inherit;
  }
  .menuBtn {
    padding: 4px 11px;
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  nav.menu-global-menu-container {
    text-align: center;
  }
  ul.gMenu {
    display: inline-block;
  }
  .gMenu_outer.itemOpen {
    height: 15em;
  }
  .gMenu_outer ul.gMenu li.menu-item a {
    background: inherit;
    width: auto;
    height: auto;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",
      YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
  }
  ul#menu-global-menu li.menu-item a .gMenu_name {
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .content_wrap .content_box .text_box.text-center {
    text-align: left;
  }
}
/*----- メイン -----*/
.siteContent {
  background: url("../../../img/bg.png") repeat;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.home .siteContent {
  margin-top: calc(0.47 * 100vw + 100px);
}
@media screen and (max-width: 991px) {
  .home .siteContent {
    margin-top: calc(0.47 * 100vw + 74px);
  }
}
@media screen and (max-width: 780px) {
  #pg-36-0,
  #pg-36-1,
  #pg-36-2,
  #pg-36-3,
  #pl-36 .so-panel {
    margin-bottom: 60px;
  }
}
.panel-grid.panel-has-style > .panel-row-style,
.panel-grid.panel-no-style {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}
.veu_postList .postList_date {
  margin-right: 0;
}
/*----- スライダー -----*/
.slide-text-set.lang_ja {
  margin-top: 0px !important;
}
.slide-text-set.lang_ja,
.slide-text-set.lang_en,
.slide-text-set.lang_tw,
.slide-text-set.lang_cn,
.slide-text-set.lang_kr {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 540px;
}
.slide-text-set .container {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",
    YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.home .carousel.slide {
  position: fixed;
  top: 0;
  z-index: -1;
}
.slide-text-set .container .slide-text-title {
  font-size: 50px;
}
.slide-text-set .container .slide-text-caption {
  font-size: 20px;
}
@media screen and (max-width: 1980px) {
  .slide-text-set.lang_ja,
  .slide-text-set.lang_en,
  .slide-text-set.lang_tw,
  .slide-text-set.lang_cn,
  .slide-text-set.lang_kr {
    top: 440px;
  }
}
@media screen and (max-width: 1200px) {
  .slide-text-set.lang_ja,
  .slide-text-set.lang_en,
  .slide-text-set.lang_tw,
  .slide-text-set.lang_cn,
  .slide-text-set.lang_kr {
    top: 360px;
  }
}
@media screen and (max-width: 990px) {
  .slide-text-set.lang_ja,
  .slide-text-set.lang_en,
  .slide-text-set.lang_tw,
  .slide-text-set.lang_cn,
  .slide-text-set.lang_kr {
    top: 290px;
  }
  .slide-text-set.lang_en .container .slide-text-title {
    font-size: 26px;
  }
  .slide-text-set.lang_en .container .slide-text-caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .slide-text-set.lang_ja,
  .slide-text-set.lang_en,
  .slide-text-set.lang_tw,
  .slide-text-set.lang_cn,
  .slide-text-set.lang_kr {
    top: 250px;
  }
  .slide-text-set .container .slide-text-title {
    font-size: 32px;
  }
  .slide-text-set .container .slide-text-caption {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .slide-text-set.lang_ja,
  .slide-text-set.lang_en,
  .slide-text-set.lang_tw,
  .slide-text-set.lang_cn,
  .slide-text-set.lang_kr {
    display: none;
  }
}
@media screen and (max-width: 566px) {
  .slide-text-set .container .slide-text-title {
    font-size: 26px;
  }
  .slide-text-set .container .slide-text-caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 507px) {
  .slide-text-set {
    top: 41%;
  }
}
@media screen and (max-width: 420px) {
  .slide-text-set .container .slide-text-title {
    font-size: 22px;
  }
  .slide-text-set .container .slide-text-caption {
    font-size: 14px;
  }
}
.carousel-inner > .item a > img,
.carousel-inner > .item a > picture > img,
.carousel-inner > .item img,
.carousel-inner > .item picture > img {
  margin-top: 60px;
}
/*----- 公演情報 -----*/
.widget_eo_event_list_widget {
  margin-right: 50px;
}
.widget_eo_event_list_widget h3.widget-title {
  font-size: 26px;
  border-bottom: 1px solid #d5a02e;
  padding-left: 35px;
  padding-top: 8px;
  margin-bottom: 0px;
}
.widget_eo_event_list_widget h3.widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../../img/title_l.png") repeat-y;
  width: 17px;
  height: 60px;
}
.widget_eo_event_list_widget .eo-events-widget {
  list-style: none;
  padding-left: 0;
}
.widget_eo_event_list_widget .eo-events-widget .eo-event-future {
  margin-bottom: 0;
}
.widget_eo_event_list_widget .eo-events-widget .postList_item {
  padding: 30px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d5a02e;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_eo_event_list_widget .eo-events-widget .postList_item a {
  color: #555;
}
.widget_eo_event_list_widget .eo-events-widget .postList_item a:hover {
  text-decoration: blink;
}
.widget_eo_event_list_widget .eo-events-widget .postList_thumbnail {
  margin: 0 30px;
}
.widget_eo_event_list_widget .eo-events-widget .postList_thumbnail img {
  width: 180px;
}
.widget_eo_event_list_widget .eo-events-widget .postList_body {
  width: calc(100% - 240px);
}

.widget_eo_event_list_widget .eo-events-widget .postList_title {
  font-size: 20px;
  font-weight: bold;
}
.widget_eo_event_list_widget .date_wrap .postList_date,
.widget_eo_event_list_widget .date_wrap .postList_time {
  font-size: 18px;
  color: #c1541c;
  padding-left: 25px;
  display: inline-block;
}
/* .postList_date_red {
  font-size: 18px;
  color: #c1541c;
  padding-left: 25px;
  display: inline-block;
} */

.widget_eo_event_list_widget .date_wrap {
  position: relative;
  margin-top: 10px;
}
.widget_eo_event_list_widget .date_wrap .postList_date .postList_date_icon,
.widget_eo_event_list_widget .date_wrap .postList_time .postList_time_icon {
  position: absolute;
  margin-left: -25px;
}
.widget_eo_event_list_widget .date_wrap .postList_date .postList_date_icon {
  background: url("../../../img/icon_calendar.png") no-repeat;
  width: 18px;
  height: 19px;
  margin-top: 1px;
}
.widget_eo_event_list_widget .date_wrap .postList_time .postList_time_icon {
  background: url("../../../img/icon_clock.png") no-repeat;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
.widget_eo_event_list_widget .excerpt_wrap {
  margin-top: 20px;
  margin-right: 30px;
  padding-left: 15px;
  border-left: 1px solid #555;
}
.widget_eo_event_list_widget .excerpt_wrap a {
  display: inherit;
}
@media screen and (max-width: 991px) {
  .veu_postList .postList_miniThumb .postList_title {
    font-size: 18px;
  }
  .widget_eo_event_list_widget .date_wrap .postList_date,
  .widget_eo_event_list_widget .date_wrap .postList_time {
    font-size: 16px;
    width: 200px;
  }
}
@media screen and (max-width: 780px) {
  .widget_eo_event_list_widget {
    margin-right: 0px;
  }
  .widget_eo_event_list_widget .eo-events-widget .postList_thumbnail {
    margin: 0 30px 0 0;
  }
  .widget_eo_event_list_widget .eo-events-widget .postList_thumbnail img {
    width: 150px;
  }
  .widget_eo_event_list_widget .eo-events-widget .postList_title {
    margin-top: 5px;
  }
  .widget_eo_event_list_widget .date_wrap {
    margin-top: 5px;
  }
  .widget_eo_event_list_widget .excerpt_wrap {
    margin-top: 10px;
    margin-right: 20px;
    padding-left: 15px;
    border-left: 1px solid #555;
  }
}
@media screen and (max-width: 520px) {
  .widget_eo_event_list_widget .eo-events-widget .postList_item {
    padding: 20px 0;
  }
  .widget_eo_event_list_widget .eo-events-widget .postList_thumbnail {
    margin: 0 20px 0 0;
  }
  .widget_eo_event_list_widget .eo-events-widget .postList_thumbnail img {
    width: 100px;
  }
  .widget_eo_event_list_widget .eo-events-widget .postList_title {
    margin-top: 0px;
  }
  .excerpt_wrap {
    display: none;
  }
}
@media screen and (max-width: 486px) {
  .widget_eo_event_list_widget .eo-events-widget .postList_thumbnail img {
    width: 80px;
  }
  .widget_eo_event_list_widget .eo-events-widget .postList_body {
    width: calc(100% - 100px);
  }
  .event .entry_contents .entry-meta .entry-meta_items_term {
    display: none;
  }
}

/*----- 文字サイズ -----*/
.font_size_widget {
  margin-top: 20px;
}
.font_size_widget .widget-title {
  float: left;
}
.font_size_widget .widget-title,
.font_size_widget .widget-title::after {
  border: none;
}
.font_size_widget ul {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  width: 124px;
  height: 40px;
  margin-left: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .font_size_widget ul {
    margin-left: 17px;
  }
}
@media screen and (max-width: 991px) {
  .font_size_widget ul {
    margin-left: 0px;
  }
}
.font_size_widget ul li {
  line-height: 0;
}
.font_size_widget ul li a {
  display: inline-block;
  background: #d5a02e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: bottom;
  text-align: center;
  padding-top: 15px;
  color: #fff;
}

.font_size_widget ul li a:nth-child(1) {
  width: 30px;
  height: 30px;
}
.font_size_widget ul li a:nth-child(2) {
  width: 32px;
  height: 32px;
}
.font_size_widget ul li a:nth-child(3) {
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 780px) {
  div.font_size_widget {
    display: none;
  }
}
/*----- お知らせ -----*/
.postList span.postList_date {
  color: #c1541c;
}
.postList span.postList_terms {
  display: none;
}
.postList_more a {
  color: #d5a02e;
  font-size: 14px;
}
.veu_postList ul.postList li {
  padding: 10px 0;
}
/*----- 公演カレンダー -----*/
table#wp-calendar caption {
  text-align: center;
}
table#wp-calendar thead tr th,
table#wp-calendar tbody tr td {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
table#wp-calendar tbody tr td a {
  color: #fff;
}
table#wp-calendar tbody tr td a:hover {
  color: #c1541c;
}
table#wp-calendar tbody tr td.event {
  background: url("../../../img/ougi.png") no-repeat center center;
}
table#wp-calendar tfoot tr td#eo-widget-next-month {
  text-align: right;
}

/*----- リクエスト公演バナー -----*/
@media screen and (max-width: 780px) {
  .widget_vkexunit_banner {
    text-align: center;
  }
}

/*----- Facebook　Instagram -----*/
.veu_fbPagePlugin h3.widget-title {
  display: none;
}
.veu_fbPagePlugin .fbPagePlugin_body {
  border: none;
}
/*----- ACCESS -----*/
.access_map {
  height: 500px;
  background: url("../../../img/accessmap.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 780px) {
  .access_map {
    background: url("../../../img/accessmap_sp.jpg") no-repeat center;
    background-size: cover;
  }
}
.access_wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 30px;
  width: 480px;
  height: 330px;
  position: absolute;
  top: 50px;
}
@media screen and (min-width: 768px) {
  .access_wrap {
    left: calc((100% - 750px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .access_wrap {
    left: calc((100% - 970px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .access_wrap {
    left: calc((100% - 1170px) / 2);
  }
}
.access_wrap h3 {
  font-size: 42px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",
    YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #555;
  border: none;
  margin-bottom: 0;
  line-height: 1;
}
.access_wrap h3::after {
  border: none;
}
.access_wrap a {
  color: #555;
}
.access_wrap a:link,
.access_wrap a:visited,
.access_wrap a:active {
  text-decoration: none;
}
.access_wrap a:hover {
  opacity: 0.8;
  color: #999;
}
.access_wrap p.access_adress {
  margin-left: 1em;
}
.access_wrap .access_subway_bus dl {
  margin: 0;
}
.access_wrap .access_subway_bus dt,
.access_wrap .access_subway_bus dd {
  border: none;
  padding-left: 35px;
}
.access_wrap .access_subway_bus dl.access_subway::before {
  content: "";
  background: url("../../../img/icon_subway.png") no-repeat center;
  width: 32px;
  height: 36px;
  position: absolute;
}
.access_wrap .access_subway_bus dl.access_bus::before {
  content: "";
  background: url("../../../img/icon_bus.png") no-repeat center;
  width: 32px;
  height: 32px;
  position: absolute;
}
@media screen and (max-width: 520px) {
  .access_wrap {
    width: auto;
    height: auto;
  }
  .access_wrap h3 {
    font-size: 34px;
  }
  .access_wrap p.access_adress {
    margin-left: 0;
  }
}
/* フッター */
footer {
  background: url("../../../img/bg_header.png") repeat-y;
  background-size: contain;
  border-top: none;
  color: #fff;
}
footer .footerMenu {
  border: none;
}
footer .footerMenu nav {
  text-align: center;
}
footer .footerMenu ul {
  margin: 30px 0;
  display: inline-block;
}
footer .footerMenu ul li a {
  color: #fff;
  border: none;
}
footer .footerMenu ul li a:hover {
  background-color: inherit;
}
footer .footerMenu ul li:last-child a {
  border: none;
}
footer .container.sectionBox {
  padding: 20px 0;
}

footer .footer_link {
  text-align: center;
}
footer .footer_link ul {
  padding-left: 0px;
}
footer .footer_link ul li {
  display: inline-block;
  margin: 0 20px;
}
footer .footer_link ul li a {
  color: #fff;
}

footer .footer_adress {
  text-align: center;
  word-break: keep-all;
}
footer .footer_adress h4 {
  background: inherit;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",
    YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  margin-bottom: 0;
}
footer .footer_adress h4 span {
  font-size: 20px;
  margin-left: 1em;
}
footer .footer_adress p {
  margin-bottom: 10px;
}
footer .footer_adress p span {
  padding-left: 25px;
  margin: 0 20px;
}
footer .footer_adress p span.footer_tel {
  background: url("../../../img/icon_phone.png") no-repeat;
  width: 17px;
  height: 17px;
}
footer .footer_adress p span.footer_mail {
  background: url("../../../img/icon_mail.png") no-repeat;
  width: 20px;
  height: 15px;
}
footer .footer_adress a {
  color: #fff;
}
footer .copySection {
  border: none;
}
footer .copySection a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footerMenu ul {
    margin: 20px 0 0;
  }
  footer .container.sectionBox {
    padding: 10px 40px;
  }
  footer .footer_adress h4 {
    font-size: 16px;
  }
  footer .footer_adress h4 span {
    font-size: 14px;
  }
  footer .footer_adress p {
    font-size: 14px;
  }
  footer .footer_adress h4 span::before,
  footer .footer_adress span::after {
    content: "\A";
    white-space: pre;
  }
}

/*----- 下層ページ -----*/
ul.gMenu > li.current-post-ancestor > a::after,
ul.gMenu > li.current-menu-item > a::after,
ul.gMenu > li.current-menu-parent > a::after,
ul.gMenu > li.current-menu-ancestor > a::after,
ul.gMenu > li.current_page_parent > a::after,
ul.gMenu > li.current_page_ancestor > a::after {
  border: none;
}
.section.page-header {
  height: 200px;
}
@media screen and (max-width: 991px) {
  .section.page-header {
    height: 100px;
  }
  .page-header .page-header_pageTitle,
  .page-header h1.page-header_pageTitle:first-child {
    margin-top: 40px !important;
  }
}

body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 500px;
  -webkit-background-size: cover;
  background: url("../../../img/bg_event.jpg") center/cover no-repeat;
}
body .section.page-header {
  background-color: transparent;
}
.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",
    YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 80px;
  text-shadow: 2px 2px 4px #555;
}

.section.breadSection {
  border: none;
  background: url("../../../img/bg.png") repeat;
  background-color: #fff;
}
.breadSection .breadcrumb > li + li::before {
  content: "＞";
}
.content_wrap {
  margin-bottom: 100px;
}
.content_box {
  margin-bottom: 50px;
}
.text_box {
  margin-bottom: 50px;
}
.content_wrap .content_box h2 {
  font-size: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",
    YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: none;
  background: none;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.content_wrap .content_box h2::before {
  content: "";
  background: url("../../../img/title_l.png") no-repeat;
  width: 17px;
  height: 29px;
  position: absolute;
  top: 24px;
  left: -20px;
}
.content_wrap .content_box h2::after {
  content: "";
  background: url("../../../img/title_r.png") no-repeat;
  width: 17px;
  height: 29px;
  position: absolute;
  top: 24px;
  right: -20px;
}
.content_wrap .content_box h3 {
  font-size: 24px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",
    YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 2px solid #d5a02e;
}

@media screen and (max-width: 420px) {
  .content_wrap .content_box h2 {
    font-size: 24px;
  }
  .content_wrap .content_box h2::before,
  .content_wrap .content_box h2::after {
    top: 19px;
  }
}

.content_wrap .content_box dl dt,
.content_wrap .content_box dl dd {
  border: none;
}
.content_wrap .content_box dl dt {
  font-size: 20px;
  margin-bottom: 20px;
}
.su-lightbox img {
  cursor: pointer;
}

/*----- 初めての方へ -----*/
body.page-id-18::before,
body.page-id-796::before,
body.page-id-936::before,
body.page-id-938::before,
body.page-id-940::before {
  background: url("../../../img/bg_begginer.jpg") center/cover no-repeat;
}
.ticket_content_wrap {
  display: flex;
  padding: 0 30px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ticket_content_wrap img {
  max-width: 40%;
}
.ticket_content_wrap .ticket_content {
  padding-left: 30px;
}
.ticket_content_wrap .ticket_content h5 {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .ticket_content_wrap img {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .ticket_content_wrap .ticket_content {
    padding-left: 0;
    margin: 0 auto;
  }
  .ticket_content_wrap .ticket_content h5 {
    text-align: center;
  }
}

/*----- 施設案内 -----*/
body.page-id-511::before,
body.page-id-801::before,
body.page-id-923::before,
body.page-id-925::before,
body.page-id-927::before {
  background: url("../../../img/bg_aboutus.jpg") center/cover no-repeat;
}

/*----- 公演情報 -----*/
body.post-type-archive-event.archive::before,
body.single-event::before,
body.page-id-524::before {
  background: url("../../../img/bg_event.jpg") center/cover no-repeat;
}

.entry-body {
  padding-top: 0;
}
.entry-body .eo-tc-event {
  border-bottom: 1px solid #d5a02e;
  padding: 10px 0 40px;
}
.entry-body .event.eo-tc-event .entry-header {
  border: none;
}
.eo-event-details.event-entry-meta {
  display: contents;
}
.entry-body .eo-tc-event .eo-event-meta {
  display: none;
}
.eo-tc-event h2.eo-event-title {
  border: none;
  background: inherit;
  padding: 0;
  padding-left: 30px;
}
.eo-tc-event h2.eo-event-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../../../img/title_l.png") no-repeat;
  width: 17px;
  height: 29px;
}
.entry-body .event.eo-tc-event .eo-event-date {
  font-style: normal;
  font-size: 18px;
  color: #c1541c;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  margin-left: 10px;
}
.entry-body .event.eo-tc-event .eo-event-date::before {
  content: "";
  background: url("../../../img/icon_calendar.png") no-repeat;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 1px;
  left: 0;
}

/*----- 公演情報　詳細ページ -----*/
.mainSection header {
  border: none;
  margin-bottom: 30px;
}
h1.entry-title:first-letter,
.single h1.entry-title:first-letter {
  color: inherit;
}
.mainSection header h1 {
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.mainSection header h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../../img/title_l.png") repeat-y;
  width: 17px;
  height: 40px;
}
.single-event .event .entry-body {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event .entry-body .entry_thumbnail {
  width: 50%;
  padding-right: 50px;
}
.event .entry-body .entry_thumbnail img {
  width: 100%;
}
.event .entry-body .entry_contents {
  width: 50%;
}
.event .entry-body .entry_contents .entry-meta {
  color: #c1541c;
  margin-bottom: 1.6em;
}
.event .entry-body .entry_contents .entry-meta_items {
  font-size: 24px;
}
.event .entry-body .entry_contents dl dt,
.event .entry-body .entry_contents dl dd {
  border: none;
}
.event .entry-body .entry_contents dl dt {
  padding-left: 0;
}
.pager li {
  display: inline-block;
}
.pager li.previous {
  float: left;
}
.pager li.next {
  float: right;
}
@media screen and (max-width: 520px) {
  .single-event .event .entry-body {
    display: block;
  }
  .event .entry-body .entry_thumbnail {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .event .entry-body .entry_thumbnail img {
    width: 100%;
  }
  .event .entry-body .entry_contents {
    width: 100%;
  }
  .event .entry-body .entry_contents .entry-meta {
    color: #c1541c;
    margin-bottom: 1.6em;
  }
  .event .entry-body .entry_contents .entry-meta_items {
    font-size: 24px;
  }
  .pager li {
    display: block;
  }
  .pager li.previous,
  .pager li.next {
    float: inherit;
  }
  .pager li.next a {
    text-align: right;
  }
}
.booking_btn {
  display: block;
  font-size: 16px;
  width: 200px;
  height: 40px;
  background: #d5a02e;
  color: #fff;
  -webkit-box-shadow: 0px 4px #a37b24;
  box-shadow: 0px 4px #a37b24;
  margin-top: 40px;
}
.booking_btn:hover,
.booking_btn:focus {
  color: #fff;
}
dl.event_content ul {
  margin: 10px 0;
  padding-left: 20px;
}
dl.event_content ul li {
  margin-bottom: 0;
}
.su-spoiler.booking_title .su-spoiler-title {
  display: block;
  font-size: 16px;
  width: 200px;
  height: 40px;
  background: #d5a02e;
  color: #fff;
  -webkit-box-shadow: 0px 4px #a37b24;
  box-shadow: 0px 4px #a37b24;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 40px auto 40px 0;
  padding-left: 40px;
  padding-top: 8px;
}
.su-spoiler.booking_title .su-spoiler-title .su-spoiler-icon {
  left: 10px;
}
.su-spoiler.booking_title .su-spoiler-content {
  padding-left: 0;
}
.wpcf7 .content_box .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
.wpcf7 .content_box p.booking_p {
  font-size: 18px;
  font-weight: bold;
}
.wpcf7 .content_box dl dd {
  margin-bottom: 20px;
}
.wpcf7 .content_box dl dd span.horizontal-item {
  display: block;
}
.wpcf7 .content_box dl dd input[type="number"] {
  width: 50px;
}
.wpcf7 .content_box dl dd .mwform-tel-field input[type="text"] {
  width: 80px;
}
/*----- 予約 -----*/
.goform-btn {
  display: block;
  font-size: 16px;
  width: fit-content;
  height: fit-content;
  background: #d5a02e;
  color: #fff;
  -webkit-box-shadow: 0px 4px #a37b24;
  box-shadow: 0px 4px #a37b24;
  margin: 40px auto;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.goform-btn:hover {
  color: #fff;
}

body.page-parent::before,
body.page-child::before {
  background: url("../../../img/bg_event.jpg") center/cover no-repeat;
}
.wpcf7 dl dt,
.wpcf7 dl dd {
  border: none;
}
.wpcf7 .form_title {
  border: none;
  background: inherit;
  display: block;
  font-size: 16px;
  box-shadow: none;
  cursor: default;
  position: relative;
  z-index: -1;
}
.wpcf7 .btn.btn-primary {
  display: block;
  font-size: 16px;
  width: 200px;
  height: 40px;
  background: #d5a02e;
  color: #fff;
  -webkit-box-shadow: 0px 4px #a37b24;
  box-shadow: 0px 4px #a37b24;
  margin: 40px auto;
}

.booking_preview .content_box p.booking_p {
  text-align: center;
}
.booking_preview .content_box p.small {
  max-width: 780px;
  margin: 0 auto;
}
.booking_preview .content_box dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 780px;
}
.booking_preview .content_box dl dt,
.booking_preview .content_box dl dd {
  margin-bottom: 0px;
}
.booking_preview .content_box dl dt {
  width: 30%;
  background: #ddd;
  border: 1px solid #fff;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
}
.booking_preview .content_box dl dd {
  width: 70%;
  background: #eee;
  border: 1px solid #fff;
  padding: 15px 20px;
}
@media screen and (max-width: 480px) {
  .booking_preview .content_box dl {
    display: inherit;
  }
  .booking_preview .content_box dl dt,
  .booking_preview .content_box dl dd {
    width: 100%;
  }
}
.booking_finish .content_box form {
  text-align: center;
}
.event .entry-body .entry_contents dl dt span.must {
  font-size: 12px;
  color: #fff;
  background-color: #c3003a;
  font-weight: normal;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 5px;
}
dl dt span.must {
  font-size: 12px;
  color: #fff;
  background-color: #c3003a;
  font-weight: normal;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 5px;
}

body.single-event .breadSection ol.breadcrumb li:nth-child(3) {
  display: none;
}
select.select_age {
  display: inline-block;
  width: 90px;
  margin-right: 10px;
}

/*----- 支援団体 -----*/
body.page-id-22::before,
body.page-id-803::before,
body.page-id-929::before,
body.page-id-931::before,
body.page-id-933::before {
  background: url("../../../img/bg_support.jpg") center/cover no-repeat;
}

#pg-22-7 {
  margin-top: 100px;
}
body.page-id-22 .panel-grid-cell .widget_text.so-panel {
  margin-bottom: 0px !important;
}
/*----- お問い合わせ -----*/
body.page-id-289::before,
body.page-id-302::before,
body.page-id-991::before,
body.page-id-993::before,
body.page-id-995::before {
  background: url("../../../img/bg_other.jpg") center/cover no-repeat;
}

.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
  color: #555;
  border: 1px solid #aaa;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  font-weight: normal;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 3em;
  cursor: pointer;
  margin: 0;
  background: #eee;
}
.cp_actab label::before {
  content: "";
  background: url("../../../../img/Q.png") no-repeat;
  width: 15px;
  height: 17px;
  position: absolute;
  top: 15px;
  left: 20px;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  background: #fff;
  position: relative;
  padding-left: 60px;
}
.cp_actab .cp_actab-content::before {
  content: "";
  background: url("../../../../img/A.png") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  left: 28px;
}
.cp_actab .cp_actab-content p {
  margin: 1em;
}

.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20em;
}

.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab input[type="checkbox"] + label::after {
  content: ">";
}
.cp_actab input[type="checkbox"]:checked + label::after {
  transform: rotate(90deg);
}
.contact_form .btn.btn-primary {
  font-size: 16px;
  width: 200px;
  height: 50px;
  display: block;
  margin: 20px auto 0;
  -webkit-box-shadow: 0px 4px #a37b24;
  box-shadow: 0px 4px #a37b24;
}

@media screen and (max-width: 520px) {
  .contact_form table tr th,
  .contact_form table tr td {
    display: block;
    width: 100%;
  }
  .contact_form table tr th {
    border: none;
    padding-bottom: 0;
  }
}
/*----- お知らせ -----*/
body.archive::before,
body.single-post::before {
  background: url("../../../img/bg_other.jpg") center/cover no-repeat;
}
.media:first-child {
  border-top: 1px solid #d5a02e;
}
.media {
  border-bottom: 1px solid #d5a02e;
}
.entry-meta .entry-meta_items {
  color: #c1541c;
}
.single-post .entry-body .entry_thumbnail {
  margin-bottom: 60px;
}
.single-post .entry-body .entry_thumbnail img {
  width: 100%;
}

div.entry-footer {
  display: none;
}
div#comments {
  display: none;
}
a.btn_01 {
  display: inline-block;
  background: #d5a02e;
  color: #fff;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px #a37b24;
  box-shadow: 0px 4px #a37b24;
  text-align: center;
  padding-top: 13px;
  margin: 0px 10px 20px;
}
a.btn_02 {
  display: inline-block;
  background: #d5a02e;
  color: #fff;
  width: auto;
  min-width: 200px;
  max-width: 300px;
  height: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px #a37b24;
  box-shadow: 0px 4px #a37b24;
  text-align: center;
  padding-top: 13px;
  margin: 0px 10px 20px;
  padding: 10px 50px;
}
/*----- リクエスト型公演 -----*/
.content_wrap.request .content_box dl dt {
  text-align: center;
}
.content_wrap.request .content_box .su-row.price_center {
  padding: 0 200px;
}
.content_wrap.request .content_box .text-danger.small {
  width: 780px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 991px) {
  .content_wrap.request .content_box .su-row.price_center {
    padding: 0;
  }
}
.content_wrap.request .content_box a.request_pdf {
  width: 350px;
  height: 50px;
}

/*----- サイトマップ -----*/
body.page-id-76::before {
  background: url("../../../img/bg_other.jpg") center/cover no-repeat;
}
.sitemap .content_box {
  margin: 0 auto;
}
/*----- プライバシーポリシー -----*/
body.page-id-3::before {
  background: url("../../../img/bg_other.jpg") center/cover no-repeat;
}
/*----- 特定商取引について -----*/
body.page-id-78::before {
  background: url("../../../img/bg_other.jpg") center/cover no-repeat;
}

/*----- 多言語化 -----*/
html:lang(ja) .lang_en,
html:lang(ja) .lang_tw,
html:lang(ja) .lang_cn,
html:lang(ja) .lang_kr {
  display: none;
}
html:lang(en) .lang_ja,
html:lang(en) .lang_tw,
html:lang(en) .lang_cn,
html:lang(en) .lang_kr {
  display: none;
}
html:lang(zh-TW) .lang_ja,
html:lang(zh-TW) .lang_en,
html:lang(zh-TW) .lang_cn,
html:lang(zh-TW) .lang_kr {
  display: none;
}
html:lang(zh-CN) .lang_ja,
html:lang(zh-CN) .lang_tw,
html:lang(zh-CN) .lang_en,
html:lang(zh-CN) .lang_kr {
  display: none;
}
html:lang(ko-KR) .lang_ja,
html:lang(ko-KR) .lang_tw,
html:lang(ko-KR) .lang_cn,
html:lang(ko-KR) .lang_en {
  display: none;
}
html:lang(en) .access_wrap {
  top: 20px;
  height: 450px;
}
html:lang(en) .post-type-archive-event h1.page-header_pageTitle,
html:lang(en) .single-event .page-header_pageTitle,
html:lang(zh-CN) .post-type-archive-event h1.page-header_pageTitle,
html:lang(zh-CN) .single-event .page-header_pageTitle,
html:lang(zh-TW) .post-type-archive-event h1.page-header_pageTitle,
html:lang(zh-TW) .single-event .page-header_pageTitle,
html:lang(ko-KR) .post-type-archive-event h1.page-header_pageTitle,
html:lang(ko-KR) .single-event .page-header_pageTitle {
  font-size: 0;
}
html:lang(en) .post-type-archive-event h1.page-header_pageTitle::before,
html:lang(en) .single-event .page-header_pageTitle::before {
  font-size: 32px;
  content: "Performance Information";
}
html:lang(zh-CN) .post-type-archive-event h1.page-header_pageTitle::before,
html:lang(zh-CN) .single-event .page-header_pageTitle::before,
html:lang(zh-TW) .post-type-archive-event h1.page-header_pageTitle::before,
html:lang(zh-TW) .single-event .page-header_pageTitle::before {
  font-size: 32px;
  content: "公演資訊";
}
html:lang(ko-KR) .post-type-archive-event h1.page-header_pageTitle::before,
html:lang(ko-KR) .single-event .page-header_pageTitle::before {
  font-size: 32px;
  content: "공연정보";
}
html:lang(en)
  .post-type-archive-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span,
html:lang(en) .single-event .breadSection .breadcrumb li:nth-child(2) span,
html:lang(zh-CN)
  .post-type-archive-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span,
html:lang(zh-CN) .single-event .breadSection .breadcrumb li:nth-child(2) span,
html:lang(zh-TW)
  .post-type-archive-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span,
html:lang(zh-TW) .single-event .breadSection .breadcrumb li:nth-child(2) span,
html:lang(ko-KR)
  .post-type-archive-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span,
html:lang(ko-KR) .single-event .breadSection .breadcrumb li:nth-child(2) span {
  font-size: 0;
}
html:lang(en)
  .post-type-archive-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span::before,
html:lang(en)
  .single-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span::before {
  font-size: 12px;
  content: "Performance Information";
}
html:lang(zh-CN)
  .post-type-archive-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span::before,
html:lang(zh-CN)
  .single-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span::before,
html:lang(zh-TW)
  .post-type-archive-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span::before,
html:lang(zh-TW)
  .single-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span::before {
  font-size: 12px;
  content: "公演資訊";
}
html:lang(ko-KR)
  .post-type-archive-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span::before,
html:lang(ko-KR)
  .single-event
  .breadSection
  .breadcrumb
  li:nth-child(2)
  span::before {
  font-size: 12px;
  content: "공연정보";
}

html:lang(en) .post-type-archive-event .nav-next a,
html:lang(zh-CN) .post-type-archive-event .nav-next a,
html:lang(zh-TW) .post-type-archive-event .nav-next a,
html:lang(ko-KR) .post-type-archive-event .nav-next a,
html:lang(en) .post-type-archive-event .nav-previous a,
html:lang(zh-CN) .post-type-archive-event .nav-previous a,
html:lang(zh-TW) .post-type-archive-event .nav-previous a,
html:lang(ko-KR) .post-type-archive-event .nav-previous a {
  font-size: 0;
}
html:lang(en) .post-type-archive-event .nav-next a::before {
  font-size: 14px;
  content: "Next Page→";
}
html:lang(en) .post-type-archive-event .nav-previous a::before {
  font-size: 14px;
  content: "←Previous Page";
}
html:lang(zh-CN) .post-type-archive-event .nav-next a::before {
  font-size: 14px;
  content: "下一页→";
}
html:lang(zh-CN) .post-type-archive-event .nav-previous a::before {
  font-size: 14px;
  content: "←上一页";
}
html:lang(zh-TW) .post-type-archive-event .nav-next a::before {
  font-size: 14px;
  content: "下一頁→";
}
html:lang(zh-TW) .post-type-archive-event .nav-previous a::before {
  font-size: 14px;
  content: "←上一頁";
}
html:lang(ko-KR) .post-type-archive-event .nav-next a::before {
  font-size: 14px;
  content: "다음 페이지→";
}
html:lang(ko-KR) .post-type-archive-event .nav-previous a::before {
  font-size: 14px;
  content: "←이전 페이지";
}
/* === cf7用追加クラス === */
.u-cf7__autofill-input {
  pointer-events: none;
  border: 0px;
  border-bottom: 1px solid #333;
  border-radius: 0px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .wpcf7-turnstile {
    display: flex;
    justify-content: center;
  }
}
