@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
}

/* 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;
  line-height: 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: 1em; /* 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; /* 2 */
  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: 1em; /* 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font-family: inherit;
  cursor: pointer;
}

.l-header {
  background-color: rgba(248, 200, 180, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
body.admin-bar .l-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .l-header {
    top: 46px;
  }
}
.l-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0 80px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    height: 80px;
  }
}
.l-header__logo {
  margin: 0;
  width: 120px;
  z-index: 110;
}
.l-header__logo a {
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}
.l-header__logo a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .l-header__logo a {
    font-size: 24px;
  }
}
.l-header__content {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.l-header__info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}
.l-header__news {
  display: inline-block;
  width: 64px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
}
.l-header__news::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #333333;
  transition: width 0.3s ease;
}
.l-header__news:hover {
  font-weight: 700;
}
.l-header__news:hover::after {
  width: 100%;
}
.l-header__tel {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.l-header__tel-icon {
  width: 20px;
  height: 20px;
}
.l-header__nav {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header__nav {
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-header__list {
  display: flex;
  justify-content: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .l-header__list {
    gap: 24px;
  }
}
.l-header__list li a {
  display: block;
  padding: 8px 0;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.l-header__list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #333333;
  transition: width 0.3s ease;
}
.l-header__list li a:hover {
  font-weight: 700;
}
.l-header__list li a:hover::after {
  width: 100%;
}
.l-header__list li.current-menu-item a, .l-header__list li.current_page_item a {
  color: #FFAB88;
}
.l-header__list li.current-menu-item a::after, .l-header__list li.current_page_item a::after {
  width: 100%;
}
.l-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 110;
}
@media screen and (min-width: 1024px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333333;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-header__hamburger span:nth-child(1) {
  transform: translateY(-6px);
}
.l-header__hamburger span:nth-child(3) {
  transform: translateY(6px);
}
.l-header__hamburger.is-active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-2px) rotate(-45deg);
}

.l-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background-color: #FFFFFF;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 105;
  transition: right 0.3s ease;
  overflow-y: auto;
  padding: 80px 24px 24px;
}
@media screen and (min-width: 1024px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer.is-active {
  right: 0;
}
.l-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-drawer__list li {
  border-bottom: 1px solid #E5E5E5;
}
.l-drawer__list li a {
  display: block;
  padding: 16px 0;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-drawer__list li a:hover {
  color: #FFAB88;
}
.l-drawer__list li.current-menu-item a, .l-drawer__list li.current_page_item a {
  color: #FFAB88;
}

.l-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-overlay {
    display: none;
  }
}
.l-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* ==============================================
   Layout: Footer
   ============================================== */
.site-footer-new {
  background-color: #fff;
  padding: 80px 20px 40px;
  color: #666;
  font-size: 14px;
}
@media (max-width: 768px) {
  .site-footer-new {
    padding: 40px 20px;
  }
}

.footer-inner-new {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer-inner-new {
    flex-direction: column;
    gap: 40px;
  }
}

.footer-col-new {
  flex: 1;
  min-width: 280px;
}
@media (max-width: 768px) {
  .footer-col-new {
    width: 100%;
  }
}

.footer-heading {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  margin: 0 0 20px 0;
}

/* --- 左カラム：病院情報 --- */
.footer-hospital-name {
  font-size: 18px;
  margin: 0 0 20px 0;
  font-weight: normal;
  color: #333333;
}

.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
.footer-contact-row i {
  color: #888;
  font-size: 16px;
  margin-top: 3px;
  width: 20px;
  text-align: center;
}
.footer-contact-row p {
  margin: 0;
  line-height: 1.6;
}

/* --- 中央カラム：サイトマップ --- */
.sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sitemap-list li {
  margin-bottom: 12px;
}
.sitemap-list a {
  color: #666;
  text-decoration: none;
  transition: 0.3s;
}
.sitemap-list a:hover {
  color: #fca583;
}

/* --- 右カラム：診療時間 --- */
.footer-hours-table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
}
.footer-hours-table th,
.footer-hours-table td {
  text-align: left;
  padding: 3px 0;
  font-weight: normal;
  vertical-align: top;
}
.footer-hours-table th {
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
}

.footer-emergency {
  color: #ff9a80;
  margin: 0;
  font-size: 14px;
}

.l-main {
  display: block;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid #B8956A;
}
@media screen and (min-width: 768px) {
  .c-btn {
    padding: 16px 48px;
  }
}
.c-btn--primary {
  background-color: #FFAB88;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.c-btn--primary:hover {
  background-color: rgba(255, 171, 136, 0.3);
}
.c-btn--secondary {
  background-color: #FFFFFF;
  color: #FFAB88;
  border-color: #FFAB88;
}
.c-btn--secondary:hover {
  background-color: #FFAB88;
  color: #FFFFFF;
}
.c-btn--outline {
  background-color: #FFFFFF;
  color: #B8956A;
  border-color: #B8956A;
}
.c-btn--outline:hover {
  background-color: #FFFFFF;
  color: #FFAB88;
}
.c-btn--text {
  background-color: transparent;
  color: #FFAB88;
  padding: 8px 16px;
  border: none;
}
.c-btn--text:hover {
  opacity: 0.8;
}
.c-btn--lg {
  padding: 24px 48px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .c-btn--lg {
    padding: 24px 64px;
  }
}
.c-btn--sm {
  padding: 8px 24px;
  font-size: 14px;
}
.c-btn--block {
  width: 100%;
}
.c-btn--arrow::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 4px;
}
.c-btn--news, .c-btn--features, .c-btn--departments {
  background-color: #F4A886;
  color: #FFFFFF;
}
.c-btn--news:hover, .c-btn--features:hover, .c-btn--departments:hover {
  background-color: rgb(239.75, 134.3863636364, 87.25);
}
.c-btn--phone {
  background-color: #FFAB88;
  color: #B8956A;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-btn--phone {
    font-size: 24px;
  }
}
.c-btn--phone::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--phone:hover {
  background-color: rgba(255, 171, 136, 0.8);
}

/* ============================================ */
/* 共通ページFV（ヒーロー）コンポーネント        */
/* アクセス・お知らせ一覧・詳細などで共用        */
/* ============================================ */
.c-page-fv {
  position: relative;
  background-color: #FFF9F5;
  background-image: url(../images/mv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 64px;
  text-align: center;
  height: 50vh;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-page-fv {
    height: 70vh;
  }
}
.c-page-fv__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-page-fv__inner {
    padding: 0 80px;
  }
}
.c-page-fv__inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.c-page-fv__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .c-page-fv__title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.c-page-fv__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .c-page-fv__lead {
    font-size: 18px;
  }
}
.c-page-fv__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.c-page-fv__wave svg {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .c-page-fv__wave svg {
    height: 120px;
  }
}

