@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: 9999;
}
#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: #a3282b;
  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/28480/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;
  }
}
/* ==========================================================
   変数（Variables）定義
   ========================================================== */
/* ==========================================================
   メディアクエリ用 Mixin
   ========================================================== */
/* ==========================================================
   Base
   ========================================================== */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "M PLUS Rounded 1c", "Zen Maru Gothic";
  font-size: 16px;
  line-height: 2;
  color: #2b2723;
  background-color: #fdfbf7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%23a3282b' fill-opacity='0.035'%3E%3Ccircle cx='12' cy='18' r='1'/%3E%3Ccircle cx='58' cy='7' r='1'/%3E%3Ccircle cx='94' cy='28' r='1'/%3E%3Ccircle cx='33' cy='52' r='1'/%3E%3Ccircle cx='76' cy='63' r='1'/%3E%3Ccircle cx='108' cy='84' r='1'/%3E%3Ccircle cx='21' cy='91' r='1'/%3E%3Ccircle cx='63' cy='108' r='1'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

a {
  color: #a3282b;
  text-decoration: none;
}
a:hover {
  color: #1f2d4a;
}

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

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin: 0;
}

/* ==========================================================
   Utility
   ========================================================== */
.wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 24px;
}

.section {
  position: relative;
  padding-block: 104px;
}
@media screen and (max-width: 900px) {
  .section {
    padding-block: 68px;
  }
}
.section-tint, .section-deep {
  position: relative;
  padding-block: 104px;
}
.section-tint::before, .section-deep::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: #ddd5c8;
}
.section-tint {
  background-color: #f5f0e6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='104' viewBox='0 0 60 104'%3E%3Cg fill='none' stroke='%23a3282b' stroke-opacity='0.12' stroke-width='1'%3E%3Cpath d='M30 0v104M0 0l30 52L0 104M60 0L30 52l30 52M0 0h60M0 52h60M0 104h60M0 26l30 26 30-26M0 78l30-26 30 26'/%3E%3C/g%3E%3C/svg%3E");
}
.section-deep {
  background-color: #efe8db;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%23a3282b' fill-opacity='0.035'%3E%3Ccircle cx='12' cy='18' r='1'/%3E%3Ccircle cx='58' cy='7' r='1'/%3E%3Ccircle cx='94' cy='28' r='1'/%3E%3Ccircle cx='33' cy='52' r='1'/%3E%3Ccircle cx='76' cy='63' r='1'/%3E%3Ccircle cx='108' cy='84' r='1'/%3E%3Ccircle cx='21' cy='91' r='1'/%3E%3Ccircle cx='63' cy='108' r='1'/%3E%3C/g%3E%3C/svg%3E");
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 52px;
}
.section-head-center {
  align-items: center;
  text-align: center;
}
.section-label {
  font-family: "Zen Maru Gothic";
  font-size: 13px;
  letter-spacing: 0.28em;
  font-weight: 500;
  color: #a3282b;
}
.section-title {
  font-family: "Zen Maru Gothic";
  font-size: 34px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .section-title {
    font-size: 25px;
  }
}
.section-title-rule {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-title-rule::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #ddd5c8;
}
.section-foot {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

/* 和柄の装飾 */
.deco {
  overflow: hidden;
}
.deco::after, .deco::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.deco-kiku-left::after {
  inset-inline-start: -190px;
  top: 40px;
  width: 480px;
  height: 480px;
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28480/deco-01.png");
  opacity: 0.2;
}
.deco-kiku-right::after {
  inset-inline-end: -170px;
  bottom: -110px;
  width: 520px;
  height: 520px;
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28480/deco-02.png");
  opacity: 0.2;
}
.deco-kiku-small::after {
  width: 320px;
  height: 320px;
}
.deco-asanoha-right::after {
  inset-inline-end: -80px;
  top: -60px;
  width: 360px;
  height: 360px;
  opacity: 0.55;
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28480/deco-03.png");
  opacity: 0.2;
}
.deco-tako-right::before {
  right: 40px;
  bottom: -15%;
  width: 480px;
  height: 480px;
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28480/deco-04.png");
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .deco-tako-right::before {
    right: 0px;
    bottom: -5%;
    width: 280px;
    height: 280px;
  }
}
.deco-tako-right2::before {
  right: -5%;
  bottom: -15%;
  width: 480px;
  height: 480px;
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28480/deco-06.png");
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .deco-tako-right2::before {
    right: 0px;
    bottom: -5%;
    width: 280px;
    height: 280px;
  }
}
.deco-tako-right3::before {
  right: -5%;
  bottom: -15%;
  width: 480px;
  height: 480px;
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28480/deco-08.png");
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .deco-tako-right3::before {
    right: 0px;
    bottom: -5%;
    width: 280px;
    height: 280px;
  }
}
.deco-tako-left::before {
  left: -5%;
  bottom: -15%;
  width: 480px;
  height: 480px;
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28480/deco-05.png");
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .deco-tako-left::before {
    left: -5%;
    bottom: -5%;
    width: 280px;
    height: 280px;
  }
}
.deco-tako-left2::before {
  left: -5%;
  bottom: -15%;
  width: 480px;
  height: 480px;
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28480/deco-07.png");
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .deco-tako-left2::before {
    left: -5%;
    bottom: -5%;
    width: 280px;
    height: 280px;
  }
}
.deco-tako-left3::before {
  left: -5%;
  bottom: -15%;
  width: 480px;
  height: 480px;
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28480/deco-09.png");
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .deco-tako-left3::before {
    left: -5%;
    bottom: -5%;
    width: 280px;
    height: 280px;
  }
}

.lead {
  font-size: 16px;
  line-height: 2.2;
  text-wrap: pretty;
}
.lead-center {
  text-align: center;
}

.text-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding-inline: 34px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background: #a3282b;
  border: 1px solid #a3282b;
  border-radius: 15px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.button:hover {
  color: #fff;
  background: #8a1f22;
  border-color: #8a1f22;
}
.button-outline {
  color: #1f2d4a;
  background: transparent;
  border-color: #1f2d4a;
}
.button-outline:hover {
  color: #fff;
  background: #1f2d4a;
  border-color: #1f2d4a;
}
.button-arrow {
  font-size: 10px;
}

.figure {
  position: relative;
  margin: 0;
}
.figure-framed::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.figure-caption {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.9;
  color: #6b6257;
}

/* ==========================================================
   Header
   ========================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(253, 251, 247, 0.96);
  border-bottom: 1px solid #ddd5c8;
  backdrop-filter: blur(6px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 88px;
}
@media screen and (max-width: 900px) {
  .header-inner {
    min-height: 74px;
  }
}
.header-side {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .header-side .button {
    display: none;
  }
}
.header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
@media screen and (max-width: 900px) {
  .header-contact {
    display: none;
  }
}
.header-tel {
  font-family: "Zen Maru Gothic";
  font-size: 23px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #1f2d4a;
}
.header-tel:hover {
  color: #a3282b;
}
.header-hours {
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #6b6257;
}
.header-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #ddd5c8;
  color: #1f2d4a;
}
.header-sns:hover {
  color: #fff;
  background: #1f2d4a;
  border-color: #1f2d4a;
}
@media screen and (max-width: 900px) {
  .header-sns {
    display: none;
  }
}

.site-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.site-title-main {
  font-family: "Zen Maru Gothic";
  font-size: 23px;
  letter-spacing: 0.1em;
  color: #2b2723;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .site-title-main {
    font-size: 18px;
  }
}
.site-title-sub {
  font-size: 10px;
  letter-spacing: 0.24em;
  line-height: 1;
  color: #6b6257;
}

.icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* ナビゲーション & ハンバーガーボタン */
.nav-toggle {
  display: none;
  position: relative;
  width: 52px;
  height: 52px;
  padding: 0;
  background: transparent;
  border: 1px solid #ddd5c8;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle-bar {
  position: absolute;
  inset-inline-start: 50%;
  width: 24px;
  height: 1px;
  margin-inline-start: -12px;
  background: #1f2d4a;
  transition: transform 0.3s, opacity 0.2s;
}
.nav-toggle-bar:nth-child(1) {
  top: 18px;
}
.nav-toggle-bar:nth-child(2) {
  top: 26px;
}
.nav-toggle-bar:nth-child(3) {
  top: 34px;
}
.nav-toggle-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media screen and (max-width: 900px) {
  .nav-open {
    overflow: hidden;
  }
}

.global-nav {
  background-color: #fdfbf7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%23a3282b' fill-opacity='0.035'%3E%3Ccircle cx='12' cy='18' r='1'/%3E%3Ccircle cx='58' cy='7' r='1'/%3E%3Ccircle cx='94' cy='28' r='1'/%3E%3Ccircle cx='33' cy='52' r='1'/%3E%3Ccircle cx='76' cy='63' r='1'/%3E%3Ccircle cx='108' cy='84' r='1'/%3E%3Ccircle cx='21' cy='91' r='1'/%3E%3Ccircle cx='63' cy='108' r='1'/%3E%3C/g%3E%3C/svg%3E");
  border-bottom: 1px solid #ddd5c8;
}
@media screen and (max-width: 900px) {
  .global-nav {
    display: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 900px) {
  .global-nav-open {
    display: block;
    position: absolute;
    inset-inline: 0;
    top: 100%;
    border-bottom: 1px solid #ddd5c8;
    box-shadow: 0 14px 26px rgba(31, 45, 74, 0.14);
  }
}
.global-nav-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .global-nav-list {
    display: block;
    padding-block: 8px 24px;
  }
}
.global-nav-item {
  flex: 1 1 auto;
}
.global-nav-item:last-child .global-nav-link {
  border-right: 1px solid #ddd5c8;
}
@media screen and (max-width: 900px) {
  .global-nav-item:last-child .global-nav-link {
    border-right: none;
  }
}
.global-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding-inline: 20px;
  font-family: "Zen Maru Gothic";
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #2b2723;
  border-left: 1px solid #ddd5c8;
}
.global-nav-link:hover, .global-nav-link.global-nav-link-current {
  color: #fff !important;
  background: #8a1f22 !important;
}
@media screen and (max-width: 900px) {
  .global-nav-link {
    justify-content: flex-start;
    min-height: 60px;
    padding-inline: 4px;
    font-size: 16px;
    border-left: none;
    border-bottom: 1px solid #ddd5c8;
  }
}
.global-nav-mobile-contact {
  display: none;
}
@media screen and (max-width: 900px) {
  .global-nav-mobile-contact {
    display: block;
    padding-top: 24px;
  }
}
.global-nav-tel {
  display: block;
  font-family: "Zen Maru Gothic";
  font-size: 27px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #1f2d4a;
}
.global-nav-hours {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  color: #6b6257;
}

