@charset "UTF-8";
/* ============================================================
// style.scss (Webサイト基本設定)
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// SCSS Imports
------------------------------------------------------------ */
/* ============================================================
// style reset
============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

/* ============================================================
// common.scss（共通設定）
============================================================ */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.google-maps iframe {
  vertical-align: bottom;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
@supports not (aspect-ratio: 16/9) {
  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all 0.4s ease;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop.is-show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  a[href^="tel:"]:active {
    opacity: 0.6;
  }
}
@media print {
  a[href^="tel:"] {
    text-decoration: none;
  }
}

.error-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.error-page footer {
  margin-top: auto;
}
.error-page main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-page main .link-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(30px, 2.8169014085vw + 19.4366197183px, 60px);
}

.notice-banner {
  text-align: center;
  margin-bottom: clamp(60px, 3.7558685446vw + 45.9154929577px, 100px);
}
.notice-banner img {
  max-width: 660px;
  width: 100%;
  display: inline-block;
}

/* ============================================================
// header.scss (Webサイト基本設定)
============================================================ */
/* ------------------------------------------------------------
// design parts
------------------------------------------------------------ */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(80px, 5.9435364042vw + 34.4130757801px, 120px);
  padding: 0 clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}
header .logo {
  width: clamp(146px, 8.0237741456vw + 84.4576523031px, 200px);
}
header .nav-link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 3.5661218425vw + -11.3521545319px, 40px);
}
header .nav-link nav.nav-pc ul {
  display: flex;
  gap: clamp(16px, 3.5661218425vw + -11.3521545319px, 40px);
}
header .nav-link nav.nav-pc ul li a {
  font-family: "EB Garamond", serif;
  font-size: clamp(18px, 0.8915304606vw + 11.161961367px, 24px);
  font-weight: 700;
  color: #027f66;
  letter-spacing: 0.04em;
}
header .nav-link .search-btn {
  display: flex;
  display: none; /* 20260803 */ 
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(15px, 0.1485884101vw + 13.8603268945px, 16px);
  font-weight: 700;
  color: #026652;
  line-height: 1.2;
  width: clamp(160px, 7.132243685vw + 105.2956909361px, 208px);
  height: clamp(36px, 1.7830609212vw + 22.323922734px, 48px);
  border: 2px solid #026652;
  border-radius: clamp(18px, 0.8915304606vw + 11.161961367px, 24px);
}
header .nav-link .search-btn img {
  width: 14px;
  height: 14px;
  margin-right: clamp(4px, 0.5943536404vw + -0.558692422px, 8px);
}
@media screen and (max-width: 991px) {
  header .nav-link .search-btn span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .nav-link {
    display: none;
  }
}

/* ------------------------------------------------------------
// スクロール固定（iOS対応版）
------------------------------------------------------------ */
body.is-menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