.top-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .top-title {
    font-size: 32px;
    margin-bottom: 48px;
  }
}
.top-title {
  position: relative;
  display: inline-block;
  z-index: 1;
  transform: translateX(10%);
}
@media screen and (min-width: 768px) {
  .top-title {
    transform: translateX(0);
  }
}
.top-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-30%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFAB88;
  z-index: -1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .top-title::before {
    width: 120px;
    height: 120px;
  }
}
.top-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(184, 149, 106, 0.8);
  transform: translateY(-30%);
  border-radius: 10px;
  z-index: -1;
}

.p-top-mv {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background-color: #F8C8B4;
  background-image: url(../images/mv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.p-top-mv__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__inner {
    padding: 0 80px;
  }
}
.p-top-mv__inner {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
}
.p-top-mv__content {
  text-align: center;
  color: #FFFFFF;
}
.p-top-mv__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__title {
    font-size: 40px;
  }
}
.p-top-mv__title-main {
  display: block;
}
.p-top-mv__text {
  font-size: 16px;
  line-height: 1.8;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 32px;
}
@media screen and (max-width: 434px) {
  .p-top-mv__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv__text {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
.p-top-mv__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-mv__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
.p-top-mv__buttons .c-btn {
  width: 100%;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__buttons .c-btn {
    width: auto;
    max-width: none;
  }
}
.p-top-mv__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.p-top-mv__wave svg {
  width: 100%;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__wave svg {
    height: 120px;
  }
}

.p-top-news {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding: 80px 0;
  }
}
.p-top-news__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-top-news__inner {
    padding: 0 80px;
  }
}
.p-top-news__header {
  margin-bottom: 8px;
}
.p-top-news__box {
  background-color: #FFFFFF;
  border: 1px solid #CFBA9D;
  border-radius: 60px;
  padding: 16px 32px;
  max-width: 900px;
  margin: 0 auto 32px;
}
@media screen and (min-width: 768px) {
  .p-top-news__box {
    padding: 64px;
    border-radius: 100px;
  }
}
.p-top-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top-news__item {
  border-bottom: 1px solid #E5E5E5;
}
.p-top-news__item:last-child {
  border-bottom: none;
}
.p-top-news__link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 0 16px;
  padding: 16px 0;
  text-decoration: none;
  color: #333333;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-news__link {
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 24px 0;
    gap: 8px 16px;
    align-items: center;
  }
}
.p-top-news__link:hover {
  opacity: 0.7;
}
.p-top-news__date {
  font-size: 14px;
  color: #666666;
  min-width: 80px;
}
.p-top-news__item-title {
  flex: 1;
  font-size: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-news__item-title {
    width: auto;
  }
}
.p-top-news__no-posts {
  padding: 24px 0;
  text-align: center;
  color: #666666;
}
.p-top-news__more {
  text-align: center;
  margin-top: 32px;
}

.p-top-features {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-top-features {
    padding: 80px 0;
  }
}
.p-top-features__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-top-features__inner {
    padding: 0 80px;
  }
}
.p-top-features__title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-top-features__title {
    font-size: 32px;
    margin-bottom: 48px;
  }
}
.p-top-features__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-features__list {
    flex-direction: row;
    gap: 16px;
  }
}
.p-top-features__item {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 32px;
  padding-top: 15px;
  width: 280px;
  height: 280px;
  background: linear-gradient(to bottom right, #FDA983 55%, #F2CCBC);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-top-features__item {
    margin-left: -60px;
  }
  .p-top-features__item:first-child {
    margin-left: 0;
  }
}
.p-top-features__icon {
  width: 200px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-features__icon img {
  width: 200px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .p-top-features__icon img {
    width: 140px;
  }
}
.p-top-features__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #5C2E00;
  margin-bottom: 16px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .p-top-features__item-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .p-top-features__item-title {
    height: 50px;
  }
}
.p-top-features__item-text {
  font-size: 16px;
  color: #7B4020;
  line-height: 1.8;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .p-top-features__item-text {
    font-size: 14px;
  }
}
.p-top-features__more {
  text-align: center;
  margin-top: 48px;
}

