@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;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*スマホファーストの書き方*/
/*  -----------------------------
カラー登録
--------------------------------- */
/* ========================================
   Linear
======================================== */
/* ========================================
   Main
======================================== */
/* ========================================
   Sub
======================================== */
/* ========================================
   Base
======================================== */
/* ========================================
   Text
======================================== */
/* ========================================
   Accent
======================================== */
/* ========================================
   Border
======================================== */
/* ========================================
   Others
======================================== */
/* ========================================
   Btn
======================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #3c3a37;
  padding-top: 66px;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  body {
    padding-top: 0;
  }
}

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

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

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

.ff_en {
  font-family: "Roboto", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  background-color: #ffffff;
  z-index: 999;
}
@media (min-width: 1024px) {
  .header {
    position: static;
  }
}
.header_inner {
  width: 90%;
  min-height: 66px;
  display: flex;
  align-items: center;
  margin-inline: auto;
  padding: 20px 0 12px 0;
  position: relative;
}
.header_logo {
  max-width: 200px;
  padding: 7px 0;
}
@media (min-width: 768px) {
  .header_logo {
    width: 21%;
    max-width: 270px;
  }
}
.header_spMenuBox {
  width: 100%;
  height: calc(100svh - 66px);
  position: fixed;
  left: 0;
  top: 66px;
  overflow-y: scroll;
  transform: translateX(120%);
  transition: transform 0.3s linear;
  background-color: #f8f6f5;
  z-index: 8;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .header_spMenuBox {
    display: none;
  }
}
.header_spMenuBox .menu-item {
  padding: 0 24px;
  min-height: 52px;
  border-bottom: 1px solid #e5d7cd;
}
.header_spMenuBox .menu-item a {
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
}
.header_spMenuBox .menu-item a::after {
  content: "";
  display: block;
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  background-image: url(../images/icon/icon_arrow_right.svg);
}
.header_spMenuBox .menu-item.menu-item-has-children > a::after {
  background-size: 12px;
  background-image: url(../images/icon/icon_plus.svg);
}
.header_spMenuBox .menu-item.menu-item-has-children .sub-menu {
  display: none;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #EEE9E7;
}
.header_spMenuBox .menu-item.menu-item-has-children .sub-menu .menu-item {
  padding: 0 24px 0 32px;
}
.header_spMenuBox .menu-item.menu-item-has-children .sub-menu .menu-item:first-child {
  border-top: 1px solid #e5d7cd;
}
.header_spMenuBox .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
  border-bottom: none;
}
.header_spMenuBox .menu-item.menu-item-has-children .sub-menu .menu-item a {
  font-size: 15px;
}
.header_spMenuBox .menu-item:hover a {
  opacity: 0.8;
}
.header_spMenuBox_inner {
  width: 90%;
  margin-inline: auto;
  border-radius: 18px;
  background-color: #ffffff;
  padding: 16px;
  margin-top: 16px;
}
.header_spMenuBox .spMenuBox_btns {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.header_spMenuBox .spMenuBox_btns > a {
  flex: 1;
  min-width: 48%;
}

.hamburger {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 46px;
  height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 6px;
  background-color: #ccaf9b;
  color: #ffffff;
  padding: 6px;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger_inner {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 6px;
}
.hamburger span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  transform-origin: center;
  transition: all 0.3s;
  position: relative;
}
.hamburger span:nth-child(2) {
  width: 20px;
}
.hamburger span:nth-child(3) {
  width: 12px;
}
.hamburger_text {
  font-size: 11px;
  line-height: 1.2;
}
.hamburger_close {
  display: block;
}
.hamburger_open {
  display: none;
}

.spMenuBox_schedule {
  width: fit-content;
  margin-inline: auto;
}
.spMenuBox_schedule > p {
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
  font-size: 15px;
}
.spMenuBox_schedule > p span {
  display: inline-block;
  padding: 2px 4px;
  color: #a77e61;
  border: 1px solid #a77e61;
  border-radius: 2px;
  font-size: 14px;
}
.spMenuBox_schedule > p:not(:last-child) {
  margin-bottom: 6px;
}

.active .hamburger_open {
  display: block;
}
.active .hamburger_close {
  display: none;
}
.active .hamburger span:first-child {
  width: 30px;
  top: 8px;
  transform: rotate(-26deg);
}
.active .hamburger span:nth-child(2) {
  transform-origin: left;
  width: 0;
}
.active .hamburger span:nth-child(3) {
  width: 30px;
  bottom: 8px;
  transform: rotate(26deg);
}
.active .header_spMenuBox {
  transform: translateX(0%);
}

.pcNav .header_right_inner {
  display: none;
}
@media (min-width: 1024px) {
  .pcNav .header_right_inner {
    display: flex;
  }
}
.pcNav.nav {
  display: none;
}
@media (min-width: 1024px) {
  .pcNav.nav {
    display: block;
    width: 80%;
    padding: 20px 0px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
    max-width: 890px;
  }
}
@media (min-width: 1024px) {
  .pcNav .nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .pcNav .nav_list .menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pcNav .nav_list .menu-item::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ccaf9b;
    margin-left: 24px;
  }
  .pcNav .nav_list .menu-item:last-child::after {
    display: none;
  }
  .pcNav .nav_list .menu-item a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
    transition: all 0.3s;
  }
  .pcNav .nav_list .menu-item.current-menu-parent a, .pcNav .nav_list .menu-item.current-menu-item a, .pcNav .nav_list .menu-item.current_page_item a {
    position: relative;
    font-weight: bold;
  }
  .pcNav .nav_list .menu-item.current-menu-parent a::after, .pcNav .nav_list .menu-item.current-menu-item a::after, .pcNav .nav_list .menu-item.current_page_item a::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 10px;
    background-image: url(../images/icon/icon_current.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .pcNav .nav_list .menu-item:hover > a {
    opacity: 0.8;
  }
  .pcNav .nav_list .menu-item-has-children {
    position: relative;
  }
  .pcNav .nav_list .menu-item-has-children .sub-menu {
    position: absolute;
    left: -24px;
    top: 42px;
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.8);
    width: 204px;
    padding: 16px 32px;
    border-radius: 24px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .pcNav .nav_list .menu-item-has-children .sub-menu .menu-item {
    justify-content: flex-start;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ccaf9b;
  }
  .pcNav .nav_list .menu-item-has-children .sub-menu .menu-item a {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
    transition: all 0.3s;
  }
  .pcNav .nav_list .menu-item-has-children .sub-menu .menu-item a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/icon/icon_back.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .pcNav .nav_list .menu-item-has-children .sub-menu .menu-item a:hover {
    opacity: 0.8;
  }
  .pcNav .nav_list .menu-item-has-children .sub-menu .menu-item::after {
    display: none;
  }
  .pcNav .nav_list .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

.header_right_title {
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (min-width: 1024px) {
  .header_right {
    margin-left: auto;
  }
  .header_right_title {
    position: static;
    font-size: 12px;
    line-height: 1;
    text-align: end;
    margin-bottom: 5px;
  }
  .header_right_inner {
    display: flex;
  }
  .header_right_inner > div {
    display: flex;
  }
  .header_right_nav {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 16px;
  }
  .header_right .menu-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .header_right .menu-item a {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }
  .header_right .menu-item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #f0e8e2;
  }
}

.header_reservationBox {
  border-radius: 40px;
  border: 1px solid #9AB8C8;
  display: inline-block;
  margin-left: 12px;
}

.page_mv {
  border-radius: min(4.4444444444vw, 64px);
  overflow: hidden;
  min-height: 150px;
}
@media (min-width: 768px) {
  .page_mv {
    min-height: 320px;
  }
}
.page_mv_img {
  min-height: 150px;
  height: 100%;
}
@media (min-width: 768px) {
  .page_mv_img {
    min-height: 320px;
  }
}
.page_mv_img img {
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .page_mv_img img {
    min-height: 320px;
  }
}

.fixBtns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding-top: 2px;
  z-index: 9;
}
.fixBtns a {
  height: 48px;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .fixBtns {
    display: none;
  }
}
.fixBtns.pc_fixBtns {
  display: none;
}
@media (min-width: 1024px) {
  .fixBtns.pc_fixBtns {
    display: flex;
    flex-direction: column;
    gap: 27px;
    position: fixed;
    right: 0;
    left: initial;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    max-width: 116px;
    height: fit-content;
  }
  .fixBtns.pc_fixBtns a {
    border-radius: 20px 0 0 20px;
    padding: 24px 24px 20px;
    flex-direction: column;
    gap: 10px;
    white-space: nowrap;
    height: auto;
    font-size: 16px;
    line-height: 1.1;
    box-shadow: 0 2px 4px 0 rgba(24, 48, 47, 0.16);
  }
  .fixBtns.pc_fixBtns a::before {
    width: 24px;
    height: 24px;
  }
}

.footer {
  position: relative;
  background-color: #f8f6f5;
  padding: 200px 0 80px;
  border-radius: 24px 24px 0 0;
  margin-top: 160px;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 390px;
    border-radius: 80px 80px 0 0;
    padding: 180px 0 80px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 180px 0 16px;
  }
}
.footer_map {
  width: 94%;
  border-radius: 32px;
  overflow: hidden;
  height: 335px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .footer_map {
    height: 400px;
    border-radius: 40px;
    top: -100px;
  }
}
.footer_inner {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 24px 8px 8px;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .footer_inner {
    border-radius: 58px;
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
.footer_info_logo {
  max-width: 240px;
  margin-inline: auto;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footer_info_logo {
    max-width: 260px;
    padding-left: 28px;
    margin-inline: initial;
    margin-bottom: 16px;
  }
}
.footer_info_schedule {
  margin-inline: auto;
  margin-bottom: 24px;
  width: fit-content;
}
@media (min-width: 768px) {
  .footer_info_schedule {
    margin-bottom: 0;
  }
}
.footer_contact_inner {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: 0 0 8px 0 rgb(236, 233, 231);
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .footer_contact_inner {
    border-radius: 24px;
  }
}
.footer_contact_inner .btn_tel {
  font-size: 32px;
}
@media (min-width: 768px) {
  .footer_contact_inner .btn_tel {
    font-size: 24px;
  }
}
.footer_contact_inner .btn_tel::before {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .footer_contact_inner .btn_tel::before {
    width: 24px;
    height: 24px;
  }
}
.footer_contact_inner .btn_reservation {
  width: 100%;
  border-radius: 30px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .footer_contact_inner .btn_reservation {
    max-width: 210px;
  }
}
.footer_contact_inner .btn_reservation::after {
  width: 14px;
  height: 14px;
}
.footer_contact_inner .btn_line {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 3px 0 0 #06C755;
  font-size: 18px;
}
.footer_contact_inner .btn_line:hover {
  box-shadow: 0 0 0 0 #06C755;
  transform: translateY(3px);
}
@media (min-width: 768px) {
  .footer_contact_inner .btn_line {
    max-width: 210px;
  }
}
.footer_contact_address {
  padding: 25px 14px;
  border-radius: 20px;
  background-color: #f8f6f5;
}
@media (min-width: 768px) {
  .footer_contact_address {
    border-radius: 24px;
    padding: 20px;
  }
}
.footer_contact_address_text {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .footer_contact_address_text {
    font-size: 16px;
  }
}
.footer_contact_address_text::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../images/icon/icon_location.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer_nav {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .footer_nav {
    margin-bottom: 24px;
  }
}
.footer_nav .nav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .footer_nav .nav_list {
    flex-direction: row;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
  }
}
.footer_nav .nav_list a {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .footer_nav .nav_list a {
    display: inline-block;
    padding: 0 24px;
  }
  .footer_nav .nav_list a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #f0e8e2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer_nav .nav_list a:hover {
  opacity: 0.8;
}
.footer_copyright {
  text-align: center;
}
.footer_copyright small {
  font-size: 11px;
  color: #969696;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  gap: 1em;
}

.inner {
  width: 91%;
  max-width: 1180px;
  margin-inline: auto;
}

.inner_large {
  width: 95%;
  max-width: 1280px;
  margin-inline: auto;
}

.btn_tel {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a77e61;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}
.btn_tel::before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon/icon_tel.svg);
}
.btn_tel.spMenuBox_tel {
  justify-content: center;
  margin-bottom: 8px;
}
.btn_tel.spMenuBox_tel::before {
  width: 25px;
  height: 30px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .btn_tel.header_tel {
    font-size: min(1.8055555556vw, 26px);
    gap: 4px;
  }
}
.btn_tel.fixBtn_tel {
  gap: 8px;
  justify-content: center;
  background-color: #BB9479;
  color: #ffffff;
  letter-spacing: 0.24em;
  line-height: 1.2;
}
.btn_tel.fixBtn_tel::before {
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_tel_white.svg);
}

.btn_reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 54px;
  background-image: linear-gradient(51deg, #4f8fb0 0%, #9bb9c8 100%);
  color: #ffffff;
  transition: all 0.3s;
}
.btn_reservation::before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon/icon_web.svg);
}
.btn_reservation.spMenuBox_reservation {
  border-radius: 8px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .btn_reservation.header_reservation {
    border-radius: 40px;
    padding: 13px 32px;
    border: 4px solid #ffffff;
  }
}
.btn_reservation.fixBtn_reservation {
  gap: 2px;
}
.btn_reservation.fixBtn_reservation::before {
  width: 13px;
  height: 13px;
}
.btn_reservation:hover {
  filter: brightness(1.1);
}

.btn_line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 54px;
  background-image: #ffffff;
  color: #06C755;
  border: 2px solid #06C755;
  font-weight: bold;
}
.btn_line::before {
  content: "";
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon/logo_line.svg);
}
.btn_line.spMenuBox_line {
  font-size: 20px;
  border-radius: 8px;
}

.btn_surgery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  background-image: linear-gradient(90deg, #ae6c6a 0%, #b77b79 100%);
  color: #ffffff;
  font-weight: bold;
  transition: all 0.3s;
}
.btn_surgery::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon/icon_calendar.svg);
}
.btn_surgery.spMenuBox_surgery {
  border-radius: 8px;
  font-size: 19px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.btn_surgery.fixBtn_surgery {
  gap: 2px;
}
.btn_surgery.fixBtn_surgery::before {
  width: 17px;
  height: 17px;
}
.btn_surgery:hover {
  filter: brightness(1.1);
}

#page-top {
  position: fixed;
  right: 8px;
  bottom: 70px;
  width: fit-content;
  z-index: 99;
}

.btn_page_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(106, 106, 106, 0.9);
  border-radius: 50%;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btn_page_top {
    background-color: rgba(204, 175, 155, 0.9);
  }
}
.btn_page_top img {
  width: 12px;
  height: 12px;
}
.btn_page_top:hover {
  filter: brightness(1.1);
}

.btn_hasIcon {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  padding: 4px 4px 4px 20px;
  border-radius: 30px;
  background-color: #C39A7E;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
  margin-left: auto;
}
.btn_hasIcon_icon {
  display: flex;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: center;
  transition: all 0.3s;
}
.btn_hasIcon:hover .btn_hasIcon_icon {
  background-position: 80% 50%;
}

.schedule {
  background-color: #F7F3F0;
  padding: 8px;
  border-radius: 18px;
  width: 100%;
  max-width: 467px;
}
@media (min-width: 768px) {
  .schedule {
    padding: 24px;
    border-radius: 52px;
  }
}
.schedule_table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 8px;
}
.schedule_table thead {
  background-color: #C39A7E;
  color: #ffffff;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}
.schedule_table thead th {
  width: 100px;
  padding: 9px 0;
  font-weight: 500;
  text-align: center;
  border-right: 2px solid #F7F3F0;
  border-bottom: 2px solid #F7F3F0;
  border-radius: 14px 0 0 0;
}
@media (min-width: 768px) {
  .schedule_table thead th {
    border-radius: 20px 0 0 0;
    max-width: 110px;
  }
}
.schedule_table thead td {
  width: 30px;
  padding: 9px 0;
  text-align: center;
  border-bottom: 2px solid #F7F3F0;
}
@media (min-width: 768px) {
  .schedule_table thead td {
    max-width: 40px;
  }
}
.schedule_table thead td:last-child {
  border-radius: 0 14px 0 0;
}
@media (min-width: 768px) {
  .schedule_table thead td:last-child {
    border-radius: 0 20px 0 0;
  }
}
.schedule_table thead td:not(:last-child) {
  border-right: 2px solid #F7F3F0;
}
.schedule_table tbody {
  background-color: #ffffff;
}
.schedule_table tbody th {
  width: 110px;
  padding: 9px 0;
  font-weight: 500;
  text-align: center;
  border-right: 2px solid #F7F3F0;
  border-bottom: 2px solid #F7F3F0;
  color: #a77e61;
  line-height: 1;
  vertical-align: middle;
  height: 50px;
}
.schedule_table tbody th span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.schedule_table tbody td {
  width: 40px;
  padding: 9px 0;
  text-align: center;
  border-bottom: 2px solid #F7F3F0;
}
.schedule_table tbody td:not(:last-child) {
  border-right: 2px solid #F7F3F0;
}
.schedule_table tbody td .circle_line {
  display: inline-block;
  width: 14px;
  height: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #a77e61;
}
.schedule_table tbody td .circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #a77e61;
  background-color: #a77e61;
}
.schedule_table tbody td .line {
  vertical-align: super;
  display: inline-block;
  width: 14px;
  height: 1px;
  background-color: #a77e61;
}
.schedule_table tbody tr:last-child th {
  padding: 5px 0;
  border-radius: 0 0 0 14px;
}
@media (min-width: 768px) {
  .schedule_table tbody tr:last-child th {
    border-radius: 0 0 0 20px;
  }
}
.schedule_table tbody tr:last-child td:last-child {
  border-radius: 0 0 14px 0;
}
@media (min-width: 768px) {
  .schedule_table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
  }
}
.schedule_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .schedule_text {
    gap: 8px;
    font-size: 14px;
  }
}
.schedule_text span {
  display: inline-block;
  margin-right: 4px;
  font-size: 13px;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #C39A7E;
}
.schedule_note {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .schedule_note {
    font-size: 13px;
  }
}

.news_date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #a77e61;
  font-size: 16px;
}
@media (min-width: 768px) {
  .news_date {
    font-size: 17px;
    width: 85px;
  }
}

.news_date_title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 768px) {
  .news_date_title {
    flex-direction: row;
    gap: 10px;
  }
}

.news_emergency {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid #BC3B3B;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(204, 175, 155, 0.2);
}
@media (min-width: 768px) {
  .news_emergency {
    max-width: 810px;
    margin-inline: auto;
    padding: 24px 40px;
    border-radius: 32px;
    margin-top: 64px;
  }
}
.news_emergency .news_date_title {
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 2px dashed #f0e8e2;
  box-sizing: content-box;
}
.news_emergency .news_title {
  font-weight: 500;
}

/* .page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-shadow: 0 0 8px rgba(62, 41, 32, 0.25);
  width: fit-content;
  white-space: nowrap;
  padding: 8px 24px 10px;
  background-color: #B3815F;
  border-radius: 8px;
  border: 1px solid #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) {
  .page_title {
    font-size: 32px;
  }
} */