/* ------------------------------------------------------------
// ハンバーガー（丸＋フォーカス枠なし）
------------------------------------------------------------ */
.hamburger {
  display: none;
  position: fixed;
  top: 24px;
  right: 26px;
  z-index: 100;
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  transition: background-color 0.25s ease;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.hamburger:focus, .hamburger:focus-visible {
  outline: none;
}
.hamburger .hamburger-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 2px;
  background: #027f66;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}
.hamburger .hamburger-bar.hamburger-bar-top {
  transform: translate(-50%, -50%) translateY(-8px);
}
.hamburger .hamburger-bar.hamburger-bar-mid {
  transform: translate(-50%, -50%);
}
.hamburger .hamburger-bar.hamburger-bar-bot {
  transform: translate(-50%, -50%) translateY(8px);
}
.hamburger.is-open .hamburger-bar-top {
  animation: ham-open-top 0.6s ease forwards;
}
.hamburger.is-open .hamburger-bar-mid {
  animation: ham-open-mid 0.6s ease forwards;
}
.hamburger.is-open .hamburger-bar-bot {
  animation: ham-open-bot 0.6s ease forwards;
}
.hamburger.is-closing .hamburger-bar-top {
  animation: ham-close-top 0.6s ease forwards;
}
.hamburger.is-closing .hamburger-bar-mid {
  animation: ham-close-mid 0.6s ease forwards;
}
.hamburger.is-closing .hamburger-bar-bot {
  animation: ham-close-bot 0.6s ease forwards;
}

@keyframes ham-open-top {
  0% {
    transform: translate(-50%, -50%) translateY(-8px) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes ham-open-mid {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ham-open-bot {
  0% {
    transform: translate(-50%, -50%) translateY(8px) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@keyframes ham-close-top {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) translateY(-8px) rotate(0);
  }
}
@keyframes ham-close-mid {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ham-close-bot {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) translateY(8px) rotate(0);
  }
}
/* ------------------------------------------------------------
// SPナビゲーション
------------------------------------------------------------ */
.global-nav {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: #d3e493;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
  pointer-events: none;
}
.global-nav.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
  overscroll-behavior: contain;
}
.global-nav .global-nav-logo {
  position: absolute;
  top: 0;
  left: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  display: flex;
  align-items: center;
  height: clamp(80px, 5.9435364042vw + 34.4130757801px, 120px);
}
.global-nav .global-nav-logo img {
  width: 146px;
}
.global-nav .global-nav-inner {
  overscroll-behavior: contain;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 160px 24px 40px;
  display: block;
}
.global-nav .global-nav-inner::-webkit-scrollbar {
  display: none;
}
.global-nav .global-nav-inner .global-nav-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  list-style: none;
  text-align: left;
  margin-bottom: 48px;
}
.global-nav .global-nav-inner .global-nav-list a {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 28px;
  font-weight: 700;
  color: #027f66;
  text-align: center;
  text-decoration: none;
}
.global-nav .global-nav-inner .search-btn {
  display: flex;
  display: none; /* 20260803 */
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  color: #026652;
  line-height: 1.2;
  width: 280px;
  height: 56px;
  margin-inline: auto;
  border: 2px solid #026652;
  border-radius: 28px;
}
.global-nav .global-nav-inner .search-btn img {
  width: 14px;
  height: 14px;
}

/* ============================================================
// footer（フッター共通）
============================================================ */
.footer-wrap {
  padding: 32px 24px;
  background: #027f66;
}
.footer-wrap ul.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.footer-wrap ul.footer-nav li a {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.footer-wrap ul.sns-link {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-block: 32px;
}
.footer-wrap ul.sns-link li a {
  display: block;
  color: #ffffff;
}
.footer-wrap ul.sns-link li a img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .footer-wrap ul.sns-link {
    margin-block: 40px;
  }
}
.footer-wrap .copyright {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ============================================================
// utility.scss (.u-xxxx)
// HTMLに直接付与して、見た目を強制上書きする単機能クラス群
============================================================ */
/* ------------------------------------------------------------
// レイアウト
------------------------------------------------------------ */
.u-center {
  display: block !important;
  text-align: center !important;
  justify-content: center !important;
  margin-inline: auto !important;
}
.u-center img {
  margin-inline: auto !important;
}

.u-spacer {
  height: clamp(60px, 5.6338028169vw + 38.8732394366px, 120px) !important;
}

/* ------------------------------------------------------------
// 表示切り替え
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}

/* ------------------------------------------------------------
// テキスト設定
------------------------------------------------------------ */
.u-txt-red {
  color: #d7000f !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

.u-single-line {
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.u-stack-text > * + * {
  margin-top: 1.5em !important;
}

/* ------------------------------------------------------------
// その他
------------------------------------------------------------ */
.u-clickable {
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.u-shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

@media screen and (max-width: 767px) {
  .u-reverse-sp {
    flex-direction: column-reverse !important;
  }
}

/* ------------------------------------------------------------
// body
------------------------------------------------------------ */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(15px, 0.0938967136vw + 14.6478873239px, 16px);
  color: #26291a;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  background: #f2f7df;
}

body.top {
  background: #d3e493 none;
}

/* ------------------------------------------------------------
// font
------------------------------------------------------------ */
.font-en {
  font-family: "EB Garamond", serif;
}

.font-mincho {
  font-family: "Zen Old Mincho", serif;
}

/* ------------------------------------------------------------
// link button
------------------------------------------------------------ */
a,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

a.link-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  width: 100%;
  max-width: 320px;
  height: 56px;
  background: #026652;
  border-radius: 28px;
  transition: 0.3s;
}
a.link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  rotate: 45deg;
  transition: transform 0.3s, right 0.3s;
}
a.link-btn:hover::after {
  right: 18px;
}

/* ------------------------------------------------------------
// content wrap - box
------------------------------------------------------------ */
.content-large {
  width: 100%;
  max-width: 1128px;
  margin-block: clamp(24px, 2.2535211268vw + 15.5492957746px, 48px) clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
  margin-inline: auto;
  padding-inline: 24px;
}

.content-small {
  width: 100%;
  max-width: 968px;
  margin-block: clamp(24px, 2.2535211268vw + 15.5492957746px, 48px) clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
  margin-inline: auto;
  padding-inline: 24px;
}

/* ------------------------------------------------------------
// pankuzu - pager
------------------------------------------------------------ */
ul.pankuzu-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 0 clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}
ul.pankuzu-nav li {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  color: #270f00;
}
ul.pankuzu-nav li a {
  font-size: 14px;
  color: #014c3d;
  line-height: 1.2;
  text-decoration: none;
}
ul.pankuzu-nav li a:hover {
  text-decoration: underline;
}
ul.pankuzu-nav li:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border: solid #026652;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  ul.pankuzu-nav {
    display: none;
  }
}