.p-top-departments {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-top-departments {
    padding: 80px 0;
  }
}
.p-top-departments__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-top-departments__inner {
    padding: 0 80px;
  }
}
.p-top-departments__title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-top-departments__title {
    font-size: 32px;
    margin-bottom: 48px;
  }
}
.p-top-departments__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 64px;
  list-style: none;
  padding: 64px 24px;
  margin: 0;
  border: 2px solid #B8956A;
  border-radius: 64px;
  background-color: #FFFFFF;
}
@media (max-width: 950px) {
  .p-top-departments__list {
    gap: 32px 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-departments__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-departments__link {
  display: block;
  position: relative;
  padding: 0 0 10px 60px;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .p-top-departments__link {
    padding: 0 0 6px 70px;
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-top-departments__link {
    padding: 0 0 6px 60px;
    font-size: 20px;
  }
}
.p-top-departments__link:hover {
  opacity: 0.7;
  background-color: transparent;
  color: #333333;
}
.p-top-departments__link::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 40px;
  height: 40px;
  background-color: #FFAB88;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-departments__link::before {
    top: 3px;
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-top-departments__link::before {
    top: -4px;
    width: 46px;
    height: 46px;
  }
}
.p-top-departments__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  width: calc(100% - 25px);
  height: 10px;
  background-color: #FFAB88;
  border-radius: 0 10px 10px 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-top-departments__link::after {
    left: 30px;
    width: calc(100% - 30px);
  }
}
.p-top-departments__more {
  text-align: center;
  margin-top: 48px;
}

.p-top-hours {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-top-hours {
    padding: 80px 0;
  }
}
.p-top-hours__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-top-hours__inner {
    padding: 0 80px;
  }
}
.p-top-hours__title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-top-hours__title {
    font-size: 32px;
    margin-bottom: 48px;
  }
}
.p-top-hours__table-wrap {
  border: 2px solid #B8956A;
  border-radius: 16px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.p-top-hours__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-top-hours__table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  text-align: center;
  font-size: 24px;
}
.p-top-hours__table thead {
  border-bottom: 2px solid #B8956A;
}
@media (max-width: 767px) {
  .p-top-hours__table {
    min-width: unset;
    font-size: 12px;
  }
}
.p-top-hours__th, .p-top-hours__td {
  padding: 16px 8px;
  border: none;
}
@media (max-width: 767px) {
  .p-top-hours__th, .p-top-hours__td {
    padding: 8px 2px;
  }
}
.p-top-hours__th {
  background-color: #F4A886;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
.p-top-hours__th:first-child {
  width: 25%;
}
.p-top-hours__th--holiday {
  background-color: #F4A886;
}
.p-top-hours__td {
  background-color: #FFFFFF;
  color: #333333;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.2em;
}
.p-top-hours__td--time {
  background-color: transparent;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  padding-left: 32px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-top-hours__td--time {
    font-size: 12px;
    padding-left: 4px;
  }
}
.p-top-hours__td--closed {
  color: #333333;
}
.p-top-hours__notes {
  margin-top: 32px;
  font-size: 16px;
  color: #666666;
  text-align: left;
  padding-left: 48px;
}
@media (max-width: 768px) {
  .p-top-hours__notes {
    font-size: 14px;
    padding-left: 8px;
  }
}

.p-top-access {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-top-access {
    padding: 80px 0;
  }
}
.p-top-access__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-top-access__inner {
    padding: 0 80px;
  }
}
.p-top-access__title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-top-access__title {
    font-size: 32px;
    margin-bottom: 48px;
  }
}
.p-top-access__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-top-access__content {
    flex-direction: row;
  }
}
.p-top-access__info-box {
  border: 2px solid #B8956A;
  border-radius: 40px;
  padding: 24px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .p-top-access__info-box {
    width: 45%;
  }
}
.p-top-access__item {
  margin-bottom: 32px;
}
.p-top-access__item:last-child {
  margin-bottom: 0;
}
.p-top-access__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.p-top-access__icon {
  font-size: 20px;
}
.p-top-access__sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.p-top-access__text, .p-top-access__list {
  margin: 0;
  padding-left: 0;
  color: #333333;
}
@media screen and (min-width: 1024px) {
  .p-top-access__text, .p-top-access__list {
    padding-left: 16px;
  }
}
.p-top-access__list {
  list-style: none;
  padding-left: 8px;
}
.p-top-access__list li {
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .p-top-access__list {
    list-style: disc;
    padding-left: calc(16px + 1.2em);
  }
}
.p-top-access__tel {
  font-weight: 700;
  margin: 0;
}
.p-top-access__fax {
  color: #666666;
  margin: 0;
}
.p-top-access__map {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1024px) {
  .p-top-access__map {
    width: 55%;
    height: auto;
    aspect-ratio: auto;
  }
}
.p-top-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.p-top-cta {
  padding: 64px 0;
  background: linear-gradient(135deg, #F4A886 0%, #FFB088 100%);
}
@media screen and (min-width: 768px) {
  .p-top-cta {
    padding: 80px 0;
  }
}
.p-top-cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-top-cta__inner {
    padding: 0 80px;
  }
}
.p-top-cta__inner {
  text-align: center;
}
.p-top-cta__title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-top-cta__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.p-top-cta__text {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 32px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .p-top-cta__text {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
.p-top-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-cta__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
.p-top-cta__btn {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .p-top-cta__btn {
    width: auto;
    min-width: 300px;
  }
}
.p-top-cta__btn--tel {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-cta__btn--tel {
    font-size: 18px;
  }
}
.p-top-cta__btn--tel::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.p-top-cta__btn--tel:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  opacity: 1;
}
.p-top-cta__btn--contact {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #FFAB88;
  font-weight: 700;
}
.p-top-cta__btn--contact:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #FFAB88;
  opacity: 1;
}

/* =================================
   Medical Page
   ================================= */
.p-medical-fv {
  position: relative;
  background-color: #FFF9F5;
  background-image: url(../images/mv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 64px;
  text-align: center;
  height: 50vh;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-medical-fv {
    height: 70vh;
  }
}
.p-medical-fv__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-medical-fv__inner {
    padding: 0 80px;
  }
}
.p-medical-fv__inner {
  width: 100%;
}
.p-medical-fv__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-medical-fv__title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.p-medical-fv__lead {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-medical-fv__lead {
    font-size: 18px;
  }
}
.p-medical-fv__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.p-medical-fv__wave svg {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .p-medical-fv__wave svg {
    height: 120px;
  }
}

.p-medical-subjects,
.p-medical-others {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-medical-subjects,
  .p-medical-others {
    padding: 80px 0;
  }
}
.p-medical-subjects__inner,
.p-medical-others__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-medical-subjects__inner,
  .p-medical-others__inner {
    padding: 0 80px;
  }
}

.p-medical-heading {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding-left: 16px;
  margin-bottom: 32px;
}
.p-medical-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #FFAB88;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .p-medical-heading {
    font-size: 24px;
    margin-bottom: 48px;
    padding-left: 24px;
  }
}

.p-medical-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-medical-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 80px;
  }
}

.p-medical-item {
  position: relative;
  padding-top: 0;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-medical-item {
    margin-bottom: 0;
  }
}
.p-medical-item__head {
  position: relative;
  top: auto;
  left: auto;
  background-color: transparent;
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 16px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-medical-item__head {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.p-medical-item__title {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #333333;
  font-size: 16px;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .p-medical-item__title {
    font-size: 24px;
    font-weight: 500;
    width: auto;
    padding: 4px 0 4px 32px;
  }
}
.p-medical-item__title::before {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 0px;
  width: 12px;
  height: 12px;
  background-color: #FFAB88;
  border-radius: 50%;
  transform: none;
  top: auto;
  box-shadow: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-medical-item__title::before {
    bottom: 3px;
    width: 24px;
    height: 24px;
    left: 0;
  }
}
.p-medical-item__title::after {
  content: "";
  position: absolute;
  background-color: #FFAB88;
  border-radius: 2px;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  transform: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-medical-item__title::after {
    bottom: 3px;
    left: 10px;
    height: 4px;
  }
}
.p-medical-item__body {
  position: relative;
  background-color: transparent;
  padding-left: 16px;
  border-radius: 0;
  margin-left: 15px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-medical-item__body {
    margin-top: 40px;
    margin-left: 20px;
  }
  .p-medical-item__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #666666;
    border-radius: 3px;
    width: 3px;
    border-radius: 4px;
  }
}
.p-medical-item__text {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-medical-item__text {
    font-size: 18px;
  }
}

.p-medical-subjects .p-medical-item__title {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-medical-subjects .p-medical-item__title {
    padding: 0;
  }
}
.p-medical-subjects .p-medical-item__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-30%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFAB88;
  z-index: -1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  bottom: auto;
}
@media screen and (min-width: 768px) {
  .p-medical-subjects .p-medical-item__title::before {
    width: 100px;
    height: 100px;
    left: 0;
  }
}
.p-medical-subjects .p-medical-item__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(184, 149, 106, 0.8);
  transform: translateY(-30%);
  border-radius: 10px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-medical-subjects .p-medical-item__title::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
  }
}
.p-medical-subjects .p-medical-item__body::before {
  background-color: #FFAB88;
  width: 6px;
}

