@charset "UTF-8";
/* destyle.css*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
html {
  line-height: 1.15; /* Correct the line height */
  -webkit-text-size-adjust: 100%; /* Prevent font size adjustment */
  -webkit-tap-highlight-color: transparent; /* Remove gray overlay on links */
}

/* Sections */
body {
  margin: 0; /* Remove margin */
}

main {
  display: block; /* Render `main` consistently */
}

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  -webkit-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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/********** base **********/
body {
  font-family: "Zen Antique Soft", "serif";
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 15px;
}

.section-ttl {
  font-size: clamp(18px, 1.66vw, 32px);
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: clamp(16px, 1.04vw, 35px);
}

/********** variable **********/
/********** mixin **********/
/********** module **********/
.footer {
  position: relative;
  color: #fff;
  background: linear-gradient(to bottom, #1d4877, #12606a);
}

.footer__logo {
  width: 26vw;
  min-width: 220px;
  max-width: 440px;
}

.footer__inner {
  width: 80vw;
  padding: 120px 0 80px 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .footer__inner {
    flex-direction: column;
    width: 100%;
    padding: 50px 16px;
  }
}

.footer__address {
  font-size: clamp(16px, 1.25vw, 24px);
  margin-top: 34px;
}

@media (max-width: 600px) {
  .footer__nav {
    margin-top: 40px;
  }
}

.footer__nav-item {
  font-size: clamp(16px, 1.25vw, 24px);
  margin-bottom: 38px;
}
@media (max-width: 600px) {
  .footer__nav-item {
    margin-bottom: 24px;
  }
}

@media (max-width: 600px) {
  .footer__sns {
    margin-top: 40px;
    width: 100%;
  }
}

.footer__sns-ttl {
  font-size: clamp(16px, 1.25vw, 24px);
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.footer__sns-item-name {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
  font-size: clamp(14px, 1.1vw, 22px);
}

.footer__sns-item-name::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #fff;
}

.footer__sns-item-icon-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.footer__sns-item-icon-container span {
  font-size: clamp(16px, 1.04vw, 20px);
}

.footer__sns-item-icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 600px) {
  .footer__sns-item-icon {
    width: 24px;
    height: 24px;
  }
}

.footer__copyright {
  width: fit-content;
  margin: 0 0 0 auto;
  margin-right: 5%;
  padding-bottom: 50px;
  font-size: clamp(16px, 1.04vw, 20px);
}
@media (max-width: 600px) {
  .footer__copyright {
    margin: 0 auto;
    padding-bottom: 15px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 250;
  transition: background-color 0.3s ease, transform 0.6s ease;
}
@media (max-width: 1200px) {
  .header {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.header--hidden {
  transform: translateY(-100%);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
}
@media (max-width: 600px) {
  .header__inner {
    padding: 18px 16px;
  }
}

.header__logo {
  width: 20vw;
  min-width: 160px;
  max-width: 440px;
}

@media (max-width: 1200px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  gap: 50px;
}

.header__nav-item {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  color: #fff;
  transition: color 0.3s ease;
}

.header--scrolled {
  background-color: rgba(0, 0, 0, 0.6);
}

.header--scrolled .header__nav-item {
  color: #fff;
}

.mainV {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.mv-slideshow {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

.mv-slideshow img {
  object-fit: cover;
  animation: scale-up 30s linear infinite;
}

@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.mainV__copy {
  width: 44vw;
  max-width: 850px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 600px) {
  .mainV__copy {
    width: 85%;
  }
}

.mainV__btm-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(18%);
}

.m-page-mainV {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .m-page-mainV {
    height: 24vh;
  }
}
@media (max-width: 600px) {
  .m-page-mainV {
    height: 30vh;
  }
}

.m-page-mainV--about {
  background: url("../img/about/about-page-mv.webp") center center/cover no-repeat;
}

.m-page-mainV--ryukyu-yaki {
  background: url("../img/ryukyuyaki/ryukyuyaki-page-mv.webp") center center/cover no-repeat;
}

.m-page-mainV--gallery {
  background: url("../img/gallery/gallery-page-mv.webp") center center/cover no-repeat;
}

.m-page-mainV--trial-class {
  background: url("../img/class/trial-class-page-mv.webp") center center/cover no-repeat;
}

.m-page-mainV--contact {
  background: url("../img/common/contact-bg.webp") center center/cover no-repeat;
}

.m-page-mainV__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}

.m-page-mainV__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.m-page-mainV__ttl-ja {
  font-size: clamp(22px, 2.9vw, 56px);
}

.m-page-mainV__ttl-en {
  font-size: clamp(15px, 1.45vw, 28px);
}

/* spナビをデフォルトで非表示 */
.sp-nav {
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
  opacity: 0;
  z-index: 999;
}

/* PCでは非表示 */
@media (min-width: 1201px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav__sns-container {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}

.sp-nav__sns-icon {
  width: 40px;
  height: 40px;
}

.sp-nav__sns-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ナビボタンを押すとspナビを表示 */
.sp-nav.active {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(0%);
  /*spナビの背景色*/
  transition: ease 1s;
  opacity: 1;
}

/* spナビリストを上下中央寄せ */
.sp-nav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

/* ナビのリンク */
.sp-nav__item a {
  color: #fff; /*リンクの文字色*/
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 23px;
  padding: 10px 22px;
}

.sp-nav__item--border a {
  margin-bottom: 0;
  border-radius: 50px;
  border: 1px solid #fff;
}

/* 新しいナビゲーションドロワー */
.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, rgba(29, 71, 119, 0.4), rgba(18, 95, 106, 0.3));
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.1));
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}

/* タブレット・モバイルで表示 */
@media (max-width: 1200px) {
  .nav-drawer {
    display: block;
  }
}
.nav-drawer.active {
  opacity: 1;
  visibility: visible;
}

.nav-drawer__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-drawer__logo {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 20vw;
  min-width: 160px;
  max-width: 440px;
  z-index: 999;
}

.nav-drawer__logo img {
  width: 100%;
  height: auto;
}

.nav-drawer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.nav-drawer__item {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .nav-drawer__item {
    margin-bottom: 20px;
  }
}
.nav-drawer__item:last-child {
  margin-bottom: 0;
}

.nav-drawer__item a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 15px 30px;
  transition: color 0.3s ease;
}

.nav-drawer__item a:hover {
  color: #ccc;
}

/* ナビゲーションが開いているときにページのスクロールを防ぐ */
body.nav-open {
  overflow: hidden;
}

