@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  font-family: inherit;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.site {
  overflow-x: hidden;
  color: #333;
}

.site-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.admin-bar .site-header {
  top: 32px;
}

.site-branding {
  display: inline-block;
}

.site-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.site-footer {
  width: 100%;
}

.site-main {
  line-height: 1.8;
  transition: all 0.3s;
}
.site-main .entry-content {
  margin-top: -20px;
}
.site-main .entry-content a,
.site-main .entry-content a:link,
.site-main .entry-content a:visited {
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s;
}
.site-main .entry-content a:hover,
.site-main .entry-content a:active {
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}

.site-sub {
  line-height: 1.4;
  transition: all 0.3s;
}
.site-sub a,
.site-sub a:link,
.site-sub a:visited {
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s;
}
.site-sub a:hover,
.site-sub a:active {
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}

.page .site-wrap,
.archive .site-wrap {
  max-width: 840px;
  margin: 100px auto 0;
}
.page .site-wrap .entry-content,
.archive .site-wrap .entry-content {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .site-wrap .entry-content,
  .archive .site-wrap .entry-content {
    margin: 0 auto 0;
  }
}
.page .site-wrap .site-sub,
.archive .site-wrap .site-sub {
  max-width: 250px;
  margin: 0 30px;
}

.single .site-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  margin: 100px auto 0;
}
.single .site-wrap .site-main {
  width: 100%;
  max-width: 740px;
}
.single .site-wrap .site-sub {
  width: 100% !important;
  max-width: 250px;
}