.p-medical-others .p-medical-item__title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-medical-others .p-medical-item__title {
    width: 100%;
  }
}

/* ==============================================
   共通デザイン設定（アクセスページ）
   ============================================== */
/* アクセスページ全体の背景色 */
.p-access-main {
  background-color: #FFF9F5;
}

/* セクションごとの余白設定 */
.access-section,
.hours-section,
.contact-section,
.recruit-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .access-section,
  .hours-section,
  .contact-section,
  .recruit-section {
    padding: 0 80px;
  }
}
.access-section,
.hours-section,
.contact-section,
.recruit-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .access-section,
  .hours-section,
  .contact-section,
  .recruit-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* セクションタイトルのデザイン */
.section-title-wrapper-new {
  position: relative;
  margin-bottom: 50px;
  height: 100px;
}
@media (max-width: 768px) {
  .section-title-wrapper-new {
    margin-bottom: 30px;
    height: auto;
  }
}

/* 背景の丸 */
.title-circle {
  position: absolute;
  width: 140px;
  height: 140px;
  background-color: #ffcea0;
  border-radius: 50%;
  top: -40px;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .title-circle {
    width: 100px;
    height: 100px;
    top: -20px;
  }
}

/* タイトル文字 */
.section-title-new {
  position: relative;
  z-index: 2;
  font-size: 32px;
  color: #6d5f57;
  margin: 0;
  display: inline-block;
  padding-left: 30px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .section-title-new {
    font-size: 24px;
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .section-title-new {
    font-size: 20px;
  }
}
.section-title-new {
  /* タイトルの線（茶色い線） */
}
.section-title-new::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #8c7b70;
  margin-top: 5px;
  opacity: 0.7;
}

/* ==============================================
   ヒーローエリア（ページタイトル）
   ============================================== */
.hero-area {
  background: linear-gradient(120deg, #ffb090 0%, #ffeadd 100%);
  padding: 80px 20px 120px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
@media (max-width: 768px) {
  .hero-area {
    padding: 60px 20px 80px;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
}
.hero-content h1 {
  font-size: 32px;
  margin: 0 0 10px;
  letter-spacing: 2px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .hero-content h1 {
    font-size: 40px;
  }
}
.hero-content p {
  font-size: 16px;
  opacity: 1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .hero-content p {
    font-size: 18px;
  }
}

/* 背景の丸い装飾 */
.hero-circle {
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  bottom: -200px;
  left: -100px;
  z-index: 1;
}

/* ==============================================
   (4) お問い合わせフォーム
   ============================================== */
.form-container-new {
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #eee;
}
@media (max-width: 600px) {
  .form-container-new {
    padding: 30px 20px;
  }
}
.form-container-new label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
    gap: 20px;
  }
}

.form-col {
  flex: 1;
}
.form-col label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.form-item-new {
  margin-bottom: 25px;
}

.required-mark {
  color: #ea5455;
  margin-left: 4px;
}

.text-input-new {
  width: 100%;
  padding: 15px;
  background-color: #f2f4f5;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  color: #555;
  box-sizing: border-box;
  transition: 0.3s;
}
.text-input-new::placeholder {
  color: #999;
}
.text-input-new:focus {
  background-color: #fff;
  border-color: #ffcea0;
  outline: none;
}

.submit-btn-new {
  background-color: #ff9a80;
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  display: block;
  transition: 0.3s;
  margin-top: 10px;
}
.submit-btn-new:hover {
  background-color: #e07b5a;
  opacity: 0.9;
}

/* ==============================================
   Contact Form 7 スタイル調整
   ============================================== */
.form-container-new {
  /* CF7 ラッパー */
}
.form-container-new .wpcf7 {
  width: 100%;
}
.form-container-new {
  /* ラベル */
}
.form-container-new .wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.form-container-new {
  /* フォームコントロールラップ（インラインspanをブロックに） */
}
.form-container-new .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.form-container-new {
  /* テキスト入力・テキストエリア */
}
.form-container-new .wpcf7-form-control.wpcf7-text, .form-container-new .wpcf7-form-control.wpcf7-email, .form-container-new .wpcf7-form-control.wpcf7-tel, .form-container-new .wpcf7-form-control.wpcf7-textarea, .form-container-new .wpcf7-form-control.wpcf7-date, .form-container-new .wpcf7-form-control.wpcf7-number {
  width: 100%;
  padding: 15px;
  background-color: #f2f4f5;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  color: #555;
  box-sizing: border-box;
  transition: 0.3s;
}
.form-container-new .wpcf7-form-control.wpcf7-text::placeholder, .form-container-new .wpcf7-form-control.wpcf7-email::placeholder, .form-container-new .wpcf7-form-control.wpcf7-tel::placeholder, .form-container-new .wpcf7-form-control.wpcf7-textarea::placeholder, .form-container-new .wpcf7-form-control.wpcf7-date::placeholder, .form-container-new .wpcf7-form-control.wpcf7-number::placeholder {
  color: #999;
}
.form-container-new .wpcf7-form-control.wpcf7-text:focus, .form-container-new .wpcf7-form-control.wpcf7-email:focus, .form-container-new .wpcf7-form-control.wpcf7-tel:focus, .form-container-new .wpcf7-form-control.wpcf7-textarea:focus, .form-container-new .wpcf7-form-control.wpcf7-date:focus, .form-container-new .wpcf7-form-control.wpcf7-number:focus {
  background-color: #fff;
  border-color: #ffcea0;
  outline: none;
}
.form-container-new .wpcf7-form-control {
  /* 送信ボタン */
}
.form-container-new .wpcf7-form-control.wpcf7-submit {
  background-color: #ff9a80;
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  display: block;
  transition: 0.3s;
  margin-top: 10px;
  text-align: center;
}
.form-container-new .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #e07b5a;
}
.form-container-new {
  /* バリデーションエラーメッセージ */
}
.form-container-new .wpcf7-not-valid-tip {
  display: block;
  color: #ea5455;
  font-size: 12px;
  margin-top: 4px;
}
.form-container-new {
  /* 送信後のレスポンスメッセージ */
}
.form-container-new .wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  border: none;
}
.form-container-new .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #e8f5e9;
  color: #2e7d32;
}
.form-container-new .wpcf7-response-output.wpcf7-mail-sent-ng, .form-container-new .wpcf7-response-output.wpcf7-validation-errors, .form-container-new .wpcf7-response-output.wpcf7-spam-blocked {
  background-color: #fce4ec;
  color: #c62828;
}
.form-container-new {
  /* 入力エラー時のフィールド枠線 */
}
.form-container-new .wpcf7-not-valid {
  border-color: #ea5455 !important;
}