.global-nav-link.global-nav-link-current {
  color: #ffffff !important;
  background-color: #8a1f22 !important;
}

/* ==========================================================
   Hero
   ========================================================== */
.hero {
  position: relative;
  background-color: #1f2d4a;
}
.hero img {
  border-radius: 0px;
}
.hero-figure {
  position: relative;
  margin: 0;
  height: 80vh;
}
.hero-image {
  width: 100%;
  aspect-ratio: 15/8;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-catch {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 40%;
  background-image: linear-gradient(to bottom, rgba(22, 32, 58, 0) 0%, rgba(22, 32, 58, 0.72) 100%);
}
@media screen and (max-width: 900px) {
  .hero-catch {
    width: 80%;
    padding-block: 44px 28px;
  }
}
.hero-catch-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
}
.hero-copy {
  font-family: "Zen Maru Gothic";
  font-size: 50px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 900px) {
  .hero-copy {
    font-size: 30px;
  }
}
@media screen and (max-width: 560px) {
  .hero-copy {
    font-size: 25px;
  }
}
.hero-sub {
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .hero-sub {
    font-size: 16px;
  }
}
.hero-meta {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #e2d6c6;
}

/* ==========================================================
   Gallery Strip
   ========================================================== */
.gallery {
  background-color: #1f2d4a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24' viewBox='0 0 48 24'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.10' stroke-width='1'%3E%3Ccircle cx='24' cy='24' r='22'/%3E%3Ccircle cx='24' cy='24' r='16'/%3E%3Ccircle cx='24' cy='24' r='10'/%3E%3Ccircle cx='24' cy='24' r='4'/%3E%3Ccircle cx='0' cy='0' r='22'/%3E%3Ccircle cx='0' cy='0' r='16'/%3E%3Ccircle cx='0' cy='0' r='10'/%3E%3Ccircle cx='0' cy='0' r='4'/%3E%3Ccircle cx='48' cy='0' r='22'/%3E%3Ccircle cx='48' cy='0' r='16'/%3E%3Ccircle cx='48' cy='0' r='10'/%3E%3Ccircle cx='48' cy='0' r='4'/%3E%3C/g%3E%3C/svg%3E");
}
.gallery-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 900px) {
  .gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s;
}
.gallery-item img:hover {
  opacity: 0.82;
}

