@charset "UTF-8";

/* =========================================================
   Base
========================================================= */
:root {
  --header-height: 88px;
  --content-width: 1080px;

  --base-bg: #f6f4ef;
  --base-bg-sub: #f0ede7;
  --text: #222222;
  --text-sub: #666666;
  --line: #cfc8bd;
  --accent: #8b7d62;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--base-bg);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Serif Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
}

body.is-menu-open,
body.is-lightbox-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.75;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dd {
  margin: 0;
}

button {
  font: inherit;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
}

.l-inner {
  width: min(100% - 48px, var(--content-width));
  margin: 0 auto;
  box-sizing: border-box;
}

.rfd-page {
  overflow: hidden;
}

.rfd-section {
  padding: 120px 0 0;
}

.rfd-section-heading {
  margin-bottom: 48px;
}

.rfd-section-heading__ja {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.45;
  font-weight: 500;
}

.rfd-section-heading__en {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-sub);
  letter-spacing: 0.08em;
}

#philosophy,
#business,
#company,
#shop {
  scroll-margin-top: calc(var(--header-height) + 24px);
}

/* =========================================================
   Header
========================================================= */
.rfd-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  transition:
    background 0.4s ease,
    box-shadow 0.4s ease,
    backdrop-filter 0.4s ease,
    -webkit-backdrop-filter 0.4s ease;
}

.rfd-header.is-scrolled {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.rfd-header.is-menu-open {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.rfd-header__container {
  width: min(100% - 48px, var(--content-width));
  margin: 0 auto;
}

.rfd-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: var(--header-height);
  padding: 16px 3%;
  box-sizing: border-box;
}

.rfd-header__logo {
  display: block;
  width: 138px;
  margin: 0;
  flex-shrink: 0;
}

.rfd-header__logo a {
  display: block;
}

.rfd-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.rfd-header__nav {
  margin-left: auto;
}

.rfd-header__nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
}

.rfd-header__nav-list a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 15px;
  line-height: 1;
  color: #2a2a2a;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.rfd-header__nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}

.rfd-header__nav-list a:hover::after {
  width: 100%;
}

.rfd-header__menu-btn {
  display: none;
  appearance: none;
}

/* =========================================================
   FV
========================================================= */
.rfd-fv {
  position: relative;
  min-height: 100vh;
}

.rfd-fv__bg {
  position: relative;
  height: 100vh;
}

.rfd-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rfd-fv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%,-50%);
  padding:36px;
  text-align: center;
  background-color: rgba(255,255,255,0.3);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.rfd-fv__brand {
  width: min(280px, 36vw);
  margin: 0 auto;
}

.rfd-fv__copy {
  margin: 20px 0 0;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.9;
  color: #222;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.22);
  font-weight:bold;
}

.rfd-fv__scroll {
  position: absolute;
  right: 40px;
  bottom: 30px;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}

/* =========================================================
   Intro
========================================================= */
.rfd-intro {
  padding: 88px 0 20px;
}

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

.rfd-intro__lead {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.8;
}

.rfd-intro__sub {
  margin: 6px 0 0;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.9;
  color: var(--text-sub);
}

/* =========================================================
   Philosophy
========================================================= */
.rfd-philosophy__grid {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}
.rfd-philosophy__body{
  width:55%;
}
.rfd-philosophy__lead {
  margin: 0 0 34px;
  font-size: clamp(20px, 24px, 26px);
  line-height: 1.95;
  font-weight: 500;
}

.rfd-philosophy__text p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 2;
}
.rfd-philosophy__image{
  width:45%;
}
.rfd-philosophy__image img {
  width:100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* =========================================================
   Business
========================================================= */
.rfd-business__grid {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}
.rfd-business__image{
  width:45%;
}
.rfd-business__image img {
  width:100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.rfd-business__list {
  display: grid;
  gap: 8px;
}

.rfd-business__list li {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.95;
}

.rfd-business__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.rfd-business__note {
  margin-top: 42px;
}

.rfd-business__note p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

/* =========================================================
   Company
========================================================= */
.rfd-company__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 56px;
  align-items: center;
}

.rfd-company__info {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px 24px;
}

.rfd-company__info dt,
.rfd-company__info dd {
  font-size: 16px;
  line-height: 1.9;
}

.rfd-company__info dt {
  color: var(--text-sub);
}

.rfd-company__image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.rfd-company__map-embed {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.rfd-company__map-embed iframe {
  height: 460px;
}

/* =========================================================
   Shop
========================================================= */
.rfd-shop {
  padding-bottom: 120px;
}

.rfd-shop__grid {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 56px;
  align-items: flex-start;
}

.rfd-shop__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.rfd-shop__gallery-item img {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
}

.rfd-shop__text {
  margin: 0;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 2;
}
.rfd-shop__right{
  margin-top:16px;
}
dl.rfd-shop__spec {
  display: flex;
  align-items: center;;
  justify-content: flex-start;
  flex-wrap: wrap;
}
dl.rfd-shop__spec dt {
  width:100%;
  color: var(--text-sub);
  font-size: 16px;
}

dl.rfd-shop__spec dd {
  width:calc(100% / 3);
  font-size: 16px;
  line-height: 2;
  padding-left:8px;
  position:relative;
  box-sizing: border-box;
}
dl.rfd-shop__spec dd::before{
  content:"";
  position:absolute;
  width:3px;
  height:3px;
  left:0;
  top:50%;
  transform: translateY(-50%);
  background-color: var(--text-sub);
}

.rfd-shop__coming {
  margin: 28px 0 0;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1;
  color: rgba(139, 125, 98, 0.24);
  letter-spacing: 0.04em;
  white-space: normal;
}

/* =========================================================
   Contact
========================================================= */
.rfd-contact {
  padding: 0 0 60px;
}

.rfd-contact__inner {
  display: flex;
  justify-content: flex-end;
}

.rfd-contact__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 0 58px 0 28px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease;
}

.rfd-contact__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 18px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}