/* ==============================================
   (5) 採用情報セクション
   ============================================== */
.recruit-container-new {
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #eee;
}
@media (max-width: 600px) {
  .recruit-container-new {
    padding: 30px 20px;
  }
}

.recruit-sub-title {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  font-weight: bold;
}

.recruit-job-list {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .recruit-job-list {
    flex-direction: column;
  }
}

.recruit-job-card {
  flex: 1;
  background-color: #ffe4d9;
  padding: 30px 20px;
  border-radius: 10px;
}

.job-title {
  color: #e07b5a;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.job-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.recruit-application-area {
  background-color: #ffe4d9;
  padding: 30px;
  border-radius: 10px;
}

.application-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.8;
}

.application-phone-btn {
  display: inline-block;
  background-color: #ff9a80;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
}
.application-phone-btn:hover {
  background-color: #e07b5a;
}

/* ==============================================
   (6) CTA（フッター上のエリア）
   ============================================== */
.cta-section-new {
  background-color: #fca583;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .cta-section-new {
    padding: 60px 20px;
  }
}

.cta-title-new {
  font-size: 32px;
  margin: 0 0 15px;
  font-weight: normal;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cta-title-new {
    font-size: 24px;
  }
}

.cta-desc-new {
  font-size: 16px;
  margin: 0 0 40px;
  opacity: 0.9;
}

.cta-buttons-new {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 600px) {
  .cta-buttons-new {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

.cta-btn-new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  border-radius: 300px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .cta-btn-new {
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .cta-btn-new {
    width: 100%;
    font-size: 16px;
  }
}

/* 電話ボタン */
.phone-btn-new {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.phone-btn-new i {
  margin-right: 10px;
  font-size: 20px;
}
.phone-btn-new:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* フォームボタン */
.web-btn-new {
  background-color: #fff;
  border: 2px solid #fff;
  color: #8c7b70;
}
.web-btn-new:hover {
  background-color: #f0f0f0;
}

/* =================================
   About Page
   ================================= */
.p-about-fv {
  position: relative;
  background-color: #FFF9F5;
  background-image: url(../images/mv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 64px;
  text-align: center;
  height: 50vh;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-about-fv {
    height: 70vh;
  }
}
.p-about-fv__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-about-fv__inner {
    padding: 0 80px;
  }
}
.p-about-fv__inner {
  width: 100%;
}
.p-about-fv__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-about-fv__title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.p-about-fv__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-about-fv__lead {
    font-size: 18px;
  }
}
.p-about-fv__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.p-about-fv__wave svg {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .p-about-fv__wave svg {
    height: 120px;
  }
}

.p-about-heading {
  margin-bottom: 32px;
}
.p-about-heading::before {
  transform: translate(-30%, -50%);
}
@media screen and (min-width: 768px) {
  .p-about-heading {
    margin-bottom: 48px;
  }
}

.p-about-overview {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-about-overview {
    padding: 80px 0;
  }
}
.p-about-overview__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-about-overview__inner {
    padding: 0 80px;
  }
}
.p-about-overview__info-table {
  margin-bottom: 48px;
}
.p-about-overview__message p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 16px;
}
.p-about-overview__message p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-about-overview__message p {
    font-size: 18px;
  }
}

.p-about-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.p-about-table th,
.p-about-table td {
  padding: 16px 4px;
  border-bottom: 1px solid #E5E5E5;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-about-table th,
  .p-about-table td {
    font-size: 18px;
  }
}
.p-about-table th {
  font-weight: 700;
  color: #FFAB88;
  white-space: nowrap;
  width: 80px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-about-table th {
    width: 160px;
  }
}
.p-about-table td {
  color: #333333;
}

.p-about-doctor {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-about-doctor {
    padding: 80px 0;
  }
}
.p-about-doctor__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__inner {
    padding: 0 80px;
  }
}
.p-about-doctor__title {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__title {
    margin-bottom: 48px;
  }
}
.p-about-doctor__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-about-doctor__card {
  background-color: #FFFFFF;
  border: 1px solid #E8CDC1;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.p-about-doctor__card--sub {
  padding: 20px;
  border-color: #e0e0e0;
  gap: 16px;
}
.p-about-doctor__card--sub .p-about-doctor__icon-area {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: #e0e0e0;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__card--sub .p-about-doctor__icon-area {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.p-about-doctor__card--sub .p-about-doctor__icon-area svg {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__card--sub .p-about-doctor__icon-area svg {
    width: 30px;
    height: 30px;
  }
}
.p-about-doctor__card--sub .p-about-doctor__name {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__card--sub .p-about-doctor__name {
    font-size: 20px;
  }
}
.p-about-doctor__card--sub .p-about-doctor__role {
  background-color: #f0f0f0;
  color: #333333;
}
.p-about-doctor__icon-area {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background-color: #FFAB88;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__icon-area {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
.p-about-doctor__icon-area svg {
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__icon-area svg {
    width: 40px;
    height: 40px;
  }
}
.p-about-doctor__info {
  flex: 1;
}
.p-about-doctor__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.p-about-doctor__name {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__name {
    font-size: 24px;
  }
}
.p-about-doctor__role {
  display: inline-block;
  background-color: #FFAB88;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__role {
    font-size: 14px;
    padding: 3px 14px;
  }
}
.p-about-doctor__specialty {
  font-size: 14px;
  color: #333333;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__specialty {
    font-size: 16px;
  }
}
.p-about-doctor__qualifications {
  margin-top: 8px;
}
.p-about-doctor__qualifications-label {
  font-size: 12px;
  color: #666666;
  display: block;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__qualifications-label {
    font-size: 14px;
  }
}
.p-about-doctor__qualifications ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-about-doctor__qualifications li {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  padding-left: 14px;
  position: relative;
}
.p-about-doctor__qualifications li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFAB88;
}
@media screen and (min-width: 768px) {
  .p-about-doctor__qualifications li {
    font-size: 16px;
  }
}

