@charset "UTF-8";
/*! destyle.css v3.0.2 | 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;
  font-weight: inherit;
  margin: 0;
  color: #333;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

a {
  display: inline-block;
}

/* 横スクロール防止 */
html,
body {
  overflow-x: clip;
}

/* addressタグ リセット */
address {
  font-style: normal;
}

/* pc幅での電話発信しない */
@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

/*===================================================
共通
===================================================*/
/* 基本
***************************************************************/
html {
  font-size: 16px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* コンテンツ幅
***************************************************************/
.inner {
  max-width: 83.3333333333vw;
  margin-inline: auto;
  width: calc(100% - 40px);
}

@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 4vw;
    width: 100%;
    max-width: initial;
  }
}
@media screen and (min-width: 1441px) {
  .inner {
    max-width: 1200px;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/* aタグ/tel:/addressタグ スタイルリセット
***************************************************************/
a {
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

address {
  font-style: normal;
}

/* マウスホバーがあるデバイスでのみアニメーション
***************************************************************/
@media (any-hover: hover) {
  a {
    transition: opacity, 0.3s ease;
  }
  .btn {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
  .btn:hover {
    background: #FFFFFF;
  }
}
/* セクション間の余白
***************************************************************/
.section-layout {
  padding-top: 5.5555555556vw;
  padding-bottom: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .section-layout {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .section-layout {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-layout--lg {
  padding-top: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .section-layout--lg {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 1441px) {
  .section-layout--lg {
    padding-top: 120px;
  }
}

/* セクションタイトル
***************************************************************/
.section-title {
  text-align: center;
}

.section-title__sub {
  color: #28CCCD;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section-title__sub {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .section-title__sub {
    font-size: 16px;
  }
}

.section-title__main {
  margin-top: 0.6944444444vw;
  color: #333333;
  font-size: 2.5vw;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section-title__main {
    font-size: 7.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .section-title__main {
    margin-top: 10px;
    font-size: 36px;
  }
}

/* btn
***************************************************************/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0279B3;
  border-radius: 2.0833333333vw;
  border: 3px solid #0279B3;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  color: #FFFFFF;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.1875;
  padding-block: 0.7638888889vw;
  padding-inline: 1.25vw;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 4.2666666667vw;
    padding-block: 2.9333333333vw;
    padding-inline: 4.8vw;
    border-radius: 8vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn {
    border-radius: 30px;
    font-size: 16px;
    padding-block: 11px;
    padding-inline: 18px;
  }
}

.btn--medium {
  border-radius: 2.7777777778vw;
  padding-block: 1.0069444444vw;
  padding-inline: 1.3888888889vw;
  max-width: 14.5833333333vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn--medium {
    max-width: 48.2666666667vw;
    padding-block: 2.2666666667vw;
    padding-inline: 4.8vw;
    border-radius: 10.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn--medium {
    border-radius: 40px;
    padding-block: 14.5px;
    padding-inline: 20px;
    max-width: 210px;
  }
}

.btn--small {
  border-radius: 2.0833333333vw;
  padding-block: 0.7638888889vw;
  padding-inline: 1.25vw;
  max-width: 13.0555555556vw;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .btn--small {
    border-radius: 30px;
    padding-block: 11px;
    padding-inline: 18px;
    max-width: 188px;
  }
}
@media screen and (max-width: 767px) {
  .btn--small {
    max-width: 50.1333333333vw;
    padding-block: 2.9333333333vw;
    padding-inline: 4.8vw;
    border-radius: 8vw;
  }
}

.btn--large {
  border-radius: 2.0833333333vw;
  padding-block: 0.7638888889vw;
  padding-inline: 1.25vw;
  max-width: 15.5555555556vw;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .btn--large {
    border-radius: 30px;
    padding-block: 11px;
    padding-inline: 18px;
    max-width: 224px;
  }
}
@media screen and (max-width: 767px) {
  .btn--large {
    max-width: 59.7333333333vw;
    padding-block: 2.9333333333vw;
    padding-inline: 4.8vw;
    border-radius: 8vw;
  }
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9722222222vw;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn::before {
    width: 1.8666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn::before {
    right: 14px;
  }
}

.btn--medium::before {
  background-image: url(../images/common/icon-arrow-large-white.svg);
  width: 0.625vw;
  height: 0.9722222222vw;
  right: 0.9722222222vw;
}
@media screen and (max-width: 767px) {
  .btn--medium::before {
    width: 1.8666666667vw;
    height: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn--medium::before {
    width: 9px;
    height: 14px;
    right: 14px;
  }
}

.btn--small::before,
.btn--large::before {
  background-image: url(../images/common/icon-arrow-small-white.svg);
  width: 0.4861111111vw;
  height: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .btn--small::before,
  .btn--large::before {
    width: 1.8666666667vw;
    height: 2.6666666667vw;
    right: 4.8vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn--small::before,
  .btn--large::before {
    width: 7px;
    height: 10px;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    background: #FFFFFF;
    border: 3px solid #0279B3;
    color: #0279B3;
    opacity: 1;
  }
  .btn--medium:hover::before {
    background-image: url(../images/common/icon-arrow-large-blue.svg);
  }
  .btn--small:hover::before,
  .btn--large:hover::before {
    background-image: url(../images/common/icon-arrow-small-blue.svg);
  }
}
/* ===============================
    下層ページ 共通 ページヘッダー
================================= */
.page-hero {
  margin-top: 5.5555555556vw;
  position: relative;
  padding-top: 3.125vw;
  padding-bottom: 3.8194444444vw;
  border-radius: 0 5.5555555556vw 0 5.5555555556vw;
  background: linear-gradient(91deg, #1F609C 0%, #0290D4 99.35%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  .page-hero {
    margin-top: 80px;
    padding: 45px 0 55px 100px;
    border-radius: 0 80px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-hero {
    margin-top: 12vw;
    border-radius: 0 10.6666666667vw 0 10.6666666667vw;
    padding-block: 8.5333333333vw;
  }
}

.page-hero::after {
  content: "";
  position: absolute;
  top: -8%;
  right: 1.5%;
  width: 35.5555555556vw;
  height: 11.7361111111vw;
  background-image: url(../images/common/decoration-fish-j.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 1441px) {
  .page-hero::after {
    width: 512px;
    height: 169px;
  }
}
@media screen and (max-width: 767px) {
  .page-hero::after {
    top: -35%;
    right: -34.5%;
    width: 93.8666666667vw;
    height: 30.9333333333vw;
  }
}

.page-hero__title {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 1;
  padding-left: 6.9444444444vw;
}
@media screen and (min-width: 1441px) {
  .page-hero__title {
    font-size: 36px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-hero__title {
    font-size: 6.9333333333vw;
    line-height: 1.4;
    text-align: center;
    padding-left: initial;
  }
}

/* header
***************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(247, 255, 255, 0.9);
  z-index: 1000;
  height: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .header {
    height: 12vw;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 80px;
  }
}

.header__inner,
.header__nav,
.header__nav-list,
.header__nav-item,
.header__nav-link {
  height: 100%;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  max-width: 14.7916666667vw;
  width: 100%;
  height: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 28.2666666667vw;
    height: 8vw;
  }
}
@media screen and (min-width: 1441px) {
  .header__logo {
    max-width: 213px;
    height: 60px;
  }
}

.header__logo-link {
  display: block;
}

.header__nav-list {
  display: flex;
  gap: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .header__nav-list {
    gap: 40px;
  }
}

.header__nav-link {
  color: #333333;
  font-size: 1.1111111111vw;
  font-weight: 500;
  transition: color 0.3s ease;
  display: grid;
  place-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1441px) {
  .header__nav-link {
    font-size: 16px;
  }
}

.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 1.7361111111vw;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #0279B3;
  transition: width 0.3s ease;
}
@media screen and (min-width: 1441px) {
  .header__nav-link::after {
    bottom: 25px;
  }
}

.header__nav-link:hover::after {
  width: 100%;
}

.header__nav-link:hover {
  color: #0279B3;
  opacity: 1;
}

.header__nav-item {
  position: relative;
}

/* ドロップダウンメニュー */
.header__dropdown {
  position: absolute;
  top: 85%;
  left: 0;
  background-color: #fff;
  padding: 1.25vw;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 51, 72, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 9.5833333333vw;
  height: auto;
  min-height: 7.6388888889vw;
  z-index: 10;
}
@media screen and (min-width: 1441px) {
  .header__dropdown {
    padding: 18px;
    width: 138px;
    min-height: 110px;
  }
}

/* ホバー時（表示） */
.header__nav-item--has-child:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header__dropdown-link {
  color: #333333;
  font-size: 0.9722222222vw;
  font-weight: 500;
  line-height: 2.1;
  transition: color 0.3s ease;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .header__dropdown-link {
    font-size: 14px;
  }
}

.header__dropdown-link:hover {
  color: #0279B3;
  opacity: 1;
}

/* ハンバーガーボタン */
@media screen and (max-width: 767px) {
  .header__hamburger {
    width: 9.3333333333vw;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.3333333333vw;
    padding: 0;
    z-index: 1000;
  }
}

@media screen and (max-width: 767px) {
  .header__hamburger-bar {
    display: block;
    width: 9.3333333333vw;
    height: 0.8vw;
    background: linear-gradient(91deg, #1F609C 0%, #0290D4 99.35%);
    border-radius: 5px;
    position: relative;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
  }
}

@media screen and (max-width: 767px) {
  .header__hamburger.is-open .header__hamburger-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 2.4vw;
    left: 2.9333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .header__hamburger.is-open .header__hamburger-bar:nth-child(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .header__hamburger.is-open .header__hamburger-bar:nth-child(3) {
    transform: rotate(-45deg);
    top: -1.6vw;
    left: 2.6666666667vw;
  }
}

/* SPナビ
***************************************************************/
@media screen and (max-width: 767px) {
  .sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: #F7FFFF;
    z-index: 998;
    padding-top: 24vw;
    transform: translateX(100%);
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform 0.3s 0s ease;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav::before {
    content: "";
    position: absolute;
    top: 98.6666666667vw;
    left: -30.4vw;
    background-image: url("../images/common/decoration-fish-b.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 204.8vw;
    height: 79.2vw;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav.is-open {
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__list {
    display: grid;
    gap: 10.6666666667vw;
    width: 39.2vw;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item {
    color: #333333;
    font-size: 4.2666666667vw;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    transition: color 0.3s ease;
  }
}

@media screen and (any-hover: hover) and (max-width: 767px) {
  .sp-nav__item a:hover {
    color: #0279B3;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .sp-nav__dropdown {
    margin-top: 4.2666666667vw;
    padding-block: 4.2666666667vw;
    position: relative;
    margin-inline: calc(50% - 50vi);
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__dropdown::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vi;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__dropdown-item {
    transform: translateX(32.2666666667vw);
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__dropdown-item:not(:first-child) {
    margin-top: 6.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__dropdown-link {
    color: #333333;
    font-size: 3.7333333333vw;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 3.7333333333vw;
  }
}

/* レストラン・ドロップダウンメニュー */
@media screen and (max-width: 767px) {
  .sp-nav__item-header {
    position: relative;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item-content {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item-header::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 3.2vw;
    height: 3.2vw;
    background-image: url("../images/common/icon-arrow-spnav-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease, background-image 0.3s ease;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item-header.open {
    color: #0279B3;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item-header.open::after {
    transform: translateY(-50%) rotate(180deg);
    background-image: url("../images/common/icon-arrow-spnav-blue.svg");
  }
}

/* ハンバーガーメニュー開いた時の×ボタン位置 */
@media screen and (max-width: 767px) {
  .header__hamburger.is-open {
    position: fixed;
    top: 4vw;
    right: 5.3333333333vw;
  }
}

/* ハンバーガーメニューのスクロール制御 - モーダルと同じ方式 */
@media screen and (max-width: 767px) {
  body.js-fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
  }
}

/* ===============================
    footer フッター
================================= */
/* ベース */
.footer {
  position: relative;
  color: #FFFFFF;
  background-color: #082846;
  padding-block: 5.5555555556vw 5.5555555556vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  .footer {
    padding-block: 80px 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}

.footer::before {
  content: "";
  position: absolute;
  bottom: 7%;
  right: 1%;
  width: 43.5416666667vw;
  aspect-ratio: 627/265;
  background-image: url(../images/common/decoration-fish-i.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1441px) {
  .footer::before {
    width: 627px;
  }
}
@media screen and (max-width: 767px) {
  .footer::before {
    aspect-ratio: 457/191;
    width: 121.8666666667vw;
    height: 50.9333333333vw;
    top: 13%;
  }
}

/* レイアウト */
.footer__inner {
  display: flex;
  gap: 12.5vw;
}
@media screen and (min-width: 1441px) {
  .footer__inner {
    gap: 180px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    gap: initial;
  }
}

/* 左カラム */
.footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4305555556vw;
}
@media screen and (max-width: 767px) {
  .footer__brand {
    flex-direction: row;
    gap: 4.2666666667vw;
  }
}

.footer__logo {
  aspect-ratio: 146/193;
  max-width: 10.1388888889vw;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .footer__logo {
    max-width: 146px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 19.4666666667vw;
  }
}

.footer__logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
@media screen and (min-width: 1441px) {
  .footer__info {
    gap: 30px;
  }
}
@media screen and (min-width: 1441px) {
  .footer__info {
    gap: 16px;
  }
}

.footer__address {
  font-style: normal;
}

.footer__organization {
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1441px) {
  .footer__organization {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__organization {
    font-size: 4.8vw;
  }
}

.footer__addr {
  margin-top: 1.1111111111vw;
}
@media screen and (min-width: 1441px) {
  .footer__addr {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__addr {
    margin-top: 4.2666666667vw;
  }
}

.footer__addr,
.footer__tel {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1441px) {
  .footer__addr,
  .footer__tel {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__addr,
  .footer__tel {
    font-size: 4vw;
    line-height: 1.6;
  }
}

/* 営業時間（dl） */
.footer__hours-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 0.5555555556vw;
  align-items: baseline;
  color: #FFF;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1441px) {
  .footer__hours-list {
    row-gap: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__hours-list {
    row-gap: 1.6vw;
    font-size: 3.7333333333vw;
    margin-top: 13.3333333333vw;
    max-width: 66.6666666667vw;
    margin-inline: auto;
  }
}

/* 左カラム：dt（常に1列目） */
.footer__hours-label {
  grid-column: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__hours-label {
    white-space: normal;
  }
}

/* 右カラム：dd（全て2列目に固定） */
.footer__hours-row,
.footer__hours-note {
  grid-column: 2;
}

/* 下の案内文（枠の外に置く場合） */
.footer__hours-attn {
  margin-top: 0.5555555556vw;
  color: #FFF;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1441px) {
  .footer__hours-attn {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__hours-attn {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
    text-align: center;
  }
}

/* 右カラム：ナビ */
@media screen and (max-width: 767px) {
  .footer__nav {
    /* 差分なし */
  }
}

.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.4722222222vw;
  color: #FFFFFF;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.4375;
}
@media screen and (min-width: 1441px) {
  .footer__nav-list {
    font-size: 16px;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    width: 45.3333333333vw;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    font-size: 4vw;
    justify-items: center;
    margin-top: 13.3333333333vw;
  }
}

.footer__nav-col {
  display: grid;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  .footer__nav-col {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-col {
    gap: 5.3333333333vw;
    justify-items: center;
    width: 100%;
  }
}

.footer__link-list {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  .footer__link-list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link-list {
    gap: 5.3333333333vw;
    width: 100%;
  }
}

.footer__link-item {
  font-size: 1.1111111111vw;
}
@media screen and (min-width: 1441px) {
  .footer__link-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link-item {
    font-size: 4vw;
  }
}

.footer__link {
  transition: opacity 0.3s ease;
  position: relative;
  background-color: #082846;
}
@media screen and (max-width: 767px) {
  .footer__link {
    padding-inline: 2.6666666667vw;
  }
}

.footer__link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #FFFFFF;
  transition: width 0.3s ease;
}

@media (any-hover: hover) {
  .footer__link:hover {
    opacity: 0.5;
  }
  .footer__link:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__link-item--has-child {
    padding-inline: 2.6666666667vw;
  }
}

.footer__child-list {
  padding-inline-start: 1.3888888889vw;
  margin-top: 0.6944444444vw;
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  .footer__child-list {
    padding-inline-start: 20px;
    margin-top: 10px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__child-list {
    padding-inline-start: 6.1333333333vw;
    margin-top: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}

.footer__child-link {
  display: inline-block;
  font-size: 0.9722222222vw;
  line-height: 1.428;
  transition: opacity 0.3s ease;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .footer__child-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__child-link {
    font-size: 3.4666666667vw;
  }
}

.footer__child-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 4px;
  height: 1px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer__child-link::before {
    left: -8px;
  }
}

@media (any-hover: hover) {
  .footer__child-link:hover {
    opacity: 0.5;
  }
}
/* コピーライト */
.footer__copy {
  text-align: center;
  font-size: 0.9722222222vw;
  margin-block-start: 4.1666666667vw;
}
@media screen and (min-width: 1441px) {
  .footer__copy {
    font-size: 14px;
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 3.2vw;
    margin-block-start: 10.6666666667vw;
  }
}

/* fv
***************************************************************/
.fv {
  margin-top: 5.5555555556vw;
  background-color: #F7FFFF;
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 1441px) {
  .fv {
    margin-top: 80px;
  }
}

.fv__inner {
  max-width: 92.3611111111vw;
}
@media screen and (min-width: 1441px) {
  .fv__inner {
    max-width: 1330px;
  }
}
@media screen and (max-width: 767px) {
  .fv__inner {
    max-width: 100vw;
  }
}

.fv__image {
  aspect-ratio: 1330/589;
  max-width: 92.3611111111vw;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__image {
    aspect-ratio: 345/422;
    max-width: 92vw;
  }
}
@media screen and (min-width: 1441px) {
  .fv__image {
    max-width: 1330px;
  }
}

.fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__logo {
  position: absolute;
  top: 5.9027777778vw;
  left: 8.6805555556vw;
  width: 35.2777777778vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: 80vw;
    top: 16vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .fv__logo {
    top: 85px;
    left: 125px;
    width: 508px;
  }
}

.fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* fvスライドショー（Splide）
***************************************************************/
.fv-slide {
  margin-top: 0.6944444444vw;
  margin-inline: calc(50% - 50vi);
}
@media screen and (max-width: 767px) {
  .fv-slide {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .fv-slide {
    margin-top: 10px;
  }
}

.fv-slide__list {
  display: flex;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .fv-slide__list {
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .fv-slide__list {
    gap: 10px;
  }
}

.fv-slide__item {
  aspect-ratio: 1/1;
  max-width: 15.2777777778vw;
  width: 100%;
  height: 15.2777777778vw;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.5997222222vw;
}
@media screen and (max-width: 767px) {
  .fv-slide__item {
    max-width: 50.6666666667vw;
    height: 50.6666666667vw;
    border-radius: 2.3029333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .fv-slide__item {
    max-width: 220px;
    height: 220px;
    border-radius: 8.636px;
  }
}

.fv-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* top-about 萩しーまーととは
***************************************************************/
.top-about {
  background-color: #F7FFFF;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding-bottom: 10.1333333333vw;
  }
}

.top-about::before,
.top-about::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.top-about::before {
  top: 7%;
  right: -14%;
  background-image: url(../images/common/decoration-fish-b.svg);
  width: 53.3333333333vw;
  height: 20.625vw;
}
@media screen and (max-width: 767px) {
  .top-about::before {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .top-about::before {
    width: 768px;
    height: 297px;
  }
}

.top-about::after {
  bottom: -23%;
  left: 0;
  background-image: url(../images/common/decoration-fish-a.svg);
  width: 54.5138888889vw;
  height: 13.4722222222vw;
}
@media screen and (max-width: 767px) {
  .top-about::after {
    background-image: url(../images/common/decoration-fish-c.svg);
    width: 156vw;
    height: 38.6666666667vw;
    bottom: -6%;
    left: 0%;
  }
}
@media screen and (min-width: 1441px) {
  .top-about::after {
    width: 785px;
    height: 194px;
  }
}

.top-about__inner {
  max-width: 53.3333333333vw;
}
@media screen and (min-width: 1441px) {
  .top-about__inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .top-about__inner {
    max-width: 100vw;
  }
}

.top-about__title-main {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-about__title-main {
    display: inline-block;
    margin-left: 14.1333333333vw;
  }
}

.top-about__title-main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
  background-image: url(../images/common/icon-fish.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.7916666667vw;
  height: 2.5vw;
}
@media screen and (max-width: 767px) {
  .top-about__title-main::before {
    left: -14.1333333333vw;
    width: 11.7333333333vw;
    height: 6.1333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .top-about__title-main::before {
    width: 69px;
    height: 36px;
  }
}

.top-about__content {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .top-about__content {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .top-about__content {
    margin-top: 40px;
  }
}

.top-about__lead {
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-about__lead {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .top-about__lead {
    font-size: 24px;
  }
}

.top-about__text {
  margin-top: 1.1111111111vw;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-about__text {
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .top-about__text {
    margin-top: 16px;
    font-size: 16px;
  }
}

.top-about__btn {
  margin-top: 2.7777777778vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-about__btn {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .top-about__btn {
    margin-top: 40px;
  }
}

/* ===============================
    top-sns SNS情報
================================= */
.top-sns {
  position: relative;
  padding-bottom: 6.9444444444vw;
  background: #F7FFFF;
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  .top-sns {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns {
    padding-bottom: 16vw;
  }
}

.top-sns::before,
.top-sns::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-sns::before {
  top: 21%;
  right: -4%;
  width: 54.5138888889vw;
  height: 13.5416666667vw;
  background-image: url("../images/common/decoration-fish-d.svg");
}
@media screen and (min-width: 1441px) {
  .top-sns::before {
    width: 785px;
    height: 195px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns::before {
    display: none;
  }
}

.top-sns::after {
  bottom: -6%;
  right: -1%;
  width: 53.3333333333vw;
  height: 20.625vw;
  background-image: url("../images/common/decoration-fish-e.svg");
}
@media screen and (min-width: 1441px) {
  .top-sns::after {
    width: 768px;
    height: 297px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns::after {
    bottom: -3%;
    right: -40%;
    width: 148vw;
    height: 52.8vw;
  }
}

.top-sns__inner {
  max-width: 63.1944444444vw;
}
@media screen and (min-width: 1441px) {
  .top-sns__inner {
    max-width: 910px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns__inner {
    max-width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .top-sns__title-main {
    font-size: 6.9333333333vw;
    line-height: 1.3;
  }
}

.top-sns__container {
  margin-top: 2.7777777778vw;
  display: grid;
  grid-template-columns: 29.8611111111vw 1fr;
  gap: 2.7777777778vw;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1441px) {
  .top-sns__container {
    margin-top: 40px;
    grid-template-columns: 430px 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns__container {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}

/* Facebook ヘッダー */
.top-sns__facebook-header {
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
  font-weight: 500;
  justify-content: center;
}
@media screen and (min-width: 1441px) {
  .top-sns__facebook-header {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns__facebook-header {
    gap: 2.6666666667vw;
  }
}

.top-sns__facebook-icon {
  width: 2.3611111111vw;
  height: 2.3611111111vw;
}
@media screen and (min-width: 1441px) {
  .top-sns__facebook-icon {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns__facebook-icon {
    width: 8vw;
    height: 8vw;
  }
}

.top-sns__facebook-text {
  font-size: 1.6666666667vw;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 1441px) {
  .top-sns__facebook-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns__facebook-text {
    font-size: 5.3333333333vw;
  }
}

/* Facebook iframe ラッパー */
.top-sns__facebook-iframe {
  margin-top: 0.6944444444vw;
  border-radius: 1.3888888889vw;
  overflow: hidden;
  background-color: #F7FFFF;
  width: 29.8611111111vw;
  height: 27.0833333333vw;
  box-shadow: 0 0 10px 0 rgba(0, 51, 72, 0.3);
}
@media screen and (min-width: 1441px) {
  .top-sns__facebook-iframe {
    margin-top: 10px;
    width: 430px;
    height: 390px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns__facebook-iframe {
    margin-top: 2.6666666667vw;
    border-radius: 5.3333333333vw;
    margin-inline: auto;
    width: min(92vw, 500px);
    height: calc(min(92vw, 500px) * 390 / 430);
  }
}

.top-sns__facebook-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  transition: opacity 0.3s 0s ease;
  cursor: pointer;
}

.top-sns__facebook-iframe iframe:hover {
  opacity: 0.5;
}

/* SNSリンク（Instagram / X） */
.top-sns__links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 2.7777777778vw;
  justify-content: center;
}
@media screen and (min-width: 1441px) {
  .top-sns__links {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns__links {
    gap: 7.7333333333vw;
  }
}

.top-sns__item {
  text-align: center;
}

.top-sns__label {
  color: #000;
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 1.4;
}
@media screen and (min-width: 1441px) {
  .top-sns__label {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns__label {
    font-size: 4vw;
  }
}

/* 丸ボタン（リンク） */
.top-sns__btn {
  margin-top: 0.6944444444vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.8888888889vw;
  height: 13.8888888889vw;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 51, 72, 0.3);
  transition: background-color 0.3s 0s ease;
}
@media screen and (min-width: 1441px) {
  .top-sns__btn {
    margin-top: 10px;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns__btn {
    margin-top: 1.9733333333vw;
    width: 39.4666666667vw;
    height: 39.4666666667vw;
    box-shadow: 0 0 7.4px 0 rgba(0, 51, 72, 0.3);
  }
}

.top-sns__btn-icon {
  width: 3.4722222222vw;
  height: 3.4722222222vw;
}
@media screen and (min-width: 1441px) {
  .top-sns__btn-icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-sns__btn-icon {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
}

.top-sns__btn:hover {
  opacity: 1;
  background-color: #F0F3F4;
}

/* ===============================
    top-news お知らせ
================================= */
.top-news {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}

.top-news__inner {
  max-width: 69.4444444444vw;
}
@media screen and (min-width: 1441px) {
  .top-news__inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__inner {
    max-width: 100vw;
    padding-inline: 3.7333333333vw;
  }
}

.top-news__content {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .top-news__content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__content {
    margin-top: 10.6666666667vw;
  }
}

.top-news__item {
  border-block-end: 1px solid #787C86;
}

.top-news__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.7777777778vw;
       column-gap: 2.7777777778vw;
  padding: 1.7361111111vw 2.0833333333vw 1.7361111111vw 0;
  transition: opacity 0.3s 0s ease;
}
@media screen and (min-width: 1441px) {
  .top-news__item {
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 20px 30px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-news__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 5.3333333333vw 0 4.8vw 0;
  }
}

/* キーボード操作の見え方（アクセシビリティ） */
.top-news__item:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

/* 日付 */
.top-news__date {
  display: block;
  color: #787C86;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (min-width: 1441px) {
  .top-news__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__date {
    font-size: 3.7333333333vw;
  }
}

/* 本文 */
.top-news__text {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #333333;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1441px) {
  .top-news__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__text {
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
}

/* ===============================
    top-access アクセス・営業カレンダー
================================= */
.top-access {
  position: relative;
  background: #F7FFFF;
  position: relative;
  z-index: 1;
}

.top-access::before {
  content: "";
  position: absolute;
  top: 2%;
  left: -18.5%;
  width: 54.5138888889vw;
  height: 13.4722222222vw;
  background-image: url(../images/common/decoration-fish-f.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  transform: rotate(-6.58deg);
}
@media screen and (min-width: 1441px) {
  .top-access::before {
    width: 785px;
    height: 194px;
  }
}
@media screen and (max-width: 767px) {
  .top-access::before {
    width: 149.3333333333vw;
    height: 37.0666666667vw;
    top: -4.5%;
    left: -74.5%;
  }
}

.top-access__container {
  margin-top: 2.7777777778vw;
  display: flex;
  gap: 2.7777777778vw;
  align-items: flex-end;
}
@media screen and (min-width: 1441px) {
  .top-access__container {
    margin-top: 40px;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__container {
    flex-direction: column;
    margin-top: 10.6666666667vw;
    gap: 10.6666666667vw;
    align-items: stretch;
  }
}

/* 左カラム */
.top-access__info {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1.3888888889vw;
  flex: 0 0 38.8888888889vw;
}
@media screen and (min-width: 1441px) {
  .top-access__info {
    gap: 20px;
    flex: 0 0 560px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__info {
    gap: 5.3333333333vw;
  }
}

.top-access__address {
  font-style: normal;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-access__address {
    margin-inline: auto;
  }
}

.top-access__name {
  font-size: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  .top-access__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__name {
    font-size: 5.3333333333vw;
  }
}

.top-access__addr-row {
  display: flex;
  gap: 2.4305555556vw;
}
@media screen and (min-width: 1441px) {
  .top-access__addr-row {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__addr-row {
    flex-direction: column;
    gap: initial;
  }
}

.top-access__addr,
.top-access__tel {
  font-size: 1.1111111111vw;
}
@media screen and (min-width: 1441px) {
  .top-access__addr,
  .top-access__tel {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__addr,
  .top-access__tel {
    font-size: 4.2666666667vw;
  }
}

.top-access__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 17.9861111111vw;
  width: 100%;
  padding: 0.7638888889vw 1.25vw;
  background: #0279B3;
  color: #FFFFFF;
  border: 1px solid #003579;
  font-size: 1.1111111111vw;
  border-radius: 2.0833333333vw;
  font-weight: 500;
  transition: background 0.3s 0s ease;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .top-access__btn {
    max-width: 259px;
    padding: 11px 18px;
    border-radius: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__btn {
    max-width: 69.0666666667vw;
    padding: 2.9333333333vw 4.8vw;
    border-radius: 8vw;
    font-size: 4.2666666667vw;
    margin-inline: auto;
  }
}

@media (any-hover: hover) {
  .top-access__btn:hover {
    opacity: 1;
    background: #FFFFFF;
    color: #0279B3;
  }
}
.top-access__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9722222222vw;
  transform: translateY(-50%);
  background-image: url(../images/common/icon-arrow-small-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.4861111111vw;
  height: 0.6944444444vw;
  transition: background-image 0.3s 0s ease;
}
@media screen and (min-width: 1441px) {
  .top-access__btn::after {
    right: 14px;
    width: 7px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__btn::after {
    width: 1.8666666667vw;
    height: 2.6666666667vw;
    right: 3.7333333333vw;
  }
}

@media (any-hover: hover) {
  .top-access__btn:hover::after {
    background-image: url(../images/common/icon-arrow-small-blue.svg);
  }
}
.top-access__map {
  position: relative;
  padding-bottom: 67.73%;
  height: 0;
  overflow: hidden;
}
.top-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 右カラム：カレンダー */
.top-access__calendar {
  flex: 0 0 41.6666666667vw;
}
@media screen and (min-width: 1441px) {
  .top-access__calendar {
    flex: 0 0 600px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__calendar {
    flex: 1 1 auto;
  }
}

.top-access__calendar-title {
  color: #000;
  font-size: 2.0833333333vw;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .top-access__calendar-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__calendar-title {
    font-size: 6.9333333333vw;
  }
}

.top-access__calendar-frame {
  margin-top: 1.1111111111vw;
  position: relative;
  width: 100%;
  aspect-ratio: 600/390;
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .top-access__calendar-frame {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__calendar-frame {
    aspect-ratio: 1/1;
    margin-top: 4.2666666667vw;
  }
}

.top-access__calendar-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ===============================
    top-restaurant レストラン
================================= */
.top-restaurant {
  background-color: #F7FFFF;
  z-index: 1;
  position: relative;
}

.top-restaurant::before {
  content: "";
  position: absolute;
  top: -1%;
  left: -1%;
  width: 53.3333333333vw;
  height: 20.625vw;
  background-image: url(../images/common/decoration-fish-g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  transform: rotate(1.272deg);
}
@media screen and (min-width: 1441px) {
  .top-restaurant::before {
    width: 768px;
    height: 297px;
  }
}
@media screen and (max-width: 767px) {
  .top-restaurant::before {
    background-image: url(../images/common/decoration-fish-p.svg);
    width: 116.8vw;
    height: 45.3333333333vw;
    top: 0;
    left: 53%;
  }
}

@media screen and (max-width: 767px) {
  .top-restaurant__inner {
    max-width: 92vw;
  }
}

.top-restaurant__list {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .top-restaurant__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-restaurant__list {
    margin-top: 10.6666666667vw;
  }
}

/* ===============================
    共通 card-list レストラン・販売店
================================= */
.card-list {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 2.0833333333vw;
  align-items: stretch;
  overflow: visible;
  padding-inline: 0.6944444444vw;
  margin-inline: -0.6944444444vw;
  scroll-snap-type: none;
}
@media screen and (min-width: 1441px) {
  .card-list {
    gap: 30px;
    padding-inline: 10px;
    margin-inline: -10px;
  }
}
@media screen and (max-width: 767px) {
  .card-list {
    gap: 8vw;
    margin-inline: calc(50% - 50vw);
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-inline: 4vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: -1.3333333333vw;
  }
}

.card-list__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .card-list__item {
    width: 92vw;
  }
}

.card {
  max-width: 26.3888888889vw;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.6944444444vw;
  box-shadow: 0 0 10px 0 rgba(0, 51, 72, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 1441px) {
  .card {
    max-width: 380px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .card {
    min-width: 92vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 1.3333333333vw 0 rgba(0, 51, 72, 0.3);
  }
}

.card.card-payment {
  box-shadow: initial;
}

.card__image {
  aspect-ratio: 380/244;
  max-width: 26.3888888889vw;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .card__image {
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .card__image {
    aspect-ratio: 345/213;
    max-width: 92vw;
  }
}

.card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__content {
  padding: 2.0833333333vw 1.3888888889vw;
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
  flex: 1;
}
@media screen and (min-width: 1441px) {
  .card__content {
    padding: 20px 20px 30px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .card__content {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
    gap: 5.3333333333vw;
  }
}

.card__content--tight {
  padding-top: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  .card__content--tight {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .card__content--tight {
    padding-top: 5.3333333333vw;
  }
}

.card__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  .card__header {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .card__header {
    gap: 5.3333333333vw;
  }
}

.card__category {
  font-size: 0.9027777778vw;
  font-weight: 500;
  line-height: 1.3;
  color: #FFFFFF;
  text-align: center;
  padding: 0.2777777778vw 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  .card__category {
    padding: 4px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .card__category {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}

/* 飲食店 */
.card__category--dining {
  background-color: #0E9E7A;
}

/* 鮮魚 */
.card__category--seafood {
  background-color: #0594DA;
}

/* 海産物 */
.card__category--product {
  background-color: #A2E304;
  color: #333333;
}

/* スイーツ */
.card__category--sweets {
  background-color: #FFD609;
  color: #333333;
}

/* その他 */
.card__category--others {
  background-color: #E38604;
}

.card__title {
  color: #0279B3;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  .card__title {
    font-size: 24px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .card__title {
    font-size: 6.4vw;
    gap: 2.6666666667vw;
  }
}

.card__title-small {
  font-size: 1.1111111111vw;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 1441px) {
  .card__title-small {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .card__title-small {
    font-size: 4.2666666667vw;
  }
}

.card__description {
  flex: 1;
  color: #333333;
  font-size: 1.1111111111vw;
  line-height: 1.6;
  font-weight: 400;
  text-align: justify;
}
@media screen and (min-width: 1441px) {
  .card__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .card__description {
    font-size: 4.2666666667vw;
  }
}

.card__btn {
  text-align: center;
}

.card-payment {
  background-color: #FFFFFF;
  border-radius: 1.3888888889vw;
  border: 3px solid #0279B3;
  max-width: 25vw;
  width: 25vw;
  height: 21.25vw;
  padding: 2.7777777778vw 1.1805555556vw;
  gap: 2.0833333333vw;
}
@media screen and (min-width: 1441px) {
  .card-payment {
    max-width: 360px;
    width: 360px;
    height: 306px;
    padding: 40px 17px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .card-payment {
    max-width: 92vw;
    width: 92vw;
    height: 81.6vw;
    padding: 10.6666666667vw 4.5333333333vw;
    gap: 8vw;
    border-radius: 5.3333333333vw;
  }
}

.card-payment__title {
  color: #FFFFFF;
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 1.78;
  background-color: #003579;
  padding-block: 0.2777777778vw;
  border-radius: 0.3472222222vw;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .card-payment__title {
    font-size: 20px;
    padding-block: 4px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .card-payment__title {
    font-size: 5.3333333333vw;
    padding-block: 1.0666666667vw;
    border-radius: 1.3333333333vw;
  }
}

.card-payment__list {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  .card-payment__list {
    gap: 20px;
  }
}

.card-payment__item {
  color: #333333;
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1441px) {
  .card-payment__item {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .card-payment__item {
    font-size: 5.3333333333vw;
  }
}

.card-payment__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6666666667vw;
  margin-top: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  .card-payment__icons {
    gap: 24px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .card-payment__icons {
    margin-top: 2.6666666667vw;
    gap: 6.4vw;
  }
}

.card-payment__icons img {
  width: 5.4861111111vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1441px) {
  .card-payment__icons img {
    width: 79px;
  }
}
@media screen and (max-width: 767px) {
  .card-payment__icons img {
    width: 21.0666666667vw;
  }
}

/* ===============================
    スクロールヒント SP
================================= */
/* スクロールさせたい要素に当てる（.js-scroll-hint or .card-list） */
.js-scroll-hint,
.card-list {
  -ms-overflow-style: none;
  /* IE/旧Edge */
  scrollbar-width: none;
  /* Firefox */
}

.js-scroll-hint::-webkit-scrollbar,
.card-list::-webkit-scrollbar {
  width: 0;
  /* 縦バー */
  height: 0;
  /* 横バー */
  background: transparent;
}

/* ===============================
    スクロールヒントのアイコン SP
================================= */
@media screen and (max-width: 767px) {
  .scroll-hint-icon.sh--sp {
    top: 50%;
    left: 50%;
    /* 既存の中央寄せを残したまま拡大縮小 */
    transform: translate(-50%, -50%) scale(0.682, 0.662);
    /* 110×74 → (110*0.682 ≒ 75) × (74*0.662 ≒ 49) */
    transform-origin: center;
  }
}

/* ヒントのフェード用。 sh--sp のサイズ指定はそのまま使ってOK */
@media screen and (max-width: 767px) {
  .scroll-hint-icon {
    transition: opacity 0.2s;
  }
}

/* これが付くとヒントを隠す */
@media screen and (max-width: 767px) {
  .is-hint-hidden .scroll-hint-icon {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

/* SPだけ：ライブラリの自動非表示より強く可視にする */
@media screen and (max-width: 767px) {
  /* 常に見える状態を強制（ライブラリの自動非表示より強く） */
  .scroll-hint .scroll-hint-icon {
    display: block !important;
    opacity: 0.75 !important;
    visibility: visible !important;
    transition: opacity 0.2s;
  }
  /* 自分で隠す用クラス：ラッパーに付ける（より強い優先度） */
  .scroll-hint.is-hint-hidden .scroll-hint-icon {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
/* ===============================
    top-retailer 販売店
================================= */
.top-retailer {
  position: relative;
  padding-bottom: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .top-retailer {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-retailer {
    padding-bottom: 16vw;
  }
}

.top-retailer::before {
  content: "";
  position: absolute;
  bottom: -2.8%;
  right: 5%;
  width: 43.5416666667vw;
  height: 46.3194444444vw;
  background-image: url(../images/common/decoration-fish-h.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 1441px) {
  .top-retailer::before {
    width: 627px;
    height: 667px;
  }
}
@media screen and (max-width: 767px) {
  .top-retailer::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top-retailer__inner {
    max-width: 92vw;
  }
}

.top-retailer__list {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .top-retailer__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-retailer__list {
    margin-top: 10.6666666667vw;
  }
}

.top-retailer__list + .top-retailer__list {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 1441px) {
  .top-retailer__list + .top-retailer__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-retailer__list + .top-retailer__list {
    margin-top: 8vw;
  }
}

/* ===============================
    top-storemap 店内配置図
================================= */
.top-storemap {
  padding-top: initial;
  padding-bottom: 5.5555555556vw;
}
@media screen and (min-width: 1441px) {
  .top-storemap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-storemap {
    padding-bottom: 13.3333333333vw;
  }
}

.top-storemap__content {
  display: flex;
  gap: 2.0833333333vw;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .top-storemap__content {
    gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-storemap__content {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .top-storemap__layout {
    margin-inline: calc(50% - 50vi);
  }
}

.top-storemap__layout-image {
  aspect-ratio: 777/456;
  max-width: 53.9583333333vw;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .top-storemap__layout-image {
    max-width: 777px;
  }
}
@media screen and (max-width: 767px) {
  .top-storemap__layout-image {
    aspect-ratio: 554/444;
    width: 147.7333333333vw;
    max-width: 147.7333333333vw;
  }
}

.top-storemap__layout-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-storemap__detail {
  flex: 1;
}

.top-storemap__detail-title {
  color: #000;
  font-size: 1.696875vw;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .top-storemap__detail-title {
    font-size: 24.435px;
  }
}
@media screen and (max-width: 767px) {
  .top-storemap__detail-title {
    font-size: 5.3333333333vw;
  }
}

.top-storemap__detail-image {
  aspect-ratio: 393/277;
  max-width: 27.2916666667vw;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .top-storemap__detail-image {
    max-width: 393px;
  }
}
@media screen and (max-width: 767px) {
  .top-storemap__detail-image {
    max-width: 91.7333333333vw;
  }
}

.top-storemap__detail-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-storemap__detail-caption {
  color: #000;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .top-storemap__detail-caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-storemap__detail-caption {
    font-size: 3.7333333333vw;
  }
}

/* ===============================
    modal - シンプルクラス制御版
================================= */
/* 基本のモーダルスタイル */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal__container {
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 90vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .modal__container {
    width: 95vw;
    height: 85vh;
    max-width: none;
    max-height: none;
  }
}

.modal__header {
  background: #FFFFFF;
  color: #333333;
  padding: 1.0416666667vw 1.3888888889vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1441px) {
  .modal__header {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal__header {
    padding: 4vw 5.3333333333vw;
  }
}

.modal__close {
  background: none;
  border: none;
  color: #333333;
  font-size: 2.7777777778vw;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
  transition: color 0.2s ease;
}
.modal__close:hover {
  color: #666;
}
@media screen and (min-width: 1441px) {
  .modal__close {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .modal__close {
    font-size: 8vw;
  }
}

.modal__content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.modal__pdf-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.modal__pdf-frame {
  width: 100%;
  height: 100%;
  border: none;
  flex: 1;
  min-height: 0;
}

.modal__pdf-fallback {
  padding: 20px;
  text-align: center;
  background: #f5f5f5;
  margin: 0;
  font-size: 14px;
  color: #333333;
}
.modal__pdf-fallback a {
  color: #0594DA;
  text-decoration: underline;
}
.modal__pdf-fallback a:hover {
  text-decoration: none;
}

/* ===============================
    スクロール制御 - 先輩提案のシンプル版
================================= */
/* モーダル開いているときのスクロール制御 */
body.scroll-none {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

/* モーダル内は正常にスクロール可能 */
.modal.is-open .modal__container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.modal.is-open .modal__pdf-frame {
  overflow: auto;
}

/* ===============================
    about-page 萩しーまーと概要ページ
================================= */
.about-overview {
  position: relative;
  background-color: #F7FFFF;
  z-index: 1;
}

.about-overview::after {
  content: "";
  position: absolute;
  top: 7%;
  right: -5%;
  width: 54.5138888889vw;
  height: 13.4722222222vw;
  background-image: url("../images/common/decoration-fish-m.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1441px) {
  .about-overview::after {
    width: 785px;
    height: 194px;
  }
}
@media screen and (max-width: 767px) {
  .about-overview::after {
    background-image: url("../images/common/decoration-fish-n.svg");
    width: 156vw;
    height: 38.6666666667vw;
    top: -3.5%;
    right: -28.5%;
  }
}

.about-overview__inner {
  max-width: 69.4444444444vw;
}
@media screen and (min-width: 1441px) {
  .about-overview__inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .about-overview__inner {
    max-width: 100vw;
  }
}

.about-overview__body {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .about-overview__body {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-overview__body {
    margin-top: 10.6666666667vw;
  }
}

.about-overview__headline {
  font-weight: 500;
  font-size: 1.3888888889vw;
  line-height: 1.6;
}
@media screen and (min-width: 1441px) {
  .about-overview__headline {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-overview__headline {
    font-size: 5.3333333333vw;
  }
}

.about-overview__content {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  .about-overview__content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-overview__content {
    margin-top: 4.2666666667vw;
  }
}

.about-overview__text {
  color: #333;
  font-size: 1.1111111111vw;
  line-height: 1.6;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 1441px) {
  .about-overview__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-overview__text {
    font-size: 4.2666666667vw;
  }
}

.about-overview__text + .about-overview__text {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 1441px) {
  .about-overview__text + .about-overview__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-overview__text + .about-overview__text {
    margin-top: 8vw;
  }
}

/* ===============================
    about-page 特徴 Features
================================= */
.about-feature {
  position: relative;
}

.about-feature::before,
.about-feature::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-feature::before {
  top: 21.5%;
  left: -0.5%;
  width: 43.5416666667vw;
  height: 18.4722222222vw;
  background-image: url("../images/common/decoration-fish-k.svg");
}
@media screen and (min-width: 1441px) {
  .about-feature::before {
    width: 627px;
    height: 266px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature::before {
    display: none;
  }
}

.about-feature::after {
  bottom: 21.5%;
  left: -1%;
  width: 43.5416666667vw;
  height: 19.8611111111vw;
  background-image: url("../images/common/decoration-fish-l.svg");
}
@media screen and (min-width: 1441px) {
  .about-feature::after {
    width: 627px;
    height: 266px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature::after {
    width: 148.2666666667vw;
    height: 53.0666666667vw;
    bottom: 17.5%;
    left: -13%;
  }
}

/* 1) コンテナ */
.about-feature__container {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .about-feature__container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__container {
    margin-top: 10.6666666667vw;
  }
}

/* 2) リスト */
.about-features__list {
  display: grid;
  row-gap: 6.9444444444vw;
}
@media screen and (min-width: 1441px) {
  .about-features__list {
    row-gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-features__list {
    row-gap: 10.6666666667vw;
    justify-items: center;
  }
}

/* 3) 1アイテム（行） */
.about-feature__item {
  display: flex;
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .about-feature__item {
    flex-direction: column;
  }
}

/* 3-1) 反転 */
.about-feature--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .about-feature--rev {
    flex-direction: column;
  }
}

.about-feature--rev .about-feature__card {
  margin-left: 0;
  margin-right: -2.7777777778vw;
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 1441px) {
  .about-feature--rev .about-feature__card {
    margin-right: -40px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature--rev .about-feature__card {
    margin-right: 0;
    margin-top: initial;
  }
}

.about-feature--rev .about-feature__photo--main {
  left: auto;
  right: 0;
}

.about-feature--rev .about-feature__photo--sub {
  left: auto;
  right: 22%;
  bottom: -61%;
  transform: rotate(7deg);
}
@media screen and (max-width: 767px) {
  .about-feature--rev .about-feature__photo--sub {
    right: 6%;
    bottom: -47%;
    transform: rotate(7deg);
  }
}

/* 3-2)  */
.about-feature__item--has-sub {
  padding-bottom: 11.1111111111vw;
}
@media screen and (min-width: 1441px) {
  .about-feature__item--has-sub {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__item--has-sub {
    padding-bottom: 0;
  }
}

/* 3-3)  */
.about-feature__item-third {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .about-feature__item-third {
    align-items: center;
  }
}

/* 3-4)  */
.about-feature__item-fourth > .about-feature__card {
  margin-top: 7.9861111111vw;
}
@media screen and (min-width: 1441px) {
  .about-feature__item-fourth > .about-feature__card {
    margin-top: 115px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__item-fourth > .about-feature__card {
    margin-top: initial;
  }
}

.about-feature__item-fourth.about-feature__item--has-sub {
  padding-bottom: 15.2777777778vw;
}
@media screen and (min-width: 1441px) {
  .about-feature__item-fourth.about-feature__item--has-sub {
    padding-bottom: 210px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__item-fourth.about-feature__item--has-sub {
    padding-bottom: 0;
  }
}

/* 3-5)  */
.about-features__list > .about-feature__item:last-child {
  padding-bottom: 17.3611111111vw;
}
@media screen and (min-width: 1441px) {
  .about-features__list > .about-feature__item:last-child {
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 767px) {
  .about-features__list > .about-feature__item:last-child {
    padding-bottom: 0;
  }
}

.about-feature__item:last-child .about-feature__card {
  margin-top: 4.8611111111vw;
}
@media screen and (min-width: 1441px) {
  .about-feature__item:last-child .about-feature__card {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__item:last-child .about-feature__card {
    margin-top: initial;
  }
}

.about-feature__item:last-child .about-feature__photo--sub {
  left: 24%;
}

/* 4) メディア */
.about-feature__media {
  position: relative;
  left: 0;
  height: 26.1111111111vw;
  flex: 1 1 auto;
  min-width: 44.4444444444vw;
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  .about-feature__media {
    height: 360px;
    min-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__media {
    height: auto;
    min-width: 100vw;
    order: 2;
    display: flex;
    position: static;
    flex-direction: column;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

/* 5) 写真 */
.about-feature__photo {
  position: absolute;
  display: block;
  border-radius: 1.3888888889vw;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .about-feature__photo {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__photo {
    position: static;
    border-radius: 2.6666666667vw;
    overflow: hidden;
  }
}

.about-feature__photo picture,
.about-feature__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about-feature__photo picture,
  .about-feature__photo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* 5-1) メイン写真 */
.about-feature__photo--main {
  left: 0;
  top: 0;
  aspect-ratio: 640/376;
  max-width: 44.4444444444vw;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .about-feature__photo--main {
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__photo--main {
    aspect-ratio: 375/220;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-top: -5.3333333333vw;
    position: static;
    left: auto;
    transform: none;
    border-radius: 2.6666666667vw;
    overflow: hidden;
    max-width: none;
  }
}

/* 5-2) サブ写真 */
.about-feature__photo--sub {
  left: 15%;
  bottom: -75%;
  width: 35.5555555556vw;
  height: 20.9027777778vw;
  transform: rotate(-7deg);
}
@media screen and (min-width: 1441px) {
  .about-feature__photo--sub {
    width: 512px;
    height: 301px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__photo--sub {
    left: 6%;
    bottom: -4%;
    width: 86.4vw;
    height: 50.6666666667vw;
    transform: rotate(-7deg);
    position: static;
    margin-inline: auto;
  }
}

/* 6) テキストカード */
.about-feature__card {
  flex: 0 0 41.5277777778vw;
  width: 41.5277777778vw;
  background: #fff;
  border-radius: 1.3888888889vw;
  box-shadow: 0 0 10px 0 rgba(0, 51, 72, 0.3);
  padding: 2.7777777778vw 3.4722222222vw;
  margin-left: -2.7777777778vw;
  margin-top: 1.875vw;
  position: relative;
  z-index: 2;
  /* 写真より前面 */
}
@media screen and (min-width: 1441px) {
  .about-feature__card {
    flex: 0 0 598px;
    width: 598px;
    border-radius: 20px;
    padding: 40px 50px;
    margin-left: -40px;
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__card {
    width: 92vw;
    border-radius: 5.3333333333vw;
    padding: 8vw 4vw;
    margin-left: initial;
    margin-top: initial;
    order: 1;
  }
}

/* 7) カード内：ヘッダ */
.about-feature__head {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
@media screen and (min-width: 1441px) {
  .about-feature__head {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__head {
    gap: 5.3333333333vw;
  }
}

/* 7-1) 番号 */
.about-feature__number {
  font-family: "Open Sans", sans-serif;
  font-size: 4.8611111111vw;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(91deg, #1F609C 0%, #0290D4 99.35%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (min-width: 1441px) {
  .about-feature__number {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__number {
    font-size: 13.3333333333vw;
  }
}

/* 7-2) タイトル */
.about-feature__title {
  color: #0279B3;
  font-size: 1.5277777778vw;
  font-weight: 500;
  line-height: 1.454545;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1441px) {
  .about-feature__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__title {
    font-size: 4.8vw;
  }
}

/* 7-3) コンテンツ/本文 */
.about-feature__content {
  margin-top: 1.0416666667vw;
}
@media screen and (min-width: 1441px) {
  .about-feature__content {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__content {
    margin-top: 4.8vw;
  }
}

.about-feature__text {
  color: #333333;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 1441px) {
  .about-feature__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__text {
    font-size: 4.2666666667vw;
  }
}

.about-feature__text + .about-feature__text {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 1441px) {
  .about-feature__text + .about-feature__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__text + .about-feature__text {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .about-feature__item {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    align-items: center;
  }
  .about-feature__card {
    margin: 0 auto;
  }
}
/* ===============================
    access-page アクセス・駐車場のご案内ページ
================================= */
.access-parking {
  background-color: #F7FFFF;
  padding-bottom: 6.9444444444vw;
}
@media screen and (min-width: 1441px) {
  .access-parking {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .access-parking {
    padding-bottom: 13.3333333333vw;
  }
}

.access-parking__container {
  margin-top: 2.7777777778vw;
  display: grid;
  grid-template-columns: 2.6fr 1fr;
  gap: 2.0833333333vw;
  align-items: start;
}
@media screen and (min-width: 1441px) {
  .access-parking__container {
    margin-top: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .access-parking__container {
    margin-top: 10.6666666667vw;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}

.access-parking__map {
  aspect-ratio: 843/591;
  max-width: 58.5416666667vw;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .access-parking__map {
    max-width: 843px;
  }
}
@media screen and (max-width: 767px) {
  .access-parking__map {
    margin-inline: auto calc(50% - 50vi);
    height: 157.6vw;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

.access-parking__map img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .access-parking__map img {
    width: 224.8vw;
    min-width: 224.8vw;
    display: block;
  }
}

.access-parking__landmark-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3194444444vw;
}
@media screen and (min-width: 1441px) {
  .access-parking__landmark-list {
    gap: 19px;
  }
}
@media screen and (max-width: 767px) {
  .access-parking__landmark-list {
    gap: 5.0666666667vw;
  }
}

.access-parking__landmark-item {
  display: flex;
  gap: 0.5555555556vw;
}
@media screen and (min-width: 1441px) {
  .access-parking__landmark-item {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .access-parking__landmark-item {
    gap: 2.1333333333vw;
  }
}

.access-parking__landmark-number {
  color: #333333;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1441px) {
  .access-parking__landmark-number {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .access-parking__landmark-number {
    font-size: 9.6vw;
  }
}

.access-parking__landmark-image {
  aspect-ratio: 290/188;
  max-width: 20.1388888889vw;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .access-parking__landmark-image {
    max-width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .access-parking__landmark-image {
    max-width: 77.3333333333vw;
  }
}

.access-parking__landmark-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* ===============================
    access-page アクセス
================================= */
.access-access__inner {
  max-width: 69.4444444444vw;
  margin-inline: auto;
}
@media screen and (min-width: 1441px) {
  .access-access__inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__inner {
    max-width: 100vw;
  }
}

.access-access__map {
  margin-top: 2.7777777778vw;
  max-width: 69.4444444444vw;
  height: 26.3888888889vw;
}
@media screen and (min-width: 1441px) {
  .access-access__map {
    margin-top: 40px;
    max-width: 1000px;
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__map {
    margin-top: 10.6666666667vw;
    max-width: 92vw;
    height: 74.6666666667vw;
  }
}

.access-access__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===============================
    access-page お問い合わせ先
================================= */
.access-access__contact {
  margin-top: 5.5555555556vw;
}

.access-access__subtitle {
  color: #333333;
  font-size: 1.8055555556vw;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .access-access__subtitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__subtitle {
    font-size: 5.3333333333vw;
  }
}

.access-access__container {
  border-radius: 20px;
  border: 2px solid #0279B3;
  padding: 2.0833333333vw 3.4722222222vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1441px) {
  .access-access__container {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__container {
    padding: 5.3333333333vw;
    flex-direction: column;
    gap: 5.3333333333vw;
    align-items: flex-start;
  }
}

.access-access__organization {
  color: #333333;
  font-size: 1.8055555556vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1441px) {
  .access-access__organization {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__organization {
    font-size: 5.3333333333vw;
  }
}

.access-access__addr,
.access-access__tel {
  color: #333333;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1441px) {
  .access-access__addr,
  .access-access__tel {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__addr,
  .access-access__tel {
    font-size: 4.2666666667vw;
  }
}

.access-access__hours-list {
  display: grid;
  grid-template-columns: max-content 1fr;
}

.access-access__hours-list,
.access-access__hours-attn {
  color: #333333;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1441px) {
  .access-access__hours-list,
  .access-access__hours-attn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__hours-list,
  .access-access__hours-attn {
    font-size: 3.7333333333vw;
  }
}

.access-access__hours-label {
  grid-column: 1;
}

.access-access__hours-row {
  grid-column: 2;
}

@media screen and (max-width: 767px) {
  .access-access__hours-note {
    font-size: 3.4666666667vw;
    font-feature-settings: "palt";
  }
}

/* ===============================
    access-page 主な交通手段
================================= */
.access-access__transport {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 1441px) {
  .access-access__transport {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__transport {
    margin-top: 10.6666666667vw;
  }
}

.access-access__transport-image {
  aspect-ratio: 768/463;
  max-width: 53.3333333333vw;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1441px) {
  .access-access__transport-image {
    max-width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__transport-image {
    margin-inline: calc(50% - 50vi);
    height: 99.2vw;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

.access-access__transport-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .access-access__transport-image img {
    width: 168.5333333333vw;
    min-width: 168.5333333333vw;
    display: block;
  }
}

/* ===============================
    access-page 補足テキスト
================================= */
.access-access__transport-list {
  margin-top: 4.1666666667vw;
  max-width: 54.5833333333vw;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1441px) {
  .access-access__transport-list {
    margin-top: 60px;
    max-width: 786px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__transport-list {
    margin-top: 10.6666666667vw;
    max-width: 92vw;
  }
}

.access-access__transport-item + .access-access__transport-item {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 1441px) {
  .access-access__transport-item + .access-access__transport-item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__transport-item + .access-access__transport-item {
    margin-top: 4.2666666667vw;
  }
}

.access-access__transport-item {
  color: #333333;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1441px) {
  .access-access__transport-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__transport-item {
    font-size: 4.2666666667vw;
  }
}

.access-access__transport-note a {
  color: #0279B3;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: #0279B3;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* ===============================
    access-page 周辺の世界遺産
================================= */
.access-access__heritage-note {
  margin-top: 2.7777777778vw;
  max-width: 54.5833333333vw;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1441px) {
  .access-access__heritage-note {
    margin-top: 40px;
    max-width: 786px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__heritage-note {
    margin-top: 10.6666666667vw;
    max-width: 92vw;
  }
}

.access-access__heritage-note-text,
.access-access__heritage-note-text a {
  color: #333333;
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 1441px) {
  .access-access__heritage-note-text,
  .access-access__heritage-note-text a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__heritage-note-text,
  .access-access__heritage-note-text a {
    font-size: 4.2666666667vw;
  }
}

.access-access__heritage-note-text a {
  color: #0279B3;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: #0279B3;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.access-access__heritage-note-link {
  text-align: inherit;
}

.access-access__heritage-list {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .access-access__heritage-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .access-access__heritage-list {
    margin-top: 10.6666666667vw;
  }
}

.heritage-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  .heritage-list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .heritage-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 3.4666666667vw;
  }
}

/* カードレイアウト */
.heritage-item {
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 51, 72, 0.3);
}

.heritage-item__image {
  aspect-ratio: 285/244;
  max-width: 19.7916666667vw;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .heritage-item__image {
    max-width: 285px;
  }
}
@media screen and (max-width: 767px) {
  .heritage-item__image {
    aspect-ratio: 165/140;
    max-width: 44vw;
  }
}

.heritage-item__image img {
  border-radius: 10px 10px 0 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.heritage-item__caption {
  padding-top: 1.3888888889vw;
  padding-bottom: 2.0833333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  .heritage-item__caption {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .heritage-item__caption {
    padding-top: 5.3333333333vw;
    padding-bottom: 8vw;
    gap: 2.6666666667vw;
  }
}

.heritage-item__name {
  color: #003579;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1441px) {
  .heritage-item__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .heritage-item__name {
    font-size: 4.8vw;
  }
}

.heritage-item__time {
  color: #000;
  font-size: 1.1111111111vw;
  line-height: 1;
}
@media screen and (min-width: 1441px) {
  .heritage-item__time {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .heritage-item__time {
    font-size: 4.2666666667vw;
  }
}

/* ===============================
    qa-page よくあるお問い合わせページ
================================= */
.qa-qa__note {
  margin-top: 2.7777777778vw;
  max-width: 55.1388888889vw;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1441px) {
  .qa-qa__note {
    margin-top: 40px;
    max-width: 794px;
  }
}
@media screen and (max-width: 767px) {
  .qa-qa__note {
    margin-top: 10.6666666667vw;
    max-width: 92vw;
  }
}

.qa-qa__note-text {
  color: #333333;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1441px) {
  .qa-qa__note-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .qa-qa__note-text {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}

.qa-qa__content {
  max-width: 69.4444444444vw;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .qa-qa__content {
    max-width: 266.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .qa-qa__content {
    max-width: 92vw;
  }
}

.qa__list {
  display: grid;
  row-gap: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  .qa__list {
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .qa__list {
    row-gap: 4vw;
  }
}

.qa__item-header {
  background-color: #D7EEF5;
  display: flex;
  justify-content: space-between;
  gap: 2.7777777778vw;
  align-items: center;
  padding: 1.8055555556vw 2.7777777778vw;
  border-radius: 1.3888888889vw;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s ease, border-radius 0.3s ease;
}
@media screen and (min-width: 1441px) {
  .qa__item-header {
    gap: 40px;
    padding: 26px 40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .qa__item-header {
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}

/* open時のアニメーション */
.qa__item-header.open {
  background-color: #0279B3;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
}
@media screen and (min-width: 1441px) {
  .qa__item-header.open {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .qa__item-header.open {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}

.qa__item-title,
.qa__item-text {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1441px) {
  .qa__item-title,
  .qa__item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .qa__item-title,
  .qa__item-text {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}

.qa__item-title {
  padding-left: 4.5138888889vw;
  justify-content: space-between;
  position: relative;
  transition: color 0.3s 0s ease;
}
@media screen and (max-width: 767px) {
  .qa__item-title {
    padding-left: 65px;
  }
}
@media screen and (max-width: 767px) {
  .qa__item-title {
    padding-left: 6.4vw;
  }
}

/* open時のアニメーション */
.qa__item-header.open .qa__item-title {
  color: #FFFFFF;
}

/* Qを表示 */
.qa__item-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 2.2222222222vw;
  font-weight: 500;
  line-height: 1.6;
  transition: color 0.3s;
}
@media screen and (min-width: 1441px) {
  .qa__item-title::before {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .qa__item-title::before {
    font-size: 5.3333333333vw;
  }
}

/* open時のアニメーション */
.qa__item-header.open .qa__item-title::before {
  color: #FFFFFF;
}

/* 十字アイコン */
.qa__item-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.qa__item-icon::before,
.qa__item-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 2px;
  background-color: #333;
  top: 50%;
}

/* 十字アイコン横棒（━）*/
.qa__item-icon::before {
  left: 0;
  transform: translateY(-50%);
  transition: background-color 0.3s 0s ease;
}

/* open時のアニメーション */
.qa__item-header.open .qa__item-icon::before {
  background-color: #FFF;
}

/* 十字アイコン縦棒（┃）*/
.qa__item-icon::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s 0s ease;
}

/* open時のアニメーション */
.qa__item-header.open .qa__item-icon::after {
  transform: translateY(-50%) rotate(0deg);
  background-color: #FFF;
}

.qa__item-content {
  padding: 2.0833333333vw 2.7777777778vw;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(8, 40, 70, 0.25);
  border-radius: 0 0 1.3888888889vw 1.3888888889vw;
  display: none;
  padding-left: 7.2916666667vw;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .qa__item-content {
    border-radius: 0 0 20px 20px;
    padding-left: 105px;
  }
}
@media screen and (max-width: 767px) {
  .qa__item-content {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    padding-left: 9.0666666667vw;
    font-feature-settings: "palt";
  }
}

/* Aの文字 */
.qa__item-content::before {
  content: "A";
  position: absolute;
  top: 50%;
  left: 2.7777777778vw;
  transform: translateY(-50%);
  font-size: 2.2222222222vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1441px) {
  .qa__item-content::before {
    font-size: 32px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .qa__item-content::before {
    font-size: 5.3333333333vw;
    left: 2.6666666667vw;
  }
}

.qa__item-content {
  transform: translateZ(0);
}

/* ===============================
    qa-page 店舗連絡先
================================= */
.qa-contact {
  background-color: #F7FFFF;
  position: relative;
  z-index: 1;
  overflow-y: clip;
}

.qa-contact::before {
  content: "";
  position: absolute;
  top: 1%;
  left: -5%;
  width: 43.5416666667vw;
  height: 18.4722222222vw;
  background-color: #F7FFFF;
  background-image: url(../images/common/decoration-fish-o.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1441px) {
  .qa-contact::before {
    width: 627px;
    height: 266px;
  }
}
@media screen and (max-width: 767px) {
  .qa-contact::before {
    width: 119.4666666667vw;
    height: 50.6666666667vw;
    top: -3%;
    left: -64%;
  }
}

.qa-contact__table-container {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .qa-contact__table-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .qa-contact__table-container {
    margin-top: 10.6666666667vw;
    margin-inline: auto calc(50% - 50vi);
  }
}

.qa-contact__table {
  max-width: 40.4861111111vw;
  width: 100%;
  margin-inline: auto;
  border-radius: 0.6944444444vw;
  border: 2px solid #0279B3;
  background: #0279B3;
}
@media screen and (min-width: 1441px) {
  .qa-contact__table {
    max-width: 583px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .qa-contact__table {
    max-width: 121.3333333333vw;
    width: 121.3333333333vw;
    border-radius: 2.6666666667vw;
    border: 0.4586666667vw solid #0279B3;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

.contact-table-container {
  color: #333333;
  text-align: center;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 1441px) {
  .contact-table-container {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-table-container {
    font-size: 3.4666666667vw;
  }
}

.contact-table__header {
  display: flex;
  background: #0279B3;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 1.2;
}
@media screen and (min-width: 1441px) {
  .contact-table__header {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-table__header {
    font-size: 3.4666666667vw;
  }
}

.contact-table__header .col-type {
  flex: 0 0 11.3888888889vw;
  padding: 1.1111111111vw;
  text-align: center;
  border-right: 1px solid #FFFFFF;
  padding-block: 1.1111111111vw;
}
@media screen and (min-width: 1441px) {
  .contact-table__header .col-type {
    flex: 0 0 164px;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-table__header .col-type {
    flex: 0 0 34.1333333333vw;
    padding: 3.4666666667vw;
  }
}

.contact-table__header .col-name {
  flex: 1;
  padding: 1.1111111111vw;
  border-right: 1px solid #FFF;
}
@media screen and (min-width: 1441px) {
  .contact-table__header .col-name {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-table__header .col-name {
    padding: 3.4666666667vw;
  }
}

.contact-table__header .col-tel {
  flex: 0 0 11.3888888889vw;
  padding: 1.1111111111vw;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .contact-table__header .col-tel {
    flex: 0 0 164px;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-table__header .col-tel {
    flex: 0 0 37.3333333333vw;
    padding: 3.4666666667vw;
  }
}

.table-body {
  background: white;
  border-radius: 0 0 0.6944444444vw 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  .table-body {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .table-body {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}

.table-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C5C5C5;
}

/* セルの背景色 偶数行 */
.table-row:nth-child(even) {
  background-color: #D7EEF5;
}

.table-row:last-child {
  border-bottom: none;
}

/* テーブルボディ 種別セル*/
.table-body .col-type {
  flex: 0 0 11.3888888889vw;
  padding-block: 1.1111111111vw;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1441px) {
  .table-body .col-type {
    flex: 0 0 164px;
    padding-block: 16px;
  }
}
@media screen and (max-width: 767px) {
  .table-body .col-type {
    flex: 0 0 34.1333333333vw;
    padding-block: 3.4666666667vw;
  }
}

/* テーブルボディ 店舗名セル*/
.table-body .col-name {
  flex: 0 0 17.5vw;
  padding-block: 1.25vw;
  position: relative;
  border-right: 1px solid #C5C5C5;
  border-left: 1px solid #C5C5C5;
  height: 3.9583333333vw;
}
@media screen and (min-width: 1441px) {
  .table-body .col-name {
    flex: 0 0 252px;
    padding-block: 18px;
    height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .table-body .col-name {
    flex: 0 0 49.3333333333vw;
    height: 12.8vw;
    padding-block: initial;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* テーブルボディ 電話番号セル*/
.table-body .col-tel {
  flex: 1;
  padding-block: 1.25vw;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .table-body .col-tel {
    padding-block: 18px;
  }
}
@media screen and (max-width: 767px) {
  .table-body .col-tel {
    padding-block: 3.4666666667vw;
  }
}

/* 種別バッジ */
.badge {
  display: inline-block;
  padding: 0.3472222222vw 0.6944444444vw;
  font-size: 0.9027777778vw;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .badge {
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .badge {
    padding: 1.0666666667vw 2.1333333333vw;
    font-size: 2.9333333333vw;
  }
}

/* 代表 */
.badge--represent {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1441px) {
  .badge--represent {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .badge--represent {
    font-size: 3.4666666667vw;
  }
}

/* 飲食店 */
.badge--dining {
  background-color: #0E9E7A;
  color: #FFFFFF;
}

/* 鮮魚 */
.badge--seafood {
  background-color: #0594DA;
  color: #FFFFFF;
}

/* 海産物 */
.badge--product {
  background-color: #A2E304;
}

/* スイーツ */
.badge--sweets {
  background-color: #FFD609;
}

/* その他 */
.badge--others {
  background-color: #E38604;
  color: #FFFFFF;
}