/**handles:style**/
@charset "UTF-8";
/*
Theme Name: AMAGASAKI_PARK_THEME
Theme URI: https://amagasaki-park.com/
Description: パークマネジメント尼崎.
Author: ECCOM Creation Co.,Ltd.
Author URI: https://creative.eccom.jp/
Version: 1.0.0
.
. パークマネジメント尼崎 Webサイト
.
*/
/* 変数
------------------------------------*/
:root {
  --main-black: #232725;
  --main-gray: #9D99A5;
  --main-white: #F8F8F8;
  --main-blue: #0878C4;
  --category-green: #0DAC4D;
  --category-blue: #0C74D4;
  --category-red: #E02C2C;
  --CTA: #3BB664;
  --bg_green: #F2F9F6;
  --bg-gray: #F3F3F3;
  --dark-blue: #0B5D94;
  --line-gray: #D7D7D7;
  --caution-red: #FF4B00;
  --contents-width: 1140px;
}

/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* 共通パーツ
------------------------------------*/
html {
  height: 100%;
  width: 100%;
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
  html {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body {
  background: var(--bg_green);
  color: #000;
  color: var(--main-black);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 2.25px;
  line-height: 35px; /* 233.333% */
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}
body.is-fixed {
  overflow-y: hidden;
  position: fixed;
}

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

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}
a[href="#"] {
  opacity: 0.2;
  pointer-events: none;
}

button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

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

.c-preload * {
  animation: none !important;
  transition: none !important;
}
.c-preload .c-wrap::after {
  animation: none !important;
}

.c-header {
  background: rgba(248, 248, 248, 0.95);
  -webkit-backdrop-filter: blur(1.25px);
          backdrop-filter: blur(1.25px);
  padding: 23px 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-header {
    padding: 20px 20px 0;
  }
}
.c-header .c-header__inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: var(--contents-width);
  padding: 0 0 23px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-header .c-header__inner {
    justify-content: space-between;
    padding: 0 0 20px;
  }
}
.c-header .c-header__logo .c-header__logo-link {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__logo .c-header__logo-link {
    width: 176px;
  }
}
.c-header .c-header__menu {
  align-items: center;
  display: flex;
  margin: 0 0 0 50px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-header .c-header__menu {
    display: none;
  }
}
.c-header .c-header__menu .c-header__menu-main > ul {
  display: flex;
  gap: 30px;
  list-style: none;
}
.c-header .c-header__menu .c-header__menu-main > ul li a,
.c-header .c-header__menu .c-header__menu-main > ul li span {
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 93.333% */
  letter-spacing: 0.75px;
  padding: 10px 0;
}
.c-header .c-header__menu .c-header__menu-main > ul li a:hover,
.c-header .c-header__menu .c-header__menu-main > ul li span:hover {
  opacity: 0.2;
}
.c-header .c-header__menu .c-header__menu-main > ul li span {
  cursor: pointer;
  position: relative;
}
.c-header .c-header__menu .c-header__menu-main > ul li span::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-chevron.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
}
.c-header .c-header__menu .c-header__menu-main > ul li span:hover {
  opacity: 1;
}
.c-header .c-header__menu .c-header__menu-main > ul li span:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.c-header .c-header__menu .c-header__menu-main > ul li span ul {
  list-style: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: calc(50% - 50px);
  top: 34px;
  transition: opacity 0.3s ease;
  width: 100px;
}
.c-header .c-header__menu .c-header__menu-main > ul li span ul::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-header .c-header__menu .c-header__menu-main > ul li span ul li a {
  background: var(--main-blue);
  border-top: 1px solid var(--line-gray);
  border-right: 1px solid var(--line-gray);
  border-left: 1px solid var(--line-gray);
  color: var(--main-white);
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px; /* 93.333% */
  letter-spacing: 0.75px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.c-header .c-header__menu .c-header__menu-main > ul li span ul li a:hover {
  opacity: 0.2;
}
.c-header .c-header__menu .c-header__menu-sns {
  margin: 0 0 0 30px;
}

.c-footer {
  padding: 201px 20px 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer {
    padding: 55px 22px 0;
  }
}
.c-footer .c-footer__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--contents-width);
  padding: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer .c-footer__inner {
    align-items: center;
    flex-direction: column;
  }
}
.c-footer .c-footer__inner .c-footer__deco {
  position: absolute;
  left: 0;
  top: -150px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer .c-footer__inner .c-footer__deco {
    position: static;
    width: 100px;
  }
}
.c-footer .c-footer__inner .c-footer__deco img {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer .c-footer__inner .c-footer__logo {
    margin: 50px 0 0;
    max-width: 331px;
    width: 100%;
  }
  .c-footer .c-footer__inner .c-footer__logo img {
    width: 100%;
  }
}
.c-footer .c-footer__inner .c-footer__company {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  letter-spacing: 2.25px;
  max-width: 389px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer .c-footer__inner .c-footer__company {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer .c-footer__inner .c-footer__links {
    margin: 30px 0 0;
  }
}
.c-footer .c-footer__inner .c-footer__links .c-footer__button {
  margin: 20px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer .c-footer__inner .c-footer__links .c-footer__button {
    margin: 30px 0 0;
  }
}
.c-footer .c-footer__copyright {
  align-items: center;
  border-top: 1px solid var(--line-gray);
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 7px 0 10px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer .c-footer__copyright {
    flex-direction: column;
    gap: 10px;
    padding: 7px 20px 25px;
  }
}
.c-footer .c-footer__copyright a,
.c-footer .c-footer__copyright small {
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 166.667%;
  letter-spacing: 0.6px;
  text-align: center;
}
.c-footer .c-footer__copyright a:hover {
  opacity: 0.2;
}

.c-scrolltop {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  gap: 4px;
  line-height: 14px; /* 93.333% */
  letter-spacing: 0.75px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-align: center;
  width: 91px;
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .c-scrolltop {
    display: none;
  }
}
.c-scrolltop img {
  display: block;
}

.c-drawer {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  padding: 0 0 13px;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer {
    height: 100%;
    min-height: 100%;
    padding: 0;
  }
}
.c-drawer.is-active {
  opacity: 1;
  overflow: hidden;
  overflow-y: scroll;
  pointer-events: auto;
}
.c-drawer .c-sp-menu__header {
  display: flex;
  margin: 0 auto;
  max-width: var(--contents-width);
  padding: 23px 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-sp-menu__header {
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .c-drawer .c-sp-menu__header .c-sp-menu__header-logo {
    width: 176px;
  }
}
.c-drawer .c-sp-menu__header .c-sp-menu__header-detail {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 55px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-sp-menu__header .c-sp-menu__header-detail {
    display: none;
  }
}
.c-drawer .c-sp-menu__header .c-sp-menu__header-detail .c-header__menu-detail-title {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
}
.c-drawer .c-sp-menu__header .c-sp-menu__header-detail .c-header__menu-detail-text {
  font-size: 10px;
  font-weight: 350;
  line-height: 20px; /* 200% */
  letter-spacing: 0;
}
.c-drawer .c-sp-menu__header .c-sp-menu__header-button {
  margin: 0 0 0 54px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-sp-menu__header .c-sp-menu__header-button {
    display: none;
  }
}
.c-drawer .c-sp-menu__header .c-sp-menu__header-sns {
  margin: 0 0 0 13px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-sp-menu__header .c-sp-menu__header-sns {
    display: none;
  }
}
.c-drawer .c-sp-menu__body {
  display: flex;
  gap: 49px;
  margin: 0 auto;
  max-width: var(--contents-width);
  padding: 42px 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-sp-menu__body {
    flex-direction: column;
    gap: 0;
  }
}
.c-drawer .c-sp-menu__list {
  -moz-column-count: 3;
       column-count: 3;
  list-style: none;
  margin: 0 0 0 -90px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-sp-menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 60px;
    margin: 0 auto;
    max-width: 480px;
  }
}
@media screen and (max-width: 650px) {
  .c-drawer .c-sp-menu__list {
    max-width: 277px;
  }
}
.c-drawer .c-sp-menu__list li {
  margin: 0 0 0 90px;
  width: 198px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-sp-menu__list li {
    margin: 0;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 650px) {
  .c-drawer .c-sp-menu__list li {
    width: 100%;
  }
}
.c-drawer .c-sp-menu__list li a {
  color: var(--main-black, #232725);
  display: flex;
  font-size: 15px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 14px; /* 93.333% */
  letter-spacing: 0.75px;
  padding: 10px 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-sp-menu__list li a {
    padding: 15px 0;
  }
}
.c-drawer .c-sp-menu__list li a::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-arrow-circle-blue.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.c-drawer .c-sp-menu__list li a:hover {
  opacity: 0.2;
}
.c-drawer .c-sp-menu__text {
  margin: 10px 0 0;
  width: 271px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-sp-menu__text {
    display: none;
  }
}
.c-drawer .c-sp-menu__text p {
  color: var(--main-black, #232725);
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.6px;
}
.c-drawer .c-sp-menu__text p + p {
  margin: 10px 0 0;
}
.c-drawer .c-sp-menu__button {
  display: none;
  margin: 88px auto 0;
  max-width: 277px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-sp-menu__button {
    display: block;
  }
}
.c-drawer .c-sp-menu__button .c-sp-menu__button-deco {
  position: absolute;
}
.c-drawer .c-sp-menu__button .c-sp-menu__button-deco.is-01 {
  left: calc(50% - 26px);
  top: -51px;
}
.c-drawer .c-sp-menu__button .c-sp-menu__button-deco.is-02 {
  left: calc(50% + 46px);
  top: -38px;
}
.c-drawer .c-sp-menu__button .c-sp-menu__button-deco.is-03 {
  left: calc(50% + 98px);
  top: -24px;
}
.c-drawer .c-sp-menu__footer {
  display: none;
  padding: 20px 20px 54px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-sp-menu__footer {
    display: block;
  }
}
.c-drawer .c-sp-menu__footer::before {
  background: var(--bg-gray);
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.c-drawer .c-sp-menu__footer .c-sp-menu__footer-list {
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.c-drawer .c-sp-menu__footer .c-sp-menu__footer-list li a {
  display: inline-block;
  line-height: 0;
  padding: 10px;
}
.c-drawer .c-sp-menu__footer .c-sp-menu__footer-list li a:hover {
  opacity: 0.2;
}
.c-drawer .c-sp-menu__footer .c-sp-menu__footer-detail {
  margin: 20px 0 0;
  text-align: center;
}
.c-drawer .c-sp-menu__footer .c-sp-menu__footer-detail .c-sp-menu__footer-detail-title {
  color: var(--main-black);
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
}
.c-drawer .c-sp-menu__footer .c-sp-menu__footer-detail .c-sp-menu__footer-detail-text {
  color: var(--main-black, #232725);
  font-size: 10px;
  font-weight: 350;
  line-height: 20px; /* 200% */
}
.c-drawer .c-sp-menu__footer .c-sp-menu__footer-company {
  margin: 10px auto 0;
  max-width: 271px;
}
.c-drawer .c-sp-menu__footer .c-sp-menu__footer-company p {
  font-size: 12px;
  font-weight: 350;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.6px;
  text-align: center;
}
.c-drawer .c-sp-menu__footer .c-sp-menu__footer-company p + p {
  margin: 10px 0 0;
}

.c-headline-page {
  position: relative;
}
.c-headline-page .c-headline-page__en {
  font-family: Lato;
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 650px) {
  .c-headline-page .c-headline-page__en {
    font-size: 40px;
    letter-spacing: 1.2px;
  }
}
.c-headline-page .c-headline-page__ja {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}

.c-headline-park {
  line-height: 1;
  white-space: nowrap;
}
.c-headline-park .c-headline-park__ja {
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.2px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-headline-park .c-headline-park__ja {
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.75px;
  }
}
.c-headline-park .c-headline-park__en {
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}

.c-headline-default {
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.2px;
}
@media screen and (max-width: 650px) {
  .c-headline-default {
    font-size: 25px;
    letter-spacing: 1.75px;
  }
}

.c-contents {
  margin: 0 auto;
  max-width: var(--contents-width);
  padding: 91px 20px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-contents {
    padding: 84px 20px 0;
  }
}
@media screen and (max-width: 650px) {
  .c-contents {
    padding: 70px 20px 0;
  }
}

.c-hamburger {
  display: flex;
  gap: 5px;
  outline: none;
  padding: 10px;
  position: fixed;
  left: calc(50% + 440px);
  top: 30px;
  width: 112px;
  z-index: 100;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-hamburger {
    left: auto;
    right: 20px;
    top: 17px;
  }
}
.c-hamburger::after {
  content: "メニュー";
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 93.333% */
  letter-spacing: 0.75px;
  transition: color 0.3s ease;
}
.c-hamburger:hover::after {
  color: var(--main-gray);
}
.c-hamburger:hover svg path {
  fill: var(--main-gray);
}
.c-hamburger.is-active {
  gap: 16px;
}
.c-hamburger.is-active::after {
  content: "閉じる";
}
.c-hamburger.is-active svg:nth-child(1) {
  display: none;
}
.c-hamburger.is-active svg:nth-child(2) {
  display: block;
}
.c-hamburger svg:nth-child(2) {
  display: none;
}
.c-hamburger svg path {
  transition: fill 0.3s ease;
}

.c-sidebar {
  height: 234px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 44px;
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .c-sidebar {
    height: auto;
    max-width: 271px;
    bottom: 20px;
    left: 50%;
    top: auto;
    transform: translate3d(-50%, 0, 0);
    width: 100%;
  }
}

.c-notice {
  background: rgba(248, 248, 248, 0.95);
  border-top: 1px solid var(--line-gray);
  box-shadow: -5px 1px 10px 0px rgba(31, 172, 87, 0.2);
  margin: 0 calc(50% - 50vw);
  opacity: 1;
  pointer-events: auto;
  padding: 2px 20px;
  position: sticky;
  top: 91px;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 100vw;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-notice {
    top: 84px;
  }
}
@media screen and (max-width: 650px) {
  .c-notice {
    top: 70px;
    text-align: left;
  }
}
.c-notice.is-emergency {
  background: #FF4B00;
  color: #fff;
}
.c-notice.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-notice a,
.c-notice span {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.75px;
}
.c-notice a {
  text-decoration: underline;
}
.c-notice a:hover {
  text-decoration: none;
}

.c-breads {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  width: 100%;
}
.c-breads li {
  align-items: center;
  display: flex;
  max-width: 100%;
}
.c-breads li::after {
  content: ">";
}
.c-breads li:last-child::after {
  display: none;
}
.c-breads li a,
.c-breads li span {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px; /* 120% */
  letter-spacing: 0.75px;
  padding: 10px 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-breads li a,
  .c-breads li span {
    font-size: 12px;
    letter-spacing: 0.06em;
    padding: 5px 0;
  }
}
.c-breads li a:hover {
  opacity: 0.5;
}

.c-bg-white {
  position: relative;
}
.c-bg-white::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.c-bg-gray {
  position: relative;
}
.c-bg-gray::before {
  background: var(--main-white);
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.c-spacer {
  padding: 1px 0 0;
}

.c-blog-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  max-width: 900px;
}
.c-blog-body h2 {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.75px;
}
.c-blog-body h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
.c-blog-body p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px; /* 233.333% */
  letter-spacing: 2.25px;
}
.c-blog-body a {
  text-decoration: underline;
}
.c-blog-body a:hover {
  text-decoration: none;
}
.c-blog-body ul {
  list-style: none;
  padding: 0 0 0 25px;
}
.c-blog-body ul li {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-indent: -13px;
}
.c-blog-body ul li::before {
  content: "●";
  display: inline-block;
}
.c-blog-body ol {
  padding: 0 0 0 25px;
}
.c-blog-body ol li {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
.c-blog-body figure figcaption {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  letter-spacing: 2.25px;
}

.c-pager {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 365px) {
  .c-pager {
    gap: 10px;
  }
}
.c-pager .page-numbers {
  align-items: center;
  background: transparent;
  border-radius: 3px;
  color: #FFF;
  display: flex;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: normal;
  letter-spacing: 0;
  width: 30px;
}
.c-pager .page-numbers.first, .c-pager .page-numbers.prev, .c-pager .page-numbers.next, .c-pager .page-numbers.last {
  background: var(--dark-blue);
}
.c-pager .page-numbers.first img, .c-pager .page-numbers.last img {
  width: 16px;
}
.c-pager .page-numbers.prev img, .c-pager .page-numbers.next img {
  width: 11px;
}
.c-pager .page-numbers:not(.first), .c-pager .page-numbers:not(.last), .c-pager .page-numbers:not(.next), .c-pager .page-numbers:not(.last) {
  border: 1px solid var(--category-blue);
  color: var(--category-blue);
}
.c-pager .page-numbers.current {
  background: var(--category-blue);
  color: #fff;
}
.c-pager .page-numbers.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.c-single-pager {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media screen and (max-width: 365px) {
  .c-single-pager {
    gap: 5px;
  }
}
.c-single-pager .c-single-pager__prev,
.c-single-pager .c-single-pager__next {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  gap: 5px;
  line-height: 14px; /* 93.333% */
  letter-spacing: 0.75px;
  padding: 10px 0;
}
@media screen and (max-width: 365px) {
  .c-single-pager .c-single-pager__prev,
  .c-single-pager .c-single-pager__next {
    font-size: 12px;
    gap: 0;
  }
}
.c-single-pager .c-single-pager__prev:hover,
.c-single-pager .c-single-pager__next:hover {
  opacity: 0.2;
}
.c-single-pager .c-single-pager__prev img {
  transform: rotate(180deg);
}

.a-fadein {
  opacity: 0;
}
.a-fadein.is-animated {
  animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 15px, 0);
  }
  50% {
    opacity: 1;
  }
  60% {
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.c-button-primary {
  align-items: center;
  border-radius: 10px;
  background: var(--main-blue);
  color: var(--main-white);
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  gap: 5px;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 10px 20px;
}
.c-button-primary:hover {
  opacity: 0.2;
}
.c-button-primary.is-arrow::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-arrow-circle.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.c-button-primary.is-arrow-down::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-arrow-circle.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  rotate: 90deg;
  width: 20px;
}
.c-button-primary.is-green {
  background: var(--CTA);
}
.c-button-primary.is-sort {
  display: flex;
  justify-content: center;
}
.c-button-primary.is-external::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-external.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}

.c-button-cta {
  align-items: center;
  border-radius: 30px;
  background: var(--CTA);
  color: var(--main-white);
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 10px 25px;
  width: 100%;
}
.c-button-cta::before {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-leaf-white.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.c-button-cta:hover {
  opacity: 0.2;
}

.c-button-sidebar {
  align-items: center;
  display: inline-block;
  background: var(--CTA);
  border-radius: 25px 0px 0px 25px;
  color: var(--main-white);
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  height: 100%;
  justify-content: center;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 10px;
  transform-origin: right center;
  width: 100%;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 650px) {
  .c-button-sidebar {
    border-radius: 25px;
    box-shadow: -5px 1px 10px 0px rgba(31, 172, 87, 0.2);
    height: auto;
    transform-origin: center center;
    writing-mode: unset;
  }
}
.c-button-sidebar::before {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-leaf-white.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.c-button-sidebar:hover {
  transform: scale(1.1);
}

.c-button-more {
  align-items: center;
  background: var(--main-blue);
  border-radius: 15px;
  color: var(--main-white);
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 5px;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 29px 35px 28px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-button-more {
    padding: 29px 30px 28px;
  }
}
.c-button-more::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-arrow-circle.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.c-button-more:hover {
  opacity: 0.2;
}

.c-button-ghost {
  align-items: center;
  display: flex;
  gap: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px; /* 93.333% */
  letter-spacing: 0.75px;
  padding: 10px 0;
  position: relative;
}
.c-button-ghost::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-arrow-circle-blue.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.c-button-ghost:hover {
  opacity: 0.2;
}

.c-button-download {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  letter-spacing: 0.75px;
  text-decoration: underline;
}
.c-button-download::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-download.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.c-button-download:hover {
  text-decoration: none;
}

.c-list-sns {
  display: flex;
  justify-content: center;
  list-style: none;
}
.c-list-sns li a {
  display: inline-block;
  line-height: 0;
  padding: 10px;
}
.c-list-sns li a:hover {
  opacity: 0.2;
}

.c-list-sort .c-list-sort__title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
.c-list-sort .c-list-sort__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
}
.c-list-sort .c-list-sort__list.is-year li a {
  background: var(--main-black);
}
.c-list-sort .c-list-sort__list li a {
  background: var(--category-green);
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 2px 10px 3px;
}
.c-list-sort .c-list-sort__list li a:hover {
  opacity: 0.2;
}

.c-list-slider {
  display: flex;
  justify-content: center;
}
.c-list-slider .c-list-slider__wrapper {
  margin: 0 calc(50% - 50vw);
  width: 1400px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-list-slider .c-list-slider__wrapper {
    margin: 0;
    width: 100%;
  }
}
.c-list-slider .c-list-slider__inner {
  margin: 0 0 0 auto;
  max-width: min(89.2857142857vw, 1250px);
  overflow-x: scroll;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-list-slider .c-list-slider__inner {
    max-width: none;
    margin: 0 -20px 0 auto;
    width: calc(100% + 20px);
  }
}
.c-list-slider .c-list-slider__inner ul {
  display: inline-flex;
  gap: 20px;
  list-style: none;
  padding: 0 0 50px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-list-slider .c-list-slider__inner ul {
    padding: 0 20px 30px 0;
  }
}
.c-list-slider .c-list-slider__inner ul li {
  aspect-ratio: 528/421;
  border-radius: 70px;
  line-height: 0;
  overflow: hidden;
  width: 528px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-list-slider .c-list-slider__inner ul li {
    width: 300px;
  }
}
.c-list-slider .c-list-slider__inner ul li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* ユーティリティー
------------------------------------*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 10px !important;
}

.u-mt-2 {
  margin-top: 20px !important;
}

.u-mt-3 {
  margin-top: 30px !important;
}

.u-mt-4 {
  margin-top: 40px !important;
}

.u-mt-5 {
  margin-top: 50px !important;
}

.u-mt-6 {
  margin-top: 60px !important;
}

.u-mt-7 {
  margin-top: 70px !important;
}

.u-mt-8 {
  margin-top: 80px !important;
}

.u-mt-9 {
  margin-top: 90px !important;
}

.u-mt-10 {
  margin-top: 100px !important;
}

.u-mt-11 {
  margin-top: 110px !important;
}

.u-mt-12 {
  margin-top: 120px !important;
}

.u-mt-13 {
  margin-top: 130px !important;
}

.u-mt-14 {
  margin-top: 140px !important;
}

.u-mt-15 {
  margin-top: 150px !important;
}

.u-mt-16 {
  margin-top: 160px !important;
}

.u-mt-17 {
  margin-top: 170px !important;
}

.u-mt-18 {
  margin-top: 180px !important;
}

.u-mt-19 {
  margin-top: 190px !important;
}

.u-mt-20 {
  margin-top: 200px !important;
}

.u-mt-21 {
  margin-top: 210px !important;
}

.u-mt-22 {
  margin-top: 220px !important;
}

.u-mt-23 {
  margin-top: 230px !important;
}

.u-mt-24 {
  margin-top: 240px !important;
}

.u-mt-25 {
  margin-top: 250px !important;
}

.u-mt-26 {
  margin-top: 260px !important;
}

.u-mt-27 {
  margin-top: 270px !important;
}

.u-mt-28 {
  margin-top: 280px !important;
}

.u-mt-29 {
  margin-top: 290px !important;
}

.u-mt-30 {
  margin-top: 300px !important;
}

.u-mt-31 {
  margin-top: 310px !important;
}

.u-mt-32 {
  margin-top: 320px !important;
}

.u-mt-33 {
  margin-top: 330px !important;
}

.u-mt-34 {
  margin-top: 340px !important;
}

.u-mt-35 {
  margin-top: 350px !important;
}

.u-mt-36 {
  margin-top: 360px !important;
}

.u-mt-37 {
  margin-top: 370px !important;
}

.u-mt-38 {
  margin-top: 380px !important;
}

.u-mt-39 {
  margin-top: 390px !important;
}

.u-mt-40 {
  margin-top: 400px !important;
}

.u-mt-41 {
  margin-top: 410px !important;
}

.u-mt-42 {
  margin-top: 420px !important;
}

.u-mt-43 {
  margin-top: 430px !important;
}

.u-mt-44 {
  margin-top: 440px !important;
}

.u-mt-45 {
  margin-top: 450px !important;
}

.u-mt-46 {
  margin-top: 460px !important;
}

.u-mt-47 {
  margin-top: 470px !important;
}

.u-mt-48 {
  margin-top: 480px !important;
}

.u-mt-49 {
  margin-top: 490px !important;
}

.u-mt-50 {
  margin-top: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 10px !important;
  }
  .u-tab-mt-2 {
    margin-top: 20px !important;
  }
  .u-tab-mt-3 {
    margin-top: 30px !important;
  }
  .u-tab-mt-4 {
    margin-top: 40px !important;
  }
  .u-tab-mt-5 {
    margin-top: 50px !important;
  }
  .u-tab-mt-6 {
    margin-top: 60px !important;
  }
  .u-tab-mt-7 {
    margin-top: 70px !important;
  }
  .u-tab-mt-8 {
    margin-top: 80px !important;
  }
  .u-tab-mt-9 {
    margin-top: 90px !important;
  }
  .u-tab-mt-10 {
    margin-top: 100px !important;
  }
  .u-tab-mt-11 {
    margin-top: 110px !important;
  }
  .u-tab-mt-12 {
    margin-top: 120px !important;
  }
  .u-tab-mt-13 {
    margin-top: 130px !important;
  }
  .u-tab-mt-14 {
    margin-top: 140px !important;
  }
  .u-tab-mt-15 {
    margin-top: 150px !important;
  }
  .u-tab-mt-16 {
    margin-top: 160px !important;
  }
  .u-tab-mt-17 {
    margin-top: 170px !important;
  }
  .u-tab-mt-18 {
    margin-top: 180px !important;
  }
  .u-tab-mt-19 {
    margin-top: 190px !important;
  }
  .u-tab-mt-20 {
    margin-top: 200px !important;
  }
  .u-tab-mt-21 {
    margin-top: 210px !important;
  }
  .u-tab-mt-22 {
    margin-top: 220px !important;
  }
  .u-tab-mt-23 {
    margin-top: 230px !important;
  }
  .u-tab-mt-24 {
    margin-top: 240px !important;
  }
  .u-tab-mt-25 {
    margin-top: 250px !important;
  }
  .u-tab-mt-26 {
    margin-top: 260px !important;
  }
  .u-tab-mt-27 {
    margin-top: 270px !important;
  }
  .u-tab-mt-28 {
    margin-top: 280px !important;
  }
  .u-tab-mt-29 {
    margin-top: 290px !important;
  }
  .u-tab-mt-30 {
    margin-top: 300px !important;
  }
  .u-tab-mt-31 {
    margin-top: 310px !important;
  }
  .u-tab-mt-32 {
    margin-top: 320px !important;
  }
  .u-tab-mt-33 {
    margin-top: 330px !important;
  }
  .u-tab-mt-34 {
    margin-top: 340px !important;
  }
  .u-tab-mt-35 {
    margin-top: 350px !important;
  }
  .u-tab-mt-36 {
    margin-top: 360px !important;
  }
  .u-tab-mt-37 {
    margin-top: 370px !important;
  }
  .u-tab-mt-38 {
    margin-top: 380px !important;
  }
  .u-tab-mt-39 {
    margin-top: 390px !important;
  }
  .u-tab-mt-40 {
    margin-top: 400px !important;
  }
  .u-tab-mt-41 {
    margin-top: 410px !important;
  }
  .u-tab-mt-42 {
    margin-top: 420px !important;
  }
  .u-tab-mt-43 {
    margin-top: 430px !important;
  }
  .u-tab-mt-44 {
    margin-top: 440px !important;
  }
  .u-tab-mt-45 {
    margin-top: 450px !important;
  }
  .u-tab-mt-46 {
    margin-top: 460px !important;
  }
  .u-tab-mt-47 {
    margin-top: 470px !important;
  }
  .u-tab-mt-48 {
    margin-top: 480px !important;
  }
  .u-tab-mt-49 {
    margin-top: 490px !important;
  }
  .u-tab-mt-50 {
    margin-top: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 10px !important;
  }
  .u-sp-mt-2 {
    margin-top: 20px !important;
  }
  .u-sp-mt-3 {
    margin-top: 30px !important;
  }
  .u-sp-mt-4 {
    margin-top: 40px !important;
  }
  .u-sp-mt-5 {
    margin-top: 50px !important;
  }
  .u-sp-mt-6 {
    margin-top: 60px !important;
  }
  .u-sp-mt-7 {
    margin-top: 70px !important;
  }
  .u-sp-mt-8 {
    margin-top: 80px !important;
  }
  .u-sp-mt-9 {
    margin-top: 90px !important;
  }
  .u-sp-mt-10 {
    margin-top: 100px !important;
  }
  .u-sp-mt-11 {
    margin-top: 110px !important;
  }
  .u-sp-mt-12 {
    margin-top: 120px !important;
  }
  .u-sp-mt-13 {
    margin-top: 130px !important;
  }
  .u-sp-mt-14 {
    margin-top: 140px !important;
  }
  .u-sp-mt-15 {
    margin-top: 150px !important;
  }
  .u-sp-mt-16 {
    margin-top: 160px !important;
  }
  .u-sp-mt-17 {
    margin-top: 170px !important;
  }
  .u-sp-mt-18 {
    margin-top: 180px !important;
  }
  .u-sp-mt-19 {
    margin-top: 190px !important;
  }
  .u-sp-mt-20 {
    margin-top: 200px !important;
  }
  .u-sp-mt-21 {
    margin-top: 210px !important;
  }
  .u-sp-mt-22 {
    margin-top: 220px !important;
  }
  .u-sp-mt-23 {
    margin-top: 230px !important;
  }
  .u-sp-mt-24 {
    margin-top: 240px !important;
  }
  .u-sp-mt-25 {
    margin-top: 250px !important;
  }
  .u-sp-mt-26 {
    margin-top: 260px !important;
  }
  .u-sp-mt-27 {
    margin-top: 270px !important;
  }
  .u-sp-mt-28 {
    margin-top: 280px !important;
  }
  .u-sp-mt-29 {
    margin-top: 290px !important;
  }
  .u-sp-mt-30 {
    margin-top: 300px !important;
  }
  .u-sp-mt-31 {
    margin-top: 310px !important;
  }
  .u-sp-mt-32 {
    margin-top: 320px !important;
  }
  .u-sp-mt-33 {
    margin-top: 330px !important;
  }
  .u-sp-mt-34 {
    margin-top: 340px !important;
  }
  .u-sp-mt-35 {
    margin-top: 350px !important;
  }
  .u-sp-mt-36 {
    margin-top: 360px !important;
  }
  .u-sp-mt-37 {
    margin-top: 370px !important;
  }
  .u-sp-mt-38 {
    margin-top: 380px !important;
  }
  .u-sp-mt-39 {
    margin-top: 390px !important;
  }
  .u-sp-mt-40 {
    margin-top: 400px !important;
  }
  .u-sp-mt-41 {
    margin-top: 410px !important;
  }
  .u-sp-mt-42 {
    margin-top: 420px !important;
  }
  .u-sp-mt-43 {
    margin-top: 430px !important;
  }
  .u-sp-mt-44 {
    margin-top: 440px !important;
  }
  .u-sp-mt-45 {
    margin-top: 450px !important;
  }
  .u-sp-mt-46 {
    margin-top: 460px !important;
  }
  .u-sp-mt-47 {
    margin-top: 470px !important;
  }
  .u-sp-mt-48 {
    margin-top: 480px !important;
  }
  .u-sp-mt-49 {
    margin-top: 490px !important;
  }
  .u-sp-mt-50 {
    margin-top: 500px !important;
  }
}
.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 10px !important;
}

.u-mr-2 {
  margin-right: 20px !important;
}

.u-mr-3 {
  margin-right: 30px !important;
}

.u-mr-4 {
  margin-right: 40px !important;
}

.u-mr-5 {
  margin-right: 50px !important;
}

.u-mr-6 {
  margin-right: 60px !important;
}

.u-mr-7 {
  margin-right: 70px !important;
}

.u-mr-8 {
  margin-right: 80px !important;
}

.u-mr-9 {
  margin-right: 90px !important;
}

.u-mr-10 {
  margin-right: 100px !important;
}

.u-mr-11 {
  margin-right: 110px !important;
}

.u-mr-12 {
  margin-right: 120px !important;
}

.u-mr-13 {
  margin-right: 130px !important;
}

.u-mr-14 {
  margin-right: 140px !important;
}

.u-mr-15 {
  margin-right: 150px !important;
}

.u-mr-16 {
  margin-right: 160px !important;
}

.u-mr-17 {
  margin-right: 170px !important;
}

.u-mr-18 {
  margin-right: 180px !important;
}

.u-mr-19 {
  margin-right: 190px !important;
}

.u-mr-20 {
  margin-right: 200px !important;
}

.u-mr-21 {
  margin-right: 210px !important;
}

.u-mr-22 {
  margin-right: 220px !important;
}

.u-mr-23 {
  margin-right: 230px !important;
}

.u-mr-24 {
  margin-right: 240px !important;
}

.u-mr-25 {
  margin-right: 250px !important;
}

.u-mr-26 {
  margin-right: 260px !important;
}

.u-mr-27 {
  margin-right: 270px !important;
}

.u-mr-28 {
  margin-right: 280px !important;
}

.u-mr-29 {
  margin-right: 290px !important;
}

.u-mr-30 {
  margin-right: 300px !important;
}

.u-mr-31 {
  margin-right: 310px !important;
}

.u-mr-32 {
  margin-right: 320px !important;
}

.u-mr-33 {
  margin-right: 330px !important;
}

.u-mr-34 {
  margin-right: 340px !important;
}

.u-mr-35 {
  margin-right: 350px !important;
}

.u-mr-36 {
  margin-right: 360px !important;
}

.u-mr-37 {
  margin-right: 370px !important;
}

.u-mr-38 {
  margin-right: 380px !important;
}

.u-mr-39 {
  margin-right: 390px !important;
}

.u-mr-40 {
  margin-right: 400px !important;
}

.u-mr-41 {
  margin-right: 410px !important;
}

.u-mr-42 {
  margin-right: 420px !important;
}

.u-mr-43 {
  margin-right: 430px !important;
}

.u-mr-44 {
  margin-right: 440px !important;
}

.u-mr-45 {
  margin-right: 450px !important;
}

.u-mr-46 {
  margin-right: 460px !important;
}

.u-mr-47 {
  margin-right: 470px !important;
}

.u-mr-48 {
  margin-right: 480px !important;
}

.u-mr-49 {
  margin-right: 490px !important;
}

.u-mr-50 {
  margin-right: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 10px !important;
  }
  .u-tab-mr-2 {
    margin-right: 20px !important;
  }
  .u-tab-mr-3 {
    margin-right: 30px !important;
  }
  .u-tab-mr-4 {
    margin-right: 40px !important;
  }
  .u-tab-mr-5 {
    margin-right: 50px !important;
  }
  .u-tab-mr-6 {
    margin-right: 60px !important;
  }
  .u-tab-mr-7 {
    margin-right: 70px !important;
  }
  .u-tab-mr-8 {
    margin-right: 80px !important;
  }
  .u-tab-mr-9 {
    margin-right: 90px !important;
  }
  .u-tab-mr-10 {
    margin-right: 100px !important;
  }
  .u-tab-mr-11 {
    margin-right: 110px !important;
  }
  .u-tab-mr-12 {
    margin-right: 120px !important;
  }
  .u-tab-mr-13 {
    margin-right: 130px !important;
  }
  .u-tab-mr-14 {
    margin-right: 140px !important;
  }
  .u-tab-mr-15 {
    margin-right: 150px !important;
  }
  .u-tab-mr-16 {
    margin-right: 160px !important;
  }
  .u-tab-mr-17 {
    margin-right: 170px !important;
  }
  .u-tab-mr-18 {
    margin-right: 180px !important;
  }
  .u-tab-mr-19 {
    margin-right: 190px !important;
  }
  .u-tab-mr-20 {
    margin-right: 200px !important;
  }
  .u-tab-mr-21 {
    margin-right: 210px !important;
  }
  .u-tab-mr-22 {
    margin-right: 220px !important;
  }
  .u-tab-mr-23 {
    margin-right: 230px !important;
  }
  .u-tab-mr-24 {
    margin-right: 240px !important;
  }
  .u-tab-mr-25 {
    margin-right: 250px !important;
  }
  .u-tab-mr-26 {
    margin-right: 260px !important;
  }
  .u-tab-mr-27 {
    margin-right: 270px !important;
  }
  .u-tab-mr-28 {
    margin-right: 280px !important;
  }
  .u-tab-mr-29 {
    margin-right: 290px !important;
  }
  .u-tab-mr-30 {
    margin-right: 300px !important;
  }
  .u-tab-mr-31 {
    margin-right: 310px !important;
  }
  .u-tab-mr-32 {
    margin-right: 320px !important;
  }
  .u-tab-mr-33 {
    margin-right: 330px !important;
  }
  .u-tab-mr-34 {
    margin-right: 340px !important;
  }
  .u-tab-mr-35 {
    margin-right: 350px !important;
  }
  .u-tab-mr-36 {
    margin-right: 360px !important;
  }
  .u-tab-mr-37 {
    margin-right: 370px !important;
  }
  .u-tab-mr-38 {
    margin-right: 380px !important;
  }
  .u-tab-mr-39 {
    margin-right: 390px !important;
  }
  .u-tab-mr-40 {
    margin-right: 400px !important;
  }
  .u-tab-mr-41 {
    margin-right: 410px !important;
  }
  .u-tab-mr-42 {
    margin-right: 420px !important;
  }
  .u-tab-mr-43 {
    margin-right: 430px !important;
  }
  .u-tab-mr-44 {
    margin-right: 440px !important;
  }
  .u-tab-mr-45 {
    margin-right: 450px !important;
  }
  .u-tab-mr-46 {
    margin-right: 460px !important;
  }
  .u-tab-mr-47 {
    margin-right: 470px !important;
  }
  .u-tab-mr-48 {
    margin-right: 480px !important;
  }
  .u-tab-mr-49 {
    margin-right: 490px !important;
  }
  .u-tab-mr-50 {
    margin-right: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 10px !important;
  }
  .u-sp-mr-2 {
    margin-right: 20px !important;
  }
  .u-sp-mr-3 {
    margin-right: 30px !important;
  }
  .u-sp-mr-4 {
    margin-right: 40px !important;
  }
  .u-sp-mr-5 {
    margin-right: 50px !important;
  }
  .u-sp-mr-6 {
    margin-right: 60px !important;
  }
  .u-sp-mr-7 {
    margin-right: 70px !important;
  }
  .u-sp-mr-8 {
    margin-right: 80px !important;
  }
  .u-sp-mr-9 {
    margin-right: 90px !important;
  }
  .u-sp-mr-10 {
    margin-right: 100px !important;
  }
  .u-sp-mr-11 {
    margin-right: 110px !important;
  }
  .u-sp-mr-12 {
    margin-right: 120px !important;
  }
  .u-sp-mr-13 {
    margin-right: 130px !important;
  }
  .u-sp-mr-14 {
    margin-right: 140px !important;
  }
  .u-sp-mr-15 {
    margin-right: 150px !important;
  }
  .u-sp-mr-16 {
    margin-right: 160px !important;
  }
  .u-sp-mr-17 {
    margin-right: 170px !important;
  }
  .u-sp-mr-18 {
    margin-right: 180px !important;
  }
  .u-sp-mr-19 {
    margin-right: 190px !important;
  }
  .u-sp-mr-20 {
    margin-right: 200px !important;
  }
  .u-sp-mr-21 {
    margin-right: 210px !important;
  }
  .u-sp-mr-22 {
    margin-right: 220px !important;
  }
  .u-sp-mr-23 {
    margin-right: 230px !important;
  }
  .u-sp-mr-24 {
    margin-right: 240px !important;
  }
  .u-sp-mr-25 {
    margin-right: 250px !important;
  }
  .u-sp-mr-26 {
    margin-right: 260px !important;
  }
  .u-sp-mr-27 {
    margin-right: 270px !important;
  }
  .u-sp-mr-28 {
    margin-right: 280px !important;
  }
  .u-sp-mr-29 {
    margin-right: 290px !important;
  }
  .u-sp-mr-30 {
    margin-right: 300px !important;
  }
  .u-sp-mr-31 {
    margin-right: 310px !important;
  }
  .u-sp-mr-32 {
    margin-right: 320px !important;
  }
  .u-sp-mr-33 {
    margin-right: 330px !important;
  }
  .u-sp-mr-34 {
    margin-right: 340px !important;
  }
  .u-sp-mr-35 {
    margin-right: 350px !important;
  }
  .u-sp-mr-36 {
    margin-right: 360px !important;
  }
  .u-sp-mr-37 {
    margin-right: 370px !important;
  }
  .u-sp-mr-38 {
    margin-right: 380px !important;
  }
  .u-sp-mr-39 {
    margin-right: 390px !important;
  }
  .u-sp-mr-40 {
    margin-right: 400px !important;
  }
  .u-sp-mr-41 {
    margin-right: 410px !important;
  }
  .u-sp-mr-42 {
    margin-right: 420px !important;
  }
  .u-sp-mr-43 {
    margin-right: 430px !important;
  }
  .u-sp-mr-44 {
    margin-right: 440px !important;
  }
  .u-sp-mr-45 {
    margin-right: 450px !important;
  }
  .u-sp-mr-46 {
    margin-right: 460px !important;
  }
  .u-sp-mr-47 {
    margin-right: 470px !important;
  }
  .u-sp-mr-48 {
    margin-right: 480px !important;
  }
  .u-sp-mr-49 {
    margin-right: 490px !important;
  }
  .u-sp-mr-50 {
    margin-right: 500px !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 10px !important;
}

.u-mb-2 {
  margin-bottom: 20px !important;
}

.u-mb-3 {
  margin-bottom: 30px !important;
}

.u-mb-4 {
  margin-bottom: 40px !important;
}

.u-mb-5 {
  margin-bottom: 50px !important;
}

.u-mb-6 {
  margin-bottom: 60px !important;
}

.u-mb-7 {
  margin-bottom: 70px !important;
}

.u-mb-8 {
  margin-bottom: 80px !important;
}

.u-mb-9 {
  margin-bottom: 90px !important;
}

.u-mb-10 {
  margin-bottom: 100px !important;
}

.u-mb-11 {
  margin-bottom: 110px !important;
}

.u-mb-12 {
  margin-bottom: 120px !important;
}

.u-mb-13 {
  margin-bottom: 130px !important;
}

.u-mb-14 {
  margin-bottom: 140px !important;
}

.u-mb-15 {
  margin-bottom: 150px !important;
}

.u-mb-16 {
  margin-bottom: 160px !important;
}

.u-mb-17 {
  margin-bottom: 170px !important;
}

.u-mb-18 {
  margin-bottom: 180px !important;
}

.u-mb-19 {
  margin-bottom: 190px !important;
}

.u-mb-20 {
  margin-bottom: 200px !important;
}

.u-mb-21 {
  margin-bottom: 210px !important;
}

.u-mb-22 {
  margin-bottom: 220px !important;
}

.u-mb-23 {
  margin-bottom: 230px !important;
}

.u-mb-24 {
  margin-bottom: 240px !important;
}

.u-mb-25 {
  margin-bottom: 250px !important;
}

.u-mb-26 {
  margin-bottom: 260px !important;
}

.u-mb-27 {
  margin-bottom: 270px !important;
}

.u-mb-28 {
  margin-bottom: 280px !important;
}

.u-mb-29 {
  margin-bottom: 290px !important;
}

.u-mb-30 {
  margin-bottom: 300px !important;
}

.u-mb-31 {
  margin-bottom: 310px !important;
}

.u-mb-32 {
  margin-bottom: 320px !important;
}

.u-mb-33 {
  margin-bottom: 330px !important;
}

.u-mb-34 {
  margin-bottom: 340px !important;
}

.u-mb-35 {
  margin-bottom: 350px !important;
}

.u-mb-36 {
  margin-bottom: 360px !important;
}

.u-mb-37 {
  margin-bottom: 370px !important;
}

.u-mb-38 {
  margin-bottom: 380px !important;
}

.u-mb-39 {
  margin-bottom: 390px !important;
}

.u-mb-40 {
  margin-bottom: 400px !important;
}

.u-mb-41 {
  margin-bottom: 410px !important;
}

.u-mb-42 {
  margin-bottom: 420px !important;
}

.u-mb-43 {
  margin-bottom: 430px !important;
}

.u-mb-44 {
  margin-bottom: 440px !important;
}

.u-mb-45 {
  margin-bottom: 450px !important;
}

.u-mb-46 {
  margin-bottom: 460px !important;
}

.u-mb-47 {
  margin-bottom: 470px !important;
}

.u-mb-48 {
  margin-bottom: 480px !important;
}

.u-mb-49 {
  margin-bottom: 490px !important;
}

.u-mb-50 {
  margin-bottom: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 500px !important;
  }
}
.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 10px !important;
}

.u-ml-2 {
  margin-left: 20px !important;
}

.u-ml-3 {
  margin-left: 30px !important;
}

.u-ml-4 {
  margin-left: 40px !important;
}

.u-ml-5 {
  margin-left: 50px !important;
}

.u-ml-6 {
  margin-left: 60px !important;
}

.u-ml-7 {
  margin-left: 70px !important;
}

.u-ml-8 {
  margin-left: 80px !important;
}

.u-ml-9 {
  margin-left: 90px !important;
}

.u-ml-10 {
  margin-left: 100px !important;
}

.u-ml-11 {
  margin-left: 110px !important;
}

.u-ml-12 {
  margin-left: 120px !important;
}

.u-ml-13 {
  margin-left: 130px !important;
}

.u-ml-14 {
  margin-left: 140px !important;
}

.u-ml-15 {
  margin-left: 150px !important;
}

.u-ml-16 {
  margin-left: 160px !important;
}

.u-ml-17 {
  margin-left: 170px !important;
}

.u-ml-18 {
  margin-left: 180px !important;
}

.u-ml-19 {
  margin-left: 190px !important;
}

.u-ml-20 {
  margin-left: 200px !important;
}

.u-ml-21 {
  margin-left: 210px !important;
}

.u-ml-22 {
  margin-left: 220px !important;
}

.u-ml-23 {
  margin-left: 230px !important;
}

.u-ml-24 {
  margin-left: 240px !important;
}

.u-ml-25 {
  margin-left: 250px !important;
}

.u-ml-26 {
  margin-left: 260px !important;
}

.u-ml-27 {
  margin-left: 270px !important;
}

.u-ml-28 {
  margin-left: 280px !important;
}

.u-ml-29 {
  margin-left: 290px !important;
}

.u-ml-30 {
  margin-left: 300px !important;
}

.u-ml-31 {
  margin-left: 310px !important;
}

.u-ml-32 {
  margin-left: 320px !important;
}

.u-ml-33 {
  margin-left: 330px !important;
}

.u-ml-34 {
  margin-left: 340px !important;
}

.u-ml-35 {
  margin-left: 350px !important;
}

.u-ml-36 {
  margin-left: 360px !important;
}

.u-ml-37 {
  margin-left: 370px !important;
}

.u-ml-38 {
  margin-left: 380px !important;
}

.u-ml-39 {
  margin-left: 390px !important;
}

.u-ml-40 {
  margin-left: 400px !important;
}

.u-ml-41 {
  margin-left: 410px !important;
}

.u-ml-42 {
  margin-left: 420px !important;
}

.u-ml-43 {
  margin-left: 430px !important;
}

.u-ml-44 {
  margin-left: 440px !important;
}

.u-ml-45 {
  margin-left: 450px !important;
}

.u-ml-46 {
  margin-left: 460px !important;
}

.u-ml-47 {
  margin-left: 470px !important;
}

.u-ml-48 {
  margin-left: 480px !important;
}

.u-ml-49 {
  margin-left: 490px !important;
}

.u-ml-50 {
  margin-left: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 10px !important;
  }
  .u-tab-ml-2 {
    margin-left: 20px !important;
  }
  .u-tab-ml-3 {
    margin-left: 30px !important;
  }
  .u-tab-ml-4 {
    margin-left: 40px !important;
  }
  .u-tab-ml-5 {
    margin-left: 50px !important;
  }
  .u-tab-ml-6 {
    margin-left: 60px !important;
  }
  .u-tab-ml-7 {
    margin-left: 70px !important;
  }
  .u-tab-ml-8 {
    margin-left: 80px !important;
  }
  .u-tab-ml-9 {
    margin-left: 90px !important;
  }
  .u-tab-ml-10 {
    margin-left: 100px !important;
  }
  .u-tab-ml-11 {
    margin-left: 110px !important;
  }
  .u-tab-ml-12 {
    margin-left: 120px !important;
  }
  .u-tab-ml-13 {
    margin-left: 130px !important;
  }
  .u-tab-ml-14 {
    margin-left: 140px !important;
  }
  .u-tab-ml-15 {
    margin-left: 150px !important;
  }
  .u-tab-ml-16 {
    margin-left: 160px !important;
  }
  .u-tab-ml-17 {
    margin-left: 170px !important;
  }
  .u-tab-ml-18 {
    margin-left: 180px !important;
  }
  .u-tab-ml-19 {
    margin-left: 190px !important;
  }
  .u-tab-ml-20 {
    margin-left: 200px !important;
  }
  .u-tab-ml-21 {
    margin-left: 210px !important;
  }
  .u-tab-ml-22 {
    margin-left: 220px !important;
  }
  .u-tab-ml-23 {
    margin-left: 230px !important;
  }
  .u-tab-ml-24 {
    margin-left: 240px !important;
  }
  .u-tab-ml-25 {
    margin-left: 250px !important;
  }
  .u-tab-ml-26 {
    margin-left: 260px !important;
  }
  .u-tab-ml-27 {
    margin-left: 270px !important;
  }
  .u-tab-ml-28 {
    margin-left: 280px !important;
  }
  .u-tab-ml-29 {
    margin-left: 290px !important;
  }
  .u-tab-ml-30 {
    margin-left: 300px !important;
  }
  .u-tab-ml-31 {
    margin-left: 310px !important;
  }
  .u-tab-ml-32 {
    margin-left: 320px !important;
  }
  .u-tab-ml-33 {
    margin-left: 330px !important;
  }
  .u-tab-ml-34 {
    margin-left: 340px !important;
  }
  .u-tab-ml-35 {
    margin-left: 350px !important;
  }
  .u-tab-ml-36 {
    margin-left: 360px !important;
  }
  .u-tab-ml-37 {
    margin-left: 370px !important;
  }
  .u-tab-ml-38 {
    margin-left: 380px !important;
  }
  .u-tab-ml-39 {
    margin-left: 390px !important;
  }
  .u-tab-ml-40 {
    margin-left: 400px !important;
  }
  .u-tab-ml-41 {
    margin-left: 410px !important;
  }
  .u-tab-ml-42 {
    margin-left: 420px !important;
  }
  .u-tab-ml-43 {
    margin-left: 430px !important;
  }
  .u-tab-ml-44 {
    margin-left: 440px !important;
  }
  .u-tab-ml-45 {
    margin-left: 450px !important;
  }
  .u-tab-ml-46 {
    margin-left: 460px !important;
  }
  .u-tab-ml-47 {
    margin-left: 470px !important;
  }
  .u-tab-ml-48 {
    margin-left: 480px !important;
  }
  .u-tab-ml-49 {
    margin-left: 490px !important;
  }
  .u-tab-ml-50 {
    margin-left: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 10px !important;
  }
  .u-sp-ml-2 {
    margin-left: 20px !important;
  }
  .u-sp-ml-3 {
    margin-left: 30px !important;
  }
  .u-sp-ml-4 {
    margin-left: 40px !important;
  }
  .u-sp-ml-5 {
    margin-left: 50px !important;
  }
  .u-sp-ml-6 {
    margin-left: 60px !important;
  }
  .u-sp-ml-7 {
    margin-left: 70px !important;
  }
  .u-sp-ml-8 {
    margin-left: 80px !important;
  }
  .u-sp-ml-9 {
    margin-left: 90px !important;
  }
  .u-sp-ml-10 {
    margin-left: 100px !important;
  }
  .u-sp-ml-11 {
    margin-left: 110px !important;
  }
  .u-sp-ml-12 {
    margin-left: 120px !important;
  }
  .u-sp-ml-13 {
    margin-left: 130px !important;
  }
  .u-sp-ml-14 {
    margin-left: 140px !important;
  }
  .u-sp-ml-15 {
    margin-left: 150px !important;
  }
  .u-sp-ml-16 {
    margin-left: 160px !important;
  }
  .u-sp-ml-17 {
    margin-left: 170px !important;
  }
  .u-sp-ml-18 {
    margin-left: 180px !important;
  }
  .u-sp-ml-19 {
    margin-left: 190px !important;
  }
  .u-sp-ml-20 {
    margin-left: 200px !important;
  }
  .u-sp-ml-21 {
    margin-left: 210px !important;
  }
  .u-sp-ml-22 {
    margin-left: 220px !important;
  }
  .u-sp-ml-23 {
    margin-left: 230px !important;
  }
  .u-sp-ml-24 {
    margin-left: 240px !important;
  }
  .u-sp-ml-25 {
    margin-left: 250px !important;
  }
  .u-sp-ml-26 {
    margin-left: 260px !important;
  }
  .u-sp-ml-27 {
    margin-left: 270px !important;
  }
  .u-sp-ml-28 {
    margin-left: 280px !important;
  }
  .u-sp-ml-29 {
    margin-left: 290px !important;
  }
  .u-sp-ml-30 {
    margin-left: 300px !important;
  }
  .u-sp-ml-31 {
    margin-left: 310px !important;
  }
  .u-sp-ml-32 {
    margin-left: 320px !important;
  }
  .u-sp-ml-33 {
    margin-left: 330px !important;
  }
  .u-sp-ml-34 {
    margin-left: 340px !important;
  }
  .u-sp-ml-35 {
    margin-left: 350px !important;
  }
  .u-sp-ml-36 {
    margin-left: 360px !important;
  }
  .u-sp-ml-37 {
    margin-left: 370px !important;
  }
  .u-sp-ml-38 {
    margin-left: 380px !important;
  }
  .u-sp-ml-39 {
    margin-left: 390px !important;
  }
  .u-sp-ml-40 {
    margin-left: 400px !important;
  }
  .u-sp-ml-41 {
    margin-left: 410px !important;
  }
  .u-sp-ml-42 {
    margin-left: 420px !important;
  }
  .u-sp-ml-43 {
    margin-left: 430px !important;
  }
  .u-sp-ml-44 {
    margin-left: 440px !important;
  }
  .u-sp-ml-45 {
    margin-left: 450px !important;
  }
  .u-sp-ml-46 {
    margin-left: 460px !important;
  }
  .u-sp-ml-47 {
    margin-left: 470px !important;
  }
  .u-sp-ml-48 {
    margin-left: 480px !important;
  }
  .u-sp-ml-49 {
    margin-left: 490px !important;
  }
  .u-sp-ml-50 {
    margin-left: 500px !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

.u-gothic {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
  font-size: 11px;
}

.u-fontM {
  font-size: 22px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-fontM {
    font-size: 15px;
  }
}

.u-fontL {
  font-size: 30px;
}
@media screen and (max-width: 365px) {
  .u-fontL {
    font-size: 26px;
  }
}

.u-fontN {
  font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-fontN {
    font-size: 14px;
  }
}

.u-font10 {
  font-size: 10px !important;
}

.u-font11 {
  font-size: 11px !important;
}

.u-font12 {
  font-size: 12px !important;
}

.u-font13 {
  font-size: 13px !important;
}

.u-font14 {
  font-size: 14px !important;
}

.u-font15 {
  font-size: 15px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font17 {
  font-size: 17px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font19 {
  font-size: 19px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font21 {
  font-size: 21px !important;
}

.u-font22 {
  font-size: 22px !important;
}

.u-font23 {
  font-size: 23px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font25 {
  font-size: 25px !important;
}

.u-font26 {
  font-size: 26px !important;
}

.u-font27 {
  font-size: 27px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font29 {
  font-size: 29px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font31 {
  font-size: 31px !important;
}

.u-font32 {
  font-size: 32px !important;
}

.u-font33 {
  font-size: 33px !important;
}

.u-font34 {
  font-size: 34px !important;
}

.u-font35 {
  font-size: 35px !important;
}

.u-font36 {
  font-size: 36px !important;
}

.u-font37 {
  font-size: 37px !important;
}

.u-font38 {
  font-size: 38px !important;
}

.u-font39 {
  font-size: 39px !important;
}

.u-font40 {
  font-size: 40px !important;
}

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
}
.u-fontMain {
  color: var(--category-green);
}

.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: var(--caution-red);
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 500 !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-semibold {
  font-weight: 600 !important;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (max-width: 650px) {
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textright-sp {
    text-align: right !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 650px) {
  .u-pc {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: inline-block;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-none {
    display: none;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-padding0 {
  padding: 0 !important;
}

/* サブページ
------------------------------------*/
.p-top-kv {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 50px 20px 0;
}
@media screen and (max-width: 650px) {
  .p-top-kv {
    padding: 0 20px;
  }
}
.p-top-kv .p-top-kv__wrapper {
  margin: 0 auto;
  max-width: 1140px;
}
.p-top-kv .p-top-kv__headline {
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.75px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-top-kv .p-top-kv__headline {
    font-size: 22px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__headline {
    font-size: 25px;
  }
}

.p-top-headline {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-headline {
    flex-direction: column;
    gap: 18px;
  }
}
.p-top-headline .p-top-headline__button {
  margin: 9px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-headline .p-top-headline__button {
    margin: 0;
  }
}
.p-top-headline .p-top-headline__deco {
  position: absolute;
}
.p-top-headline .p-top-headline__deco.is-event {
  right: 52px;
  top: -80px;
}
@media screen and (max-width: 650px) {
  .p-top-headline .p-top-headline__deco.is-event {
    right: 10px;
    top: 23px;
    width: 140px;
  }
}
.p-top-headline .p-top-headline__deco.is-news {
  right: 52px;
  top: -70px;
}
@media screen and (max-width: 650px) {
  .p-top-headline .p-top-headline__deco.is-news {
    right: 0;
    top: 16px;
    width: 152px;
  }
}

.p-top-slider {
  margin: 0 calc(50% - 50vw);
  overflow: visible;
  padding: 0 0 0 calc(50vw - 50%);
  position: relative;
}
.p-top-slider ul {
  list-style: none;
  transition-timing-function: linear;
}
.p-top-slider ul li {
  aspect-ratio: 528/421;
  border-radius: 70px;
  overflow: hidden;
  width: 528px;
}
@media screen and (max-width: 650px) {
  .p-top-slider ul li {
    aspect-ratio: 300/240;
    border-radius: 40px;
    width: 300px;
  }
}
.p-top-slider ul li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-slider .p-top-slider__deco {
  position: absolute;
  left: calc(50% + 200px);
  top: -127px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .p-top-slider .p-top-slider__deco {
    left: calc(50% - 30px);
    top: -75px;
    width: 159px;
  }
}

.p-top-recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-top-recommend {
    gap: 20px 9px;
  }
}
.p-top-recommend .p-top-recommend__items {
  width: 250px;
}
@media screen and (max-width: 650px) {
  .p-top-recommend .p-top-recommend__items {
    width: 162px;
  }
}
.p-top-recommend .p-top-recommend__items .p-top-recommend__items-link {
  background: #fff;
  border-radius: 20px;
  display: block;
  padding: 15px 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-recommend .p-top-recommend__items .p-top-recommend__items-link {
    padding: 10px 0;
  }
}
.p-top-recommend .p-top-recommend__items .p-top-recommend__items-link:hover {
  opacity: 0.2;
}
.p-top-recommend .p-top-recommend__items .p-top-recommend__items-link .p-top-recommend__items-headline .p-top-recommend__items-headline-ja {
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.75px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-recommend .p-top-recommend__items .p-top-recommend__items-link .p-top-recommend__items-headline .p-top-recommend__items-headline-ja {
    font-size: 16px;
    letter-spacing: 1.12px;
  }
}
.p-top-recommend .p-top-recommend__items .p-top-recommend__items-link .p-top-recommend__items-headline .p-top-recommend__items-headline-en {
  display: block;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  margin: 5px 0 0;
  text-align: center;
}
.p-top-recommend .p-top-recommend__items .p-top-recommend__items-link .p-top-recommend__items-more {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  gap: 5px;
  justify-content: center;
  line-height: 14px; /* 93.333% */
  letter-spacing: 0.75px;
  margin: 9px 0 0;
}

.p-park-headline {
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.75px;
}

.p-park-header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-header {
    flex-direction: column;
  }
}
.p-park-header .p-park-header__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 35px; /* 233.333% */
  letter-spacing: 2.25px;
  margin: 0 0 0 60px;
  min-height: 176px;
  width: 548px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-header .p-park-header__text {
    margin: 30px 0 0;
    min-height: unset;
    width: 100%;
  }
}
.p-park-header .p-park-header__deco {
  position: absolute;
}
.p-park-header .p-park-header__deco.is-inagawa {
  left: 250px;
  top: -80px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-header .p-park-header__deco.is-inagawa {
    left: 234px;
    width: 63px;
  }
}
.p-park-header .p-park-header__deco.is-nishi {
  left: 266px;
  top: 24px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-header .p-park-header__deco.is-nishi {
    left: 213px;
    top: -17px;
    width: 100px;
  }
}
.p-park-header .p-park-header__deco.is-tachibana {
  left: 194px;
  top: 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-header .p-park-header__deco.is-tachibana {
    left: 180px;
    top: -8px;
    width: 100px;
  }
}
.p-park-header .p-park-header__deco.is-uotsuri {
  top: -21px;
  left: 292px;
}

.p-park-facility {
  position: relative;
  text-align: center;
}
.p-park-facility .p-park-facility__deco {
  position: absolute;
}
.p-park-facility .p-park-facility__deco.is-inagawa {
  right: 0;
  top: -97px;
}
@media screen and (max-width: 650px) {
  .p-park-facility .p-park-facility__deco.is-inagawa {
    right: 4px;
    top: -6px;
    width: 96px;
  }
}
.p-park-facility .p-park-facility__deco.is-tachibana {
  left: calc(50% - 50vw - 45px);
  top: 190px;
}
@media screen and (max-width: 650px) {
  .p-park-facility .p-park-facility__deco.is-tachibana {
    left: calc(50% - 50vw - 25px);
    top: 78.6666666667vw;
    width: 100px;
  }
}
.p-park-facility .p-park-facility__deco.is-uotsuri {
  left: calc(50% + 289px);
  top: -67px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-facility .p-park-facility__deco.is-uotsuri {
    left: auto;
    right: 0;
    top: -26px;
  }
}
@media screen and (max-width: 650px) {
  .p-park-facility .p-park-facility__deco.is-uotsuri {
    width: 100px;
  }
}
.p-park-facility .p-park-facility__deco.is-nishi {
  left: calc(50% + 345px);
  top: -97px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-facility .p-park-facility__deco.is-nishi {
    left: auto;
    right: 20px;
    top: 10px;
    width: 100px;
  }
}

.p-park-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}
.p-park-list .p-park-list__items {
  align-items: flex-start;
  background: #fff;
  display: flex;
  gap: 35px;
  padding: 30px 30px 46px;
}
@media screen and (max-width: 650px) {
  .p-park-list .p-park-list__items {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.p-park-list .p-park-list__items .p-park-list__items-body {
  width: calc(100% - 470px);
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-list .p-park-list__items .p-park-list__items-body {
    width: calc(50% - 18px);
  }
}
@media screen and (max-width: 650px) {
  .p-park-list .p-park-list__items .p-park-list__items-body {
    width: 100%;
  }
}
.p-park-list .p-park-list__items .p-park-list__items-body .p-park-list__items-headline {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  text-align: left;
}
.p-park-list .p-park-list__items .p-park-list__items-body .p-park-list__items-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 35px; /* 233.333% */
  letter-spacing: 2.25px;
  margin: 30px 0 0;
  text-align: left;
}
.p-park-list .p-park-list__items .p-park-list__items-slider {
  overflow: visible;
  width: 435px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-list .p-park-list__items .p-park-list__items-slider {
    width: calc(50% - 18px);
  }
}
@media screen and (max-width: 650px) {
  .p-park-list .p-park-list__items .p-park-list__items-slider {
    width: 100%;
  }
}
.p-park-list .p-park-list__items .p-park-list__items-slider ul {
  list-style: none;
  width: 100%;
}
.p-park-list .p-park-list__items .p-park-list__items-slider ul li {
  aspect-ratio: 435/236;
  line-height: 0;
  width: 100%;
}
.p-park-list .p-park-list__items .p-park-list__items-slider ul li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-park-list .p-park-list__items .p-park-list__items-slider .swiper-pagination {
  line-height: 0;
  margin: 7px -5px 0 auto;
  position: static;
  text-align: right;
}
.p-park-list .p-park-list__items .p-park-list__items-slider .swiper-pagination .swiper-pagination-bullet {
  background: var(--main-gray);
  height: 10px;
  opacity: 1;
  width: 10px;
}
.p-park-list .p-park-list__items .p-park-list__items-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-black);
}

.p-park-access {
  display: flex;
  gap: 27px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-access {
    flex-direction: column;
  }
}
.p-park-access .p-park-access__map {
  max-width: 518px;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-access .p-park-access__map {
    max-width: none;
    width: 100%;
  }
}
.p-park-access .p-park-access__map iframe {
  display: block;
  width: 100%;
}
.p-park-access .p-park-access__map a {
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px; /* 93.333% */
  letter-spacing: 0.75px;
  text-decoration: underline;
}
.p-park-access .p-park-access__map a:hover {
  text-decoration: none;
}
.p-park-access .p-park-access__body {
  width: calc(100% - 547px);
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-park-access .p-park-access__body {
    width: 100%;
  }
}
.p-park-access .p-park-access__body p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px; /* 233.333% */
  letter-spacing: 2.25px;
}
.p-park-access .p-park-access__body p.is-bold {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.12px;
}
.p-park-access .p-park-access__body p a {
  text-decoration: underline;
}
.p-park-access .p-park-access__body p a:hover {
  text-decoration: none;
}

.p-park-other {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-park-other {
    align-items: center;
    gap: 20px;
  }
}
.p-park-other .p-park-other__items {
  width: 250px;
}
.p-park-other .p-park-other__items .p-park-other__items-link {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.p-park-other .p-park-other__items .p-park-other__items-link:hover {
  opacity: 0.2;
}
.p-park-other .p-park-other__items .p-park-other__items-link .p-park-other__items-headline {
  text-align: center;
}
.p-park-other .p-park-other__items .p-park-other__items-link .p-park-other__items-headline .p-park-other__items-headline-ja {
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.75px;
}
.p-park-other .p-park-other__items .p-park-other__items-link .p-park-other__items-headline .p-park-other__items-headline-en {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
}

.p-stadium-thumbnail {
  border-radius: 70px;
  display: block;
  line-height: 0;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
}
.p-stadium-thumbnail img {
  width: 100%;
}

.p-stadium-equipment {
  align-items: center;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 650px) {
  .p-stadium-equipment {
    flex-direction: column;
  }
}
.p-stadium-equipment .p-stadium-equipment__headline {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
.p-stadium-equipment ul {
  display: flex;
  gap: 20px;
  list-style: none;
}
.p-stadium-equipment ul li {
  background: var(--category-blue);
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 2px 10px 3px;
}

.p-stadium-list {
  overflow-x: scroll;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-stadium-list {
    margin: 0 -20px 0 auto;
    padding: 0 20px 30px 0;
  }
}
.p-stadium-list .p-stadium-list__wrapper {
  border-bottom: 1px solid var(--line-gray);
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
}
.p-stadium-list .p-stadium-list__wrapper dt {
  align-items: center;
  border-top: 1px solid var(--line-gray);
  border-left: 1px solid var(--line-gray);
  background: var(--main-white);
  display: flex;
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 22px 20px;
  width: 300px;
}
.p-stadium-list .p-stadium-list__wrapper dd {
  border-top: 1px solid var(--line-gray);
  border-left: 1px solid var(--line-gray);
  border-right: 1px solid var(--line-gray);
  background: var(--main-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 3px;
  padding: 22px 20px;
  width: calc(100% - 300px);
}
.p-stadium-list .p-stadium-list__wrapper dd a {
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
}
.p-stadium-list .p-stadium-list__wrapper dd a:hover {
  text-decoration: none;
}
.p-stadium-list .p-stadium-list__wrapper dd a img {
  margin: 0 0 -2px 5px;
}

.p-news-header {
  position: relative;
}
.p-news-header .p-news-header__deco {
  position: absolute;
  left: 249px;
  top: -59px;
}
@media screen and (max-width: 650px) {
  .p-news-header .p-news-header__deco {
    left: 179px;
    top: 0;
    width: 100px;
  }
}

.p-news-list {
  border-bottom: 1px solid var(--main-gray, #9D99A5);
  list-style: none;
}
.p-news-list .p-news-list__items {
  border-top: 1px solid var(--main-gray, #9D99A5);
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items {
    flex-wrap: wrap;
  }
}
.p-news-list .p-news-list__items .p-news-list__items-link {
  align-items: flex-start;
  display: flex;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items .p-news-list__items-link {
    flex-wrap: wrap;
  }
}
.p-news-list .p-news-list__items .p-news-list__items-link::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-arrow-circle-blue.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 20px;
}
.p-news-list .p-news-list__items .p-news-list__items-link:hover {
  opacity: 0.2;
}
.p-news-list .p-news-list__items .p-news-list__items-header {
  display: flex;
  width: 280px;
}
.p-news-list .p-news-list__items .p-news-list__items-header .p-news-list__items-date {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px; /* 93.333% */
  letter-spacing: 0.75px;
}
.p-news-list .p-news-list__items .p-news-list__items-header .p-news-list__items-category {
  background: var(--category-green, #0DAC4D);
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  margin: 0 0 0 15px;
  padding: 2px 10px 3px;
}
.p-news-list .p-news-list__items .p-news-list__items-title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  margin: 2px 0 0;
  width: calc(100% - 350px);
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items .p-news-list__items-title {
    margin: 10px 0 0;
    width: calc(100% - 35px);
  }
}

.p-news-kv {
  margin: 0 auto;
  max-width: 900px;
}
.p-news-kv .p-news-kv__date {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 650px) {
  .p-news-kv .p-news-kv__date {
    text-align: center;
  }
}
.p-news-kv .p-news-kv__title {
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.2px;
  margin: 30px 0 0;
}
@media screen and (max-width: 650px) {
  .p-news-kv .p-news-kv__title {
    font-size: 25px;
    letter-spacing: 1.75px;
    margin: 10px 0 0;
  }
}
.p-news-kv .p-news-kv__category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
}
.p-news-kv .p-news-kv__category li {
  background: var(--category-green);
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 2px 10px 3px;
}
.p-news-kv .p-news-kv__photo {
  display: flex;
  justify-content: center;
  line-height: 0;
  margin: 100px 0 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-news-kv .p-news-kv__photo {
    margin: 30px 0 0;
  }
}
.p-news-kv .p-news-kv__photo img {
  display: block;
}

.p-news-important {
  color: red;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 650px) {
  .p-news-important {
    font-size: 19px;
  }
}
.p-news-important a {
  text-decoration: underline;
}
.p-news-important a:hover {
  text-decoration: none;
}

.p-event-header {
  position: relative;
}
.p-event-header .p-event-header__deco {
  position: absolute;
  left: 266px;
  top: -45px;
}
@media screen and (max-width: 650px) {
  .p-event-header .p-event-header__deco {
    left: 196px;
    top: -8px;
    width: 79px;
  }
}

.p-event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 47px;
  justify-content: center;
  list-style: none;
}
.p-event-list .p-event-list__items {
  width: 335px;
}
.p-event-list .p-event-list__items.is-dummy {
  height: 0;
}
.p-event-list .p-event-list__items .p-event-list__items-link {
  display: block;
  position: relative;
}
.p-event-list .p-event-list__items .p-event-list__items-link:hover .p-event-list__items-photo::before {
  opacity: 0;
}
.p-event-list .p-event-list__items .p-event-list__items-photo {
  aspect-ratio: 335/273;
  border-radius: 15px;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-event-list .p-event-list__items .p-event-list__items-photo::before {
  background: rgba(30, 28, 33, 0.4);
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
.p-event-list .p-event-list__items .p-event-list__items-photo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-event-list .p-event-list__items .p-event-list__date {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 10px;
  top: 14px;
}
.p-event-list .p-event-list__items .p-event-list__date .p-event-list__date-items {
  display: flex;
  width: 100%;
}
.p-event-list .p-event-list__items .p-event-list__date .p-event-list__date-items .p-event-list__date-items-body:nth-child(2n) .p-event-list__date-items-sub {
  padding: 0 0 0 20px;
}
.p-event-list .p-event-list__items .p-event-list__date .p-event-list__date-items .p-event-list__date-items-body .p-event-list__date-items-sub {
  color: var(--main-white);
  display: block;
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.05px;
}
.p-event-list .p-event-list__items .p-event-list__date .p-event-list__date-items .p-event-list__date-items-body .p-event-list__date-items-main {
  color: var(--main-white);
  font-family: Lato;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.8px;
}
.p-event-list .p-event-list__items .p-event-list__items-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  line-height: 0;
  margin: 19px 0 0;
}
.p-event-list .p-event-list__items .p-event-list__items-categories li {
  background: var(--category-green);
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 2px 10px 3px;
}
.p-event-list .p-event-list__items .p-event-list__items-headline {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  margin: 10px 0 0;
}
.p-event-list .p-event-list__items .p-event-list__items-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 400;
  -webkit-line-clamp: 3;
  line-height: 25px; /* 166.667% */
  letter-spacing: 2.25px;
  margin: 10px 0 0;
  overflow: hidden;
}

.p-event-kv {
  margin: 0 auto;
  max-width: 900px;
}
.p-event-kv .p-event-kv__date {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-event-kv .p-event-kv__date {
    text-align: center;
  }
}
.p-event-kv .p-event-kv__title {
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.2px;
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-event-kv .p-event-kv__title {
    font-size: 25px;
    letter-spacing: 1.75px;
    margin: 10px 0 0;
  }
}
.p-event-kv .p-event-kv__category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 30px 0 0;
}
.p-event-kv .p-event-kv__category li {
  background: var(--category-green);
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 2px 10px 3px;
}
.p-event-kv .p-event-kv__photo {
  display: flex;
  justify-content: center;
  line-height: 0;
  margin: 100px 0 0;
}
@media screen and (max-width: 650px) {
  .p-event-kv .p-event-kv__photo {
    margin: 30px 0 0;
  }
}

.p-reservation-headline {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}

.p-reservation-title {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.12px;
}

.p-reservation-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 35px; /* 233.333% */
  letter-spacing: 2.25px;
  max-width: 600px;
}
.p-reservation-text.is-small {
  line-height: 25px; /* 166.667% */
}

.p-reservation-note {
  color: var(--caution-red, #FF4B00);
  font-size: 12px;
  font-weight: 350;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.6px;
}

.p-reservation-detail {
  border-left: 1px solid var(--main-gray);
  color: var(--main-black, #232725);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 650px) {
  .p-reservation-detail {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
    letter-spacing: 2.25px;
  }
}

.p-reservation-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  max-width: 700px;
}
.p-reservation-list .p-reservation-list__items {
  background: var(--bg_green);
}
.p-reservation-list .p-reservation-list__items:nth-child(2) .p-reservation-list__items-headline {
  background: var(--category-green);
}
.p-reservation-list .p-reservation-list__items:nth-child(3) .p-reservation-list__items-headline {
  background: var(--main-gray);
}
.p-reservation-list .p-reservation-list__items .p-reservation-list__items-headline {
  background: var(--main-blue);
  border-radius: 5px 5px 0px 0px;
  color: var(--main-white);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 10px;
  text-align: center;
}
.p-reservation-list .p-reservation-list__items .p-reservation-list__items-body {
  padding: 20px 40px;
}
.p-reservation-list .p-reservation-list__items .p-reservation-list__items-body h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}

.p-faq-header {
  position: relative;
}
.p-faq-header .p-faq-header__deco {
  position: absolute;
  left: 154px;
  top: 0;
}

.p-faq-sort {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 15px;
}
@media screen and (max-width: 650px) {
  .p-faq-sort li {
    margin: 0 auto;
    max-width: 275px;
    width: 100%;
  }
}

.p-faq-headline {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.75px;
}
@media screen and (max-width: 650px) {
  .p-faq-headline {
    text-align: center;
  }
}

.p-faq-list {
  list-style: none;
}
.p-faq-list .p-faq-list__items {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  letter-spacing: 2.25px;
}
.p-faq-list .p-faq-list__items details {
  outline: none;
}
.p-faq-list .p-faq-list__items details > div {
  background: var(--main-blue, #0878C4);
  color: var(--normal_white, #FFF);
  padding: 23px 30px 23px 100px;
  position: relative;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 650px) {
  .p-faq-list .p-faq-list__items details > div {
    min-height: 70px;
    padding: 10px 26px 10px 90px;
  }
}
.p-faq-list .p-faq-list__items details > div::before {
  align-items: center;
  background: var(--main-white, #F8F8F8);
  border-radius: 90px;
  border: 3px solid var(--main-black, #232725);
  color: var(--main-black, #232725);
  display: flex;
  justify-content: center;
  content: "A";
  font-family: Lato;
  font-size: 30px;
  font-weight: 700;
  height: 50px;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  left: 20px;
  top: 10px;
  text-decoration: none;
  width: 50px;
}
.p-faq-list .p-faq-list__items details > div a {
  text-decoration: underline;
}
.p-faq-list .p-faq-list__items details > div a:hover {
  text-decoration: none;
}
.p-faq-list .p-faq-list__items details dl {
  color: var(--main-black);
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
  width: calc(100% - 100px);
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-faq-list .p-faq-list__items details dl {
    width: calc(100% - 26px);
  }
}
@media screen and (max-width: 650px) {
  .p-faq-list .p-faq-list__items details dl {
    flex-direction: column;
  }
}
.p-faq-list .p-faq-list__items details dl dt {
  align-items: center;
  border-top: 1px solid var(--line-gray);
  border-left: 1px solid var(--line-gray);
  background: var(--main-white);
  display: flex;
  padding: 10px;
  width: 250px;
}
@media screen and (max-width: 650px) {
  .p-faq-list .p-faq-list__items details dl dt {
    background: #E3E3E3;
    border-right: 1px solid var(--line-gray);
    width: 100%;
  }
}
.p-faq-list .p-faq-list__items details dl dd {
  border-top: 1px solid var(--line-gray);
  border-left: 1px solid var(--line-gray);
  border-right: 1px solid var(--line-gray);
  background: var(--main-white);
  padding: 10px;
  width: calc(100% - 340px);
}
@media screen and (max-width: 650px) {
  .p-faq-list .p-faq-list__items details dl dd {
    width: 100%;
  }
}
.p-faq-list .p-faq-list__items details dl dd a {
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
}
.p-faq-list .p-faq-list__items details dl dd a:hover {
  text-decoration: none;
}
.p-faq-list .p-faq-list__items details dl dd a img {
  margin: 0 0 -2px 5px;
}
.p-faq-list .p-faq-list__items summary {
  background: #E3E3E3;
  color: var(--main-black);
  cursor: pointer;
  list-style: none;
  outline: none;
  padding: 23px 30px 23px 100px;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .p-faq-list .p-faq-list__items summary {
    min-height: 70px;
    padding: 10px 26px 10px 90px;
  }
}
.p-faq-list .p-faq-list__items summary::before {
  align-items: center;
  background: var(--main-black);
  border-radius: 90px;
  border: 3px solid var(--main-black);
  color: #fff;
  display: flex;
  justify-content: center;
  content: "Q";
  font-family: Lato;
  font-size: 30px;
  font-weight: 700;
  height: 50px;
  line-height: normal;
  letter-spacing: 0;
  position: absolute;
  left: 20px;
  top: 10px;
  text-decoration: none;
  width: 50px;
}
.p-faq-list .p-faq-list__items summary::-webkit-details-marker {
  display: none;
}
.p-faq-list .p-faq-list__items summary:hover {
  text-decoration: none;
}

.p-faq-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 90px;
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-faq-footer {
    gap: 50px;
    justify-content: flex-start;
    padding: 50px 0;
  }
}
.p-faq-footer::before {
  background: var(--line-gray);
  content: "";
  display: block;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}
.p-faq-footer .p-faq-footer__headline {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.75px;
}
@media screen and (max-width: 650px) {
  .p-faq-footer .p-faq-footer__headline {
    font-size: 18px;
    letter-spacing: 1.26px;
  }
}
.p-faq-footer .p-faq-footer__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  letter-spacing: 2.25px;
  margin: 15px 0 0;
  max-width: 424px;
}
@media screen and (max-width: 650px) {
  .p-faq-footer .p-faq-footer__text {
    max-width: none;
  }
}
.p-faq-footer .p-faq-footer__button {
  margin: 30px auto 0;
  max-width: 300px;
  width: 100%;
}
.p-faq-footer .p-faq-footer__right {
  max-width: 500px;
}
@media screen and (max-width: 650px) {
  .p-faq-footer .p-faq-footer__right {
    max-width: none;
  }
}
.p-faq-footer .p-faq-footer__right .p-faq-footer__list {
  border-radius: 5px;
  background: var(--bg-gray);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 900px;
  padding: 18px 80px 28px;
}
@media screen and (max-width: 650px) {
  .p-faq-footer .p-faq-footer__right .p-faq-footer__list {
    gap: 10px;
    margin: 0 -20px;
    padding: 18px 20px 28px;
  }
}
.p-faq-footer .p-faq-footer__right .p-faq-footer__list .p-faq-footer__items {
  width: 160px;
}
@media screen and (max-width: 650px) {
  .p-faq-footer .p-faq-footer__right .p-faq-footer__list .p-faq-footer__items {
    width: calc(50% - 5px);
  }
}
.p-faq-footer .p-faq-footer__right .p-faq-footer__list .p-faq-footer__items .p-faq-footer__items-title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 0 0 10px;
  text-align: center;
}
.p-faq-footer .p-faq-footer__right .p-faq-footer__list .p-faq-footer__items .p-faq-footer__items-text {
  border-top: 1px solid var(--main-gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 10px 0;
  text-align: center;
}
.p-faq-footer .p-faq-footer__right .p-faq-footer__list .p-faq-footer__items .p-faq-footer__items-text a {
  text-decoration: underline;
}
.p-faq-footer .p-faq-footer__right .p-faq-footer__list .p-faq-footer__items .p-faq-footer__items-text a:hover {
  text-decoration: none;
}
.p-faq-footer .p-faq-footer__right .p-faq-footer__list .p-faq-footer__items .p-faq-footer__items-text a[target=_blank]::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-pdf.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0 0 -3px 5px;
  width: 20px;
}
.p-faq-footer .p-faq-footer__right .p-faq-footer__note {
  color: var(--caution-red, #FF4B00);
  font-size: 12px;
  font-weight: 350;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.6px;
  margin: 10px 0 0;
}

.p-info-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px; /* 233.333% */
  letter-spacing: 2.25px;
  max-width: 563px;
}

.p-info-list {
  display: flex;
  gap: 80px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-info-list {
    flex-direction: column;
    gap: 50px;
  }
}
.p-info-list .p-info-list__items {
  width: calc(50% - 40px);
}
@media screen and (max-width: 650px) {
  .p-info-list .p-info-list__items {
    width: 100%;
  }
}
.p-info-list .p-info-list__items .p-info-list__items-headline {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.75px;
  margin: 50px 0 0;
}
@media screen and (max-width: 650px) {
  .p-info-list .p-info-list__items .p-info-list__items-headline {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    margin: 25px 0 0;
  }
}
.p-info-list .p-info-list__items .p-info-list__items-headline span {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 650px) {
  .p-info-list .p-info-list__items .p-info-list__items-headline span {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
  }
}
.p-info-list .p-info-list__items .p-info-list__items-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  letter-spacing: 2.25px;
  margin: 20px 0 0;
}
@media screen and (max-width: 650px) {
  .p-info-list .p-info-list__items .p-info-list__items-text {
    margin: 10px 0 0;
  }
}
.p-info-list .p-info-list__items .p-info-list__items-text a {
  text-decoration: underline;
}
.p-info-list .p-info-list__items .p-info-list__items-text a:hover {
  text-decoration: none;
}

.p-contact-header {
  position: relative;
}
.p-contact-header .p-contact-header__text {
  max-width: 493px;
}
.p-contact-header .p-contact-header__deco {
  position: absolute;
  left: 365px;
  top: -21px;
}
@media screen and (max-width: 650px) {
  .p-contact-header .p-contact-header__deco {
    left: 262px;
    top: -39px;
    width: 79px;
  }
}

.p-contact-form.wpforms-container {
  margin: 100px auto 0 !important;
  max-width: 900px;
  width: 100% !important;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
  margin: 30px 0 0;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field:nth-child(2) {
    margin: 50px 0 0;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html {
  margin: 0;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline {
  display: block;
  color: var(--main-black, #232725);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  margin: 0;
  position: relative;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label::after,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline::after {
  background: #9fa0a0;
  border-radius: 3px;
  color: var(--main-white);
  content: "任意";
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.6px;
  padding: 0px 4px;
  position: relative;
  right: 35px;
  top: 0;
  z-index: -1;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline .wpforms-required-label {
  background: var(--main-blue, #0878C4);
  padding: 4px 10px;
  border-radius: 3px;
  color: var(--main-white);
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.6px;
  margin: 0 0 0 10px;
  padding: 0px 5px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label a,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline a {
  text-decoration: underline;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label a:hover,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline a:hover {
  text-decoration: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  background: var(--main-white);
  border-radius: 3px;
  border: 1px solid var(--line-gray);
  font-size: 15px;
  font-weight: 400;
  line-height: 14px; /* 93.333% */
  letter-spacing: 0.75px;
  height: auto;
  margin: 8px 0 0;
  padding: 13px 30px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::-moz-placeholder, .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select::-moz-placeholder, .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::-moz-placeholder {
  color: var(--main-gray);
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::placeholder,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select::placeholder,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder {
  color: var(--main-gray);
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input:focus,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select:focus,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea:focus {
  border: 1px solid var(--main-black);
  box-shadow: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  min-height: 250px;
  padding: 30px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field ul {
    align-items: flex-start;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select {
  cursor: pointer;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox],
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] {
  display: none !important;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label {
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  letter-spacing: 2.25px;
  margin: 0 auto 0;
  padding: 0 0 0 28px;
  position: relative;
  text-align: left;
  width: auto;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label::before,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label::before {
  background: var(--main-white);
  border: 1px solid var(--main-black);
  border-radius: 3px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 20px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label::after,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-check.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 11px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 4px);
  left: 3px;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  width: 15px;
  z-index: 1;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox]:checked + label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio]:checked + label {
  color: var(--color-text);
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox]:checked + label::after,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio]:checked + label::after {
  opacity: 1;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-sublabel {
  display: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox {
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul {
    justify-content: center;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox .wpforms-error {
  text-align: center;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container {
  margin: -25px 0 0;
  text-align: right;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container {
    margin: 50px 0 0;
    text-align: center;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
  background: var(--main-blue);
  border-radius: 10px;
  box-shadow: none;
  color: var(--main-white);
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 23px;
  position: relative;
  max-width: 171px;
  width: 100%;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  opacity: 0.2;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit::before {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-arrow-white.svg") no-repeat center center/100%;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 38px;
  top: 24px;
  width: 7px;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit::before {
    right: 20px;
  }
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full {
  background: transparent;
  border: none;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p {
  text-align: center;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p a {
  text-decoration: underline;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p a:hover {
  text-decoration: none;
}

.p-contact-footer .p-contact-footer__title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
}

.p-contact-honbu {
  border-radius: 5px;
  background: var(--bg-gray);
  display: flex;
  gap: 100px;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 900px;
  padding: 30px 0;
}
@media screen and (max-width: 650px) {
  .p-contact-honbu {
    flex-direction: column;
    gap: 50px;
    margin: 0 -20px;
  }
}
.p-contact-honbu .p-contact-honbu__items {
  max-width: 260px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-contact-honbu .p-contact-honbu__items {
    max-width: none;
  }
}
.p-contact-honbu .p-contact-honbu__items .p-contact-honbu__items-title {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.75px;
}
.p-contact-honbu .p-contact-honbu__items .p-contact-honbu__items-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  letter-spacing: 2.25px;
}

.p-contact-kouen {
  border-radius: 5px;
  background: var(--bg-gray);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 900px;
  padding: 19px 20px 29px;
}
@media screen and (max-width: 650px) {
  .p-contact-kouen {
    gap: 10px;
    margin: 0 -20px;
  }
}
@media screen and (max-width: 650px) {
  .p-contact-kouen .p-contact-kouen__items {
    width: calc(50% - 5px);
  }
}
.p-contact-kouen .p-contact-kouen__items .p-contact-kouen__items-title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 0 0 10px;
  text-align: center;
}
.p-contact-kouen .p-contact-kouen__items .p-contact-kouen__items-text {
  border-top: 1px solid var(--main-gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 10px 0;
  text-align: center;
}
.p-contact-kouen .p-contact-kouen__items .p-contact-kouen__items-text a {
  text-decoration: underline;
}
.p-contact-kouen .p-contact-kouen__items .p-contact-kouen__items-text a:hover {
  text-decoration: none;
}
.p-contact-kouen .p-contact-kouen__items .p-contact-kouen__items-text a[target=_blank]::after {
  background: url("https://amagasaki-park.com/wp-content/themes/theme04/images/icon-pdf.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0 0 -3px 5px;
  width: 20px;
}

.p-privacy-body table,
.p-privacy-body dl,
.p-privacy-body ol,
.p-privacy-body ul,
.p-privacy-body p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px; /* 233.333% */
  letter-spacing: 2.25px;
}
.p-privacy-body ul {
  list-style: none;
}
.p-privacy-body ul li:before {
  content: "・";
}

.p-thanks-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 35px; /* 233.333% */
  letter-spacing: 2.25px;
}

.p-thanks-button {
  max-width: 198px;
}/*# sourceMappingURL=style.css.map */