@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --ks-color-black: #000000;
  --ks-color-white: #ffffff;
  --ks-color-gray: #cccccc;
  --ks-color-light-gray: #eeeeee;
  --ks-color-gray-beauty: #c0c6c9;
  --ks-color-deep-gray: #333333;
  --ks-color-bright-gray: #f9f9f9;
  --ks-color-sky-blue: #2ea3c8;
  --ks-color-red: #ff0000;
  --ks-color-bright-pink: #ffeeee;
  --ks-color-salmon-red: #f03f2b;
  --pc-width: 960px;
  --tabret-width: 768px;
  --sp-width: 568px;
  --sp-horizonal-width: 375px;
  --thumbnail-max-size: 400px;
  --thumbnail-mini-size: 240px;
  /* --less-pc-width: calc(var(--pc-width) - 1px); */
  --header-container-padding: 1.5rem;
  --header-logo-height: 100px;
  --menu-size: 36px; /* Change This! */
  --menu-unit: calc(var(--menu-size) / 12);
}

* {
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  vertical-align: baseline;
  background-color: var(--ks-color-white);
}

p {
  font-size: 1rem;
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0;
  font-weight: 600;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

b,
strong {
  font-weight: 600;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 19px;
  font-style: italic;
  line-height: 1.4736842105;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0 0 0 24px;
}

blockquote:not(.alignleft):not(.alignright) {
  margin-left: -28px;
}

blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
}

blockquote:before,
blockquote:after {
  content: "";
  display: table;
}

blockquote:after {
  clear: both;
}

blockquote > :last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote.alignleft,
blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
  padding: 18px 0 0;
  width: calc(50% - 14px);
}

address {
  font-style: italic;
  margin: 0 0 28px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid var(--ks-color-gray-beauty);
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 0 28px;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: var(--ks-color-gray-beauty);
  padding: 2px 4px;
}

abbr[title] {
  border-bottom: 1px dotted var(--ks-color-gray-beauty);
  cursor: help;
}

mark,
ins {
  background: var(--ks-color-sky-blue);
  color: var(--ks-color-white);
  padding: 2px 4px;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  top: -6px;
}

sup {
  bottom: -3px;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

/**
 * 3.0 - Elements
 */
hr {
  background-color: var(--ks-color-gray-beauty);
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}

ul,
ol {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 1.5rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li > ul,
blockquote > ul {
  margin-left: 1.5rem;
}

li > ol,
blockquote > ol {
  margin-left: 24px;
}

dl {
  margin: 0 0 28px;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 28px;
}

table,
th,
td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
  border: 1px solid var(--ks-color-gray-beauty);
}

table a {
  color: var(--ks-color-sky-blue);
}

table,
.mce-item-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}

table th,
.mce-item-table th,
table caption {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  font-weight: 600;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}

table td,
.mce-item-table td {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  padding: 7px;
  vertical-align: baseline;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

a {
  color: var(--ks-color-sky-blue);
  text-decoration: none;
}
a:hover, a:focus {
  opacity: 0.7;
}

fieldset {
  border: 1px solid var(--ks-color-gray-beauty);
  margin: 0 0 28px;
  padding: 14px;
}

/**
 * 4.0 - Alignment
 */
.alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}

/**
 * 5.0 - Caption
 */
.wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 28px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.wp-caption-text,
.wp-caption-dd {
  color: #686868;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 7px;
}

/**
 * 6.0 - Galleries
 */
.mce-content-body .wpview-wrap {
  margin-bottom: 28px;
}

.gallery {
  margin: 0 -1.1666667%;
  padding: 0;
}

.gallery .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery .gallery-caption {
  font-size: 13px;
  margin: 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 7.0 - Audio / Video
 */
.wp-audio-shortcode a,
.wp-playlist a {
  box-shadow: none;
}

.mce-content-body .wp-audio-playlist {
  margin: 0;
  padding-bottom: 0;
}

.mce-content-body .wp-playlist-tracks {
  margin-top: 0;
}

.mce-content-body .wp-playlist-item {
  padding: 10px 0;
}

.mce-content-body .wp-playlist-item-length {
  top: 10px;
}

/**
 * 8.0 - RTL
 */
.rtl blockquote {
  border: 0 solid #1a1a1a;
  border-right-width: 4px;
}

.rtl blockquote.alignleft,
.rtl blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
}

.rtl blockquote:not(.alignleft):not(.alignright) {
  margin-right: -28px;
  padding: 0 24px 0 0;
}

.rtl blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-right: 0;
  margin-left: auto;
}

.rtl li > ul,
.rtl blockquote > ul {
  margin-right: 20px;
  margin-left: auto;
}

.rtl li > ol,
.rtl blockquote > ol {
  margin-right: 24px;
  margin-left: auto;
}

.rtl table th,
.rtl .mce-item-table th,
.rtl table caption {
  text-align: right;
}

html, body {
  margin: 0;
  padding: 0;
}

.block_section .block_section_base_container {
  max-width: var(--pc-width);
  margin: 0 auto;
  padding: 2rem 1rem 2rem;
  box-sizing: unset;
}
.block_section .post_content {
  margin-top: 3rem;
}
.block_section .post_content:empty {
  margin-top: 0;
}
.block_section .section_index {
  text-align: center;
  font-size: 1.5rem;
}
.block_section .section_index span {
  display: inline-block;
  position: relative;
  padding: 0.3em 0.3em 0 1em; /* padding: .3em .3em .2em 1em; */
  color: var(--ks-color-black);
}
.block_section .section_index span::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  transform: rotate(135deg);
  width: 3px;
  border-bottom: 12px solid var(--ks-color-salmon-red);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
}
.block_section .section_index span::after {
  position: absolute;
  top: 0.6em;
  left: 0.1em;
  transform: rotate(80deg);
  width: 2px;
  border-bottom: 8px solid var(--ks-color-salmon-red);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
}