.title_main {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .title_main {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.title_main::after {
  content: "";
  display: block;
  width: 120px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/deco_title_01.svg);
  margin-top: -20px;
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .title_main::after {
    width: 180px;
    height: 50px;
  }
}

.mv {
  position: relative;
}
@media (min-width: 1024px) {
  .mv .pcNav.nav {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
}

.top_mv {
  position: relative;
}
.top_mv::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 50vh;
  background-color: #FBF8F6;
  z-index: -1;
}
@media (min-width: 768px) {
  .top_mv::after {
    height: 30vh;
    bottom: -100px;
  }
}
.top_mv::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 23px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/top/wave_top.png);
  z-index: -1;
}
@media (min-width: 768px) {
  .top_mv::before {
    height: 96px;
    bottom: 20vh;
  }
}

/* クリップパスを適用するラッパーコンテナ */
.mv_slider_wrapper {
  margin-left: auto;
  width: 95vw;
  aspect-ratio: 359/530;
  clip-path: url(#sliderClipPathSp);
  -webkit-clip-path: url(#sliderClipPathSp);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .mv_slider_wrapper {
    margin: 0 auto;
    aspect-ratio: 1280/653;
    width: 90vw;
    clip-path: url(#sliderClipPathDt);
    -webkit-clip-path: url(#sliderClipPathDt);
  }
}

.swiper.mv_slider {
  width: 100%;
  height: 100%;
}

/* スライド内の画像がクリップ領域全体を覆うように設定 */
.mv_slider .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top_mv_deco_top,
.top_mv_deco_bottom {
  position: absolute;
  clip-path: url(#sliderClipPath);
  -webkit-clip-path: url(#sliderClipPath);
  overflow: hidden;
  mix-blend-mode: overlay;
  z-index: 9;
}

.top_mv_deco_top {
  width: 29.1666666667vw;
  max-width: 420px;
  top: 0;
  left: 0;
}

.top_mv_deco_bottom {
  opacity: 0.16;
  max-width: 690px;
  width: 47.9166666667vw;
  bottom: -60%;
  right: -10%;
}

.top_mv_textBox {
  position: absolute;
  top: 48.9671931956vh;
  left: 9.3333333333vw;
  z-index: 20;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) {
  .top_mv_textBox {
    top: 16.1805555556vw;
    left: 9.4444444444vw;
  }
}
.top_mv_textBox_title {
  font-size: 6.4vw;
  line-height: 1.7;
  color: #ffffff;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .top_mv_textBox_title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.top_mv_textBox_text {
  font-size: min(4.2666666667vw, 20px);
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top_mv_schedule {
  display: none;
}
@media (min-width: 1024px) {
  .top_mv_schedule {
    display: block;
    position: absolute;
    bottom: 1.9444444444vw;
    right: 7.3611111111vw;
    width: 35%;
    max-width: 467px;
  }
}

.top_mv_points {
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 12px 16px;
  background-color: #FBF8F6;
}
@media (min-width: 768px) {
  .top_mv_points {
    width: 30.6944444444vw;
    position: absolute;
    left: 3.4722222222vw;
    bottom: min(-0.6944444444vw, 16px);
    background-color: transparent;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .top_mv_points {
    bottom: initial;
    top: 100%;
    left: 5.5555555556vw;
    transform: translateY(-100%);
  }
}

.top_mv_point {
  padding: 12px;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  background-color: #BB9479;
  text-align: center;
  background-image: url("../images/top/image_line.svg");
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: contain;
}
@media (min-width: 768px) {
  .top_mv_point {
    min-height: min(8.3333333333vw, 120px);
  }
}
.top_mv_point_text {
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) {
  .top_mv_point_text {
    font-size: clamp(14px, 1.25vw, 18px);
  }
}
.top_mv_point_text span {
  font-size: 17px;
}
@media (min-width: 768px) {
  .top_mv_point_text span {
    font-size: clamp(13px, 1.1805555556vw, 17px);
  }
}

.mv_scroll {
  display: none;
}
@media (min-width: 1024px) {
  .mv_scroll {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_scroll p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    line-height: 1.6;
    font-size: 11px;
    color: #ffffff;
  }
  .mv_scroll p::after {
    content: "";
    display: block;
    width: 20px;
    height: 56px;
    background-image: url("../images/top/arrow_scroll.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.top_news {
  background-color: #FBF8F6;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.top_news::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 23px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/top/wave_bottom.png);
  z-index: -1;
}
@media (min-width: 768px) {
  .top_news::after {
    height: 96px;
  }
}
.top_news .news_general {
  position: relative;
  z-index: 1;
}
.top_news .news_general_content {
  width: 100%;
  margin-top: 250px;
  background-color: #F3EAE6;
  padding: 80px 16px 40px;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  border-radius: 24px 0 0 24px;
  position: relative;
}
@media (min-width: 768px) {
  .top_news .news_general_content {
    width: 51.6666666667vw;
    background-color: transparent;
    padding: 0;
    margin-right: initial;
    margin-left: auto;
    margin-top: 130px;
    max-width: 744px;
  }
  .top_news .news_general_content::after {
    content: "";
    display: block;
    width: auto;
    height: auto;
    background-color: #F3EAE6;
    position: absolute;
    top: -32px;
    left: min(-7.2222222222vw, -160px);
    right: calc(50% - 50vw);
    bottom: -28px;
    z-index: -1;
    border-radius: 24px 0 0 24px;
  }
}
.top_news .news_general_content .news_general_title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .top_news .news_general_content .news_general_title {
    font-size: 28px;
    text-align: left;
  }
}
.top_news .news_general_img {
  width: 96vw;
  max-width: 360px;
  position: absolute;
  top: -220px;
  left: calc(50% - 50vw);
  border-radius: 0 28px 28px 0;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  .top_news .news_general_img {
    width: 35.4166666667vw;
    max-width: 100%;
    top: -64px;
  }
}
.top_news .news_list {
  background-color: #ffffff;
  padding: 20px 16px;
  border-radius: 24px;
  margin-bottom: 32px;
}
.top_news .news_list_item {
  padding-bottom: 12px;
  border-bottom: 2px dashed #f0e8e2;
  box-sizing: content-box;
  margin-bottom: 20px;
}
.top_news .news_list_item .news_date {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
.top_news .news_list_item .news_title {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .top_news .news_list_parent {
    display: flex;
  }
}
@media (min-width: 768px) {
  .top_news .news_list_child {
    padding-left: 86px;
  }
}
.top_news .btn_hasIcon {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top_news .btn_hasIcon {
    margin-bottom: 12px;
    margin-inline: initial;
    margin-left: auto;
  }
}

.top_medical {
  margin-top: 160px;
  padding: 32px 16px;
  background-image: linear-gradient(0deg, #E0CDC2, #F3EAE6);
  border-radius: 24px;
}
@media (min-width: 768px) {
  .top_medical {
    padding: 40px 80px 48px;
    border-radius: 32px;
    margin-top: 190px;
    max-width: 1180px;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .top_medical .inner {
    width: 100%;
  }
}
.top_medical_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .top_medical_list {
    flex-direction: row;
  }
}
.top_medical_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 24px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .top_medical_list_item {
    flex: 1;
    padding: 28px 32px;
    border-radius: 32px;
  }
}
.top_medical_list_item_title {
  padding: 8px 32px;
  border-radius: 16px;
  background-color: #f8f6f5;
  font-size: 22px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}
.top_medical_list_item_title::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top_medical_list_item_title.has_icon::before {
  background-image: url("../images/icon/icon_medical_01.png");
  mix-blend-mode: darken;
}
.top_medical_list_item_title.has_iconSurgery::before {
  width: 34px;
  height: 34px;
  background-image: url("../images/icon/icon_medical_02.png");
}
.top_medical_list_item_img {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 8px;
}
.top_medical_list_item_text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .top_medical_list_item_text {
    flex: 1;
  }
}
.top_medical .btn_hasIcon {
  margin-left: initial;
}
@media (min-width: 768px) {
  .top_medical .btn_hasIcon {
    margin-left: auto;
  }
}

.ferture {
  padding-top: 72px;
  padding-bottom: 56px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ferture {
    padding-top: 120px;
  }
}
.ferture::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  background-image: url(../images/common/deco_03.png);
  width: 80vw;
  height: auto;
  aspect-ratio: 303/346;
  top: 0;
  right: 0;
  transform: translateX(50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .ferture::before {
    width: 41.6666666667vw;
  }
}

.ferture_list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .ferture_list {
    gap: 72px;
  }
}
.ferture_list_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .ferture_list_item {
    flex-direction: row;
    gap: 56px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .ferture_list_item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.ferture_list_item:nth-of-type(even) .ferture_list_item_img {
  box-shadow: 12px 12px 0 0 rgb(204, 175, 155);
}
.ferture_list_item_img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 6px 6px 0 0 rgb(204, 175, 155);
}
@media (min-width: 768px) {
  .ferture_list_item_img {
    max-width: 500px;
    flex-basis: 500px;
    box-shadow: -12px 12px 0 0 rgb(204, 175, 155);
  }
}
@media (min-width: 768px) {
  .ferture_list_item_content {
    flex-basis: 524px;
  }
}
.ferture_list_item_title {
  font-size: 22px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #d8c0b3;
  margin-bottom: 12px;
}
.ferture_list_item_title::before {
  content: attr(data-num);
  font-family: "Roboto Serif", serif;
  font-size: 22px;
  font-weight: 600;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ccaf9b;
  border: 1px solid #ccaf9b;
  line-height: 1;
}
.ferture_list_item_text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ferture_list_item_text {
    margin-bottom: 23px;
  }
}

.situation {
  position: relative;
  margin-bottom: 64px;
}
.situation::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  background-image: url(../images/common/deco_03.png);
  width: 103.2vw;
  height: auto;
  aspect-ratio: 387/360;
  top: -130px;
  left: -130px;
  transform: rotate(45deg);
  transform-origin: center;
  z-index: -1;
}
@media (min-width: 768px) {
  .situation::before {
    width: 40.8333333333vw;
    top: -560px;
  }
}
@media (min-width: 768px) {
  .situation {
    padding-top: 44px;
    padding-bottom: 120px;
  }
  .situation .inner {
    display: flex;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .situation .inner {
    padding-left: 64px;
  }
}
.situation_title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  padding-right: 24px;
  font-size: 28px;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  flex-shrink: 0;
}
.situation_list {
  padding: 24px 16px;
  border-radius: 0 24px 24px 0;
  background-color: #FBF8F6;
  margin-left: calc(50% - 50vw);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -54px;
}
@media (min-width: 768px) {
  .situation_list {
    margin-left: initial;
    margin-top: 32px;
    padding: 40px;
    border-radius: 24px;
  }
}
.situation_list li {
  color: #C0693A;
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
}

.message {
  padding-top: 32px;
  padding-bottom: 16px;
  margin-bottom: 240px;
  border-radius: 32px;
  background-image: linear-gradient(-90deg, #E0CDC2, #EFE0DC);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .message {
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: none;
    border-radius: 0;
  }
  .message::after {
    content: "";
    display: inline-block;
    min-width: 1000px;
    width: 70%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(-90deg, #E0CDC2, #EFE0DC);
    border-radius: 0 48px 48px 0;
    z-index: -1;
  }
}
.message::before {
  content: "FUJIMINO UROLOGY";
  display: inline-block;
  line-height: 0.6;
  color: rgba(248, 243, 240, 0.2);
  font-size: 10.6666666667vw;
  white-space: nowrap;
  position: absolute;
  top: 60px;
  left: 0;
}
@media (min-width: 768px) {
  .message::before {
    font-size: min(8.3333333333vw, 150px);
    top: 0px;
  }
}
@media (min-width: 768px) {
  .message .title_main {
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.message .title_main::after {
  background-image: url(../images/common/deco_title_02.svg);
}
@media (min-width: 768px) {
  .message .title_main::after {
    left: 20px;
  }
}
.message_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .message_content {
    flex-direction: row-reverse;
    align-items: center;
    gap: 33px;
  }
}
@media (min-width: 768px) {
  .message_content_img {
    flex-basis: 372px;
  }
}
.message_content_img img {
  border-radius: 30px;
  overflow: hidden;
}
.message_content_img figcaption {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: right;
}
@media (min-width: 768px) {
  .message_content_img figcaption {
    font-size: 18px;
  }
}
.message_content_img figcaption span {
  display: inline-block;
  margin-right: 16px;
}
.message_content_text {
  padding: 24px 16px 16px;
  background-color: #ffffff;
  border-radius: 24px;
  background-image: url(../images/common/bg_logo.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .message_content_text {
    flex-basis: 774px;
    padding: 32px 48px;
    border-radius: 40px;
  }
}
.message_content_text p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.page {
  position: relative;
}
.page .footer {
  margin-top: -70px;
}

.top_mv_deco_top.page_mv_deco_top {
  width: 56%;
  max-width: 370px;
  left: -18%;
}
@media (min-width: 768px) {
  .top_mv_deco_top.page_mv_deco_top {
    width: 25.6944444444vw;
    max-width: 370px;
    left: -10%;
  }
}

.top_mv_deco_bottom.page_mv_deco_bottom {
  opacity: 1;
  right: 0;
  bottom: 0;
  width: 34%;
}
@media (min-width: 768px) {
  .top_mv_deco_bottom.page_mv_deco_bottom {
    width: 22.2222222222vw;
    max-width: 320px;
  }
}

.archive_wrapper {
  position: relative;
}
.archive_wrapper::before, .archive_wrapper::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  background-image: url(../images/common/deco_03.png);
  z-index: 1;
}
.archive_wrapper::before {
  width: 50%;
  aspect-ratio: 580/670;
  top: 0;
  right: -50px;
}
.archive_wrapper::after {
  width: 50%;
  aspect-ratio: 580/670;
  transform: rotate(45deg);
  transform-origin: center;
  bottom: 220px;
  left: 0;
}
@media (min-width: 768px) {
  .archive_wrapper::after {
    left: -20%;
  }
}
.archive_wrapper.condition_wrapper::before {
  top: 420px;
  right: 0;
}
@media (min-width: 768px) {
  .archive_wrapper.condition_wrapper::before {
    right: -50px;
    top: 250px;
  }
}

.archive_list {
  background-color: #f1eae5;
  padding: 40px 0 300px;
  position: relative;
}
@media (min-width: 768px) {
  .archive_list {
    padding: 65px 0 480px;
  }
}
.archive_list::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/page/wave_page_top_sp.png);
  z-index: -1;
}

.sick_icon {
  width: 80px;
  height: 80px;
  background-color: #f1eae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .sick_icon {
    width: 140px;
    height: 140px;
  }
}
.sick_icon img {
  width: 38px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .sick_icon img {
    width: 56px;
  }
}

.title_page {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .title_page {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.title_page::after {
  content: "";
  display: block;
  width: 120px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/deco_title_01.svg);
  margin-top: -20px;
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .title_page::after {
    width: 180px;
    height: 50px;
  }
}

.sick_inner {
  background-color: #ffffff;
  padding: 32px 16px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .sick_inner {
    max-width: 1014px;
    margin-inline: auto;
    padding: 72px 80px;
    border-radius: 40px;
    gap: 20px;
  }
}
.sick_inner .term-section {
  padding-bottom: 16px;
  border-bottom: 1px dashed #f0e8e2;
}
@media (min-width: 768px) {
  .sick_inner .term-section {
    padding-bottom: 20px;
  }
}
.sick_inner .term-title {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 6px;
  color: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #a77e61;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .sick_inner .term-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.sick_inner .term-title::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icon/icon_term.svg);
}
.sick_inner .disease-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .sick_inner .disease-list {
    gap: 12px;
  }
}
.sick_inner .disease-list li {
  width: fit-content;
  padding: 8px 16px;
  border-radius: 40px;
  border: 1px solid #f0e8e2;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .sick_inner .disease-list li {
    font-size: 19px;
  }
}
.sick_inner .disease-list li:has(a) {
  border: 1px solid #d8c0b3;
  padding: 8px 16px 8px 8px;
}
.sick_inner .disease-list li:has(a)::before {
  content: "";
  display: flex;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-image: url(../images/icon/icon_back.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .sick_inner .disease-list li:has(a)::before {
    width: 32px;
    height: 32px;
  }
}
.sick_inner .disease-list li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .sick_inner .disease-list li a {
    font-size: 19px;
  }
}
.sick_inner .disease-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccaf9b;
}

/*  -----------------------------
固定ページのブロック
--------------------------------- */
.single-disease .page_content .page_inner,
.single-conditions .page_content .page_inner,
.page .page_content_inner {
  /*  -----------------------------
  診療時間
  --------------------------------- */
}
.single-disease .page_content .page_inner h2.wp-block-heading,
.single-conditions .page_content .page_inner h2.wp-block-heading,
.page .page_content_inner h2.wp-block-heading {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner h2.wp-block-heading,
  .single-conditions .page_content .page_inner h2.wp-block-heading,
  .page .page_content_inner h2.wp-block-heading {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.single-disease .page_content .page_inner h2.wp-block-heading::after,
.single-conditions .page_content .page_inner h2.wp-block-heading::after,
.page .page_content_inner h2.wp-block-heading::after {
  content: "";
  display: block;
  width: 120px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/deco_title_01.svg);
  margin-top: -20px;
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner h2.wp-block-heading::after,
  .single-conditions .page_content .page_inner h2.wp-block-heading::after,
  .page .page_content_inner h2.wp-block-heading::after {
    width: 180px;
    height: 50px;
  }
}
/* .single-disease .page_content .page_inner h3.wp-block-heading,
.single-conditions .page_content .page_inner h3.wp-block-heading,
.page .page_content_inner h3.wp-block-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 4px 6px;
  background-color: #ccaf9b;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px;
  margin: 24px 0;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner h3.wp-block-heading,
  .single-conditions .page_content .page_inner h3.wp-block-heading,
  .page .page_content_inner h3.wp-block-heading {
    padding: 8px 12px;
    font-size: 24px;
  }
} */
.single-disease .page_content .page_inner h4.wp-block-heading,
.single-conditions .page_content .page_inner h4.wp-block-heading,
.page .page_content_inner h4.wp-block-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
  border-bottom: 0.8px dashed #BB9479;
  font-size: 20px;
  padding-left: 12px;
  position: relative;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner h4.wp-block-heading,
  .single-conditions .page_content .page_inner h4.wp-block-heading,
  .page .page_content_inner h4.wp-block-heading {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.single-disease .page_content .page_inner h4.wp-block-heading::before,
.single-conditions .page_content .page_inner h4.wp-block-heading::before,
.page .page_content_inner h4.wp-block-heading::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 80%;
  background-color: #ccaf9b;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner h4.wp-block-heading::before,
  .single-conditions .page_content .page_inner h4.wp-block-heading::before,
  .page .page_content_inner h4.wp-block-heading::before {
    top: 2px;
  }
}
.single-disease .page_content .page_inner h5.wp-block-heading,
.single-conditions .page_content .page_inner h5.wp-block-heading,
.page .page_content_inner h5.wp-block-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #a77e61;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner h5.wp-block-heading,
  .single-conditions .page_content .page_inner h5.wp-block-heading,
  .page .page_content_inner h5.wp-block-heading {
    font-size: 18px;
    margin-top: 40px;
  }
}
.single-disease .page_content .page_inner p,
.single-conditions .page_content .page_inner p,
.page .page_content_inner p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner p,
  .single-conditions .page_content .page_inner p,
  .page .page_content_inner p {
    margin-bottom: 40px;
  }
}
.single-disease .page_content .page_inner figure img,
.single-conditions .page_content .page_inner figure img,
.page .page_content_inner figure img {
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner figure img,
  .single-conditions .page_content .page_inner figure img,
  .page .page_content_inner figure img {
    border-radius: 32px;
  }
}
.single-disease .page_content .page_inner a,
.single-conditions .page_content .page_inner a,
.page .page_content_inner a {
  color: #522D14;
  text-decoration: underline;
  transition: all 0.3s;
}
.single-disease .page_content .page_inner a:hover,
.single-conditions .page_content .page_inner a:hover,
.page .page_content_inner a:hover {
  opacity: 0.7;
}
.single-disease .page_content .page_inner .wp-block-media-text,
.single-conditions .page_content .page_inner .wp-block-media-text,
.page .page_content_inner .wp-block-media-text {
  margin-bottom: 24px;
  gap: 24px;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .wp-block-media-text,
  .single-conditions .page_content .page_inner .wp-block-media-text,
  .page .page_content_inner .wp-block-media-text {
    margin-bottom: 40px;
    gap: 40px;
  }
}
.single-disease .page_content .page_inner .wp-block-media-text > .wp-block-media-text__content,
.single-conditions .page_content .page_inner .wp-block-media-text > .wp-block-media-text__content,
.page .page_content_inner .wp-block-media-text > .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
.single-disease .page_content .page_inner .wp-block-list,
.single-conditions .page_content .page_inner .wp-block-list,
.page .page_content_inner .wp-block-list {
  margin-bottom: 16px;
}
.single-disease .page_content .page_inner .wp-block-list li,
.single-conditions .page_content .page_inner .wp-block-list li,
.page .page_content_inner .wp-block-list li {
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .wp-block-list li,
  .single-conditions .page_content .page_inner .wp-block-list li,
  .page .page_content_inner .wp-block-list li {
    font-size: 17px;
  }
}
.single-disease .page_content .page_inner .wp-block-list li:not(:last-child),
.single-conditions .page_content .page_inner .wp-block-list li:not(:last-child),
.page .page_content_inner .wp-block-list li:not(:last-child) {
  margin-bottom: 8px;
}
.single-disease .page_content .page_inner ol.wp-block-list,
.single-conditions .page_content .page_inner ol.wp-block-list,
.page .page_content_inner ol.wp-block-list {
  list-style: decimal;
  margin-left: 1rem;
}
.single-disease .page_content .page_inner ol.wp-block-list li::marker,
.single-conditions .page_content .page_inner ol.wp-block-list li::marker,
.page .page_content_inner ol.wp-block-list li::marker {
  color: #ccaf9b;
}
.single-disease .page_content .page_inner ul.wp-block-list li,
.single-conditions .page_content .page_inner ul.wp-block-list li,
.page .page_content_inner ul.wp-block-list li {
  padding-left: 1em;
}
.single-disease .page_content .page_inner ul.wp-block-list li::before,
.single-conditions .page_content .page_inner ul.wp-block-list li::before,
.page .page_content_inner ul.wp-block-list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccaf9b;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner ul.wp-block-list li::before,
  .single-conditions .page_content .page_inner ul.wp-block-list li::before,
  .page .page_content_inner ul.wp-block-list li::before {
    top: 9px;
  }
}
.single-disease .page_content .page_inner .wp-block-flexible-table-block-table,
.single-conditions .page_content .page_inner .wp-block-flexible-table-block-table,
.page .page_content_inner .wp-block-flexible-table-block-table {
  border-radius: 0;
  overflow-x: auto;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .wp-block-flexible-table-block-table,
  .single-conditions .page_content .page_inner .wp-block-flexible-table-block-table,
  .page .page_content_inner .wp-block-flexible-table-block-table {
    margin-bottom: 40px;
  }
}
.single-disease .page_content .page_inner .wp-block-flexible-table-block-table table,
.single-conditions .page_content .page_inner .wp-block-flexible-table-block-table table,
.page .page_content_inner .wp-block-flexible-table-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.single-disease .page_content .page_inner .wp-block-flexible-table-block-table thead,
.single-conditions .page_content .page_inner .wp-block-flexible-table-block-table thead,
.page .page_content_inner .wp-block-flexible-table-block-table thead {
  border-bottom: 4px solid #ccaf9b;
}
.single-disease .page_content .page_inner .wp-block-flexible-table-block-table thead th,
.single-conditions .page_content .page_inner .wp-block-flexible-table-block-table thead th,
.page .page_content_inner .wp-block-flexible-table-block-table thead th {
  background-color: #f8f6f5;
  color: #a77e61;
  text-align: center;
  border: none;
  border-top: 1px solid;
}
.single-disease .page_content .page_inner .wp-block-flexible-table-block-table tbody tr,
.single-conditions .page_content .page_inner .wp-block-flexible-table-block-table tbody tr,
.page .page_content_inner .wp-block-flexible-table-block-table tbody tr {
  border-bottom: 1px solid #f0e8e2;
}
.single-disease .page_content .page_inner .wp-block-flexible-table-block-table tbody tr td,
.single-conditions .page_content .page_inner .wp-block-flexible-table-block-table tbody tr td,
.page .page_content_inner .wp-block-flexible-table-block-table tbody tr td {
  border: none;
}
.single-disease .page_content .page_inner .wp-block-flexible-table-block-table tbody tr td:first-child,
.single-conditions .page_content .page_inner .wp-block-flexible-table-block-table tbody tr td:first-child,
.page .page_content_inner .wp-block-flexible-table-block-table tbody tr td:first-child {
  font-weight: bold;
}
.single-disease .page_content .page_inner .wp-block-button .wp-block-button__link,
.single-conditions .page_content .page_inner .wp-block-button .wp-block-button__link,
.page .page_content_inner .wp-block-button .wp-block-button__link {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  padding: 4px 4px 4px 20px;
  border-radius: 30px;
  background-color: #C39A7E;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
  margin-left: auto;
  text-decoration: none;
}
.single-disease .page_content .page_inner .wp-block-button .wp-block-button__link::after,
.single-conditions .page_content .page_inner .wp-block-button .wp-block-button__link::after,
.page .page_content_inner .wp-block-button .wp-block-button__link::after {
  content: "";
  display: flex;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 55% 50%;
  transition: all 0.3s;
}
.single-disease .page_content .page_inner .wp-block-button .wp-block-button__link:hover::after,
.single-conditions .page_content .page_inner .wp-block-button .wp-block-button__link:hover::after,
.page .page_content_inner .wp-block-button .wp-block-button__link:hover::after {
  background-position: 80% 50%;
}
.single-disease .page_content .page_inner .wp-block-button.is-style-outline .wp-block-button__link,
.single-conditions .page_content .page_inner .wp-block-button.is-style-outline .wp-block-button__link,
.page .page_content_inner .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #d8c0b3;
  background-color: #ffffff;
  color: #3c3a37;
}
.single-disease .page_content .page_inner .wp-block-button.is-style-outline .wp-block-button__link::after,
.single-conditions .page_content .page_inner .wp-block-button.is-style-outline .wp-block-button__link::after,
.page .page_content_inner .wp-block-button.is-style-outline .wp-block-button__link::after {
  background-color: #ccaf9b;
  background-image: url(../images/icon/icon_arrow_left.svg);
}
.single-disease .page_content .page_inner .wp-block-group.flow_items,
.single-conditions .page_content .page_inner .wp-block-group.flow_items,
.page .page_content_inner .wp-block-group.flow_items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-disease .page_content .page_inner .wp-block-group.flow_item,
.single-conditions .page_content .page_inner .wp-block-group.flow_item,
.page .page_content_inner .wp-block-group.flow_item {
  padding: 24px 16px;
  background-color: #ffffff;
  border-radius: 24px;
  border: 8px solid #f0e8e2;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .wp-block-group.flow_item,
  .single-conditions .page_content .page_inner .wp-block-group.flow_item,
  .page .page_content_inner .wp-block-group.flow_item {
    padding: 24px 32px;
    border-radius: 40px;
  }
}
.single-disease .page_content .page_inner .wp-block-group.flow_item .flow_item_title,
.single-conditions .page_content .page_inner .wp-block-group.flow_item .flow_item_title,
.page .page_content_inner .wp-block-group.flow_item .flow_item_title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #d8c0b3;
  margin-bottom: 12px;
}
.single-disease .page_content .page_inner .wp-block-group.flow_item .flow_item_title_num,
.single-conditions .page_content .page_inner .wp-block-group.flow_item .flow_item_title_num,
.page .page_content_inner .wp-block-group.flow_item .flow_item_title_num {
  font-family: "Roboto Serif", serif;
  font-size: 22px;
  font-weight: 600;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ccaf9b;
  border: 1px solid #ccaf9b;
  line-height: 1;
  margin-bottom: 0;
  flex-shrink: 0;
}
.single-disease .page_content .page_inner .wp-block-group.flow_item .flow_item_title_text,
.single-conditions .page_content .page_inner .wp-block-group.flow_item .flow_item_title_text,
.page .page_content_inner .wp-block-group.flow_item .flow_item_title_text {
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .wp-block-group.flow_item .flow_item_title_text,
  .single-conditions .page_content .page_inner .wp-block-group.flow_item .flow_item_title_text,
  .page .page_content_inner .wp-block-group.flow_item .flow_item_title_text {
    font-size: 22px;
  }
}
.single-disease .page_content .page_inner .wp-block-group.flow_item .flow_item_content p,
.single-conditions .page_content .page_inner .wp-block-group.flow_item .flow_item_content p,
.page .page_content_inner .wp-block-group.flow_item .flow_item_content p {
  margin-bottom: 10px;
}
.single-disease .page_content .page_inner .schedule,
.single-conditions .page_content .page_inner .schedule,
.page .page_content_inner .schedule {
  background-color: #F7F3F0;
  padding: 8px;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .schedule,
  .single-conditions .page_content .page_inner .schedule,
  .page .page_content_inner .schedule {
    padding: 2px;
  }
}
.single-disease .page_content .page_inner .schedule_inner,
.single-conditions .page_content .page_inner .schedule_inner,
.page .page_content_inner .schedule_inner {
  margin-bottom: 0;
}
.single-disease .page_content .page_inner .schedule .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.single-disease .page_content .page_inner .schedule .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
.single-conditions .page_content .page_inner .schedule .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.single-conditions .page_content .page_inner .schedule .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
.page .page_content_inner .schedule .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.page .page_content_inner .schedule .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border: none;
}
.single-disease .page_content .page_inner .schedule table,
.single-conditions .page_content .page_inner .schedule table,
.page .page_content_inner .schedule table {
  width: 100%;
  table-layout: fixed;
}
.single-disease .page_content .page_inner .schedule table thead,
.single-conditions .page_content .page_inner .schedule table thead,
.page .page_content_inner .schedule table thead {
  background-color: #C39A7E !important;
  border-bottom: none;
  color: #ffffff;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}
.single-disease .page_content .page_inner .schedule table thead th,
.single-conditions .page_content .page_inner .schedule table thead th,
.page .page_content_inner .schedule table thead th {
  width: 100px;
  padding: 9px 0;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  border-right: 2px solid #F7F3F0 !important;
  border-bottom: 2px solid #F7F3F0 !important;
  color: #fff;
  background-color: #C39A7E !important;
  height: 40px;
}
.single-disease .page_content .page_inner .schedule table thead th:first-child,
.single-conditions .page_content .page_inner .schedule table thead th:first-child,
.page .page_content_inner .schedule table thead th:first-child {
  border-radius: 14px 0 0 0;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .schedule table thead th:first-child,
  .single-conditions .page_content .page_inner .schedule table thead th:first-child,
  .page .page_content_inner .schedule table thead th:first-child {
    border-radius: 20px 0 0 0;
  }
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .schedule table thead th,
  .single-conditions .page_content .page_inner .schedule table thead th,
  .page .page_content_inner .schedule table thead th {
    max-width: 110px;
  }
}
.single-disease .page_content .page_inner .schedule table thead th:not(:first-child),
.single-conditions .page_content .page_inner .schedule table thead th:not(:first-child),
.page .page_content_inner .schedule table thead th:not(:first-child) {
  width: 30px;
  padding: 9px 0;
  text-align: center;
  border-bottom: 2px solid #F7F3F0 !important;
  background-color: #C39A7E !important;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .schedule table thead th:not(:first-child),
  .single-conditions .page_content .page_inner .schedule table thead th:not(:first-child),
  .page .page_content_inner .schedule table thead th:not(:first-child) {
    max-width: 40px;
  }
}
.single-disease .page_content .page_inner .schedule table thead th:not(:first-child):last-child,
.single-conditions .page_content .page_inner .schedule table thead th:not(:first-child):last-child,
.page .page_content_inner .schedule table thead th:not(:first-child):last-child {
  border-radius: 0 14px 0 0;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .schedule table thead th:not(:first-child):last-child,
  .single-conditions .page_content .page_inner .schedule table thead th:not(:first-child):last-child,
  .page .page_content_inner .schedule table thead th:not(:first-child):last-child {
    border-radius: 0 20px 0 0;
  }
}
.single-disease .page_content .page_inner .schedule table thead th:not(:first-child):not(:last-child),
.single-conditions .page_content .page_inner .schedule table thead th:not(:first-child):not(:last-child),
.page .page_content_inner .schedule table thead th:not(:first-child):not(:last-child) {
  border-right: 2px solid #F7F3F0;
}
.single-disease .page_content .page_inner .schedule table tbody,
.single-conditions .page_content .page_inner .schedule table tbody,
.page .page_content_inner .schedule table tbody {
  background-color: #ffffff;
}
.single-disease .page_content .page_inner .schedule table tbody th,
.single-conditions .page_content .page_inner .schedule table tbody th,
.page .page_content_inner .schedule table tbody th {
  width: 110px;
  padding: 0;
  font-weight: 500;
  text-align: center;
  border-right: 2px solid #F7F3F0 !important;
  border-bottom: 2px solid #F7F3F0 !important;
  color: #a77e61;
  line-height: 1;
  vertical-align: middle;
  height: 38px;
  background-color: #ffffff;
}
.single-disease .page_content .page_inner .schedule table tbody td,
.single-conditions .page_content .page_inner .schedule table tbody td,
.page .page_content_inner .schedule table tbody td {
  width: 40px;
  padding: 0;
  text-align: center;
  border-bottom: 2px solid #F7F3F0 !important;
  color: #a77e61;
}
.single-disease .page_content .page_inner .schedule table tbody td:not(:last-child),
.single-conditions .page_content .page_inner .schedule table tbody td:not(:last-child),
.page .page_content_inner .schedule table tbody td:not(:last-child) {
  border-right: 2px solid #F7F3F0 !important;
}
.single-disease .page_content .page_inner .schedule table tbody tr:last-child th,
.single-conditions .page_content .page_inner .schedule table tbody tr:last-child th,
.page .page_content_inner .schedule table tbody tr:last-child th {
  padding: 5px 0;
  border-radius: 0 0 0 14px;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .schedule table tbody tr:last-child th,
  .single-conditions .page_content .page_inner .schedule table tbody tr:last-child th,
  .page .page_content_inner .schedule table tbody tr:last-child th {
    border-radius: 0 0 0 20px;
  }
}
.single-disease .page_content .page_inner .schedule table tbody tr:last-child td:last-child,
.single-conditions .page_content .page_inner .schedule table tbody tr:last-child td:last-child,
.page .page_content_inner .schedule table tbody tr:last-child td:last-child {
  border-radius: 0 0 14px 0;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .schedule table tbody tr:last-child td:last-child,
  .single-conditions .page_content .page_inner .schedule table tbody tr:last-child td:last-child,
  .page .page_content_inner .schedule table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
  }
}
.single-disease .page_content .page_inner .schedule_text,
.single-conditions .page_content .page_inner .schedule_text,
.page .page_content_inner .schedule_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .schedule_text,
  .single-conditions .page_content .page_inner .schedule_text,
  .page .page_content_inner .schedule_text {
    flex-direction: row;
    align-items: center;
    gap: 33px;
    font-size: 14px;
  }
}
.single-disease .page_content .page_inner .schedule_text span,
.single-conditions .page_content .page_inner .schedule_text span,
.page .page_content_inner .schedule_text span {
  display: inline-block;
  margin-right: 4px;
  font-size: 13px;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #C39A7E;
}
.single-disease .page_content .page_inner .schedule_note,
.single-conditions .page_content .page_inner .schedule_note,
.page .page_content_inner .schedule_note {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner .schedule_note,
  .single-conditions .page_content .page_inner .schedule_note,
  .page .page_content_inner .schedule_note {
    font-size: 13px;
  }
}
.single-disease .page_content .page_inner figcaption.wp-element-caption,
.single-conditions .page_content .page_inner figcaption.wp-element-caption,
.page .page_content_inner figcaption.wp-element-caption {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .single-disease .page_content .page_inner figcaption.wp-element-caption,
  .single-conditions .page_content .page_inner figcaption.wp-element-caption,
  .page .page_content_inner figcaption.wp-element-caption {
    font-size: 16px;
  }
}