/* ------------------------------------------------------------
// content title
------------------------------------------------------------ */
.content-ttl-center {
  text-align: center;
  margin-bottom: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
}
.content-ttl-center h1 {
  position: relative;
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: clamp(64px, 1.5023474178vw + 58.3661971831px, 80px);
  font-weight: 500;
  color: #027f66;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.content-ttl-center h1 span {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(18px, 0.5633802817vw + 15.8873239437px, 24px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 24px 0 0 0;
}
.content-ttl-center h1 img {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
}
@media screen and (max-width: 767px) {
  .content-ttl-center h1 span {
    line-height: 1;
  }
}

.content-shop-ttl-center {
  text-align: center;
  margin-bottom: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}
.content-shop-ttl-center h1 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-inline: 120px;
}
.content-shop-ttl-center h1 .shop-name {
  display: block;
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  color: #027f66;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 40px;
}
.content-shop-ttl-center h1 .leaf-icon {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
}
.content-shop-ttl-center h1 .line-btn {
  position: absolute;
  right: 0;
  bottom: 8px;
  display: block;
}
.content-shop-ttl-center h1 .line-btn img {
  width: clamp(100px, 8.0237741456vw + 38.4576523031px, 154px);
}
@media screen and (max-width: 767px) {
  .content-shop-ttl-center h1 {
    padding-inline: 0;
  }
  .content-shop-ttl-center h1 .shop-name {
    line-height: 1.2;
  }
  .content-shop-ttl-center h1 .line-btn {
    position: static;
    margin-top: 24px;
  }
  .content-shop-ttl-center h1 .line-btn img {
    width: 154px;
    margin-inline: auto;
  }
}

/* ------------------------------------------------------------
// category select list
------------------------------------------------------------ */
.category-select-list {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.5023474178vw + 2.3661971831px, 24px);
  margin-bottom: 40px;
}
.category-select-list li {
  display: flex;
  width: calc(50% - clamp(4px, 0.7511737089vw + 1.1830985915px, 12px));
}
.category-select-list li a,
.category-select-list li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(16px, 0.3755868545vw + 14.5915492958px, 20px);
  font-weight: 700;
  line-height: 1.2;
  color: #014c3d;
  width: 100%;
  max-width: 528px;
  padding-block: 16px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.category-select-list li a.current, .category-select-list li a:hover,
.category-select-list li .current.current,
.category-select-list li .current:hover {
  opacity: 1;
  color: #26291a;
  background: #d3e493;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .category-select-list li a,
  .category-select-list li .current {
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
  }
}