.input_format_group {
  margin-top: 3rem;
}

.post_type_meta {
  display: grid;
  grid-template-areas: "back-link post-type-label space-area";
  grid-template-columns: 8rem 1fr 8rem;
  grid-auto-rows: auto;
  gap: 1rem;
  align-items: center;
}
@media (width < 768px), (max-width: 767px) {
  .post_type_meta {
    grid-template-areas: "back-link" "post-type-label";
    grid-template-columns: 1fr;
  }
}
.post_type_meta .post_type_index {
  grid-area: post-type-label;
  text-align: center;
  font-size: 0.85rem;
}
.post_type_meta .post_type_index span {
  display: inline-block;
  margin: 0 auto;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--ks-color-gray-beauty);
  border-radius: 0.25rem;
}
.post_type_meta .back_link {
  grid-area: back-link;
  font-size: 0.85rem;
}
.post_type_meta .back_link a {
  display: inline-flex;
  padding: 0 0.5rem;
  align-items: center;
  gap: 0.5rem;
}
.post_type_meta .back_link a::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: var(--ks-color-sky-blue);
  transform: rotate(-135deg);
}
.post_type_meta::after {
  content: "";
  grid-area: space-area;
}
@media (width < 768px), (max-width: 767px) {
  .post_type_meta::after {
    display: none;
  }
}

.block_index {
  font-size: 1.25rem;
  border-bottom: 3px solid var(--ks-color-light-gray);
}
.block_index span {
  display: inline-block;
  position: relative;
  padding: 0 0.4em 0.2em;
}
.block_index span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ks-color-sky-blue);
  content: "";
}

[data-role=toggle-index] {
  padding-right: 0.5rem;
  display: flex;
  justify-content: space-between;
}
[data-role=toggle-index]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.75em;
  height: 0.75em;
  border: 0.1em solid var(--ks-color-black);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
[data-role=toggle-index][data-toggle=true]::after {
  transform: translateY(calc(50% + 0.6rem)) rotate(-45deg);
}
[data-role=toggle-index][data-toggle=false]::after {
  transform: translateY(calc(-50% + 1.1rem)) rotate(135deg);
}

[data-role=toggle-content] {
  overflow: hidden;
}
[data-role=toggle-content][data-open=false] {
  display: none;
}

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

.link_button a {
  display: flex;
  border-bottom: 1px solid var(--ks-color-sky-blue);
  background-color: var(--ks-color-sky-blue);
  color: var(--ks-color-white);
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.5rem;
}
.link_button a:hover {
  background-color: var(--ks-color-white);
  color: var(--ks-color-sky-blue);
}
.link_button a::after {
  content: "→";
}
@media (width < 768px), (max-width: 767px) {
  .link_button a {
    font-size: 0.9rem;
  }
}

.social_links {
  padding: var(--header-container-padding) 0;
}
.social_links ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1rem;
}

.main-visual {
  position: relative;
  max-width: var(--pc-width);
  aspect-ratio: 16/9;
  margin: 3em auto 1rem;
}
.main-visual-slides {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-visual .slide {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s;
}
.main-visual .slide.active {
  opacity: 1;
  z-index: 1;
}
.main-visual .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--slide-bg);
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.1);
  z-index: 2;
}
.main-visual .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(192, 198, 201, 0.3);
  z-index: 3;
}
.main-visual .slide .slide-image {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-visual .slide .slide-image.cover {
  object-fit: cover;
}
.main-visual-indicators {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}
.main-visual-indicators button {
  width: 2rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: none;
  background-color: var(--ks-color-gray-beauty);
  cursor: pointer;
}
.main-visual-indicators button.active {
  background-color: var(--ks-color-sky-blue);
}

.image_slider {
  position: relative;
  width: 100%;
  max-width: var(--pc-width);
  margin: 0 auto;
}
.image_slider .image_slider_items_wrapper {
  border-radius: 1rem;
  overflow: hidden;
}
.image_slider .image_slider_items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  padding: 0;
  margin: 0;
  list-style: none;
}
.image_slider .image_slider_items .image_slider_item {
  min-width: 100%;
  box-sizing: border-box;
  background: var(--ks-color-light-gray);
}
.image_slider .image_slider_items .image_slider_item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.image_slider .image_slider_items .image_slider_item img.cover {
  object-fit: cover;
}
.image_slider .image_slider_prev,
.image_slider .image_slider_next {
  border: none;
  background-color: var(--ks-color-sky-blue);
  width: 3rem;
  height: 3rem;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  z-index: 3;
}
.image_slider .image_slider_prev::before,
.image_slider .image_slider_next::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid var(--ks-color-white);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.image_slider .image_slider_prev {
  left: 0.5rem;
}
.image_slider .image_slider_prev::before {
  transform: translateX(25%) rotate(-135deg);
}
.image_slider .image_slider_next {
  right: 0.5rem;
}
.image_slider .image_slider_next::before {
  transform: translateX(-25%) rotate(45deg);
}
.image_slider .image_slider_indicators {
  text-align: center;
  margin-top: 10px;
}
.image_slider .image_slider_indicators .indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background-color: var(--ks-color-gray-beauty);
  cursor: pointer;
  transition: background 0.3s;
}
.image_slider .image_slider_indicators .indicator.active {
  background-color: var(--ks-color-sky-blue);
}

