@charset "UTF-8";
.wp-block-button__link {
  background-color: auto;
}

/* # =================================================================
   # g 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;
  tab-size: 4;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */ /* resset.dev • v5.0.2 */
}

*,
::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 */
  color: inherit; /* Correct border color 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;
  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;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

[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; /* cardionet 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+, cardionet Explorer 11- */
}

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

select::-ms-value {
  color: currentColor; /* cardionet 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 */
}

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  color: #7c6954;
  line-height: 1.7;
  scroll-behavior: smooth;
}
html.wf-loading {
  opacity: 0;
}
html.wf-active {
  opacity: 1;
}
html.no-scroll {
  overflow: hidden;
}

body {
  position: relative;
  color: #7c6954;
  font-family: sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0.06rem;
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}

a {
  color: #7c6954;
  text-decoration: none;
}

p {
  text-align: justify;
  padding: 0.8em 0.5em;
}
p a {
  color: #8ead3b;
  text-decoration: underline;
}
p a:hover {
  opacity: 0.4;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.fbx-caption-title,
.fbx-caption-desc {
  font-family: sans-serif;
}

.spbr {
  display: none;
}
@media (min-width: 640px) {
  .spbr {
    display: block;
  }
}

.pcbr {
  display: block;
}
@media (min-width: 640px) {
  .pcbr {
    display: none;
  }
}

.txt_r {
  text-align: right;
}

.l-main {
  padding-block: clamp(40px, 6vw, 80px);
}

.l-section {
  padding-block: clamp(80px, 10vw, 140px);
}
.l-section.-soft {
  background: #f6f3ec;
  padding-block: clamp(80px, 10vw, 140px);
}

.l-section__header {
  margin-bottom: 2rem;
}

.l-section--sm {
  padding-block: clamp(60px, 8vw, 100px);
}

.l-container {
  width: min(100%, 1240px);
  margin-inline: auto;
  padding-inline: clamp(24px, 4vw, 48px);
}

.l-container--wide {
  width: min(95%, 1600px);
  margin-inline: auto;
}

.l-reading {
  max-width: 720px;
}

.l-stack > * + * {
  margin-top: 1rem;
}

.l-stack--s > * + * {
  margin-top: clamp(0.5rem, 0.5rem + 0.6vw, 0.75rem);
}

.l-stack--m > * + * {
  margin-top: clamp(1rem, 1rem + 1vw, 1.5rem);
}

.l-stack--l > * + * {
  margin-top: clamp(1.5rem, 1.5rem + 2vw, 3rem);
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

.l-header {
  width: 100%;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  z-index: 99;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* 下スクロールで隠す */
.l-header.is-hidden {
  transform: translateY(-100%);
}

.header-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 240px 1fr;
  align-items: center;
}
@media (min-width: 1024px) {
  .header-grid {
    grid-template-columns: 60px 1fr;
  }
}

@media (min-width: 1024px) {
  body:not(.home) .header-grid {
    grid-template-columns: 240px 1fr;
  }
}

.c-headerLogo {
  align-self: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

.c-headerLogo.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.logo-visible {
  opacity: 1;
  visibility: visible;
}

/* ===============================
   Hamburger
================================= */
.c-hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  justify-self: end;
}
.c-hamburger span,
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #000;
  content: "";
  transform: translateX(-50%);
  transition: 0.3s ease;
}
.c-hamburger span {
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-hamburger span::before {
  top: -8px;
}
.c-hamburger span::after {
  top: 8px;
}

body.is-open .c-hamburger span {
  background: transparent;
}

body.is-open .c-hamburger span::before {
  top: 0;
  transform: translate(-50%, 0) rotate(45deg);
}

body.is-open .c-hamburger span::after {
  top: 0;
  transform: translate(-50%, 0) rotate(-45deg);
}

/* ===============================
   Navigation Modal (SP)
================================= */
.c-nav {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
}

.c-nav__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 100vh;
}

.c-nav__panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.p-globalmenu {
  width: min(90vw, 380px);
  max-height: 80vh;
  overflow-y: auto;
  padding: clamp(1rem, 1rem + 1vw, 1.5rem);
  border-radius: 8px;
  background: #f6f3ec;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  align-self: center;
  /* 閉 */
  transform: translateY(-5px) scale(0.98);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

/* 開 */
body.is-open .p-globalmenu {
  transform: translateY(50px) scale(1);
  align-self: center;
  opacity: 1;
}

body.is-open .menuWindow__wrapper--inner {
  position: relative;
  z-index: 98;
  opacity: 1;
}

.menuWindow__wrapper--inner {
  display: flex;
  opacity: 0;
  height: 100dvh;
  align-items: stretch;
}

.c-navList {
  font-size: clamp(1.0625rem, 0.6vw, 1.25rem);
  line-height: 1.8;
  display: flex;
  flex-direction: column;
}
.c-navList .menu-item {
  padding: clamp(0.5rem, 0.5rem + 0.6vw, 0.75rem);
  border-bottom: 1px solid #a3887b;
}
.c-navList .menu-item:last-child {
  border-bottom: none;
}

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

.submenu__wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

body.is-open .c-nav {
  pointer-events: auto;
}

body.is-open .c-nav__overlay {
  opacity: 1;
}

body.is-open .p-globalmenu {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.c-nav__toggle {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
}

/* 横線 */
.c-nav__toggle::before,
.c-nav__toggle::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

/* 縦線（＋の縦） */
.c-nav__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* 開いたら縦線消す → － */
.menu-item-has-children.is-open .c-nav__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

/* ハンバーガーアニメ */
.c-hamburger.active span {
  background: transparent;
}

.c-hamburger.active span::before {
  top: 0;
  transform: translate(-50%, 0) rotate(45deg);
}

.c-hamburger.active span::after {
  top: 0;
  transform: translate(-50%, 0) rotate(-45deg);
}

body.is-open {
  overflow: hidden;
}

/* ===============================
   PC Layout
================================= */
@media (min-width: 1024px) {
  .c-nav {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    height: auto;
    overflow: visible;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    justify-content: flex-end;
  }
  .menuWindow__wrapper--inner {
    all: unset;
  }
  .l-header.is-hidden + .c-nav {
    transform: translateY(-100%);
  }
  .c-nav__overlay {
    display: none;
  }
  .c-nav__panel {
    position: static;
    display: block;
  }
  .p-globalmenu {
    all: unset;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    gap: 2rem;
  }
  .c-navList {
    flex-direction: row;
    gap: 0.5rem;
    display: flex;
    align-items: stretch;
  }
  .c-navList .menu-item {
    display: flex;
    align-items: stretch;
    border-bottom: none;
  }
  .c-navList .menu-item a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .c-hamburger {
    display: none;
  }
  .menu-item-has-children {
    position: relative;
    padding-right: 20px !important;
  }
  .menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-bottom: 2px solid #5196a8;
    border-right: 2px solid #5196a8;
    transform-origin: 100% 0%;
    transition: transform 0.3s ease;
  }
  .menu-item-has-children:hover::after {
    transform: translateY(55%) rotate(45deg);
  }
  .menu-item-has-children:hover > .submenu__wrapper {
    opacity: 1;
    visibility: visible;
  }
  .submenu__wrapper {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100vw;
    max-height: initial;
    padding: clamp(1.5rem, 1.5rem + 2vw, 3rem);
    background: #f6f3ec;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .sub-menu {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
  .sub-menu a {
    text-decoration: underline;
  }
  .c-nav__toggle {
    display: none;
  }
}
/* ===============================
   Drawer Overlay
================================= */
.menuWindow__wrapper {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 0.3s ease;
}

body.is-open {
  overflow: hidden;
}
body.is-open .menuWindow__wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* ===============================
   Header Slider
================================= */
.index__slider {
  position: relative;
  margin-top: 0;
}

/* ===============================
   Page Header (Hero)
================================= */
.page__header {
  margin-top: 60px;
  background: url("../images/gra/87193207_rt.webp") right top/contain no-repeat;
  font-size: clamp(1.0625rem, 0.6vw, 1.25rem);
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: md;
  position: relative;
}
.page__header:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  background: url("../images/gra/87193207_leafs.png") left bottom/contain no-repeat;
  width: 180px;
  height: 132px;
}
@media (min-width: 768px) {
  .page__header:before {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .page__header:before {
    width: 250px;
  }
}
.page__header h1.page__title {
  font-weight: normal;
  text-align: left;
}

.p-breadcrumb {
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.7;
}
.p-breadcrumb p {
  padding: 0;
}

/* ===============================
   Breadcrumb
================================= */
#breadcrumbs {
  font-size: 0.8em;
}
#breadcrumbs span {
  position: relative;
}
#breadcrumbs span:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #d8e5ea;
}
#breadcrumbs span a {
  padding-right: 40px;
}
#breadcrumbs span:last-child:after {
  display: none;
}

