@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
}

body {
  font-family: "YakuHanJP", "Lato", "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.sentence p + p {
  margin-top: 20px;
}

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

.ggmap {
  width: 100%;
  height: 350px;
}

input, select {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 40;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #5c4233;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtext1.type1 {
  margin-bottom: 25px;
  text-align: center;
}
.mtext1.type1 br {
  display: none;
}

@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
  .mtext1.type1 br {
    display: block;
  }
}
.mtext2 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.mtext2.type1 {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 2rem;
  }
  .mtext2.type1 {
    margin-bottom: 25px;
  }
}
.mtext3 {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 2.4rem;
  }
}
.loader {
  align-items: center;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28580/bg-main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#page {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =========================================================
   杉本建設 - 共通スタイル (SCSS)
   ========================================================= */
:root {
  --ink: #3B2E24;
  --ink-sub: #55463A;
  --muted: #7C6B5C;
  --muted-2: #9C8B7B;
  --cream: #FFFAF3;
  --cream-2: #FBEEE0;
  --white: #ffffff;
  --line: #F0E2D0;
  --line-2: #EEE0CE;
  --accent: #E8873C;
  --accent-dark: #D9762C;
  --accent-deep: #C96A1E;
  --tint: #FBE7D2;
  --tint-2: #FAE2C9;
  --font-base: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --font-round: Zen Maru Gothic, Hiragino Maru Gothic ProN, sans-serif;
  --font-en: Cormorant Garamond, serif;
}

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

html {
  scroll-behavior: smooth;
}
html, html body {
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #FFFAF3;
  color: #3B2E24;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1080px) {
  body.nav-open {
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 14.5px;
  }
}

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

a {
  color: #C96A1E;
  text-decoration: none;
}
a:hover {
  color: #E8873C;
}

h1, h2, h3, p, dl, dd, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

.container {
  width: min(1180px, 100% - 48px);
  margin-inline: auto;
}
.container--narrow {
  width: min(860px, 100% - 48px);
}
@media (max-width: 860px) {
  .container {
    width: min(100% - 40px, 1180px);
  }
  .container--narrow {
    width: min(100% - 40px, 1180px);
  }
}
@media (max-width: 600px) {
  .container {
    width: min(100% - 32px, 1180px);
  }
  .container--narrow {
    width: min(100% - 32px, 1180px);
  }
}

.section {
  padding: clamp(56px, 7vw, 100px) 0;
  position: relative;
  overflow: hidden;
}
.section--cream2 {
  background: #FBEEE0;
}
.section--white {
  background: #ffffff;
  border-top: 1px solid #F0E2D0;
  border-bottom: 1px solid #F0E2D0;
}
.section--tight {
  padding: clamp(52px, 6vw, 84px) 0;
}
@media (max-width: 600px) {
  .section {
    padding: 52px 0;
  }
}
.section > .container, .section > .container--narrow {
  position: relative;
  z-index: 1;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}
.grid-2--center {
  align-items: center;
}
.grid-2--wide {
  gap: clamp(32px, 5vw, 72px);
}

.stack-lg {
  display: grid;
  gap: clamp(44px, 6vw, 84px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000; /* ← 50 から 1000 に引き上げます */
  background: rgba(255, 250, 243, 0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #EEE0CE;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: inherit;
}
.brand:hover {
  color: inherit;
}
.brand__name {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.04em;
  color: #3B2E24;
  white-space: nowrap;
}
.brand__tag {
  font-size: 10.5px;
  color: #7C6B5C;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .brand__tag {
    display: none;
  }
}
@media (max-width: 1080px) {
  .brand__tag {
    display: none;
  }
}

/* 1. ハンバーガーメニュー本体のスタイル */
.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav__list {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12.5px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .nav__list {
    gap: 12px;
    font-size: 12px;
  }
}
@media (max-width: 1080px) {
  .nav__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    font-size: 15px;
  }
  .nav__list li {
    border-bottom: 1px solid #F0E2D0;
    width: 100%;
  }
}
.nav__link {
  color: #4A3B2E;
  white-space: nowrap;
}
.nav__link:hover {
  color: #E8873C;
}
.nav__link--current {
  color: #C96A1E;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .nav__link {
    display: block;
    padding: 16px 4px;
  }
}
.nav__close {
  display: none;
}
@media (max-width: 1080px) {
  .nav__close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #FBEEE0;
    color: #3B2E24;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }
}
@media (max-width: 1080px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: min(330px, 86vw);
    margin-left: 0;
    background: #FFFAF3;
    box-shadow: -10px 0 34px rgba(59, 46, 36, 0.18);
    transform: translateX(102%);
    visibility: hidden;
    transition: transform 0.32s ease, visibility 0.32s ease;
    display: flex;
    flex-direction: column;
    padding: 74px 26px 36px;
    overflow-y: auto;
    z-index: 1001; /* ← ヘッダー内で最前面にします */
  }
  .nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  .nav .btn--tel {
    display: flex;
    justify-content: center;
    margin-top: 22px;
    font-size: 15px;
    padding: 15px 20px;
  }
}

