@charset "UTF-8";
body, html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 100px;
}

.main {
  overflow: hidden;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.roboto-jp {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.sp_br {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: none;
  }
}
.pc_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_br {
    display: block;
  }
}
.index-br {
  display: block;
}

.break {
  display: inline-block;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
/*! destyle.css v2.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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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] {
  text-decoration: underline; /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ===========================================
 * ヘッダー
 * ======================================== */
/* ===========================================
 * 変数
 * ======================================== */
:root {
  --accent: #fff; /* ハンバーガー線の色 */
  --menu-text: #e5e7eb; /* メニュー文字色 */
}

/* ===========================================
 * ヘッダー
 * ======================================== */
.header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background: transparent;
  z-index: 9999;
}
@media (max-width: 1024px) {
  .header {
    height: 30px;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1280px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .header-inner {
    padding-top: 39px;
  }
}

/* スクロール後に線を黒く（PCのみ） */
@media (min-width: 1025px) {
  .header.scrolled .hamburger .line {
    background: #000;
  }
}
/* ===========================================
 * ハンバーガーボタン（3本線）
 * ======================================== */
/* ===========================================
 * ハンバーガーボタン（3本線・同一長さ）
 * ======================================== */
.hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .hamburger {
    width: 40px;
    height: 40px;
    background: #000;
    padding: 10px;
  }
}

.hamburger .line {
  display: block;
  width: 45px; /* ★ 22.5 × 2 = 45px */
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
  transition: transform 0.34s cubic-bezier(0.22, 0.9, 0.36, 1), opacity 0.2s ease;
}

/* 線の長さ */
.hamburger .line.top {
  width: 20px;
  margin: 0 auto;
}
.hamburger .line.middle {
  width: 20px;
  margin: 0 auto;
}
.hamburger .line.bottom {
  width: 20px;
  margin: 0 auto;
}

/* ===========================================
 * OPEN時（×に変形）
 * ======================================== */
.hamburger.open .line.top {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.open .line.middle {
  opacity: 0;
}
.hamburger.open .line.bottom {
  transform: translateY(-9px) rotate(-45deg);
}

/* PCサイズでの微調整 */
@media (min-width: 1025px) {
  .hamburger .line.top {
    width: 24px;
  }
  .hamburger .line.middle {
    width: 24px;
  }
  .hamburger .line.bottom {
    width: 24px;
  }
}
/* ===========================================
 * メニューパネル
 * ======================================== */
.menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  padding-top: 100px;
}
@media screen and (max-width: 1280px) {
  .menu-panel {
    width: 100%;
  }
}
.menu-panel.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.menu-panel .menu {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 11vw;
  color: var(--menu-text);
}
.menu-panel .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
}
.menu-panel .menu a {
  color: var(--menu-text);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.menu-main a {
  font-size: 24px;
  display: block;
  margin-top: 30px;
}

.menu-sub a {
  position: relative;
  display: block;
  margin-top: 16px;
  padding-left: 20px;
  font-size: 20px;
}
.menu-sub a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #f5f2f2;
  border-radius: 1px;
}

/* SP */
@media (max-width: 1024px) {
  .menu-panel {
    height: 100%;
  }
  .menu-panel .menu {
    padding: 48px 0 48px 60px;
  }
}
/* ===========================================
 * 背景オーバーレイ
 * ======================================== */
.backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background 0.36s;
  z-index: 30;
}
.backdrop.open {
  background: rgba(0, 0, 0, 0.35);
  pointer-events: auto;
}

/* ===========================================
 * スクリーンリーダー専用（視覚的に非表示）
 * ======================================== */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===========================================
 * SECTION HEADER
 * ======================================== */
.dinner-bc {
  background: url(../dinner-bc.jpg);
}
@media screen and (max-width: 1024px) {
  .dinner-bc {
    background: url(../dinner-sp.jpg);
  }
}

.party-bc {
  background: url(../party-bc.jpg);
}
@media screen and (max-width: 1024px) {
  .party-bc {
    background: url(../party-sp.jpg);
  }
}

.drink-bc {
  background: url(../drink-bc.jpg);
}
@media screen and (max-width: 1024px) {
  .drink-bc {
    background: url(../drink-sp.jpg);
  }
}

.course-bc {
  background: url(../course-bc.jpg);
}
@media screen and (max-width: 1024px) {
  .course-bc {
    background: url(../course-sp.jpg);
  }
}