.p-about-gallery {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-about-gallery {
    padding: 80px 0;
  }
}
.p-about-gallery__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-about-gallery__inner {
    padding: 0 80px;
  }
}
.p-about-gallery__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (min-width: 768px) {
  .p-about-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 24px;
    width: 70%;
    padding: 0;
  }
}
.p-about-gallery__item {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.p-about-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-about-gallery__item {
    min-height: 200px;
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-about-gallery .grid-item1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .p-about-gallery .grid-item2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .p-about-gallery .grid-item3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .p-about-gallery .grid-item4 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .p-about-gallery .grid-item5 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .p-about-gallery .grid-item6 {
    grid-column: 2/3;
    grid-row: 3/5;
  }
}

.p-about-partners {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-about-partners {
    padding: 80px 0;
  }
}
.p-about-partners__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-about-partners__inner {
    padding: 0 80px;
  }
}
.p-about-partners__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .p-about-partners__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    padding: 0;
  }
}
.p-about-partners__item {
  position: relative;
  color: #333333;
  font-size: 16px;
  width: 70%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-partners__item {
    text-align: left;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    padding: 4px 24px 4px 32px;
  }
}
.p-about-partners__item::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0px;
  width: 12px;
  height: 12px;
  background-color: #FFAB88;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-about-partners__item::before {
    bottom: 3px;
    width: 24px;
    height: 24px;
    left: 0;
  }
}
.p-about-partners__item::after {
  content: "";
  position: absolute;
  background-color: #FFAB88;
  border-radius: 2px;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
}
@media screen and (min-width: 768px) {
  .p-about-partners__item::after {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    bottom: 3px;
    left: 10px;
    transform: none;
    width: 80%;
    height: 4px;
  }
}
.p-about-partners__note {
  margin-top: 64px;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  text-align: center;
}

/* ============================================ */
/* お知らせページ（News Archive）のスタイル設定  */
/* ============================================ */
/*
  【SCSSの書き方メモ】
  このファイルは「SCSS」という書き方をしています。
  普通のCSSと見た目は似ていますが、
  ・ネスト（入れ子）で書けるので階層がわかりやすい
  ・変数や計算もできる
  という点が違います。
  コンパイル（変換）するとstyle.cssになります。
*/
/* ============================================ */
/* ページヘッダー（キービジュアル）              */
/* 上部のサーモンピンクのグラデーションエリア     */
/* ============================================ */
.p-page-header {
  /*
    background: linear-gradient は「グラデーション背景」
    135deg = 斜め方向（左上→右下）
  */
  background: linear-gradient(135deg, #f0957a 0%, #f5a98b 40%, #f8bb9d 70%, #faccaa 100%);
  /* ヘッダーナビ（固定）の高さ分だけ上に余白をとる */
  padding-top: 120px;
  padding-bottom: 80px;
  /*
    position: relative にしておくと、
    内部の円装飾にposition: absoluteが使えるようになる
  */
  position: relative;
  /* テキストを中央揃えにする */
  text-align: center;
  /* テキスト色を白に */
  color: #fff;
  /*
    overflow: hidden にすると、
    はみ出た装飾（大きな円）がエリア外に見えなくなる
  */
  overflow: hidden;
}

/* PC（画面幅768px以上）でのページヘッダー調整 */
@media screen and (min-width: 768px) {
  .p-page-header {
    padding-top: 160px;
    /* PCはより余裕をもたせる */
    padding-bottom: 100px;
  }
}
/* -------------------------------------------- */
/* 装飾：左下の白い大きな半透明の円              */
/* スクリーンショットで左下に見える白い丸         */
/* -------------------------------------------- */
.p-page-header__circle {
  /*
    position: absolute にすると、
    親要素（.p-page-header）を基準に
    好きな場所に配置できる
  */
  position: absolute;
  /* 左端からマイナス方向にずらして半分だけ見せる */
  left: -60px;
  /* 下からマイナス方向にずらして半分だけ見せる */
  bottom: -60px;
  /* 円のサイズ（スマホ） */
  width: 300px;
  height: 300px;
  /* border-radius: 50% で正円になる */
  border-radius: 50%;
  /*
    rgba(255, 255, 255, 0.2) = 透明度20%の白
    「薄く透けた白い円」になる
  */
  background-color: rgba(255, 255, 255, 0.2);
  /* テキストより後ろに配置する */
  z-index: 0;
}

/* PC（768px以上）での円のサイズ調整 */
@media screen and (min-width: 768px) {
  .p-page-header__circle {
    width: 500px;
    height: 500px;
    left: -80px;
    bottom: -80px;
  }
}
/* -------------------------------------------- */
/* タイトルテキストエリア                        */
/* -------------------------------------------- */
.p-page-header__inner {
  /*
    position: relative + z-index: 1 で
    円装飾（z-index: 0）より前面にテキストを出す
  */
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ページタイトル「お知らせ」 */
.p-page-header__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .p-page-header__title {
    font-size: 44px;
  }
}
/* サブタイトル「当院からの最新情報や...」 */
.p-page-header__sub-title {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.85;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-page-header__sub-title {
    font-size: 15px;
  }
}
/* ============================================ */
/* ニュース一覧セクション全体のラッパー          */
/* ============================================ */
.p-news-archive {
  padding: 40px 0 80px;
  background-color: #FFF9F5;
}

@media screen and (min-width: 768px) {
  .p-news-archive {
    padding: 60px 0 100px;
  }
}
/* ============================================ */
/* コンテンツ幅とレイアウトを制御するラッパー    */
/* ============================================ */
.p-news-archive__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-news-archive__inner {
    padding: 0 80px;
  }
}
.p-news-archive__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ============================================ */
/* 左側：円形「お知らせ」見出しバッジ            */
/* ============================================ */
.p-news-archive__heading {
  flex-shrink: 0;
  /* スマホでもリストの左上に揃えるため flex-start にします */
  display: flex;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .p-news-archive__heading {
    width: auto;
    justify-content: flex-start;
    padding-top: 0;
    /* 重なりを解消し、リストの左端に揃える */
    margin-bottom: 8px;
    margin-left: 0;
    position: relative;
    z-index: 10;
  }
}
/*
  円形タイトルバッジ（「お知らせ」と「News」が入った丸）
  ページヘッダーと同じグラデーションで統一感を出す
*/
.c-circle-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #f0957a 0%, #f5a98b 40%, #fbbc9e 100%);
  /* border-radius: 50% で正円にする */
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  /* 影を画像に合わせて少し薄めに */
  box-shadow: 0 2px 10px rgba(240, 149, 122, 0.25);
  /*
    position: relative にすることで
    ::after 疑似要素（茶色の線）を
    この円の中を基準に配置できるようになる
  */
  position: relative;
}

