@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  border-top-width: 1px;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

caption {
  text-align: left;
}

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

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

/* sass変数の定義 */
:root {
  --font-family-base: Zen Kaku Gothic New, sans-serif;
  --font-family-accent: Zen Old Mincho, serif;
  --font-family-en: quicksand, sans-serif;
  --color-brown: #523F25;
  --color-green: #8FB242;
  --color-yellow: #EDC61E;
  --color-line-gray: #EBEBE4;
  --icon-size-base: 0.4rem;
}

html {
  box-sizing: border-box;
  font-size: 70px;
}
@media (max-width: 1024px) {
  html {
    font-size: 5.5555555556vw;
  }
}
@media (max-width: 650px) {
  html {
    font-size: 26.6666666667vw;
  }
}

body {
  background-image: url(img/bg.png);
  font-size: 0.22rem;
  font-family: var(--font-family-base);
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-brown);
  letter-spacing: 0.04em;
}
@media (max-width: 650px) {
  body {
    font-size: 0.16rem;
  }
}

img {
  width: 100%;
  height: auto;
}

.l-container {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 0 0.1rem;
}
@media (max-width: 650px) {
  .l-container {
    padding: 0 0.16rem;
  }
}
.l-container__flex {
  display: flex;
  gap: 0 0.28rem;
}
@media (max-width: 650px) {
  .l-container__flex {
    display: block;
  }
}
.l-container__leftContainer {
  width: calc(100% - 260px);
}
@media (max-width: 650px) {
  .l-container__leftContainer {
    width: 100%;
  }
}
.l-container__rightContainer {
  width: 260px;
}
@media (max-width: 650px) {
  .l-container__rightContainer {
    width: 100%;
  }
}
.l-container__pageInner {
  padding: 0.6rem 0.72rem;
  background-color: #fff;
  border: 2px solid var(--color-line-gray);
  border-radius: 12px;
  margin: 0 0 0.28rem;
}
@media (max-width: 650px) {
  .l-container__pageInner {
    padding: 0.32rem 0.16rem;
    margin: 0.16rem 0;
  }
}
@media (max-width: 650px) {
  .l-container__othersPage {
    margin: 0.9rem 0 0;
  }
}

.l-header {
  padding: 0.3rem 0;
}
@media (max-width: 650px) {
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}
.l-header.js-header {
  transition: background-color 0.4s ease;
}
.l-header.js-header.transform {
  background-color: #fff;
}
.l-header__topPage {
  padding: 0.3rem 0 0.07rem;
}
@media (max-width: 650px) {
  .l-header__topPage {
    padding: 0.15rem 0;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 650px) {
  .l-header__inner {
    align-items: center;
  }
}
.l-header__inner--address a {
  text-decoration: underline;
}
@media (max-width: 650px) {
  .l-header__inner--address {
    display: none;
  }
}
.l-header__inner--address:hover a {
  opacity: 0.7;
}
.l-header__inner--logo {
  position: relative;
  z-index: 999;
}
@media (max-width: 650px) {
  .l-header__inner--logo {
    width: 2.2rem;
  }
}
.l-header__inner--logo:hover img {
  opacity: 0.7;
}
@media (max-width: 650px) {
  .l-header__nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
    padding: 0 0.16rem 0.1rem !important;
  }
}
.l-header__nav__list {
  display: flex;
  justify-content: center;
  gap: 0 0.5rem;
  padding: 0.35rem 0;
  margin: 0.2rem 0 0;
  border-top: 3px dotted #E5DED9;
  border-bottom: 3px dotted #E5DED9;
}
@media (max-width: 650px) {
  .l-header__nav__list {
    display: block;
    padding: 0.8rem 0 0;
    border: inherit;
  }
}
.l-header__nav__item a {
  display: block;
  width: 100%;
}
@media (max-width: 650px) {
  .l-header__nav__item a {
    padding: 0.2rem 0;
    border-top: 1px dashed #E5DED9;
  }
}
.l-header__nav__item p {
  display: inline-block;
  font-family: var(--font-family-accent);
  font-weight: 600;
}
@media (max-width: 650px) {
  .l-header__nav__item p {
    font-size: 0.2rem;
  }
}
.l-header__nav__item span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-yellow);
}
@media (max-width: 650px) {
  .l-header__nav__item:last-of-type a {
    border-bottom: 1px dashed #E5DED9;
  }
}
.l-header__nav__item:hover a {
  opacity: 0.7;
}
.l-header__hamburger {
  display: none;
}
@media (max-width: 650px) {
  .l-header__hamburger {
    width: 100%;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: var(--color-brown);
    z-index: 999; /*追記：いつも一番上*/
    border-radius: 12px;
  }
}
.l-header__hamburger__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__hamburger__bar i {
  font-size: 0.23rem;
  color: #fff;
  vertical-align: middle;
}
.l-header__hamburger__close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.l-header__hamburger__close i {
  font-size: 0.23rem;
  color: #fff;
  vertical-align: middle;
}
.l-header__hamburger.close .l-header__hamburger__bar {
  display: none;
}
.l-header__hamburger.close .l-header__hamburger__close {
  display: block;
}

