@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (includes `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * フレックスボックス設定（named パラメータ版）
 * @param $align - start, center, end, stretch
 * @param $justify - start, center, end, around, between
 * @param $wrap - nowrap, wrap
 * @param $display - block, inline
 */
/**
 * flex + direction + justify + align の簡易ミックスイン
 * @param $direction - flex-direction
 * @param $justify - justify-content
 * @param $align - align-items
 */
html {
  font-family: "BIZ UDPGothic", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, Meiryo, sans-serif;
  font-style: normal;
  font-size: 4.1025641026vw;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  -webkit-text-size-adjust: 100%;
}
@media (width > 767px) {
  html {
    font-size: 16px;
  }
}

body {
  zoom: 1;
  background-color: rgb(236, 240, 245);
  line-height: 1.5;
  color: #222;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: normal;
}

h1 {
  line-height: 1.2;
}

h2 {
  line-height: 1.25;
}

h3 {
  line-height: 1.3;
}

h4 {
  line-height: 1.35;
}

h5 {
  line-height: 1.5;
}

h6 {
  line-height: 1.6;
}

p {
  margin-top: 0;
}

a {
  color: oklch(52% 0.17 131deg);
}
a:hover {
  text-decoration: underline;
}

.eng {
  font-family: "Red Hat Text", sans-serif;
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover, .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button-primary.button,
button.button-primary,
input.button-primary[type=submit],
input.button-primary[type=reset],
input.button-primary[type=button] {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}
.button-primary.button:hover,
button.button-primary:hover,
input.button-primary[type=submit]:hover,
input.button-primary[type=reset]:hover,
input.button-primary[type=button]:hover, .button-primary.button:focus,
button.button-primary:focus,
input.button-primary[type=submit]:focus,
input.button-primary[type=reset]:focus,
input.button-primary[type=button]:focus {
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

ul, ol {
  padding-left: 0;
  margin-top: 0;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}
pre code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

th, td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child, td:first-child {
  padding-left: 0;
}
th:last-child, td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.visible-mobile {
  display: block;
}
@media (width > 767px) {
  .visible-mobile {
    display: none;
  }
}

.visible-desktop {
  display: none;
}
@media (width > 767px) {
  .visible-desktop {
    display: block;
  }
}

#header {
  background-color: #FFF;
}
#header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width <= 767px) {
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    position: relative;
  }
  #header .nav_pc {
    display: none;
  }
  #header .logo {
    max-width: 46.1538461538vw;
  }
  #header .nav_sp {
    position: absolute;
    top: 30%;
    left: 1rem;
  }
  #header .nav_sp[open] .content {
    display: block;
  }
  #header .nav_sp summary {
    height: 8.2051282051vw;
  }
  #header .nav_sp summary img {
    width: 8.2051282051vw;
    height: 7.6923076923vw;
  }
  #header .nav_sp summary img * {
    fill: oklch(25% 0 0deg);
  }
  #header .nav_list_sp {
    position: fixed;
    inset: 0;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    width: calc(100vw - 2rem);
    height: calc(100lvh - 2rem);
    z-index: 100;
  }
  #header .nav_list_sp ul {
    list-style: none;
    padding: 1rem;
  }
  #header .nav_list_sp li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid oklch(25% 0 0deg);
  }
  #header .nav_list_sp a {
    color: oklch(25% 0 0deg);
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 16px;
  }
  #header .nav_list_sp a img {
    width: 7.6923076923vw;
    max-width: 30px;
    margin-right: 1.2rem;
  }
  #header .nav_list_sp .sns {
    text-align: center;
    border-bottom: none;
  }
  #header .nav_list_sp .sns img {
    margin: 0 auto;
  }
  #header .nav_list_sp .language a {
    display: inline-block;
    background: url("../images/common/icon_change-lang.svg") no-repeat 0% 50%/1.5rem auto;
    padding-left: 2.5rem;
  }
  #header .button-wrap {
    text-align: center;
  }
  #header .close-button {
    border: none;
    background: #FFF;
  }
  #header .toggle-content {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8ffe8), color-stop(33%, #e3f5ab), to(#b7df2d));
    background: linear-gradient(to bottom, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%);
    display: none;
  }
}
@media (width > 767px) {
  #header .nav_sp {
    display: none;
  }
  #header .logo {
    padding: 0.4rem 1rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  #header .logo img {
    width: 240px;
  }
  #header .nav_pc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    margin: 0;
    border-left: 1px solid oklch(88% 0 0deg);
  }
  #header .nav_pc li {
    border-right: 1px solid oklch(88% 0 0deg);
    padding: 1rem 0.5rem;
    margin: 0;
  }
  #header .nav_pc li a {
    width: 55px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: oklch(25% 0 0deg);
    text-decoration: none;
    white-space: nowrap;
  }
  #header .nav_pc li a img {
    height: 24px;
    margin-bottom: 0.3rem;
    width: auto;
  }
  #header .nav_pc .other {
    padding: 0 0.5rem;
    border-right: none;
  }
  #header .nav_pc .sns a {
    width: auto;
  }
  #header .nav_pc .sns a img {
    margin-bottom: 0.5rem;
    height: 20px;
  }
  #header .nav_pc .language a {
    padding: 0.2rem 0.5em 0.2rem 2em;
    font-size: 9px;
    background: url(../images/common/icon_langage.svg) no-repeat 0.5rem 50%/auto 1.4em;
    border: solid 1px oklch(25% 0 0deg);
    border-radius: 1rem;
  }
}
@media (width >= 1023px) {
  #header .header-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  #header .logo {
    width: 240px;
    padding: 0.4rem 1rem;
    text-align: left;
  }
  #header .nav_pc li {
    padding: 0;
  }
  #header .nav_pc li a {
    width: 80px;
    padding: 1rem 0.2rem;
    font-size: 14px;
  }
  #header .nav_pc li a:hover {
    background-color: #f8ffe8;
  }
  #header .nav_pc li a img {
    height: 36px;
  }
  #header .nav_pc li .other {
    padding: 0 1rem;
  }
  #header .nav_pc li .sns a {
    padding: 0.5rem 0.5rem;
  }
  #header .nav_pc li .sns a img {
    height: 24px;
  }
  #header .nav_pc li .sns a {
    background: #FFF;
  }
}

#footer {
  background: rgb(35, 35, 35);
  color: #FFFFFF;
  padding: 8.4615384615vw 0;
  font-size: 2.8205128205vw;
}
#footer .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}
#footer .footer_link a {
  color: #FFFFFF;
}
#footer .copyright {
  text-align: center;
}
@media (width >= 767px) {
  #footer {
    padding: 33px 0;
    font-size: 13px;
  }
}

.breadcrumb {
  margin-bottom: 20px;
  padding: 0.7rem 1rem 0;
  font-size: 3.0769230769vw;
  border-top: solid 1px oklch(88% 0 0deg);
}
.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.breadcrumb li + li:before {
  content: "›";
  padding: 0 5px;
  color: #999;
  font-size: 3.0769230769vw;
}
.breadcrumb li:first-child:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/common/icon_home.svg") no-repeat 50% 50%/auto 100%;
  margin-right: 5px;
}
.breadcrumb li:last-child {
  color: #666;
  font-weight: 500;
}
.breadcrumb a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: #000000;
  text-decoration: underline;
}
@media (width >= 767px) {
  .breadcrumb {
    padding: 0.5rem 0;
    margin: 0;
  }
  .breadcrumb ol {
    margin: 0 auto;
    max-width: 1215px;
    padding: 12px 20px;
    font-size: 12px;
    width: calc(100% - 40px);
  }
  .breadcrumb li + li:before {
    font-size: 12px;
  }
}

#hero {
  background: url(../images/top/pic_mv.jpg) no-repeat center center/cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hero .logo {
  width: 68.2051282051vw;
  text-align: center;
}
#hero .weather {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  background: oklch(88% 0 0deg / 0.4);
  backdrop-filter: blur(3px);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px 20px;
}
#hero .weather .icon {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 0 0.3rem;
}
#hero .temperature {
  font-size: 8.2051282051vw;
  font-weight: bold;
  color: oklch(100% 0 0deg);
  text-box: trim-both cap alphabetic;
  line-height: 1.2;
}
#hero .temperature small {
  font-size: 3.3333333333vw;
}
#hero .temperature .date {
  font-size: 3.3333333333vw;
}
@media (width <= 767px) {
  #hero {
    height: 146vw;
    max-height: 500px;
  }
}
@media (width > 767px) {
  #hero {
    height: 360px;
    max-height: none;
  }
  #hero .logo {
    max-width: 400px;
  }
  #hero .temperature {
    font-size: 32px;
  }
  #hero .temperature small {
    font-size: 1rem;
  }
  #hero .temperature .date {
    font-size: 14px;
  }
}

.pic_separation {
  background: #fff;
  font-size: 2.5641025641vw;
}
.pic_separation .lead {
  text-align: center;
  margin: 0 auto;
  padding: 0.2rem 0;
}
@media (width > 767px) {
  .pic_separation {
    font-size: 12px;
  }
}

.content_section, #spot, #localnews, #new {
  background: url(../images/top/bg_ttl.svg) no-repeat 50% 7.6923076923vw/180% auto;
  background-blend-mode: soft-light;
  padding: 7.6923076923vw 0;
  width: 100%;
}
@media (width > 767px) {
  .content_section, #spot, #localnews, #new {
    background-size: 100% 118px;
    background-position: 60% 15px;
    padding: 50px 0 100px;
  }
}

#new {
  background-color: oklch(94% 0.025 131deg);
}
#new .ttl_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
  -webkit-transform: translateX(-6.1538461538vw);
          transform: translateX(-6.1538461538vw);
  gap: 1rem;
}
#new .ttl_section::before {
  content: "";
  display: block;
  width: 12.3076923077vw;
  height: 12.3076923077vw;
  background: url("../images/common/ttl_new_icon.svg") no-repeat 0 0/100% 100%;
}
#new .ttl_section .section_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#new .ttl_section span.en {
  display: block;
  text-align: center;
  font-size: 1rem;
}
#new .ttl_section span.en::after {
  content: "";
  display: block;
  margin: 0.3rem 0 0.4rem;
  width: 34.8717948718vw;
  height: 1.0564102564vw;
  background: url(../images/common/parts_title-bottom.svg) no-repeat 0 0/100% 100%;
}
#new .ttl_section span.ja {
  font-size: 3.5897435897vw;
  font-weight: bold;
}
@media (width > 767px) {
  #new .ttl_section {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  #new .ttl_section::before {
    width: 48px;
    height: 48px;
  }
  #new .ttl_section span.en::after {
    width: 136px;
    height: 4.12px;
  }
  #new .ttl_section span.ja {
    font-size: 16px;
  }
}
#new .unit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 4.1025641026vw;
}
#new .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 4.8717948718vw;
  padding: 3.5897435897vw 0;
  border-bottom: solid 1px oklch(0% 0 0deg / 0.1);
}
#new .unit:first-child {
  padding-top: 0;
}
#new .unit:last-child {
  border-bottom: 0;
}
#new .thumbnail {
  width: 30.7692307692vw;
  height: 23.0769230769vw;
  overflow: hidden;
}
#new .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
#new .thumbnail img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#new .thumbnail :hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
#new .unit_head {
  width: 55.8974358974vw;
}
#new .tag {
  background-color: oklch(100% 0 0deg);
  border-radius: 0.25rem;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 2.5641025641vw;
  font-weight: bold;
  text-align: center;
  color: oklch(18% 0 0deg);
  -webkit-box-shadow: 2px 2px 0 oklch(52% 0.17 134deg / 0.15);
          box-shadow: 2px 2px 0 oklch(52% 0.17 134deg / 0.15);
}
#new .tag.news {
  color: oklch(57% 0.19 24.3deg);
}
#new .tag.spot {
  color: oklch(57% 0.19 268deg);
}
#new .ttl_unit {
  line-height: 1.3;
  font-size: 3.3333333333vw;
  font-weight: bold;
  margin: 0.3rem 0;
}
#new .ttl_unit a {
  color: oklch(52% 0.17 131deg);
  text-decoration: none;
}
#new .ttl_unit a:hover {
  text-decoration: underline;
}
#new .date {
  font-size: 2.8205128205vw;
}
@media (width > 767px) {
  #new .unit_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1200px;
    padding: 0;
  }
  #new .unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 0.5rem;
    padding: 0 16px;
    border-right: solid 1px oklch(0% 0 0deg / 0.1);
    border-bottom: 0;
  }
  #new .unit:last-child {
    border-right: 0;
  }
  #new .thumbnail {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    height: 100%;
    max-width: 202px;
    max-height: 148px;
  }
  #new .unit_head {
    width: 100%;
    max-width: 218px;
  }
  #new .tag {
    font-size: 12px;
  }
  #new .ttl_unit {
    font-size: 14px;
  }
  #new .date {
    font-size: 12px;
  }
}

#localnews {
  background-color: oklch(93% 0.025 24.3deg);
  padding: 7.6923076923vw 0 15.3846153846vw;
}
@media (width > 767px) {
  #localnews {
    padding: 50px 0 100px;
  }
}
#localnews .ttl_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
  -webkit-transform: translateX(-6.1538461538vw);
          transform: translateX(-6.1538461538vw);
  gap: 1rem;
}
#localnews .ttl_section::before {
  content: "";
  display: block;
  width: 12.3076923077vw;
  height: 12.3076923077vw;
  background: url("../images/common/ttl_news_icon.svg") no-repeat 0 0/100% 100%;
}
#localnews .ttl_section .section_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#localnews .ttl_section span.en {
  display: block;
  text-align: center;
  font-size: 1rem;
}
#localnews .ttl_section span.en::after {
  content: "";
  display: block;
  margin: 0.3rem 0 0.4rem;
  width: 34.8717948718vw;
  height: 1.0564102564vw;
  background: url(../images/common/parts_title-bottom.svg) no-repeat 0 0/100% 100%;
}
#localnews .ttl_section span.ja {
  font-size: 3.5897435897vw;
  font-weight: bold;
}
@media (width > 767px) {
  #localnews .ttl_section {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  #localnews .ttl_section::before {
    width: 48px;
    height: 48px;
  }
  #localnews .ttl_section span.en::after {
    width: 136px;
    height: 4.12px;
  }
  #localnews .ttl_section span.ja {
    font-size: 16px;
  }
}
#localnews .list_local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  background-color: #ffffff;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1rem 1.5rem;
  padding: 1rem;
  gap: 1rem;
}
#localnews .list_local li {
  background: url(../images/top/icon_delimiter_red.svg) no-repeat 0% 50%/auto 1rem;
  padding-left: 1.5rem;
  margin: 0;
  font-size: 3.3333333333vw;
}
#localnews .list_local li a {
  color: oklch(18% 0 0deg);
  text-decoration: none;
}
#localnews .list_local li a:hover,
#localnews .list_local li a .active {
  color: oklch(57% 0.19 24.3deg);
}
#localnews .list_local li a:hover {
  text-decoration: underline;
}
@media (width > 767px) {
  #localnews .list_local {
    padding: 0.7rem 2rem;
    margin: 0 auto 1.5rem;
  }
  #localnews .list_local li {
    font-size: 14px;
  }
}
@media (width > 767px) {
  #localnews .unit_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.5rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    padding: 0 1rem;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#localnews .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1rem 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: solid 1px oklch(0% 0 0deg / 0.1);
}
#localnews .unit .date {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 2.5641025641vw;
  margin-bottom: 0.5rem;
}
#localnews .unit .date .place {
  background-color: oklch(100% 0 0deg);
  border-radius: 0.25rem;
  padding: 0.2rem 0.5rem;
}
#localnews .unit .unit_head {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 1rem;
  width: calc(100% - 30.7692307692vw - 1rem);
}
#localnews .unit .unit_head .ttl_unit {
  margin-bottom: 0.6rem;
  font-size: 3.3333333333vw;
  font-weight: bold;
}
#localnews .unit .unit_head .ttl_unit a {
  color: oklch(57% 0.19 24.3deg);
  text-decoration: none;
}
#localnews .unit .unit_head .ttl_unit a:hover {
  text-decoration: underline;
}
#localnews .unit .unit_head .description {
  font-size: 2.8205128205vw;
}
#localnews .unit .thumbnail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 30.7692307692vw;
}
#localnews .unit .thumbnail a {
  display: block;
  width: 30.7692307692vw;
  height: 23.0769230769vw;
  overflow: hidden;
}
#localnews .unit .thumbnail img {
  width: 30.7692307692vw;
  height: 23.0769230769vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#localnews .unit .thumbnail img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#localnews .unit .thumbnail :hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
@media (width > 767px) {
  #localnews .unit {
    width: 30%;
    margin: 0 0 0.8rem;
  }
  #localnews .unit .date {
    font-size: 12px;
  }
  #localnews .unit .unit_head {
    width: 60%;
    padding-left: 5%;
  }
  #localnews .unit .unit_head .ttl_unit {
    font-size: 14px;
  }
  #localnews .unit .unit_head .description {
    font-size: 12px;
  }
  #localnews .unit .thumbnail {
    width: 35%;
    max-width: 126px;
  }
  #localnews .unit .thumbnail a, #localnews .unit .thumbnail img {
    width: 100%;
    height: 126px;
  }
}

#spot {
  background-color: oklch(94% 0.025 268deg);
}
#spot .ttl_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
  -webkit-transform: translateX(-6.1538461538vw);
          transform: translateX(-6.1538461538vw);
  gap: 1rem;
}
#spot .ttl_section::before {
  content: "";
  display: block;
  width: 12.3076923077vw;
  height: 12.3076923077vw;
  background: url("../images/common/ttl_spot_icon.svg") no-repeat 0 0/100% 100%;
}
#spot .ttl_section .section_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#spot .ttl_section span.en {
  display: block;
  text-align: center;
  font-size: 1rem;
}
#spot .ttl_section span.en::after {
  content: "";
  display: block;
  margin: 0.3rem 0 0.4rem;
  width: 34.8717948718vw;
  height: 1.0564102564vw;
  background: url(../images/common/parts_title-bottom.svg) no-repeat 0 0/100% 100%;
}
#spot .ttl_section span.ja {
  font-size: 3.5897435897vw;
  font-weight: bold;
}
@media (width > 767px) {
  #spot .ttl_section {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  #spot .ttl_section::before {
    width: 48px;
    height: 48px;
  }
  #spot .ttl_section span.en::after {
    width: 136px;
    height: 4.12px;
  }
  #spot .ttl_section span.ja {
    font-size: 16px;
  }
}
#spot .list_local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  background-color: #ffffff;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1rem 1.5rem;
  padding: 1rem;
  gap: 1rem;
}
#spot .list_local li {
  background: url(../images/top/icon_delimiter_blue.svg) no-repeat 0% 50%/auto 1rem;
  padding-left: 1.5rem;
  margin: 0;
  font-size: 3.3333333333vw;
}
#spot .list_local li a {
  color: oklch(18% 0 0deg);
  text-decoration: none;
}
#spot .list_local li a:hover,
#spot .list_local li a .active {
  color: oklch(57% 0.19 268deg);
}
#spot .list_local li a:hover {
  text-decoration: underline;
}
@media (width > 767px) {
  #spot .list_local {
    padding: 0.7rem 2rem;
    margin: 0 auto 1.5rem;
  }
  #spot .list_local li {
    font-size: 14px;
  }
}
@media (width > 767px) {
  #spot .units_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
#spot .pickup_spot {
  margin: 0 1rem 1.5rem;
}
#spot .pickup_spot figure {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
#spot .pickup_spot figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#spot .pickup_spot figure img:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
#spot .pickup_spot figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 2rem);
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: oklch(100% 0 0deg);
  line-height: 1.2;
}
#spot .pickup_spot .thumbnail_name {
  display: block;
  font-weight: bold;
}
#spot .pickup_spot .thumbnail_address {
  font-size: 2.8205128205vw;
}
@media (width > 767px) {
  #spot .pickup_spot {
    margin-bottom: 0;
    width: 570px;
  }
  #spot .pickup_spot figure {
    max-width: 570px;
  }
  #spot .pickup_spot .thumbnail_address {
    font-size: 12px;
  }
}
#spot .list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 1rem;
  row-gap: 1rem;
}
#spot .list_wrap .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.5rem;
  border-right: solid 1px oklch(0% 0 0deg / 0.1);
  -ms-flex-preferred-size: calc(50% - 1rem - 2px);
      flex-basis: calc(50% - 1rem - 2px);
  padding-right: 1rem;
}
#spot .list_wrap .unit:nth-child(2n) {
  padding-left: 1rem;
  padding-right: 0;
  border-right-width: 0;
}
#spot .list_wrap .unit_head .ttl_unit {
  font-size: 3.3333333333vw;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#spot .list_wrap .unit_head .ttl_unit a {
  text-decoration: none;
  color: oklch(57% 0.19 268deg);
}
#spot .list_wrap .unit_head .ttl_unit a:hover {
  text-decoration: underline;
}
#spot .list_wrap .unit_head .place {
  font-size: 2.8205128205vw;
}
#spot .list_wrap .thumbnail {
  width: 100%;
}
#spot .list_wrap .thumbnail a {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
#spot .list_wrap .thumbnail img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
#spot .list_wrap .thumbnail img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#spot .list_wrap .thumbnail :hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
@media (width > 767px) {
  #spot .list_wrap {
    max-width: 570px;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #spot .list_wrap .unit {
    -ms-flex-preferred-size: calc(32% - 1rem - 2px);
        flex-basis: calc(32% - 1rem - 2px);
    padding-left: 0;
    padding-right: 1rem;
    border-right-width: 1px;
  }
  #spot .list_wrap .unit:nth-child(2n), #spot .list_wrap .unit:nth-child(5n) {
    padding-left: 1rem;
    padding-right: 1rem;
    border-right-width: 1px;
  }
  #spot .list_wrap .unit:nth-child(3n) {
    padding-left: 1rem;
    padding-right: 0;
    border-right-width: 0;
  }
  #spot .list_wrap .unit:nth-child(4n) {
    padding-left: 0;
    padding-right: 1rem;
  }
  #spot .list_wrap .unit_head .ttl_unit {
    font-size: 14px;
  }
  #spot .list_wrap .unit_head .place {
    font-size: 12px;
  }
  #spot .list_wrap .thumbnail a, #spot .list_wrap .thumbnail img {
    width: 100%;
    height: 126px;
  }
}

.body-wrap {
  padding-bottom: 1rem;
}
@media (width > 1215px) {
  .body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 40px;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1215px;
  }
}

.page-content {
  margin-bottom: 3rem;
  background: #ffffff;
  width: 100%;
}
@media (width > 767px) {
  .page-content {
    max-width: 1215px;
  }
}

.article-header {
  background: oklch(93% 0.025 24.3deg) url("../images/top/bg_ttl.svg") no-repeat 50% 50%/auto 60%;
  background-blend-mode: soft-light;
  padding: 0.5rem 0;
  text-align: center;
}
.article-header .area {
  font-size: 3.5897435897vw;
  margin-bottom: 0.4em;
  color: oklch(57% 0.19 24.3deg);
}
.article-header .article-title {
  font-size: 3.5897435897vw;
  margin: 0 1em;
  font-weight: bold;
}
.article-header .publish-date {
  font-size: 3.0769230769vw;
  display: block;
  margin-top: 0.3rem;
}
.article-header .sns_tw {
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
  display: inline-block;
}
@media (width > 767px) {
  .article-header {
    background-size: auto 100%;
  }
  .article-header .area {
    font-size: 14px;
  }
  .article-header .article-title {
    font-size: 16px;
  }
  .article-header .publish-date {
    font-size: 12px;
  }
}

.spot .article-header {
  background-color: oklch(94% 0.025 268deg);
}
.spot .area {
  color: oklch(57% 0.19 268deg);
}

.article-content {
  padding: 2rem 1rem;
  font-size: 3.5897435897vw;
  line-height: 1.8;
  word-break: normal;
  line-break: auto;
  text-align: justify;
  hanging-punctuation: first;
}
.article-content .eyecatch {
  margin-bottom: 1rem;
}
.article-content p {
  margin-bottom: 1.5em;
  text-indent: 1em;
}
.article-content ul {
  margin: 0 0 1.5rem;
}
.article-content blockquote {
  background: #eee;
  padding: 1rem;
  border-left: solid 4px #ccc;
  margin: 0 auto 1.5rem;
}
.article-content blockquote figure {
  margin: 0;
}
.article-content blockquote p {
  margin: 0;
}
.article-content .article-subtitle {
  font-size: 4.1025641026vw;
  border-bottom: solid 2px oklch(28% 0 0deg / 0.15);
  position: relative;
  padding: 0 0 0.2em 0.4em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.article-content .article-subtitle:after {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: oklch(57% 0.19 24.3deg);
}
@media (width > 767px) {
  .article-content .article-subtitle {
    font-size: 16px;
  }
}
.article-content .article-table {
  width: 100%;
}
.article-content .article-table th {
  border-bottom: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article-content .article-table th span {
  display: inline-block;
  background: oklch(57% 0.19 24.3deg);
  color: #fff;
  padding: 0 1em;
  border-radius: 1em;
  white-space: nowrap;
}
.article-content .info-unit {
  border: solid 4px rgb(240, 230, 229);
  border-radius: 1rem;
  padding: 1em;
}
.article-content .info-unit .info-title {
  border-bottom: solid 2px oklch(52% 0.17 131deg);
  font-size: 3.5897435897vw;
  padding-bottom: 0.2em;
  margin: 0 0 1em;
}
.article-content .info-unit .info-table {
  font-size: 3.0769230769vw;
}
.article-content .info-unit .info-table th {
  white-space: nowrap;
}
.article-content .info-unit .info-map {
  width: 100%;
  aspect-ratio: 16/9;
}
.article-content .info-unit .info-map iframe {
  width: 100%;
  height: 100%;
}
@media (width > 767px) {
  .article-content {
    font-size: 14px;
  }
  .article-content .info-unit .info-title {
    font-size: 16px;
  }
  .article-content .info-unit .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-content .info-unit .info-pic {
    max-width: 250px;
  }
  .article-content .info-unit .info-table {
    margin-bottom: 0;
    font-size: 13px;
  }
  .article-content .info-unit .info-map {
    max-height: 300px;
  }
}

.spot .article-content .article-subtitle::after {
  background-color: oklch(57% 0.19 268deg);
}
.spot .article-content a {
  color: oklch(57% 0.19 268deg);
}
.spot .article-content .info-unit {
  border-color: oklch(94% 0.025 268deg);
}
.spot .article-content .info-title {
  border-bottom-color: oklch(57% 0.19 268deg);
}

.news .article-content h2 {
  font-size: 4.1025641026vw;
  border-bottom: solid 2px oklch(28% 0 0deg / 0.15);
  position: relative;
  padding: 0 0 0.2em 0.4em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.news .article-content h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: oklch(57% 0.19 24.3deg);
}
@media (width > 767px) {
  .news .article-content h2 {
    font-size: 16px;
  }
}
.news .article-content a {
  color: oklch(57% 0.19 24.3deg);
}
.news .article-content .info-title {
  border-bottom-color: oklch(57% 0.19 24.3deg);
}

.article-related-news {
  padding: 2rem 1rem;
  border-top: dashed 1px indianred;
}
.article-related-news .article-subtitle {
  font-size: 4.1025641026vw;
  border-bottom: solid 2px oklch(28% 0 0deg / 0.15);
  position: relative;
  padding: 0 0 0.2em 0.4em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.article-related-news .article-subtitle:after {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: oklch(57% 0.19 24.3deg);
}
@media (width > 767px) {
  .article-related-news .article-subtitle {
    font-size: 16px;
  }
}
@media (width > 767px) {
  .article-related-news {
    font-size: 14px;
  }
}
.article-related-news ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (width > 767px) {
  .article-related-news ul li {
    width: calc((100% - 2rem) / 3);
  }
}
.article-related-news .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1rem 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: solid 1px oklch(0% 0 0deg / 0.1);
}
.article-related-news .unit .date {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 2.5641025641vw;
  margin-bottom: 0.5rem;
}
.article-related-news .unit .date .place {
  background-color: oklch(57% 0.19 24.3deg);
  color: #fff;
  border-radius: 0.25rem;
  padding: 0.2rem 0.5rem;
}
.article-related-news .unit .unit_head {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 1rem;
  width: calc(100% - 30.7692307692vw - 1rem);
}
.article-related-news .unit .unit_head .ttl_unit {
  margin-bottom: 0.6rem;
  font-size: 3.3333333333vw;
  font-weight: bold;
}
.article-related-news .unit .unit_head .ttl_unit a {
  color: oklch(57% 0.19 24.3deg);
  text-decoration: none;
}
.article-related-news .unit .unit_head .ttl_unit a:hover {
  text-decoration: underline;
}
.article-related-news .unit .unit_head .description {
  font-size: 2.8205128205vw;
}
.article-related-news .unit .thumbnail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 30.7692307692vw;
}
.article-related-news .unit .thumbnail a {
  display: block;
  width: 30.7692307692vw;
  height: 23.0769230769vw;
  overflow: hidden;
}
.article-related-news .unit .thumbnail img {
  width: 30.7692307692vw;
  height: 23.0769230769vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-related-news .unit .thumbnail img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.article-related-news .unit .thumbnail :hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
@media (width > 767px) {
  .article-related-news .unit {
    margin: 0 0 0.8rem;
  }
  .article-related-news .unit .date {
    font-size: 12px;
  }
  .article-related-news .unit .unit_head {
    width: 60%;
    padding-left: 5%;
  }
  .article-related-news .unit .unit_head .ttl_unit {
    font-size: 14px;
  }
  .article-related-news .unit .unit_head .description {
    font-size: 12px;
  }
  .article-related-news .unit .thumbnail {
    width: 35%;
    max-width: 126px;
  }
  .article-related-news .unit .thumbnail a, .article-related-news .unit .thumbnail img {
    width: 100%;
    height: 126px;
  }
}

.side-content .title {
  text-align: center;
  font-size: 4.6153846154vw;
  background: url("../images/common/parts_title-bottom.svg") no-repeat 50% bottom/75% auto;
  padding-bottom: 0.7em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (width > 767px) {
  .side-content .title {
    font-size: 20px;
    max-width: 300px;
    margin: 0 auto 1em;
  }
}
@media (width > 1215px) {
  .side-content {
    width: 300px;
    min-width: 300px;
  }
}

.area-list {
  margin-bottom: 3rem;
}
.area-list .list_local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  background-color: #ffffff;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1rem 1.5rem;
  padding: 1rem;
  gap: 1rem;
}
.area-list .list_local li {
  background: url(../images/top/icon_delimiter_red.svg) no-repeat 0% 50%/auto 1rem;
  padding-left: 1.5rem;
  margin: 0;
  font-size: 3.3333333333vw;
}
.area-list .list_local li a {
  color: oklch(18% 0 0deg);
  text-decoration: none;
}
.area-list .list_local li a:hover,
.area-list .list_local li a .active {
  color: oklch(57% 0.19 24.3deg);
}
.area-list .list_local li a:hover {
  text-decoration: underline;
}
@media (width > 767px) {
  .area-list .list_local {
    padding: 0.7rem 2rem;
    margin: 0 auto 1.5rem;
  }
  .area-list .list_local li {
    font-size: 14px;
  }
}

.spot .area-list .list_local li {
  background-image: url("../images/top/icon_delimiter_blue.svg");
}

.latest-list .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1rem 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: solid 1px oklch(0% 0 0deg / 0.1);
}
.latest-list .unit .date {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 2.5641025641vw;
  margin-bottom: 0.5rem;
}
.latest-list .unit .date .place {
  background-color: oklch(100% 0 0deg);
  border-radius: 0.25rem;
  padding: 0.2rem 0.5rem;
}
.latest-list .unit .unit_head {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 1rem;
  width: calc(100% - 30.7692307692vw - 1rem);
}
.latest-list .unit .unit_head .ttl_unit {
  margin-bottom: 0.6rem;
  font-size: 3.3333333333vw;
  font-weight: bold;
}
.latest-list .unit .unit_head .ttl_unit a {
  color: oklch(57% 0.19 24.3deg);
  text-decoration: none;
}
.latest-list .unit .unit_head .ttl_unit a:hover {
  text-decoration: underline;
}
.latest-list .unit .unit_head .description {
  font-size: 2.8205128205vw;
}
.latest-list .unit .thumbnail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 30.7692307692vw;
}
.latest-list .unit .thumbnail a {
  display: block;
  width: 30.7692307692vw;
  height: 23.0769230769vw;
  overflow: hidden;
}
.latest-list .unit .thumbnail img {
  width: 30.7692307692vw;
  height: 23.0769230769vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-list .unit .thumbnail img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.latest-list .unit .thumbnail :hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
@media (width > 767px) {
  .latest-list .unit {
    margin: 0 0 0.8rem;
  }
  .latest-list .unit .date {
    font-size: 12px;
  }
  .latest-list .unit .unit_head {
    width: 60%;
    padding-left: 5%;
  }
  .latest-list .unit .unit_head .ttl_unit {
    font-size: 14px;
  }
  .latest-list .unit .unit_head .description {
    font-size: 12px;
  }
  .latest-list .unit .thumbnail {
    width: 35%;
    max-width: 126px;
    max-height: 85px;
  }
  .latest-list .unit .thumbnail a, .latest-list .unit .thumbnail img {
    width: 100%;
    height: 85px;
  }
}
@media (width > 767px) and (width < 1215px) {
  .latest-list .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .latest-list .list-wrap .unit {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
  }
}

.spot .latest-list .unit .unit_head .ttl_unit a {
  color: oklch(57% 0.19 268deg);
}

.staticPage .article-header {
  background: oklch(94% 0.025 131deg);
  padding: 1rem 0;
}
.staticPage h2 {
  font-size: 4.1025641026vw;
  border-bottom: solid 2px oklch(28% 0 0deg / 0.15);
  position: relative;
  padding: 0 0 0.2em 0.4em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.staticPage h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: oklch(52% 0.17 131deg);
}
@media (width > 767px) {
  .staticPage h2 {
    font-size: 16px;
  }
}
.staticPage p,
.staticPage ul {
  margin-bottom: 1rem;
}
.staticPage li {
  margin-bottom: 0;
}
.staticPage .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dotted 1px oklch(28% 0 0deg / 0.15);
  margin: 0 0 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.staticPage .form-field .form-label {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  text-align: left;
}
.staticPage .form-field .form-data {
  -ms-flex-preferred-size: calc(70% - 2rem);
      flex-basis: calc(70% - 2rem);
  margin: 0;
}
.staticPage .form-field .form-data textarea {
  width: 100%;
}
@media (width > 767px) {
  .staticPage .form-field {
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .staticPage .form-field .form-label {
    text-align: right;
  }
  .staticPage .form-field .form-data textarea {
    width: 75%;
  }
}
.staticPage .buttons {
  text-align: center;
  margin-top: 2rem;
}
/*# sourceMappingURL=style.css.map */