/* 2. 背景の黒幕（オーバレイ）のスタイル */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(40, 28, 18, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 900; /* ← 1000より低い 900 に設定します */
}
@media (max-width: 1080px) {
  .nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}

.hamburger {
  display: none;
  margin-left: auto;
  width: 46px;
  height: 46px;
  border: 1px solid #F0E2D0;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #3B2E24;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
@media (max-width: 1080px) {
  .hamburger {
    display: flex;
  }
}

.hero {
  position: relative;
  min-height: clamp(440px, 80vh, 640px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #E9DCCB;
}
@media (max-width: 600px) {
  .hero {
    min-height: 74vh;
  }
}
.hero__media {
  position: absolute;
  inset: 0;
}
.hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  animation: heroFade 21s linear infinite;
}
.hero__slide:first-child {
  animation-delay: -1.7s;
}
.hero__slide:nth-child(2) {
  animation-delay: 5.3s;
}
.hero__slide:nth-child(3) {
  animation-delay: 12.3s;
}
.hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(59, 46, 36, 0.72) 0%, rgba(59, 46, 36, 0.42) 46%, rgba(59, 46, 36, 0.12) 100%);
  z-index: 5;
}
@media (max-width: 600px) {
  .hero__veil {
    background: linear-gradient(180deg, rgba(59, 46, 36, 0.55) 0%, rgba(59, 46, 36, 0.72) 100%);
  }
}
.hero__inner {
  position: relative;
  padding: 64px 0 72px;
  z-index: 5;
}
@media (max-width: 600px) {
  .hero__inner {
    padding: 48px 0 56px;
  }
}
.hero__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  letter-spacing: 0.28em;
  color: #FFD9AE;
  margin-bottom: 18px;
}
.hero__catch {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.42;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 2px 20px rgba(40, 28, 18, 0.35);
  animation: riseIn 0.9s ease both;
}
.hero__text {
  margin-top: 26px;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 2.1;
  color: #FBF3E8;
  max-width: 40em;
  animation: riseIn 0.9s ease 0.15s both;
}

.page-hero {
  position: relative;
  min-height: clamp(220px, 30vw, 340px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #E9DCCB;
}
.page-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(59, 46, 36, 0.76) 0%, rgba(59, 46, 36, 0.45) 60%, rgba(59, 46, 36, 0.2) 100%);
}
.page-hero__inner {
  position: relative;
  padding: 44px 0 48px;
}
.page-hero__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.26em;
  color: #FFD9AE;
  margin-bottom: 12px;
}
.page-hero__title {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 3.4vw, 40px);
  letter-spacing: 0.06em;
  color: #fff;
}

.service-strip {
  background: #FBEEE0;
  border-bottom: 1px solid #F0DFC9;
}
.service-strip ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  align-items: center;
  padding: 16px 0;
  font-size: 13.5px;
  color: #6B5B4E;
}
.service-strip .is-strong {
  font-weight: 700;
  color: #C96A1E;
}
.service-strip .is-right {
  margin-left: auto;
}
@media (max-width: 860px) {
  .service-strip .is-right {
    margin-left: 0;
    width: 100%;
  }
}

.label-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.24em;
  color: #C96A1E;
  margin-bottom: 10px;
}

.label-ja {
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: #9C8B7B;
  margin-bottom: 26px;
}