.l-footer {
  width: 100%;
  position: relative;
  background: url(img/ft-bg.png);
  padding: 1.1rem 0 0;
  margin: 1.4rem 0 0;
}
@media (max-width: 650px) {
  .l-footer {
    margin: 0.8rem 0 0;
    padding: 0.5rem 0 0;
  }
}
.l-footer__logo {
  width: 280px;
}
@media (max-width: 650px) {
  .l-footer__logo {
    width: 70%;
    margin: auto;
  }
}
.l-footer__logo:hover img {
  opacity: 0.7;
}
.l-footer__content {
  display: flex;
  gap: 0.8rem;
  margin: 0 0 0.8rem;
}
@media (max-width: 650px) {
  .l-footer__content {
    display: block;
    margin: 0 0 0.4rem;
  }
}
.l-footer__left {
  width: 50%;
}
@media (max-width: 650px) {
  .l-footer__left {
    width: 100%;
  }
}
.l-footer__txt {
  font-size: 0.2rem;
}
.l-footer__txt div {
  display: flex;
}
.l-footer__txt div p:first-of-type {
  width: 90px;
}
.l-footer__txt div p:nth-of-type(2) {
  width: calc(100% - 90px);
}
@media (max-width: 650px) {
  .l-footer__txt {
    font-size: 0.13rem;
  }
}
.l-footer__ctaContent {
  padding: 0.3rem 0 0;
}
@media (max-width: 650px) {
  .l-footer__ctaContent {
    display: block;
    text-align: center;
  }
}
.l-footer__ctaContent--txt {
  margin: 0 0 0.06rem;
}
.l-footer__ctaList {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0 0 0.15rem;
}
@media (max-width: 650px) {
  .l-footer__ctaList {
    display: block;
    text-align: center;
  }
}
.l-footer__ctaList a {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.l-footer__btn__tel {
  display: inline-block;
  font-size: 0.4rem;
  font-family: var(--font-family-en);
  padding: 0.1rem 0.22rem;
  border-radius: 40px;
  color: #fff;
  background-color: var(--color-green);
}
@media (max-width: 650px) {
  .l-footer__btn__tel {
    font-size: 0.2rem;
    width: 80%;
    padding: 0.14rem 0rem;
  }
}
.l-footer__btn__tel i {
  font-size: 0.3rem;
}
@media (max-width: 650px) {
  .l-footer__btn__tel i {
    font-size: 0.2rem;
  }
}
.l-footer__btn__tel:hover {
  opacity: 0.7;
}
.l-footer__btn__ekiten {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: var(--color-yellow);
  padding: 0.1rem 0.22rem;
  border-radius: 40px;
  font-size: 0.28rem;
  font-weight: 600;
  font-family: var(--font-family-accent);
  height: 56px;
}
@media (max-width: 650px) {
  .l-footer__btn__ekiten {
    font-size: 0.2rem;
    padding: 0.14rem 0;
    margin: 0.07rem auto 0;
    width: 80%;
    height: inherit;
    justify-content: center;
  }
}
.l-footer__btn__ekiten i {
  font-size: 0.3rem;
}
@media (max-width: 650px) {
  .l-footer__btn__ekiten i {
    font-size: 0.2rem;
  }
}
.l-footer__btn__ekiten:hover {
  opacity: 0.7;
}
.l-footer__ctaContent--address {
  font-size: 0.2rem;
  text-decoration: underline;
}
@media (max-width: 650px) {
  .l-footer__ctaContent--address {
    font-size: 0.13rem;
  }
}
.l-footer__snsList {
  display: flex;
  gap: 0.1rem;
  margin: 0.1rem 0 0;
}
@media (max-width: 650px) {
  .l-footer__snsList {
    justify-content: center;
    margin: 0.1rem 0 0.16rem;
  }
}
.l-footer__snsList li:nth-of-type(1):hover a {
  opacity: 0.7;
}
.l-footer__snsList li:nth-of-type(2):hover a {
  opacity: 0.7;
}
.l-footer__snsList li:nth-of-type(3):hover a {
  opacity: 0.7;
}
.l-footer__snsList li:nth-of-type(4):hover a {
  opacity: 0.7;
}
.l-footer__map {
  width: 50%;
  aspect-ratio: 4/3; /* 好きに変更可（4/3 でも OK） */
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid #fff;
}
@media (max-width: 650px) {
  .l-footer__map {
    width: 100%;
    border: 6px solid #fff;
  }
}
.l-footer__map iframe {
  width: 100%;
  height: 100%;
}
.l-footer__copyright {
  text-align: center;
  font-size: 0.18rem;
  padding: 0.5rem 0;
  border-top: 1px solid #D9D8D7;
}
@media (max-width: 650px) {
  .l-footer__copyright {
    padding: 0.3rem 0;
    font-size: 0.12rem;
  }
}

.l-slide {
  position: relative;
}
@media (max-width: 650px) {
  .l-slide {
    overflow-x: clip;
  }
}
@media (max-width: 650px) {
  .l-slide {
    margin: 0.9rem 0 0;
  }
}
.l-slide__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media (max-width: 650px) {
  .l-slide__ttl {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .l-slide__ttl img {
    width: 72%;
  }
}
.l-slide__years {
  position: absolute;
  bottom: 30px;
  right: -56px;
  animation: years 0.5s forwards;
  z-index: 99;
}
@media (max-width: 650px) {
  .l-slide__years {
    bottom: -0.3rem;
    right: 0.03rem;
  }
}
.l-slide__years img {
  width: 1.9rem;
}
@media (max-width: 650px) {
  .l-slide__years img {
    width: 0.8rem;
  }
}
@keyframes years {
  0% {
    opacity: 0;
    transform: translateX(100px) rotateZ(30deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotateZ(10deg);
  }
}
.l-slide__list {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-slide__list img {
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 650px) {
  .l-slide__list img {
    border-radius: 8px;
  }
}
.l-slide__list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  inset: 0;
  border-radius: 15px;
}
@media (max-width: 650px) {
  .l-slide__list::before {
    border-radius: 8px;
  }
}

.slick-dots li button:before {
  font-size: 10px !important;
  opacity: 1 !important;
  color: #D5CFCA !important;
}

.slick-dots li.slick-active button:before {
  color: var(--color-brown) !important;
  opacity: 0.85 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 40px !important;
}

.slick-dots {
  bottom: -30px !important;
}

.c-btn__cta {
  padding: 0.2rem 0;
}
@media (max-width: 650px) {
  .c-btn__cta {
    display: none;
    padding: 0.1rem 0;
  }
}
.c-btn__cta a {
  font-size: 0.6rem !important;
}
@media (max-width: 650px) {
  .c-btn__cta a {
    font-size: 0.26rem !important;
  }
}
@media (max-width: 650px) {
  .c-btn__tel {
    display: none;
  }
}
.c-btn__tel p {
  margin: 0 0 0.07rem;
  text-align: center;
}
.c-btn__tel a {
  display: inline-block;
  padding: 0.05rem 0.28rem;
  background-color: var(--color-green);
  border-radius: 40px;
  font-size: 0.45rem;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-family-en);
}
.c-btn__tel a span {
  font-size: var(--icon-size-base);
}
@media (max-width: 650px) {
  .c-btn__tel a span {
    font-size: inherit;
  }
}
@media (max-width: 650px) {
  .c-btn__tel a {
    padding: 0.12rem 0.1rem;
    width: 80%;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
  }
}
.c-btn__tel i {
  font-size: 0.34rem;
}
@media (max-width: 650px) {
  .c-btn__tel i {
    font-size: 0.2rem;
  }
}
.c-btn__tel:hover a {
  opacity: 0.85;
}
.c-btn__round {
  background-color: var(--color-yellow);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 650px) {
  .c-btn__round {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-btn__round i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.c-btn__round:hover {
  opacity: 0.7;
}
.c-btn__menu {
  padding: 0.1rem 0.25rem;
  background-color: var(--color-yellow);
  text-align: center;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
}
.c-btn__menu:hover {
  opacity: 0.7;
}
.c-btn__tel--sp a {
  padding: 0.14rem 0rem;
  border-radius: 40px;
  height: inherit;
  font-size: 0.2rem;
}
.c-btn__ekiten {
  display: flex;
  justify-content: center;
  margin: 0.07rem 0 0;
}
.c-btn__ekiten p {
  margin: 0 0 0.05rem;
}
.c-btn__ekiten a {
  background-color: var(--color-yellow);
  padding: 0.14rem 0rem;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  border-radius: 40px;
  color: #fff;
}

.c-date__list {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 0.15rem 0;
}
.c-date__list tr {
  display: table-row;
}
.c-date__list th {
  display: table-cell;
  border-bottom: 1px solid #dededc;
  border-left: 1px solid #EBEACB;
  border-right: 1px solid #EBEACB;
  text-align: center;
  background-color: var(--color-green);
  color: #fff;
  padding: 0.07rem 0;
}
.c-date__list td {
  background-color: #fff;
  display: table-cell;
  border-bottom: 1px solid #dededc;
  border-left: 1px solid #EBEACB;
  border-right: 1px solid #EBEACB;
  padding: 0.07rem 0;
}
.c-date__daysList th {
  background-color: var(--color-green);
  color: #fff;
  text-align: center;
  padding: 0.1rem 0;
}
.c-date__timeList td {
  text-align: center;
  padding: 0.1rem 0;
  background-color: #fff;
}
.c-date__txtContent {
  font-size: 0.19rem;
}
@media (max-width: 650px) {
  .c-date__txtContent {
    font-size: 0.135rem;
  }
}
.c-date__txtContent div {
  display: flex;
}
.c-date__txtContent div p:first-of-type {
  width: 90px;
}
@media (max-width: 650px) {
  .c-date__txtContent div p:first-of-type {
    width: 0.9rem;
  }
}
.c-date__txtContent div p:nth-of-type(2) {
  width: calc(100% - 90px);
}
@media (max-width: 650px) {
  .c-date__txtContent div p:nth-of-type(2) {
    width: calc(100% - 0.9rem);
  }
}

.c-ekiten__banner {
  margin: 0 0 0.28rem;
}
@media (max-width: 650px) {
  .c-ekiten__banner {
    margin: 0 0 0.16rem;
  }
}
.c-ekiten__banner:hover {
  opacity: 0.7;
}
.c-ekiten__spBanner {
  display: none;
}
@media (max-width: 650px) {
  .c-ekiten__spBanner {
    display: block;
    margin: 0 0 0.28rem;
    padding: 0.07rem 0 0;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin: 0.5rem 0 0;
}
@media (max-width: 650px) {
  .wp-pagenavi {
    gap: 0.12rem;
  }
}

.current {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--color-brown);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-en);
}
@media (max-width: 650px) {
  .current {
    width: 0.42rem;
    height: 0.42rem;
  }
}

.page {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #F7F1E9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-en);
}
@media (max-width: 650px) {
  .page {
    width: 0.42rem;
    height: 0.42rem;
  }
}

.nextpostslink {
  font-size: 0.3rem;
}
@media (max-width: 650px) {
  .nextpostslink {
    font-size: 0.2rem;
  }
}

.c-single__know {
  padding-bottom: 0.2rem;
  border-bottom: 1px dotted #C3BAB4;
}
@media (max-width: 650px) {
  .c-single__know {
    text-align: left;
    padding-bottom: 0.1rem;
  }
}
.c-single__know time {
  color: var(--color-green);
  font-family: var(--font-family-en);
  margin: 0 0 0.1rem;
}
@media (max-width: 650px) {
  .c-single__know time {
    font-size: 0.14rem;
  }
}
.c-single__know h1 {
  font-size: 0.42rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  margin: 0.05rem 0 0;
}
@media (max-width: 650px) {
  .c-single__know h1 {
    font-size: 0.22rem;
  }
}
.c-single__know__content {
  margin: 0.4rem 0 0;
}
@media (max-width: 650px) {
  .c-single__know__content {
    margin: 0.16rem 0 0;
  }
}
.c-single__know__content li, .c-single__know__content p {
  line-height: 2.15;
  font-weight: 400;
}

h2.wp-block-heading {
  font-size: 0.32rem;
}
@media (max-width: 650px) {
  h2.wp-block-heading {
    font-size: 0.2rem;
    line-height: 1.75;
  }
}

.wp-block-list li {
  list-style: inside;
}

.navigation {
  margin: 0.6rem 0 0.4rem;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.nav-previous {
  width: 30%;
  background-color: var(--color-line-gray);
  padding: 0.24rem 0.24rem 0.24rem 0.4rem;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 650px) {
  .nav-previous {
    width: 48%;
    font-size: 0.14rem;
    padding: 0.16rem 0.16rem 0.16rem 0.3rem;
  }
}
.nav-previous a {
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
}

.nav-next {
  width: 30%;
  background-color: var(--color-line-gray);
  padding: 0.24rem 0.4rem 0.24rem 0.24rem;
  border-radius: 12px;
  position: relative;
  margin-left: auto;
}
@media (max-width: 650px) {
  .nav-next {
    width: 48%;
    font-size: 0.14rem;
    padding: 0.16rem 0.3rem 0.16rem 0.16rem;
  }
}
.nav-next a {
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
}

.nav-previous::before {
  content: "<";
  position: absolute;
  left: 0.1rem;
  top: 47%;
  transform: translateY(-47%);
}

.nav-next::before {
  content: ">";
  position: absolute;
  right: 0.1rem;
  top: 47%;
  transform: translateY(-47%);
}

.p-top__list {
  display: flex;
  gap: 0 0.28rem;
  margin: 0 0 0.28rem;
}
@media (max-width: 650px) {
  .p-top__list {
    display: block;
    margin: 0;
  }
}
.p-top__item {
  width: 50%;
  padding: 0.3rem 0.28rem 0.4rem;
  background-color: #fff;
  border: 2px solid var(--color-line-gray);
  border-radius: 12px;
}
@media (max-width: 650px) {
  .p-top__item {
    width: 100%;
    margin: 0 0 0.16rem;
    padding: 0.16rem 0.16rem 0.2rem;
  }
}
.p-top__item--ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0.15rem;
  font-size: 0.34rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
}
@media (max-width: 650px) {
  .p-top__item--ttl {
    font-size: 0.22rem;
    padding: 0 0 0.05rem;
  }
}
.p-top__item--ttl span {
  display: inline-flex;
}
.p-top__item--ttl--line {
  height: 3px;
  background: url(img/line-bg.svg) repeat-x;
}
.p-top__navItem {
  padding: 0.15rem 0;
  border-bottom: 1px dotted #C3BAB4;
}
.p-top__navItem time {
  color: var(--color-green);
}
.p-top__navItem p {
  text-decoration: underline;
}
.p-top__dateItem {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  margin: 0 0 0.12rem;
}
.p-top__dateItem dt {
  width: 100px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.07rem 0;
  border: 1px solid var(--color-green);
  border-radius: 30px;
  font-size: 0.2rem;
  font-weight: 500;
  color: var(--color-green);
  text-align: center;
}
@media (max-width: 650px) {
  .p-top__dateItem dt {
    font-size: 0.13rem;
  }
}
.p-top__dateItem dd {
  display: flex;
  gap: 0 0.12rem;
  width: calc(100% - 100px);
}
@media (max-width: 650px) {
  .p-top__dateItem dd {
    font-size: 0.14rem;
  }
}
.p-top__dateItem dd div:nth-of-type(2) {
  text-align: end;
}
.p-top__calendar {
  padding: 0.24rem 0.28rem 0.2rem;
  background-color: #fff;
  border: 2px solid var(--color-line-gray);
  border-radius: 12px;
  margin: 0px 0px 0.28rem;
}
@media (max-width: 650px) {
  .p-top__calendar {
    padding: 0.16rem 0.16rem 0.16rem;
    margin: 0 0 0.16rem;
  }
}
.p-top__profile {
  margin: 0 0 0.28rem;
  padding: 0.28rem;
  background-color: #fff;
  border: 2px solid var(--color-line-gray);
  border-radius: 12px;
}
@media (max-width: 650px) {
  .p-top__profile {
    padding: 0.16rem 0.16rem 0.2rem;
    margin: 0 0 0.14rem;
  }
}
.p-top__profile__content {
  display: flex;
  gap: 0.4rem;
}
@media (max-width: 650px) {
  .p-top__profile__content {
    display: block;
  }
}
.p-top__profile__list--sp {
  width: 30%;
}
@media (max-width: 650px) {
  .p-top__profile__list--sp {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0 0 0.14rem;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .p-top__profile__photo {
    width: 50%;
  }
}
.p-top__profile__name--sp {
  display: none;
}
@media (max-width: 650px) {
  .p-top__profile__name--sp {
    display: block;
    font-size: 0.22rem;
    width: 50%;
  }
}
.p-top__profile__name--sp span {
  display: block;
  font-size: 0.14rem;
}
.p-top__profile__txtarea {
  width: 70%;
}
@media (max-width: 650px) {
  .p-top__profile__txtarea {
    width: 100%;
  }
}
.p-top__profile__txtarea p {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 5px; /* 下線と文字の間の余白を調整する */
  text-decoration-color: #C3BAB4;
  line-height: 2;
}
.p-top__profile__txtarea h2 {
  margin: 0.26rem 0 0;
  font-size: 0.32rem;
  text-align: end;
}
.p-top__profile__txtarea h2 span {
  font-size: 0.23rem;
}
@media (max-width: 650px) {
  .p-top__profile__txtarea h2 {
    display: none;
  }
}
.p-top__menuList {
  display: flex;
  gap: 0.12rem;
  margin: 0 0 0.28rem;
}
@media (max-width: 650px) {
  .p-top__menuList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 0.16rem;
  }
}
.p-top__menuItem {
  overflow: hidden;
  width: 25%;
  padding: 0 0 0.28rem;
  background-color: #fff;
  border: 2px solid var(--color-line-gray);
  border-radius: 12px;
  text-align: center;
}
@media (max-width: 650px) {
  .p-top__menuItem {
    width: inherit;
    padding: 0 0 0.15rem;
  }
}
.p-top__menuItem h2 {
  padding: 0.15rem 0;
  background-color: var(--color-brown);
  font-size: 0.3rem;
  font-family: var(--font-family-accent);
  color: #fff;
}
@media (max-width: 650px) {
  .p-top__menuItem h2 {
    font-size: 0.2rem;
    padding: 0.07rem 0;
  }
}
.p-top__menuItem h2 span {
  font-size: 0.2rem;
}
@media (max-width: 650px) {
  .p-top__menuItem h2 span {
    font-size: 0.14rem;
  }
}
.p-top__menuItem div {
  padding: 0 0 0.06rem;
}
@media (max-width: 650px) {
  .p-top__menuItem div {
    padding: 0;
  }
}
.p-top__menuItem img {
  width: 70%;
  margin: auto;
}
.p-top__cta {
  position: relative;
  padding: 0.6rem 0.28rem;
  background: url(img/cta_bg.jpg);
  background-position: bottom;
  background-size: cover;
  border-radius: 15px;
}
@media (max-width: 650px) {
  .p-top__cta {
    padding: 0.4rem 0.2rem;
    border-radius: 12px;
    margin: 0 0 0.16rem;
  }
}
.p-top__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}
.p-top__cta__content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.p-top__cta__content p {
  font-size: 0.28rem;
}
@media (max-width: 650px) {
  .p-top__cta__content p {
    font-size: 0.18rem;
  }
}
@media (max-width: 650px) {
  .p-top__cta__content span {
    font-size: 0.13rem;
  }
}
.p-top__blog {
  padding: 0.2rem;
  margin: 0.28rem 0 0;
  background-color: #fff;
  border: 2px solid var(--color-line-gray);
  border-radius: 12px;
}
.p-top__blog--ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0.1rem;
}
.p-top__blog--ttl h2 {
  font-size: 0.28rem;
  font-family: var(--font-family-accent);
  font-weight: 700;
}
@media (max-width: 650px) {
  .p-top__blog--ttl h2 {
    font-size: 0.22rem;
  }
}
.p-top__blogItem {
  padding: 0.15rem 0;
  border-bottom: 1px dotted #C3BAB4;
}
.p-top__blogItem h3 {
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
}

.p-about__mainTtl {
  font-size: 0.45rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 650px) {
  .p-about__mainTtl {
    font-size: 0.26rem;
    margin-bottom: 0.24rem;
  }
}
.p-about__subTtl {
  position: relative;
  padding: 0.18rem 0 0.18rem 0.25rem;
  background-color: #EBE5DD;
  border-radius: 6px;
  font-size: 0.35rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  margin: 0 0 0.35rem;
}
@media (max-width: 650px) {
  .p-about__subTtl {
    font-size: 0.2rem;
    padding: 0.07rem 0.07rem 0.07rem 0.15rem;
    margin: 0 0 0.22rem;
    border-radius: 3px;
  }
}
.p-about__subTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-brown);
  width: 7px;
  height: 100%;
}
@media (max-width: 650px) {
  .p-about__subTtl::before {
    width: 4px;
  }
}
.p-about__profileContent {
  display: flex;
  gap: 0.3rem;
  margin: 0 0 0.7rem;
}
@media (max-width: 650px) {
  .p-about__profileContent {
    align-items: center;
    gap: 0.2rem;
    margin: 0 0 0.16rem;
  }
}
.p-about__profile--photo {
  width: 30%;
}
@media (max-width: 650px) {
  .p-about__profile--photo {
    width: 50%;
  }
}
.p-about__profile--txt {
  width: 70%;
}
.p-about__profile--txt h2 {
  font-size: 0.32rem;
  margin: 0 0 0.21rem;
}
@media (max-width: 650px) {
  .p-about__profile--txt h2 {
    font-size: 0.24rem;
    margin: 0;
  }
}
.p-about__profile--txt h2 span {
  font-size: 0.23rem;
}
@media (max-width: 650px) {
  .p-about__profile--txt h2 span {
    display: block;
    font-size: 0.16rem;
  }
}
.p-about__profile--txt p {
  line-height: 1.8;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 5px; /* 下線と文字の間の余白を調整する */
  text-decoration-color: #C3BAB4;
}
.p-about__profile--txtSp {
  line-height: 1.8;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 5px; /* 下線と文字の間の余白を調整する */
  text-decoration-color: #C3BAB4;
  margin: 0 0 0.32rem;
}
.p-about__policyContent {
  margin: 0 0 0.7rem;
}
@media (max-width: 650px) {
  .p-about__policyContent {
    margin: 0 0 0.32rem;
  }
}
.p-about__policyItem {
  margin: 0 0 0.45rem;
}
@media (max-width: 650px) {
  .p-about__policyItem {
    margin: 0 0 0.24rem;
  }
}
.p-about__policyItem h3 {
  font-size: 0.3rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  padding: 0 0 0.13rem;
  border-bottom: 2px solid #D5CFCB;
}
@media (max-width: 650px) {
  .p-about__policyItem h3 {
    font-size: 0.18rem;
    padding: 0 0 0.07rem;
  }
}
.p-about__policyItem p {
  margin: 0.23rem 0 0;
  line-height: 1.8;
}
@media (max-width: 650px) {
  .p-about__policyItem p {
    margin: 0.12rem 0 0;
  }
}
.p-about__clinicList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.15rem;
}
@media (max-width: 650px) {
  .p-about__clinicList {
    grid-template-columns: 1fr 1fr;
  }
}
.p-about__clinicItem img {
  border-radius: 10px;
  margin: 0 0 0.15rem;
}
@media (max-width: 650px) {
  .p-about__clinicItem img {
    margin: 0 0 0.08rem;
  }
}
.p-about__clinicItem h3 {
  margin: 0 0 0.1rem;
}
@media (max-width: 650px) {
  .p-about__clinicItem h3 {
    margin: 0 0 0.04rem;
  }
}
@media (max-width: 650px) {
  .p-about__clinicItem p {
    font-size: 0.14rem;
  }
}

