:root {
  --ink: #10283c;
  --ink-deep: #081b2b;
  --ink-soft: #425b6c;
  --blue: #087ea8;
  --blue-bright: #17a8d3;
  --blue-pale: #eaf7fb;
  --red: #e52c36;
  --sand: #f5f2ec;
  --line: #dbe4e8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(11, 42, 62, .11);
  --radius: 22px;
  --container: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--ink-deep);
  color: var(--white);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--blue-bright);
  outline-offset: 4px;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(16, 40, 60, .09);
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 30px rgba(11, 42, 62, .09);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  min-height: 84px;
  padding-left: clamp(22px, 4vw, 62px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: center;
  width: max-content;
}

.brand-hotel {
  display: flex;
  align-items: center;
  padding-right: 12px;
  border-right: 1px solid var(--line);
}

.brand-hotel img {
  width: 70px;
  height: auto;
}

.brand-kinjo {
  width: 178px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(22px, 3vw, 46px);
  padding-inline: clamp(24px, 4vw, 66px);
}

.desktop-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .22s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-contact {
  display: flex;
  min-width: 212px;
  padding: 13px 34px 11px;
  background: var(--ink);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
}

.header-contact span {
  color: #9bb5c5;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .19em;
}

.header-contact a {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.25;
}

.menu-button,
.mobile-menu {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: min(880px, 100vh);
  padding: 148px 0 88px;
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, .98) 0%, rgba(246, 251, 252, .98) 48%, rgba(228, 245, 250, .86) 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 126, 168, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 126, 168, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to right, transparent, #000 58%, #000);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  top: 13%;
  right: 28%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(24, 181, 216, .2), rgba(24, 181, 216, 0) 68%);
}

.hero-glow-two {
  bottom: -26%;
  left: -12%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(229, 44, 54, .08), rgba(229, 44, 54, 0) 68%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(380px, .87fr) minmax(510px, 1.13fr);
  align-items: center;
  gap: clamp(48px, 6vw, 100px);
}

.hero-copy {
  padding-bottom: 36px;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--blue);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .21em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
}

.eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--red);
}

.hero h1 {
  margin: 26px 0 28px;
  color: var(--ink-deep);
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.2;
}

.hero h1 em {
  position: relative;
  color: var(--blue);
  font-style: normal;
}

.hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 3px;
  height: 6px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--red), rgba(229, 44, 54, .1));
  content: "";
}

.hero-lead {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 500;
  line-height: 2;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  min-width: 180px;
  background: var(--ink);
  box-shadow: 0 13px 28px rgba(16, 40, 60, .18);
  color: var(--white);
}

.button-primary span {
  color: #7fd7ee;
  font-size: 17px;
}

.button-primary:hover {
  background: var(--blue);
  box-shadow: 0 15px 32px rgba(8, 126, 168, .24);
}

.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, .68);
}

.button-ghost:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.hero-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #d4e4e9;
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-main {
  top: 16px;
  right: 0;
  width: 84%;
  height: 74%;
  border-radius: 110px 22px 110px 22px;
}

.hero-photo-main::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 25, 39, .68), transparent 38%);
  content: "";
}

.hero-photo-main figcaption {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 28px;
  left: 38px;
  display: flex;
  color: var(--white);
  flex-direction: column;
}

.hero-photo-main figcaption strong {
  color: #74d8ef;
  font-family: Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .24em;
}

.hero-photo-main figcaption span {
  font-size: 14px;
  font-weight: 700;
}

.hero-photo-sub {
  z-index: 3;
  border: 7px solid rgba(255, 255, 255, .96);
}

.hero-photo-sub-one {
  bottom: 28px;
  left: 0;
  width: 38%;
  height: 34%;
  border-radius: 18px 58px 18px 58px;
}

.hero-photo-sub-two {
  right: 4%;
  bottom: 0;
  width: 31%;
  height: 27%;
  border-radius: 50%;
}