@media screen and (max-width: 960px) {
  .page .site-wrap,
  .single .site-wrap,
  .archive .site-wrap {
    margin: 0 auto;
  }
  .page .site-main,
  .single .site-main,
  .archive .site-main {
    width: 87.5vw;
    max-width: initial;
    max-width: 840px !important;
    margin: 0 auto !important;
    padding: 0 0 5em !important;
  }
  .page .site-sub,
  .single .site-sub,
  .archive .site-sub {
    max-width: 840px !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 768px) {
  .page .site-breadcrumbs,
  .single .site-breadcrumbs,
  .archive .site-breadcrumbs {
    margin: 60px auto 30px;
    padding: 0;
  }
  .page .site-main,
  .single .site-main,
  .archive .site-main {
    padding: 0 0 0 !important;
  }
  .page .site-main img,
  .single .site-main img,
  .archive .site-main img {
    width: 100%;
    max-width: 100%;
  }
}
.l-full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.x_fullwide {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}

.site-branding {
  z-index: 11;
  position: fixed;
  top: 15px;
  left: 20px;
}
.site-branding .custom-logo-link {
  display: block;
  transition: opacity 0.5s ease;
}
.site-branding .custom-logo {
  display: block;
  width: var(--logo-size, 200px);
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .site-branding .custom-logo {
    width: var(--logo-size-sp, 150px);
  }
}

.home .site-branding .custom-logo-link {
  opacity: 0;
  pointer-events: none;
}
.home .site-branding.is-appear .custom-logo-link {
  opacity: 1;
  pointer-events: auto;
}

.logged-in .site-branding {
  top: 47px;
}
@media screen and (max-width: 782px) {
  .logged-in .site-branding {
    top: 61px;
  }
}

body.is-modal-open .site-branding,
body.is-modal-open .site-header.is-open .site-branding {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
body.is-modal-open .site-branding .custom-logo,
body.is-modal-open .site-branding .custom-logo-link,
body.is-modal-open .site-header.is-open .site-branding .custom-logo,
body.is-modal-open .site-header.is-open .site-branding .custom-logo-link {
  opacity: 0 !important;
}

.site-footer {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #5a4a42;
  color: #fff;
}
.site-footer a,
.site-footer a:link,
.site-footer a:visited {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.site-footer a:hover,
.site-footer a:active {
  color: #fff;
  opacity: 0.7;
}

.x_footer-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 30px 40px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.x_footer-wrap::before {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 50, 45, 0.85);
  content: "";
}
.x_footer-wrap > * {
  z-index: 1;
  position: relative;
}
.x_footer-wrap a,
.x_footer-wrap a:link,
.x_footer-wrap a:visited {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.x_footer-wrap a:hover,
.x_footer-wrap a:active {
  color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .x_footer-wrap {
    padding: 40px 20px 100px;
  }
}

.x_footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  list-style: none;
}
.x_footer-nav > li {
  margin: 0;
}

.x_footer-nav1 {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 1em;
  list-style: none;
}
.x_footer-nav1 li {
  font-size: 1.2rem;
}

.x_footer-nav2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 0.5em 1.5em;
  list-style: none;
}
.x_footer-nav2 li {
  margin: 0;
}
.x_footer-nav2 a {
  font-size: 0.9rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .x_footer-nav2 {
    gap: 0.5em 1em;
  }
  .x_footer-nav2 a {
    font-size: 0.8rem;
  }
}

.x_footer-info {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  max-width: 1200px;
  margin: 0 auto 50px;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .x_footer-info {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .x_footer-info {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .x_footer-info1 {
    margin-bottom: 30px;
  }
}
.x_footer-info1 p {
  margin: 0.5em 0;
  font-size: 0.85rem;
  line-height: 1.6;
}

.consultation-hours {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}
.consultation-hours th,
.consultation-hours td {
  padding: 0.5em 0.4em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
.consultation-hours th {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: normal;
}
.consultation-hours td {
  min-width: 1.8em;
}
@media screen and (max-width: 768px) {
  .consultation-hours {
    font-size: 0.75rem;
  }
}

.x_footer-info2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .x_footer-info2 {
    margin-bottom: 30px;
  }
}
.x_footer-info2 h2 {
  margin: 0 0 1em;
}
.x_footer-info2 h2 img {
  max-width: 250px;
  height: auto;
}
.x_footer-info2 p {
  margin: 0.5em 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.x_footer-info2_link {
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1.8;
  list-style: none;
}
.x_footer-info2_link li {
  margin: 0;
}

.x_footer-info2_tel {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.x_footer-info2_tel img {
  width: 0.8em;
  height: auto;
}
@media screen and (max-width: 768px) {
  .x_footer-info2_tel {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .x_footer-info3 {
    display: flex;
    grid-column: 1/-1;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .x_footer-info3 {
    display: block;
    text-align: center;
  }
}

.x_sns-wrap {
  margin-bottom: 2em;
}
.x_sns-wrap a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1rem;
}
.x_sns-wrap a svg {
  width: 1.4em;
  height: 1.4em;
}
@media screen and (max-width: 768px) {
  .x_sns-wrap {
    margin-bottom: 1.5em;
  }
}

.x_footer-info3_link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.x_footer-info3_link p {
  margin: 0 0 0.5em;
  font-size: 0.9rem;
}
.x_footer-info3_link li {
  margin: 0.5em 0;
  font-size: 0.85rem;
}
.x_footer-info3_link a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .x_footer-info3_link {
    text-align: center;
  }
}

.x_footer-copyright {
  text-align: center;
}
.x_footer-copyright p {
  margin: 2em 0;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.x_footer-copyright img {
  max-width: 35px;
  height: auto;
}

.x_mrgn0t {
  margin-top: 0 !important;
}

.x_mrgn0b {
  margin-bottom: 0 !important;
}

.x_mrgn10b {
  margin-bottom: 10px !important;
}

.x-comment {
  display: flex;
  gap: 30px;
}
.x-comment-image {
  width: 33%;
}
.x-comment-image img {
  width: 100%;
}
.x-comment-txt {
  width: 66%;
}
.x-comment-txt h2 {
  margin-top: 0;
  padding-top: 0 !important;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .x-comment {
    flex-direction: column;
    padding: 20px !important;
    gap: 30px;
  }
  .x-comment-image {
    width: 100%;
  }
  .x-comment-txt {
    width: 100%;
  }
}

.home h1 {
  margin: 0;
  padding: 0;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0;
  padding-top: 1.5em;
}
.entry-content h2 {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ccc;
}

@media screen and (max-width: 780px) {
  .entry-content h1 {
    line-height: 1.3;
  }
}
.x-button {
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 4em auto 2em;
  padding: 0.5em 2em;
  transform: translateX(-50%);
  border: none;
  border-radius: 2em;
  background: rgb(var(--accent-color), 100%);
  color: #fff;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
}
.x-button:hover {
  opacity: 0.6;
}

.entry-content details {
  margin-bottom: 7px;
  border-bottom: 1px solid #ccc;
}
.entry-content details summary {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 1em 2em 1em 0;
  cursor: pointer;
}
.entry-content details summary::-webkit-details-marker {
  display: none;
}
.entry-content details summary::before,
.entry-content details summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #333;
  content: "";
}
.entry-content details summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}
.entry-content details summary::after {
  transition: rotate 0.3s;
}
.entry-content details[open] summary::after {
  rotate: 90deg;
}
.entry-content details p {
  margin: 0;
  padding: 0.3em 2em 1.5em;
  transform: translateY(-10px);
  color: #333333;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
.entry-content details[open] p {
  transform: none;
  opacity: 1;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em 1em;
  line-height: 1.5;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.6em;
}
.entry-content .x-list-kome {
  /* リストのマーカーを消す */
  padding-left: 0;
  list-style: none;
}
.entry-content .x-list-kome li {
  position: relative; /* 疑似要素を相対的に配置 */
}
.entry-content .x-list-kome li::before {
  position: absolute;
  left: -1em; /* 1文字分外側に配置 */
  content: "※"; /* 文頭に「※」を追加 */
}

.x-pagetop {
  position: fixed;
  right: 0px;
  bottom: -80px;
  width: 60px;
  height: 60px;
  transition: all 0.5s;
}
.x-pagetop a, .x-pagetop a:link, .x-pagetop a:visited, .x-pagetop a:hover, .x-pagetop a:active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(var(--accent-color), 1);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  opacity: 1;
  transition: all 0.5s;
}
.x-pagetop a span, .x-pagetop a:link span, .x-pagetop a:visited span, .x-pagetop a:hover span, .x-pagetop a:active span {
  font-size: 3rem;
}
.x-pagetop a:hover, .x-pagetop a:active {
  opacity: 0.6;
}
.x-pagetop.is-active {
  bottom: 56px;
}

.posted-new {
  margin-left: 0.5em;
  padding: 0.1em 0.75em 0.2em;
  border-radius: 1em;
  background-color: #da3030;
  color: #fff;
  font-size: 0.65em;
  line-height: 1;
}

.entry-content .wp-block-pullquote {
  padding: 1.5em 0;
}

.block-signature a, .block-signature a:link, .block-signature a:visited {
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s;
}
.block-signature a:hover, .block-signature a:active {
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}

.x-table-noborder {
  margin: 0;
  padding: 0;
}
.x-table-noborder table {
  display: inline;
  border: none !important;
}
.x-table-noborder th, .x-table-noborder td {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  vertical-align: top;
}

.x-table-col1-nowarp th:nth-of-type(1), .x-table-col1-nowarp td:nth-of-type(1) {
  white-space: nowrap;
}

.x-theater {
  margin: 0;
  padding: 0;
}
.x-theater table {
  width: 100%;
  border: 1px solid #aaa;
  border-collapse: collapse;
  /* 親要素に合わせた幅 */
  /* 横スクロールを発生させるための最小幅 */
}
.x-theater th,
.x-theater td {
  margin: 0 !important;
  padding: 5px 10px !important;
  border: 1px solid #aaa;
  vertical-align: top;
  white-space: nowrap;
  /* テキストの折り返しを防止 */
}
.x-theater th {
  background-color: #ddd;
  font-weight: bold;
}
.x-theater a,
.x-theater a:link,
.x-theater a:visited {
  text-decoration: underline !important;
}
.x-theater a:hover,
.x-theater a:active {
  text-decoration: none !important;
}
.x-theater {
  /* 640px以下のスタイル */
}
@media screen and (max-width: 700px) {
  .x-theater table {
    display: block;
    border: none;
  }
  .x-theater thead {
    display: none;
  }
  .x-theater tbody {
    display: block;
    width: 100%;
    border: none;
  }
  .x-theater tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-bottom: none;
  }
  .x-theater td {
    display: flex;
    position: relative;
    padding: 0 !important;
    border: none;
    border-bottom: 1px solid #aaa;
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.2;
    text-align: left;
    white-space: normal !important;
  }
  .x-theater td span {
    display: inline-block;
    padding: 5px 15px !important;
  }
  .x-theater td::before {
    display: inline-block;
    flex-shrink: 0;
    width: 6.5em;
    padding: 5px 15px !important;
    background-color: #ddd;
    font-weight: bold;
  }
  .x-theater td:nth-child(1)::before {
    content: "都道府県";
  }
  .x-theater td:nth-child(2)::before {
    content: "地域";
  }
  .x-theater td:nth-child(3)::before {
    content: "劇場名";
  }
  .x-theater td:nth-child(4)::before {
    content: "公開期間";
  }
}

.x-theater-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px !important;
  padding: 0 0 !important;
  gap: 0 5px;
}
.x-theater-button li {
  margin: 0.25em 0 0 !important;
  padding: 0;
  list-style: none;
}
.x-theater-button button {
  padding: 0.25em 1em;
  border: none;
  border-radius: 2em;
  background: none;
  background-color: #aaa;
  color: inherit;
  color: #fff;
  font: inherit;
  font-size: clamp(14px, 1.2vw, 16px);
  cursor: pointer;
}
.x-theater-button button.is-active {
  background-color: rgb(76, 56, 56);
}

.site-breadcrumbs {
  width: 100%;
  margin: 0 auto 40px;
  color: #888;
  font-size: 0.8rem;
  transition: all 0.3s;
}
.site-breadcrumbs a,
.site-breadcrumbs a:link,
.site-breadcrumbs a:visited {
  color: #888;
}

.site-breadcrumbs a,
.site-breadcrumbs a:link,
.site-breadcrumbs a:visited {
  text-decoration: none;
}
.site-breadcrumbs a:hover,
.site-breadcrumbs a:active {
  text-decoration: underline;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding-bottom: 3em;
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  width: 3em;
  height: 3em;
  margin: 2px;
  padding: 1em !important;
  background-color: #eee;
  color: #fff;
  color: #222;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: rgba(186, 166, 143, 0.9803921569);
  color: #fff;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.xModal-1_container {
  display: none;
}

.xModal-1_container.is-open {
  display: block;
}

.logged-in .x-hamburger {
  top: 32px;
}
.logged-in .xModal-1_container {
  margin-top: 32px;
}
.logged-in .xModal-1_container.is-open {
  margin-top: 32px;
}

.xModal-1_container .menu {
  position: fixed;
  top: 0;
  right: -50%;
  flex-direction: column;
  width: 50%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #eee;
  color: #212121;
  transition: 0.3s;
}

.xModal-1_container.is-open .menu {
  display: flex;
  right: 0;
}

.xModal-1_container.is-open .overlay {
  display: flex;
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .xModal-1_container.is-open .overlay {
    background: rgb(255, 255, 255);
  }
}

.x-hamburger {
  display: block;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 0 15px 0 15px;
  border: none;
  border-radius: 0;
  background-color: rgba(var(--accent-color), 0.98);
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.x-hamburger-txt {
  display: block;
  position: absolute;
  bottom: 11px;
  left: 50%;
  padding-top: 20px;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 400;
  font-size: 8px;
  letter-spacing: 1px;
}
.x-hamburger-line {
  display: block;
  position: relative;
  top: -8px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .x-hamburger:hover {
    background-color: rgba(var(--accent-color), 0.4);
  }
}

.x-hamburger-line::before,
.x-hamburger-line::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: 0.5s;
}

.x-hamburger-line::before {
  transform: translateY(-8px);
}

.x-hamburger-line::after {
  transform: translateY(8px);
}

.x-hamburger.is-open {
  background-color: rgba(var(--accent-color), 0);
}

.x-hamburger.is-open .x-hamburger-txt {
  color: rgb(0, 0, 0);
}

.x-hamburger.is-open .x-hamburger-line {
  background-color: transparent;
}

.x-hamburger.is-open .x-hamburger-line::before,
.x-hamburger.is-open .x-hamburger-line::after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  transition: all 0.2s;
}

.x-hamburger.is-open .x-hamburger-line::before {
  transform: rotate(45deg);
}

.x-hamburger.is-open .x-hamburger-line::after {
  transform: rotate(-45deg);
}

.x-modal-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 120px 60px 80px 60px;
  overflow-y: scroll;
  gap: 40px 80px;
  transition: all 0.5s;
}