.p-menu__mainTtl {
  font-size: 0.45rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 650px) {
  .p-menu__mainTtl {
    font-size: 0.26rem;
    margin-bottom: 0.24rem;
  }
}
.p-menu__subTtl {
  position: relative;
  padding: 0.18rem 0 0.18rem 0.25rem;
  background-color: #EBE5DD;
  border-radius: 6px;
  font-size: 0.35rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  margin: 0 0 0.35rem;
}
@media (max-width: 650px) {
  .p-menu__subTtl {
    font-size: 0.2rem;
    padding: 0.07rem 0.07rem 0.07rem 0.15rem;
    margin: 0 0 0.22rem;
    border-radius: 3px;
  }
}
.p-menu__subTtl span {
  font-size: 0.2rem;
}
@media (max-width: 650px) {
  .p-menu__subTtl span {
    font-size: 0.16rem;
  }
}
.p-menu__subTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-brown);
  width: 7px;
  height: 100%;
}
@media (max-width: 650px) {
  .p-menu__subTtl::before {
    width: 4px;
  }
}
.p-menu__priceContent {
  margin: 0 0 0.7rem;
}
@media (max-width: 650px) {
  .p-menu__priceContent {
    margin: 0 0 0.32rem;
  }
}
.p-menu__priceFirst {
  font-size: 0.35rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  color: var(--color-green);
  padding: 0 0 0.1rem;
  border-bottom: 2px dotted #D5CFCB;
  margin: 0 0 0.35rem;
}
@media (max-width: 650px) {
  .p-menu__priceFirst {
    font-size: 0.24rem;
    margin: 0 0 0.2rem;
  }
}
.p-menu__priceFirst span {
  display: inline-block;
  padding: 0 0.1rem 0 0;
}
@media (max-width: 650px) {
  .p-menu__priceFirst span {
    padding: 0 0.05rem 0 0;
  }
}
.p-menu__priceFirst span img {
  vertical-align: baseline;
}
.p-menu__priceTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 650px) {
  .p-menu__priceTable {
    table-layout: auto;
  }
}
@media (max-width: 650px) {
  .p-menu__priceTable tr {
    width: 100% !important;
    border: none;
  }
}
.p-menu__priceTable th, .p-menu__priceTable td {
  border: 1px solid var(--color-brown);
  padding: 0.2rem;
  font-size: 0.28rem;
  text-align: center;
}
@media (max-width: 650px) {
  .p-menu__priceTable th, .p-menu__priceTable td {
    font-size: 0.2rem;
    padding: 0.1rem;
  }
}
@media (max-width: 650px) {
  .p-menu__priceTable td {
    display: inline-block;
    width: 50%;
  }
}
.p-menu__price--category {
  background-color: var(--color-brown);
  font-family: var(--font-family-accent);
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #D5CFCB !important;
  vertical-align: middle;
}
@media (max-width: 650px) {
  .p-menu__price--category {
    display: block;
    width: 100%;
    border-bottom: none !important;
  }
}
@media (max-width: 650px) {
  .p-menu__price--category[rowspan] {
    height: auto;
  }
}
.p-menu__price--txt {
  margin: 0.24rem 0 0;
}
@media (max-width: 650px) {
  .p-menu__price--txt {
    margin: 0.16rem 0 0;
  }
}
.p-menu__price--txt p {
  font-size: 0.18rem;
}
@media (max-width: 650px) {
  .p-menu__price--txt p {
    font-size: 0.13rem;
  }
}
.p-menu__cash {
  margin: 0.3rem 0;
}
@media (max-width: 650px) {
  .p-menu__cash {
    margin: 0.2rem 0 0;
  }
}
.p-menu__cash p {
  margin: 0 0 0.2rem;
}
.p-menu__cash img {
  width: 30%;
}
@media (max-width: 650px) {
  .p-menu__cash img {
    width: 50%;
  }
}
.p-menu__serviceItem {
  display: flex;
  align-items: center;
  gap: 0.48rem;
  margin: 0 0 0.7rem;
}
@media (max-width: 650px) {
  .p-menu__serviceItem {
    display: block;
    margin: 0 0 0.32rem;
  }
}
.p-menu__serviceItem--photo {
  width: 25%;
}
@media (max-width: 650px) {
  .p-menu__serviceItem--photo {
    width: 55%;
    margin: 0 auto 0.16rem;
  }
}
.p-menu__serviceItem--txt {
  width: 75%;
}
@media (max-width: 650px) {
  .p-menu__serviceItem--txt {
    width: 100%;
  }
}
.p-menu__serviceItem--txt h3 {
  font-size: 0.3rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  padding: 0 0 0.1rem;
  margin: 0 0 0.18rem;
  border-bottom: 2px solid #D5CFCB;
}
@media (max-width: 650px) {
  .p-menu__serviceItem--txt h3 {
    font-size: 0.2rem;
    text-align: center;
  }
}
.p-menu__serviceItem--txt p {
  line-height: 1.8;
}
.p-menu__diseaseItem {
  margin: 0 0 0.4rem;
}
@media (max-width: 650px) {
  .p-menu__diseaseItem {
    margin: 0 0 0.2rem;
  }
}
.p-menu__diseaseItem h3 {
  font-family: var(--font-family-accent);
  font-weight: 600;
  color: var(--color-green);
  margin: 0 0 0.05rem;
}

