@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

picture, img {
  display: block;
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeoutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
@media screen and (width >= 1280px) {
  @view-transition {
    navigation: auto;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  container-type: inline-size;
  font-size: 62.5%;
}

body {
  color: #000000;
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
}
@media screen and (width >= 1280px) {
  body {
    min-height: 100dvh;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.l-header {
  background: #000000;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header__inner {
  align-items: center;
  display: flex;
  height: 5rem;
  justify-content: center;
}
@media (min-width: 744px) {
  .l-header__inner {
    justify-content: space-between;
    padding-inline: 16px;
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  .l-header__inner {
    height: 8rem;
    padding-inline: 32px;
  }
}
@media (min-width: 1280px) {
  .l-header__inner {
    margin-inline: auto;
    max-width: 120rem;
    padding-inline: 0;
  }
}
.l-header__logo {
  height: 34px;
  width: auto;
}
.l-header__logo a {
  transition: 0.3s;
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header-nav {
  align-items: center;
  display: flex;
  gap: 32px;
}
@media (max-width: 1023px) {
  .l-header-nav {
    background: #000000;
    flex-direction: column;
    height: calc(100dvh - 5rem);
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 5rem;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
  }
  .l-header-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.l-header-nav__item {
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .l-header-nav__item {
    transition: 0.3s;
    font-size: 1em;
    font-weight: 500;
  }
  .l-header-nav__item:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1023px) {
  .l-header-nav__item::after {
    content: " / " attr(data-en);
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  .l-header-nav__item::after {
    border-top: 1px solid;
    content: attr(data-en);
    display: block;
    font-size: 0.75em;
    font-weight: 400;
    text-align: center;
  }
}
.l-header-nav-sns {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.l-header-nav-sns__item {
  transition: 0.3s;
}
.l-header-nav-sns__item:hover {
  opacity: 0.7;
}
.l-header-nav-sns__item img {
  height: 32px;
  width: auto;
}
.l-header__hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 14px;
  inset: 0;
  justify-content: space-between;
  margin: auto 16px auto auto;
  position: absolute;
  width: 25px;
}
@media (min-width: 744px) {
  .l-header__hamburger {
    position: relative;
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger span {
  background: #fff;
  border-radius: 1rem;
  height: 2px;
  transition: 0.3s;
}
.l-header__hamburger.is-open span:nth-child(1), .l-header__hamburger.is-open span:nth-child(3) {
  inset: 0;
  margin: auto;
  position: absolute;
}
.l-header__hamburger.is-open span:nth-child(1) {
  rotate: 45deg;
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open span:nth-child(3) {
  rotate: -45deg;
}

.l-footer {
  align-items: center;
  background: #000000;
  color: #fff;
  display: grid;
  gap: 16px;
  padding-block: 32px;
}
@media (min-width: 744px) {
  .l-footer {
    padding-block: 48px;
  }
}
.l-footer__logo {
  transition: 0.3s;
  display: block;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}
.l-footer__logo:hover {
  opacity: 0.7;
}
.l-footer__txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 744px) {
  .l-footer__txt {
    font-size: 16px;
  }
}
.l-footer-sns {
  display: flex;
  gap: 32px;
  justify-content: center;
  padding-block: 16px;
}
.l-footer-sns__item {
  transition: 0.3s;
}
.l-footer-sns__item:hover {
  opacity: 0.7;
}
.l-footer__credit {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 744px) {
  .l-footer__credit {
    font-size: 14px;
  }
}

/*——————————————————————
section
——————————————————————*/
.l-section {
  padding-block: 48px;
}
@media (max-width: 1023px) {
  .l-section:nth-child(1) {
    padding-top: 24px;
  }
}
.l-section.--divider {
  position: relative;
}
.l-section.--divider::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  width: 15rem;
}

.c-btn {
  font-size: 14px;
  transition: 0.3s;
  background: #E63946;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  max-width: 100%;
  padding: 4px 16px;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 744px) {
  .c-btn {
    font-size: 16px;
  }
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn::after {
  aspect-ratio: 1/1;
  background: url(../images/common/angle-white.svg) no-repeat center/contain;
  content: "";
  display: block;
  width: 0.5em;
}
.c-btn[target=_blank]::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-outer.svg);
  width: 0.928em;
}
.c-btn[href*=pdf]::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-pdf.svg);
  width: 1.25em;
}

.c-form {
  display: grid;
  gap: 24px;
}
.c-form input:not([name*=quantity]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
.c-form textarea {
  width: 100%;
}
.c-form input[name*=quantity] {
  width: 5em;
}
.c-form input,
.c-form select,
.c-form textarea {
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  font-family: inherit;
  font-size: 1em;
  padding: 8px;
}
.c-form-content {
  display: grid;
  gap: 8px;
}
.c-form-content__title {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 744px) {
  .c-form-content__title {
    font-size: 16px;
  }
}
.c-form-content__aside {
  font-size: 14px;
  color: #757575;
  font-weight: 500;
}
@media (min-width: 744px) {
  .c-form-content__aside {
    font-size: 16px;
  }
}
.c-form-privacy {
  align-items: center;
  background: #e7e7e7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-inline: auto;
  padding: 2rem;
  text-align: center;
  width: min(100%, 500px);
}
.c-form-privacy a {
  color: #0088FF;
  text-decoration: underline;
  transition: 0.3s;
}
.c-form-privacy a:hover {
  color: rgb(0, 122.4, 229.5);
}
.c-form-btns {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-form-btns input {
  background: #E63946;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 700;
  max-width: 100%;
  padding: 1em;
  transition: 0.3s;
  width: 32rem;
}
.c-form-btns input:hover {
  background: #fff;
  border-color: #E63946;
  color: #E63946;
}
.c-form-btns input:disabled {
  filter: grayscale(1);
}
.c-form-btns .wpcf7-spinner {
  display: none;
}
.c-form-btn__back {
  filter: grayscale(1);
}

.wpcf7-response-output {
  display: none;
}

.c-heading01 {
  align-items: baseline;
  border-left: 4px solid;
  display: flex;
  gap: 8px;
  line-height: 1.3;
  margin-bottom: 32px;
  padding-left: 8px;
}
.c-heading01 h2 {
  font-size: 1.125em;
  font-weight: 700;
}
.c-heading01 p {
  font-size: 0.75em;
  font-weight: 500;
}

.c-pageTitle {
  background: #F4F4F4;
  font-weight: 500;
  padding-block: 8px;
}
@media (min-width: 744px) {
  .c-pageTitle {
    font-size: 1.125em;
  }
}
.c-pageTitle__inner {
  display: flex;
}
@media (max-width: 743px) {
  .c-pageTitle__inner {
    justify-content: center;
  }
}
.c-pageTitle__en::before {
  content: "/";
  display: inline-block;
  margin-inline: 8px;
}

.c-schedule-item__inner {
  display: grid;
  gap: 16px;
  padding: 16px;
}
.c-schedule-item-head__date {
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 744px) {
  .c-schedule-item-head__date {
    font-size: 14px;
  }
}
.c-schedule-item-head__title {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 744px) {
  .c-schedule-item-head__title {
    font-size: 16px;
  }
}
.c-schedule-item-act {
  display: grid;
  gap: 8px;
}
.c-schedule-item-act__section {
  font-size: 12px;
}
@media (min-width: 744px) {
  .c-schedule-item-act__section {
    font-size: 14px;
  }
}
.c-schedule-item-act__txt {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 744px) {
  .c-schedule-item-act__txt {
    font-size: 16px;
  }
}
.c-schedule-item-info {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-schedule-item-info__data {
  display: grid;
  gap: 4px;
}
.c-schedule-item-info__data dt {
  background: #000000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 744px) {
  .c-schedule-item-info__data dt {
    font-size: 14px;
  }
}
.c-schedule-item-info__data dd {
  font-size: 14px;
  padding-left: 8px;
}
@media (min-width: 744px) {
  .c-schedule-item-info__data dd {
    font-size: 16px;
  }
}
.c-schedule-item__notice {
  font-size: 14px;
  color: #E63946;
  font-weight: 700;
}
@media (min-width: 744px) {
  .c-schedule-item__notice {
    font-size: 16px;
  }
}

.wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi > * {
  background: #fff;
  border-radius: 50%;
  display: grid;
  font-size: 1.2em;
  font-weight: 700;
  height: clamp(2.9rem, 8vw, 3.8rem);
  line-height: 1;
  place-items: center;
  transition: 0.3s;
  width: clamp(2.9rem, 8vw, 3.8rem);
}
.wp-pagenavi > *:not(.current):not(.extend) {
  cursor: pointer;
}
.wp-pagenavi > *:not(.current):not(.extend):hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .current {
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  bottom: 0;
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 700;
  height: 1em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6em;
}
.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
}

.c-breadcrumbs {
  font-size: 12px;
  padding-top: 4px;
}
@media (min-width: 744px) {
  .c-breadcrumbs {
    font-size: 14px;
  }
}
.c-breadcrumbs a {
  color: #0088FF;
  text-decoration: underline;
}

.u-fadeinUp {
  opacity: 0;
  visibility: hidden;
}
.u-fadeinUp-active {
  animation-name: fadeinUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}

.u-w-content {
  margin-inline: max(5vw, 50cqw - var(--wp--style--global--content-size) / 2);
}
.u-w-wide {
  margin-inline: max(5vw, 50cqw - var(--wp--style--global--wide-size) / 2);
}

.p-top {
  margin-bottom: 48px;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .p-top {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 36rem;
  }
}
@media (max-width: 1023px) {
  .p-top__inner {
    display: none;
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  .p-top-today {
    grid-area: 1/2/2/3;
  }
}
.p-top-today__wrapper {
  display: grid;
  gap: 32px;
}
.p-top-today__img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: auto;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .p-top-today__img {
    width: 25rem;
  }
}
.p-top-today__inner {
  padding-bottom: 0;
  padding-inline: 0;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .p-top-pickup {
    grid-area: 1/1/2/2;
  }
}
.p-top-pickup__wrapper {
  display: grid;
  gap: 8px;
}
@media (min-width: 744px) {
  .p-top-pickup__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-pickup__item {
  position: relative;
}
.p-top-pickup__img {
  aspect-ratio: 360/178;
  overflow: hidden;
}
@media (min-width: 744px) {
  .p-top-pickup__img {
    aspect-ratio: 293/194;
  }
}
.p-top-pickup__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
  width: 100%;
}
.p-top-pickup__item:hover .p-top-pickup__img img {
  transform: scale(1.1);
}
.p-top-pickup-content {
  background: rgba(0, 0, 0, 0.64);
  bottom: 0;
  color: #fff;
  left: 0;
  margin-top: auto;
  padding: 4px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.p-top-pickup-content__date {
  font-size: 12px;
}
@media (min-width: 744px) {
  .p-top-pickup-content__date {
    font-size: 14px;
  }
}
.p-top-pickup-content__title {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 744px) {
  .p-top-pickup-content__title {
    font-size: 16px;
  }
}
.p-top-pickup-content__artist {
  font-size: 14px;
}
@media (min-width: 744px) {
  .p-top-pickup-content__artist {
    font-size: 16px;
  }
}
@media (min-width: 744px) {
  .p-top-pickup-content__artist {
    font-size: 12px;
  }
}
@media (min-width: 744px) and (min-width: 744px) {
  .p-top-pickup-content__artist {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  .p-top-news {
    grid-area: 2/2/3/3;
  }
}
.p-top-news__wrapper {
  display: grid;
  gap: 16px;
}
.p-top-news__title {
  font-size: 14px;
  align-items: center;
  border-bottom: 1px solid;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  list-style: none;
  padding: 0 4px 4px;
}
@media (min-width: 744px) {
  .p-top-news__title {
    font-size: 16px;
  }
}
.p-top-news__title::-webkit-details-marker {
  display: none;
}
.p-top-news__title::after {
  background: url(../images/common/angle.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 7px;
  transition: 0.3s;
  width: 14px;
}
.p-top-news__item[open] .p-top-news__title::after {
  rotate: -180deg;
}
.p-top-news__content {
  font-size: 14px;
  padding: 4px 4px 0;
}
@media (min-width: 744px) {
  .p-top-news__content {
    font-size: 16px;
  }
}
.p-top-news__content a {
  color: #0088FF;
  text-decoration: underline;
}
.p-top-news__content strong {
  font-weight: 700;
}
.p-top-banner {
  display: grid;
  gap: 16px;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .p-top-banner {
    grid-area: 2/1/4/2;
  }
}
.p-top-banner__item:is(a) {
  transition: 0.3s;
}
.p-top-banner__item:is(a):hover {
  opacity: 0.7;
}
.p-top-gmap {
  aspect-ratio: 393/307;
}
@media (1024px > width > 743px) {
  .p-top-gmap {
    aspect-ratio: 2/1;
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  .p-top-gmap {
    grid-area: 3/2/4/3;
    margin-top: 48px;
  }
}
.p-top-gmap iframe {
  height: 100%;
  width: 100%;
}

.p-schedule-nav {
  align-items: center;
  background: #F4F4F4;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 8px 16px;
  position: sticky;
  top: 5rem;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .p-schedule-nav {
    padding-inline: calc((100% - var(--wp--style--global--content-size)) / 2);
    top: 8rem;
  }
}
.p-schedule-nav__btn {
  aspect-ratio: 1/1;
  width: 1em;
}
.p-schedule-nav__btn::before {
  background: url(../images/common/angle.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.p-schedule-nav__btn.--prev::before {
  rotate: 90deg;
}
.p-schedule-nav__btn.--next::before {
  rotate: -90deg;
}
.p-schedule-nav__txt {
  font-family: "Oswald", "Local Noto Sans JP", "Noto Sans JP", sans-serif;
}
@media (max-width: 743px) {
  .p-schedule-nav__txt {
    font-size: 14px;
  }
}
@media (max-width: 743px) and (min-width: 744px) {
  .p-schedule-nav__txt {
    font-size: 16px;
  }
}
.p-schedule-nav__txt strong {
  font-size: 1.7em;
  font-weight: 500;
}
.p-schedule__notice {
  margin-top: 16px;
}
.p-schedule-list {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
.p-schedule-list-item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
@media (min-width: 744px) {
  .p-schedule-list-item {
    align-items: flex-start;
    background: #F4F4F4;
    display: grid;
    gap: 16px;
    grid-template-columns: 30rem 1fr;
    grid-template-rows: auto 1fr;
    padding: 16px;
    transition: 0.3s;
  }
  .p-schedule-list-item:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
  }
}
.p-schedule-list-item__img {
  width: 100%;
}
@media (max-width: 743px) {
  .p-schedule-list-item__img {
    aspect-ratio: 360/160;
    border-radius: 5px 5px 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 744px) {
  .p-schedule-list-item__img {
    grid-area: 1/1/3/2;
  }
}
.p-schedule-list-item__inner {
  background: #F4F4F4;
}
@media (min-width: 744px) {
  .p-schedule-list-item__inner {
    align-items: flex-start;
    background: none;
    grid-area: 1/2/2/3;
    padding: 0;
  }
}
.p-schedule-list-item__more {
  font-size: 14px;
  align-items: center;
  background: #E63946;
  color: #fff;
  display: flex;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  padding: 4px 16px;
}
@media (min-width: 744px) {
  .p-schedule-list-item__more {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .p-schedule-list-item__more {
    border-radius: 0 0 5px 5px;
  }
}
@media (min-width: 744px) {
  .p-schedule-list-item__more {
    border-radius: 5px;
    grid-area: 2/2/3/3;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-schedule-list-item__more::after {
  aspect-ratio: 7/12;
  background: url(../images/common/angle-white.svg) no-repeat center/contain;
  content: "";
  display: block;
  transition: 0.3s;
  width: 7px;
}
.p-schedule-list-item:hover .p-schedule-list-item__more::after {
  translate: 2px 0;
}
.p-schedule-detail:last-child::after {
  display: none;
}
@media (min-width: 744px) {
  .p-schedule-detail__wrapper {
    display: grid;
    gap: 16px 32px;
    grid-template-columns: 40rem 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 744px) {
  .p-schedule-detail__head {
    grid-area: 1/2/2/3;
  }
}
.p-schedule-detail__img {
  display: grid;
  gap: 16px;
}
@media (max-width: 743px) {
  .p-schedule-detail__img {
    margin-top: 16px;
  }
}
@media (min-width: 744px) {
  .p-schedule-detail__img {
    grid-area: 1/1/3/2;
  }
}
.p-schedule-detail__inner {
  background: #F4F4F4;
}
@media (min-width: 744px) {
  .p-schedule-detail__inner {
    align-items: flex-start;
    grid-area: 2/2/3/3;
    height: -moz-max-content;
    height: max-content;
  }
}
.p-schedule-detail__comment {
  line-height: 1.5;
}
.p-schedule-detail__btns {
  display: grid;
  gap: 16px;
  margin-bottom: 8px;
}
.p-schedule-detail__btns:empty {
  display: none;
}
.p-schedule-reserve {
  margin-inline: auto;
  max-width: 70rem;
}

.p-info-section {
  font-size: 14px;
}
@media (min-width: 744px) {
  .p-info-section {
    font-size: 16px;
  }
}
.p-info .l-container {
  max-width: 60rem;
}
.p-info__wrapper {
  display: grid;
  gap: 16px;
}
.p-info strong {
  font-weight: 700;
}
.p-info__price {
  display: grid;
  gap: 8px;
}
@media (min-width: 744px) {
  .p-info__price {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-info__price dl {
  display: grid;
}
@media (max-width: 743px) {
  .p-info__price dl {
    border: 1px solid #000000;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-info__price dt,
.p-info__price dd {
  padding: 4px;
  text-align: center;
}
.p-info__price dt {
  background: #000000;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 744px) {
  .p-info__price dd {
    border: 1px solid;
  }
}
.p-info__notice li {
  display: flex;
}
.p-info__notice li::before {
  content: "※";
}

.p-equipment__update {
  margin-bottom: 16px;
  text-align: right;
}
.p-equipment__wrapper {
  display: grid;
  gap: 48px;
}
.p-equipment table th,
.p-equipment table td {
  text-align: center !important;
}
.p-equipment table thead th {
  background: #000000 !important;
  color: #fff !important;
  font-weight: 700;
}

.p-single {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}
.p-single > * + * {
  margin-top: var(--wp--style--block-gap, 1.5rem);
}
.p-single h2 {
  font-size: 1.5em;
  font-weight: 700;
}
.p-single h3 {
  font-size: 1.25em;
  font-weight: 700;
}
.p-single a:not([class]) {
  color: var(--wp--preset--color--link);
  text-decoration: underline;
}
.p-single ul {
  list-style: disc;
  padding-left: 1.5em;
}
.p-single ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.p-single strong {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */