@charset "utf-8";

:root {
  --site-bg: #fffdf9;
  --site-sub: #f8f3eb;
  --site-brown: #3f332b;
  --site-text: #55483f;
  --site-muted: #75675d;
  --site-green: #87977e;
  --site-green-dark: #66745f;
  --site-line: #e6dacb;
  --site-white: #fff;
}

body.site-renewal {
  margin: 0;
  color: var(--site-text);
  background: var(--site-bg);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.85;
  overflow-x: hidden;
}

.site-renewal *, .site-renewal *::before, .site-renewal *::after { box-sizing: border-box; }
.site-renewal #container { width: 100%; max-width: none; background: var(--site-bg); }
.site-renewal .inner { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-renewal img { max-width: 100%; height: auto; border: 0; }
.site-renewal a { color: var(--site-green-dark); text-underline-offset: 3px; }
.site-renewal p { color: var(--site-text); line-height: 1.85; }

.site-renewal header {
  min-height: 92px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  background: var(--site-white);
  border-bottom: 1px solid var(--site-line);
}
.site-renewal header #logo { width: min(1160px, 100%); margin: 0 auto; padding: 0; text-align: center; }
.site-renewal header #logo a { display: inline-block; text-decoration: none; }
.site-renewal header #logo img { display: block; width: 320px; max-width: 100%; height: auto; margin: 0 auto; }

/* 求人ページの上部はトップページと同じロゴ・電話番号構成 */
.site-renewal .site-header { display: block; padding: 0; }
.site-renewal .site-header .header-bar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-renewal .site-header .header-bar #logo { width: auto; margin: 0; text-align: left; }
.site-renewal .site-header .header-bar #logo a { display: block; }
.site-renewal .site-header .header-bar #logo img { width: 300px; margin: 0; }
.site-renewal .site-header .header-contact { display: flex; align-items: center; gap: 18px; font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
.site-renewal .site-header .header-contact span { color: var(--site-muted); font-size: 13px; letter-spacing: .08em; }
.site-renewal .site-header .header-contact a { color: var(--site-brown); font-family: Georgia, serif; font-size: 22px; letter-spacing: .04em; text-decoration: none; }

.site-renewal .job-mainimg { width: 100%; background: var(--site-sub); }
.site-renewal .job-mainimg img { display: block; width: 100%; height: auto; margin: 0 auto; object-fit: contain; }

.site-renewal #menubar { height: 76px; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--site-line); box-shadow: none; }
.site-renewal #menubar ul { height: 100%; display: flex; justify-content: center; align-items: stretch; }
.site-renewal #menubar li { width: 12.5%; border: 0; }
.site-renewal #menubar li a { height: 100%; padding: 16px 8px 10px; color: var(--site-brown); font-size: 14px; letter-spacing: .06em; line-height: 1.35; text-decoration: none; }
.site-renewal #menubar li a:hover { color: var(--site-green-dark); background: var(--site-sub); }
.site-renewal #menubar li span { display: block; margin: 3px 0 0; color: var(--site-muted); font-size: 9px; letter-spacing: .14em; }
.site-renewal #menubar .nav-reserve a { color: var(--site-white); background: var(--site-green); }
.site-renewal #menubar .nav-reserve a:hover { color: var(--site-white); background: var(--site-green-dark); }
.site-renewal #menubar .nav-reserve span { color: rgba(255,255,255,.78); }
.site-renewal #menubar-s { display: none; }

.site-renewal #contents { padding: 52px 0 82px; opacity: 1 !important; animation: none !important; }
.site-renewal #contents > .inner { max-width: 1100px; }
.site-renewal .breadcrumb { margin: 0 0 30px; color: var(--site-muted); font: 13px/1.6 "Yu Gothic", sans-serif; }
.site-renewal .breadcrumb a { color: var(--site-muted); }
.site-renewal #contents section { margin: 0 0 68px; }
.site-renewal #contents section:last-child { margin-bottom: 0; }
.site-renewal #contents section > p[style*="text-align:center"]:first-child,
.site-renewal #contents section > p[style*="text-align: center"]:first-child { margin: 0 0 42px; }
.site-renewal #contents section > p[style*="text-align:center"]:first-child img,
.site-renewal #contents section > p[style*="text-align: center"]:first-child img { width: 100%; max-height: 240px; object-fit: cover; }

.site-renewal #contents h1:not(#logo),
.site-renewal #contents h2 {
  margin: 0 0 38px;
  padding: 0 0 18px;
  color: var(--site-brown);
  background: none;
  border: 0;
  border-bottom: 1px solid var(--site-line);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .04em;
}
.site-renewal #contents h1:not(#logo) span,
.site-renewal #contents h2 span { display: block; margin: 7px 0 0; color: var(--site-green-dark); font: 600 11px/1.4 "Yu Gothic", sans-serif; letter-spacing: .2em; }
.site-renewal #contents h3 { margin: 42px 0 20px; padding: 0 0 10px; color: var(--site-brown); background: none; border: 0; border-bottom: 1px solid var(--site-line); font-size: 22px; font-weight: 500; line-height: 1.55; }
.site-renewal #contents h4, .site-renewal .cp_h4title { margin: 34px 0 18px; padding: 8px 15px; color: var(--site-brown); background: var(--site-sub); border: 0; border-left: 3px solid var(--site-green); font-size: 19px; font-weight: 500; }

.site-renewal .ta1 { width: 100%; margin: 25px 0 42px; border-collapse: collapse; background: var(--site-white); }
.site-renewal .ta1 caption { padding: 15px 18px; color: var(--site-white); background: var(--site-brown); border: 0; font-size: 19px; letter-spacing: .05em; }
.site-renewal .ta1 th, .site-renewal .ta1 td { padding: 15px 18px; border: 1px solid var(--site-line); color: var(--site-text); }
.site-renewal .ta1 th { background: var(--site-sub); color: var(--site-brown); font-weight: 600; }
.site-renewal fieldset, .site-renewal #contents div[style*="border: 1px dotted"] { padding: 22px !important; background: var(--site-sub); border: 1px solid var(--site-line) !important; }
.site-renewal ul.disc { padding-left: 1.6em; }

.site-renewal .media-row { display: flex; align-items: flex-start; gap: 28px; margin: 22px 0 30px; }
.site-renewal .media-row figure.side_image { width: clamp(120px, 16vw, 180px); flex: 0 0 auto; margin: 0; }
.site-renewal .media-row figure.side_image img { display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; }
.site-renewal .media-row p.side_text { width: auto; flex: 1 1 auto; margin: 0; text-align: left; }

.site-renewal .top-banner { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin: 12px 0; padding: 0; }
.site-renewal .top-banner li { width: auto; padding: 0; list-style: none; }
.site-renewal .top-banner li a { height: 100%; display: flex; flex-direction: column; padding: 10px; background: var(--site-white); border: 1px solid var(--site-line); text-decoration: none; }
.site-renewal .top-banner li img { width: auto; max-width: 100%; height: auto; max-height: 210px; object-fit: contain; border: 0; align-self: center; }
.site-renewal .page-link-box {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  width: 100%;
  margin: 30px auto;
}
.site-renewal .page-link-box a {
  display: flex;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  box-sizing: border-box;
  border: 1px solid #788b75;
  border-radius: 4px;
  color: #4f624d;
  background-color: #fafcf9;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.site-renewal .page-link-box a:hover,
.site-renewal .page-link-box a:focus-visible {
  color: #fff;
  background-color: #66745f;
  border-color: #66745f;
}

/* Main page headings: center the title text and its existing underline. */
.site-renewal.price-page #contents h1:not(#logo),
.site-renewal.hotel-page #contents h1:not(#logo),
.site-renewal.attention-page #contents h1:not(#logo),
.site-renewal.faq-page #contents h1:not(#logo),
.site-renewal.job-page #contents h1:not(#logo),
.site-renewal.job-page #contents h2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  text-align: center;
}
.site-renewal.price-page .ta1 th:nth-child(3),
.site-renewal.price-page .ta1 td:nth-child(3),
.site-renewal.area-page .transport-table th,
.site-renewal.area-page .transport-table td:nth-child(2),
.site-renewal.area-page .transport-table td:nth-child(3) { text-align: center; }
.site-renewal .hotel-caption { margin: 9px 6px 4px; color: var(--site-text); font-size: 14px; line-height: 1.6; text-align: center; }

.site-renewal.hotel-page .hotel-promo { max-width: 620px; margin: 28px auto 36px; text-align: center; }
.site-renewal.hotel-page .hotel-promo a { display: block; padding: 14px; background: var(--site-white); border: 1px solid var(--site-line); }
.site-renewal.hotel-page .hotel-promo img { display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; }
.site-renewal.hotel-page .hotel-grid { display: block; margin: 0 0 46px; }
.site-renewal.hotel-page .hotel-grid > .top-banner { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin: 0 0 24px; }
.site-renewal.hotel-page .hotel-grid > .top-banner > li { width: auto; min-width: 0; height: 100%; min-height: 0; margin: 0; padding: 0; list-style: none; }
.site-renewal.hotel-page .hotel-grid > .top-banner > li > a { height: auto; min-height: 0; display: grid; grid-template-rows: 100px 73px; align-items: start; padding: 10px 12px 5px; background: var(--site-white); border: 1px solid var(--site-line); text-decoration: none; }
.site-renewal.hotel-page .hotel-grid > .top-banner > li img { width: auto; max-width: 100%; height: auto; max-height: 100px; min-height: 0; align-self: center; justify-self: center; object-fit: contain; }
.site-renewal.hotel-page .hotel-grid .hotel-caption { height: 66px; align-self: start; margin: 7px 4px 0; color: var(--site-text); font-size: 14px; line-height: 1.55; }

.site-renewal .qa-002 { margin: 28px 0; }
.site-renewal .qa-002 dt, .site-renewal .qa-002 dd { padding: 18px 22px 18px 62px; color: var(--site-text); background: var(--site-white); border: 1px solid var(--site-line); }
.site-renewal .qa-002 dd { margin: 0 0 14px; border-top: 0; }
.site-renewal .qa-002 dt::before, .site-renewal .qa-002 dd::before { left: 14px; border-radius: 50%; background: var(--site-green); }
.site-renewal .qa-002 dd::before { background: var(--site-brown); }

.site-renewal a:has(> img[src*="yoyaku_form"]) { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; color: var(--site-white); background: var(--site-green-dark); font: 600 15px/1.5 "Yu Gothic", sans-serif; letter-spacing: .08em; text-decoration: none; }
.site-renewal a:has(> img[src*="yoyaku_form"]) img { display: none; }
.site-renewal a:has(> img[src*="yoyaku_form"])::after { content: "WEB予約・お問い合わせ"; }

.site-renewal footer { margin: 0; padding-top: 50px; color: #f8f5f0; background: var(--site-brown); }
.site-renewal #footermenu { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; padding-bottom: 42px; }
.site-renewal #footermenu ul { width: auto; margin: 0; }
.site-renewal #footermenu li { margin: 7px 0; font-size: 13px; }
.site-renewal #footermenu a, .site-renewal #copyright a { color: #fff; }
.site-renewal #copyright { padding: 25px 20px; background: transparent; border-top: 1px solid rgba(255,255,255,.15); text-align: center; }
.site-renewal #copyright .icon { justify-content: center; margin-bottom: 10px; }
.site-renewal #copyright .icon img { width: 25px; }
.site-renewal .nav-fix-pos-pagetop a { color: #fff; background: var(--site-green-dark); border-radius: 50%; }

.site-renewal .wrap { width: min(820px, calc(100% - 40px)); max-width: 820px; margin: 0 auto; padding: 55px 0 80px !important; }
.site-renewal .card { padding: 38px; background: var(--site-white); border: 1px solid var(--site-line); border-radius: 0; box-shadow: none; }
.site-renewal .card h1 { color: var(--site-brown); font-size: 32px; font-weight: 500; }
.site-renewal input, .site-renewal select, .site-renewal textarea { border-color: var(--site-line); border-radius: 3px; background: var(--site-white); color: var(--site-text); }
.site-renewal button { min-height: 56px; border-radius: 3px; background: var(--site-green-dark); }

.site-renewal .media-row.cashless-payment { flex-direction: column; }
.site-renewal .media-row.cashless-payment figure.side_image { width: 90%; max-width: 90%; margin: 0 auto; }

/* 関連ページを確認して電話予約へ進む案内 */
.site-renewal .page-guide {
  margin: 42px 0;
  padding: 30px;
  border: 1px solid var(--site-line);
  background: var(--site-white);
  text-align: center;
}
.site-renewal .page-guide h3 { margin-top: 0; }
.site-renewal .page-guide-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.site-renewal .page-guide-links a {
  min-width: 210px;
  padding: 14px 20px;
  border: 1px solid var(--site-green-dark);
  background: var(--site-white);
  color: var(--site-green-dark);
  text-decoration: none;
}
.site-renewal .page-guide-links a.page-guide-tel {
  background: var(--site-green-dark);
  color: var(--site-white);
}
.site-renewal .page-guide-links small { display: block; margin-top: 3px; }
@media screen and (max-width: 767px) {
  .site-renewal .page-guide { padding: 24px 16px; }
  .site-renewal .page-guide-links { flex-direction: column; }
  .site-renewal .page-guide-links a { min-width: 0; }
  .site-renewal .page-link-box { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
  .site-renewal .page-link-box a { min-height: 50px; padding: 8px 4px; font-size: clamp(12px,3.4vw,15px); line-height: 1.35; }
}
.site-renewal .media-row.cashless-payment figure.side_image img { display: block; width: 100%; max-width: 100%; height: auto; }
.site-renewal.price-page .media-row.treatment-media figure.side_image,
.site-renewal.price-page .media-row.guidance-row figure.side_image { width: 33%; max-width: 33%; }
.site-renewal.attention-page .media-row figure.side_image { width: 33%; max-width: 33%; }
.site-renewal.price-page .media-row.treatment-media figure.side_image img,
.site-renewal.price-page .media-row.guidance-row figure.side_image img,
.site-renewal.price-page .media-row.cashless-payment figure.side_image img,
.site-renewal.attention-page .media-row figure.side_image img { border: 1px solid var(--site-line); box-sizing: border-box; }
.site-renewal.price-page .guidance-image { position: relative; }
.site-renewal.price-page .guidance-link {
  position: absolute;
  top: 40%;
  left: 70%;
  min-width: 140px;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 12px 22px;
  color: #fff;
  background: var(--site-green-dark);
  border: 1px solid var(--site-green-dark);
  border-radius: 999px;
  box-shadow: 0 7px 20px rgba(63, 51, 43, .2);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.4;
  letter-spacing: .12em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.site-renewal.price-page .guidance-link::after { content: "›"; display: inline-block; margin-left: .45em; color: rgba(255,255,255,.85); font-family: serif; transition: transform .2s ease; }
.site-renewal.price-page .guidance-link:hover { color: #fff; background: #56634f; }
.site-renewal.price-page .guidance-link:hover::after { transform: translateX(3px); }

@media screen and (max-width:800px) {
  body.site-renewal { font-size: 15px; line-height: 1.8; }
  .site-renewal .inner { width: calc(100% - 34px); }
  .site-renewal header { min-height: 74px; padding: 0 18px; }
  .site-renewal header #logo img { width: 260px; }
  .site-renewal .site-header { padding: 0; }
  .site-renewal .site-header .header-bar { min-height: 74px; }
  .site-renewal .site-header .header-contact { display: none; }
  .site-renewal .site-header .header-bar #logo img { width: 260px; }
  .site-renewal #menubar { display: none; }
  .site-renewal #menubar-s { height: 100%; padding: 78px 18px 25px; overflow-y: auto; background: rgba(63,51,43,.98); border: 0; }
  .site-renewal #menubar-s ul { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid rgba(255,255,255,.2); }
  .site-renewal #menubar-s ul li a { padding: 18px 10px; color: #fff; background: rgba(255,255,255,.04); border: 0; text-align: center; }
  .site-renewal #menubar-s li span { display: none; }
  .site-renewal #menubar_hdr { position: fixed; top: 12px; right: 14px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; box-shadow: 0 2px 14px rgba(63,51,43,.18); }
  .site-renewal #menubar_hdr.close, .site-renewal #menubar_hdr.open { width: 48px; height: 48px; background-color: var(--site-brown); background-size: 48px; }
  .site-renewal #contents { padding: 38px 0 58px; }
  .site-renewal #contents section { margin-bottom: 52px; }
  .site-renewal .breadcrumb { margin-bottom: 22px; font-size: 12px; }
  .site-renewal #contents section > p[style*="text-align:center"]:first-child,
  .site-renewal #contents section > p[style*="text-align: center"]:first-child { margin-bottom: 30px; }
  .site-renewal #contents h1:not(#logo), .site-renewal #contents h2 { margin-bottom: 28px; font-size: clamp(24px,7vw,28px); }
  .site-renewal #contents h3 { margin-top: 34px; font-size: 20px; }
  .site-renewal #contents h4, .site-renewal .cp_h4title { font-size: 18px; }
  .site-renewal .top-banner { grid-template-columns: 1fr; gap: 14px; }
  .site-renewal .top-banner.mobile-three-column { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .site-renewal .top-banner.mobile-three-column li { width: 100% !important; margin: 0 !important; }
  .site-renewal .top-banner.mobile-three-column li a { min-width: 0; }
  .site-renewal .top-banner.mobile-three-column li img { width: 100%; }
  .site-renewal .top-banner li img { max-height: 260px; }
  .site-renewal .media-row { flex-direction: column; gap: 16px; }
  .site-renewal .media-row figure.side_image { width: min(180px, 100%); }
  .site-renewal .media-row p.side_text { width: 100%; }
  .site-renewal.price-page .media-row figure.side_image,
  .site-renewal.attention-page .media-row figure.side_image { width: 100%; max-width: 100%; float: none; }
  .site-renewal.price-page .media-row figure.side_image img,
  .site-renewal.attention-page .media-row figure.side_image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
  }
  .site-renewal.hotel-page .hotel-promo { margin: 22px auto 30px; }
  .site-renewal.hotel-page .hotel-grid > .top-banner { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .site-renewal.hotel-page .hotel-grid > .top-banner > li > a { min-height: 0; grid-template-rows: auto auto; }
  .site-renewal.hotel-page .hotel-grid > .top-banner > li img { max-height: 80px; }
  .site-renewal.hotel-page .hotel-grid .hotel-caption { height: auto; margin: 5px 0 0; font-size: 10px; line-height: 1.35; }
  .site-renewal .ta1 { display: table; table-layout: auto; font-size: 14px; }
  .site-renewal .ta1 th, .site-renewal .ta1 td { padding: 11px 9px; overflow-wrap: anywhere; }
  .site-renewal.price-page .ta1 { width: 100%; max-width: 100%; table-layout: fixed; font-size: 13px; }
  .site-renewal.price-page .ta1 th,
  .site-renewal.price-page .ta1 td { padding: 8px 5px; }
  .site-renewal.price-page .ta1 th:nth-child(1),
  .site-renewal.price-page .ta1 td:nth-child(1) { width: 25%; }
  .site-renewal.price-page .ta1 th:nth-child(2),
  .site-renewal.price-page .ta1 td:nth-child(2) { width: 50%; overflow-wrap: break-word; }
  .site-renewal.price-page .ta1 th:nth-child(3),
  .site-renewal.price-page .ta1 td:nth-child(3) { width: 25%; white-space: nowrap; overflow-wrap: normal; word-break: normal; }
  .site-renewal.area-page .transport-table { width: 100%; max-width: 100%; table-layout: fixed; font-size: 13px; }
  .site-renewal.area-page .transport-table th,
  .site-renewal.area-page .transport-table td { padding: 8px 5px; }
  .site-renewal.area-page .transport-table th:nth-child(1),
  .site-renewal.area-page .transport-table td:nth-child(1) { width: 30%; }
  .site-renewal.area-page .transport-table th:nth-child(2),
  .site-renewal.area-page .transport-table td:nth-child(2) { width: 28%; }
  .site-renewal.area-page .transport-table th:nth-child(3),
  .site-renewal.area-page .transport-table td:nth-child(3) { width: 42%; }
  .site-renewal.area-page .hotel-link-table { width: 100%; max-width: 100%; table-layout: fixed; font-size: 12px; }
  .site-renewal.area-page .hotel-link-table td { width: 33.333%; padding: 8px 5px; overflow-wrap: break-word; word-break: normal; }
  .site-renewal.price-page .media-row.treatment-media figure.side_image,
  .site-renewal.price-page .media-row.guidance-row figure.side_image { width: 100%; max-width: 100%; }
  .site-renewal .qa-002 dt, .site-renewal .qa-002 dd { padding-right: 15px; }
  .site-renewal #footermenu { grid-template-columns: 1fr 1fr; gap: 25px; }
  .site-renewal .wrap { width: calc(100% - 28px); padding: 36px 0 58px !important; }
  .site-renewal .card { padding: 25px 18px; }
  .site-renewal .card h1 { font-size: 26px; }
}

@media screen and (max-width:390px) {
  .site-renewal #menubar-s ul { grid-template-columns: 1fr; }
  .site-renewal #footermenu { grid-template-columns: 1fr; }
}

/* area.html: compact SEO-friendly area and hotel listings */
.site-renewal.area-page #contents main .area-page-header h1 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  box-sizing: border-box;
  text-align: center;
}
.site-renewal.area-page #contents .area-title > span,
.site-renewal.area-page #contents .area-heading > span {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
.site-renewal.area-page #contents .area-title > span {
  display: inline !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
}
.site-renewal.area-page #contents .area-title > span + span::before,
.site-renewal.area-page #contents .area-heading > span + span::before { content: " "; }
.site-renewal.area-page #contents .area-intro { width: calc(100% - 40px); max-width: 1100px; margin-right: auto; margin-left: auto; box-sizing: border-box; }
.site-renewal.area-page .area-intro h2 { text-align: center; }
.site-renewal.area-page .area-intro p { margin-left: auto; margin-right: auto; text-align: left; }
.site-renewal.area-page .area-intro h2 { margin-top: 46px; }
.site-renewal.area-page .area-jump { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 0 0 68px; }
.site-renewal.area-page .area-jump a { display: flex; min-height: 58px; align-items: center; justify-content: center; padding: 12px 16px; border: 1px solid #788b75; border-radius: 4px; color: #4f624d; background-color: #fafcf9; font-weight: 600; text-align: center; text-decoration: none; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.site-renewal.area-page .area-jump a:hover,
.site-renewal.area-page .area-jump a:focus-visible { color: #fff; background-color: #66745f; border-color: #66745f; }
.site-renewal.area-page #home-area, .site-renewal.area-page #hotel-area { scroll-margin-top: 100px; }
.site-renewal.area-page .area-district { margin: 34px 0 46px; }
.site-renewal.area-page .table-scroll { width: 100%; max-width: 100%; overflow-x: auto; }
.site-renewal.area-page .transport-table { margin: 0; table-layout: fixed; }
.site-renewal.area-page .transport-table th:nth-child(1), .site-renewal.area-page .transport-table td:nth-child(1) { width: 30%; }
.site-renewal.area-page .transport-table th:nth-child(2), .site-renewal.area-page .transport-table td:nth-child(2) { width: 25%; text-align: center; }
.site-renewal.area-page .transport-table th:nth-child(3), .site-renewal.area-page .transport-table td:nth-child(3) { width: 45%; text-align: center; }
.site-renewal.area-page .area-accordion, .site-renewal.area-page .hotel-accordion { width: 100%; margin: 18px 0 0; border: 1px solid var(--site-line); border-radius: 4px; background: var(--site-white); }
.site-renewal.area-page .area-accordion summary, .site-renewal.area-page .hotel-accordion summary { position: relative; min-height: 58px; padding: 17px 54px 17px 18px; color: var(--site-brown); background: var(--site-sub); cursor: pointer; font-weight: 600; line-height: 1.55; list-style: none; }
.site-renewal.area-page .area-accordion summary::-webkit-details-marker, .site-renewal.area-page .hotel-accordion summary::-webkit-details-marker { display: none; }
.site-renewal.area-page .area-accordion summary::after, .site-renewal.area-page .hotel-accordion summary::after { content: "+"; position: absolute; top: 50%; right: 18px; width: 26px; transform: translateY(-50%); color: var(--site-green-dark); font-size: 25px; line-height: 1; text-align: center; }
.site-renewal.area-page details[open] > summary::after { content: "−"; }
.site-renewal.area-page summary:focus-visible { outline: 3px solid var(--site-green); outline-offset: 2px; }
.site-renewal.area-page .accordion-content { padding: 18px; }
.site-renewal.area-page .accordion-content .transport-table { margin: 0; }
.site-renewal.area-page .hotel-group { margin: 38px 0 50px; }
.site-renewal.area-page .hotel-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.site-renewal.area-page .hotel-grid a { display: flex; min-width: 0; min-height: 72px; align-items: center; justify-content: center; padding: 12px 10px; border: 1px solid var(--site-line); border-radius: 3px; color: var(--site-brown); background: var(--site-white); line-height: 1.5; overflow-wrap: anywhere; text-align: center; text-decoration: none; }
.site-renewal.area-page .hotel-grid a:hover { border-color: var(--site-green); background: var(--site-sub); }
.site-renewal.area-page .hotel-grid-more { padding: 18px; }
.site-renewal.area-page .faq-item { margin: 0 0 18px; padding: 20px 22px; border-left: 4px solid var(--site-green); background: var(--site-sub); }
.site-renewal.area-page .faq-item h3 { margin: 0 0 10px; padding: 0; border: 0; font-size: 18px; }
.site-renewal.area-page .faq-item p { margin: 0; }

@media screen and (max-width:768px) {
  .site-renewal.area-page #contents .area-title > span,
  .site-renewal.area-page #contents .area-heading > span { display: block; white-space: nowrap; }
  .site-renewal.area-page #contents .area-title > span { display: block !important; }
  .site-renewal.area-page #contents .area-title > span + span::before,
  .site-renewal.area-page #contents .area-heading > span + span::before { content: none; }
  .site-renewal.area-page #contents .area-title {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6px;
    padding-left: 6px;
    box-sizing: border-box;
    font-size: clamp(23px,6.2vw,27px);
    line-height: 1.45;
    letter-spacing: 0;
    text-align: center;
  }
  .site-renewal.area-page #contents .area-heading {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4px;
    padding-left: 4px;
    box-sizing: border-box;
    font-size: clamp(21px,5.7vw,25px);
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
  }
  .site-renewal.area-page #contents .area-intro { width: calc(100% - 24px); max-width: none; margin-right: auto; margin-left: auto; }
  .site-renewal.area-page .area-intro p { text-align: left; }
}

@media screen and (max-width:600px) {
  .site-renewal.area-page .area-jump { grid-template-columns: 1fr; gap: 9px; margin-bottom: 52px; }
  .site-renewal.area-page .area-jump a { min-height: 52px; }
  .site-renewal.area-page .area-intro h2 { margin-top: 36px; }
  .site-renewal.area-page .transport-table { font-size: 12px; }
  .site-renewal.area-page .transport-table th, .site-renewal.area-page .transport-table td { padding: 8px 4px; overflow-wrap: anywhere; }
  .site-renewal.area-page .transport-table th:nth-child(1), .site-renewal.area-page .transport-table td:nth-child(1) { width: 29%; }
  .site-renewal.area-page .transport-table th:nth-child(2), .site-renewal.area-page .transport-table td:nth-child(2) { width: 25%; }
  .site-renewal.area-page .transport-table th:nth-child(3), .site-renewal.area-page .transport-table td:nth-child(3) { width: 46%; }
  .site-renewal.area-page .accordion-content { padding: 10px; }
  .site-renewal.area-page .area-accordion summary, .site-renewal.area-page .hotel-accordion summary { min-height: 56px; padding: 15px 46px 15px 12px; font-size: 14px; }
  .site-renewal.area-page .hotel-grid { gap: 5px; }
  .site-renewal.area-page .hotel-grid a { min-height: 76px; padding: 8px 4px; font-size: 11px; line-height: 1.4; word-break: normal; }
  .site-renewal.area-page .hotel-grid-more { padding: 10px; }
  .site-renewal.area-page .faq-item { padding: 17px 15px; }
  .site-renewal.area-page .faq-item h3 { font-size: 16px; }
}