.rfd-contact__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}

.rfd-contact__link:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
  opacity: 1;
}

/* =========================================================
   Gallery
========================================================= */
.rfd-gallery {
  padding: 0 0 80px;
}

.rfd-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  /* width: min(100% - 48px, var(--content-width)); */
  margin: 0 auto;
}

.rfd-gallery__item {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  appearance: none;
}

.rfd-gallery__item img {
  display: block;
  width: 100%;
  /* height: 320px; */
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition:
    transform 0.5s ease,
    filter 0.4s ease,
    opacity 0.4s ease;
  filter: brightness(0.96);
}

.rfd-gallery__item:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.rfd-gallery__item:hover img {
  transform: scale(1.04);
  filter: brightness(1.08);
}

/* =========================================================
   Lightbox
========================================================= */
.rfd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.rfd-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.rfd-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.rfd-lightbox__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 1080px);
  max-height: 88vh;
  transform: translate(-50%, -50%) scale(0.94);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.rfd-lightbox.is-open .rfd-lightbox__content {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.rfd-lightbox__image {
  display: block;
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.rfd-lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}

/* =========================================================
   Footer
========================================================= */
.site-footer {
  padding: 24px 0 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--base-bg);
}

.site-footer__inner {
  width: min(100% - 48px, var(--content-width));
  margin: 0 auto;
}

.site-footer__copy {
  margin: 0;
  font-size: 13px;
  color: var(--text-sub);
  text-align: right;
}

/* =========================================================
   Tablet
========================================================= */
@media (max-width: 1024px) {
  .rfd-header__container,
  .l-inner,
  .site-footer__inner,
  .rfd-gallery__grid {
    width: min(100% - 48px, 100%);
  }

  .rfd-header__inner {
    gap: 28px;
    padding:0 3%;
  }

  .rfd-header__nav-list {
    gap: 20px;
  }

  .rfd-header__nav-list a {
    font-size: 14px;
  }

  .rfd-philosophy__grid,
  .rfd-business__grid,
  .rfd-company__grid,
  .rfd-shop__grid {
    gap: 40px;
  }

  .rfd-philosophy__grid {
    grid-template-columns: minmax(0, 1fr) 38%;
  }

  .rfd-business__grid {
    grid-template-columns: 38% minmax(0, 1fr);
  }

  .rfd-company__grid {
    grid-template-columns: minmax(0, 1fr) 42%;
  }

  .rfd-shop__grid {
    grid-template-columns: 38% minmax(0, 1fr);
  }
}