.contact-bc {
  background: #000;
  height: 100px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .contact-bc {
    height: 70px;
  }
}

.section-bc {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: auto;
  height: 100vh;
  position: relative;
}

.l-re {
  margin-top: 7rem;
}
@media screen and (max-width: 820px) {
  .l-re {
    margin-top: 4rem;
    margin-bottom: 6vw;
  }
}
.l-re__flex {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 520px; /* お好みで高さ調整 */
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .l-re__flex {
    height: auto;
  }
}
.l-re__title {
  position: relative;
  z-index: 2;
  width: 40%;
  padding: 2rem 2rem 2rem 4rem;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .l-re__title {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.l-re__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 67px;
  letter-spacing: 0.1em;
  color: #0066cc;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-re__en {
    font-size: 28px;
  }
}
.l-re__main {
  font-weight: 700;
  font-size: 28px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-re__main {
    font-size: 22px;
  }
}
.l-re__sub {
  font-size: 500px;
  font-size: 18px;
  margin-top: 1.8vw;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-re__sub {
    font-size: 16px;
  }
}
.l-re__visual {
  position: absolute;
  top: 0;
  right: -401px;
  width: 87%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .l-re__visual {
    display: none;
  }
}
.l-re__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center; /* 右端を優先的に表示 */
  display: block;
  /* 左側を斜めカット */
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.l-contact {
  padding-top: 9vw;
  padding-bottom: 11vw;
  position: relative;
  overflow: clip;
}
.l-contact__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.l-contact__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .l-contact__title {
    flex-direction: column;
  }
}
.l-contact__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 67px;
  letter-spacing: 0.1em;
  color: #f52908;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-contact__en {
    font-size: 28px;
  }
}
.l-contact__main {
  font-weight: 700;
  font-size: 28px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-contact__main {
    font-size: 22px;
  }
}
.l-contact__sub {
  font-size: 500px;
  font-size: 18px;
  margin-top: 1.8vw;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-contact__sub {
    font-size: 16px;
  }
}
.l-contact__cover {
  width: 90%;
  margin: 0 auto;
  margin-top: 7vw;
}
.l-contact__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .l-contact__wrapper {
    flex-direction: column;
  }
}
.l-contact__link {
  background: #fff;
  display: block;
  border: solid 2px #f52908;
  padding: 20px 10px 20px 5px;
  transition: all 0.3s;
}
.l-contact__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 820px) {
  .l-contact__link {
    width: 100%;
  }
}
.l-contact__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.l-contact__visual {
  width: 18%;
}
@media screen and (max-width: 820px) {
  .l-contact__visual {
    width: 20%;
  }
}
.l-contact__img {
  width: 100%;
}
.l-contact__text {
  text-align: center;
  letter-spacing: 0.1em;
}
.l-contact__text01 {
  font-size: 16px;
  font-weight: 700;
}
.l-contact__text02 {
  color: #f52908;
  font-size: 35px;
  font-weight: 700;
}
.l-contact__text03 {
  font-size: 14px;
  font-weight: 500;
}
.l-contact__time {
  font-weight: 400;
}

.block {
  position: relative;
  /* はみ出して見せたい時は visible。完全に内側だけなら overflow: clip; に */
  overflow: visible;
}

/* 左端・中央に飾りを固定 */
.has-left-deco::before {
  content: "";
  position: absolute;
  inset-block-start: 50%; /* top:50% と同じ（論理プロパティ）*/
  inset-inline-start: 0; /* left:0 */
  transform: translate(-20%, -50%);
  /* ↑ 左に少しはみ出させたい場合は -40% ～ -60% で調整。完全に内側なら 0,-50% */
  /* 画面幅に応じてサイズ可変（最小80px～最大180px） */
  width: clamp(80px, 46vw, 526px);
  aspect-ratio: 1/1; /* 画像が正方形想定。縦横比が違うなら差し替え */
  /* 画像読み込み（@2x対応）*/
  background: image-set(url("/assets/images/common/l-contact.svg") 1x) center/contain no-repeat;
  pointer-events: none; /* クリックを邪魔しない */
  z-index: 0; /* コンテンツの下にしたい時は 0、前面なら 1+ に */
}

/* 小さい画面ではさらに小さく or 非表示にする例 */
@media (max-width: 480px) {
  .has-left-deco::before {
    transform: translate(-20%, -31%);
    width: clamp(80px, 72vw, 526px);
    /* いっそ消すなら display:none; */
  }
}
/* 飾りと本文が重なるのを避けたい場合、左パディングを加える */
.block {
  padding-left: calc(clamp(80px, 12vw, 180px) + 1rem);
}