.p-flow__mainTtl {
  font-size: 0.45rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 650px) {
  .p-flow__mainTtl {
    font-size: 0.26rem;
    margin-bottom: 0.24rem;
  }
}
.p-flow__subTtl {
  position: relative;
  padding: 0.18rem 0 0.18rem 0.25rem;
  background-color: #EBE5DD;
  border-radius: 6px;
  font-size: 0.35rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  margin: 0 0 0.35rem;
}
@media (max-width: 650px) {
  .p-flow__subTtl {
    font-size: 0.2rem;
    padding: 0.07rem 0.07rem 0.07rem 0.15rem;
    margin: 0 0 0.22rem;
    border-radius: 3px;
  }
}
@media (max-width: 650px) {
  .p-flow__subTtl span {
    font-size: 0.16rem;
  }
}
.p-flow__subTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-brown);
  width: 7px;
  height: 100%;
}
@media (max-width: 650px) {
  .p-flow__subTtl::before {
    width: 4px;
  }
}
.p-flow__subTxt {
  margin: 0 0 0.5rem;
}
@media (max-width: 650px) {
  .p-flow__subTxt {
    margin: 0 0 0.32rem;
  }
}
.p-flow__stepItem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding: 0 0 0.45rem;
  margin: 0 0 0.3rem;
}
@media (max-width: 650px) {
  .p-flow__stepItem {
    display: block;
  }
}
.p-flow__stepItem:last-of-type {
  margin: 0;
}
.p-flow__stepItem--photo {
  width: 30%;
}
@media (max-width: 650px) {
  .p-flow__stepItem--photo {
    width: 60%;
    margin: 0 auto 0.16rem;
  }
}
.p-flow__stepItem--txt {
  width: 70%;
}
@media (max-width: 650px) {
  .p-flow__stepItem--txt {
    width: 100%;
  }
}
.p-flow__stepItem--txt h3 {
  font-size: 0.35rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  color: var(--color-green);
  display: flex;
  padding: 0 0 0.15rem;
  border-bottom: 2px solid #D5CFCB;
}
@media (max-width: 650px) {
  .p-flow__stepItem--txt h3 {
    font-size: 0.2rem;
    align-items: center;
    padding: 0 0 0.1rem;
  }
}
.p-flow__stepItem--txt h3 span {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  background-color: var(--color-green);
  border-radius: 40px;
  font-size: 0.28rem;
  font-family: var(--font-family-en);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin: 0 0.15rem 0 0;
}
@media (max-width: 650px) {
  .p-flow__stepItem--txt h3 span {
    font-size: 0.16rem;
    margin: 0 0.05rem 0 0;
  }
}
.p-flow__stepItem--txt p {
  margin: 0.2rem 0 0;
  line-height: 1.8;
}
@media (max-width: 650px) {
  .p-flow__stepItem--txt p {
    margin: 0.16rem 0 0;
  }
}
.p-flow__stepItem--triangle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.p-access__mainTtl {
  font-size: 0.45rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 650px) {
  .p-access__mainTtl {
    font-size: 0.26rem;
    margin-bottom: 0.24rem;
  }
}
.p-access__subTtl {
  position: relative;
  padding: 0.18rem 0 0.18rem 0.25rem;
  background-color: #EBE5DD;
  border-radius: 6px;
  font-size: 0.35rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  margin: 0 0 0.35rem;
}
@media (max-width: 650px) {
  .p-access__subTtl {
    font-size: 0.2rem;
    padding: 0.07rem 0.07rem 0.07rem 0.15rem;
    margin: 0 0 0.22rem;
    border-radius: 3px;
  }
}
@media (max-width: 650px) {
  .p-access__subTtl span {
    font-size: 0.16rem;
  }
}
.p-access__subTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-brown);
  width: 7px;
  height: 100%;
}
@media (max-width: 650px) {
  .p-access__subTtl::before {
    width: 4px;
  }
}
.p-access__map {
  background-color: #F8F6ED;
  border-radius: 20px;
  padding: 0.55rem;
  text-align: center;
  margin: 0 0 0.4rem;
}
@media (max-width: 650px) {
  .p-access__map {
    padding: 0.24rem;
    margin: 0 0 0.16rem;
  }
}
.p-access__map img {
  width: 56%;
}
@media (max-width: 650px) {
  .p-access__map img {
    width: 100%;
  }
}
.p-access__map--txt {
  line-height: 1.8;
  margin: 0 0 0.43rem;
}
@media (max-width: 650px) {
  .p-access__map--txt {
    margin: 0 0 0.32rem;
  }
}
.p-access__map--btn {
  background-color: var(--color-green);
  padding: 0.15rem 0.3rem;
  border-radius: 5px;
  color: #fff;
  font-family: var(--font-family-en);
  display: inline-block;
}