.contents {
  padding: 80px 0 0 0;
}
@media (max-width: 600px) {
  .contents {
    padding: 120px 0 0 0;
  }
}

.container-80 {
  width: 100%;
  max-width: 80vw;
}
@media (max-width: 600px) {
  .container-80 {
    max-width: 100%;
    padding: 0 16px;
    margin: 0 auto;
  }
}

.container {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 600px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
    margin: 0 auto;
  }
}

.container-85 {
  width: 100%;
  max-width: 85vw;
}
@media (max-width: 600px) {
  .container-85 {
    max-width: 100%;
    padding: 0 16px;
    margin: 0 auto;
  }
}

.container-90 {
  width: 100%;
  max-width: 90vw;
}
@media (max-width: 600px) {
  .container-90 {
    max-width: 100%;
    margin: 0 auto;
  }
}

.container-95 {
  width: 100%;
  max-width: 95vw;
}
@media (max-width: 600px) {
  .container-95 {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* ハンバーガーメニューのボタン位置 */
.hamburger-menu {
  width: 40px; /*ハンバーガーメニューの線の幅*/
  height: 20px;
  position: fixed;
  top: 28px; /*(ヘッダーの高さ)ー(メニューボタンの高さ)/2*/
  right: 16px;
  background: transparent;
  z-index: 999;
  display: none;
}

/* 画面幅が以下のサイズを超えたら非表示 */
@media (max-width: 1200px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu__icon {
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger-menu__icon span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  background: #fff; /*メニューバーの色*/
  transition: ease 0.2s;
}

/* スクロール時の色変更（PC用） */
@media (min-width: 1201px) {
  .hamburger-menu--scrolled .hamburger-menu__icon span {
    background: #000;
  }
}
/* メニューが開いている時の色 */
.hamburger-menu.active .hamburger-menu__icon span {
  background: #fff;
}

.hamburger-menu__icon span:nth-child(1) {
  top: 0;
  left: 0;
}

.hamburger-menu__icon span:nth-child(2) {
  top: 50%;
  width: 80%;
  right: 0;
  transform: translateY(-50%);
}

.hamburger-menu__icon span:nth-child(3) {
  top: 100%;
  width: 50%;
  right: 0;
  transform: translateY(-100%);
}

/* アクティブ状態のアニメーション */
.hamburger-menu.active .hamburger-menu__icon span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}

.hamburger-menu.active .hamburger-menu__icon span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-menu__icon span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
  width: 100%;
}

.opening {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #02607c;
  z-index: 999;
}

.opening__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.m-more-btn {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 600px) {
  .m-more-btn {
    max-width: 100%;
  }
}

.m-more-btn a {
  width: fit-content;
  justify-content: center;
  font-size: clamp(16px, 1.25vw, 24px);
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 16px 50px;
  border: 1px solid #1a1a1a;
}
@media (max-width: 600px) {
  .m-more-btn a {
    padding: 16px 40px;
    margin: 0 auto;
  }
}

.m-more-btn span {
  width: 60px;
  transition: transform 0.3s ease;
}

.m-more-btn a:hover span {
  transform: translateX(8px);
}

.m-section-name {
  writing-mode: vertical-rl;
  font-size: clamp(18px, 2.6vw, 50px);
  font-weight: 500;
  white-space: nowrap;
  z-index: 10;
  height: fit-content;
}

.m-section-name__en {
  color: #a8a8a8;
  margin-top: 1em;
}
@media (max-width: 600px) {
  .m-section-name__en {
    margin-top: 0em;
  }
}

.m-section-name__ja span {
  margin-bottom: 1em;
}

.m-section-img__label--base {
  position: relative;
}

.m-section-img__label {
  position: absolute;
  font-size: clamp(32px, 4.89vw, 96px);
  color: #02607c;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .m-section-img__label--condominium {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}

.m-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (max-width: 600px) {
  .m-grid-4col {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.m-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.m-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.m-page-section {
  margin-top: 110px;
  width: 100%;
  padding: 120px 0;
  z-index: -1;
  background: url("../img/common/m-section-bg.webp") center center/cover no-repeat;
}
@media (max-width: 600px) {
  .m-page-section {
    padding: 72px 0;
  }
}

.m-page-section__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-page-section__ttl-ja {
  font-size: clamp(24px, 3.1vw, 60px);
  color: #02607c;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-page-section__ttl-ja::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #02607c;
  margin-bottom: 10px;
}

.m-page-section__ttl-en {
  font-size: clamp(18px, 1.66vw, 32px);
}

.m-instagram a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(16px, 1.04vw, 20px);
}

.m-instagram__icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 600px) {
  .m-instagram__icon {
    width: 24px;
    height: 24px;
  }
}

.m-online-shop {
  padding-top: 120px;
}
@media (max-width: 1080px) {
  .m-online-shop {
    padding-top: 100px;
  }
}
@media (max-width: 820px) {
  .m-online-shop {
    padding-top: 72px;
  }
}

.m-online-shop .container-95 {
  margin: 0 0 0 auto;
}

.m-online-shop-inner {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
@media (max-width: 820px) {
  .m-online-shop-inner {
    flex-direction: column-reverse;
    padding: 0 16px;
    padding-top: 20px;
  }
}

.m-online-shop__left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 1200px) {
  .m-online-shop__left {
    padding: 30px;
  }
}
@media (max-width: 820px) {
  .m-online-shop__left {
    padding: 20px;
  }
}
@media (max-width: 820px) {
  .m-online-shop__left {
    flex-direction: column;
    padding: 30px 0px;
    align-items: flex-start;
  }
}

.m-online-shop-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: #eef4f5;
  z-index: -1;
}
@media (max-width: 820px) {
  .m-online-shop-inner::before {
    width: 80%;
  }
}

.m-section-name--online-shop {
  transform: translate(-15%, -35%);
}
@media (max-width: 820px) {
  .m-section-name--online-shop {
    transform: translate(0, 0);
    writing-mode: horizontal-tb;
  }
}

.m-online-shop__right {
  width: 60%;
}
@media (max-width: 600px) {
  .m-online-shop__right {
    width: 100%;
  }
}

.m-online-shop__list {
  gap: 30px;
}
@media (max-width: 820px) {
  .m-online-shop__list {
    gap: 10px;
  }
}

@media (max-width: 820px) {
  .m-online-shop__left-inner {
    margin-top: 32px;
  }
}
.m-online-shop__left-text {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 2.5;
  margin-bottom: 44px;
}

.m-page-section__cafe {
  padding-top: 84px;
}
@media (max-width: 600px) {
  .m-page-section__cafe {
    padding-top: 64px;
  }
}

.m-page-section__cafe-inner {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 180px;
  padding-right: 5%;
}
@media (max-width: 820px) {
  .m-page-section__cafe-inner {
    flex-direction: column;
    padding: 0 16px;
  }
}

.m-page-section__cafe-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 73vw;
  height: 100%;
  background: #eef4f5;
  z-index: 0;
}