.hero-stat {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 1%;
  display: flex;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(8, 126, 168, .15);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 40px rgba(10, 48, 68, .12);
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.hero-stat strong {
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 40px;
  line-height: 1;
}

.hero-stat span {
  color: var(--ink-soft);
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.45;
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  bottom: 22px;
  left: 50%;
  display: flex;
  color: #8094a0;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-scroll span {
  display: block;
  width: 1px;
  height: 34px;
  background: linear-gradient(var(--blue), transparent);
}

/* Concept */
.concept {
  padding: 112px 0 0;
  background: var(--white);
}

.concept-grid {
  display: grid;
  grid-template-columns: .55fr 1.15fr 1fr;
  align-items: start;
  gap: clamp(34px, 5vw, 80px);
}

.concept-heading h2,
.section-heading h2,
.company-intro h2 {
  margin: 0;
  color: var(--ink-deep);
  font-size: clamp(30px, 3.25vw, 46px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.55;
}

.concept-copy {
  padding-top: 7px;
  color: var(--ink-soft);
  font-size: 14px;
}

.concept-copy p {
  margin: 0 0 14px;
}

.area-strip {
  display: grid;
  margin-top: 80px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(5, 1fr);
}

.area-strip div {
  position: relative;
  display: flex;
  min-height: 132px;
  padding: 24px 26px;
  border-right: 1px solid var(--line);
  flex-direction: column;
  justify-content: center;
}

.area-strip div:last-child {
  border-right: 0;
}

.area-strip strong {
  position: absolute;
  top: 13px;
  right: 17px;
  color: #dbe7eb;
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.area-strip span {
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-weight: 800;
}

.area-strip small {
  color: var(--blue);
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

/* Hotel list */
.hotels-section {
  padding: 124px 0 132px;
  background: linear-gradient(180deg, var(--white) 0, #f3f8f9 180px, #f3f8f9 100%);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.section-heading h2 {
  margin-top: 12px;
}

.section-heading > p {
  max-width: 390px;
  margin: 0 0 5px;
  color: var(--ink-soft);
  font-size: 14px;
}

.hotel-tools {
  margin-top: 48px;
  padding: 20px;
  border: 1px solid #dce8eb;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 35px rgba(24, 63, 82, .06);
}

.hotel-search {
  position: relative;
  display: block;
}

.hotel-search svg {
  position: absolute;
  top: 50%;
  left: 19px;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-width: 1.8;
  transform: translateY(-50%);
}

.hotel-search input {
  width: 100%;
  height: 58px;
  padding: 0 22px 0 54px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fbfc;
  color: var(--ink);
  font-size: 15px;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.hotel-search input::placeholder {
  color: #879aa5;
}

.hotel-search input:focus {
  border-color: var(--blue);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(8, 126, 168, .11);
}

.region-filters {
  display: flex;
  margin-top: 16px;
  gap: 9px;
  flex-wrap: wrap;
}

.filter-button {
  display: inline-flex;
  min-height: 42px;
  padding: 8px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.filter-button span {
  display: grid;
  min-width: 21px;
  height: 21px;
  padding-inline: 4px;
  border-radius: 999px;
  background: #edf3f5;
  color: #627985;
  font-family: Arial, sans-serif;
  font-size: 9px;
  place-items: center;
}

.filter-button:hover {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-1px);
}

.filter-button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.filter-button.is-active span {
  background: rgba(255, 255, 255, .15);
  color: var(--white);
}

.hotel-result-bar {
  display: flex;
  margin: 34px 0 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d3e0e4;
  align-items: center;
  justify-content: space-between;
}

.hotel-result-bar p,
.hotel-result-bar span {
  margin: 0;
}

.hotel-result-bar p {
  font-size: 13px;
  font-weight: 700;
}

.hotel-result-bar span {
  color: #8ba0aa;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.hotel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.hotel-card {
  overflow: hidden;
  border: 1px solid rgba(16, 40, 60, .08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(16, 52, 70, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.hotel-card:hover {
  box-shadow: 0 20px 46px rgba(16, 52, 70, .14);
  transform: translateY(-5px);
}

.hotel-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #dbe8ec;
}

.hotel-card-image::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(to top, rgba(5, 25, 39, .3), transparent);
  content: "";
  pointer-events: none;
}

.hotel-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .65, .3, 1);
}

.hotel-card:hover .hotel-card-image img {
  transform: scale(1.035);
}

.hotel-area {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 999px;
  background: rgba(8, 27, 43, .79);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hotel-card-body {
  min-height: 264px;
  padding: 22px 24px 25px;
}

.hotel-card-number {
  display: flex;
  margin-bottom: 8px;
  color: #8aa0aa;
  align-items: center;
  justify-content: space-between;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
}

.hotel-card-number strong {
  color: #dbe7eb;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.hotel-card h3 {
  min-height: 54px;
  margin: 0;
  color: var(--ink-deep);
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.5;
}

.hotel-kana {
  min-height: 35px;
  margin: 5px 0 15px;
  color: #82949d;
  font-size: 10px;
  line-height: 1.65;
}

.hotel-address {
  display: flex;
  min-height: 45px;
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid #e8eef0;
  color: var(--ink-soft);
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.55;
}

.hotel-address svg {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 2px;
  fill: none;
  stroke: var(--red);
  stroke-width: 1.8;
}

.hotel-phone {
  display: flex;
  margin: 8px 0 0;
  color: var(--ink-soft);
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.55;
}

.hotel-phone svg {
  width: 15px;
  min-width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--red);
  stroke-width: 1.8;
}

.hotel-phone a {
  color: var(--ink-deep);
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.hotel-phone a:hover {
  color: var(--blue);
}

.no-results {
  padding: 76px 24px;
  border: 1px dashed #bfd0d7;
  border-radius: var(--radius);
  background: var(--white);
  text-align: center;
}

.no-results > span {
  display: block;
  color: #a7bbc4;
  font-family: Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
}

.no-results p {
  margin: 16px 0;
  color: var(--ink-soft);
}

.no-results button {
  padding: 8px 14px;
  border: 0;
  border-bottom: 1px solid var(--blue);
  background: transparent;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.load-more-wrap {
  display: flex;
  margin-top: 44px;
  justify-content: center;
}

.button-more {
  min-width: 220px;
  border-color: var(--ink);
  background: var(--white);
}

.button-more:hover {
  background: var(--ink);
  color: var(--white);
}

.button-more span {
  font-size: 18px;
  font-weight: 400;
}

.no-js .load-more-wrap {
  display: none;
}

/* Company */
.company-section {
  position: relative;
  min-height: 730px;
  padding: 120px 0;
  overflow: hidden;
  background: var(--ink-deep);
  color: var(--white);
}

.company-section::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(23, 168, 211, .17), transparent 30%),
    linear-gradient(115deg, transparent 0 54%, rgba(255, 255, 255, .025) 54% 55%, transparent 55%);
  content: "";
}

.company-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
  opacity: .34;
}

.company-photo::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, var(--ink-deep), transparent 65%), linear-gradient(0deg, var(--ink-deep), transparent 45%);
  content: "";
}

.company-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .87fr 1.13fr;
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
}

.section-kicker-light {
  color: #60cce8;
}

.company-intro h2 {
  margin: 18px 0 28px;
  color: var(--white);
}

.company-intro > p:last-child {
  max-width: 470px;
  margin: 0;
  color: #a9bdc9;
  font-size: 14px;
}

.company-card {
  padding: clamp(32px, 4.5vw, 58px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 26px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 25px 65px rgba(0, 0, 0, .22);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.company-card-label {
  margin: 0 0 17px;
  color: #70d0e8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}

.company-card dl {
  margin: 0;
}

.company-card dl > div {
  display: grid;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  grid-template-columns: 110px 1fr;
  gap: 20px;
}

.company-card dt {
  color: #819dab;
  font-size: 12px;
  font-weight: 700;
}

.company-card dd {
  margin: 0;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
}

.information-card {
  display: flex;
  margin-top: 18px;
  padding: 20px 22px;
  border-radius: 15px;
  background: var(--white);
  color: var(--ink);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.information-card > div {
  display: flex;
  flex-direction: column;
}

.information-card span {
  font-size: 11px;
  font-weight: 700;
}

.information-card small {
  color: #708691;
  font-size: 10px;
}

.information-card > a {
  color: var(--blue);
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  white-space: nowrap;
}

/* Footer */
.site-footer {
  padding: 64px 0 22px;
  background: var(--white);
}

.footer-main {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-main nav {
  display: flex;
  gap: 34px;
}

.footer-main nav a {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.footer-main nav a:hover {
  color: var(--blue);
}

.footer-bottom {
  display: flex;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #8ca0a9;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-size: 9px;
}

.footer-bottom p {
  margin: 0;
}

/* Responsive */
@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav {
    gap: 22px;
    padding-inline: 26px;
  }

  .header-contact {
    min-width: 185px;
    padding-inline: 24px;
  }

  .hero-grid {
    grid-template-columns: minmax(340px, .9fr) minmax(450px, 1.1fr);
    gap: 40px;
  }

  .hero-visual {
    min-height: 540px;
  }

  .hotel-card h3 {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  html {
    scroll-padding-top: 74px;
  }

  .header-inner {
    min-height: 74px;
    padding: 0 22px;
  }

  .brand-hotel img {
    width: 58px;
  }

  .brand-kinjo {
    width: 148px;
  }

  .desktop-nav,
  .header-contact {
    display: none;
  }

  .menu-button {
    display: flex;
    grid-column: 3;
    justify-self: end;
    width: 46px;
    height: 46px;
    padding: 12px 9px;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .menu-button span:not(.sr-only) {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--white);
    transition: transform .2s ease, opacity .2s ease;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-menu {
    display: flex;
    height: calc(100vh - 74px);
    padding: 34px 24px 42px;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, .98);
    flex-direction: column;
  }

  .mobile-menu > a {
    padding: 18px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
    font-weight: 700;
  }

  .mobile-contact {
    display: flex;
    margin-top: auto;
    padding: 22px;
    border-radius: 16px;
    background: var(--ink);
    color: var(--white);
    flex-direction: column;
  }

  .mobile-contact span,
  .mobile-contact small {
    color: #9db5c3;
    font-size: 10px;
  }

  .mobile-contact a {
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 800;
  }

  .hero {
    min-height: 0;
    padding: 122px 0 68px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy {
    max-width: 650px;
    padding: 0;
  }

  .hero h1 {
    font-size: clamp(48px, 9vw, 76px);
  }

  .hero-visual {
    min-height: 570px;
  }

  .hero-photo-main {
    width: 79%;
  }

  .hero-photo-sub-one {
    width: 34%;
  }

  .hero-scroll {
    display: none;
  }

  .concept-grid {
    grid-template-columns: .55fr 1.45fr;
  }

  .concept-copy {
    grid-column: 2;
  }

  .area-strip {
    grid-template-columns: repeat(5, 1fr);
  }

  .area-strip div {
    min-height: 112px;
    padding: 20px 13px;
  }

  .area-strip strong {
    font-size: 24px;
  }

  .area-strip span {
    font-size: 14px;
  }

  .hotel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .company-intro {
    max-width: 620px;
  }

  .company-photo {
    width: 66%;
    opacity: .2;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    padding-inline: 16px;
  }

  .brand {
    gap: 9px;
  }

  .brand-hotel {
    padding-right: 9px;
  }

  .brand-hotel img {
    width: 51px;
  }

  .brand-kinjo {
    width: 130px;
  }

  .hero {
    padding-top: 110px;
  }

  .eyebrow {
    font-size: 9px;
  }

  .hero h1 {
    margin-top: 19px;
    font-size: clamp(42px, 13vw, 62px);
    line-height: 1.24;
  }

  .hero-lead {
    font-size: 14px;
  }

  .hero-lead br {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-photo-main {
    width: 88%;
    height: 74%;
    border-radius: 60px 16px 60px 16px;
  }

  .hero-photo-main figcaption {
    right: 22px;
    bottom: 20px;
    left: 24px;
  }

  .hero-photo-sub {
    border-width: 4px;
  }

  .hero-photo-sub-one {
    bottom: 16px;
    width: 42%;
    height: 31%;
    border-radius: 12px 34px 12px 34px;
  }

  .hero-photo-sub-two {
    right: 2%;
    width: 30%;
    height: 27%;
  }

  .hero-stat {
    top: -14px;
    width: 105px;
    height: 105px;
  }

  .hero-stat strong {
    font-size: 30px;
  }

  .hero-stat span {
    font-size: 6px;
  }

  .concept {
    padding-top: 82px;
  }

  .concept-grid {
    display: block;
  }

  .concept-heading h2 {
    margin-top: 14px;
    font-size: 29px;
  }

  .concept-copy {
    margin-top: 24px;
  }

  .area-strip {
    margin-top: 48px;
    border-bottom: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .area-strip div {
    min-height: 96px;
    border-bottom: 1px solid var(--line);
  }

  .area-strip div:nth-child(even) {
    border-right: 0;
  }

  .area-strip div:last-child {
    border-right: 1px solid var(--line);
  }

  .hotels-section {
    padding: 92px 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2 {
    margin-top: 10px;
    font-size: 29px;
  }

  .section-heading > p {
    margin-top: 18px;
  }

  .section-heading > p br {
    display: none;
  }

  .hotel-tools {
    margin-top: 30px;
    padding: 13px;
    border-radius: 14px;
  }

  .hotel-search input {
    height: 54px;
  }

  .region-filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-button {
    justify-content: space-between;
  }

  .filter-button:first-child,
  .filter-button:last-child {
    grid-column: span 2;
  }

  .hotel-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hotel-card-body {
    min-height: 0;
  }

  .hotel-card h3,
  .hotel-kana,
  .hotel-address,
  .hotel-phone {
    min-height: 0;
  }

  .company-section {
    min-height: 0;
    padding: 88px 0;
  }

  .company-intro h2 {
    margin-top: 13px;
    font-size: 31px;
  }

  .company-layout {
    gap: 38px;
  }

  .company-card {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .company-card dl > div {
    grid-template-columns: 75px 1fr;
    gap: 12px;
  }

  .information-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .information-card > a {
    font-size: 25px;
  }

  .footer-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main nav {
    display: grid;
    width: 100%;
    gap: 0;
  }

  .footer-main nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
