/* html */

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

a {
  color: #2b2b2b;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}

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

html {
	scroll-behavior: smooth;
}

/* misc */

.img-common {
  margin: 20px 0 0;
}

.img-common div + div {
  margin-top: 10px;
}

.img-common img,
.gateway-anchor img {
  aspect-ratio: 820 / 534;
  object-fit: cover;
}

.img-common img.is-portrait,
.gateway-anchor img.is-portrait {
  aspect-ratio: 534 / 820;
}

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

.en {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* 全体のレイアウトに関するブロック */

.body {
  margin: 0;
  color: #2b2b2b;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  max-width: 450px;
  margin: 0 auto;
  padding-top: var(--header-height, 78px);
  background-color: #fff;
}

.wrap-section {
  padding: 140px 20px 0;
}

/* .wrap-section[id] {
  scroll-margin-top: var(--header-height, 28px);
} */

.wrap-section > :first-child {
  margin-top: 0;
}

.row-section {
  margin: 140px 0 0;
}

.row-section > :first-child {
  margin-top: 0;
}

/* ヘッドライン */

.hl-h1 {
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}

.border {
  border: 1px solid #2b2b2b;

  /* border-bottom: 1px solid #2b2b2b; */
}

.hl-h2 {
  margin: 30px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-align: center;
}

/* テキスト */

.text-common,
.text-mark {
  margin: 30px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.1em;
}

.text-mark + img {
  margin: 6px 0 0;
}

.text-mark::before {
  content: '▼';
}

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

/* テーブル */

.table-common {
  width: 100%;
  margin: 30px 0 0;
  border-collapse: collapse;
}

.table-common th {
  width: 70px;
  padding: 0 1em 0 0;
  text-align: left;
}

.table-common th,
.table-common td {
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.1em;
  vertical-align: top;
}

/* パンくずリスト */

.breadcrumb {
  padding: 14px 20px;
  border-top: 1px solid #eee;
}

.breadcrumb:empty {
  display: none;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  color: #767676;
}

.breadcrumb-item:not(:last-child)::after {
  content: '/';
  margin: 0 6px;
  color: #ccc;
}

.breadcrumb-item a {
  color: #2b2b2b;
  text-decoration: underline;
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

/* ページタイトル */

.page-title {
  padding: 75px 0 0;
}

.page-title-section {
  padding: 0 20px;
}

.page-title-section > :first-child {
  margin-top: 0;
}

.page-title + .wrap-section {
  padding-top: 40px;
}

/* キービジュアル */

.kv {
  height: 100dvh;
  padding: 0 20px;
}

.kv-img {
  height: auto;
  margin: 0;
}

.kv-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ゲートウェイ */

.gateway {
  margin: 30px 0 0;
  padding: 0;
  list-style-type: none;
}

.gateway-item + .gateway-item {
  margin: 74px 0 0;
}

.gateway-anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.gateway-anchor > :first-child {
  margin-top: 0;
}

.gateway-text {
  display: flex;
  align-items: center;
  gap: 0 10px;

  /* color:#fff; */
}

.gateway-text::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px 0 0;
  border-top: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  transform: rotate(45deg);
}

.gateway-anchor span {
  border-bottom: 1px solid #2b2b2b;
  padding: 0 24px 10px;
}

.img-title {
  text-align: left !important;
}

/* slick */

.slick p {
	font-size: 13px;
}

.slick-list {
  line-height: 1;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  width: 100%;
  height: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}

.slick-dots li {
  width: 10px;
  height: 100%;
}

.slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  background-color: #e2e2e2;
  font-size: 0;
}

.slick-active button {
  border: 1px solid #909090;
  background-color: #909090;
}

/* ヘッダ */

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
}

.header-logo {
  margin: 0;
  line-height: 0;
}

.header-logo img {
  height: 20px;
  width: auto;
}

.header-nav-toggle {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 70px;
  height: 30px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.header-nav-toggle-bar {
  display: block;
  width: 100%;
  height:  1px;
  background-color: #2b2b2b;
  transition: transform 0.3s, opacity 0.3s;
}

.header.is-open .header-nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(15deg);
}

.header.is-open .header-nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.header.is-open .header-nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-15deg);
}

.header-nav {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: max-height 0.3s ease;
}

.header.is-open .header-nav {
  max-height: 500px;
}

.header-nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  margin: 0;
  padding: 24px 20px 64px;
  list-style-type: none;
}

.header-nav-anchor {
  color: #494b4e;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-decoration: none;
}

/* フッタ */

.footer {
  padding: 118px 0 90px;
}

.footer-logo {
  margin: 0;
  text-align: center;
}

.page_top_btn {
	display: block;
	margin: 0 0 40px 0;
}