/*  -----------------------------
症状から調べる
--------------------------------- */
.condition_box {
  padding: 24px 16px;
  border-radius: 40px;
  background-color: #F9F7F5;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .condition_box {
    padding: 120px 80px;
  }
}
.condition_box:not(:last-child) {
  margin-bottom: 80px;
}

.disease_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.disease_item {
  width: 90%;
  max-width: 940px;
  margin-inline: auto;
  padding: 24px 16px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .disease_item {
    padding: 40px;
    border-radius: 40px;
  }
}

p.disease_item_title {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 4px 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 0.8px dashed #BB9479;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  p.disease_item_title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
p.disease_item_title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icon/icon_term.svg);
}

.disease_item_subTitle {
  padding-left: 8px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #a77e61;
}
@media (min-width: 768px) {
  .disease_item_subTitle {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.condition_links {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #E9DED6;
}
@media (min-width: 768px) {
  .condition_links {
    padding-bottom: 40px;
    margin-bottom: 64px;
  }
}

.condition_link_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1180px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .condition_link_list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.condition_link {
  width: 100%;
  flex: 1;
}
@media (min-width: 768px) {
  .condition_link {
    max-width: 229px;
    flex-basis: 229px;
  }
}
.condition_link a {
  padding: 16px;
  border-radius: 8px;
  background-color: #ffffff;
  border-bottom: 3px solid #ccaf9b;
  box-shadow: 0 4px 4px 0 rgba(121, 81, 53, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
@media (min-width: 768px) {
  .condition_link a {
    flex-direction: column;
    gap: 15px;
  }
}
.condition_link a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon/icon_bottom.png);
}

.condition_box_title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .condition_box_title {
    font-size: 32px;
  }
}
.condition_box_title::after {
  margin-top: -14px;
}
@media (min-width: 768px) {
  .condition_box_title::after {
    margin-top: -27px;
  }
}

.post_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}
@media (min-width: 768px) {
  .post_list {
    gap: 12px 20px;
  }
}
.post_list li {
  width: fit-content;
  padding: 8px 16px 8px 8px;
  border-radius: 40px;
  border: 1px solid #f0e8e2;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .post_list li {
    font-size: 19px;
  }
}
.post_list li::before {
  content: "";
  display: flex;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-image: url(../images/icon/icon_back.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .post_list li::before {
    width: 32px;
    height: 32px;
  }
}
.post_list li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .post_list li a {
    font-size: 19px;
  }
}
.post_list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccaf9b;
}