/* ==========================================================
   Greeting
   ========================================================== */
.greeting-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 72px;
  align-items: start;
}
@media screen and (max-width: 1000px) {
  .greeting-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
.greeting-title {
  font-family: "Zen Maru Gothic";
  font-size: 27px;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}
.greeting-sign {
  font-family: "Zen Maru Gothic";
  font-size: 17px;
  letter-spacing: 0.1em;
}

/* ==========================================================
   About Yakko
   ========================================================== */
.about-layout {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 72px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
.about-title {
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .about-title {
    font-size: 25px;
  }
}
.about-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

/* ==========================================================
   Nav Cards
   ========================================================== */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media screen and (max-width: 1000px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  border-radius: 15px;
  color: #2b2723;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #ddd5c8;
  transition: background 0.25s;
}
.card:hover {
  color: #a3282b;
  background: #fff;
}
.card:hover .card-thumb img {
  transform: scale(1.05);
}
.card-thumb {
  overflow: hidden;
}
.card-thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
.card-title {
  font-family: "Zen Maru Gothic";
  font-size: 19px;
  letter-spacing: 0.06em;
}
.card-text {
  font-size: 14px;
  line-height: 1.95;
  color: #6b6257;
}

/* ==========================================================
   Products
   ========================================================== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (max-width: 1000px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

.product-item {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #ddd5c8;
  border-radius: 15px;
  align-items: center;
}
.product-item-wide {
  grid-column: span 2;
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  .product-item-wide {
    grid-column: span 2;
  }
}
@media screen and (max-width: 900px) {
  .product-item-wide {
    flex-direction: column;
  }
}
@media screen and (max-width: 560px) {
  .product-item-wide {
    grid-column: span 1;
  }
}
.product-item-wide .product-figure {
  flex: 0 0 50%;
}
@media screen and (max-width: 900px) {
  .product-item-wide .product-figure {
    flex: 0 0 auto;
  }
}
.product-item-wide .product-figure img {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .product-item-wide .product-figure img {
    aspect-ratio: 4/3;
    min-height: 0;
  }
}
.product-item-wide .product-body {
  justify-content: center;
  padding: 44px 48px;
}
@media screen and (max-width: 900px) {
  .product-item-wide .product-body {
    padding: 32px 34px 36px;
  }
}
.product-item-wide .product-name {
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  .product-item-wide .product-name {
    font-size: 24px;
  }
}
.product-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.product-figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  padding: 32px 34px 36px;
}
.product-category {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.6;
  color: #a3282b;
}
.product-name {
  font-family: "Zen Maru Gothic";
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.product-text {
  font-size: 14px;
  line-height: 2;
  color: #6b6257;
  text-wrap: pretty;
}

.image-tag {
  position: absolute;
  inset-inline-start: 18px;
  top: 18px;
  padding: 7px 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #fff;
  background: rgba(31, 45, 74, 0.9);
  border-inline-start: 3px solid #a3282b;
  border-radius: 10px;
}

/* ==========================================================
   Dealer
   ========================================================== */
.dealer {
  color: #fff;
  background-color: #1a356b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24' viewBox='0 0 48 24'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.10' stroke-width='1'%3E%3Ccircle cx='24' cy='24' r='22'/%3E%3Ccircle cx='24' cy='24' r='16'/%3E%3Ccircle cx='24' cy='24' r='10'/%3E%3Ccircle cx='24' cy='24' r='4'/%3E%3Ccircle cx='0' cy='0' r='22'/%3E%3Ccircle cx='0' cy='0' r='16'/%3E%3Ccircle cx='0' cy='0' r='10'/%3E%3Ccircle cx='0' cy='0' r='4'/%3E%3Ccircle cx='48' cy='0' r='22'/%3E%3Ccircle cx='48' cy='0' r='16'/%3E%3Ccircle cx='48' cy='0' r='10'/%3E%3Ccircle cx='48' cy='0' r='4'/%3E%3C/g%3E%3C/svg%3E");
}
.dealer-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}
.dealer-label {
  font-family: "Zen Maru Gothic";
  font-size: 13px;
  letter-spacing: 0.28em;
  color: #e8b9b9;
}
.dealer-title {
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .dealer-title {
    font-size: 25px;
  }
}
.dealer-text {
  max-width: 46em;
  font-size: 16px;
  line-height: 2.2;
  color: #dcdfe7;
  text-wrap: pretty;
}
.dealer .button {
  color: #1f2d4a;
  background: #fff;
  border-color: #fff;
}
.dealer .button:hover {
  color: #fff;
  background: #a3282b;
  border-color: #a3282b;
}

/* ==========================================================
   Instagram
   ========================================================== */
.instagram-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .instagram-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
.instagram-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
}
.instagram-account {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  letter-spacing: 0.06em;
}