.heading-l {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: clamp(23px, 2.6vw, 33px);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.heading-m {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: clamp(21px, 2.3vw, 29px);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.heading-s {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.65;
}

.heading-xs {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 17.5px;
  line-height: 1.6;
}

.rule {
  width: 56px;
  height: 3px;
  background: #E8873C;
  border-radius: 2px;
  margin: 28px 0;
}

.prose {
  display: grid;
  gap: 1.5em;
  font-size: 15px;
  line-height: 2.15;
  color: #55463A;
  text-wrap: pretty;
}
.prose--tight {
  gap: 0.6em;
}
.prose--sm {
  font-size: 14.5px;
  line-height: 2.05;
}
.prose .em {
  color: #3B2E24;
  font-weight: 500;
}
.prose .accent {
  color: #C96A1E;
  font-weight: 700;
  font-size: 17px;
}

.quote {
  border-left: 3px solid #F0C79A;
  padding: 4px 0 4px 20px;
  display: grid;
  gap: 0.4em;
  color: #3B2E24;
  font-weight: 500;
}

.on-photo .prose {
  color: #F7EDE1;
}
.on-photo .quote {
  border-left-color: #E8873C;
  color: #FFD9AE;
}
.on-photo .heading-l, .on-photo .heading-m {
  color: #fff;
}
.on-photo .label-en {
  color: #FFD9AE;
}
.on-photo .label-ja {
  color: #E2CFB9;
}

.section-head {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: clamp(36px, 4vw, 56px);
}
.section-head .shapes {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: auto;
}

.shape-sq {
  width: 12px;
  height: 12px;
  background: #E8873C;
  border-radius: 3px;
  transform: rotate(20deg);
}
.shape-sq--pale {
  background: #FBE7D2;
}

.shape-tri {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #F0AE72;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  padding: 16px 28px;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width: 600px) {
  .btn {
    width: 100%;
    justify-content: center;
  }
}
.btn--primary {
  background: #E8873C;
  color: #fff;
}
.btn--primary:hover {
  background: #D9762C;
  color: #fff;
}
.btn--ghost {
  background: #fff;
  color: #C96A1E;
  border-color: #E8C7A3;
}
.btn--ghost:hover {
  background: #FFF4E8;
}
.btn--tel {
  background: #E8873C;
  color: #fff;
  padding: 9px 15px;
  font-size: 12.5px;
  letter-spacing: 0.02em;
}
.btn--tel:hover {
  background: #D9762C;
  color: #fff;
}
@media (max-width: 600px) {
  .btn--tel {
    width: auto;
  }
}
.btn--submit {
  padding: 17px 56px;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: clamp(30px, 4vw, 44px);
}
.btn-row--center {
  justify-content: center;
}

.card {
  background: #ffffff;
  border: 1px solid #F0E2D0;
  border-radius: 14px;
  padding: clamp(28px, 3.5vw, 44px);
}
.card--cream {
  background: #FBEEE0;
  border-color: #F0DFC9;
}
@media (max-width: 600px) {
  .card {
    padding: 26px 22px;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.cards--wide {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
}

/* ポイント */
.points {
  display: grid;
  gap: 20px;
}

.point {
  background: #ffffff;
  border: 1px solid #F0E2D0;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 40% 1fr;
  min-height: 230px;
}
.point--flip {
  grid-template-columns: 1fr 40%;
}
.point--flip .point__img {
  order: 2;
}
@media (max-width: 860px) {
  .point--flip .point__img {
    order: 0;
  }
}
.point__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 860px) {
  .point__img {
    height: 200px;
  }
}
.point__body {
  padding: 30px 26px;
}
@media (max-width: 600px) {
  .point__body {
    padding: 24px 22px;
  }
}
.point__num {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  color: #E8873C;
  line-height: 1;
  margin-bottom: 12px;
}
.point__title {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.point__text {
  font-size: 14px;
  line-height: 1.95;
  color: #55463A;
  text-wrap: pretty;
}
@media (max-width: 860px) {
  .point {
    grid-template-columns: 1fr;
  }
}

/* メニューカード */
.menu-card {
  background: #FFFAF3;
  border: 1px solid #F0E2D0;
  border-radius: 14px;
  overflow: hidden;
}
.menu-card__media {
  position: relative;
  height: 165px;
}
.menu-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-card__label {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E8873C;
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 9px 18px;
  border-radius: 0 10px 0 0;
}
.menu-card__text {
  padding: 20px 22px 24px;
  font-size: 14.5px;
  line-height: 1.95;
  color: #55463A;
  text-wrap: pretty;
}

/* 画像ブロック */
.img-block {
  width: 100%;
  height: clamp(210px, 25vw, 330px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.img-block--sm {
  height: clamp(200px, 24vw, 300px);
}
.img-block--lg {
  height: clamp(240px, 30vw, 400px);
}

.img-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.img-mosaic img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.img-mosaic img:first-child {
  grid-column: span 2;
  height: 100%;
  min-height: 190px;
}
@media (max-width: 600px) {
  .img-mosaic img:first-child {
    grid-column: auto;
    height: 200px;
    min-height: 0;
  }
}
@media (max-width: 600px) {
  .img-mosaic img {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .img-mosaic {
    grid-template-columns: 1fr;
  }
}

.mt-img {
  margin-top: 30px;
}

/* 写真背景セクション */
.photo-section {
  position: relative;
  overflow: hidden;
}
.photo-section__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-section__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(48, 34, 22, 0.84) 0%, rgba(48, 34, 22, 0.58) 60%, rgba(48, 34, 22, 0.32) 100%);
}
.photo-section__inner {
  position: relative;
  padding: clamp(64px, 8vw, 110px) 0;
}

/* トピック（お知らせ） */
.topic {
  display: flex;
  gap: clamp(16px, 3vw, 40px);
  align-items: baseline;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #F0DFC9;
  border-radius: 12px;
  padding: 26px 28px;
}
.topic time {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #C96A1E;
  white-space: nowrap;
}
.topic p {
  font-size: 15px;
  line-height: 1.95;
  color: #4A3B2E;
  flex: 1 1 260px;
  text-wrap: pretty;
}

/* 連絡先ボックス */
.contact-box {
  background: #FBEEE0;
  border-radius: 14px;
  padding: clamp(30px, 4vw, 46px);
  display: grid;
  gap: 20px;
  align-content: start;
}

.tel-block {
  color: inherit;
  display: block;
}
.tel-block:hover {
  color: inherit;
}
.tel-block__label {
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: #9C8B7B;
  margin-bottom: 6px;
}
.tel-block__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 4.4vw, 44px);
  letter-spacing: 0.04em;
  color: #3B2E24;
  line-height: 1.2;
}

.note {
  font-size: 13.5px;
  line-height: 1.95;
  color: #6B5B4E;
}

/* 定義リスト */
.def-list {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  border-top: 1px solid #F0E2D0;
  font-size: 15px;
}
.def-list dt {
  padding: 20px 8px 20px 0;
  border-bottom: 1px solid #F0E2D0;
  font-weight: 700;
  color: #3B2E24;
}
@media (max-width: 860px) {
  .def-list dt {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.def-list dd {
  padding: 20px 0;
  border-bottom: 1px solid #F0E2D0;
  color: #55463A;
  line-height: 1.9;
}
@media (max-width: 860px) {
  .def-list dd {
    padding-top: 8px;
  }
}
.def-list--compact {
  grid-template-columns: minmax(90px, 120px) 1fr;
  font-size: 14.5px;
  border-top-color: #EEDCC6;
}
.def-list--compact dt, .def-list--compact dd {
  padding: 16px 8px 16px 0;
  border-bottom-color: #EEDCC6;
}
.def-list--compact dd {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 860px) {
  .def-list {
    grid-template-columns: 1fr;
  }
}

/* 流れ */
.flow {
  display: grid;
  gap: 14px;
}
.flow__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: start;
  background: #FFFAF3;
  border: 1px solid #F0E2D0;
  border-radius: 12px;
  padding: 24px 26px;
}
@media (max-width: 600px) {
  .flow__item {
    grid-template-columns: 54px 1fr;
    gap: 14px;
    padding: 20px 20px;
  }
}
.flow__num {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  color: #E8873C;
  line-height: 1;
}
@media (max-width: 600px) {
  .flow__num {
    font-size: 24px;
  }
}
.flow__text {
  font-size: 14.5px;
  line-height: 1.95;
  color: #55463A;
  margin-top: 10px;
}

/* 地図 */
.map-frame {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #F0E2D0;
}
.map-frame iframe {
  width: 100%;
  height: clamp(280px, 40vw, 450px);
  border: 0;
  display: block;
}

/* CTA帯 */
.cta-band {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .cta-band .btn {
    width: 100%;
  }
}

/* 背景装飾パーツ */
.deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.deco--sq {
  border-radius: 24px;
  background: #FBE7D2;
  opacity: 0.55;
}
.deco--sq-pale {
  background: #FDF1E4;
  opacity: 1;
}
.deco--tri {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 118px solid #FAE2C9;
  opacity: 0.5;
}
.deco--dot {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #F0AE72;
  opacity: 0.7;
  transform: rotate(24deg);
}
.deco--tl {
  top: 40px;
  left: -60px;
  width: 200px;
  height: 200px;
  transform: rotate(-18deg);
}
.deco--tr {
  top: 40px;
  right: -60px;
  width: 220px;
  height: 220px;
  transform: rotate(22deg);
}
.deco--br {
  right: 6%;
  bottom: 50px;
  transform: rotate(16deg);
}
.deco--bl {
  left: 4%;
  bottom: 50px;
  transform: rotate(-14deg);
}
.deco--top-r {
  top: -40px;
  right: 8%;
  width: 180px;
  height: 180px;
  transform: rotate(22deg);
}
.deco--mid-r {
  right: 22%;
  top: 70px;
}
@media (max-width: 860px) {
  .deco {
    display: none;
  }
}

.site-footer {
  background: #3B2E24;
  color: #F7EDE1;
}
.site-footer__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
  padding: clamp(52px, 6vw, 76px) 0 clamp(28px, 3vw, 40px);
}
.site-footer__tag {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #D9C4AC;
  margin-bottom: 12px;
}
.site-footer__name {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 20px;
}
.site-footer__addr {
  font-size: 14px;
  line-height: 2;
  color: #E4D5C4;
}
.site-footer__nav {
  display: grid;
  gap: 12px;
  align-content: start;
  font-size: 14.5px;
}
.site-footer__nav a {
  color: #F7EDE1;
}
.site-footer__nav a:hover {
  color: #FFD9AE;
}
.site-footer__bottom {
  border-top: 1px solid #4E3E31;
}
.site-footer__copy {
  padding: 20px 0;
  font-size: 12.5px;
  color: #BFAB96;
}

@keyframes heroFade {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt .optional::before {
  content: "任意";
  color: #fff;
  background: #999;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea, .textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #5c4233;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #5c4233;
}
#mailform button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #5c4233;
}
#mailform button * {
  transition: 0.2s;
}

.form-button * {
  transition: 0.2s;
}

/*RadioとText*/
label {
  display: block;
}
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #5c4233;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
  margin: 0px;
  box-shadow: 15px -1px #fff;
  border-radius: 50%;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 15px -1px #FFF;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #5c4233;
  border-bottom: 3px solid #5c4233;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 100% !important;
  }
}
/* /新メールフォーム */
.blog-box {
  margin-bottom: 50px;
}
.blog-box img {
  max-width: 100%;
  height: auto;
}

.page_next {
  float: right;
}

.page_prev {
  float: left;
}

.mtitle_box {
  background: rgba(23, 125, 23, 0.1);
  border-radius: 10px;
  color: #343338;
  font-size: 2rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.8rem;
  }
}
.newsl2 dt {
  font-size: 120%;
  padding-top: 10px;
  line-height: 1.3;
  color: #5c4233;
  font-weight: bold;
}
.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  border-bottom: dotted 1px #b6ae83;
}
.newsl2 dd b {
  color: #594C39;
}

.photo {
  width: 100%;
  margin: 10px auto 0;
}
.photo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: stretch;
}
.photo li {
  width: 23%;
  margin: 1%;
}
.photo li a {
  display: block;
  text-align: center;
  width: 100%;
}
.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.photo li p {
  height: 30px;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}

@media all and (max-width: 480px) {
  .photo li {
    width: 48%;
    margin: 1%;
  }
  .photo li a {
    width: 100%;
    height: 150px;
  }
  .photo li img {
    max-width: 100%;
    max-height: 150px;
  }
  .photo li p {
    width: 100%;
  }
}/*# sourceMappingURL=basis.css.map */