.l-footer {
  padding: 70px 0 0px;
  color: #ffffff;
  background: #000000;
}
.l-footer__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.l-footer__link {
  display: block;
  transition: all 0.3s;
}
.l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__visual {
    flex-direction: column;
  }
}
.l-footer__img {
  width: 30px;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.l-footer__copy {
  padding: 70px 0 20px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ===========================================
 * TOPページ　スライド　　ここから
 * ======================================== */
/* 最初は非表示にする */
.full-screen, .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.full-screen img, .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.5%;
  height: 100.5%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease;
  display: block;
}

.full-screen img.active, .image img.active {
  opacity: 1;
  z-index: 1;
}

.image.left, .image.right {
  display: flex;
  flex: 1;
  opacity: 0;
  background: #000;
}

.main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: relative;
  background: #000;
  overflow: hidden; /* ← これが横スクロール防止にも効く */
}

.main-visual .image {
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* 🟩 ここだけ変更（スマホ時の縦並び→横並び修正） */
@media (max-width: 1024px) {
  .main-visual {
    flex-direction: column; /* ← columnからrowへ変更（横並び） */
  }
}
/* サブピクセル補正 */
.main-visual .image.left {
  margin-right: -0.5px;
}

.main-visual .image.right {
  margin-left: -0.5px;
}

.main-visual img {
  display: block;
}

.wrapper {
  overflow: hidden; /* 横スクロール防止 */
}

/* ===========================================
 * TOPページ　MV　　ここから
 * ======================================== */
.index-welcome {
  background: #e6e6e6;
  padding: 60px 0 60px;
  border-bottom: 0.5px solid #000;
}
@media screen and (max-width: 768px) {
  .index-welcome {
    padding: 80px 0 80px;
  }
}
.index-welcome__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-welcome__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .index-welcome__flex {
    flex-direction: column;
    margin: 0 auto;
  }
}
.index-welcome__title {
  font-size: 23px;
  line-height: 1.3;
  width: 30%;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 1024px) {
  .index-welcome__title {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
}
.index-welcome__wrapper {
  font-size: 14px;
  line-height: 2.8;
  width: 50%;
  letter-spacing: 0.1em;
  word-break: break-all; /* どこでも折り返す */
}
@media screen and (max-width: 1024px) {
  .index-welcome__wrapper {
    font-size: 12px;
    width: 85%;
    line-height: 2;
    margin: 0 auto;
    margin-top: 8vw;
  }
}

.index-re {
  padding: 7vw 0 7vw;
}
@media screen and (max-width: 768px) {
  .index-re {
    padding: 80px 0 80px;
  }
}
.index-re__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-re__title {
  font-size: 23px;
  line-height: 1.3;
  width: 30%;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 768px) {
  .index-re__title {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
}
.index-re__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.5vw;
}
@media screen and (max-width: 768px) {
  .index-re__flex {
    flex-direction: column;
  }
}
.index-re__link {
  display: block;
  transition: all 0.3s;
  width: 100%;
}
.index-re__link:hover {
  opacity: 0.6;
}
.index-re__visual {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .index-re__visual {
    margin: 0 auto;
    margin-top: 7vw;
    width: 53%;
  }
}
.index-re__img {
  width: 100%;
}

.index-food__article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 0.5px solid #000;
}
@media screen and (max-width: 1024px) {
  .index-food__article {
    display: block;
    width: 100%;
  }
}
.index-food__article02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 0.5px solid #000;
}
@media screen and (max-width: 1024px) {
  .index-food__article02 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.index-food__img {
  width: 50%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .index-food__img {
    height: auto;
    width: 100%;
  }
}
.index-food__img02 {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .index-food__img02 {
    height: auto;
    width: 100%;
    aspect-ratio: 5/4;
  }
}
.index-food__img-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .index-food__img-img {
    aspect-ratio: 5/4;
  }
}
.index-food__img-img02 {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 2s ease-in-out; /* ふんわり感 */
}
@media screen and (max-width: 1024px) {
  .index-food__img-img02 {
    aspect-ratio: 5/4;
  }
}
.index-food .index-food__img-img02.active {
  opacity: 1;
  z-index: 2;
}
.index-food .index-food__img-img02:first-child {
  opacity: 1;
}
.index-food__body {
  background: #e6e6e6;
  padding: 7vw 10vw 5.5vw 7vw;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .index-food__body {
    width: 100%;
    padding: 80px 10px 80px;
  }
}
.index-food__body02 {
  background: #e6e6e6;
  padding: 7vw 7vw 5vw 9vw;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .index-food__body02 {
    width: 100%;
    padding: 80px 10px 80px;
  }
}
.index-food__wrapper {
  width: 100%;
  margin: 0 auto;
}
.index-food__title {
  font-size: 23px;
  line-height: 1.3;
  width: 30%;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 1024px) {
  .index-food__title {
    font-size: 26px;
    width: 100%;
  }
}
.index-food__text {
  font-size: 14px;
  line-height: 2.8;
  width: 100%;
  letter-spacing: 0.1em;
  margin-top: 3vw;
}
@media screen and (max-width: 1024px) {
  .index-food__text {
    font-size: 12px;
    width: 100%;
    line-height: 2;
    margin-top: 30px;
  }
}
.index-food__add {
  font-size: 14px;
  line-height: 1.8;
  width: 90%;
  letter-spacing: 0.1em;
  margin-top: 3vw;
}
@media screen and (max-width: 1024px) {
  .index-food__add {
    font-size: 12px;
    width: 100%;
    line-height: 2;
    margin-top: 30px;
  }
}
.index-food__flex {
  display: flex;
  justify-content: space-between; /* 左揃え */
  align-items: center;
  width: 100%;
  margin-top: 4.6vw;
}
@media screen and (max-width: 1024px) {
  .index-food__flex {
    flex-direction: column;
    display: grid; /* ← gridに切り替える */
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    gap: 34px 0;
    margin-top: 8vw;
  }
}
.index-food__flex02 {
  width: 80%;
  margin-top: 6px;
}
@media screen and (max-width: 1024px) {
  .index-food__flex02 {
    margin-top: 2vw;
  }
}
.index-food__link {
  display: block;
  transition: all 0.3s;
}
.index-food__link:hover {
  opacity: 0.6;
}
.index-food__menu {
  display: inline-block;
  border-bottom: 2px solid #000;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.index-food__menu02 {
  display: inline-block;
  border-bottom: 2px solid #000;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* ===========================================
 * dinnerページ、　drinkページ
 * ======================================== */
.drink {
  margin-top: 4vw;
  margin-bottom: 9vw;
}
@media screen and (max-width: 768px) {
  .drink {
    margin-bottom: 15vw;
  }
}
.drink__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}