/*
  「お知らせ」テキストの下に茶色の装飾線を追加する
  ::after は「この要素の直後」に仮想の要素を作るCSS機能
  実際のHTMLには存在しない「見た目だけの線」を描ける
*/
.c-circle-title::after {
  content: "";
  /* content が必須（空でもOK） */
  display: block;
  width: 32px;
  /* 線の長さ */
  height: 2px;
  /* 線の太さ */
  /*
    スクリーンショットの茶色に近い色
  */
  background-color: rgba(60, 30, 10, 0.35);
  border-radius: 1px;
  /* 線の端を少し丸く */
  /* テキストとの間隔をぴったりにする */
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .c-circle-title {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }
}
/* 英語サブテキスト「News」 */
.c-circle-title__en {
  font-size: 10px;
  font-weight: 400;
  margin-top: 4px;
  opacity: 0.9;
  text-transform: uppercase;
  /* 英字を大文字に変換 */
  letter-spacing: 0.08em;
}

/* ============================================ */
/* 右側：記事リスト＋ページネーションのラッパー  */
/* ============================================ */
.p-news-archive__content {
  /* PCでの最大幅を指定して全体を中央寄せにする */
  width: 100%;
  max-width: 900px;
}

/* ============================================ */
/* 記事リストのカードコンテナ                    */
/*                                              */
/* 【ポイント】                                  */
/* PC・スマホ両方で白い角丸カード（影付き）表示   */
/* ============================================ */
.p-news-list {
  width: 100%;
  /*
    カードデザイン（PC・スマホ共通）
    background: 白い背景
    border-radius: 角を丸くする（16pxで大きめの丸）
    box-shadow: 影をつけて浮き上がって見せる
      書き方: box-shadow: X方向 Y方向 ぼかし範囲 広がり 色
  */
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  /* カードの内側に余白を設ける */
  padding: 0 24px;
  /* 薄いグレーの枠線でカードの輪郭をつける */
  /*
    border: カードの外枠
    rgba(0, 0, 0, 0.18) = 透明度18%の黒 → スクリーンショットの薄いグレー枠に近い
    0.06 だと薄すぎたので少し濃くした
  */
  border: 1px solid rgba(0, 0, 0, 0.18);
}

/* ============================================ */
/* 個別記事アイテム                              */
/* ============================================ */
.p-news-item {
  border-bottom: 1px solid #efefef;
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background-color 0.2s ease;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-news-item {
    padding: 40px 12px;
  }
}
/* 最初のアイテムには上の区切り線も追加 */
.p-news-item:first-child {
  border-top: 1px solid #efefef;
}

/* 最後のアイテムの下線を消す */
.p-news-list .p-news-item:last-child {
  border-bottom: none;
}

/* マウスを乗せたとき背景を薄く変える */
.p-news-item:hover {
  background-color: #fdf9f7;
}

/* リンクのスタイルリセット */
.p-news-item__link {
  color: inherit;
  text-decoration: none;
}

/* 記事全体をクリックできるようにするトリック */
.p-news-item__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* 1行目：日付とカテゴリラベルが横並び */
.p-news-item__header {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* 日付テキスト */
.p-news-item__date {
  font-weight: 700;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-news-item__date {
    font-size: 16px;
  }
}
/* 2行目以降：タイトルと本文（左インデントで日付から視覚的に区別） */
.p-news-item__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 4px;
}

@media screen and (min-width: 768px) {
  .p-news-item__body {
    padding-left: 8px;
  }
}
/* 記事タイトル */
.p-news-item__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-news-item__title {
    font-size: 18px;
  }
}
/* 記事の概要テキスト */
.p-news-item__text {
  font-size: 12px;
  color: #666;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .p-news-item__text {
    font-size: 14px;
  }
}
/* ============================================ */
/* カテゴリーラベル（バッジ）                    */
/* 記事の種類を視覚的に区別するための色付きタグ   */
/* ============================================ */
.c-label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(240, 149, 122, 0.5);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background-color: #ccc;
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .c-label {
    font-size: 12px;
    padding: 4px 14px;
  }
}
/* ラベルの色バリエーション */
/* 休診・緊急のお知らせ：メインカラー（ピンクオレンジ） */
.c-label--urgent {
  background-color: #f0957a;
  border-color: rgba(240, 149, 122, 0.5);
}

/* 一般的なお知らせ */
.c-label--info {
  background-color: #f0957a;
  border-color: rgba(240, 149, 122, 0.5);
}

/* 診療時間変更など：グレー系 */
.c-label--change {
  background-color: #7a7a7a;
}

/* イベント開催：濃いオレンジ */
.c-label--event {
  background-color: #d96530;
}

/* ============================================ */
/* ページネーション（ページ送りボタン）          */
/* ============================================ */
.p-pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-pagination {
    margin-top: 64px;
    gap: 10px;
  }
}
/* 共通のページネーションリンクスタイル */
.p-pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  height: 36px;
  padding: 0 6px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-pagination__link {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
/* ホバー時のスタイル */
.p-pagination__link:hover {
  background-color: #f0957a;
  color: #fff;
  border-color: #f0957a;
}

/* 現在表示中のページ */
.p-pagination__link--current {
  background-color: #FDECE4;
  color: #333;
  border-color: #FDECE4;
  font-weight: 700;
  pointer-events: none;
  /* クリック無効 */
  cursor: default;
}

/* 「前へ」「次へ」ボタン */
.p-pagination__link--prev,
.p-pagination__link--next {
  width: auto;
  padding: 0 14px;
}

/* ============================================ */
/* ニュース詳細ページ（single.php）のスタイル   */
/* ============================================ */
.p-news-single {
  padding: 48px 0 80px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-news-single {
    padding: 72px 0 120px;
  }
}
.p-news-single__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-news-single {
  /* メタ情報（日付・カテゴリラベル） */
}
.p-news-single__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.p-news-single {
  /* 記事タイトル（h1） */
}
.p-news-single__title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 2px solid #efefef;
}
@media screen and (min-width: 768px) {
  .p-news-single__title {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
.p-news-single {
  /* 本文エリア */
}
.p-news-single__body {
  font-size: 15px;
  color: #444;
  line-height: 1.9;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .p-news-single__body {
    font-size: 16px;
    margin-bottom: 64px;
  }
}
.p-news-single__body {
  /* 本文中の見出し（h1〜h3）：アクセントボーダー付き */
}
.p-news-single__body h1,
.p-news-single__body h2 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  border-bottom: 3px solid #FFAB88;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-news-single__body h1,
  .p-news-single__body h2 {
    font-size: 22px;
    margin-top: 56px;
  }
}
.p-news-single__body h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border-left: 4px solid #FFAB88;
  padding-left: 12px;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-news-single__body h3 {
    font-size: 18px;
    margin-top: 40px;
  }
}
.p-news-single__body p {
  margin-bottom: 20px;
}
.p-news-single__body p:last-child {
  margin-bottom: 0;
}
.p-news-single__body ul,
.p-news-single__body ol {
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.p-news-single__body ul li,
.p-news-single__body ol li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.p-news-single__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
}
.p-news-single__body a {
  color: #FFAB88;
  text-decoration: underline;
}
.p-news-single__body a:hover {
  opacity: 0.75;
}
.p-news-single {
  /* 一覧に戻るボタンエリア */
}
.p-news-single__back {
  display: flex;
  justify-content: center;
}
.p-news-single__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  border: 2px solid #FFAB88;
  border-radius: 999px;
  background-color: #fff;
  color: #FFAB88;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-news-single__back-btn {
    font-size: 15px;
    padding: 16px 56px;
  }
}
.p-news-single__back-btn:hover {
  background-color: #FFAB88;
  color: #fff;
}

