@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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 {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.fadein,
.fadein_fast {
  opacity: 0;
  transform: translateY(7px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fadein.visible,
.fadein_fast.visible {
  transform: translateY(0);
  opacity: 1;
}

body {
  --wp--preset--font-size--small: min(3.3846153846vw, 22px);
  --wp--preset--font-size--medium: min(4vw, 26px);
  --wp--preset--font-size--large: min(4.6153846154vw, 30px);
  --wp--preset--font-size--x-large: min(5.2307692308vw, 34px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(4vw, 26px);
  line-height: 1.75;
  color: #2E2E2D;
  padding-top: 80px;
}
body .large {
  font-size: min(4.9230769231vw, 32px);
}
body .bold {
  font-weight: 700;
}
body .mb0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body a {
  color: #2E2E2D;
}

.kw_header {
  background: url(../img/header_bg.png) top center no-repeat;
  background-size: 121% auto;
  height: min(206.7692307692vw, 1344px);
  margin-bottom: min(3.6923076923vw, 24px);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.kw_header.visible {
  opacity: 1;
}
.kw_header__logo {
  padding-top: min(20.6153846154vw, 134px);
  width: min(82.1538461538vw, 534px);
  margin-inline: auto;
  margin-bottom: min(6.6153846154vw, 43px);
  opacity: 0;
  transform: translateY(7px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.kw_header__logo.visible {
  opacity: 1;
  transform: translateY(0);
}
.kw_header__logo img {
  width: 100%;
  height: auto;
}
.kw_header__text {
  font-size: min(7.6923076923vw, 50px);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.kw_header__text.visible {
  opacity: 1;
  transform: translateY(0);
}
.kw_header__text span {
  color: #D76375;
}

.content {
  background-image: url(../img/bg_about.png), url(../img/bg_zone.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center min(18.4615384615vw, 120px), center min(338.4615384615vw, 2200px);
  background-size: min(118.1538461538vw, 768px) auto, min(118.1538461538vw, 768px) auto;
  margin-inline: auto;
}
.content .image__box {
  padding-block: min(8.9230769231vw, 58px);
  width: min(100%, 650px);
  margin-inline: auto;
}
.content .image__box img {
  width: 100%;
  height: auto;
}
.content .about {
  margin-bottom: min(20.9230769231vw, 136px);
}
.content .about__title {
  background: url(../img/title_about_bg.png) no-repeat;
  background-size: contain;
  width: min(100%, 650px);
  height: min(78.9230769231vw, 513px);
  margin-inline: auto;
  padding-top: min(29.8461538462vw, 194px);
  margin-bottom: min(7.6923076923vw, 50px);
  font-size: min(7.6923076923vw, 50px);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.content .about__title span {
  color: #016DB5;
}
.content .about p {
  text-align: center;
  margin-bottom: min(5.5384615385vw, 36px);
}
.content .zone {
  margin-bottom: min(55.3846153846vw, 360px);
}
.content .zone__title {
  background: url(../img/title_zone_bg.png) no-repeat;
  background-size: contain;
  max-width: 650px;
  width: min(100%, 650px);
  height: min(64.9230769231vw, 422px);
  margin-inline: auto;
  padding-top: min(18.3076923077vw, 119px);
  margin-bottom: min(25.2307692308vw, 164px);
  font-size: min(7.6923076923vw, 50px);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.content .zone__title span {
  color: #016DB5;
}
.content .zone__block {
  margin-bottom: min(39.2307692308vw, 255px);
}
.content .zone__block:last-child {
  margin-bottom: 0;
}
.content .zone__block .inner {
  width: min(85.6923076923vw, 557px);
  margin: 0 auto;
}
.content .zone__block h3 {
  width: min(67.6923076923vw, 440px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #fff;
  font-size: min(4.4615384615vw, 29px);
  letter-spacing: 0.1em;
  line-height: min(9.6923076923vw, 63px);
  font-weight: 800;
  background: #D58390;
  border-radius: min(4.9230769231vw, 32px);
  margin-bottom: min(5.3846153846vw, 35px);
}
.content .zone__block p {
  margin-bottom: min(3.5384615385vw, 23px);
}
.content .event {
  padding-top: min(24.4615384615vw, 159px);
  background: #F4D700 url(../img/bg_event.png) repeat-x;
  background-size: min(92.7692307692vw, 603px) auto;
}
.content .event .inner {
  padding-inline: 5.5989583333vw;
}
.content .event__title {
  width: min(100%, 650px);
  margin-inline: auto;
  margin-bottom: 6.5104166667vw;
  font-size: 7.6822916667vw;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.content .event__title span {
  color: #016DB5;
}
.content .event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.4270833333vw;
  margin-bottom: 6.5104166667vw;
}
.content .event__block {
  width: 100%;
}
.content .event__block a {
  background: #fff;
  border-radius: 2.9947916667vw;
  padding: 2.9947916667vw 2.9947916667vw 7.1614583333vw;
  display: block;
  height: 100%;
  position: relative;
}
.content .event__img {
  position: relative;
  margin-bottom: 4.4270833333vw;
  aspect-ratio: 368/276;
  width: 100%;
  overflow: hidden;
}
.content .event__img img {
  width: 100%;
  height: 100%;
  border-radius: 2.9947916667vw;
  object-fit: cover;
}
.content .event__label {
  position: absolute;
  top: 2.8645833333vw;
  left: 2.8645833333vw;
  display: flex;
  gap: 1.4322916667vw;
}
.content .event__label li {
  font-size: 2.6041666667vw;
  padding: 1.0416666667vw 1.3020833333vw;
  line-height: 1;
  background: #fff;
  border-radius: 1.171875vw;
}
.content .event__label li.all {
  background: #ADFFA2;
}
.content .event__label li.am {
  background: #90c9ff;
}
.content .event__label li.pm {
  background: #ff97f1;
}
.content .event__label li.closed {
  background: rgb(232, 232, 232);
}
.content .event__text {
  padding: 0 3.125vw;
}
.content .event__text h3 {
  font-size: 4.5572916667vw;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.0833333333vw;
}
.content .event__text p {
  font-size: 2.9947916667vw;
  line-height: 1.5;
  margin-bottom: 3.90625vw;
  font-feature-settings: "palt";
}
.content .event__text__more {
  position: absolute;
  bottom: 3.2552083333vw;
  right: 3.125vw;
  text-align: right;
}
.content .event__text__more span {
  display: inline-flex;
  align-items: center;
  font-size: 2.9947916667vw;
  font-weight: 700;
  color: #000;
  gap: 3.125vw;
}
.content .event__text__more span::after {
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  background-size: cover;
  width: 1.6927083333vw;
  height: 2.34375vw;
  display: block;
}
.content .event__more {
  margin-bottom: 14.9739583333vw;
  font-size: 5.3385416667vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.content .event__more a {
  text-decoration: underline;
}
.content .event .kw_calendar {
  padding-bottom: 18.2291666667vw;
}
.content .event .kw_calendar__title {
  background: url(../img/calendar.svg) top center no-repeat;
  background-size: 15.625vw auto;
  padding-top: 12.109375vw;
  text-align: center;
  font-size: 6.25vw;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 3.2552083333vw;
  letter-spacing: 0.1em;
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month {
  border: none;
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month thead th {
  background: none;
  border: none;
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month td.month-week {
  background: none;
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header {
  margin-bottom: min(3.0769230769vw, 20px);
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header button.month-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
  width: min(7.6923076923vw, 50px);
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header button.month-prev:hover span.nav-prev {
  border-right: none;
  border-top: none;
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header button.month-prev span.nav-prev {
  border-left-width: 3px;
  border-bottom-width: 3px;
  width: min(3.3846153846vw, 22px);
  height: min(3.3846153846vw, 22px);
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header span.calendar-caption {
  order: 1;
  flex-grow: unset;
  font-size: min(5.5384615385vw, 36px);
  font-weight: 700;
  margin-right: min(3.0769230769vw, 20px);
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header button.month-next {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 3;
  width: min(7.6923076923vw, 50px);
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header button.month-next:hover span.nav-next {
  border-left: none;
  border-bottom: none;
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header button.month-next span.nav-next {
  border-right-width: 3px;
  border-top-width: 3px;
  width: min(3.3846153846vw, 22px);
  height: min(3.3846153846vw, 22px);
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-dayname td {
  border-width: 1px;
  border-color: #F4D700;
  border-top-left-radius: min(1.2307692308vw, 8px);
  border-top-right-radius: min(1.2307692308vw, 8px);
  border-bottom: none;
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-dayname td div {
  border: none;
  text-align: left;
  max-height: 1000px;
  height: auto;
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-event-space td {
  border: 1px solid #F4D700;
  border-bottom-left-radius: min(1.2307692308vw, 8px);
  border-bottom-right-radius: min(1.2307692308vw, 8px);
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-event td {
  background: #fff;
  border-left: 1px solid #F4D700;
  border-right: 1px solid #F4D700;
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-event:last-child td {
  background: #fff;
  border: 1px solid #F4D700;
  border-top: none;
  border-bottom-left-radius: min(1.2307692308vw, 8px);
  border-bottom-right-radius: min(1.2307692308vw, 8px);
}
.content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-event-title {
  border-radius: min(1.2307692308vw, 8px);
}

.usage {
  padding: 16.6666666667vw 5.5989583333vw 14.9739583333vw;
}
.usage__title {
  text-align: center;
  font-size: 6.25vw;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 7.5520833333vw;
  letter-spacing: 0.1em;
}
.usage__title + p {
  font-size: 4.0364583333vw;
  margin-bottom: 8.8541666667vw;
}
.usage__link a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17.7083333333vw;
  border-radius: 8.8541666667vw;
  background: #FF8400;
  font-size: 4.5572916667vw;
  font-weight: 700;
  color: #fff;
}
.usage dl dt {
  margin-bottom: 3.90625vw;
}
.usage dl dt p {
  font-size: 5.3385416667vw;
  line-height: 1.5;
  font-weight: 700;
}
.usage dl dd {
  margin-bottom: 8.8541666667vw;
}
.usage dl dd p {
  font-size: 4.0364583333vw;
  margin-bottom: 3.7760416667vw;
}
.usage dl dd p.middle {
  font-size: 4.4270833333vw;
  font-weight: 700;
  margin-bottom: 1.953125vw;
}
.usage dl dd p:last-child {
  margin-bottom: 0;
}
.usage dl dd ul {
  margin-bottom: 3.7760416667vw;
}
.usage dl dd ul.mb0 {
  margin-bottom: 0;
}
.usage dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.usage dl dd ul li::before {
  content: "・";
}
.usage dl + p {
  font-size: 4.0364583333vw;
}

.facility {
  background: #6498D2;
  color: #fff;
  padding: 17.7083333333vw 5.5989583333vw 0;
}
.facility__title {
  text-align: center;
  font-size: 5.3385416667vw;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 7.5520833333vw;
  letter-spacing: 0.1em;
}
.facility__head {
  margin-bottom: 8.59375vw;
}
.facility__head h3 {
  font-size: 4.5572916667vw;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 4.4270833333vw;
}
.facility__head p {
  font-size: 4.0364583333vw;
  font-weight: 400;
  margin-bottom: 4.1666666667vw;
}
.facility__head p.prg__address {
  background: url(../img/icon_address.svg) 0 center no-repeat;
  background-size: 4.0364583333vw auto;
  padding-left: 7.8125vw;
  margin-bottom: 1.5625vw;
}
.facility__head p.prg__tel {
  background: url(../img/icon_tel.svg) 0 center no-repeat;
  background-size: 4.0364583333vw auto;
  padding-left: 7.8125vw;
}
.facility__head img {
  width: 100%;
  height: auto;
}
.facility__detail {
  border-bottom: 1px solid #fff;
}
.facility__detail dt {
  padding-top: 5.078125vw;
  border-top: 1px solid #fff;
}
.facility__detail dt p {
  line-height: 1.5;
  font-size: 4.5572916667vw;
  font-weight: 700;
}
.facility__detail dd {
  padding-top: 2.6041666667vw;
  padding-bottom: 5.078125vw;
}
.facility__detail dd p {
  margin-bottom: 2.6041666667vw;
}
.facility__detail dd p:last-child {
  margin-bottom: 0;
}
.facility__detail__map {
  padding-top: 2.6041666667vw;
}
.facility__detail__map iframe {
  width: 100%;
  height: 64.1927083333vw;
}

.makers {
  padding: 9.5052083333vw 5.5989583333vw 0;
  background: #6498D2;
}
.makers__title {
  font-size: 5.5989583333vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 4.6875vw;
}
.makers__block {
  background: #fff;
  border-radius: 3.3854166667vw;
  padding: 5.2083333333vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5.2083333333vw;
}
.makers__block .maker a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.makers__block .maker a img {
  width: 100%;
  height: auto;
}

.footer {
  background: #6498D2;
  padding: 13.5416666667vw 0;
}
.footer p {
  text-align: center;
  color: #fff;
  font-size: 3.515625vw;
}

.kw_header_page {
  padding: 4.5572916667vw 0 3.90625vw;
}
.kw_header_page__logo {
  width: 60.4166666667vw;
  margin-inline: auto;
}
.kw_header_page__logo img {
  width: 100%;
  height: auto;
}

.content .event__archive {
  margin-bottom: min(12.3076923077vw, 80px);
}

.content .event.single {
  padding-top: 20.8333333333vw;
}
.content .event__single {
  padding: 5.9895833333vw 0 0 !important;
}
.content .event__single__header {
  padding: 0 5.5989583333vw 7.8125vw;
}
.content .event__single h1 {
  font-size: 6.7708333333vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5.2083333333vw;
}
.content .event__single h1 + p {
  font-size: 3.6458333333vw;
  text-align: center;
  margin-bottom: 6.5104166667vw;
}
.content .event__single__label {
  position: static;
  justify-content: center;
}
.content .event__single__label li {
  font-size: 3.6458333333vw;
  padding: 1.4322916667vw 1.953125vw;
}
.content .event__single__content {
  background: #fff url(../img/bg_about.png) no-repeat;
  background-position: center min(92.3076923077vw, 600px);
  background-size: min(118.1538461538vw, 768px);
  padding-bottom: 20.3125vw;
}
.content .event__single__content .xo-event-meta-details {
  display: none;
}
.content .event__single__content__eyecatch img {
  width: 100%;
}
.content .event__single__content__text {
  margin-bottom: 9.1145833333vw;
  padding: 14.1927083333vw 5.9895833333vw 0;
}
.content .event__single__content__text a {
  text-decoration: underline;
}
.content .event__single__content__text p {
  line-height: 2;
  margin-bottom: 7.421875vw;
}
.content .event__single__content__text h2 {
  font-size: 5.46875vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5.3385416667vw;
}
.content .event__single__content__text ul {
  margin-bottom: 7.421875vw;
}
.content .event__single__content__text ul li {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.content .event__single__content__text ul li::before {
  content: "・";
}
.content .event__single__content__text .wp-block-image {
  margin-bottom: 7.421875vw;
}
.content .event__single__content__text .wp-block-image img {
  border-radius: 3.515625vw;
}
.content .event__single__content__text .wp-block-image figcaption {
  font-size: 3.515625vw;
  line-height: 2;
}
.content .event__single__content__detail {
  padding-inline: 5.9895833333vw;
}
.content .event__single__content__detail h3 {
  font-size: 5.3385416667vw;
  font-weight: 700;
  margin-bottom: 5.3385416667vw;
}
.content .event__single__content__detail dl {
  border-bottom: 1px solid #000;
}
.content .event__single__content__detail dl dt {
  border-top: 1px solid #000;
  font-weight: 700;
  padding: 5.2083333333vw 0 2.8645833333vw;
}
.content .event__single__content__detail dl dd {
  line-height: 2;
  padding-bottom: 5.2083333333vw;
}
.content .event__single__content__detail a {
  margin-top: 7.8125vw;
  display: flex;
  background: #FF8400;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 17.7083333333vw;
  line-height: 1.5;
  border-radius: 8.8541666667vw;
  font-size: 4.4270833333vw;
  color: #fff;
  padding: 4.4270833333vw 8.8541666667vw;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.content .event__single__back {
  text-align: center;
  padding: 10.9375vw 0 23.4375vw;
}
.content .event__single__back a {
  font-size: 5.46875vw;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (min-width: 651px) {
  .kw_header {
    background-size: 768px;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  body {
    --wp--preset--font-size--small: min(1.2962962963vw, 14px);
    --wp--preset--font-size--medium: min(1.6666666667vw, 18px);
    --wp--preset--font-size--large: min(2.037037037vw, 22px);
    --wp--preset--font-size--x-large: min(2.4074074074vw, 26px);
  }
  body {
    font-size: min(1.2962962963vw, 14px);
    font-size: min(2.037037037vw, 22px);
    font-size: min(2.4074074074vw, 26px);
    font-size: min(1.6666666667vw, 18px);
    padding-top: 139px;
  }
  body .large {
    font-size: min(2.037037037vw, 22px);
  }
  .kw_header {
    background: url(../img/header_bg_pc.png) top center no-repeat;
    background-size: 169% auto;
    height: min(123vw, 1341px);
    margin-bottom: 0;
  }
  .kw_header__logo {
    padding-top: min(8.9814814815vw, 97px);
    width: min(41.8518518519vw, 452px);
    margin-bottom: min(2.2222222222vw, 24px);
  }
  .kw_header__text {
    font-size: min(4.0740740741vw, 44px);
  }
  .content {
    background-image: url(../img/bg_about_pc.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 169% auto;
    padding-top: min(11.5740740741vw, 125px);
  }
  .content .image__box {
    padding: min(5.5555555556vw, 60px) 0 min(6.4814814815vw, 70px);
    width: min(61.1111111111vw, 660px);
  }
  .content .about {
    margin-bottom: min(5.0925925926vw, 55px);
  }
  .content .about__title {
    background: url(../img/title_about_bg_pc.png) no-repeat;
    background-size: 100% auto;
    font-size: min(4.0740740741vw, 44px);
    width: min(52.3148148148vw, 565px);
    padding-top: min(18.5185185185vw, 200px);
    height: min(49.3518518519vw, 533px);
    margin-bottom: min(2.7777777778vw, 30px);
  }
  .content .about p {
    margin-bottom: min(2.2222222222vw, 24px);
  }
  .content .zone {
    background-image: url(../img/bg_zone_pc.png);
    background-repeat: no-repeat;
    background-position: center min(10.1851851852vw, 110px);
    background-size: 169% auto;
    margin-bottom: min(11.1111111111vw, 120px);
    padding: min(15.7407407407vw, 170px) 0 min(6.4814814815vw, 70px);
  }
  .content .zone__inner {
    width: min(100%, 1080px);
    margin-inline: auto;
    position: relative;
  }
  .content .zone__title {
    background: url(../img/title_zone_bg_pc.png) no-repeat;
    background-size: 100% auto;
    width: min(38.6111111111vw, 417px);
    height: min(33.0555555556vw, 357px);
    padding-top: min(8.3333333333vw, 90px);
    margin: 0 0 min(19.4444444444vw, 210px);
    position: relative;
    left: max(-2.962vw, -32px);
    font-size: min(4.0740740741vw, 44px);
  }
  .content .zone__block {
    margin: 0;
    width: min(46.2962962963vw, 500px);
    box-sizing: content-box;
  }
  .content .zone__block .inner {
    width: auto;
  }
  .content .zone__block h3 {
    width: min(27.7777777778vw, 300px);
    margin: 0 0 min(2.2222222222vw, 24px);
    font-size: min(1.8518518519vw, 20px);
    line-height: min(3.9814814815vw, 43px);
    border-radius: min(2.037037037vw, 22px);
  }
  .content .zone__block p {
    margin-bottom: min(1.6666666667vw, 18px);
  }
  .content .zone__block.zone__01 {
    position: absolute;
    top: min(3.2407407407vw, 35px);
    right: 0;
    padding-right: min(1.4814814815vw, 16px);
  }
  .content .zone__block.zone__01 .image__box {
    padding-block: 0;
    padding: min(2.7777777778vw, 30px) 0 0;
    width: min(38.1481481481vw, 412px);
  }
  .content .zone__block.zone__02 {
    padding-left: min(4.0740740741vw, 44px);
  }
  .content .zone__block.zone__02 .image__box {
    padding-block: 0;
    padding: min(1.8518518519vw, 20px) 0 0;
    width: min(38.0555555556vw, 411px);
  }
  .content .event {
    background-size: auto min(10.0925925926vw, 109px);
    padding-top: min(10.0925925926vw, 109px);
  }
  .content .event .inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: min(4.1666666667vw, 45px);
    padding-top: min(2.4074074074vw, 26px);
  }
  .content .event__title {
    width: auto;
    font-size: min(4.0740740741vw, 44px);
    margin-bottom: min(3.7037037037vw, 40px);
  }
  .content .event__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: min(1.8518518519vw, 20px) min(3.3333333333vw, 36px);
    margin-bottom: min(3.4259259259vw, 37px);
  }
  .content .event__block a {
    border-radius: min(1.4814814815vw, 16px);
    padding: min(1.4814814815vw, 16px) min(1.4814814815vw, 16px) min(4.1666666667vw, 45px);
    display: block;
    transition: 0.3s;
  }
  .content .event__block a:hover {
    background: #FFF49E;
  }
  .content .event__img {
    margin-bottom: min(1.4814814815vw, 16px);
  }
  .content .event__img img {
    border-radius: min(1.4814814815vw, 16px);
  }
  .content .event__label {
    top: min(0.8333333333vw, 9px);
    left: min(0.8333333333vw, 9px);
    gap: min(0.8333333333vw, 9px);
  }
  .content .event__label li {
    font-size: min(1.2962962963vw, 14px);
    padding: min(0.5555555556vw, 6px) min(0.7407407407vw, 8px);
    border-radius: min(0.5555555556vw, 6px);
  }
  .content .event__text {
    padding: 0 min(1.8518518519vw, 20px);
  }
  .content .event__text h3 {
    font-size: min(2.2222222222vw, 24px);
    margin-bottom: min(0.7407407407vw, 8px);
  }
  .content .event__text p {
    font-size: min(1.4814814815vw, 16px);
    margin-bottom: min(1.4814814815vw, 16px);
  }
  .content .event__text__more {
    bottom: min(1.4814814815vw, 16px);
    right: min(1.8518518519vw, 20px);
  }
  .content .event__text__more span {
    font-size: min(1.4814814815vw, 16px);
    gap: min(1.1111111111vw, 12px);
  }
  .content .event__text__more span::after {
    width: min(0.7407407407vw, 8px);
    height: min(1.1111111111vw, 12px);
  }
  .content .event__more {
    margin-bottom: min(4.9074074074vw, 53px);
    font-size: min(2.2222222222vw, 24px);
  }
  .content .event__more a {
    text-decoration: underline;
  }
  .content .event .kw_calendar {
    padding-bottom: min(10.5555555556vw, 114px);
    position: relative;
  }
  .content .event .kw_calendar__title {
    background-size: min(6.3888888889vw, 69px) min(5.0925925926vw, 55px);
    background-position: top left;
    padding-top: 0;
    text-align: left;
    font-size: min(2.5925925926vw, 28px);
    line-height: min(5.0925925926vw, 55px);
    padding-left: min(7.4074074074vw, 80px);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header {
    justify-content: flex-end;
    margin-bottom: min(2.2222222222vw, 24px);
  }
  .content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header button.month-prev {
    width: min(2.7777777778vw, 30px);
  }
  .content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header button.month-prev span.nav-prev {
    width: min(1.4814814815vw, 16px);
    height: min(1.4814814815vw, 16px);
  }
  .content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header button.month-next {
    width: min(2.7777777778vw, 30px);
  }
  .content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header button.month-next span.nav-next {
    width: min(1.4814814815vw, 16px);
    height: min(1.4814814815vw, 16px);
  }
  .content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-header span.calendar-caption {
    font-size: min(2.2222222222vw, 24px);
    margin-right: min(1.3888888889vw, 15px);
  }
  .content .event .kw_calendar__inner .xo-event-calendar table.xo-month .month-event a:hover {
    text-decoration: underline;
  }
  .usage {
    padding: min(8.7037037037vw, 94px) min(4.1666666667vw, 45px);
  }
  .usage__title {
    font-size: min(2.5925925926vw, 28px);
    margin-bottom: min(2.962962963vw, 32px);
  }
  .usage__title + p {
    font-size: min(1.6666666667vw, 18px);
    margin-bottom: min(3.3333333333vw, 36px);
    max-width: 1200px;
    margin-inline: auto;
  }
  .usage__link a {
    height: min(7.2222222222vw, 78px);
    border-radius: min(3.6111111111vw, 39px);
    font-size: min(1.8518518519vw, 20px);
    border: 1px solid #fff;
    transition: 0.2s;
  }
  .usage__link a:hover {
    color: #FF8400;
    background: #fff;
    border: 1px solid #FF8400;
  }
  .usage dl {
    max-width: 1200px;
    margin-inline: auto;
  }
  .usage dl dt {
    margin-bottom: min(1.6666666667vw, 18px);
  }
  .usage dl dt p {
    font-size: min(2.2222222222vw, 24px);
  }
  .usage dl dd {
    margin-bottom: min(3.3333333333vw, 36px);
  }
  .usage dl dd p {
    font-size: min(1.6666666667vw, 18px);
    margin-bottom: min(1.6666666667vw, 18px);
  }
  .usage dl dd p.middle {
    font-size: min(1.8518518519vw, 20px);
    margin-bottom: min(0.8333333333vw, 9px);
  }
  .usage dl dd ul {
    margin-bottom: min(1.6666666667vw, 18px);
  }
  .usage dl + p {
    max-width: 1200px;
    margin-inline: auto;
    font-size: min(1.6666666667vw, 18px);
  }
  .facility {
    padding: min(9.2592592593vw, 100px) min(4.1666666667vw, 45px) 0;
  }
  .facility__title {
    font-size: min(2.5925925926vw, 28px);
    margin-bottom: min(3.3333333333vw, 36px);
  }
  .facility__head {
    margin-bottom: min(6.1111111111vw, 66px);
    display: flex;
    max-width: 1200px;
    margin-inline: auto;
  }
  .facility__head dt {
    flex: 1;
  }
  .facility__head dd {
    width: 386px;
  }
  .facility__head h3 {
    font-size: min(2.2222222222vw, 24px);
    margin-bottom: min(1.3888888889vw, 15px);
  }
  .facility__head p {
    font-size: min(1.6666666667vw, 18px);
    margin-bottom: min(2.2222222222vw, 24px);
    padding-right: min(6.4814814815vw, 70px);
  }
  .facility__head p.prg__address {
    background-size: min(1.6666666667vw, 18px) auto;
    padding-left: min(3.7037037037vw, 40px);
    margin-bottom: min(0.7407407407vw, 8px);
  }
  .facility__head p.prg__tel {
    background-size: min(1.6666666667vw, 18px) auto;
    padding-left: min(3.7037037037vw, 40px);
    padding-right: 0;
  }
  .facility__detail {
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .facility__detail dt {
    width: 267px;
    padding-block: min(2.3148148148vw, 25px);
    display: flex;
    align-items: center;
  }
  .facility__detail dt p {
    font-size: min(1.8518518519vw, 20px);
  }
  .facility__detail dd {
    border-top: 1px solid #fff;
    width: calc(100% - 267px);
    padding-block: min(2.3148148148vw, 25px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .facility__detail dd p {
    margin-bottom: min(1.2962962963vw, 14px);
    width: 100%;
  }
  .facility__detail__map {
    padding-top: min(0.9259259259vw, 10px);
    width: 100%;
  }
  .facility__detail__map iframe {
    height: min(39.3518518519vw, 425px);
  }
  .makers {
    padding: min(7.962962963vw, 86px) min(4.1666666667vw, 45px) 0;
  }
  .makers__title {
    font-size: min(2.5925925926vw, 28px);
    margin-bottom: min(2.1296296296vw, 23px);
  }
  .makers__block {
    max-width: 1200px;
    margin-inline: auto;
    border-radius: min(1.3888888889vw, 15px);
    padding: min(2.4074074074vw, 26px);
    grid-template-columns: repeat(6, 1fr);
    gap: min(2.4074074074vw, 26px);
  }
  .footer {
    padding: min(7.4074074074vw, 80px) 0;
  }
  .footer p {
    font-size: min(1.4814814815vw, 16px);
  }
  body:not(.home) .content {
    background: none;
    padding-top: 0;
  }
  .kw_header_page {
    padding: min(2.3148148148vw, 25px) 0 min(1.8518518519vw, 20px);
  }
  .kw_header_page__inner {
    max-width: 1080px;
    margin-inline: auto;
    position: relative;
  }
  .kw_header_page__logo {
    width: min(24.6296296296vw, 266px);
  }
  .kw_header_page__gotop {
    position: absolute;
    top: 50%;
    right: min(1.8518518519vw, 20px);
    transform: translateY(-50%);
  }
  .kw_header_page__gotop a {
    font-size: min(1.4814814815vw, 16px);
    background: url(../img/icon_home.svg) no-repeat;
    background-size: min(1.9444444444vw, 21px) min(1.8518518519vw, 20px);
    padding-left: min(2.7777777778vw, 30px);
  }
  .kw_header_page__gotop a:hover {
    text-decoration: underline;
  }
  .content .event__archive {
    margin-bottom: min(7.4074074074vw, 80px);
  }
  .content .event.single {
    padding-top: min(9.2592592593vw, 100px);
  }
  .content .event__single {
    padding: min(4.2592592593vw, 46px) 0 0 !important;
    max-width: 1068px !important;
  }
  .content .event__single__header {
    padding: 0 min(3.9814814815vw, 43px) min(5.5555555556vw, 60px);
  }
  .content .event__single h1 {
    font-size: min(2.962962963vw, 32px);
    margin-bottom: min(1.6666666667vw, 18px);
  }
  .content .event__single h1 + p {
    font-size: min(1.4814814815vw, 16px);
    margin-bottom: min(2.2222222222vw, 24px);
  }
  .content .event__single__label li {
    font-size: min(1.4814814815vw, 16px);
    padding: min(0.5555555556vw, 6px) min(0.9259259259vw, 10px);
  }
  .content .event__single__content {
    margin-inline: min(2.2222222222vw, 24px);
    padding: min(3.7037037037vw, 40px);
    border-radius: min(1.4814814815vw, 16px);
    padding-bottom: min(5.5555555556vw, 60px);
    background: #fff url(../img/bg_single_pc.png) no-repeat;
    background-size: 100% auto;
    background-position: center min(51.8518518519vw, 560px);
  }
  .content .event__single__content__eyecatch img {
    border-radius: min(1.4814814815vw, 16px);
  }
  .content .event__single__content__text {
    margin-bottom: min(6.4814814815vw, 70px);
    padding: min(3.3333333333vw, 36px) 0 0;
  }
  .content .event__single__content__text p {
    margin-bottom: min(3.2407407407vw, 35px);
  }
  .content .event__single__content__text h2 {
    font-size: min(2.2222222222vw, 24px);
    margin-bottom: min(2.3148148148vw, 25px);
  }
  .content .event__single__content__text ul {
    margin-bottom: min(3.2407407407vw, 35px);
  }
  .content .event__single__content__text .wp-block-image {
    max-width: min(53.5185185185vw, 578px);
    margin: 0 auto min(3.2407407407vw, 35px);
    text-align: center;
  }
  .content .event__single__content__text .wp-block-image img {
    border-radius: min(2.5vw, 27px);
  }
  .content .event__single__content__text .wp-block-image figcaption {
    font-size: min(1.4814814815vw, 16px);
  }
  .content .event__single__content__text .wp-block-embed {
    text-align: center;
    max-width: min(53.5185185185vw, 578px);
    margin: 0 auto min(3.2407407407vw, 35px);
  }
  .content .event__single__content__detail {
    padding-inline: 0;
  }
  .content .event__single__content__detail h3 {
    font-size: min(2.2222222222vw, 24px);
    margin-bottom: min(2.2222222222vw, 24px);
  }
  .content .event__single__content__detail dl {
    border-bottom: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
  }
  .content .event__single__content__detail dl dt {
    border-top: 1px solid #000;
    padding: min(2.2222222222vw, 24px) 0;
    width: 200px;
  }
  .content .event__single__content__detail dl dd {
    border-top: 1px solid #000;
    padding: min(2.2222222222vw, 24px) 0;
    width: calc(100% - 200px);
  }
  .content .event__single__content__detail a {
    margin-top: min(4.4444444444vw, 48px);
    border-radius: min(3.6111111111vw, 39px);
    font-size: min(1.8518518519vw, 20px);
    transition: 0.3s;
    min-height: min(7.2222222222vw, 78px);
    padding: min(1.8518518519vw, 20px) min(3.7037037037vw, 40px);
  }
  .content .event__single__content__detail a:hover {
    background: #fff;
    color: #FF8400;
  }
  .content .event__single__back {
    padding: min(6.2037037037vw, 67px) 0 min(12.5925925926vw, 136px);
  }
  .content .event__single__back a {
    font-size: min(2.2222222222vw, 24px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1081px) {
  .kw_header {
    background-size: 1800px;
  }
  .content {
    background-size: 1800px;
  }
  .content .zone {
    background-size: 1800px;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