.dinner {
  margin-top: 4vw;
  margin-bottom: 9vw;
  /* ===========================================
   * 大見出し
   * ======================================== */
  /* ===========================================
   * メニュー
   * ======================================== */
}
@media screen and (max-width: 768px) {
  .dinner {
    margin-bottom: 15vw;
  }
}
.dinner__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.dinner__cover {
  display: grid;
  justify-items: stretch; /* 各要素を列幅いっぱいに広げる */
  grid-template-columns: repeat(2, 1fr); /* 2列表示 */
  gap: 0px 7.5vw;
}
@media screen and (max-width: 768px) {
  .dinner__cover {
    grid-template-columns: 1fr; /* スマホでは1列表示 */
    gap: 0px 10vw;
  }
}
.dinner__drink-flex {
  display: grid;
  justify-items: stretch; /* 各要素を列幅いっぱいに広げる */
  grid-template-columns: repeat(2, 1fr); /* 2列表示 */
  gap: 46px 7.5vw;
}
@media screen and (max-width: 768px) {
  .dinner__drink-flex {
    grid-template-columns: 1fr; /* スマホでは1列表示 */
    gap: 0px 10vw;
  }
}
.dinner__title {
  font-size: 23px;
  position: relative;
  display: inline-block;
  padding-bottom: 14px; /* 下線用のスペース */
  margin-bottom: 55px;
  margin-top: 70px;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .dinner__title {
    padding-bottom: 14px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.dinner__title::before, .dinner__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.dinner__title::before {
  bottom: 7px;
  height: 3px;
  background-color: black;
}
.dinner__title::after {
  bottom: 0;
  height: 1px;
  background-color: black;
}
.dinner__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  gap: 50px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .dinner__item {
    padding-bottom: 6px;
    gap: 10px;
  }
}
.dinner__item:not(:first-child) {
  margin-top: 24px;
}
.dinner__item02 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .dinner__item02 {
    gap: 10px;
  }
}
.dinner__menu {
  width: 100%;
  min-width: 0;
}
.dinner__ja {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.dinner__ja02 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.dinner__en {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  font-size: 16px;
  margin-top: 16px;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .dinner__en {
    margin-top: 9px;
  }
}
.dinner__price {
  font-size: 14px;
  white-space: nowrap;
}
.dinner__visual {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .dinner__visual {
    margin-top: 34px;
  }
}
.dinner__card {
  flex: 0 0 calc((100% - 48px) / 4);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .dinner__card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
.dinner__img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .dinner__img {
    aspect-ratio: 1/1;
  }
}

.course {
  margin-top: 7vw;
  margin-bottom: 9vw;
}
@media screen and (max-width: 768px) {
  .course {
    margin-top: 7vw;
    margin-bottom: 15vw;
  }
}
.course__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
@media screen and (max-width: 768px) {
  .course__inner {
    gap: 9vw;
  }
}
.course__box {
  width: 100%;
  border: solid 9px #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3vw 3vw 6vw;
}
.course__box-flex {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .course__box-flex {
    flex-direction: column;
  }
}
.course__box-item {
  width: 100%;
}
.course__box-inner {
  width: 50%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .course__box-inner {
    width: 95%;
  }
}
.course__box-inner02 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .course__box-inner02 {
    width: 95%;
  }
}
.course__title {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-variation-settings: "wdth" 100;
  font-size: 40px;
  letter-spacing: 0.34em;
  background: #000;
  padding: 50px 0 50px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .course__title {
    font-size: 20px;
    padding: 24px 0 24px;
    margin-bottom: 0px;
  }
}
.course__title02 {
  font-size: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 26px; /* 下線用のスペース */
  margin-bottom: 18px;
  margin-top: 25px;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .course__title02 {
    padding-bottom: 14px;
    margin-bottom: 0px;
    margin-top: 16px;
    font-size: 20px;
    padding: 24px 0 15px;
  }
}
.course__title02::before, .course__title02::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.course__title02::before {
  bottom: 7px;
  height: 3px;
  background-color: black;
}
.course__title02::after {
  bottom: 0;
  height: 1px;
  background-color: black;
}
.course__kinds {
  display: flex;
  align-items: center;
  gap: 1rem; /* タイトルと線の間隔 */
  width: 100%;
  font-size: 17px;
  margin-top: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .course__kinds {
    margin-top: 25px;
  }
}
.course__kinds::before, .course__kinds::after {
  content: "";
  flex: 1;
  height: 1px; /* 線の太さ */
  border-top: 1px solid #333;
}
.course__kinds02 {
  width: 100%;
  font-size: 17px;
  margin-top: 60px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .course__kinds02 {
    margin-top: 25px;
  }
}
.course__mt {
  margin-top: 38px;
}
.course__menu {
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
  line-height: 1.68;
  letter-spacing: 0.24em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .course__menu {
    font-size: 16px;
    margin-top: 25px;
  }
}
.course__menu02 {
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
  line-height: 1.68;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .course__menu02 {
    font-size: 16px;
    margin-top: 16px;
  }
}