/* ==========================================================
   Info
   ========================================================== */
.info-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
@media screen and (max-width: 1000px) {
  .info-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.info-table th, .info-table td {
  padding: 17px 4px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd5c8;
}
.info-table th {
  width: 150px;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  color: #6b6257;
}
.info-figure img {
  width: 100%;
  aspect-ratio: 8/7;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================
   Footer
   ========================================================== */
.site-footer {
  padding-block: 80px 32px;
  color: #fff;
  background-color: #16203a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24' viewBox='0 0 48 24'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.10' stroke-width='1'%3E%3Ccircle cx='24' cy='24' r='22'/%3E%3Ccircle cx='24' cy='24' r='16'/%3E%3Ccircle cx='24' cy='24' r='10'/%3E%3Ccircle cx='24' cy='24' r='4'/%3E%3Ccircle cx='0' cy='0' r='22'/%3E%3Ccircle cx='0' cy='0' r='16'/%3E%3Ccircle cx='0' cy='0' r='10'/%3E%3Ccircle cx='0' cy='0' r='4'/%3E%3Ccircle cx='48' cy='0' r='22'/%3E%3Ccircle cx='48' cy='0' r='16'/%3E%3Ccircle cx='48' cy='0' r='10'/%3E%3Ccircle cx='48' cy='0' r='4'/%3E%3C/g%3E%3C/svg%3E");
}

.footer-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .footer-layout {
    grid-template-columns: 1fr;
  }
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-title {
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  letter-spacing: 0.1em;
}
.footer-address {
  font-size: 14px;
  line-height: 2.1;
  font-style: normal;
  color: #c6cbd8;
}
.footer-address a {
  color: #fff;
}
.footer-address a:hover {
  color: #e8b9b9;
}
.footer-sns {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #fff;
}
.footer-sns:hover {
  color: #e8b9b9;
}
.footer-nav-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 56px;
}
.footer-nav-link {
  font-size: 14px;
  color: #dfe2e9;
}
.footer-nav-link:hover {
  color: #e8b9b9;
}

.copyright {
  margin-top: 64px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #9aa2b4;
}

/* ==========================================================
   Page Header（下層ページ共通ヘッダー）
   ========================================================== */
.page-header {
  position: relative;
  background-color: #1f2d4a;
}
.page-header-image {
  width: 100%;
  aspect-ratio: 16/5;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.55;
}
@media screen and (max-width: 900px) {
  .page-header-image {
    aspect-ratio: 16/7;
  }
}
.page-header-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  color: #fff;
}
.page-header-label {
  font-family: "Zen Maru Gothic";
  font-size: 13px;
  letter-spacing: 0.28em;
  color: #e8b9b9;
}
.page-header-title {
  font-family: "Zen Maru Gothic";
  font-size: 40px;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .page-header-title {
    font-size: 27px;
  }
}