.footer {
  background: #f6f3ec;
  border-top: 1px solid #82a238;
}
.footer section.info__wrap {
  padding: clamp(1.5rem, 1.5rem + 2vw, 3rem);
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .footer section.info__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: clamp(1.5rem, 1.5rem + 2vw, 3rem);
  }
}
.footer section.info__wrap .info {
  display: grid;
  gap: 2rem;
}
.footer section.info__wrap .info .footer__logo {
  padding-bottom: 10px;
  width: 50%;
  margin: auto;
  text-align: center;
}
.footer section.info__wrap .info .footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 640px) {
  .footer section.info__wrap .info .footer__logo img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.footer section.info__wrap .info section.detail {
  display: flex;
  flex-direction: column;
  gap: 0 2%;
}
@media (min-width: 768px) {
  .footer section.info__wrap .info section.detail {
    grid-column: 1;
    grid-row: auto;
  }
}
.footer section.info__wrap .info section.detail .timetable h4.type1 {
  color: #fff;
}

@media (min-width: 640px) {
  .p-footer__tel {
    text-align: center;
  }
}
.p-footer__tel > dl {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.04em;
  padding-top: 30px;
  text-align: center;
}
.p-footer__tel > dl > dt {
  font-weight: bold;
  display: inline-block;
  border-radius: 16px;
  white-space: nowrap;
  padding: 2px 10%;
}
@media (min-width: 640px) {
  .p-footer__tel > dl > dt {
    font-size: initial;
  }
}
.p-footer__tel > dl > dd.num {
  font-size: clamp(1.75rem, 1.8vw, 2.25rem);
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 640px) {
  .p-footer__tel > dl > dd.num {
    display: block;
  }
}
.p-footer__tel > dl > dd.num > a {
  color: #5196a8;
}
@media (min-width: 768px) {
  .p-footer__tel > dl > dd.num > a {
    pointer-events: none;
  }
}
.p-footer__tel > dl > dd.time {
  font-size: 0.8rem;
}

section.access {
  border: none;
}
@media (min-width: 768px) {
  section.access {
    border-left: 1px solid #d8e5ea;
    padding-left: 40px;
  }
}
section.access .illustmap {
  width: 100%;
  aspect-ratio: 1/0.75;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  section.access .illustmap {
    aspect-ratio: 16/9;
  }
}
section.access .illustmap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.access .detail li {
  position: relative;
  padding: 0 0 0.5rem 2rem;
}
section.access .detail li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
section.access .detail li.train::before {
  background: url("../images/icons/train.svg") center/contain no-repeat;
}
section.access .detail li.car::before {
  background: url("../images/icons/car.svg") center/contain no-repeat;
}

.footer__attention {
  background: #d1c8b3;
  text-align: center;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.7;
  padding: clamp(0.5rem, 0.5rem + 0.6vw, 0.75rem);
}

.l-footerlink {
  background: #d1c8b3;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.7;
  width: 100%;
}
.l-footerlink .p-footerlink__inner {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .l-footerlink .p-footerlink__inner {
    grid-template-columns: repeat(3, auto);
  }
}
.l-footerlink a {
  text-decoration: underline;
  color: #a3887b;
}
.l-footerlink a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.l-footerlink .u-footerlink {
  display: flex;
  flex-direction: column;
}
.l-footerlink .u-footerlink--small li {
  font-size: 0.8rem;
  padding: 0 10px;
  line-height: 1em;
}
.l-footerlink .u-footerlink--small li a {
  display: inline-block;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .l-footerlink .u-footerlink--small li a {
    padding: 10px 0 10px 0;
  }
}
.l-footerlink .u-footerlink--small--inner li {
  font-size: 0.8rem;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .l-footerlink .u-footerlink--small--inner li {
    padding: 5px 0 5px 30px;
  }
}

.l-copyright {
  background: #d1c8b3;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.7;
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}
@media (min-width: 1024px) {
  .l-copyright {
    padding-bottom: 0px;
  }
}

.c-cardGrid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
}
@media (min-width: 768px) {
  .c-cardGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .c-cardGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* articleを残しつつ grid 行揃え */
.c-cardItem {
  display: grid;
  gap: 16px;
  grid-template-rows: subgrid;
}

/* カード全体リンク */
.c-card {
  display: grid;
  gap: 0.5em;
  grid-template-rows: subgrid;
  grid-row: span 4;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  color: inherit;
  text-decoration: none;
}
.c-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* サムネイルはフル幅 */
.c-card__thumb {
  grid-row: 1;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f6f3ec;
}
.c-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* コンテンツ部分を display: contents で subgrid に直結 */
.c-card__content {
  display: contents;
  padding-bottom: 5em;
}

/* paddingまとめて付ける */
.c-card__content > * {
  padding-inline: 1em;
}

/* タグスタイル */
.c-card__taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.75rem;
}
.c-card__taxonomy li {
  border-radius: 999px;
  padding: 0 8px;
}
.c-card__taxonomy.-tag li {
  background: #f6f3ec;
}
.c-card__taxonomy.-tag li.is-more {
  background: transparent;
  padding: 0;
}