.x_modal-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 80px 60px;
  overflow-y: auto;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .x_modal-wrap {
    flex-direction: column;
    padding: 80px 30px 60px;
    gap: 40px;
  }
}
.x_modal-wrap > .custom-logo-link,
.x_modal-wrap .x_modal-content > .custom-logo-link {
  display: block;
  z-index: 12;
  margin: -35px 0 30px -10px !important;
  padding: 0 !important;
}
.x_modal-wrap > .custom-logo-link .custom-logo,
.x_modal-wrap .x_modal-content > .custom-logo-link .custom-logo {
  display: block;
  width: var(--logo-size, 200px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .x_modal-wrap > .custom-logo-link .custom-logo,
  .x_modal-wrap .x_modal-content > .custom-logo-link .custom-logo {
    width: var(--logo-size-sp, 150px);
  }
}
.logged-in .x_modal-wrap > .custom-logo-link,
.logged-in .x_modal-wrap .x_modal-content > .custom-logo-link {
  top: 47px;
}
@media screen and (max-width: 782px) {
  .logged-in .x_modal-wrap > .custom-logo-link,
  .logged-in .x_modal-wrap .x_modal-content > .custom-logo-link {
    top: 61px;
  }
}
.x_modal-wrap .x_modal-menu {
  width: 30%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .x_modal-wrap .x_modal-menu {
    width: 100%;
  }
}
.x_modal-wrap .x_modal-menu > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.x_modal-wrap .x_modal-menu > li:first-child {
  border-top: 1px solid #e5e5e5;
}
.x_modal-wrap .x_modal-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.x_modal-wrap .x_modal-menu > li > a:hover {
  color: rgba(var(--accent-color), 1);
}
.x_modal-wrap .x_modal-menu > li > a > span:first-child {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}
.x_modal-wrap .x_modal-menu > li > a > span:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: rgba(var(--accent-color), 1);
  content: "";
}
.x_modal-wrap .x_modal-menu > li > a > span:last-child {
  color: #aaa;
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.05em;
}
.x_modal-wrap .x_modal-menu > li > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0 0 15px;
  gap: 0;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .x_modal-wrap .x_modal-menu > li > ul {
    grid-template-columns: 1fr;
  }
}
.x_modal-wrap .x_modal-menu > li > ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (min-width: 481px) {
  .x_modal-wrap .x_modal-menu > li > ul li:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.x_modal-wrap .x_modal-menu > li > ul li:last-child {
  border-bottom: none;
}
.x_modal-wrap .x_modal-menu > li > ul li a {
  display: block;
  padding: 10px 0;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.x_modal-wrap .x_modal-menu > li > ul li a:hover {
  color: rgba(var(--accent-color), 1);
}
.x_modal-wrap .x_modal-menu > li > ul li a span {
  display: inline;
}
.x_modal-wrap .x_modal-menu > li:has(> ul) > a {
  padding-bottom: 10px;
}
.x_modal-wrap .x_modal-menu > li:has(> ul) > a > span:first-child {
  color: rgba(var(--accent-color), 1);
}
.x_modal-wrap .x_modal-content {
  width: 70%;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .x_modal-wrap .x_modal-content {
    width: 100%;
  }
}
.x_modal-wrap .x_modal-content p {
  margin: 0 0 10px;
}
.x_modal-wrap .x_modal-content .consultation-hours {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse;
  font-size: 13px;
}
.x_modal-wrap .x_modal-content .consultation-hours th,
.x_modal-wrap .x_modal-content .consultation-hours td {
  padding: 10px 8px;
  border: 1px solid #ddd;
  text-align: center;
}
.x_modal-wrap .x_modal-content .consultation-hours th {
  background: #f8f8f8;
  font-weight: 500;
  white-space: nowrap;
}
.x_modal-wrap .x_modal-content .consultation-hours td {
  background: #fff;
}
.x_modal-wrap .x_modal-content .consultation-hours tr th:first-child {
  text-align: left;
}
.x_modal-wrap .x_modal-content .has-accent-color-color {
  color: #c00;
}
.x_modal-wrap .x_modal-address {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  gap: 20px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 480px) {
  .x_modal-wrap .x_modal-address {
    flex-direction: column;
  }
}
.x_modal-wrap .x_modal-address-image {
  flex: 0 0 150px;
}
.x_modal-wrap .x_modal-address-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .x_modal-wrap .x_modal-address-image {
    flex: none;
    max-width: 180px;
  }
}
.x_modal-wrap .x_modal-address-txt {
  flex: 1;
}
.x_modal-wrap .x_modal-address-txt p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.6;
}
.x_modal-wrap .x_modal-address-txt ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.x_modal-wrap .x_modal-address-txt ul li {
  margin: 0 0 8px;
}
.x_modal-wrap .x_modal-address-txt ul li a {
  display: block;
  padding: 12px 15px;
  border-radius: 4px;
  background: #888;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease;
}
.x_modal-wrap .x_modal-address-txt ul li a:hover {
  background: #666;
}
.x_modal-wrap .x_modal-content_tel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}
.x_modal-wrap .x_modal-content_tel a:hover {
  color: rgba(var(--accent-color), 1);
}
.x_modal-wrap .x_modal-content_tel a img {
  width: 20px;
  height: 20px;
}
.x_modal-wrap .x_sns-wrap {
  margin: 15px 0;
}
.x_modal-wrap .x_sns-wrap a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.x_modal-wrap .x_sns-wrap a:hover {
  color: rgba(var(--accent-color), 1);
}
.x_modal-wrap .x_sns-wrap a svg {
  width: 20px;
  height: 20px;
}
.x_modal-wrap .x_mrgn0t {
  margin-top: 0 !important;
}
.x_modal-wrap .x_mrgn0b {
  margin-bottom: 0 !important;
}
.x_modal-wrap .x_mrgn10b {
  margin-bottom: 10px !important;
}