/* 修正後の SCSS */
.breadcrumb {
  border-bottom: 1px solid #ddd5c8;
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-block: 14px;
  padding-inline-start: 0; /* リセットCSS補正 */
  margin: 0; /* リセットCSS補正 */
  list-style: none; /* ← 数字（1. 2.）を消す指定を追加 */
  font-size: 12px;
  color: #6b6257;
}

/* クラス単体に指定を独立させて確実に効かせます */
.breadcrumb-item {
  list-style: none; /* 保険 */
}
.breadcrumb-item::after {
  content: "／";
  margin-inline-start: 12px;
  color: #ddd5c8;
}
.breadcrumb-item:last-child::after {
  content: none;
}

/* ==========================================================
   下層ページ共通パーツ
   ========================================================== */
/* ブロックレイアウト */
.block {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.block + .block {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .block + .block {
    margin-top: 56px;
  }
}
.block-title {
  font-family: "Zen Maru Gothic";
  font-size: 26px;
  letter-spacing: 0.08em;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd5c8;
}
@media screen and (max-width: 900px) {
  .block-title {
    font-size: 21px;
  }
}
.block-subtitle {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  letter-spacing: 0.06em;
}

/* メディアレイアウト */
.media-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: start;
}
.media-layout-reverse {
  grid-template-columns: 420px 1fr;
}
@media screen and (max-width: 1000px) {
  .media-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

/* リスト表示 */
.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.list-item {
  position: relative;
  padding-inline-start: 22px;
  font-size: 15px;
  line-height: 2.1;
}
.list-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  background: #a3282b;
}

/* 年表 */
.history {
  border-top: 1px solid #ddd5c8;
}
.history-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  padding-block: 26px;
  border-bottom: 1px solid #ddd5c8;
}
@media screen and (max-width: 900px) {
  .history-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.history-year {
  font-family: "Zen Maru Gothic";
  font-size: 19px;
  letter-spacing: 0.06em;
  color: #1f2d4a;
}
.history-text {
  font-size: 15px;
  line-height: 2.1;
  text-wrap: pretty;
}

/* 数字で見る */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .stat-grid {
    grid-template-columns: 1fr;
  }
}
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 34px 32px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #ddd5c8;
}
.stat-value {
  font-family: "Zen Maru Gothic";
  font-size: 34px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #a3282b;
}
.stat-label {
  font-size: 14px;
  line-height: 1.9;
  color: #6b6257;
}

/* 表彰・感謝状 */
.award-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media screen and (max-width: 560px) {
  .award-grid {
    grid-template-columns: 1fr;
  }
}
.award-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.award-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd5c8;
}
.award-name {
  font-family: "Zen Maru Gothic";
  font-size: 17px;
  letter-spacing: 0.04em;
}
.award-text {
  font-size: 14px;
  line-height: 1.95;
  color: #6b6257;
}