.c-card__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.c-card__date {
  font-size: 0.75rem;
  color: #d1c8b3;
  text-align: right;
}

article.blog header {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
  justify-content: space-around;
  border-bottom: 1px solid #d8e5ea;
}
@media (min-width: 640px) {
  article.blog header {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 0.5rem;
  }
}
article.blog header h1 {
  grid-column: 1/3;
  grid-row: 2/3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  color: #d8e5ea;
  padding-bottom: 0.8rem;
}
@media (min-width: 640px) {
  article.blog header h1 {
    font-size: 1.2rem;
    grid-row: 3/4;
  }
}
article.blog header time {
  letter-spacing: 0.1em;
}
article.blog header .tags {
  justify-content: end;
}
@media (min-width: 640px) {
  article.blog header .tags {
    justify-content: start;
    grid-row: 2/3;
  }
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  padding-left: 50px;
}
@media (min-width: 640px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 10px;
    padding-left: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  padding: 0 10px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 50px;
  padding-left: 0;
}
@media (min-width: 640px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}

.p-archive ul.blog__posts li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  border-bottom: 1px solid #d1c8b3;
  padding-block: clamp(20px, 4vw, 40px);
}
@media (min-width: 768px) {
  .p-archive ul.blog__posts li {
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    justify-content: space-around;
  }
}
.p-archive ul.blog__posts li .tags {
  justify-content: end;
}
@media (min-width: 640px) {
  .p-archive ul.blog__posts li .tags {
    justify-content: start;
    grid-row: 2/3;
  }
}
.p-archive ul.blog__posts li a {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media (min-width: 640px) {
  .p-archive ul.blog__posts li a {
    grid-row: 3/4;
  }
}
.p-archive ul.blog__posts li a h3 {
  text-decoration: underline;
}
.p-archive ul.blog__posts li a h3:hover {
  text-decoration: none;
}
@media (min-width: 640px) {
  .p-archive ul.blog__posts li a h3 {
    grid-row: 3/4;
  }
}

p.category {
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #d8e5ea;
  color: #fff;
  padding: 0 1rem;
  border-radius: 4px 0 0 4px;
}
p.category.cardio, p.category.general {
  background-color: #89c9e1;
}

/* 固定ページ */
.p-page,
.p-column {
  /* アクセス */
}
.p-page h2,
.p-column h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.375rem, 1.8vw, 1.625rem);
  line-height: 1.55;
  border-bottom: 2px solid #d1c8b3;
  padding-bottom: 0.5em;
  margin-bottom: 1.2em;
}
.p-page h3,
.p-column h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.0625rem, 0.6vw, 1.25rem);
  line-height: 1.8;
}
.p-page hr,
.p-column hr {
  border: none;
  position: relative;
  padding: clamp(1.5rem, 1.5rem + 2vw, 3rem);
}
.p-page hr:before,
.p-column hr:before {
  content: "・・・・・・";
  position: absolute;
  top: calc(50% - 1em);
  left: calc(50% - 1.5em);
  color: #89c9e1;
}
.p-page strong,
.p-column strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 88%, #9fbe55 0%) repeat scroll 0 0;
}
.p-page .c-conditions__thumb,
.p-column .c-conditions__thumb {
  padding: 2em 0;
}
.p-page .c-conditions__thumb img,
.p-column .c-conditions__thumb img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .p-page section.access,
  .p-column section.access {
    border-left: none;
    padding-left: 0;
  }
}

.p-page {
  padding-bottom: 100px;
}
.p-page .is-full-section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-block: clamp(80px, 10vw, 140px);
}
.p-page .is-full-section.-soft {
  background: #f6f3ec;
}
.p-page .is-full-section > .wp-block-group__inner-container {
  width: min(100%, 1240px);
  margin-inline: auto;
  padding-inline: clamp(24px, 4vw, 48px);
}

/*heading*/
.c-hdg {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}

h2.c-hdg {
  font-size: clamp(1.375rem, 1.8vw, 1.625rem);
  line-height: 1.55;
  padding: clamp(1rem, 1rem + 1vw, 1.5rem);
}

.c-hdg--center {
  text-align: center;
}

.c-hdg--leaf > span {
  position: relative;
  display: inline-block;
}
.c-hdg--leaf > span::before, .c-hdg--leaf > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/gra/leaf--gn.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
.c-hdg--leaf > span::before {
  left: -1.4em;
}
.c-hdg--leaf > span::after {
  right: -1.2em;
  transform: translateY(-50%) scaleX(-1);
}

/* テキストリンク */
a.c-link--uline {
  color: #82a238;
  text-decoration: underline;
}
a.c-link--uline:hover {
  text-decoration: none;
  opacity: 0.4;
}

/* point */
ul.c-list--dot {
  padding: clamp(0.5rem, 0.5rem + 0.6vw, 0.75rem);
}
ul.c-list--dot > li {
  position: relative;
  margin-bottom: 0.8em;
  padding: 0 0 0 14px;
}
ul.c-list--dot > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #5196a8;
}

/* number */
ol.c-list--num {
  padding: clamp(0.5rem, 0.5rem + 0.6vw, 0.75rem);
}
ol.c-list--num > li {
  position: relative;
  margin-bottom: 0.8em;
  padding: 0;
}
ol.c-list--num > li::marker {
  color: #5196a8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  padding: clamp(12px, 1.2vw, 16px) clamp(20px, 2vw, 28px);
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.3s ease;
  min-height: 38px;
  background: #111;
  color: #fff;
}
@media (hover: hover) {
  .btn:hover {
    transform: translateY(2px);
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15);
  }
}
.btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.btn:focus-visible {
  outline: 2px solid #333;
  outline-offset: 3px;
}