/*  -----------------------------
固定ページテンプレート
--------------------------------- */
.page_content_inner {
  background-color: #f1eae5;
  padding: 40px 0 300px;
  position: relative;
}
@media (min-width: 768px) {
  .page_content_inner {
    padding: 65px 0 480px;
  }
}
.page_content_inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/page/wave_page_top_sp.png);
  z-index: -1;
}

.page_inner {
  padding: 24px 16px;
  border-radius: 24px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .page_inner {
    padding: 80px 120px;
    border-radius: 40px;
  }
}

/*  -----------------------------
お知らせ
--------------------------------- */
.news_archive_list {
  width: 90%;
  margin-inline: auto;
  background-color: #ffffff;
  padding: 24px 16px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .news_archive_list {
    padding: 64px;
    border-radius: 40px;
  }
}
.news_archive_list .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "Roboto Serif", serif;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .news_archive_list .nav-links {
    font-size: 24px;
  }
}
.news_archive_list .nav-links .current {
  color: #a77e61;
}
.news_archive_list .nav-links .prev,
.news_archive_list .nav-links .next {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #a77e61;
  background-repeat: no-repeat;
  background-size: 4px;
  background-position: center;
  background-image: url(../images/icon/icon_arrow_right.svg);
}
.news_archive_list .nav-links .prev {
  transform: rotate(-180deg);
  transform-origin: center;
}