/* =================================
   Guide Page
   ================================= */
.p-guide-fv {
  position: relative;
  background-color: #FFF9F5;
  background-image: url(../images/mv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 64px;
  text-align: center;
  height: 50vh;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-guide-fv {
    height: 70vh;
  }
}
.p-guide-fv__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-guide-fv__inner {
    padding: 0 80px;
  }
}
.p-guide-fv__inner {
  width: 100%;
}
.p-guide-fv__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-guide-fv__title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.p-guide-fv__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-guide-fv__lead {
    font-size: 18px;
  }
}
.p-guide-fv__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.p-guide-fv__wave svg {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .p-guide-fv__wave svg {
    height: 120px;
  }
}

.p-guide-heading {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding-left: 16px;
  margin-bottom: 32px;
}
.p-guide-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #FFAB88;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .p-guide-heading {
    font-size: 24px;
    margin-bottom: 48px;
    padding-left: 24px;
  }
}

.p-guide-subheading {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #FFAB88;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-guide-subheading {
    font-size: 20px;
  }
}

.p-guide-outpatient {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-guide-outpatient {
    padding: 80px 0;
  }
}
.p-guide-outpatient__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-guide-outpatient__inner {
    padding: 0 80px;
  }
}

.p-guide-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .p-guide-flow {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.p-guide-flow__card {
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  padding: 32px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-guide-flow__card {
    padding: 32px 24px;
  }
}
.p-guide-flow__num {
  width: 44px;
  height: 44px;
  background: linear-gradient(to bottom right, #FDA983, #F2CCBC);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-guide-flow__num {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
.p-guide-flow__title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-guide-flow__title {
    font-size: 18px;
  }
}
.p-guide-flow__desc {
  font-size: 12px;
  color: #666666;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-guide-flow__desc {
    font-size: 14px;
  }
}

.p-guide-checklist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-bottom: 48px;
}
.p-guide-checklist__item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 16px 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .p-guide-checklist__item {
    width: 50%;
  }
}
.p-guide-checklist__icon-wrap {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: rgba(255, 171, 136, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFAB88;
}
.p-guide-checklist__icon-wrap svg {
  width: 20px;
  height: 20px;
}
.p-guide-checklist__name {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-guide-checklist__name {
    font-size: 18px;
  }
}
.p-guide-checklist__badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.p-guide-checklist__badge--required {
  background-color: #fee2e2;
  color: #ef4444;
}
.p-guide-checklist__hint {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
}

.p-guide-reception {
  margin-bottom: 48px;
}
.p-guide-reception__message {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-guide-reception__message {
    font-size: 20px;
  }
}
.p-guide-reception__highlight {
  color: #ef4444;
  font-weight: 700;
}
.p-guide-reception__card {
  background-color: rgba(244, 168, 134, 0.1);
  border: 1px solid #F4A886;
  border-radius: 12px;
  padding: 24px 32px;
}
@media screen and (min-width: 768px) {
  .p-guide-reception__card {
    padding: 32px 48px;
  }
}
.p-guide-reception__card-title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-guide-reception__card-title {
    font-size: 18px;
  }
}
.p-guide-reception__card-text {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-guide-reception__card-text {
    font-size: 16px;
  }
}
.p-guide-reception__card-link-wrap {
  display: flex;
  justify-content: flex-end;
}
.p-guide-reception__card-link {
  font-size: 14px;
  font-weight: 700;
  color: #FF4F06;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-guide-reception__card-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-guide-reception__card-link {
    font-size: 16px;
  }
}

.p-guide-inpatient {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-guide-inpatient {
    padding: 80px 0;
  }
}
.p-guide-inpatient__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-guide-inpatient__inner {
    padding: 0 80px;
  }
}
.p-guide-inpatient__title {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-guide-inpatient__title {
    margin-bottom: 48px;
  }
}
.p-guide-inpatient__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 24px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .p-guide-inpatient__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.p-guide-inpatient__feature {
  padding: 32px 0;
}
.p-guide-inpatient__feature-title {
  margin-bottom: 8px;
}
.p-guide-inpatient__feature-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-top: 16px;
}
.p-guide-inpatient__beds {
  margin-top: 48px;
}
.p-guide-inpatient__beds-list {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.p-guide-inpatient__beds-item {
  background-color: #FDECE4;
  border-radius: 16px;
  padding: 16px 96px;
  text-align: center;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-guide-inpatient__beds-number {
  font-size: 32px;
  font-weight: 500;
  color: #FF4F06;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-guide-inpatient__beds-number {
    font-size: 48px;
  }
}
.p-guide-inpatient__beds-label {
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: 500;
}
.p-guide-inpatient__items {
  margin-top: 48px;
}
.p-guide-inpatient__items-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .p-guide-inpatient__items-text {
    font-size: 18px;
  }
}

.p-guide-faq {
  padding: 64px 0;
  background-color: #FFF9F5;
}
@media screen and (min-width: 768px) {
  .p-guide-faq {
    padding: 80px 0;
  }
}
.p-guide-faq__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-guide-faq__inner {
    padding: 0 80px;
  }
}
.p-guide-faq__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-guide-faq__item {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-guide-faq__question {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
.p-guide-faq__question::before {
  content: "Q.";
  position: absolute;
  left: 0;
  color: #FFAB88;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-guide-faq__question {
    font-size: 18px;
  }
}
.p-guide-faq__answer {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  padding-left: 24px;
  position: relative;
}
.p-guide-faq__answer::before {
  content: "A.";
  position: absolute;
  left: 0;
  color: #F4A886;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}

.u-pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-pc-only {
    display: block !important;
  }
}

.u-pc-inline {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-pc-inline {
    display: inline !important;
  }
}

.u-pc-flex {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-pc-flex {
    display: flex !important;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

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

.u-font-medium {
  font-weight: 500;
}

.u-mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

.u-mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*# sourceMappingURL=style.css.map */