.m-page-section__cafe-left {
  position: relative;
  z-index: 1;
  width: 55vw;
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .m-page-section__cafe-left {
    width: 40vw;
  }
}
@media (max-width: 820px) {
  .m-page-section__cafe-left {
    width: 100%;
  }
}

.m-page-section__cafe-list {
  grid-template-columns: 1fr 0.6fr;
  gap: 30px;
}
@media (max-width: 1080px) {
  .m-page-section__cafe-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .m-page-section__cafe-list {
    gap: 10px;
    grid-template-columns: 1fr 0.6fr;
  }
}

.m-page-section__cafe-item img {
  object-fit: cover;
}

.m-page-section__cafe-right {
  display: flex;
  gap: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  .m-page-section__cafe-right {
    flex-direction: column;
  }
}

.m-page-section__cafe-right-text {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 2.5;
  margin-bottom: 44px;
}

.m-section-img__label--cafe {
  margin-left: 1em;
}
@media (max-width: 600px) {
  .m-section-img__label--cafe {
    margin-left: 0;
  }
}

.m-section-img__label--class {
  bottom: 0;
  left: 40%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .m-section-img__label--class {
    transform: translate(0, 0);
    left: 0;
    bottom: inherit;
    top: 0;
  }
}

.m-section-img__label--online-shop {
  bottom: 0;
  left: 50%;
  transform: translate(0%, 0%);
}
@media (max-width: 1080px) {
  .m-section-img__label--online-shop {
    transform: translate(0, -30%);
  }
}
@media (max-width: 820px) {
  .m-section-img__label--online-shop {
    transform: translate(0, -30%);
    left: 10px;
    bottom: inherit;
    top: 0;
  }
}

.m-section-name--cafe {
  flex-shrink: 0;
}
@media (max-width: 820px) {
  .m-section-name--cafe {
    display: none !important;
  }
}

.m-instagram--cafe {
  margin-bottom: 24px;
}

.m-page-section__condominium {
  margin-top: 90px;
  padding-top: 90px;
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 820px) {
  .m-page-section__condominium {
    padding-top: 64px;
    margin-top: 64px;
  }
}

.m-page-section__condominium .container-95 {
  margin: 0 0 0 auto;
}

.m-page-section__condominium-inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1080px) {
  .m-page-section__condominium-inner {
    gap: 20px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .m-page-section__condominium-inner {
    flex-direction: column-reverse;
    padding: 0 16px;
    align-items: flex-start;
  }
}

.m-page-section__condominium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  height: 100%;
  background: #eef4f5;
  z-index: 0;
}
@media (max-width: 820px) {
  .m-page-section__condominium::before {
    width: 80%;
  }
}

.m-page-section__condominium-right-list {
  gap: 30px;
}
@media (max-width: 820px) {
  .m-page-section__condominium-right-list {
    gap: 10px;
  }
}

.m-page-section__condominium-left {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  .m-page-section__condominium-left {
    margin-top: 8px;
  }
}

.m-page-section__condominium-right {
  width: 60vw;
  position: relative;
  z-index: 1;
  transform: translateY(-30%);
}
@media (max-width: 820px) {
  .m-page-section__condominium-right {
    transform: translateY(0);
    width: 100%;
  }
}

.m-page-section__condominium-left-text {
  margin-bottom: 44px;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 2.5;
}

.m-instagram--condominium {
  margin-bottom: 24px;
}

