:root {
  --navy: #062d69;
  --blue: #0a4d8c;
  --sky: #5bafd6;
  --accent: #f5a623;
  --bg: #f4f8fb;
  --text: #1c2a3a;
  --border: #d6e2ec;
  --white: #fff;
  --green: #0cb245;
  --shadow: 0 14px 40px rgba(6, 45, 105, .08);
  --blue2: #0b4b91;
  --hover: #061f4a;
}
@media only screen and (max-width: 1024px) {
  .pc_only {
    display: none !important; } }
@media only screen and (max-width: 644px) {
  .tab_only {
    display: none !important; } }
@media print, screen and (min-width: 1025px) {
  .sp_only {
    display: none !important; } }

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.8;
  background: #fff;
  /*font-weight: 600;*/
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--border);
}
.header-top {
  border-bottom: 1px solid var(--border);
}
.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 28px;
}
.header-nav {
  background: var(--navy);
}
.header-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}
.brand-mark {
  width: 58px;
}
.brand-text small {
  display: block;
  font-size: 12px;
  letter-spacing: .04em;
}
.brand-text strong {
  display: block;
  font-size: 22px;
  line-height: 1.15;
  color: var(--blue);
  letter-spacing: .04em;
}
.brand-text em {
  display: block;
  font-size: 11px;
  font-style: normal;
  letter-spacing: .18em;
  color: var(--blue2);
}
.global-nav {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
}

.bottom-panels h2 {
  font-size: 27px;
  line-height: 1.35;
  margin: 0 0 16px;
  color: var(--blue);
}

.contact-panel {
  text-align: center;
  padding: 30px;
}
.contact-panel small {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
}
.contact-panel .btn {
  width: 100%;
}
.contact-panel p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 12px;
}
.btn::after {
  content: "→";
}
.big-tel {
  display: block;
  font-size: 33px;
  line-height: 1.2;
  margin: 5px 0 2px;
  color: var(--blue);
  font-weight: 900;
}
.about-panel p, .shop-panel p{
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 12px;
}

.shop-logo {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 21px;
  color: var(--blue);
  margin-bottom: 16px;
}
.shop-logo img {
  width: 58px;
}
.shop-panel {
  padding: 30px;
  position: relative;
}
.shop-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .90) 45%, rgba(255, 255, 255, .10));
  border-radius: inherit;
}
.shop-panel .shop-logo,
.shop-panel p {
  position: relative;
  z-index: 1;
}
.bottom-panels {
  display: grid;
  grid-template-columns: 1.45fr 1.05fr;
  gap: 18px;
  padding: 12px 0 36px;
}
.bottom-panels article {
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(9, 47, 112, .05);
  border-radius: 8px;
}
.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 25px rgba(9, 47, 112, .22);
}
.btn-primary:hover {
  background: var(--hover);
  transform: translateY(-2px);
  color: #ffffff;
}