/* 動画 */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}
.video-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.video-media {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  background: #1f2d4a;
  border: 1px solid #ddd5c8;
}
.video-caption {
  font-size: 14px;
  line-height: 1.9;
  color: #6b6257;
}

/* 取り扱い店 */
.shop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.shop-item {
  padding: 10px 22px;
  font-size: 14px;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #ddd5c8;
}

/* 補足ノート */
.note {
  padding: 26px 30px;
  font-size: 14px;
  line-height: 2;
  color: #6b6257;
  background: rgba(255, 255, 255, 0.7);
  border-inline-start: 3px solid #a3282b;
}

/* ==========================================================
   製法の紹介（Process）
   ========================================================== */
.process {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 900px) {
  .process {
    gap: 48px;
  }
}
.process-item {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 56px;
  align-items: center;
}
.process-item-reverse {
  grid-template-columns: 480px 1fr;
}
@media screen and (max-width: 1000px) {
  .process-item {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .process-item-reverse {
    grid-template-columns: 1fr;
  }
}
.process-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.process-number {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Zen Maru Gothic";
  font-size: 13px;
  letter-spacing: 0.26em;
  color: #a3282b;
}
.process-number::after {
  content: "";
  width: 56px;
  height: 1px;
  background: #ddd5c8;
}
.process-title {
  font-family: "Zen Maru Gothic";
  font-size: 28px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .process-title {
    font-size: 22px;
  }
}
.process-period {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #6b6257;
}
.process-text {
  font-size: 15px;
  line-height: 2.15;
  text-wrap: pretty;
}

/* ==========================================================
   袖切り奴の特徴（Feature）
   ========================================================== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.feature-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 34px 32px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #ddd5c8;
}
.feature-title {
  font-family: "Zen Maru Gothic";
  font-size: 19px;
  letter-spacing: 0.06em;
}
.feature-text {
  font-size: 14px;
  line-height: 2;
  color: #6b6257;
  text-wrap: pretty;
}

/* ==========================================================
   絵柄の点数（Design Count）
   ========================================================== */
.design-count {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: "Zen Maru Gothic";
  color: #a3282b;
}
.design-count-value {
  font-size: 46px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.design-count-unit {
  font-size: 17px;
}

/* ==========================================================
   結び（Closing）
   ========================================================== */
.closing {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 48px 52px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd5c8;
}
@media screen and (max-width: 900px) {
  .closing {
    padding: 32px 28px;
  }
}
.closing-title {
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .closing-title {
    font-size: 20px;
  }
}

/* ==========================================================
   カテゴリへのアンカーリンク
   ========================================================== */
.anchor-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #ddd5c8;
  border: 1px solid #ddd5c8;
}
@media screen and (max-width: 1000px) {
  .anchor-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .anchor-nav {
    grid-template-columns: 1fr;
  }
}

.anchor-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  padding-inline: 24px;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2b2723;
  background: rgba(255, 255, 255, 0.9);
}
.anchor-link:hover {
  color: #fff;
  background: #1f2d4a;
}
.anchor-link:hover .anchor-link-mark {
  color: #fff;
}
.anchor-link-mark {
  font-size: 10px;
  color: #a3282b;
}

/* ==========================================================
   商品カテゴリ（Item）
   ========================================================== */
.item {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 56px;
  align-items: start;
}
@media screen and (max-width: 1000px) {
  .item {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.item + .item {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #ddd5c8;
}
@media screen and (max-width: 900px) {
  .item + .item {
    margin-top: 56px;
    padding-top: 56px;
  }
}
.item-reverse {
  grid-template-columns: 1fr 480px;
}
@media screen and (max-width: 1000px) {
  .item-reverse {
    grid-template-columns: 1fr;
  }
}
.item-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item-category {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #a3282b;
}
.item-name {
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .item-name {
    font-size: 23px;
  }
}
.item-text {
  font-size: 15px;
  line-height: 2.15;
  text-wrap: pretty;
}
.item-spec {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.item-spec-tag {
  padding: 8px 18px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #1f2d4a;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd5c8;
}

/* ==========================================================
   商品一覧表（Spec Table）
   ========================================================== */
.spec-table-scroll {
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.9);
}
.spec-table th,
.spec-table td {
  padding: 13px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd5c8;
}
.spec-table thead th {
  font-family: "Zen Maru Gothic";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  background: #1f2d4a;
  border-bottom: none;
  white-space: nowrap;
}
.spec-table tbody th {
  font-weight: 500;
  white-space: nowrap;
}
.spec-table tbody tr:nth-child(even) th,
.spec-table tbody tr:nth-child(even) td {
  background: rgba(245, 240, 230, 0.7);
}

.table-note {
  font-size: 13px;
  line-height: 1.95;
  color: #6b6257;
}

/* ==========================================================
   ご注文について（Order）
   ========================================================== */
.order-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .order-grid {
    grid-template-columns: 1fr;
  }
}
.order-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 34px 32px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #ddd5c8;
}
.order-title {
  font-family: "Zen Maru Gothic";
  font-size: 19px;
  letter-spacing: 0.06em;
}
.order-text {
  font-size: 14px;
  line-height: 2;
  color: #6b6257;
  text-wrap: pretty;
}