.pagination {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.5rem;
}
.pagination .page-numbers .page-link {
  display: inline-block;
}
.pagination .page-numbers.is-disabled .page-link {
  display: none;
}
.pagination .page-link-area-prev {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pagination .page-link-area-prev .page-link:before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1em solid var(--ks-color-sky-blue);
  border-right: 0.1em solid var(--ks-color-sky-blue);
  transform: rotate(-135deg);
  margin-top: -1rem;
  margin-right: 0.25rem;
}
.pagination .page-link-area-next {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination .page-link-area-next .page-link:after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1em solid var(--ks-color-sky-blue);
  border-right: 0.1em solid var(--ks-color-sky-blue);
  transform: rotate(45deg);
  margin-top: -1rem;
  margin-left: 0.25rem;
}

.header_section {
  background-color: var(--ks-color-white);
}

.header_section_inner {
  max-width: var(--pc-width);
  margin: 0 auto;
  padding: var(--header-container-padding) 0;
  position: relative;
}

.header_container {
  display: grid;
  grid-template-columns: auto 1fr auto; /* 左: 空白（1fr）, 右: ボタン */
  align-items: center; /* 垂直中央揃え */
  margin-bottom: 1rem;
}
.header_container:before {
  content: "";
  --menu-size: 36px; /* Change This! */
  --menu-unit: calc(var(--menu-size) / 12);
  height: var(--menu-size);
  width: var(--menu-size);
  justify-self: start;
}

.header_site_name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: var(--header-logo-height);
}
.header_site_name a {
  color: var(--ks-color-black);
}
.header_site_name a.custom-logo-link:hover, .header_site_name a.custom-logo-link:focus {
  opacity: 1;
}
.header_site_name a.custom-logo-link img {
  width: auto;
  height: var(--header-logo-height);
}

.menu_toggle_controller {
  padding: 0 1rem;
}

.header_toggle_button {
  justify-self: end; /* グリッドの右端に配置 */
  height: var(--menu-size);
  width: var(--menu-size);
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  transition: 0.4s;
  display: none; /* SP表示で block */
}
.header_toggle_button .menu-button-bar {
  width: var(--menu-size);
  height: var(--menu-unit);
  background-color: black;
  text-align: center;
  transition: 0.4s;
  position: absolute;
}
.header_toggle_button .menu-button-bar#bar1 {
  top: calc(2 * var(--menu-unit));
  left: 0;
}
.header_toggle_button .menu-button-bar#bar2 {
  top: calc(50% - var(--menu-unit) / 2);
  left: 0;
}
.header_toggle_button .menu-button-bar#bar3 {
  bottom: calc(2 * var(--menu-unit));
  left: 0;
}

body.menu-visible #menu-toggle-button .menu-button-bar {
  transition: 0.4s;
}
body.menu-visible #menu-toggle-button .menu-button-bar#bar1 {
  top: calc(50% - var(--menu-unit) / 2);
  transform: rotate(45deg);
}
body.menu-visible #menu-toggle-button .menu-button-bar#bar2 {
  width: 0;
  left: calc(var(--menu-size) / 2);
}
body.menu-visible #menu-toggle-button .menu-button-bar#bar3 {
  bottom: calc(50% - var(--menu-unit) / 2);
  transform: rotate(-45deg);
}

.global_navigation {
  display: block;
}