.modal-menu {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .modal-menu {
    flex-direction: column;
    padding: 80px 20px 40px;
    gap: 40px;
  }
}
.modal-menu__info {
  flex: 0 0 45%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .modal-menu__info {
    order: 2;
    max-width: 100%;
  }
}
.modal-menu__nav {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .modal-menu__nav {
    order: 1;
  }
}

.modal-nav__item {
  border-bottom: 1px solid #e5e5e5;
}
.modal-nav__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.modal-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.modal-nav__link:hover {
  color: rgba(var(--accent-color), 1);
}
.modal-nav__title {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}
.modal-nav__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: rgba(var(--accent-color), 1);
  content: "";
}
.modal-nav__title-en {
  color: #aaa;
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.05em;
}
.modal-nav__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 12px;
}
.modal-nav__category-title {
  position: relative;
  padding-left: 15px;
  color: rgba(var(--accent-color), 1);
  font-weight: 500;
  font-size: 15px;
}
.modal-nav__category-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: rgba(var(--accent-color), 1);
  content: "";
}
.modal-nav__category-en {
  color: #aaa;
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
}
.modal-nav__sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0 0 12px;
  gap: 0;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .modal-nav__sub {
    grid-template-columns: 1fr;
  }
}
.modal-nav__sub-item {
  border-bottom: 1px solid #f0f0f0;
}
.modal-nav__sub-item:nth-last-child(-n+2) {
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .modal-nav__sub-item:nth-last-child(-n+2) {
    border-bottom: 1px solid #f0f0f0;
  }
}
.modal-nav__sub-item:last-child {
  border-bottom: none;
}
.modal-nav__sub-link {
  display: block;
  padding: 10px 0;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.modal-nav__sub-link:hover {
  color: rgba(var(--accent-color), 1);
}

.modal-info__desc {
  margin-bottom: 15px;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}
.modal-info__desc p {
  margin: 0 0 5px;
}
.modal-info__table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  font-size: 13px;
}
.modal-info__table th,
.modal-info__table td {
  padding: 10px 8px;
  border: 1px solid #ddd;
  text-align: center;
}
.modal-info__table th {
  background: #f8f8f8;
  font-weight: 500;
}
.modal-info__table td {
  background: #fff;
}
.modal-info__table .time-label {
  background: #f8f8f8;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.modal-info__note {
  margin-bottom: 20px;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
}
.modal-info__note p {
  margin: 0 0 3px;
}
.modal-info__note .red {
  color: #c00;
}
.modal-info__contact {
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.modal-info__contact .postal {
  margin-bottom: 5px;
  color: #666;
  font-size: 13px;
}
.modal-info__contact .address {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.modal-info__contact .tel {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.modal-info__contact .tel a {
  color: #333;
  text-decoration: none;
}
.modal-info__contact .tel a:hover {
  color: rgba(var(--accent-color), 1);
}
.modal-info__contact .tel .icon {
  width: 22px;
  height: 22px;
}
.modal-info__contact .access {
  color: #666;
  font-size: 13px;
}
.modal-info__sns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 15px;
}
.modal-info__sns a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.modal-info__sns a:hover {
  color: rgba(var(--accent-color), 1);
}
.modal-info__sns a img,
.modal-info__sns a svg {
  width: 24px;
  height: 24px;
}
.modal-info__related {
  margin-bottom: 20px;
}
.modal-info__related .label {
  margin-bottom: 10px;
  color: #666;
  font-size: 13px;
}
.modal-info__btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-bottom: 10px;
  padding: 14px 20px;
  border-radius: 4px;
  background: #888;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease;
}
.modal-info__btn:hover {
  background: #666;
}
.modal-info__btn--primary {
  background: rgba(var(--accent-color), 1);
}
.modal-info__btn--primary:hover {
  background: rgba(var(--accent-color), 1);
  filter: brightness(0.85);
}
.modal-info__image {
  max-width: 220px;
  margin-top: 20px;
}
.modal-info__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .modal-info__image {
    max-width: 180px;
  }
}