/* ==========================================================
   由来の年代（Era）
   ========================================================== */
.era {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #ddd5c8;
}
.era-item {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  padding-block: 34px;
  border-bottom: 1px solid #ddd5c8;
}
@media screen and (max-width: 900px) {
  .era-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.era-name {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 900px) {
  .era-name {
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
  }
}
.era-name-main {
  font-family: "Zen Maru Gothic";
  font-size: 22px;
  letter-spacing: 0.06em;
  color: #1f2d4a;
}
@media screen and (max-width: 900px) {
  .era-name-main {
    font-size: 19px;
  }
}
.era-name-sub {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #6b6257;
}
.era-text {
  font-size: 15px;
  line-height: 2.15;
  text-wrap: pretty;
}

/* ==========================================================
   縁起物としての使われ方（Use）
   ========================================================== */
.use-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .use-grid {
    grid-template-columns: 1fr;
  }
}
.use-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 34px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #ddd5c8;
}
.use-title {
  font-family: "Zen Maru Gothic";
  font-size: 19px;
  letter-spacing: 0.06em;
}
.use-text {
  font-size: 14px;
  line-height: 2;
  color: #6b6257;
  text-wrap: pretty;
}

/* ==========================================================
   遊び方の手順（Step）
   ========================================================== */
.step {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .step {
    grid-template-columns: 1fr;
  }
}
.step-item {
  display: flex;
  gap: 22px;
  padding: 30px 32px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #ddd5c8;
}
.step-number {
  flex: 0 0 auto;
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  line-height: 1.2;
  color: #a3282b;
}
.step-text {
  font-size: 15px;
  line-height: 2.1;
  text-wrap: pretty;
}

/* ==========================================================
   風の目安（Wind）
   ========================================================== */
.wind {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 38px 40px;
  background: #1f2d4a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24' viewBox='0 0 48 24'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.10' stroke-width='1'%3E%3Ccircle cx='24' cy='24' r='22'/%3E%3Ccircle cx='24' cy='24' r='16'/%3E%3Ccircle cx='24' cy='24' r='10'/%3E%3Ccircle cx='24' cy='24' r='4'/%3E%3Ccircle cx='0' cy='0' r='22'/%3E%3Ccircle cx='0' cy='0' r='16'/%3E%3Ccircle cx='0' cy='0' r='10'/%3E%3Ccircle cx='0' cy='0' r='4'/%3E%3Ccircle cx='48' cy='0' r='22'/%3E%3Ccircle cx='48' cy='0' r='16'/%3E%3Ccircle cx='48' cy='0' r='10'/%3E%3Ccircle cx='48' cy='0' r='4'/%3E%3C/g%3E%3C/svg%3E");
  color: #fff;
}
@media screen and (max-width: 900px) {
  .wind {
    gap: 24px;
    padding: 28px 26px;
  }
}
.wind-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wind-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #e8b9b9;
}
.wind-value {
  font-family: "Zen Maru Gothic";
  font-size: 26px;
  letter-spacing: 0.06em;
}

/* ==========================================================
   おねがい・注意事項（Caution）
   ========================================================== */
.caution {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 44px;
  background: #fdf4f3;
  border: 1px solid #e6c3c3;
}
@media screen and (max-width: 900px) {
  .caution {
    padding: 28px 26px;
  }
}
.caution-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Zen Maru Gothic";
  font-size: 21px;
  letter-spacing: 0.08em;
  color: #a3282b;
}
@media screen and (max-width: 900px) {
  .caution-title {
    font-size: 18px;
  }
}
.caution-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.caution-item {
  position: relative;
  padding-inline-start: 22px;
  font-size: 15px;
  line-height: 2.1;
}
.caution-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  background: #a3282b;
}

/* ==========================================================
   凧あげができる場所（Place）
   ========================================================== */
.place-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .place-list {
    grid-template-columns: 1fr;
  }
}
.place-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 32px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #ddd5c8;
}
.place-name {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  letter-spacing: 0.06em;
}
.place-text {
  font-size: 14px;
  line-height: 2;
  color: #6b6257;
}

/* ==========================================================
   電話・FAXの案内（Contact Direct）
   ========================================================== */