/* ===========================================
 * テーブル
 * ======================================== */
.party__table,
.party__table th,
.party__table td {
  font-weight: normal !important;
}

.party {
  margin-top: 7vw;
}
@media screen and (max-width: 768px) {
  .party {
    margin-top: 7vw;
  }
}
.party__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.party__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .party__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.party__visual {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .party__visual {
    width: 100%;
  }
}
.party__img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.party__table {
  width: 50%;
  border-top: 1px solid #b5b1b1;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .party__table {
    width: 100%;
  }
}
.party__table-tr {
  border-bottom: 1px solid #b5b1b1;
}
.party__table-header {
  padding: 35px 0 35px;
  border: none;
  width: 18%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .party__table-header {
    padding: 20px 0 20px;
    width: 24%;
  }
}
.party__table-date {
  padding: 35px 0 35px;
  border: none;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .party__table-date {
    padding: 20px 0 20px;
  }
}

/* ===========================================
 * フリードリンク
 * ======================================== */
.free {
  margin-top: 6vw;
  margin-bottom: 9vw;
  /* ===========================================
   * ソフトドリンク
   * ======================================== */
  /* ラベル部分 */
  /* 真ん中の文字 */
}
@media screen and (max-width: 768px) {
  .free {
    margin-top: 7vw;
    margin-bottom: 15vw;
  }
}
.free__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.free__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
@media screen and (max-width: 768px) {
  .free__inner {
    gap: 9vw;
  }
}
.free__wrapper {
  border: solid 9px #000;
  padding: 3vw 3vw 6vw;
}
.free__box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.free__box-inner {
  width: 50%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .free__box-inner {
    width: 90%;
  }
}
.free__title {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-variation-settings: "wdth" 100;
  font-size: 40px;
  letter-spacing: 0.34em;
  background: #000;
  padding: 50px 0 50px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 75px;
  display: inline-block; /* transform を効かせるため必須 */
  transform: scaleY(0.8); /* 上下方向を 80% に縮小 */
}
@media screen and (max-width: 768px) {
  .free__title {
    font-size: 20px;
    padding: 24px 0 24px;
    margin-bottom: 40px;
  }
}
.free__flex {
  display: grid;
  justify-items: stretch; /* 各要素を列幅いっぱいに広げる */
  grid-template-columns: repeat(2, 1fr); /* 2列表示 */
  gap: 57px 3.5vw;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .free__flex {
    grid-template-columns: 1fr; /* スマホでは1列表示 */
    gap: 24px 10vw;
    width: 90%;
  }
}
.free__drink {
  font-size: 19px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  .free__drink {
    font-size: 14px;
  }
}
.free__soft-flex {
  display: grid;
  justify-items: stretch; /* 各要素を列幅いっぱいに広げる */
  grid-template-columns: repeat(2, 1fr); /* 2列表示 */
  gap: 37px 7.5vw;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .free__soft-flex {
    grid-template-columns: 1fr; /* スマホでは1列表示 */
    gap: 20px 10vw;
    margin-top: 15px;
  }
}
.free__soft {
  width: 80%; /* 横幅いっぱいに */
  padding: 4.5vw 0vw 4vw;
  border: 3px solid #000;
  margin: 6vw auto 0;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .free__soft {
    margin-top: 10vw;
    width: 100%;
    padding: 5.5vw 0vw 5.5vw;
  }
}
.free__soft-wrap {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%; /* 横幅いっぱいに */
  display: flex;
  align-items: center;
  justify-content: center; /* テキストを中央へ */
}
.free__soft-label {
  background: #fff; /* 枠線の上に載せるので白 */
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.free__soft-label picture,
.free__soft-label img {
  display: block;
}
.free__soft-label img {
  height: 28px; /* PCの見た目 */
  width: auto; /* 横は自動 */
}
@media screen and (max-width: 768px) {
  .free__soft-label img {
    height: 20px; /* SPの見た目 */
  }
}
.free__soft-drink {
  font-size: 19px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  .free__soft-drink {
    font-size: 14px;
  }
}

.contact {
  margin-top: 5vw;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: 15vw;
    margin-bottom: 9vw;
  }
}