.news_archive_item {
  padding-bottom: 16px;
  border-bottom: 1px dashed #ccaf9b;
}
@media (min-width: 768px) {
  .news_archive_item {
    padding-bottom: 24px;
  }
}
.news_archive_item a {
  position: relative;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
}
.news_archive_item a:hover {
  opacity: 0.8;
}
.news_archive_item .crossBar {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_back.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .news_archive_item .crossBar {
    width: 32px;
    height: 32px;
  }
}
.news_archive_item .news_date {
  margin-bottom: 8px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .news_archive_item .news_date {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.news_archive_item .news_title {
  width: 86%;
  max-width: 740px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ブラウザがサポートしていない場合のフェールセーフ */
}
@media (min-width: 768px) {
  .news_archive_item .news_title {
    font-size: 20px;
  }
}

.news_list_wrap {
  position: relative;
}
@media (min-width: 768px) {
  .news_list_wrap {
    padding-top: 80px;
  }
}
.news_list_wrap .news_icon {
  width: 80px;
  height: 80px;
  background-color: #f1eae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .news_list_wrap .news_icon {
    top: 2%;
    width: 140px;
    height: 140px;
  }
}
.news_list_wrap .news_icon img {
  width: 38px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .news_list_wrap .news_icon img {
    width: 56px;
  }
}

.single_content {
  width: 90%;
  margin-inline: auto;
  max-width: 980px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .single_content {
    border-radius: 24px;
  }
}
.single_content .single_title_wrapper {
  padding: 24px 16px;
  border-radius: 16px 16px 0 0;
  background-color: #F9F7F5;
}
@media (min-width: 768px) {
  .single_content .single_title_wrapper {
    padding: 40px 80px 24px;
    border-radius: 24px 24px 0 0;
  }
}
.single_content .single_title_wrapper .news_date {
  font-family: "Roboto Serif", serif;
}
@media (min-width: 768px) {
  .single_content .single_title_wrapper .news_date {
    font-size: 20px;
  }
}
.single_content .article_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .single_content .article_title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.single_content .article_content {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .single_content .article_content {
    padding: 24px 80px 40px 80px;
  }
}

.btn_toNews {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  padding: 4px 20px 4px 4px;
  border-radius: 50px;
  border: 1px solid #ccaf9b;
  background-color: #ffffff;
  margin-inline: auto;
  margin-top: 64px;
  font-weight: bold;
  color: #a77e61;
}
.btn_toNews::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ccaf9b;
  background-image: url(../images/icon/icon_arrow_back.svg);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btn_toNews::before {
    width: 48px;
    height: 48px;
    background-size: 10px;
  }
}
.btn_toNews:hover::before {
  background-position: 40% 50%;
}
@media (min-width: 768px) {
  .btn_toNews {
    gap: 10px;
  }
}

.single footer,
.archive footer {
  margin-top: -80px;
}
@media (min-width: 768px) {
  .single footer,
  .archive footer {
    margin-top: -100px;
  }
}/*# sourceMappingURL=styles.css.map */