.contact-direct {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .contact-direct {
    grid-template-columns: 1fr;
  }
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 36px 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd5c8;
}
@media screen and (max-width: 900px) {
  .contact-card {
    padding: 28px 26px;
  }
}
.contact-card-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #a3282b;
}
.contact-card-value {
  font-family: "Zen Maru Gothic";
  font-size: 29px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #1f2d4a;
}
@media screen and (max-width: 900px) {
  .contact-card-value {
    font-size: 25px;
  }
}
.contact-card {
  /* リンク要素としての hover */
}
.contact-card a.contact-card-value:hover {
  color: #a3282b;
}
.contact-card-note {
  font-size: 13px;
  line-height: 1.9;
  color: #6b6257;
}

/* ==========================================================
   お問合せフォーム（Form）
   ========================================================== */
.form {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #ddd5c8;
}
.form-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  padding-block: 28px;
  border-bottom: 1px solid #ddd5c8;
}
@media screen and (max-width: 900px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 22px;
  }
}
.form-label {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-top: 12px;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 900px) {
  .form-label {
    padding-top: 0;
  }
}
.form-required {
  padding: 3px 10px;
  font-family: "M PLUS Rounded 1c", "Zen Maru Gothic";
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #fff;
  background: #a3282b;
}
.form-optional {
  padding: 3px 10px;
  font-family: "M PLUS Rounded 1c", "Zen Maru Gothic";
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #6b6257;
  border: 1px solid #ddd5c8;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form {
  /* フォーム入力フィールド共通指定 */
}
.form-input, .form-textarea, .form-select {
  width: 100%;
  padding: 15px 18px;
  font-family: "M PLUS Rounded 1c", "Zen Maru Gothic";
  font-size: 16px;
  line-height: 1.8;
  color: #2b2723;
  background: #fff;
  border: 1px solid #ddd5c8;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: 2px solid #1f2d4a;
  outline-offset: -1px;
}
.form-textarea {
  min-height: 200px;
  resize: vertical;
}
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231f2d4a' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-inline-end: 48px;
}
.form-help {
  font-size: 13px;
  line-height: 1.9;
  color: #6b6257;
}
.form-privacy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  padding: 30px 34px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd5c8;
}
.form-privacy-text {
  font-size: 14px;
  line-height: 2;
  color: #6b6257;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}
.form-checkbox {
  width: 20px;
  height: 20px;
  accent-color: #1f2d4a;
}
.form-submit {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.form-submit-button {
  min-width: 320px;
  min-height: 64px;
  padding-inline: 40px;
  font-family: "Zen Maru Gothic";
  font-size: 17px;
  letter-spacing: 0.16em;
  color: #fff;
  background: #a3282b;
  border: 1px solid #a3282b;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.form-submit-button:hover {
  background: #8a1f22;
  border-color: #8a1f22;
}
@media screen and (max-width: 900px) {
  .form-submit-button {
    width: 100%;
    min-width: 0;
  }
}

/* ==========================================================
   アクセス（Access）
   ========================================================== */
.access-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
@media screen and (max-width: 1000px) {
  .access-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.map {
  width: 100%;
  aspect-ratio: 4/3;
  border: 1px solid #ddd5c8;
  filter: grayscale(0.2);
}

/* ==========================================================================
   Lineup Component Styles
   ========================================================================== */
.lineup {
  display: flex;
  flex-direction: column;
  gap: 72px;
  /* レスポンシブ調整（タブレット・スマホ向け） */
}
@media screen and (max-width: 900px) {
  .lineup {
    gap: 56px;
  }
}
.lineup-group {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.lineup-head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd5c8;
}
.lineup-name {
  font-family: "Zen Maru Gothic";
  font-size: 26px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .lineup-name {
    font-size: 21px;
  }
}
.lineup-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lineup-meta-tag {
  padding: 6px 14px;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #6b6257;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd5c8;
  border-radius: 10px;
}
.lineup-text {
  font-size: 16px;
  line-height: 2.1;
  text-wrap: pretty;
}
.lineup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .lineup-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .lineup-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lineup-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lineup-item-body {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.lineup-item-code {
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--color-red);
}
.lineup-item-name {
  font-size: 16px;
  line-height: 1.8;
}
.lineup-note {
  font-size: 13px;
  line-height: 1.95;
  color: #6b6257;
}

/* ==========================================================================
   Image Slot Component (画像の掲載枠)
   ========================================================================== */
.image-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border: 1px dashed #c8bfb2;
  border-radius: 15px;
}
.image-slot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-slot-label {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #1f2d4a;
}
.image-slot-note {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #9a9085;
}

/*新メールフォーム*/
.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;
}/*# sourceMappingURL=basis.css.map */