.global-nav a {
  display: block;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
  position: relative;
  transition: color .25s;
}
.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: white;
  transform: scaleX(0);
  transition: .25s;
}
.global-nav a:hover,
.global-nav .is-current {
  color: #fff;
}
.global-nav a:hover::after,
.global-nav .is-current::after {
  transform: scaleX(1);
}
.header-actions {
  display: flex;
  align-items: center;
}
.tel-link {
  text-align: right;
  font-size: 20px;
  line-height: 1.3;
  color: var(--blue);
  font-weight: 900;
}
.tel-link span {
  font-size: 13px;
  font-weight: 400;
  color: var(--text);
}
.tel-link::before {
  content: "☎ ";
  font-size: 18px;
}
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 8px 0;
}
.hero {
  position: relative;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, #fff 0%, #fff 32%, rgba(255, 255, 255, .1) 60%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 200px;
  align-items: center;
  margin: 0 auto;
}
.hero-copy {
  padding: 20px 0;
  z-index: 1;
}
.breadcrumb {
  font-size: 13px;
  color: var(--navy);
  margin-bottom: 10px;
}
.hero h1 {
  font-size: 30px;
  line-height: 1.35;
  color: var(--navy);
  margin: 0 0 14px;
  letter-spacing: .05em;
}
.hero p {
  font-size: 18px;
  color: #0b336d;
  margin: 0;
}
.hero-visual {
  height: 260px;
  overflow: hidden;
  align-self: stretch;
  position: relative;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .75) 20%, rgba(255, 255, 255, 0) 48%);
}
.tabs-grid{
    margin: 0 auto;
}
.section {
  padding: 24px 0;
}
.section-title {
  text-align: center;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 8px;
}
.section-lead {
  text-align: center;
  color: #24466f;
  margin: 0 0 30px;
}
.left-title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 28px;
  color: var(--navy);
  margin: 0 0 10px;
}
.icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--navy);
  font-size: 26px;
}
.grid {
  display: grid;
  gap: 22px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
}
.card-body {
  padding: 22px;
}
.card h3 {
  color: var(--navy);
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1.5;
}
.card p {
  margin: 0;
  color: #24466f;
  font-size: 14px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid var(--navy);
  color: var(--navy);
  background: #fff;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 900;
  min-width: 190px;
}
.btn.primary {
  background: var(--navy);
  color: #fff;
}
.btn.green {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.cta-band {
  margin: 42px 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1.3fr .9fr .9fr .9fr;
  align-items: center;
  gap: 18px;
  padding: 20px 28px;
  box-shadow: var(--shadow);
}
.cta-band h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
}
.cta-band p {
  margin: 4px 0 0;
  font-size: 13px;
}
.phone {
  font-size: 27px;
  color: var(--navy);
  font-weight: 900;
  white-space: nowrap;
}
.site-footer {
  background: linear-gradient(90deg, #062964, #073b82);
  color: #fff;
  padding: 22px 0 14px;
  text-align: center;
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  font-size: 13px;
}
.footer-nav a {
  padding: 0 15px;
  margin-bottom: 8px;
  border-right: 1px solid rgba(255, 255, 255, .45);
}
.footer-nav a:last-child {
  border-right: 0;
}
.site-footer p {
  margin: 4px 0 0;
  font-size: 12px;
  opacity: .85;
}
.table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.table th, .table td {
  border: 1px solid var(--border);
  padding: 12px 14px;
  text-align: center;
}
.table th {
  background: #f3f6fa;
  color: var(--navy);
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-q {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 18px;
  text-align: left;
  font-weight: 900;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq-a {
  display: none;
  padding: 0 18px 18px;
  color: #24466f;
}
.faq-item.open .faq-a {
  display: block;
}
.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border);
  border-radius: 0px 0px 7px 7px;
  overflow: hidden;
  /*margin-top: -38px;*/
  position: relative;
  background: #fff;
}
.tabs a {
  text-align: center;
  padding: 16px;
  font-weight: 900;
  border-right: 1px solid var(--border);
}
.tabs a:last-child {
  border-right: 0;
}
.tabs a.active {
  background: var(--navy);
  color: #fff;
}
.tabs a:hover{
  background: var(--navy);
  color: #fff;
}
.flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 38px;
}
.flow-card {
  position: relative;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 22px 12px;
  background: #fff;
}
.flow-card:not(:last-child):after {
  content: '›';
  position: absolute;
  right: -28px;
  top: 42%;
  font-size: 34px;
  color: var(--navy);
}
.small-note {
  font-size: 12px;
  color: #334;
}
.image-cover {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.large-image {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
@media(max-width:1100px) {
  .bottom-panels {
    grid-template-columns: 1fr;
  }
  .global-nav {
    position: fixed;
    inset: 0 0 auto 0;
    top: 120px;
    background: var(--navy);
    display: none;
    flex-direction: column;
    align-items: stretch;
    z-index: 200;
    padding: 8px 0;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
  }
  .global-nav.is-open {
    display: flex;
  }
  .global-nav a {
    padding: 14px 24px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .nav-toggle {
    display: block;
  }
}
@media(max-width:980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    height: 60px;
    order: -1;
  }
  .hero-copy {
    padding: 30px 0;
  }
  .breadcrumb {
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .grid-2, .grid-3, .grid-4, .grid-5, .footer-grid, .cta-band, .flow {
    grid-template-columns: 1fr;
  }
  .flow-card:after {
    display: none;
  }
  .tabs {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .tabs a {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
}
@media(max-width:720px) {
  .site-header .container {
    width: min(1160px, calc(100% - 8px));
  }
  .header-top-inner {
    height: auto;
    min-height: 60px;
    padding: 10px 14px;
    gap: 8px;
  }
  .tel-link {
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
    text-align: right;
  }
  .tel-link span {
    font-size: 11px;
    display: block;
    white-space: nowrap;
  }
  .tel-link::before {
    font-size: 14px;
  }
  .brand-text strong {
    font-size: 16px;
  }
  .brand-text small,
  .brand-text em {
    font-size: 10px;
  }
  .brand-mark {
    width: 40px;
  }
  .big-tel {
    font-size: 28px;
  }
  .bottom-panels {
    grid-template-columns: 1fr;
  }
  .footer-nav {
    display: block;
  }
  .footer-nav a {
    display: inline-block;
    border: 0;
  }
}
@media(max-width:560px) {
  .container {
      width: min(1160px, calc(100% - 8px));
    padding: 0 6px;
  }
  .bottom-panels.container{
    margin-bottom: 40px;
  }
  .hero h1 {
    font-size: 28px;
  }
    .hero p {
      font-size: 16px;
    }
  .section {
    padding: 38px 0;
  }
  .section-title {
    text-align: left;
    font-size: 25px;
  }
  .section-lead {
    text-align: left;
  }
  .phone {
    font-size: 23px;
  }
    
  .spNaviBox {
    position: fixed;
    left: 4px;
    right: 4px;
    bottom: 0;
    z-index: 9999; }
    .spNaviBox ul {
      margin: 0;
      padding: 6px 5px 10px;
      background-color: #002a64;
      border-radius: 3px;
      display: flex;
      justify-content: space-between; }
    .spNaviBox li {
      width: 25%;
      text-align: center; }
      .spNaviBox li a {
        color: #fff;
        height: 37px;
        line-height: 1.4;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 1.0rem;
        border-right: 1px solid #fff; }
      .spNaviBox li:first-child a {
        border-left: 1px solid #fff; }
    .spNaviBox.guesthouse li {
      width: 33%; }
}
.sitemap-top {
  margin-bottom: 32px;
}
.sitemap-home {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--navy);
  color: #fff;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  transition: opacity .2s;
}
.sitemap-home:hover {
  opacity: .85;
}
.sitemap-home-icon {
  font-size: 22px;
}
.sitemap-group {
  border-top: 1px solid var(--border);
  padding: 28px 0;
}
.sitemap-category {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--blue);
  margin: 0 0 16px 4px;
  border-left: 3px solid var(--blue);
  padding-left: 10px;
}
.sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sitemap-list li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 4px;
  font-size: 18px;
  color: var(--text);
  border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s;
}
.sitemap-list li a::before {
  content: "›";
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
}
.sitemap-list li a:hover {
  color: var(--blue);
  border-bottom-color: var(--blue);
}