.x_modal-admin-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px;
  color: #333;
  text-align: center;
}
.x_modal-admin-notice p {
  margin: 0 0 1em;
  font-size: 1.2rem;
}
.x_modal-admin-notice a {
  display: inline-block;
  padding: 0.8em 1.5em;
  border-radius: 4px;
  background-color: #2271b1;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.x_modal-admin-notice a:hover {
  background-color: #135e96;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  display: flex;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}

.modal__container {
  box-sizing: border-box;
  max-height: 100vh;
  padding: 0px;
  border-radius: 4px;
  background-color: #fff;
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__title {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  color: #00449e;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
}

.modal__close {
  z-index: 200;
  position: absolute;
  top: -25px;
  right: -20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
  opacity: 1;
  transition: all 0.5s ease;
}
.modal__close:hover {
  opacity: 0.7;
}

.modal__close:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.8);
  content: "✕";
  color: #222;
  font-size: 30px;
  cursor: pointer;
}

.modal__content {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
.modal__content > div {
  aspect-ratio: 16/9;
  width: 1000px;
}
@media screen and (max-width: 800px) {
  .modal__content > div {
    width: 90vw;
  }
}

.modal__btn {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: none;
  background: transparent !important;
  cursor: pointer;
  -webkit-appearance: button;
  margin: 0;
  overflow: visible;
  line-height: 1.15;
  text-transform: none;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: all 0.5s ease;
}
.modal__btn img {
  width: 100%;
  max-width: 840px;
}

.modal__btn:focus, .modal__btn:hover {
  opacity: 0.7;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.micromodal-disable-scroll {
  overflow: hidden;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-home-mv.jarallax #jarallax-container-0 div {
  background-image: url(../img/bg_pc_trim.jpg) !important;
}
@media screen and (max-width: 768px) {
  .x-home-mv.jarallax #jarallax-container-0 div {
    background-image: url(../img/bg_sp_trim2.jpg) !important;
  }
}

.x-home-mv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.x-home-mv:not(:has(.x-home-mv__slider)) {
  background-image: url(../img/bg_pc_trim.jpg);
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .x-home-mv:not(:has(.x-home-mv__slider)) {
    background-image: url(../img/bg_sp_trim2.jpg);
  }
}
.x-home-mv__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.x-home-mv__slider .splide__track,
.x-home-mv__slider .splide__list,
.x-home-mv__slider .splide__slide {
  height: 100%;
}
.x-home-mv__slide-img {
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.x-home-mv .splide__pagination {
  display: flex;
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 50%;
  padding: 0;
  gap: 10px;
  transform: translateX(-50%);
}
.x-home-mv .splide__pagination li {
  list-style: none;
}
.x-home-mv .splide__pagination__page {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease;
}
.x-home-mv .splide__pagination__page:hover {
  background: rgba(255, 255, 255, 0.5);
}
.x-home-mv .splide__pagination__page.is-active {
  transform: scale(1.2);
  background: rgb(255, 255, 255);
}
.x-home-mv__custom {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.x-home-mv__custom > * {
  pointer-events: auto;
}
.x-home-mv {
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.x-home-shinran {
  z-index: 1;
  position: absolute;
  top: 26px;
  left: 52%;
  height: calc(100svh - 26%);
  margin: auto;
  transform: translateX(-15%);
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .x-home-shinran {
    left: 55%;
    height: calc(100svh - 40%);
  }
}
@media screen and (max-width: 640px) {
  .x-home-shinran {
    top: 60px;
    left: 50%;
    height: 45svh;
    transform: translate(-35%, 0);
  }
}

.x-home-sakura img {
  --width: 600px;
  z-index: 2;
  position: absolute;
  right: calc(0px - (var(--width) - 40vw));
  bottom: 0;
  width: var(--width);
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 1450px) {
  .x-home-sakura img {
    --width: 700px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .x-home-sakura img {
    --width: 300px;
    top: 20%;
    right: -100px;
    bottom: auto;
  }
}
@media screen and (max-width: 640px) {
  .x-home-sakura img {
    top: 15%;
    right: -150px;
  }
}

.x-home-logo {
  z-index: 5;
  position: absolute;
  top: 100px;
  left: 55%;
  width: 30%;
  margin: auto;
  transform: translateX(-140%);
  animation-duration: 1.5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .x-home-logo {
    left: 10%;
    width: 40%;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 640px) {
  .x-home-logo {
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, 20%);
  }
}

.x-home-circle {
  z-index: 3;
  position: absolute;
  right: 50px;
  bottom: 50px;
  height: 150px;
  animation-duration: 1.5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .x-home-circle {
    right: 10px;
    bottom: 64px;
    width: 110px;
    height: auto;
  }
}

.x-scroll {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.x-roadshow {
  display: inline-block;
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 50px;
  padding: 0.65em 1em;
  border-radius: 10px 10px 0 0;
  background-color: rgba(127, 52, 52, 0.9);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .x-roadshow {
    display: block;
    left: 0;
    width: 100%;
    padding: 0.8em 1em;
    border-radius: 0;
  }
  .x-roadshow img {
    width: 100%;
  }
}

.archive article a {
  display: block;
  padding: 2rem 0;
  border-top: 1px solid #ccc;
  color: #333;
}
.archive article a:link,
.archive article a:visited {
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
.archive article a:link:hover, .archive article a:link:active,
.archive article a:visited:hover,
.archive article a:visited:active {
  text-decoration: none;
  opacity: 0.7;
}
.archive article a:hover,
.archive article a:active {
  text-decoration: none;
  opacity: 0.7;
}
.archive article:last-child {
  margin-bottom: 5em;
  border-bottom: 1px solid #ccc;
}
.archive article h2 {
  margin: 0;
  padding: 0 0 1em;
  border: none;
  font-size: 1.3rem !important;
}
.archive article p:last-of-type {
  margin-bottom: 0;
}

.column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2em;
  margin-bottom: 3em;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .column-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .column-grid {
    grid-template-columns: 1fr;
  }
}
.column-grid article.column-card {
  margin: 0;
  padding: 0;
  border: none;
}
.column-grid article.column-card:first-of-type {
  margin-top: 0;
}
.column-grid article.column-card:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.column-card__link {
  display: block;
  padding: 0;
  border: none;
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
.column-card__link:hover, .column-card__link:active {
  text-decoration: none;
  opacity: 0.7;
}
.column-card__thumbnail {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  background: #efefef;
}
.column-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column-card__no-image {
  width: 100%;
  height: 100%;
  background: #efefef;
}
.column-card__category {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4rem 0.8rem;
  border-radius: 0 0 0 3px;
  background: rgba(var(--accent-color), 0.9);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}
.column-card__content {
  padding: 1rem 0;
}
.column-card__meta {
  margin-bottom: 0.5rem;
}
.column-card__date {
  color: #aaa;
  font-size: 0.85rem;
}
.column-card__title {
  margin: 0 0 0.75rem;
  padding: 0;
  border: none;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
}
.column-card__excerpt {
  color: #333;
  font-size: 0.9rem;
  line-height: 1.6;
}

.related-posts {
  padding-top: 3rem;
}
.related-posts__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 1em;
  font-size: 1.1rem;
}
.related-posts__title::before, .related-posts__title::after {
  flex: 1;
  height: 1px;
  background: #000;
  content: "";
}
.related-posts__title {
  margin-bottom: 2rem;
}
.related-posts .archive article:first-of-type a {
  border-top: 1px solid #ccc;
}
.related-posts .archive article:last-child {
  margin-bottom: 0;
}

.post-navigation {
  margin: 3rem 0;
}
.post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  padding: 0.5rem;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-previous a:active,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:active {
  text-decoration: none;
  opacity: 0.7;
}
.post-navigation .nav-previous a {
  text-align: left;
}
.post-navigation .nav-next a {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .post-navigation .nav-next {
    order: -1;
  }
}
.post-navigation .nav-subtitle {
  display: block;
  margin-bottom: 0.5rem;
  color: #aaa;
  font-size: 0.85rem;
}
.post-navigation .nav-title {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}

.archive .entry-meta {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}

.entry-meta {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-size: 0.8rem;
  line-height: 1;
}
.entry-meta .material-symbols-outlined {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1rem;
}
.entry-meta .posted-on {
  display: inline-block;
  margin-right: 1rem;
  line-height: 0;
}

ul.x_taxonomy {
  display: flex;
  margin: 0;
  padding: 0;
}
ul.x_taxonomy li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.x_taxonomy li a,
ul.x_taxonomy li span {
  display: block;
  min-width: 5rem;
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  background: rgba(var(--accent-color), 1);
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
}
ul.x_taxonomy li a:link,
ul.x_taxonomy li a:visited {
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
ul.x_taxonomy li a:link:hover, ul.x_taxonomy li a:link:active,
ul.x_taxonomy li a:visited:hover,
ul.x_taxonomy li a:visited:active {
  text-decoration: none;
  opacity: 0.7;
}
ul.x_taxonomy li a:hover,
ul.x_taxonomy li a:active {
  text-decoration: none;
  opacity: 0.6;
}

/* ==================================================
固定ページタイトル周り
==================================================*/
.page-header .eng-description {
  color: #aaa;
  font-size: clamp(64px, 10vw, 96px);
  line-height: 1;
}
.page-header .eng-description p {
  margin: 0;
}
.page-header .page-title {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .page-header {
    flex-direction: column-reverse;
    padding: 80px 0 0;
    text-align: center;
  }
  .page-header .eng-description {
    margin-top: -0.1em;
  }
  .page-header .page-title {
    margin: 0 70px !important;
    text-align: right;
  }
}

/* ==================================================
アーカイブタイトル周り
==================================================*/
/* ==================================================
投稿タイトル周り
==================================================*/
.single .page-header {
  padding-bottom: 3em;
}
.single .entry-title {
  margin: 0 0 0.75em;
  font-size: 2em;
  line-height: 1.4;
}
@media screen and (max-width: 780px) {
  .single .entry-title {
    font-size: 1.8em;
    line-height: 1.3;
  }
}

/* ==================================================
サイドタイトル周り
==================================================*/
.site-sub h2 {
  position: relative;
  margin-top: 2rem;
  padding: 0 65px;
  font-size: 1.1rem;
  text-align: center;
}
.site-sub h2:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
}
.site-sub h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.site-sub .wp-block-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 1em;
}
.site-sub .wp-block-heading::before, .site-sub .wp-block-heading::after {
  position: static;
  top: auto;
  left: auto;
  flex: 1;
  width: auto;
  height: 1px;
  background: #000;
  content: "";
}

.site-sub ul,
.site-sub li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-sub li:not(.cat-item) {
  display: grid;
  grid-row-gap: 0.25em;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.site-sub li:not(.cat-item) a {
  order: 2;
  font-size: 0.9rem;
}
.site-sub li:not(.cat-item) span {
  order: 1;
  font-size: 0.75rem;
}
.site-sub li {
  margin-bottom: 0.25rem;
  line-height: 1.3;
}
.site-sub li a {
  font-size: 0.9rem;
  text-decoration: none;
}

.site-sub .wp-block-search__label {
  display: none;
}
.site-sub .wp-block-search__input {
  padding-left: 0.5rem;
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.site-sub .wp-block-search__button {
  margin-left: 0;
  padding: 0.75rem 0.75rem;
  border-radius: 0 3px 3px 0;
  border-color: rgba(var(--accent-color), 1);
  background-color: rgba(var(--accent-color), 1);
  color: #fff;
  word-break: normal;
  opacity: 1;
  transition: all 0.3s;
}
.site-sub .wp-block-search__button:hover {
  opacity: 0.6;
}

.site-sub .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.site-sub .tagcloud a, .site-sub .tagcloud a:link, .site-sub .tagcloud a:visited {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0.5em 1em;
  border-radius: 3px;
  background: #efefef;
  color: #333;
  font-size: 0.7rem !important;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.3s;
}
.site-sub .tagcloud a:hover, .site-sub .tagcloud a:active {
  background: #efefef;
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}
.site-sub .tagcloud a::before {
  content: "# ";
}

.tags-links {
  display: flex;
  flex-wrap: wrap;
}
.tags-links a, .tags-links a:link, .tags-links a:visited {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0.5em 1em;
  border-radius: 3px;
  background: #efefef;
  color: #333;
  font-size: 0.7rem !important;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.3s;
}
.tags-links a:hover, .tags-links a:active {
  background: #efefef;
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}
.tags-links a::before {
  content: "# ";
}

.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-block-tag-cloud a,
.wp-block-tag-cloud a:link,
.wp-block-tag-cloud a:visited {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 50px;
  background: #efefef;
  color: #333;
  font-size: 0.75rem !important;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.3s;
}
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:active {
  background: #efefef;
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}
.wp-block-tag-cloud a::before {
  content: "# ";
}

.x-pagetop {
  visibility: hidden;
  z-index: 99;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
}
.x-pagetop.is-visible {
  visibility: visible;
  opacity: 1;
}
.x-pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(90, 74, 66, 0.9);
  transition: all 0.3s;
}
.x-pagetop a:hover {
  transform: translateY(-3px);
  background-color: rgb(90, 74, 66);
}
@media screen and (max-width: 768px) {
  .x-pagetop {
    right: 15px;
    bottom: 80px;
  }
  .x-pagetop a {
    width: 44px;
    height: 44px;
  }
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Plugin
--------------------------------------------- */
.xModal-1_container .addtoany_share_save_container {
  display: none;
}

.is-inlineblock {
  display: inline-block;
}

.is-block {
  display: block;
}

.is-nowrap {
  white-space: nowrap;
}

.is-hidden {
  display: none !important;
}

.is-appear {
  opacity: 1 !important;
}

@media screen and (max-width: 992px) {
  .is-hidden-ud-pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .is-hidden-ud-tb {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .is-hidden-ud-sp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .is-disp-ov-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-disp-ov-tb {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .is-disp-ov-sp {
    display: none !important;
  }
}

.is-100vw {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.wp-lightbox-container img {
  opacity: 1;
  transition: all 0.5s ease;
}
.wp-lightbox-container img:hover {
  opacity: 0.6;
}

.wp-block-columns.is-3column {
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 20px !important;
}
@media screen and (max-width: 768px) {
  .wp-block-columns.is-3column {
    gap: 5px !important;
  }
}
.wp-block-columns.is-3column .wp-block-column {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
  width: calc(33.3333% - 15px) !important;
}
@media screen and (max-width: 768px) {
  .wp-block-columns.is-3column .wp-block-column {
    width: 100% !important;
  }
}
.wp-block-columns.is-3column .wp-block-column figure {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */