@charset "UTF-8";
/*
@useで読み込むこと
*/
/** @format */
body {
  color: #333;
}

/** @format */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/** @format */
/*
@useで読み込むこと
*/
/** @format */
/** @format */
/** @format */
/** @format */
/** @format */
/** @format */
/** @format */
/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none !important;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #dddddd;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #dddddd;
  opacity: 0.75;
}/*# sourceMappingURL=global.css.map */

/*--------------------------------
フォント指定
---------------------------------*/
.noto-serif-jp- {
  font-family:"Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


/*--------------------------------
共通部品
---------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  font-family: "Noto Serif JP", "MS PMincho", "MS Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  background-color: #FDFBF7;
  margin: 0;
}
.wrapper {
  background-color: #FDFBF7;
  margin: 0 auto;
  padding: 0 80px;
}
.top-section-inner {
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 0 100px;
  width: 100%;
  height: 140px;
  background: 
  linear-gradient(to right, #F4DDAE 0%, #FFFAF1 50%, #F4DDAE 100%) no-repeat center center;
  
  background-size: 100% 100%  ; 
  background-color: #FDFBF7;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-section-title {
  font-size: 40px;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.19em;
  padding-top: 0; 
  margin: 0;
  text-align: center;
}

.top-section-subtitle {
  font-size: 30px;
  font-weight: normal;
  color: #666666;
  letter-spacing: 0.19em;
  margin: 0;
  /* ★修正：タイトルと揃えて行間を調整 */
   line-height: 1.2;
}

@media (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }

  .top-section-inner {
    min-height: 80px;
    margin: 70px 0;
    padding: 5px 0;
    width: 100%;
    height: 60px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top-section-title {
    font-size: 24px;
    padding-top: 0;
    letter-spacing: 0.1em;
  }
  .top-section-subtitle {
    font-size: 18px;
    letter-spacing: 0.19em;
  }
}
/*--------------------------------
ヘッダー
---------------------------------*/
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;  
  height: 80px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  background-color: #F2CE84;
  transition: background-color 0.5s ease;
  padding: 0;
}

/* スクロール時の変化 */
.header-wrapper.is-scrolled {
  background-color: rgba(253, 251, 247, 0.4);
  backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  height: 80px;
  padding: 0 40px;
  box-sizing: border-box;
}
.header-inner .nav li a {
  transition: color 0.3s ease;
}
.header-inner .nav li a:hover {
  color: #9A7769;
}
.site-logo {
  z-index: 2000;
  width: 80px;
}

.site-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.nav-container {
  display: block;
  position: static;
  background:none;
  backdrop-filter: none;
}
/* PC用ナビゲーション */
ul.nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li {
  margin-left: 40px;
}

.nav li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

/* PCではハンバーガー系を隠す */
.menu-toggle,
.hamburger-
 {
  display: none;
}

/*--------------------------------
 スマホ用スタイル (768px以下)
---------------------------------*/
@media screen and (max-width: 768px) {
  /* ロゴの配置をリセットして左端に固定 */
  .site-logo {
    position: static;
    left: auto;
    width: 60px; /* スマホサイズに縮小 */
  }

  /* ハンバーガーボタンを表示 */
  .hamburger-btn {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    cursor: pointer;
    z-index: 3000;
  }

  .hamburger-btn span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.4s;
  }
  .hamburger-btn span:nth-child(1) { top: 0; }
  .hamburger-btn span:nth-child(2) { top: 10px; }
  .hamburger-btn span:nth-child(3) { top: 20px; }

  /* 1. 背景のぼかしレイヤー（画面全体） */
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(100, 100, 100, 0.8); /* 背景を暗くぼかす */
    backdrop-filter: blur(10px); 
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 2500;
  }
  .close-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* ★ メニュー（ul.nav）より下に配置して邪魔しないようにする */
    cursor: pointer;
  }
  /* 2. カード形式のメニュー本体 */
  ul.nav {
    display: flex;
    flex-direction: column;
    background-color: #fffdf9; /* カードの色 */
    padding: 40px 60px;
    border-radius: 20px; /* 角丸カード */
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    text-align: center;
    gap: 15px;
    z-index: 10;
    transform: scale(0.8); /* 少し小さくしておく */
    transition: transform 0.4s ease;
  }
  .nav li {
    margin: 0;
  }
  .nav li a {
    font-size: 18px;
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #F2CE84;
    transition: all 0.3s ease;  
  }

  /* --- ギミック：チェックが入った時 --- */
  #menu-toggle:checked ~ .nav-container {
    opacity: 1;
    visibility: visible;
  } 
  #menu-toggle:checked ~ .nav-container ul.nav {
    transform: scale(1); /* ポップアップ表示 */
  }

  /* 三本線を「×」に変形 */
  #menu-toggle:checked + .hamburger-btn span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  #menu-toggle:checked + .hamburger-btn span:nth-child(2) {
    opacity: 0;
  }
  #menu-toggle:checked + .hamburger-btn span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}

/*--------------------------------
 その他アニメーション（維持）
---------------------------------*/
.floating-logo {
  position: fixed;
  right: 40px; 
  bottom: 40px;
  width: 80px; 
  height: 80px; 
  z-index: 4000; 
 
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease; 
  pointer-events: auto; 
}
#js-floating-logo.floating-logo.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#js-floating-logo img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes fuwafuwa {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/*--------------------------------
Footerセクション
---------------------------------*/
.footer-wrapper{
  /* padding-top: 30px;
  margin: 0 auto; */
  background-color: #F2CE84;
  width: 100%;
}
.footer-inner{
  max-width: 1440px;
  height: 72px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-copyright{
  font-size: 16px;
  color: #666666;
  padding-top: 20px;
}