.p-question__mainTtl {
  font-size: 0.45rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 650px) {
  .p-question__mainTtl {
    font-size: 0.26rem;
    margin-bottom: 0.24rem;
  }
}
.p-question__subTtl {
  position: relative;
  padding: 0.18rem 0 0.18rem 0.25rem;
  background-color: #EBE5DD;
  border-radius: 6px;
  font-size: 0.35rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  margin: 0 0 0.35rem;
}
@media (max-width: 650px) {
  .p-question__subTtl {
    font-size: 0.2rem;
    padding: 0.07rem 0.07rem 0.07rem 0.15rem;
    margin: 0 0 0.22rem;
    border-radius: 3px;
  }
}
@media (max-width: 650px) {
  .p-question__subTtl span {
    font-size: 0.16rem;
  }
}
.p-question__subTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-brown);
  width: 7px;
  height: 100%;
}
@media (max-width: 650px) {
  .p-question__subTtl::before {
    width: 4px;
  }
}
.p-question__subTxt {
  margin: 0 0 0.5rem;
}
@media (max-width: 650px) {
  .p-question__subTxt {
    margin: 0 0 0.32rem;
  }
}
.p-question__item {
  margin: 0 0 0.56rem;
}
@media (max-width: 650px) {
  .p-question__item {
    margin: 0 0 0.32rem;
  }
}
.p-question__item div {
  display: flex;
  gap: 0.2rem;
  padding: 0 0 0.15rem;
  border-bottom: 2px solid #D5CFCB;
}
@media (max-width: 650px) {
  .p-question__item div {
    padding: 0 0 0.1rem;
    gap: 0.12rem;
  }
}
.p-question__item div h3 {
  font-size: 0.35rem;
  font-family: var(--font-family-accent);
  font-weight: 600;
  width: calc(100% - 40px);
}
@media (max-width: 650px) {
  .p-question__item div h3 {
    font-size: 0.2rem;
  }
}
.p-question__item div span {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  min-width: 40px;
  height: 40px;
  background-color: var(--color-green);
  border-radius: 40px;
  font-size: 0.3rem;
  font-family: var(--font-family-en);
  color: #fff;
}
@media (max-width: 650px) {
  .p-question__item div span {
    font-size: 0.16rem;
    align-items: center;
  }
}
.p-question__item p {
  margin: 0.2rem 0 0;
  line-height: 1.8;
}
@media (max-width: 650px) {
  .p-question__item p {
    margin: 0.16rem 0 0;
  }
}

@media (max-width: 650px) {
  .u-show__pc {
    display: none !important;
  }
}
.u-show__sp {
  display: none !important;
}
@media (max-width: 650px) {
  .u-show__sp {
    display: block !important;
  }
}
.u-show__sp--br {
  display: none;
}
@media (max-width: 650px) {
  .u-show__sp--br {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
