/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=RocknRoll+One&display=swap');
/*
:root{
--vk-color-text-body: #fff;
--vk-color-text-link: #fff;
--vk-color-text-meta: #fff;
--vk-color-primary-dark: #fff;
--vk-color-border: #fff;
--vk-color-border-hr: #fff;
--vk-color-text-light: #c8c8c8;
}*/
body {
  color: #3f3b38f;
}
/* 箇条書き・段落のリンク */
li a, p a {
  color: #283545;
}
/* 表 */
table td, table th {
  border: 1px solid #BFBFBF;
}
/*li {
    color: #ffffff !important;
}*/
.entry-meta-data-list dd a {
  color: #fff;
}
.site-header {
  display: none;
}
.page-header {
  display: none;
}
#breadcrumb {
  display: none;
}
.contents {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1140px;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
ul.is-style-vk-handpoint-mark li:before, ol.is-style-vk-handpoint-mark li:before {
  content: "※";
}
.alignfull, .alignfull:is(.swiper-container, .vk_slider, .wp-block-image, .wp-block-cover-image, .wp-block-cover) {
  margin-bottom: 0;
}
.home .site-body {
  padding: 0;
}
.postListText_date {
  font-size: 16px;
}
.vk_posts .postListText_title {
  font-size: 16px;
}
.page_top_btn {
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #151515;
  box-shadow: none;
}
body.post-template-default, body.archive {
  background-color: #ececec;
  background-image: none;
}
#news .sec_title {
  margin-bottom: 10px;
}
.sec_title {
  margin: 50px 0 !important;
}
.sec_title h2.wp-block-heading {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 0px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #aa3c3c;
  text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff, 4px 4px 0 #aa3c3c, 5px 5px 0 #aa3c3c;
}
.sec_title p {
  color: #aa3c3c;
  font-size: 31px;
  letter-spacing: 2px;
  text-shadow: 0;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#lead h2 {
  color: #840909;
  text-shadow: 0px 0px 3px #C09D70;
}
#lead p {
  text-shadow: 0 0 3px #C09D70;
  text-align: center;
  /* [disabled]font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; */
  font-weight: bold;
}
#lead .lead {
  font-size: 23px;
}
.wp-block-table.food_price .td_menu {
  width: 80%;
}
.wp-block-table.food_price .td_pric {
  width: 20%;
  text-align: right;
}
.map {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sold_out {
  position: relative;
}
.sold_out::after {
  content: "";
  display: block;
  height: 100%;
  background-image: url(assets/images/img_close.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 200px;
  right: 0;
  margin: auto;
}
.sold_out table {
  opacity: 0.6;
}
.kanbai {
  position: relative;
}
.kanbai::after {
  content: "";
  display: block;
  height: 100%;
  background-image: url(assets/images/img_kanbai.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 250px;
  right: 0;
  margin: auto;
}
.kanbai table {
  opacity: 0.6;
}
.disabled a, .disabled .btn, .disabled p, .sold_out a {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
  filter: saturate(0%);
}
.online td.has-text-align-center {
  width: 20%;
}
.tablepress, .tablepress > :where(tbody) > tr > * {
  color: #283545 !important;
}
.tablepress thead th {
  background-color: #3b3b3b;
  color: #fff;
}
.ticket_list.tablepress thead th, .ticket_list.tablepress .column-1, .ticket_list.tablepress .column-2 {
  text-align: center;
  vertical-align: middle;
}
.ticket_list.tablepress td.column-1 {
  width: 20%;
  font-size: 20px;
}
.ticket_list.tablepress td.column-2 {
  width: 14%;
  font-size: 20px;
}
.ticket_list.tablepress td.column-3 strong {
  font-size: 18px;
  color: #f3a133;
}
.blog .site-body-container.container, .post-template-default .site-body-container.container, .archive .site-body-container.container {
  background-color: rgb(255 255 255 / 70%);
  color: #283545;
  border-radius: 20px;
  padding: 40px 30px;
  width: 94%;
}
.vk_post .vk_post_title a, .vk_post .vk_post_date {
  color: #283545;
}
.sub-section .sub-section-title, .site-body-bottom .sub-section-title {
  color: #283545;
}
.site-footer {
  border-top: 0;
}
.site-footer a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .site-header-logo {
    display: none;
  }
  .vk-mobile-nav nav > ul {
    max-width: 900px;
    margin: 0 auto;
  }
  .vk-mobile-nav nav ul li {
    list-style: none;
    line-height: 1.65;
    width: 49%;
    display: inline-block;
  }
  body.device-pc .vk-mobile-nav-menu-btn, body.device-pc .vk-mobile-nav {
    display: block;
  }
  .vk-mobile-nav nav > ul {
    border-top: 0;
  }
  .vk-mobile-nav-menu-btn {
    top: 30px;
  }
  .vk-mobile-nav-menu-btn.position-right {
    right: 30px;
  }
  .admin-bar .vk-mobile-nav-menu-btn {
    top: calc(32px + 50px);
  }
  .vk-mobile-nav-menu-btn {
    width: 60px;
    height: 60px;
  }
  .vk-mobile-nav {
    background: rgb(0 0 0 / 80%);
  }
  .vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    color: #fff;
    border-bottom: 2px dotted #58585d;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #000;
    font-size: 27px;
    line-height: 1.3;
    padding: 10px 0;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .vk-mobile-nav .widget_nav_menu ul li a:hover, .vk-mobile-nav nav ul li a:hover {
    background-color: hsla(3, 46%, 46%, 0.60);
    transition: all 0.2s;
  }
  span.menu-item-description {
    font-size: 1rem;
    display: block;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
@media (max-width: 991.98px) {
  .main-section {
    margin-bottom: 0;
  }
  .vk_post .vk_post_title a, .vk_post .vk_post_date {
    color: #283545;
  }
  .page-header {
    display: none;
  }
  .sec_title {
    margin: 30px 0 !important;
  }
  .sec_title h2.wp-block-heading {
    font-size: 28px;
  }
  .sec_title p {
    font-size: 20px;
  }
  .vk-mobile-nav nav > ul {
    border-top: 0;
  }
  .vk-mobile-nav nav ul li {
    width: 100%;
  }
  .site-header-logo {
    display: none;
  }
  .vk-mobile-nav {
    background: rgb(0 0 0 / 80%);
  }
  .vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    color: #fff;
    border-bottom: 2px dotted #58585d;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 0;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  span.menu-item-description {
    font-size: 1rem;
    display: block;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #lead h2 {
    font-size: 5vw;
  }
  h2 {
    font-size: 2rem;
  }
  h3.has-text-align-center {
    font-size: 1.6rem;
  }
  #about .has-medium-font-size {
    font-size: 1rem !important;
    text-align: left;
  }
  .wp-block-table td, .wp-block-table th {
    display: block;
    width: 100%;
  }
  .wp-block-table.food_price .td_pric, .wp-block-table.food_price .td_menu {
    display: table-cell;
  }
  .ticket_list .wp-block-table th {
    display: none;
  }
  .ticket_list.tablepress tr.row-1 {
    display: none;
  }
  .ticket_list.tablepress td {
    display: block;
  }
  .ticket_list.tablepress td.column-1, .ticket_list.tablepress td.column-2 {
    position: relative;
    text-align: left;
    width: 100%;
  }
  .ticket_list.tablepress td.column-1 {
    margin-top: 10px;
    border-top: 0;
  }
  .ticket_list.tablepress td.column-3 strong {
    font-size: 16px;
  }
  .ticket_list.tablepress td.column-1::before {
    content: "券種：";
  }
  .ticket_list.tablepress td.column-2::before {
    content: "料金：";
  }
  .wp-block-table.ticket_sch td, .wp-block-table.ticket_sch th {
    display: table-cell;
    width: auto;
  }
  #lead {
    padding: 60px 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: auto;
  }
  #lead .sec_box {
    padding: 10px 20px;
  }
  /*
  #cast, #goods,#campaign {
    padding: 50px 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: auto;
  }
  #news, #guide,#food {
    padding: 50px 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: auto;
  }
  #about, #ticket, #access, #special {
    padding: 50px 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: 70% auto;
  }
	*/
  .online td.has-text-align-center {
    display: block;
    width: 100%;
    text-align: left;
  }
  .sec_box {
    padding: 20px;
    margin: 50px 0 100px;
  }
  .map {
    padding-bottom: 56.25%;
  }
  .blog .site-body-container.container, .post-template-default .site-body-container.container, .archive .site-body-container.container {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  body.custom-background {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-image: none !important;
  }
  body.custom-background::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(https://daibakushow.yoshimoto.co.jp/2025/wp-content/uploads/2025/10/sec_bg_sp.jpg);
    background-position: center center;
    z-index: -1;
    transform: translateZ(0);
    background-size: cover;
  }
  #lead h2 {
    font-size: 6vw;
  }
  .is-style-vk-group-shadow {
    padding: 1em;
  }
  .vk_outer-paddingLR-use {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sec_box {
    padding: 0px;
    margin: 30px 0 50px;
  }
  .sold_out::after, .kanbai::after {
    width: 60%;
  }
}