/* ------------------------------------------------------------
// news list
------------------------------------------------------------ */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-list li {
  width: 100%;
}
.news-list li a {
  position: relative;
  display: block;
  padding: 24px clamp(70px, 0.9389671362vw + 66.4788732394px, 80px) 24px clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.news-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(32px, 0.7511737089vw + 29.1830985915px, 40px);
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: 3px solid #026652;
  border-right: 3px solid #026652;
  transition: right 0.3s ease;
}
.news-list li a:hover::after {
  right: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
}
.news-list li a .news-date {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 700;
  color: #027f66;
}
.news-list li a .news-ttl {
  font-size: clamp(18px, 0.5633802817vw + 15.8873239437px, 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-block: 12px 16px;
}
.news-list li a .news-txt {
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  font-weight: 500;
  line-height: 1.65;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .news-list li a .news-txt {
    line-height: 1.4;
  }
}

/* ------------------------------------------------------------
// post
------------------------------------------------------------ */
.post-wrap {
  padding: clamp(40px, 0.7511737089vw + 37.1830985915px, 48px) clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
  background: #ffffff;
  border-radius: 24px;
}
.post-wrap .post-header {
  margin-bottom: clamp(24px, 2.2535211268vw + 15.5492957746px, 48px);
  padding-bottom: clamp(24px, 2.2535211268vw + 15.5492957746px, 48px);
  border-bottom: 1px solid #b3d9d1;
}
.post-wrap .post-header .post-ttl {
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.post-wrap .post-header .post-date {
  font-family: "EB Garamond", serif;
  font-size: clamp(18px, 0.5633802817vw + 15.8873239437px, 24px);
  font-weight: 700;
  color: #027f66;
  letter-spacing: 0.04em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .post-wrap .post-header .post-ttl {
    list-style: 1.2;
  }
  .post-wrap .post-header .post-date {
    letter-spacing: 0;
  }
}
.post-wrap .post-body h3 {
  font-size: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  font-weight: 700;
  color: #027f66;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-block: 32px;
}
.post-wrap .post-body h4 {
  font-size: clamp(18px, 0.1877934272vw + 17.2957746479px, 20px);
  font-weight: 700;
  color: #26291a;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-block: 24px;
  padding-left: 8px;
  border-left: 2px solid #027f66;
  border-radius: 1px;
}
.post-wrap .post-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  margin-block: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
}
.post-wrap .post-body .post-note {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 1.4;
  margin-block: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
}
.post-wrap .post-body ul {
  list-style: none;
  margin-block: 24px;
}
.post-wrap .post-body ul li {
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  line-height: 1.65;
  position: relative;
  padding-left: 1.5em;
}
.post-wrap .post-body ul li::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.8em;
  width: 4px;
  height: 4px;
  background: #231815;
  border-radius: 50%;
}
.post-wrap .post-body ol {
  list-style: none;
  margin-block: 24px;
  padding-left: 0;
  counter-reset: my-counter;
}
.post-wrap .post-body ol li {
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  line-height: 1.65;
  position: relative;
  padding-left: 1.5em;
  counter-increment: my-counter;
}
.post-wrap .post-body ol li::before {
  content: counter(my-counter) ".";
  position: absolute;
  left: 0.4em;
  top: 0;
  font-weight: 700;
  color: #231815;
}
.post-wrap .post-body .post-img {
  width: 100%;
  max-width: 650px;
  margin-block: clamp(24px, 2.2535211268vw + 15.5492957746px, 48px);
  margin-inline: auto;
}
.post-wrap .post-body .post-img .post-img-caption {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 1.4;
  margin-top: 8px;
}
.post-wrap .post-body a {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  margin-block: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #014c3d;
  line-height: 1.65;
  text-decoration: underline;
  transition: opacity 0.3s;
  /* 通常矢印 */
  /* blank のとき：矢印を完全に消してアイコン表示 */
  /* pdf のとき：矢印を完全に消してアイコン表示 */
}
.post-wrap .post-body a:hover {
  text-decoration: underline;
}
.post-wrap .post-body a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border: solid #014c3d;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.post-wrap .post-body a[target=_blank]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 2px;
  border: 0;
  transform: none;
  background: url("../img/ic-blank.png") no-repeat center/contain;
}
.post-wrap .post-body a[href$=".pdf"]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 2px;
  border: 0;
  transform: none;
  background: url("../img/ic-pdf.png") no-repeat center/contain;
}
.post-wrap .post-body .post-flex-two {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 650px;
  margin-inline: auto;
}
.post-wrap .post-body .post-spacer-10 {
  height: 10px;
}
.post-wrap .post-body .post-spacer-20 {
  height: 20px;
}
.post-wrap .post-body .post-spacer-30 {
  height: 30px;
}
.post-wrap .post-body .post-spacer-40 {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .post-wrap .post-body .post-flex-two {
    flex-direction: column;
    gap: 0;
  }
}

/* ------------------------------------------------------------
// pager
------------------------------------------------------------ */
.pager-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  margin-top: clamp(32px, 3.0046948357vw + 20.7323943662px, 64px);
  padding-inline: 20px;
}
.pager-area a {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  color: #026652;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.pager-area a:hover {
  opacity: 0.7;
}
.pager-area a::before, .pager-area a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #026652;
  border-width: 2px 2px 0 0;
}
.pager-area a:not(.prev):not(.next) {
  justify-content: center;
  width: clamp(240px, 7.5117370892vw + 211.8309859155px, 320px);
  height: 56px;
  border: 2px solid #026652;
  border-radius: 100vh;
}
.pager-area a:not(.prev):not(.next)::before, .pager-area a:not(.prev):not(.next)::after {
  display: none;
}
.pager-area a:not(.prev):not(.next):hover {
  background-color: #026652;
  color: #fff;
  opacity: 1;
}
.pager-area a.prev::before {
  margin-right: clamp(8px, 3.0046948357vw + -3.2676056338px, 40px);
  transform: rotate(-135deg);
}
.pager-area a.prev::after {
  display: none;
}
.pager-area a.next::before {
  display: none;
}
.pager-area a.next::after {
  margin-left: clamp(8px, 3.0046948357vw + -3.2676056338px, 40px);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .pager-area {
    position: relative;
    margin-bottom: 96px;
  }
  .pager-area a:not(.prev):not(.next) {
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 376px) {
  .pager-area a:not(.prev):not(.next) {
    width: 100%;
  }
}