.btn--primary {
  background: #9fbe55;
  color: #fff;
}
@media (hover: hover) {
  .btn--primary:hover {
    background: rgb(138.5268085106, 169.4212765957, 64.7787234043);
  }
}

.btn--arrow {
  background: #a3887b;
  color: #fff;
  position: relative;
  justify-content: space-between;
  border-radius: 999px;
  padding: clamp(8px, 1.2vw, 12px) clamp(20px, 2vw, 28px);
  padding-right: clamp(56px, 4vw, 72px);
  /* 右の丸エリア */
  /* 矢印 */
}
.btn--arrow::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
}
.btn--arrow::before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggc3Ryb2tlPSIjOWZiZTU1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTYgMTJoMTJtMCAwLTUtNW01IDUtNSA1Ii8+PC9zdmc+") center/contain no-repeat;
  z-index: 1;
}
.btn--arrow:hover {
  background: rgb(144.4928571429, 114.9375, 100.7071428571);
}

.btn--reserve {
  background: #BE5A55;
  color: #fff;
  position: relative;
  justify-content: space-between;
  border-radius: 999px;
  padding: clamp(8px, 1.2vw, 12px) clamp(20px, 2vw, 28px);
  padding-right: clamp(56px, 4vw, 72px);
  /* 矢印 */
}
.btn--reserve::before {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIGlkPSJfeDMyXyIgeD0iMCIgeT0iMCIgb3BhY2l0eT0iMSIgc3R5bGU9IndpZHRoOjI1NnB4O2hlaWdodDoyNTZweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik05NiAwdjQxNmg0MTZWMHptMzc2IDM3NkgxMzZWNDBoMzM2eiIgY2xhc3M9InN0MCIvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00MCA0NzJWOTZIMHY0MTZoNDE2di00MGgtNDB6IiBjbGFzcz0ic3QwIi8+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIzMi44IDMxMi44IDM1MC43IDE5NXY4NC44aDQwVjEyNi43SDIzNy42djQwaDg0LjhMMjA0LjUgMjg0LjV6IiBjbGFzcz0ic3QwIi8+Cjwvc3ZnPg==") center/contain no-repeat;
  z-index: 1;
}
.btn--reserve:hover {
  background: rgb(144.4928571429, 114.9375, 100.7071428571);
}

.btn--outline {
  background: transparent;
  border: 2px solid #82a238;
  color: #82a238;
}
@media (hover: hover) {
  .btn--outline:hover {
    background: #82a238;
    color: #fff;
  }
}

.btn--block {
  width: 100%;
}

.btn--center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.wp-container-1 {
  justify-content: center;
}

/* timetable*/
@media (min-width: 768px) {
  section.timetable {
    font-size: clamp(1.0625rem, 0.6vw, 1.25rem);
    line-height: 1.8;
  }
}
section.timetable > table {
  width: 100%;
  table-layout: fixed;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: separate;
  background: #fff;
  border: 2px solid #89c9e1;
}
section.timetable > table col.col-time {
  width: 28%;
}
section.timetable > table col:not(.col-time) {
  width: 12%;
}
section.timetable thead th {
  text-align: center;
  color: #fff;
  background: #89c9e1;
  padding: clamp(0.5rem, 0.5rem + 0.6vw, 0.75rem);
}
section.timetable tbody th {
  text-align: center;
  color: #5196a8;
  border-right: 1px solid #89c9e1;
  word-break: keep-all;
}
section.timetable tbody td {
  text-align: center;
  color: #89c9e1;
  padding: clamp(0.5rem, 0.5rem + 0.6vw, 0.75rem);
}
section.timetable aside {
  padding: clamp(0.5rem, 0.5rem + 0.6vw, 0.75rem);
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.7;
}

/*CTA*/
section.l-cta {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
}
@media (min-width: 768px) {
  section.l-cta {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.l-cta .reserve {
  position: relative;
  padding: clamp(1.5rem, 1.5rem + 2vw, 3rem);
  display: grid;
  gap: 16px;
  grid-template-rows: subgrid;
  grid-row: span 5;
  justify-items: center;
}
@media (min-width: 768px) {
  section.l-cta .reserve:before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iMSIgdmlld0JveD0iMCAwIDkxLjQgODMuMSI+PHBhdGggZD0iTTQ1LjcgODMuMSAwIDBoOTEuNHoiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=");
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}
section.l-cta .reserve.web {
  background: #e8efd6;
}
section.l-cta .reserve.tel {
  background: #d8e5ea;
}
section.l-cta .reserve .header {
  text-align: center;
  padding: clamp(0.5rem, 0.5rem + 0.6vw, 0.75rem);
}
section.l-cta .reserve .icon {
  width: 40px;
}

.pagination {
  text-align: center;
  padding: 0 0 100px;
}

.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  color: #d8e5ea;
  border-radius: 50%;
  margin-right: 25px;
  font-weight: bold;
  border: 1px solid #d8e5ea;
}
.nav-links .current {
  background: #d8e5ea;
  color: #ffffff;
  padding: 0;
}
.nav-links .dots {
  background: transparent;
  border: none;
}
.nav-links a:hover {
  background-color: #89c9e1;
  border-color: #89c9e1;
  border-radius: 50%;
  color: #d8e5ea;
}

/*執筆者*/
.c-authorBox__inner {
  background: #f6f3ec;
  border-radius: 8px;
  padding: clamp(1rem, 1rem + 1vw, 1.5rem);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .c-authorBox__inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.c-authorBox__image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-authorBox__image {
    margin-inline: 0;
  }
}
.c-authorBox__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-authorBox__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-authorBox__content {
    text-align: left;
  }
}
.c-authorBox__clinic {
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.7;
  color: #a3887b;
  margin: 0;
}
.c-authorBox__position {
  display: inline-block;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.7;
  border-radius: 999px;
  padding: 4px 12px;
  background: #82a238;
  color: #fff;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-authorBox__position {
    margin-inline: 0;
  }
}
.c-authorBox__name {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05em;
}
.c-authorBox__description {
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.7;
  margin: 8px 0 0;
}