/********** utils **********/
.u-mt5 {
  margin-top: 5px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb80 {
  padding-bottom: 80px;
}

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

.u-mc {
  margin: 0 auto;
}

.u-mr {
  margin: 0 0 0 auto;
}

.u-pc {
  display: block;
}
@media (max-width: 600px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 600px) {
  .u-sp {
    display: block;
  }
}

/********** pages **********/
/* top-page*/
.top-potter {
  padding-top: 140px;
}
@media (max-width: 600px) {
  .top-potter {
    padding-top: 60px;
  }
}

.top-potter__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.top-potter__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media (max-width: 820px) {
  .top-potter__left {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .top-potter__left {
    padding-left: 0 16px;
  }
}

.top-potter__left-img {
  transform: translateY(-50px);
}
@media (max-width: 600px) {
  .top-potter__left-img {
    transform: translateY(0);
    width: 80%;
  }
}

.top-potter__left-img img {
  object-position: top;
}

.m-section-img__label--potter {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 820px) {
  .m-section-img__label--potter {
    position: relative;
    left: 0;
    transform: translate(0, -50%);
  }
}

@media (max-width: 600px) {
  .top-potter__left-content {
    margin-top: 0px;
  }
}

.top-potter__left-text {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 2.5;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .top-potter__left-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.m-section-name--top-potter {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 600px) {
  .m-section-name--top-potter {
    right: 10px;
  }
}

.top-ryukyu-yaki {
  padding-top: 50px;
}

.top-ryukyu-yaki .container-95 {
  position: relative;
}

.top-ryukyu-yaki .container-95,
.top-ryukyu-yaki .container-85 {
  margin: 0 0 0 auto;
}

.top-ryukyu-yaki__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  padding-top: 120px;
  padding-bottom: 98px;
}
@media (max-width: 820px) {
  .top-ryukyu-yaki__inner {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .top-ryukyu-yaki__inner {
    grid-template-columns: 1fr;
    gap: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.top-ryukyu-yaki .container-95::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  height: 100%;
  background: #eef4f5;
  z-index: -1;
}

@media (max-width: 600px) {
  .top-ryukyu-yaki__left {
    order: 2;
  }
}

.top-ryukyu-yaki__left-text {
  line-height: 2.5;
  margin-bottom: 44px;
  font-size: clamp(16px, 1.04vw, 20px);
}
@media (max-width: 600px) {
  .top-ryukyu-yaki__left-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.top-ryukyu-yaki__right {
  transform: translateY(-25px);
}

.m-section-img__label--ryukyu {
  bottom: 0;
  right: 0%;
  transform: translate(-1em, 50%);
}
@media (max-width: 820px) {
  .m-section-img__label--ryukyu {
    transform: translate(0, -50%);
  }
}
@media (max-width: 600px) {
  .m-section-img__label--ryukyu {
    position: relative;
    right: 0;
    transform: translate(0, -50%);
  }
}

.top-gallery {
  padding-top: 50px;
}

.top-gallery .container-95 {
  margin: 0 0 0 auto;
}

.top-gallery__inner {
  width: 100%;
  display: flex;
  margin: 0 0 0 auto;
  justify-content: flex-end;
}

.m-section-name--top-gallery {
  transform: translate(-25%, -25%);
}
@media (max-width: 600px) {
  .m-section-name--top-gallery {
    transform: translate(10px, -15%);
  }
}

.top-gallery__list {
  grid-template-columns: 1fr 1fr 0.8fr;
  gap: 30px;
}
@media (max-width: 820px) {
  .top-gallery__list {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .top-gallery__list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.top-gallery__list img {
  object-fit: cover;
}

.m-section-img__label--gallery {
  bottom: 0;
  left: 0;
  transform: translate(-1.5em, 50%);
}

.m-more-btn--top-gallery {
  padding: 0 15px;
  display: flex;
  justify-content: end;
  margin-right: 5%;
  margin-top: 45px;
}
@media (max-width: 600px) {
  .m-more-btn--top-gallery {
    justify-content: center;
    margin-right: 0;
    margin-top: 56px;
  }
}

.top-class {
  padding-top: 80px;
}

.top-class .container-85 {
  margin: 0 0 0 auto;
}

.top-class__inner {
  display: flex;
  gap: 80px;
  position: relative;
  padding-top: 80px;
}
@media (max-width: 820px) {
  .top-class__inner {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .top-class__inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.top-class__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 92%;
  height: 100%;
  background: #eef4f5;
  z-index: -1;
}
@media (max-width: 600px) {
  .top-class__inner::before {
    transform: translateX(16px);
  }
}

.top-class__left {
  width: auto;
}

.top-class__left-text {
  margin-bottom: 44px;
  line-height: 2.5;
  font-size: clamp(16px, 1.04vw, 20px);
}
@media (max-width: 600px) {
  .top-class__left-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

@media (max-width: 820px) {
  .top-class__list {
    gap: 10px;
  }
}
.top-class__right {
  width: 55%;
  margin: 0 0 0 auto;
  transform: translateY(5%);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .top-class__right {
    width: 100%;
  }
}

/* about */
.about__profile {
  padding-top: 120px;
}
@media (max-width: 600px) {
  .about__profile {
    padding-top: 60px;
  }
}

.about__profile-inner {
  display: flex;
  gap: 32px;
  align-items: center;
  position: relative;
}
@media (max-width: 820px) {
  .about__profile-inner {
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .about__profile-inner {
    gap: 10px;
    align-items: center;
  }
}

.about__profile-inner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 600px) {
  .about__profile-inner-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .about__profile-left {
    width: 80%;
  }
}

.about__profile-right {
  display: flex;
  gap: 32px;
  margin-top: 2em;
}
@media (max-width: 600px) {
  .about__profile-right {
    padding: 0 16px;
  }
}

.about__profile-right-ttl {
  font-size: clamp(18px, 1.66vw, 32px);
  font-weight: 500;
  margin-bottom: 32px;
}

.about__profile-right-text {
  line-height: 2.5;
  font-size: clamp(16px, 1.04vw, 20px);
}
@media (max-width: 600px) {
  .about__profile-right-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.about__profile-right-name {
  width: 9.2vw;
  min-width: 100px;
  margin: 0 0 0 auto;
}

.m-section-name--about {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .m-section-name--about {
    position: absolute;
    top: 0;
    right: 10px;
  }
}

.about__career {
  padding-top: 80px;
}

.about__career .container-90 {
  margin: 0 0 0 auto;
}

.about__career-inner {
  display: flex;
  background: #eef4f5;
  padding: 140px 100px;
}
@media (max-width: 600px) {
  .about__career-inner {
    padding: 64px 20px;
    flex-direction: column;
  }
}

.about__career-content {
  width: fit-content;
  padding-left: 10vw;
}
@media (max-width: 600px) {
  .about__career-content {
    padding-left: 0;
    margin-top: 40px;
  }
}

.about__career-content-item {
  display: flex;
  font-size: clamp(16px, 1.25vw, 24px);
}

.about__career-year {
  display: block;
  min-width: 6em;
}

.about__career-text {
  margin-bottom: 2em;
}

.about__career-text-container {
  display: flex;
  flex-direction: column;
}

.m-section-name--career {
  transform: translate(0%, -45%);
}
@media (max-width: 600px) {
  .m-section-name--career {
    transform: translate(0%, 0%);
    writing-mode: horizontal-tb;
  }
}

.about__seifuugama {
  padding-top: 200px;
}
@media (max-width: 600px) {
  .about__seifuugama {
    padding-top: 100px;
  }
}

.about__seifuugama-inner {
  display: flex;
  gap: 32px;
  position: relative;
}
@media (max-width: 600px) {
  .about__seifuugama-inner {
    gap: 10px;
    padding: 0 16px;
  }
}

.about__seifuugama-inner-content {
  align-items: flex-end;
  grid-template-columns: 1fr 0.75fr;
}
@media (max-width: 820px) {
  .about__seifuugama-inner-content {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}

.about__seifuugama-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 600px) {
  .about__seifuugama-left {
    gap: 10px;
    width: 80%;
  }
}

.about__seifuugama-left-img--01 {
  transform: translateY(-30%);
}

.about__seifuugama-right {
  display: flex;
  gap: 42px;
}
@media (max-width: 820px) {
  .about__seifuugama-right {
    gap: 10px;
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .about__seifuugama-right {
    padding: 0;
  }
}

.about__seifuugama-right-text {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 2.5;
  margin-bottom: 44px;
}
@media (max-width: 600px) {
  .about__seifuugama-right-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.about__seifuugama-right-address {
  background: #eef4f5;
  padding: 64px 32px;
}
@media (max-width: 600px) {
  .about__seifuugama-right-address {
    padding: 40px 16px;
  }
}

.about__seifuugama-right-address ul li {
  display: flex;
  gap: 20px;
  font-size: clamp(16px, 1.04vw, 20px);
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .about__seifuugama-right-address ul li {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.about__seifuugama-right-address-item-ttl {
  min-width: 4em;
}

.about__seifuugama-map-container {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 820px) {
  .about__seifuugama-map-container {
    width: 100%;
    padding: 0 16px;
    padding-top: 64px;
    margin-bottom: 0px;
  }
}

.about__seifuugama-map {
  width: 100%;
  height: auto;
}

.about__seifuugama-map-iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/0.35;
}
@media (max-width: 1200px) {
  .about__seifuugama-map-iframe {
    aspect-ratio: 1/0.4;
  }
}
@media (max-width: 600px) {
  .about__seifuugama-map-iframe {
    aspect-ratio: 1/0.6;
  }
}

.m-section-name--seifuugama {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .m-section-name--seifuugama {
    position: absolute;
    top: 0;
    right: 10px;
  }
}

/* ryukyuyaki*/
.ryukyuyaki-origin {
  padding-top: 210px;
}
@media (max-width: 820px) {
  .ryukyuyaki-origin {
    padding-top: 60px;
  }
}

.ryukyuyaki-origin-inner {
  gap: 0;
}
@media (max-width: 820px) {
  .ryukyuyaki-origin-inner {
    grid-template-columns: 1fr;
  }
}

.ryukyuyaki-origin-left {
  transform: translateY(-20%);
  position: relative;
  padding-right: 60px;
  aspect-ratio: 1/0.7;
}
@media (max-width: 820px) {
  .ryukyuyaki-origin-left {
    transform: translateY(0);
    width: 100%;
    transform: translateY(0);
    aspect-ratio: 1/0.5;
  }
}

.ryukyuyaki-origin-left img {
  object-fit: cover;
}

@media (max-width: 820px) {
  .ryukyuyaki-origin-right {
    padding: 0 16px;
    margin-top: 26px;
  }
}

.ryukyuyaki-origin-right-text {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 2.5;
}
@media (max-width: 600px) {
  .ryukyuyaki-origin-right-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.m-section-img__label--origin {
  top: 0;
  left: 25%;
  transform: translate(0%, -50%);
  white-space: nowrap;
}
@media (max-width: 820px) {
  .m-section-img__label--origin {
    left: 16px;
    transform: translate(0%, -50%);
  }
}

.ryukyuyaki-concept {
  padding-top: 170px;
}
@media (max-width: 600px) {
  .ryukyuyaki-concept {
    padding-top: 100px;
  }
}

.ryukyuyaki-concept .container-95 {
  margin: 0 0 0 auto;
}

.ryukyuyaki-concept__inner {
  position: relative;
}
@media (max-width: 820px) {
  .ryukyuyaki-concept__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) and (max-width: 600px) {
  .ryukyuyaki-concept__inner {
    padding: 0 16px;
    gap: 10px;
    padding-bottom: 64px;
    padding-top: 50px;
  }
}

.ryukyuyaki-concept__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eef4f5;
  z-index: -1;
}

@media (max-width: 820px) {
  .ryukyuyaki-concept__left {
    order: 2;
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .ryukyuyaki-concept__left {
    padding: 0;
  }
}

.ryukyuyaki-concept__left-content {
  padding: 0 80px 80px 80px;
}
@media (max-width: 820px) {
  .ryukyuyaki-concept__left-content {
    padding: 0px;
  }
}

.ryukyuyaki-concept__left-text {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 2.5;
}
@media (max-width: 600px) {
  .ryukyuyaki-concept__left-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.ryukyuyaki-concept__right {
  transform: translateY(-50px);
}
@media (max-width: 820px) {
  .ryukyuyaki-concept__right {
    transform: translateY(0);
    margin-bottom: 24px;
  }
}

@media (max-width: 820px) {
  .ryukyuyaki-concept__right-list {
    gap: 10px;
    width: 60%;
  }
}
@media (max-width: 600px) {
  .ryukyuyaki-concept__right-list {
    gap: 10px;
    width: 100%;
  }
}

.m-section-img__label--concept {
  position: relative;
  transform: translateY(-50%);
}
@media (max-width: 820px) {
  .m-section-img__label--concept {
    transform: translateY(0);
  }
}

.seifuugama {
  padding-top: 157px;
  padding-bottom: 80px;
}
@media (max-width: 820px) {
  .seifuugama {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

.seifuugama img {
  object-position: top;
}

.seifuugama__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 820px) {
  .seifuugama__inner {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .seifuugama__inner {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .seifuugama__left-list {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .seifuugama__left-list {
    gap: 15px;
  }
}

.seifuugama__right {
  width: fit-content;
  margin: 0 0 0 auto;
}

@media (max-width: 600px) {
  .seifuugama__right-content {
    padding: 0 16px;
    margin: 20px 0;
  }
}

.seifuugama__right-text {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 2.5;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .seifuugama__right-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.seifuugama__right-img-list {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 600px) {
  .seifuugama__right-img-list {
    gap: 15px;
  }
}

.seifuugama__right-img-list img {
  object-fit: cover;
}

.m-section-img__label--seifuugama {
  position: relative;
}

.policy {
  width: 100%;
  padding: 0 16px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
  max-width: 800px;
}

.policy__title {
  font-size: 24px;
  margin-bottom: 40px;
}

.policy__content {
  line-height: 1.75;
}
.policy__content .wp-block-heading {
  font-size: 20px;
  margin-top: 30px;
}
.policy__content .wp-block-spacer {
  height: 40px !important;
}
.policy__content .wp-block-list {
  padding: 20px 0;
  list-style: disc;
  margin-left: 1em;
}
.policy__content p,
.policy__content a,
.policy__content li {
  margin-top: 1em;
}

.gallery__record {
  padding-top: 80px;
}

.gallery__record-inner {
  display: flex;
  gap: 50px;
  position: relative;
}
@media (max-width: 1080px) {
  .gallery__record-inner {
    gap: 30px;
  }
}

.m-section-name--gallery {
  flex-shrink: 0;
  transform: translateY(50px);
}
@media (max-width: 600px) {
  .m-section-name--gallery {
    transform: translateY(0);
    position: absolute;
    top: 0;
    right: 10px;
  }
}

.gallery__record-contents {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1080px) {
  .gallery__record-contents {
    gap: 30px;
    grid-template-columns: 0.6fr 1fr;
  }
}
@media (max-width: 600px) {
  .gallery__record-contents {
    grid-template-columns: 1fr;
  }
}

.gallery__record-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1080px) {
  .gallery__record-list {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .gallery__record-list {
    gap: 10px;
    width: 80%;
  }
}

.gallery__record-item--02 {
  transform: translateY(50px);
}
@media (max-width: 600px) {
  .gallery__record-item--02 {
    transform: translateY(0);
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .gallery__record-right {
    padding: 0 16px;
  }
}

.gallery__record-right-text {
  line-height: 2.5;
  font-size: clamp(16px, 1.04vw, 20px);
}
@media (max-width: 600px) {
  .gallery__record-right-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.gallery__summit {
  padding-top: 250px;
}
@media (max-width: 1200px) {
  .gallery__summit {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .gallery__summit {
    padding-top: 64px;
  }
}

.gallery__summit-inner {
  padding-right: 20px;
  position: relative;
}
@media (max-width: 600px) {
  .gallery__summit-inner {
    padding: 40px 0;
    padding-right: 0;
  }
}

.gallery__summit-inner::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 60vw;
  height: 100%;
  background: #eef4f5;
  z-index: -1;
}
@media (max-width: 600px) {
  .gallery__summit-inner::before {
    width: 100%;
    top: 0;
  }
}

.gallery__summit-content {
  width: 75%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1200px) {
  .gallery__summit-content {
    gap: 30px;
    width: 80%;
  }
}
@media (max-width: 1080px) {
  .gallery__summit-content {
    grid-template-columns: 1fr 0.8fr;
    width: 95%;
  }
}
@media (max-width: 600px) {
  .gallery__summit-content {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    padding: 0 16px;
  }
}

@media (max-width: 600px) {
  .gallery__summit-right {
    grid-area: 1;
  }
}

.m-section-img__label--summit {
  font-size: clamp(18px, 3vw, 60px);
}
@media (max-width: 600px) {
  .m-section-img__label--summit {
    transform: translateX(-16px);
  }
}

.gallery__summit-left-text {
  line-height: 2.5;
  font-size: clamp(16px, 1.04vw, 20px);
}
@media (max-width: 600px) {
  .gallery__summit-left-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.m-section-img__label--summit {
  width: 100%;
  text-align: right;
  position: relative;
}

.gallery__info {
  margin-top: 80px;
}

.gallery__info-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 600px) {
  .gallery__info-inner {
    flex-direction: column;
    gap: 20px;
    padding: 0 16px;
  }
}

.gallery__info-text {
  line-height: 2.5;
  font-size: clamp(16px, 1.04vw, 20px);
}
@media (max-width: 600px) {
  .gallery__info-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.gallery__info-left {
  width: 60%;
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .gallery__info-left {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .gallery__info-left {
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .gallery__info-list {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .gallery__info-list {
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .gallery__info--02 {
    margin-top: 64px;
  }
}

.gallery__info--02 .gallery__info-inner {
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .gallery__info--02 .gallery__info-inner {
    flex-direction: column;
  }
}

.gallery__info--02 .container-95 {
  margin: 0 0 0 auto;
}

.gallery__info--03 {
  position: relative;
}

.gallery__info--03 .gallery__info-inner {
  align-items: flex-end;
}

.gallery__info--03::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #eef4f5;
  z-index: -1;
}
@media (max-width: 600px) {
  .gallery__info--03::before {
    width: 80%;
  }
}

.gallery__brand {
  margin-top: 170px;
  padding-top: 60px;
  background: #fffcf2;
}
@media (max-width: 600px) {
  .gallery__brand {
    margin-top: 120px;
    padding-top: 50px;
  }
}

.gallery__brand-container {
  margin-bottom: 180px;
}
@media (max-width: 1200px) {
  .gallery__brand-container {
    margin-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .gallery__brand-container {
    margin-bottom: 64px;
  }
}

.gallery__brand-inner {
  display: flex;
  position: relative;
}
@media (max-width: 600px) {
  .gallery__brand-inner {
    flex-direction: column;
  }
}

.gallery__brand-content {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1080px) {
  .gallery__brand-content {
    gap: 30px;
    width: 85%;
  }
}
@media (max-width: 600px) {
  .gallery__brand-content {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    padding: 0 16px;
  }
}

@media (max-width: 600px) {
  .gallery__brand-right {
    margin-top: 20px;
  }
}

.m-section-name--brand {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
  white-space: nowrap;
}
@media (max-width: 600px) {
  .m-section-name--brand {
    padding-left: 16px;
    position: relative;
    writing-mode: horizontal-tb;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin-bottom: 20px;
  }
}

.gallery__brand .section-ttl {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  line-height: 1;
}

.gallery__brand .section-ttl span {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 0;
}
@media (max-width: 600px) {
  .gallery__brand .section-ttl span {
    width: 10px;
    height: 10px;
  }
}

.gallery__brand-trademark {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #707070;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .gallery__brand-trademark {
    margin-top: 16px;
  }
}

.gallery__brand-text {
  line-height: 2.5;
  margin-top: 40px;
  font-size: clamp(16px, 1.04vw, 20px);
}
@media (max-width: 600px) {
  .gallery__brand-text {
    margin-top: 20px;
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.m-section-img__label--brand {
  bottom: 0;
  left: 0;
  line-height: 1;
  transform: translate(-25%, 0%);
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .m-section-img__label--brand {
    transform: translate(0, 0);
  }
}
@media (max-width: 600px) {
  .m-section-img__label--brand {
    left: auto;
    right: 0;
    transform: translate(0, 50%);
  }
}

.gallery__works {
  margin-top: 200px;
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 600px) {
  .gallery__works {
    margin-top: 64px;
    padding-top: 50px;
    padding-bottom: 64px;
    margin-bottom: 10px;
  }
}

.gallery__works::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 96%;
  height: 100%;
  background: #eef4f5;
  z-index: -1;
}
@media (max-width: 600px) {
  .gallery__works::before {
    width: 100%;
    top: 0;
  }
}

.gallery__works .container-85 {
  margin: 0 auto;
}

.gallery__works-list {
  gap: 30px;
}
@media (max-width: 600px) {
  .gallery__works-list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery__works-list--02 {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .gallery__works-list--02 {
    margin-top: 15px;
  }
}

.m-section-name--works {
  margin: 0 auto;
}

.m-section-name--works--sp {
  writing-mode: horizontal-tb;
  margin-bottom: 22px !important;
  display: none;
}
@media (max-width: 600px) {
  .m-section-name--works--sp {
    display: block;
  }
}

.gallery__works .m-more-btn {
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 600px) {
  .gallery__works .m-more-btn {
    margin-top: 56px;
  }
}

.gallery__works-item.is-hidden {
  display: none;
}

.gallery__works-item img {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.gallery__works-item img:hover {
  opacity: 0.8;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox.is-active {
  display: block;
  opacity: 1;
}

.lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.lightbox__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}
@media (max-width: 600px) {
  .lightbox__content {
    padding: 60px 20px;
  }
}

.lightbox__image {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 10;
  animation: lightboxFadeIn 0.3s ease;
}
@media (max-width: 600px) {
  .lightbox__image {
    width: 90vw;
    max-width: 500px;
    height: auto;
    aspect-ratio: 1/0.6;
    object-fit: cover;
  }
}

@keyframes lightboxFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  font-size: 32px;
  color: #333;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 11;
}
@media (max-width: 600px) {
  .lightbox__close,
  .lightbox__prev,
  .lightbox__next {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}
.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
  background: rgb(255, 255, 255);
}

.lightbox__close {
  top: 20px;
  right: 20px;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .lightbox__close {
    top: calc(50% - 35vw - 20px);
    right: calc(50% - 45vw + 0px);
    left: auto;
    transform: none;
  }
}
@media (min-width: 556px) and (max-width: 768px) {
  .lightbox__close {
    top: calc(50% - 150px - 20px);
    right: calc(50% - 250px + 20px);
  }
}

.lightbox__prev,
.lightbox__next {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}
@media (max-width: 600px) {
  .lightbox__prev,
  .lightbox__next {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}

.lightbox__prev {
  left: 20px;
}
@media (max-width: 600px) {
  .lightbox__prev {
    left: 10px;
  }
}

.lightbox__next {
  right: 20px;
}
@media (max-width: 600px) {
  .lightbox__next {
    right: 10px;
  }
}

.trial-top {
  padding-top: 200px;
}
@media (max-width: 600px) {
  .trial-top {
    padding-top: 60px;
  }
}

.trial-top__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 600px) {
  .trial-top__left {
    gap: 15px;
  }
}

.trial-top__inner {
  grid-template-columns: 1fr 0.8fr;
  margin-left: 5%;
}
@media (max-width: 820px) {
  .trial-top__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-left: 0;
  }
}

.trial-top__left-img--02 {
  margin-top: -100px;
}
@media (max-width: 600px) {
  .trial-top__left-img--02 {
    margin-top: -50px;
  }
}

@media (max-width: 600px) {
  .trial-top__right {
    padding: 0 16px;
  }
}
.trial-top__right-text {
  line-height: 2.5;
  font-size: clamp(16px, 1.04vw, 20px);
}
@media (max-width: 600px) {
  .trial-top__right-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.trial-class__reservation {
  width: fit-content;
  margin: 0 auto;
  margin-top: 114px;
}
@media (max-width: 600px) {
  .trial-class__reservation {
    margin-top: 60px;
  }
}

.trial-class__reservation-inner {
  background: #eef4f5;
  display: flex;
  align-items: center;
  padding: 50px;
  gap: 50px;
  width: fit-content;
}
@media (max-width: 600px) {
  .trial-class__reservation-inner {
    flex-direction: column;
    padding: 20px;
    gap: 30px;
  }
}

.trial-class__reservation-left {
  width: 30%;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .trial-class__reservation-left {
    width: 100%;
  }
}

.trial-class__reservation-text {
  line-height: 2;
  font-size: clamp(16px, 1.04vw, 20px);
}
@media (max-width: 600px) {
  .trial-class__reservation-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.trial-class__reservation-tel {
  font-size: clamp(18px, 1.66vw, 32px);
  margin-top: 20px;
}

.trial-class__reservation-tel span {
  display: inline-block;
  margin-right: 1em;
}

.trial-class__reservation-list {
  margin-top: 32px;
}

.trial-class__reservation-item {
  font-size: clamp(16px, 1.04vw, 20px);
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (max-width: 600px) {
  .trial-class__reservation-item {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.trial-class__reservation-item::before {
  content: "・";
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #02607c;
  color: #02607c;
  transform: translateY(2px);
}

.trial-class__menu {
  padding-top: 140px;
  padding-bottom: 150px;
  margin-top: 100px;
  margin-bottom: 90px;
  background: url("../img/class/class-bg.webp") repeat center center/contain;
}
@media (max-width: 600px) {
  .trial-class__menu {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}

.trial-class__menu-ttl {
  text-align: center;
  font-size: clamp(18px, 2.6vw, 50px);
  color: #02607c;
}
@media (max-width: 600px) {
  .trial-class__menu-ttl {
    font-size: 28px;
  }
}

.trial-class__menu .u-center {
  margin: 0 auto;
}

.trial-class__menu-head-img {
  width: 120px;
  height: auto;
  transform: translateY(-15%);
}
@media (max-width: 600px) {
  .trial-class__menu-head-img {
    width: 80px;
    transform: translate(-6px, -15%);
  }
}

.trial-class__menu-head {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 600px) {
  .trial-class__menu-head {
    margin-top: 60px;
    flex-direction: column;
    gap: 10px;
  }
}

.trial-class__menu-head-text {
  font-size: clamp(18px, 1.66vw, 32px);
}

.trial-class__menu-list {
  margin-top: 50px;
}
@media (max-width: 600px) {
  .trial-class__menu-list {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.trial-class__menu-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 600px) {
  .trial-class__menu-item {
    gap: 10px;
    flex-direction: column;
  }
}

.trial-class__menu-item-img {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .trial-class__menu-item-img {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .trial-class__menu-item-img img {
    aspect-ratio: 1/0.6;
    object-fit: cover;
  }
}

.trial-class__menu-item-ttl {
  font-size: clamp(18px, 1.66vw, 32px);
}

.trial-class__menu-item-ttl span {
  font-size: clamp(18px, 2.6vw, 50px);
  color: #02607c;
  margin-right: 20px;
}

.trial-class__menu-item-ttl-sub {
  color: #02607c;
  font-size: clamp(18px, 1.66vw, 32px) !important;
}

.trial-class__menu-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: left;
}
@media (max-width: 600px) {
  .trial-class__menu-item-content {
    width: 100%;
  }
}

.trial-class__menu-item-desc {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1.5;
}
@media (max-width: 600px) {
  .trial-class__menu-item-desc {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.trial-class__menu-item-desc span {
  display: inline-block;
  margin-bottom: 0.5em;
}

.trial-class__menu-item-btn {
  width: 100%;
  max-width: 200px;
  margin-top: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .trial-class__menu-item-btn {
    margin: 0 auto;
    margin-top: 30px;
  }
}

.trial-class__menu-item-btn:hover {
  opacity: 0.8;
}

.trial-class__menu-detail {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 50px;
  margin-top: 80px;
  text-align: left;
}
@media (max-width: 600px) {
  .trial-class__menu-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.trial-class__menu-detail--pc {
  display: grid;
}
@media (max-width: 600px) {
  .trial-class__menu-detail--pc {
    display: none;
  }
}

.trial-class__menu-detail--sp {
  margin-top: 24px;
  display: none;
}
@media (max-width: 600px) {
  .trial-class__menu-detail--sp {
    display: grid;
  }
}

@media (max-width: 600px) {
  .trial-class__menu-detail-left {
    order: 2;
  }
}

@media (max-width: 600px) {
  .trial-class__menu-detail-right {
    order: 1;
  }
}

.trial-class__menu-detail-ttl {
  font-size: clamp(18px, 1.66vw, 32px);
  display: flex;
  align-items: center;
  gap: 4px;
}

.trial-class__menu-detail-ttl::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #02607c;
  color: #02607c;
}

.trial-class__menu-detail-text {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1.75;
  margin-top: 1em;
}
@media (max-width: 600px) {
  .trial-class__menu-detail-text {
    font-size: clamp(14px, 1.04vw, 20px);
  }
}

.trial-class__menu-item-info {
  text-align: left;
}

.trial-class__menu-inner--02 {
  margin-top: 150px;
}
@media (max-width: 600px) {
  .trial-class__menu-inner--02 {
    margin-top: 90px;
  }
}

.trial-class__menu-item--info {
  align-items: center;
}

.trial-class__menu-item-desc--info {
  line-height: 1.75;
  margin-bottom: 2em;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
@media (max-width: 600px) {
  .trial-class__menu-item-desc--info {
    margin-bottom: 1em;
  }
}

.trial-class__menu-item-desc--info::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #02607c;
  color: #02607c;
  transform: translateY(2px);
}

.trial-class-gallery--01 {
  width: 85%;
  margin: 0 0 0 auto;
  margin-top: 150px;
}
@media (max-width: 600px) {
  .trial-class-gallery--01 {
    margin-top: 50px;
    width: 100%;
  }
}

.trial-class-gallery--02 {
  width: 85%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .trial-class-gallery--02 {
    margin-top: 10px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .trial-class-gallery-list {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}

.contact {
  padding: 120px 0;
}
@media (max-width: 600px) {
  .contact {
    padding: 80px 0;
  }
}

.contact__info {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
@media (max-width: 600px) {
  .contact__info {
    font-size: 13px;
  }
}

.contact__container {
  width: 100%;
  padding: 0 16px;
  max-width: 800px;
  margin: 0 auto;
}

.contact--reservation {
  background: url("../img/class/class-bg.webp") repeat center center/contain;
}

.contact__container--reservation {
  background: #fff;
  max-width: 1000px;
  padding: 60px;
}
@media (max-width: 600px) {
  .contact__container--reservation {
    padding: 40px 20px;
  }
}

.contact__container-inner {
  max-width: 600px;
  margin: 0 auto;
}

.contact__tel {
  font-size: clamp(18px, 1.66vw, 32px);
  text-align: center;
  margin-top: 20px;
}

.contact__form {
  margin-top: 64px;
  width: 100%;
}

.form-unit {
  width: 100%;
  margin-bottom: 2em;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 600px) {
  .form-unit {
    flex-direction: column;
  }
}

.form-unit__head {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  flex-shrink: 0;
  min-width: 10em;
  margin-right: 20px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .form-unit__head {
    font-size: 16px;
    min-width: auto;
    margin-right: 0;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.m-required::after {
  content: "必須";
  color: #fff;
  background: #ff6645;
  font-size: 13px;
  margin-left: 2px;
  border-radius: 4px;
  padding: 0 5px;
}
@media (max-width: 600px) {
  .m-required::after {
    font-size: 10px;
  }
}

.form-unit__input,
.form-unit__input-wrap {
  width: 100%;
  height: auto;
	min-height:40px;
  padding: 8px;
  border: 1px solid #707070;
  font-size: 16px;
}

.form-unit__textarea,
.form-unit__textarea-wrap {
  width: 100%;
  padding: 8px;
  height: 210px;
  border: 1px solid #707070;
  font-size: 16px;
}

.form-unit__radio {
  margin-top: 20px;
}

.form-unit__date {
  width: 40%;
  height: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form-unit__date {
    width: 50%;
    height: 54px;
  }
}
.wpcf7-list-item {
  display: block;
}

.wpcf7-submit {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 40px auto 0;
  padding: 20px;
  border: 1px solid #02607c;
  background: #02607c;
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
}
@media (max-width: 600px) {
  .wpcf7-submit {
    font-size: 16px;
  }
}

.wpcf7-submit:hover {
  background: #fff;
  color: #02607c;
}

.wpcf7-radio {
  -webkit-appearance: button !important;
  appearance: button !important;
  display: flex;
}

.wpcf7-radio input:hover,
.wpcf7-radio label:hover {
  cursor: pointer;
}

.wpcf7-response-output {
  border-color: transparent !important;
  text-align: center !important;
}

input[type=radio] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #555;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #555;
  transform: translate(-50%, -50%);
}

.form-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #555;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

.form-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 5px;
  height: 10px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: rotate(45deg) translate(-50%, -50%);
}

.form-unit__policy-link {
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 768px) {
  .form-unit__policy-link {
    font-size: 15px;
  }
}
.form-consent {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.contact__btn-wrap {
  text-align: center;
  margin-top: 50px;
}

.contact__btn {
  display: inline-block;
  padding: 10px 20px;
  background: #02607c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.contact__ttl {
  font-size: clamp(18px, 2.6vw, 50px);
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #696969;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .contact__ttl {
    font-size: 24px;
  }
}
.contact__ttl span {
  font-size: clamp(18px, 2.6vw, 50px);
  color: #02607c;
}
@media (max-width: 600px) {
  .contact__ttl span {
    font-size: 22px;
  }
}

.wp-block-image {
  text-align: center;
}

.wp-block-image img {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

.policy-link {
  border-bottom: 1px solid #555;
}/*# sourceMappingURL=main.css.map */