/* =========================================================
   Mobile
========================================================= */
@media (max-width: 768px) {
  :root {
    --header-height: 72px;
  }

  .l-inner {
    width: min(100% - 32px, 100%);
  }

  .rfd-section {
    padding: 72px 0 0;
  }

  #philosophy,
  #business,
  #company,
  #shop {
    scroll-margin-top: calc(var(--header-height) + 16px);
  }

  /* Header */
  .rfd-header {
    background: rgba(255, 255, 255, 0);
  }

  .rfd-header.is-scrolled,
  .rfd-header.is-menu-open {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  }

  .rfd-header__container {
    width: min(100% - 32px, 100%);
  }

  .rfd-header__inner {
    position: relative;
    z-index: 1200;
    justify-content: space-between;
    gap: 16px;
    min-height: var(--header-height);
    padding: 12px 3%;
  }

  .rfd-header__logo {
    position: relative;
    z-index: 1300;
    width: 92px;
  }

  .rfd-header__nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--header-height));
    z-index: 1100;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(246, 244, 239, 0.97);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    margin-left: 0;
  }

  .rfd-header__nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .rfd-header__nav-list {
    flex-direction: column;
    gap: 24px;
    padding: 32px 20px 48px;
  }

  .rfd-header__nav-list a {
    font-size: 16px;
    line-height: 1.6;
  }

  .rfd-header__menu-btn {
    position: relative;
    z-index: 1300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 34px;
    height: 34px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    appearance: none;
  }

  .rfd-header__menu-btn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #222;
    transition: 0.3s ease;
  }

  .rfd-header__menu-btn.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .rfd-header__menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }

  .rfd-header__menu-btn.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* FV */
  .rfd-fv,
  .rfd-fv__bg {
    min-height: 78vh;
    height: 78vh;
  }

  .rfd-fv__content {
    width:90%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    padding:36px 16px;
  }

  .rfd-fv__brand {
    width: 180px;
  }

  .rfd-fv__copy {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8;
  }

  .rfd-fv__scroll {
    right: 16px;
    bottom: 16px;
    font-size: 11px;
  }

  /* Intro */
  .rfd-intro {
    padding: 56px 0 8px;
  }

  .rfd-intro__lead {
    font-size: 26px;
    line-height: 1.7;
  }

  .rfd-intro__sub {
    font-size: 14px;
    line-height: 1.8;
  }

  /* Sections */
  .rfd-section-heading {
    margin-bottom: 28px;
  }

  .rfd-section-heading__ja {
    font-size: 28px;
  }

  .rfd-section-heading__en {
    font-size: 12px;
  }

  .rfd-philosophy__grid,
  .rfd-business__grid,
  .rfd-company__grid,
  .rfd-shop__grid,
  .rfd-shop__content {
    display: block;
  }

  .rfd-philosophy__lead {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.85;
  }
.rfd-philosophy__body,
.rfd-philosophy__image,
.rfd-business__image{
  width:100%;
}
.rfd-business__body,
.rfd-company__image,
.rfd-shop__body{
  margin-top:16px;
}
  .rfd-philosophy__text p,
  .rfd-business__list li,
  .rfd-business__note p,
  .rfd-company__info dt,
  .rfd-company__info dd,
  .rfd-shop__spec dd {
    font-size: 15px;
  }

  .rfd-business__note {
    margin-top: 32px;
  }

  .rfd-company__info {
    grid-template-columns: 72px 1fr;
    gap: 8px 16px;
  }

  .rfd-company__map-embed {
    margin-top: 48px;
    padding-top: 28px;
  }

  .rfd-company__map-embed iframe {
    height: 320px;
  }

  .rfd-shop {
    padding-bottom: 72px;
  }

  .rfd-shop__gallery-item img {
    aspect-ratio: 1 / 1.2;
  }

  .rfd-shop__text {
    font-size: 18px;
    line-height: 1.9;
  }

  .rfd-shop__coming {
    font-size: 36px;
  }

  /* Contact */
  .rfd-contact {
    padding: 0 0 40px;
  }

  .rfd-contact__inner {
    justify-content: flex-start;
  }

  .rfd-contact__link {
    font-size: 14px;
  }

  /* Gallery */
  .rfd-gallery {
    padding: 0 0 56px;
  }

  .rfd-gallery__grid {
    width: min(100% - 32px, 100%);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rfd-gallery__item img {
    height: 220px;
  }

  /* Lightbox */
  .rfd-lightbox__content {
    width: min(92vw, 92vw);
  }

  .rfd-lightbox__close {
    top: -40px;
    font-size: 24px;
  }

  /* Footer */
  .site-footer {
    padding: 18px 0 22px;
  }

  .site-footer__inner {
    width: min(100% - 32px, 100%);
  }

  .site-footer__copy {
    font-size: 12px;
    text-align: left;
  }
}
/* =========================================================
   Contact Page
========================================================= */
.rfd-contact-page {
  padding-top: calc(var(--header-height) + 40px);
}

/* KV */
.rfd-contact-kv {
  padding: 100px 0 48px;
}

.rfd-contact-kv__head {
  text-align: center;
}

.rfd-contact-kv__en {
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--text-sub);
}

.rfd-contact-kv__title {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.6;
  position:relative;
}
.rfd-contact-kv__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--line);
  margin: 16px auto 0;
}
.rfd-contact-kv__lead {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 2;
  color: var(--text-sub);
}

/* フォーム */
.rfd-contact-form {
  padding: 0 0 120px;
}

.rfd-contact-form__wrap {
  width: min(100%, 760px);
  margin: 0 auto;
}
.rfd-form {
  width: min(100%, 760px);
  margin: 0 auto;
}