.contact-inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}

.contact-title {
  font-size: 33px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-title {
    font-size: 22px;
    margin-bottom: 6px;
  }
}

.contact-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    width: 100%;
  }
}

.Form-Item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 0.5px solid #000;
}
@media screen and (max-width: 768px) {
  .Form-Item {
    padding: 0 14px 10px 14px;
    flex-wrap: wrap;
    width: 100%;
    gap: 0px;
  }
}

.Form-Item02 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Form-Item02 {
    padding: 0 14px 10px 14px;
    flex-wrap: wrap;
    width: 100%;
  }
}

.Form-Item-Input,
.Form-Item-Textarea {
  flex: 1;
  width: 100%;
}

.Form-Item-Label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 14px;
  width: 124px; /* ← ラベルの幅を固定（好きな数値に調整） */
  display: flex;
  justify-content: space-between; /* ← 左と右に振り分けて揃える */
  align-items: center;
  padding-bottom: 35px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    margin-top: 7vw;
    padding-bottom: 0px;
  }
}

.Form-Item-Label02 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 14px;
  width: 124px; /* ← ラベルの幅を固定（好きな数値に調整） */
  display: flex;
  justify-content: space-between; /* ← 左と右に振り分けて揃える */
  align-items: center;
  padding-bottom: 21px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .Form-Item-Label02 {
    max-width: inherit;
    display: flex;
    align-items: center;
    margin-top: 7vw;
    padding-bottom: 0px;
  }
}