/*単装飾*/
.is-box--soft {
  background: #f6f3ec;
  border-radius: 16px;
  padding: clamp(20px, 3vw, 32px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

/*SimpLy Gallery Plugin*/
.pgc-rev-lb-b-item-title {
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
}

/*scrollfix*/
.c-scrollfix {
  width: 65%;
  position: fixed;
  z-index: 20;
  overflow: hidden;
  bottom: 5px;
  left: 0;
}
.c-scrollfix .p-scrollfix {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 0 8px 8px 0;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
}
.c-scrollfix .to_reserve {
  background: #9fbe55;
  color: #fff;
}
.c-scrollfix .to_reserve > span {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTkgMTMgMyAzbTAgMCAzLTNtLTMgM1Y4bTkgNGE5IDkgMCAxIDEtMTggMCA5IDkgMCAwIDEgMTggMCIvPgo8L3N2Zz4=") right/contain no-repeat;
  padding-right: 30px;
}
.c-scrollfix .u-timetable .ttl {
  color: #5196a8;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.7;
}

@media (min-width: 768px) {
  .c-scrollfix {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .c-scrollfix {
    display: none;
  }
}
/*FAQ*/
.questions-list dl {
  border-top: 1px solid #9fbe55;
}
.questions-list dt {
  position: relative;
  padding-top: clamp(1rem, 1rem + 1vw, 1.5rem);
  padding-bottom: clamp(1rem, 1rem + 1vw, 1.5rem);
  padding-right: 60px;
  cursor: pointer;
  border-bottom: 1px solid #9fbe55;
  font-weight: 600;
}
.questions-list dt::before, .questions-list dt::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #82a238;
  transition: transform 0.3s ease;
}
.questions-list dt::before {
  transform: translateY(-50%);
}
.questions-list dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.questions-list dt.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.questions-list dd {
  margin: 0;
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}
.questions-list dd > div {
  padding: clamp(1rem, 1rem + 1vw, 1.5rem);
}
.questions-list dt.is-open + dd {
  border-bottom: 1px solid #82a238;
}

.p-info .sidebar__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-info .sidebar__tagList li {
  border: 1px solid #d8e5ea;
  border-radius: 6px;
  padding: 0 8px;
  margin-bottom: 0;
}
.p-info .sidebar__tagList li:before {
  display: none;
}
.p-info .sidebar__tagList li a {
  color: #d8e5ea;
  font-weight: 600;
}

/*　おしらせ　*/
.main--info .sidebar {
  border-top: 1px solid #d8e5ea;
  padding: 2rem;
}
@media (min-width: 640px) {
  .main--info .sidebar {
    padding: 2rem 0;
  }
}
.main--info .sidebar aside {
  padding-bottom: 2rem;
}
.main--info .sidebar .sidebar__linkList {
  padding-left: 2rem;
}
@media (min-width: 640px) {
  .main--info .sidebar .sidebar__linkList {
    padding: 0 1rem;
  }
}
.main--info .sidebar .sidebar__linkList > li {
  padding-bottom: 0.8rem;
}
.main--info .sidebar .sidebar__linkList > li > a {
  color: #8ead3b;
  text-decoration: underline;
}
.main--info .sidebar .sidebar__linkList > li > a:hover {
  text-decoration: none;
}
.main--info .sidebar .tags {
  padding-left: 2rem;
}
@media (min-width: 640px) {
  .main--info .sidebar .tags {
    padding: 0 1rem;
  }
}

/* 疾患詳細 */
.detail__footerlink {
  text-align: justify;
  border-bottom: 1px solid #89c9e1;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuZGV2L3N2Z2pzIiB2aWV3Qm94PSIwIDAgMjQwMCA4MDAiIG9wYWNpdHk9IjEiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iMCUiIHgyPSI1MCUiIHkyPSIxMDAlIiBpZD0ic3NzdXJmLWdyYWQiPjxzdG9wIHN0b3AtY29sb3I9IiNlM2NiYzdmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAlIj48L3N0b3A+PHN0b3Agc3RvcC1jb2xvcj0iI2RmOTJiYWZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMTAwJSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGZpbGw9InVybCgjc3NzdXJmLWdyYWQpIiB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLDcuNjQ4ODAzNzEwOTM3NSwyNDguMTQ0MzQwNTE1MTM2NzIpIj48cGF0aCBkPSJNLTEwLDEwQzU0LjU4MzMzMzMzMzMzMzMzLDEzLjEyNSwxNzIuOTE2NjY2NjY2NjY2NjYsMzAuMjA4MzMzMzMzMzMzMzM2LDMwMCwyNUM0MjcuMDgzMzMzMzMzMzMzMzcsMTkuNzkxNjY2NjY2NjY2NjY0LDQ3NSwtMTUuNDE2NjY2NjY2NjY2NjY2LDYwMCwtMTVDNzI1LC0xNC41ODMzMzMzMzMzMzMzMzQsNzc1LDI1LjU0MTY2NjY2NjY2NjY2OCw5MDAsMjdDMTAyNSwyOC40NTgzMzMzMzMzMzMzMzIsMTA3NSwtOC44MzMzMzMzMzMzMzMzMzQsMTIwMCwtOEMxMzI1LC03LjE2NjY2NjY2NjY2NjY2NywxMzc1LDMyLjg3NSwxNTAwLDMxQzE2MjUsMjkuMTI1LDE2NzUsLTE5LjA4MzMzMzMzMzMzMzMzMiwxODAwLC0xN0MxOTI1LC0xNC45MTY2NjY2NjY2NjY2NjYsMTk3NSwzNi40MTY2NjY2NjY2NjY2NjQsMjEwMCw0MUMyMjI1LDQ1LjU4MzMzMzMzMzMzMzMzNiwyMjg1LjQxNjY2NjY2NjY2NjUsLTY5Ljc5MTY2NjY2NjY2NjY3LDI0MDAsNUMyNTE0LjU4MzMzMzMzMzMzMzUsNzkuNzkxNjY2NjY2NjY2NjcsMzI1NC4xNjY2NjY2NjY2NjY1LDIxMy41NDE2NjY2NjY2NjY2OSwyNjUwLDQwMEMyMDQ1LjgzMzMzMzMzMzMzMzUsNTg2LjQ1ODMzMzMzMzMzMzMsMTU2LjI1LDc5NS44MzMzMzMzMzMzMzM0LC01MDAsOTAwIiB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLDAsMzIpIiBvcGFjaXR5PSIwLjA1Ij48L3BhdGg+PHBhdGggZD0iTS0xMCwxMEM1NC41ODMzMzMzMzMzMzMzMywxMy4xMjUsMTcyLjkxNjY2NjY2NjY2NjY2LDMwLjIwODMzMzMzMzMzMzMzNiwzMDAsMjVDNDI3LjA4MzMzMzMzMzMzMzM3LDE5Ljc5MTY2NjY2NjY2NjY2NCw0NzUsLTE1LjQxNjY2NjY2NjY2NjY2Niw2MDAsLTE1QzcyNSwtMTQuNTgzMzMzMzMzMzMzMzM0LDc3NSwyNS41NDE2NjY2NjY2NjY2NjgsOTAwLDI3QzEwMjUsMjguNDU4MzMzMzMzMzMzMzMyLDEwNzUsLTguODMzMzMzMzMzMzMzMzM0LDEyMDAsLThDMTMyNSwtNy4xNjY2NjY2NjY2NjY2NjcsMTM3NSwzMi44NzUsMTUwMCwzMUMxNjI1LDI5LjEyNSwxNjc1LC0xOS4wODMzMzMzMzMzMzMzMzIsMTgwMCwtMTdDMTkyNSwtMTQuOTE2NjY2NjY2NjY2NjY2LDE5NzUsMzYuNDE2NjY2NjY2NjY2NjY0LDIxMDAsNDFDMjIyNSw0NS41ODMzMzMzMzMzMzMzMzYsMjI4NS40MTY2NjY2NjY2NjY1LC02OS43OTE2NjY2NjY2NjY2NywyNDAwLDVDMjUxNC41ODMzMzMzMzMzMzM1LDc5Ljc5MTY2NjY2NjY2NjY3LDMyNTQuMTY2NjY2NjY2NjY2NSwyMTMuNTQxNjY2NjY2NjY2NjksMjY1MCw0MDBDMjA0NS44MzMzMzMzMzMzMzM1LDU4Ni40NTgzMzMzMzMzMzMzLDE1Ni4yNSw3OTUuODMzMzMzMzMzMzMzNCwtNTAwLDkwMCIgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwwLDY0KSIgb3BhY2l0eT0iMC4yNCI+PC9wYXRoPjxwYXRoIGQ9Ik0tMTAsMTBDNTQuNTgzMzMzMzMzMzMzMzMsMTMuMTI1LDE3Mi45MTY2NjY2NjY2NjY2NiwzMC4yMDgzMzMzMzMzMzMzMzYsMzAwLDI1QzQyNy4wODMzMzMzMzMzMzMzNywxOS43OTE2NjY2NjY2NjY2NjQsNDc1LC0xNS40MTY2NjY2NjY2NjY2NjYsNjAwLC0xNUM3MjUsLTE0LjU4MzMzMzMzMzMzMzMzNCw3NzUsMjUuNTQxNjY2NjY2NjY2NjY4LDkwMCwyN0MxMDI1LDI4LjQ1ODMzMzMzMzMzMzMzMiwxMDc1LC04LjgzMzMzMzMzMzMzMzMzNCwxMjAwLC04QzEzMjUsLTcuMTY2NjY2NjY2NjY2NjY3LDEzNzUsMzIuODc1LDE1MDAsMzFDMTYyNSwyOS4xMjUsMTY3NSwtMTkuMDgzMzMzMzMzMzMzMzMyLDE4MDAsLTE3QzE5MjUsLTE0LjkxNjY2NjY2NjY2NjY2NiwxOTc1LDM2LjQxNjY2NjY2NjY2NjY2NCwyMTAwLDQxQzIyMjUsNDUuNTgzMzMzMzMzMzMzMzM2LDIyODUuNDE2NjY2NjY2NjY2NSwtNjkuNzkxNjY2NjY2NjY2NjcsMjQwMCw1QzI1MTQuNTgzMzMzMzMzMzMzNSw3OS43OTE2NjY2NjY2NjY2NywzMjU0LjE2NjY2NjY2NjY2NjUsMjEzLjU0MTY2NjY2NjY2NjY5LDI2NTAsNDAwQzIwNDUuODMzMzMzMzMzMzMzNSw1ODYuNDU4MzMzMzMzMzMzMywxNTYuMjUsNzk1LjgzMzMzMzMzMzMzMzQsLTUwMCw5MDAiIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsMCw5NikiIG9wYWNpdHk9IjAuNDMiPjwvcGF0aD48cGF0aCBkPSJNLTEwLDEwQzU0LjU4MzMzMzMzMzMzMzMzLDEzLjEyNSwxNzIuOTE2NjY2NjY2NjY2NjYsMzAuMjA4MzMzMzMzMzMzMzM2LDMwMCwyNUM0MjcuMDgzMzMzMzMzMzMzMzcsMTkuNzkxNjY2NjY2NjY2NjY0LDQ3NSwtMTUuNDE2NjY2NjY2NjY2NjY2LDYwMCwtMTVDNzI1LC0xNC41ODMzMzMzMzMzMzMzMzQsNzc1LDI1LjU0MTY2NjY2NjY2NjY2OCw5MDAsMjdDMTAyNSwyOC40NTgzMzMzMzMzMzMzMzIsMTA3NSwtOC44MzMzMzMzMzMzMzMzMzQsMTIwMCwtOEMxMzI1LC03LjE2NjY2NjY2NjY2NjY2NywxMzc1LDMyLjg3NSwxNTAwLDMxQzE2MjUsMjkuMTI1LDE2NzUsLTE5LjA4MzMzMzMzMzMzMzMzMiwxODAwLC0xN0MxOTI1LC0xNC45MTY2NjY2NjY2NjY2NjYsMTk3NSwzNi40MTY2NjY2NjY2NjY2NjQsMjEwMCw0MUMyMjI1LDQ1LjU4MzMzMzMzMzMzMzMzNiwyMjg1LjQxNjY2NjY2NjY2NjUsLTY5Ljc5MTY2NjY2NjY2NjY3LDI0MDAsNUMyNTE0LjU4MzMzMzMzMzMzMzUsNzkuNzkxNjY2NjY2NjY2NjcsMzI1NC4xNjY2NjY2NjY2NjY1LDIxMy41NDE2NjY2NjY2NjY2OSwyNjUwLDQwMEMyMDQ1LjgzMzMzMzMzMzMzMzUsNTg2LjQ1ODMzMzMzMzMzMzMsMTU2LjI1LDc5NS44MzMzMzMzMzMzMzM0LC01MDAsOTAwIiB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLDAsMTI4KSIgb3BhY2l0eT0iMC42MiI+PC9wYXRoPjxwYXRoIGQ9Ik0tMTAsMTBDNTQuNTgzMzMzMzMzMzMzMzMsMTMuMTI1LDE3Mi45MTY2NjY2NjY2NjY2NiwzMC4yMDgzMzMzMzMzMzMzMzYsMzAwLDI1QzQyNy4wODMzMzMzMzMzMzMzNywxOS43OTE2NjY2NjY2NjY2NjQsNDc1LC0xNS40MTY2NjY2NjY2NjY2NjYsNjAwLC0xNUM3MjUsLTE0LjU4MzMzMzMzMzMzMzMzNCw3NzUsMjUuNTQxNjY2NjY2NjY2NjY4LDkwMCwyN0MxMDI1LDI4LjQ1ODMzMzMzMzMzMzMzMiwxMDc1LC04LjgzMzMzMzMzMzMzMzMzNCwxMjAwLC04QzEzMjUsLTcuMTY2NjY2NjY2NjY2NjY3LDEzNzUsMzIuODc1LDE1MDAsMzFDMTYyNSwyOS4xMjUsMTY3NSwtMTkuMDgzMzMzMzMzMzMzMzMyLDE4MDAsLTE3QzE5MjUsLTE0LjkxNjY2NjY2NjY2NjY2NiwxOTc1LDM2LjQxNjY2NjY2NjY2NjY2NCwyMTAwLDQxQzIyMjUsNDUuNTgzMzMzMzMzMzMzMzM2LDIyODUuNDE2NjY2NjY2NjY2NSwtNjkuNzkxNjY2NjY2NjY2NjcsMjQwMCw1QzI1MTQuNTgzMzMzMzMzMzMzNSw3OS43OTE2NjY2NjY2NjY2NywzMjU0LjE2NjY2NjY2NjY2NjUsMjEzLjU0MTY2NjY2NjY2NjY5LDI2NTAsNDAwQzIwNDUuODMzMzMzMzMzMzMzNSw1ODYuNDU4MzMzMzMzMzMzMywxNTYuMjUsNzk1LjgzMzMzMzMzMzMzMzQsLTUwMCw5MDAiIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsMCwxNjApIiBvcGFjaXR5PSIwLjgxIj48L3BhdGg+PHBhdGggZD0iTS0xMCwxMEM1NC41ODMzMzMzMzMzMzMzMywxMy4xMjUsMTcyLjkxNjY2NjY2NjY2NjY2LDMwLjIwODMzMzMzMzMzMzMzNiwzMDAsMjVDNDI3LjA4MzMzMzMzMzMzMzM3LDE5Ljc5MTY2NjY2NjY2NjY2NCw0NzUsLTE1LjQxNjY2NjY2NjY2NjY2Niw2MDAsLTE1QzcyNSwtMTQuNTgzMzMzMzMzMzMzMzM0LDc3NSwyNS41NDE2NjY2NjY2NjY2NjgsOTAwLDI3QzEwMjUsMjguNDU4MzMzMzMzMzMzMzMyLDEwNzUsLTguODMzMzMzMzMzMzMzMzM0LDEyMDAsLThDMTMyNSwtNy4xNjY2NjY2NjY2NjY2NjcsMTM3NSwzMi44NzUsMTUwMCwzMUMxNjI1LDI5LjEyNSwxNjc1LC0xOS4wODMzMzMzMzMzMzMzMzIsMTgwMCwtMTdDMTkyNSwtMTQuOTE2NjY2NjY2NjY2NjY2LDE5NzUsMzYuNDE2NjY2NjY2NjY2NjY0LDIxMDAsNDFDMjIyNSw0NS41ODMzMzMzMzMzMzMzMzYsMjI4NS40MTY2NjY2NjY2NjY1LC02OS43OTE2NjY2NjY2NjY2NywyNDAwLDVDMjUxNC41ODMzMzMzMzMzMzM1LDc5Ljc5MTY2NjY2NjY2NjY3LDMyNTQuMTY2NjY2NjY2NjY2NSwyMTMuNTQxNjY2NjY2NjY2NjksMjY1MCw0MDBDMjA0NS44MzMzMzMzMzMzMzM1LDU4Ni40NTgzMzMzMzMzMzMzLDE1Ni4yNSw3OTUuODMzMzMzMzMzMzMzNCwtNTAwLDkwMCIgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwwLDE5MikiIG9wYWNpdHk9IjEuMDAiPjwvcGF0aD48L2c+PC9zdmc+") center/cover no-repeat;
}
.detail__footerlink .linkWrap {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
}
@media (min-width: 640px) {
  .detail__footerlink .linkWrap {
    padding: 2rem 1rem;
  }
}
.detail__footerlink li:before {
  display: none;
}

ul.child__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  ul.child__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 640px) {
  ul.child__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.child__list li {
  border-bottom: 1px solid #d8e5ea;
}
ul.child__list li a {
  display: block;
  padding: 5px 30px 5px 10px;
  background: url("../images/icons/arrow.svg") 98% center/15px no-repeat;
  color: #8ead3b;
}
ul.child__list li a:hover {
  opacity: 0.8;
}
ul.child__list li span {
  display: block;
  padding: 5px 10px;
}

.medsub h3 {
  text-align: center;
  color: #5196a8;
}

.l-reason__wrap {
  display: flex;
  flex-direction: column;
  gap: 5em;
}
.l-reason__wrap .c-card-reason {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .l-reason__wrap .c-card-reason {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-reason__wrap .c-card-reason .image {
  border-radius: 16px;
  overflow: hidden;
}
.l-reason__wrap .c-card-reason img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-reason__wrap .c-card-reason .content {
  padding-inline: clamp(0px, 2vw, 20px);
}

.meddetail section {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 1rem;
}
.meddetail .detail__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 640px) {
  .meddetail .detail__wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.meddetail .detail {
  background: #fff;
  padding: 2rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
}
@media (min-width: 640px) {
  .meddetail .detail {
    padding: 2rem 1rem;
  }
}
.meddetail .detail h4 {
  text-align: center;
  position: relative;
  padding-top: 50px;
  font-size: 1.2rem;
  font-weight: 600;
}
.meddetail .detail h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
}
.meddetail .detail h4.cardio01::before {
  background: url("../images/icons/medinfo01.svg") center/contain no-repeat;
}
.meddetail .detail h4.cardio02::before {
  background: url("../images/icons/medinfo02.svg") center/contain no-repeat;
}
.meddetail .detail ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media (min-width: 640px) {
  .meddetail .detail ul {
    grid-template-columns: 1fr;
  }
}
.meddetail .detail ul a {
  color: #8ead3b;
  text-decoration: underline;
}
.meddetail h3 {
  text-align: center;
}

/* フレーバーセクション */
section.l-flavor {
  background: url("../images/gra/87193207_rt.webp") right top/contain no-repeat;
  font-size: clamp(1.375rem, 1.8vw, 1.625rem);
  line-height: 1.55;
  padding: md;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 1024px) {
  section.l-flavor {
    font-size: clamp(1.375rem, 1.8vw, 1.625rem);
    line-height: 1.55;
    padding: clamp(2rem, 2rem + 4vw, 6rem);
  }
}

/* 医師紹介 */
.index__greeting {
  background: #d1c8b3;
}
.index__greeting .greeting {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  gap: 4rem 2rem;
  background: #f6f3ec;
  padding: clamp(1rem, 1rem + 1vw, 1.5rem);
  border-radius: 16px;
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .index__greeting .greeting {
    grid-template-columns: repeat(2, 1fr);
  }
}
.index__greeting .greeting picture {
  grid-row: 1/3;
}
.index__greeting .greeting picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index__greeting .greeting .txt {
  flex: 2;
}

/* 医師紹介と共通 */
.doctor {
  position: relative;
}
.doctor .name__wrap {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
  font-weight: normal;
  justify-content: start;
  align-items: center;
}
.doctor .name__wrap .job1 {
  padding-right: 1rem;
  letter-spacing: 0.4rem;
}
.doctor .name__wrap .name {
  grid-row: 1/2;
  grid-column: 2/3;
  letter-spacing: 0.4rem;
}

.index__disease {
  background: #fff;
}
.index__disease dl {
  width: 90%;
  margin: 0 auto;
}
.index__disease dl dt {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  position: relative;
  margin: 0px auto;
  color: #b88711;
}
.index__disease dl dd {
  text-align: left;
  padding: 10px 0 10px 30px;
}
@media (min-width: 640px) {
  .index__disease dl dd {
    padding: 10px 0 10px 0;
  }
}
.index__disease dl dd:after {
  content: "";
  display: block;
  clear: both;
}
.index__disease small {
  display: block;
  text-align: right;
}
.index__disease .areaimg {
  float: right;
  width: 200px;
  height: auto;
  margin-left: 20px;
}
@media (min-width: 640px) {
  .index__disease .areaimg {
    width: 150px;
  }
}
.index__disease .column2 > strong {
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .index__disease .column2 {
    gap: 10px;
  }
}

section.l-conditions {
  background: url("../images/gra/87193207_lb.webp") left bottom/contain no-repeat;
  padding: md;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) {
  section.l-conditions {
    background-size: auto 50%;
  }
}
@media (min-width: 1024px) {
  section.l-conditions {
    padding: clamp(2rem, 2rem + 4vw, 6rem);
  }
}
section.l-conditions .conditions-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  section.l-conditions .conditions-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  section.l-conditions .conditions-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-conditions-tags {
  margin-top: 80px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 8px;
  padding: clamp(1rem, 1rem + 1vw, 1.5rem);
}
.top-conditions-tags__title {
  margin-bottom: 24px;
}
.top-conditions-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.top-conditions-tags__item a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e8efd6;
  font-size: 14px;
  transition: 0.2s;
}
.top-conditions-tags__item a:hover {
  background: #9fbe55;
}

section.information {
  background: #f6f3ec;
}
section.information .info-block {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  section.information .info-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.information ul.posts {
  display: flex;
  justify-content: left;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
}
section.information ul.posts > li {
  display: grid;
  gap: 16px;
  grid-template-columns: 4rem 1fr;
  justify-content: left;
  border-bottom: 1px solid #d8e5ea;
  padding: clamp(0.5rem, 0.5rem + 0.6vw, 0.75rem);
}
@media (min-width: 768px) {
  section.information ul.posts > li {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 0;
  }
}
@media (min-width: 768px) {
  section.information ul.posts > li a {
    grid-column: 1/3;
  }
}
section.information ul.posts > li a .title {
  font-size: clamp(1.0625rem, 0.6vw, 1.25rem);
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #8ead3b;
  text-align: justify;
}
section.information ul.posts > li time {
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.7;
  display: inline-block;
  padding: 5px 0;
  align-content: center;
  line-height: 1;
  letter-spacing: 0.04em;
}

section.questions {
  background: #e8efd6;
}

#keyvisual_splide {
  position: relative;
  align-items: center;
}
#keyvisual_splide .splide__track {
  height: 100%;
}

.p-keyvisual {
  padding: 100px 0 0;
  position: relative;
}
.p-keyvisual:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  background: url("../images/gra/87193207_leafs.png") left bottom/contain no-repeat;
  width: 180px;
  height: 132px;
}
@media (min-width: 768px) {
  .p-keyvisual:before {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .p-keyvisual:before {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .p-keyvisual {
    padding: 0 0 100px;
  }
}
.p-keyvisual .p-keyvisual__inner {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  position: relative;
}
@media (min-width: 768px) {
  .p-keyvisual .p-keyvisual__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}
.p-keyvisual .p-catchcopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-keyvisual .p-catchcopy {
    position: relative;
    padding: 100px 0 0;
  }
}
.p-keyvisual .p-catchcopy .logo {
  display: none;
}
@media (min-width: 768px) {
  .p-keyvisual .p-catchcopy .logo {
    display: block;
    width: 300px;
  }
}
.p-keyvisual .p-catchcopy .catchcopy {
  font-size: clamp(1.0625rem, 0.6vw, 1.25rem);
  line-height: 1.8;
  padding: clamp(1rem, 1rem + 1vw, 1.5rem);
  font-family: "Zen Maru Gothic", sans-serif;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media (min-width: 768px) {
  .p-keyvisual .p-catchcopy .catchcopy {
    font-size: clamp(1.375rem, 1.8vw, 1.625rem);
    line-height: 1.55;
  }
}
@media (min-width: 1024px) {
  .p-keyvisual .p-catchcopy .catchcopy {
    font-size: clamp(1.75rem, 1.8vw, 2.25rem);
    line-height: 1.35;
  }
}
.p-keyvisual .splide__slide {
  position: relative;
  align-items: end;
}
@media (min-width: 768px) {
  .p-keyvisual .splide__slide {
    min-height: auto;
    grid-template-columns: 1fr;
  }
}
.p-keyvisual .splide__slide figure {
  border-radius: 999px 999px 0 0;
  border: 1px solid #ccc;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 768px) {
  .p-keyvisual .splide__slide figure {
    border-radius: 0 0 999px 999px;
  }
}
.p-keyvisual .splide__slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% 50%;
}

.timeline li {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin: 0;
}
.timeline li span {
  padding: 0.2rem 0;
}
.timeline li:before {
  display: none;
}