.rfd-form__item + .rfd-form__item {
  margin-top: 32px;
}

.rfd-form__label {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.8;
}

.rfd-form__label .required {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: #8b7d62;
}

.rfd-form__input,
.rfd-form__select,
.rfd-form__textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
}

.rfd-form__textarea {
  min-height: 220px;
  resize: vertical;
}

.rfd-form__privacy {
  margin-top: 36px;
}

.rfd-form__check {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.rfd-form__submit {
  margin-top: 40px;
  text-align: center;
}

.rfd-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.rfd-form__button:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
  font-size: 14px;
}
/* 確認画面 */
.cf7-confirm {
  display: none;
}

.wpcf7-confirm-mode .cf7-input {
  display: none;
}

.wpcf7-confirm-mode .cf7-confirm {
  display: block;
}

/* 確認テキスト */
.rfd-form__confirm {
  margin: 0;
  padding: 14px 16px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 15px;
  line-height: 1.8;
}
.page-id-9 .wpcf7{
  width:100%;
  max-width: 780px;
  margin:0 auto;
}
/* ボタン */
.rfd-form__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.rfd-form__button,
.wpcf7cp-btns button {
  width: 200px;
  height: 56px;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.7);
  cursor: pointer;
}

.rfd-form__button--ghost {
  min-width: 160px;
  height: 56px;
  border: 1px solid rgba(0,0,0,0.12);
  background: transparent;
  cursor: pointer;
}
/* =========================================================
   Confirm Plus 対応
========================================================= */
.rfd-form {
  width: min(100%, 760px);
  margin: 0 auto;
}

.rfd-form .wpcf7-form-control-wrap,
.rfd-form .wpcf7-form-control,
.rfd-form .wpcf7-list-item {
  display: block;
}

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

.rfd-form .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
}

/* 確認画面時も各項目を縦積みで揃える */
.rfd-form .wpcf7cf_confirmed_data {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  line-height: 1.8;
}
.custom-wpcf7cp-confirm{
  width:100%;
  max-width: 780px;
  margin:0 auto;
}
/* 確認画面の行間 */
.rfd-form .rfd-form__item {
  display: block;
  width: 100%;
}

.rfd-form .rfd-form__item + .rfd-form__item {
  margin-top: 32px;
}

/* ボタンエリア中央寄せ */
.rfd-form__submit,
.rfd-form .wpcf7cf_confirm_btn,
.rfd-form .wpcf7cf_edit_btn,
.rfd-form .wpcf7-submit {
  text-align: center;
}

/* Confirm Plusが出すボタン類の中央寄せ補助 */
.rfd-form .wpcf7cf_confirm_btn,
.rfd-form .wpcf7cf_edit_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* =========================================================
   Thanks Page
========================================================= */
.rfd-thanks {
  padding-top: calc(var(--header-height) + 40px);
}

.rfd-thanks__fv {
  padding: 80px 0 32px;
}

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

.rfd-thanks__en {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: var(--text-sub);
}

.rfd-thanks__title {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.6;
  font-weight: 500;
}

.rfd-thanks__content {
  padding: 0 0 120px;
}

.rfd-thanks__box {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 56px 48px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.58);
  box-sizing: border-box;
}

.rfd-thanks__lead {
  margin: 0;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.rfd-thanks__text {
  margin: 32px 0 0;
  font-size: 15px;
  line-height: 2;
  color: var(--text-sub);
  text-align: center;
}

.rfd-thanks__actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.rfd-thanks__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 0 58px 0 28px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease;
}

.rfd-thanks__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 18px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}

.rfd-thanks__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}

.rfd-thanks__button:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
  opacity: 1;
}

@media (max-width: 768px) {
  .sp_none{
    display: none;
  }
  .rfd-business__list li{
    line-height: 1.5;
  }
  .rfd-thanks {
    padding-top: calc(var(--header-height) + 24px);
  }

  .rfd-thanks__fv {
    padding: 56px 0 24px;
  }

  .rfd-thanks__title {
    font-size: 28px;
    line-height: 1.6;
  }

  .rfd-thanks__content {
    padding: 0 0 72px;
  }

  .rfd-thanks__box {
    padding: 36px 20px;
  }

  .rfd-thanks__lead {
    font-size: 16px;
    line-height: 1.9;
  }

  .rfd-thanks__text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .rfd-thanks__button {
    min-height: 50px;
    padding: 0 52px 0 20px;
    font-size: 14px;
  }

  .rfd-thanks__button::after,
  .rfd-thanks__button::before {
    right: 20px;
  }
  .rfd-shop__right{
    margin-top:24px;
  }
  dl.rfd-shop__spec dd {
  width:calc(100% / 3);
  
}
}