.Form-Item-Input {
  padding-bottom: 35px;
  margin-top: 40px;
  flex: 1;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 0px;
    padding-bottom: 0px;
    flex: inherit;
  }
}
.Form-Item-Textarea {
  display: block;
  background-color: #fff;
  border: 0.5px solid #000;
  padding: 1em 1em 1em 1em;
  letter-spacing: 0.1em;
  height: 200px;
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 9px;
    margin-left: 0;
    flex: inherit;
    font-size: 15px;
  }
}
/* ===========================================
 * ラジオボタン
 * ======================================== */
/* ラジオボタン 行 */
.Form-Item.radios {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-bottom: 0.5px solid #000;
  padding-bottom: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .Form-Item.radios {
    margin-top: 6vw;
    padding-bottom: 10px;
  }
}

/* ラジオボタン全体 */
.Radio-Group {
  display: flex;
  gap: 30px; /* 横の余白 */
  flex-wrap: wrap; /* スマホで折り返し */
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Radio-Group {
    padding-bottom: 3vw;
  }
}

/* 一つのラジオセット */
.Radio-Item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.Radio-Item input[type=radio] {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item.radios {
    flex-wrap: wrap;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0px;
    padding-bottom: 7px;
  }
  .Radio-Group {
    gap: 14px;
  }
  .Radio-Item {
    font-size: 14px;
  }
}
/* ===========================================
 * プライバシーポリシー
 * ======================================== */
.check-box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .check-box-container {
    margin-top: 2px;
    margin-bottom: 32px;
  }
}

.check-box-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .check-box-wrapper {
    padding: 0 14px 10px 14px;
  }
}

.check-box-head {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .check-box-head {
    margin-top: 1rem;
  }
}

.check-privacy {
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 14px;
  height: 200px;
  line-height: 1.4;
  margin: 21px auto 0;
  max-width: 920px;
  overflow: auto;
  width: 100%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .check-privacy {
    margin: 12px auto 0;
  }
}

.check--p {
  font-weight: 700;
}

.check-box-list {
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}

/* ===========================================
 * フォームボタン
 * ======================================== */
.Form-btn {
  display: block;
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Form-btn {
    margin-top: 28px;
  }
}

.btn-tri02 {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 10px 0;
}

.btn-tri02:hover {
  transition: all 0.3s;
}
.btn-tri02:hover:hover {
  opacity: 0.6;
}

.contact-type {
  gap: 47px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-type {
    padding-left: 0;
    flex-direction: column;
    gap: 14px;
  }
}

.contact-form__confirmation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 14px;
}

.thanks {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .thanks {
    margin-top: 10vw;
  }
}
.thanks__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.thanks__thanks {
  font-size: 16px;
  width: 77%;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .thanks__thanks {
    margin-top: 10px;
    font-size: 16px;
    width: 90%;
  }
}
.thanks__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4vw;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .thanks__btn-wrapper {
    margin-top: 6vw;
    margin-bottom: 42px;
  }
}
.thanks__btn-link {
  transition: all 0.3s;
}
.thanks__btn-link:hover {
  opacity: 0.6;
}
.thanks__btn-text {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 1vw 5vw;
}

/* チェックボックスとラベルを横並びに */
.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px; /* チェックと文字の間の余白 */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item label {
    font-size: 14px;
  }
}

/* チェックボックスの大きさ調整（お好みで） */
.wpcf7-acceptance input[type=checkbox] {
  width: 18px;
  height: 18px;
}

.wpcf7-list-item {
  margin: 10px 0 0 3em;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item {
    margin: 10px 0 0 0em;
  }
}

/* -- div#thanks -------------------------------------------------------------------------------- */
div#thanks * {
  margin: 0;
  padding: 0;
}

div#thanks {
  width: 1000px;
  margin: 50px auto;
  padding: 30px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
}

div#thanks h1,
div#thanks h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 135%;
  font-weight: bold;
  border-bottom: 1px solid #454545;
}

div#thanks h2 {
  margin-top: 3em;
}

div#thanks p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
}

div#thanks dl {
  width: 90%;
  margin: 0 auto 3em;
}

div#thanks dl dt {
  margin-top: 2em;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /* -- div#thanks -------------------------------------------------------------------------------- */
  div#thanks {
    width: 95%;
    font-size: 100%;
  }
}
/* 1000pixel end */
.thanks__wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .thanks__wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}