.header_navigation {
  max-width: 100%;
  margin: 0 auto;
}
.header_navigation ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header_navigation li {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.header_navigation li::after, .header_navigation li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--ks-color-gray-beauty);
}
.header_navigation li::after {
  right: 0;
  transform: translateX(50%);
}
.header_navigation li:first-child::before {
  left: 0;
  transform: translateX(-50%);
}
.header_navigation li a {
  display: block;
  color: var(--ks-color-black);
  text-align: center;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

@media (width < 960px), (max-width: 959px) {
  .header_section_inner {
    padding: 0.5rem 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .header_container {
    margin: 0;
    grid-template-columns: 1fr auto;
  }
  .header_container::before {
    display: none;
  }
  .header_site_name {
    justify-self: start;
    padding: 0 1rem;
  }
  .header_site_name .custom-logo-link img {
    width: 240px;
    height: auto;
  }
  .header_toggle_button {
    display: block;
  }
  .global_navigation {
    width: 100%;
    max-height: 0;
    background-color: var(--ks-color-white);
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .header_navigation ul {
    grid-auto-flow: row;
    border-top: 1px solid var(--ks-color-gray-beauty);
  }
  .header_navigation li {
    display: block;
    border-bottom: 1px solid var(--ks-color-gray-beauty);
  }
  .header_navigation li::after, .header_navigation li::before {
    display: none;
  }
  .header_navigation li a {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 960px) {
  .header_social_links {
    position: absolute;
    top: calc(var(--header-container-padding) + var(--header-logo-height) / 2);
    right: 1rem;
    transform: translateY(-50%);
  }
  .header_social_links ul {
    grid-auto-columns: 1fr;
  }
}
.fb-page-plugin {
  padding: 2rem 1rem;
  box-sizing: border-box;
  max-width: var(--pc-width);
  margin: 0 auto;
  text-align: center;
}
.fb-page-plugin .fb-page {
  text-align: center;
}

.page-top-link {
  text-align: center;
  background: transparent;
  border: none;
  border-top: 1px solid var(--ks-color-gray-beauty);
  width: 100%;
  display: block;
  padding: 2rem 0;
  font-size: 1.25rem;
  color: var(--ks-color-deep-gray);
  cursor: pointer;
}
.page-top-link:hover, .page-top-link:focus {
  opacity: 0.5;
}
.page-top-link span {
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  justify-content: center;
  gap: 1rem;
}
.page-top-link span::before {
  content: "";
  display: inline-block;
  margin-top: 0.75rem;
  width: 0.75em;
  height: 0.75em;
  border-top: 0.1em solid var(--ks-color-deep-gray);
  border-right: 0.1em solid var(--ks-color-deep-gray);
  transform: rotate(-45deg);
}

.footer_section {
  background-color: var(--ks-color-gray-beauty);
  padding: 2rem 0;
}
.footer_section .social_links {
  padding: 0;
  margin: 1.5rem auto;
}

.footer_navigation {
  max-width: var(--pc-width);
  margin: 0 auto 2rem;
}
.footer_navigation ul {
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.footer_navigation li {
  padding: 0 1rem;
  position: relative;
}
.footer_navigation li a {
  color: var(--ks-color-black);
}
.footer_navigation li::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  width: 1px;
  height: 1rem;
  background-color: var(--ks-color-black);
  left: 0;
  transform: translateX(-50%);
}
.footer_navigation li:first-child:before {
  display: none;
}

.footer_site_name {
  max-width: var(--pc-width);
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  place-items: center;
  box-sizing: border-box;
}
.footer_site_name a {
  color: var(--ks-color-black);
  font-size: 1.5rem;
}
.footer_site_name a.custom-logo-link {
  display: inline-block;
}
.footer_site_name a.custom-logo-link img {
  width: 240px;
  min-width: 100%;
}

.footer-credit,
.copyright {
  max-width: var(--pc-width);
  margin: 1rem auto 0;
  padding: 0 1rem;
  text-align: center;
  box-sizing: border-box;
}

.copyright {
  font-size: 0.75rem;
}

.footer_credit_tel::before,
.footer_credit_fax::before,
.footer_credit_email::before {
  content: "";
  border-left: 1px solid var(--ks-color-black);
  margin: 0 1rem;
}
.footer_credit_tel:first-child::before,
.footer_credit_fax:first-child::before,
.footer_credit_email:first-child::before {
  display: none;
}

@media (width < 960px), (max-width: 959px) {
  .footer_navigation {
    display: none;
  }
}
@media (width < 768px), (max-width: 767px) {
  .footer_credit_tel,
  .footer_credit_fax,
  .footer_credit_email {
    display: block;
  }
  .footer_credit_tel::before,
  .footer_credit_fax::before,
  .footer_credit_email::before {
    display: none;
  }
}
:root {
  --carousel-button-size: 50px;
  --carousel-arrow-size: .75rem;
}

.block_section_front_content {
  max-width: var(--pc-width);
  margin: 4rem auto 2rem;
  padding: 0 1rem;
}
.block_section_front_content > *:last-child {
  margin-bottom: 0;
}
.block_section_front_content:empty {
  margin: 0;
  padding: 0;
}

.block_section_post_carousel {
  margin: 4rem 0;
}

.block_section_news {
  margin: 4rem 0;
  padding: 0 1rem;
}
.block_section_news .news_post_items {
  max-width: var(--pc-width);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(calc((var(--pc-width) - 4rem) / 3), 1fr));
}
.block_section_news .news_post_items .news_post_item {
  padding: 1rem 0;
  border-top: 1px solid var(--ks-color-gray-beauty);
}
@media (width < 960px), (max-width: 959px) {
  .block_section_news .news_post_items .news_post_item {
    padding: 1rem 1rem 0;
  }
}
.block_section_news .news_post_items .news_post_item .post_date {
  font-size: 0.875rem;
  color: var(--ks-color-gray-beauty);
}
.block_section_news .news_post_items .news_post_item .post_title {
  margin: 0.25rem 0 0;
  font-size: 1rem;
}
.block_section_news .news_post_items .news_post_item .post_title a {
  color: var(--ks-color-black);
}

.block_section_open_schedule {
  max-width: var(--pc-width);
  margin: 4rem auto 2rem;
  padding: 0 1rem;
  text-align: center;
}
.block_section_open_schedule .open_schedule_content {
  display: inline-block;
  text-align: left;
}
.block_section_open_schedule .open_schedule_image {
  margin: 1rem 0 0;
}
.block_section_open_schedule .open_schedule_image img {
  margin: 0 auto;
  box-shadow: 7px 7px 0 0 var(--ks-color-black);
}
.block_section_open_schedule .open_schedule_description {
  margin: 2rem auto 0;
  padding: 1.5rem;
  border: 1px dashed var(--ks-color-gray-beauty);
  border-radius: 1rem;
}
.block_section_open_schedule .open_schedule_description > *:last-child {
  margin-bottom: 0;
}

.main-visual.main_visual_slider_front {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2/1;
  margin: 0 auto 2rem;
}

.posts-carousel-container {
  display: grid;
  grid-template-columns: var(--carousel-button-size) 1fr var(--carousel-button-size);
  position: relative;
  width: 100%;
  margin: 0;
  align-items: stretch;
  overflow: hidden;
}
@media (width < 768px), (max-width: 767px) {
  .posts-carousel-container {
    grid-template-columns: calc(var(--carousel-button-size) * 0.6) 1fr calc(var(--carousel-button-size) * 0.6);
  }
}
.posts-carousel-container .posts-carousel-button {
  width: var(--carousel-button-size);
  height: 100%;
  background-color: var(--ks-color-sky-blue);
  color: var(--ks-color-white);
  border: none;
  cursor: pointer;
  font-size: 2rem;
  z-index: 2;
}
@media (width < 768px), (max-width: 767px) {
  .posts-carousel-container .posts-carousel-button {
    width: calc(var(--carousel-button-size) * 0.6);
  }
}
.posts-carousel-container .posts-carousel-button::before {
  content: "";
  display: inline-block;
  width: var(--carousel-arrow-size);
  height: var(--carousel-arrow-size);
  border-top: 0.1em solid var(--ks-color-white);
  border-right: 0.1em solid var(--ks-color-white);
}
@media (width < 768px), (max-width: 767px) {
  .posts-carousel-container .posts-carousel-button::before {
    width: calc(var(--carousel-arrow-size) * 0.6);
    height: calc(var(--carousel-arrow-size) * 0.6);
  }
}
.posts-carousel-container .posts-carousel-button.prev:before {
  transform: rotate(-135deg);
  margin-right: calc(var(--carousel-arrow-size) * -0.5);
}
@media (width < 768px), (max-width: 767px) {
  .posts-carousel-container .posts-carousel-button.prev:before {
    margin-right: calc(var(--carousel-arrow-size) * -0.3);
  }
}
.posts-carousel-container .posts-carousel-button.next:before {
  transform: rotate(45deg);
  margin-left: calc(var(--carousel-arrow-size) * -0.5);
}
@media (width < 768px), (max-width: 767px) {
  .posts-carousel-container .posts-carousel-button.next:before {
    margin-left: calc(var(--carousel-arrow-size) * -0.3);
  }
}
.posts-carousel-container .posts-carousel-button.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.posts-carousel-container .posts-carousel-grid-wrapper {
  flex: 1;
  overflow: hidden;
}
.posts-carousel-container .posts-carousel-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 512px;
  gap: 0.5rem;
  transition: transform 0.5s ease;
  background-color: var(--ks-color-bright-gray);
}
@media (width < 768px), (max-width: 767px) {
  .posts-carousel-container .posts-carousel-grid {
    grid-auto-columns: 100%;
    gap: 0;
  }
}

.posts-carousel-item {
  box-sizing: border-box;
  background: var(--ks-color-light-gray);
}
.posts-carousel-item a {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 200px 1fr;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  box-sizing: border-box;
}
@media (width < 960px), (max-width: 959px) {
  .posts-carousel-item a {
    grid-auto-columns: 150px 1fr;
  }
}
@media (width < 568px), (max-width: 567px) {
  .posts-carousel-item a {
    grid-auto-columns: 100px 1fr;
  }
}
.posts-carousel-item a:hover, .posts-carousel-item afocus {
  background-color: var(--ks-color-sky-blue);
}
.posts-carousel-item a:hover .posts-carousel-item-info > *, .posts-carousel-item afocus .posts-carousel-item-info > * {
  color: var(--ks-color-white);
}
.posts-carousel-item .posts-carousel-item-image {
  height: 100%;
  background-color: var(--ks-color-white);
}
.posts-carousel-item .posts-carousel-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.posts-carousel-item .posts-carousel-item-image .post_thumbnail_no_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: monospace;
  color: var(--ks-color-gray-beauty);
  background-color: var(--ks-color-bright-gray);
}
@media (width < 960px), (max-width: 959px) {
  .posts-carousel-item .posts-carousel-item-image .post_thumbnail_no_image {
    font-size: 1.2rem;
  }
}
@media (width < 768px), (max-width: 767px) {
  .posts-carousel-item .posts-carousel-item-image .post_thumbnail_no_image {
    font-size: 1rem;
  }
}
@media (width < 568px), (max-width: 567px) {
  .posts-carousel-item .posts-carousel-item-image .post_thumbnail_no_image {
    font-size: 0.8rem;
  }
}
.posts-carousel-item .posts-carousel-item-info .post_subtitle {
  font-size: 0.75rem;
  color: var(--ks-color-black);
}
.posts-carousel-item .posts-carousel-item-info .post_title {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.posts-carousel-item .posts-carousel-item-info .post_date {
  font-size: 0.75rem;
  color: var(--ks-color-black);
}
@media (width < 568px), (max-width: 567px) {
  .posts-carousel-item .posts-carousel-item-info .post_date {
    font-size: 0.6rem;
  }
}

.block_section_posts .posts_archive_area {
  display: grid;
  grid-template-areas: "sidebar posts";
  grid-template-columns: 200px 1fr;
  grid-auto-rows: auto;
  gap: 2rem;
  padding-top: 2rem;
}
.block_section_posts .post_items {
  grid-area: posts;
}
.block_section_posts .post_items .post_item {
  display: grid;
  padding: 0 0 1rem;
  grid-template-columns: 10rem 1fr;
  border-bottom: 1px dashed var(--ks-color-gray-beauty);
  margin-top: 1rem;
}
.block_section_posts .post_items .post_item:first-child {
  margin-top: 0;
}
.block_section_posts .post_items .post_item .post_date {
  margin: 0;
  font-size: 1rem;
}
.block_section_posts .post_items .post_item .post_title {
  margin: 0;
  font-size: 1rem;
}
.block_section_posts .sidebar {
  grid-area: sidebar;
}

.archives_block .yearly_filter {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}
.archives_block .yearly_filter li a {
  color: var(--ks-color-black);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
}
.archives_block .yearly_filter li a::before {
  transform: rotate(-45deg);
  width: 0.4em;
  height: 0.4em;
  border-bottom: 3px solid var(--ks-color-gray-beauty);
  border-right: 3px solid var(--ks-color-gray-beauty);
  content: "";
}
.archives_block .yearly_filter li a:hover, .archives_block .yearly_filter li a:focus {
  color: var(--ks-color-sky-blue);
}
.archives_block .yearly_filter li a:hover::before, .archives_block .yearly_filter li a:focus::before {
  border-color: var(--ks-color-sky-blue);
}
.archives_block .yearly_filter li.current a {
  color: var(--ks-color-sky-blue);
}
.archives_block .yearly_filter li.current a::before {
  border-color: var(--ks-color-sky-blue);
}

@media (width < 960px), (max-width: 959px) {
  .block_section_posts .posts_archive_area {
    padding: 1rem 0 0;
  }
}
@media (width < 768px), (max-width: 767px) {
  .block_section_posts .posts_archive_area {
    grid-template-areas: "posts posts" "sidebar sidebar";
  }
  .block_section_posts .post_items {
    border-top: 1px dashed var(--ks-color-gray-beauty);
    padding-top: 1rem;
  }
  .block_section_posts .post_items .post_item {
    grid-template-columns: 100%;
  }
  .block_section_posts .post_items .post_item .post_date {
    margin: 0;
    font-size: 1rem;
  }
  .block_section_posts .post_items .post_item .post_title {
    margin: 0;
    font-size: 1rem;
  }
  .archives_block .yearly_filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
}
.block_section_post .post_content_area {
  display: grid;
  gap: 3rem;
  padding: 2rem 0;
  position: relative;
  max-width: var(--pc-width);
  margin: 0 auto;
}
@media (width < 768px), (max-width: 767px) {
  .block_section_post .post_content_area {
    gap: 1.5rem;
  }
}
.block_section_post .post_meta {
  text-align: center;
  display: grid;
  gap: 1.5rem;
}
@media (width < 768px), (max-width: 767px) {
  .block_section_post .post_meta {
    gap: 0.25rem;
  }
}
.block_section_post .post_meta .post_title {
  margin: 0;
  font-size: 1.75rem;
}
.block_section_post .post_meta .post_date {
  margin: 0;
  font-size: 0.85rem;
}
.block_section_post .post_main {
  display: grid;
  gap: 0;
  margin: 0;
}
.block_section_post .post_main:not(:has(.post_feature_image)) {
  border-top: 1px solid var(--ks-color-gray-beauty);
}
.block_section_post .post_main .post_feature_image {
  text-align: center;
}
.block_section_post .post_main .post_feature_image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.block_section_post .post_main .post_content {
  margin-right: auto;
  margin-left: auto;
  width: var(--tabret-width);
}
@media (width < 768px), (max-width: 767px) {
  .block_section_post .post_main .post_content {
    width: 100%;
  }
}

.event_posts {
  padding-top: 2rem;
}
.event_posts .post_items {
  display: none;
}
.event_posts .post_items.active {
  display: block;
}

.layout_column {
  display: grid;
  grid-template-areas: "sidebar posts";
  grid-template-columns: 200px 1fr;
  grid-auto-rows: auto;
  gap: 2rem;
}
.layout_column .event_cats_list {
  grid-area: sidebar;
}
.layout_column .event_posts_list {
  grid-area: posts;
}

.event_tabs .event_cat_items {
  padding: 0 0 1rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0.25rem;
}
.event_tabs .event_cat_items li {
  background-color: var(--ks-color-gray-beauty);
  position: relative;
}
.event_tabs .event_cat_items li a {
  display: grid;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  color: var(--ks-color-white);
  font-weight: 600;
}
@media (width < 768px), (max-width: 767px) {
  .event_tabs .event_cat_items li a {
    font-size: 0.75rem;
    padding: 1rem 0.5rem;
  }
}
.event_tabs .event_cat_items li a span {
  display: inline-block;
}
.event_tabs .event_cat_items li::after {
  position: absolute;
  bottom: calc(-0.75rem + 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 0.75rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.event_tabs .event_cat_items li.active {
  background-color: var(--ks-color-sky-blue);
}
.event_tabs .event_cat_items li.active::after {
  content: "";
  background-color: var(--ks-color-sky-blue);
}
.event_tabs .event_cat_items li:not(.active) a:hover {
  color: var(--ks-color-black);
}
.event_tabs .event_cat_items li:not(.active):has(a:hover)::after {
  content: "";
  background-color: var(--ks-color-gray-beauty);
}
.event_posts_list .block_index {
  margin-bottom: 2rem;
}
@media (width < 768px), (max-width: 767px) {
  .event_posts_list .block_index {
    margin-bottom: 1.5rem;
  }
}
.event_posts_list .post_items .post_item {
  display: grid;
  grid-template-areas: "thumbnail info";
  grid-template-columns: var(--thumbnail-max-size) 1fr;
  grid-auto-rows: auto;
  gap: 2rem;
  align-items: center;
  align-self: start;
  padding: 0 0 2rem;
  border-bottom: 1px dashed var(--ks-color-gray-beauty);
  margin-bottom: 2rem;
}
@media (width < 960px), (max-width: 959px) {
  .event_posts_list .post_items .post_item {
    grid-template-columns: var(--thumbnail-mini-size) 1fr;
  }
}
@media (width < 768px), (max-width: 767px) {
  .event_posts_list .post_items .post_item {
    display: block;
    border: 1px dashed var(--ks-color-gray-beauty);
    padding: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }
}
.event_posts_list .post_items .post_item.no_thumbnail {
  display: block;
}
.event_posts_list .post_items .post_item .post_thumbnail {
  grid-area: thumbnail;
}
@media (width < 768px), (max-width: 767px) {
  .event_posts_list .post_items .post_item .post_thumbnail {
    margin: 0 0 1rem;
  }
}
.event_posts_list .post_items .post_item .post_thumbnail .post_thumbnail_fix_box {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
.event_posts_list .post_items .post_item .post_thumbnail .post_thumbnail_fix_box img {
  max-width: 100%;
  max-height: var(--thumbnail-max-size);
  object-fit: contain;
  margin: 0 auto;
}
@media (width < 768px), (max-width: 767px) {
  .event_posts_list .post_items .post_item .post_thumbnail .post_thumbnail_fix_box img {
    max-height: var(--thumbnail-mini-size);
  }
}
.event_posts_list .post_items .post_item .post_thumbnail .post_thumbnail_fix_box .post_thumbnail_no_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
  font-weight: 600;
  font-size: 2rem;
  font-family: monospace;
  color: var(--ks-color-gray-beauty);
  background-color: var(--ks-color-bright-gray);
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (width < 768px), (max-width: 767px) {
  .event_posts_list .post_items .post_item .post_thumbnail .post_thumbnail_fix_box .post_thumbnail_no_image {
    aspect-ratio: 3/1;
  }
}
.event_posts_list .post_items .post_item .post_meta_data {
  grid-area: info;
  align-self: center;
  display: grid;
  grid-auto-flow: row;
  gap: 0.5rem;
}
.event_posts_list .post_items .post_item .post_subtitle {
  font-size: 0.85rem;
}
.event_posts_list .post_items .post_item .post_title {
  font-size: 1.5rem;
  margin: 0;
}
.event_posts_list .post_items .post_item .post_period {
  font-size: 0.85rem;
}
@media (width < 768px), (max-width: 767px) {
  .event_posts_list .post_items .post_item .post_period {
    font-size: 0.75rem;
  }
}
.event_posts_list .post_items .post_item .post_period span {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: var(--ks-color-light-gray);
  border-radius: 0.3rem;
}
@media (width < 768px), (max-width: 767px) {
  .event_posts_list .post_items .post_item .post_period span {
    display: block;
    padding: 0.25rem 0.75rem;
  }
}
.event_posts_list .post_items .post_item .post_excerpt {
  font-size: 0.9rem;
}
.event_posts_list .post_items .post_item .post_more_links {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.event_posts_list .post_items .post_item .post_more_links.no_relation {
  display: block;
}
@media (width < 480px), (max-width: 479px) {
  .event_posts_list .post_items .post_item .post_more_links {
    gap: 1rem;
  }
}

:root {
  --thumbnail-max-size: 400px;
  --thumbnail-mini-size: 240px;
}

.event_content_area {
  width: 100%;
  max-width: var(--pc-width);
}

.post_header {
  max-width: 100%;
  margin: 0;
  padding: 2rem 0;
  box-sizing: border-box;
  text-align: center;
}

.post_meta_box {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-areas: "thumbnail meta-data";
  gap: 2rem;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
@media (width < 768px), (max-width: 767px) {
  .post_meta_box {
    display: block;
    text-align: center;
  }
}
.post_meta_box.no_thumbnail {
  display: inline-block;
}

.post_thumbnail {
  grid-area: thumbnail;
  max-width: var(--thumbnail-max-size);
  max-height: var(--thumbnail-max-size);
  overflow: hidden;
}
@media (width < 960px), (max-width: 959px) {
  .post_thumbnail {
    max-width: var(--thumbnail-mini-size);
    max-height: var(--thumbnail-mini-size);
  }
}
@media (width < 768px), (max-width: 767px) {
  .post_thumbnail {
    max-width: 100%;
    max-height: none;
    box-sizing: border-box;
    margin: 1rem 0;
  }
}
.post_thumbnail .post_thumbnail_fix_box {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.post_thumbnail .post_thumbnail_fix_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.post_meta_data {
  grid-area: meta-data;
  word-break: break-word;
  align-self: center;
  display: grid;
  grid-auto-flow: row;
  gap: 0.5rem;
  text-align: left;
}
@media (width < 768px), (max-width: 767px) {
  .post_meta_data {
    display: inline-grid;
    margin: 0 auto;
  }
}

.post_subtitle {
  font-size: 0.85rem;
}

.post_title {
  font-size: 1.5rem;
  margin: 0;
}

.post_period {
  font-size: 0.85rem;
}
.post_period span {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: var(--ks-color-light-gray);
  border-radius: 0.3rem;
}

.post_details {
  max-width: 100%;
  display: grid;
  grid-template-columns: 19rem 1fr;
  grid-template-areas: "info overview-wrap";
  gap: 1rem 2rem;
  align-items: start;
  margin-bottom: 2rem;
}
@media (width < 960px), (max-width: 959px) {
  .post_details {
    grid-template-columns: 14rem 1fr;
  }
}
@media (width < 768px), (max-width: 767px) {
  .post_details {
    grid-template-columns: 1fr;
    grid-template-areas: "overview" "info" "relations";
  }
}

.post_detail_overview {
  grid-area: overview-wrap;
}
@media (width < 768px), (max-width: 767px) {
  .post_detail_overview {
    display: contents;
  }
}

.post_overview {
  grid-area: overview;
}

.post_relations {
  grid-area: relations;
}

.post_detail_info {
  grid-area: info;
}
.post_detail_info_box {
  padding: 1.5rem;
  box-sizing: border-box;
  border-radius: 1rem;
  background-color: var(--ks-color-bright-gray);
}
.post_detail_info_box h3,
.post_detail_info_box p {
  font-size: 0.875rem;
}
.post_detail_info_box h3 {
  margin-bottom: 0;
}
.post_detail_info_index {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed var(--ks-color-gray-beauty);
}

.post_free_area {
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
  margin-bottom: 2rem;
}
.post_free_area .block_index {
  margin-bottom: 0;
}

.event_free_area_normal_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image content";
  gap: 1rem 2rem;
  align-items: start;
  max-width: 100%;
}
@media (width < 768px), (max-width: 767px) {
  .event_free_area_normal_box {
    grid-template-columns: 1fr;
    grid-template-areas: "index" "image" "detail";
  }
}

.event_free_area_normal_image {
  grid-area: image;
  text-align: center;
}
.event_free_area_normal_image img {
  border-radius: 1rem;
  margin: 0 auto;
}

.event_free_area_normal_content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: 1rem;
}
@media (width < 768px), (max-width: 767px) {
  .event_free_area_normal_content {
    display: contents;
  }
}

.event_free_area_normal_index {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0;
}

.event_free_area_normal_detail {
  font-size: 1rem;
}
.event_free_area_normal_detail p:last-child {
  margin-bottom: 0;
}

.event_free_area_profile_box {
  display: grid;
  grid-template-columns: 14rem 1fr;
  grid-template-areas: "image content";
  gap: 2rem;
  align-items: start;
  padding: 2rem;
  border-radius: 2rem;
  background-color: var(--ks-color-bright-gray);
}
@media (width < 768px), (max-width: 767px) {
  .event_free_area_profile_box {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "content";
  }
}

.event_free_area_profile_image {
  grid-area: image;
  text-align: center;
}
.event_free_area_profile_image img {
  border-radius: 1rem;
  margin: 0 auto;
}

.event_free_area_profile_content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 1rem;
}

.event_free_area_profile_label {
  font-weight: 600;
  font-size: 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed var(--ks-color-gray-beauty);
}

.event_free_area_profile_index {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0;
}

.event_free_area_profile_detail {
  font-size: 1rem;
}

.event_gallery_read {
  margin-bottom: 1rem;
}

.event_gallery_more {
  margin-top: 1rem;
  text-align: center;
}
.event_gallery_more span {
  display: inline-flex;
  background-color: var(--ks-color-sky-blue);
  color: var(--ks-color-white);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  gap: 1rem;
}
.event_gallery_more span::after {
  border-color: var(--ks-color-white);
  width: 0.6rem;
  height: 0.6rem;
}
.event_gallery_more span[data-toggle=true]::before {
  content: "詳細を閉じる";
}
.event_gallery_more span[data-toggle=true]::after {
  transform: translateY(calc(50% + 0.5rem)) rotate(-45deg);
}
.event_gallery_more span[data-toggle=false]::before {
  content: "続きを読む";
}
.event_gallery_more span[data-toggle=false]::after {
  transform: translateY(calc(-50% + 0.75rem)) rotate(135deg);
}

.main_visual_slider_about .main-visual-slides {
  border-radius: 1rem;
}

.access_map:has(iframe) {
  padding: 0 5px 5px 0;
}
.access_map > iframe {
  box-shadow: 5px 5px 0 0 var(--ks-color-black);
}

.access_detail_wrap {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}
.access_detail_wrap.column_2_layout {
  gap: 3rem;
  grid-auto-flow: column;
  grid-auto-columns: 1fr 1fr;
}
@media (width < 960px), (max-width: 959px) {
  .access_detail_wrap.column_2_layout {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 2rem;
  }
}

.access_detail_blocks .block_image {
  display: block;
  border-radius: 1rem;
  padding: 1rem;
  overflow: hidden;
  text-align: center;
}
.access_detail_blocks .block_image_shadow {
  box-shadow: 7px 7px 0 0 var(--ks-color-black);
}

.access_map {
  margin: 3rem 0 -1rem;
}

.block_section_contact .post_content + .contact_area_wrap.column_layout {
  border-top: none;
  margin-top: 0;
  padding-top: 2rem;
}

.contact_area_wrap {
  max-width: var(--pc-width);
  padding: 0;
  margin: 3rem auto 2rem;
}
.contact_area_wrap.column_layout {
  border-top: 1px solid var(--ks-color-gray-beauty);
  box-sizing: border-box;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 16rem 1fr;
  gap: 2rem;
  padding-top: 3rem;
  margin: 2rem auto;
}

@media (width < 768px), (max-width: 767px) {
  .contact_area_wrap.column_layout {
    border-top: none;
    padding: 0;
    display: block;
    margin: 2rem auto;
  }
}
@media (min-width: 768px) {
  .contact_area_wrap.column_layout .block_index {
    border-bottom: none;
  }
  .contact_area_wrap.column_layout .block_index span {
    display: inline-block;
    position: static;
    padding: 0;
  }
  .contact_area_wrap.column_layout .block_index span::before {
    display: none;
  }
}
.contact_section {
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  border-top: 1px dashed var(--ks-color-gray-beauty);
}
.contact_section:first-child {
  padding-top: 0;
  border: none;
}
.contact_section_index {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.input_group {
  margin: 0 0 1rem;
}
.input_group p {
  margin: 0 0 0.5rem;
}
.input_group_label {
  color: var(--ks-color-black);
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: 600;
}
.input_group_label.sub_label {
  font-size: 0.75em;
}
.input_group_label .required {
  color: var(--ks-color-red);
}
.input_group_area {
  color: var(--ks-color-black);
  width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
  border: 1px solid var(--ks-color-gray-beauty);
  border-radius: 3px;
  background-color: var(--ks-color-bright-gray);
  font-size: 1em;
  line-height: 1.5;
}
.input_group_area::placeholder {
  color: var(--ks-color-gray-beauty);
}
.input_group_area + .error {
  display: block;
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  background-color: var(--ks-color-bright-pink);
  font-size: 0.8rem !important;
}

.mw_wp_form_confirm .input_group {
  background-color: var(--ks-color-bright-gray);
  padding: 1rem;
  border-radius: 0.75rem;
}

.send_button {
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  justify-content: center;
}
.send_button .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25), 0 2px 3px -2px rgba(0, 0, 0, 0.15);
  background-color: var(--ks-color-sky-blue);
  color: var(--ks-color-white);
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
}
.send_button .btn.back {
  background-color: var(--ks-color-gray-beauty);
}

.error_container {
  max-width: var(--sp-horizonal-width);
  margin: 3rem auto;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.error_index {
  font-size: 12rem;
  line-height: 1em;
  margin-bottom: 1rem;
  color: var(--ks-color-sky-blue);
}
.error_message {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.error_back_button {
  display: block;
  padding: 0.75rem 1.5rem;
  background-color: var(--ks-color-sky-blue);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background 0.3s ease;
}
