@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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 {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 1px;
  --h: 1px;
  --f: 1px;
}
@media screen and (max-width: 1000px) {
  :root {
    --s: 0.1vw;
    --h: 0.1vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.14vw;
    --h: 0.12vw;
    --f: 0.21vw;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--f) * 18);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #544f4e;
  background: url(../img/_common/bg.jpg);
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

.kari img {
  display: block;
  width: 100%;
}

.footer {
  color: #fff;
  background: #544f4e;
}
.footer__container {
  position: relative;
}
.footer__logo img {
  display: block;
  width: calc(var(--f) * 90);
}
.footer__nav__item a {
  display: inline-block;
  padding: 0.15em 0;
  font-size: calc(var(--f) * 15);
  letter-spacing: 0.08em;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.footer__nav__item a:hover {
  color: #f9e825;
}
.footer__nav__item--contact a {
  padding-right: 1.5em;
  padding-left: 4em;
  color: #544f4e;
  font-weight: 700;
  background: #fff url(../img/_common/ico-contact.svg) left 1em center/1.5em auto no-repeat;
  border-radius: 999px;
}
.footer__nav__item--contact a:hover {
  color: #544f4e;
  background-color: #f9e825;
}
.footer__copyright {
  color: #d8d1d0;
  font-size: calc(var(--f) * 13);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 960.02px) {
  .footer {
    padding: calc(var(--f) * 24) calc(var(--f) * 32) calc(var(--f) * 24) calc(var(--f) * 20);
  }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__nav__item {
    margin-left: calc(var(--f) * 40);
  }
  .footer__copyright {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 10vw 7vw 6vw;
  }
  .footer__logo {
    margin-bottom: calc(var(--f) * 30);
  }
  .footer__logo img {
    width: calc(var(--f) * 110);
  }
  .footer__nav__item a {
    font-size: calc(var(--f) * 17);
  }
  .footer__nav__item--contact {
    margin-top: calc(var(--f) * 12);
    margin-bottom: calc(var(--f) * 40);
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.header__container {
  position: relative;
}
.header__logo img {
  display: block;
  width: calc(var(--f) * 105);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
body.scroll .header {
  background: #fff;
}
@media screen and (min-width: 960.02px) {
  .header {
    padding: calc(var(--f) * 18) calc(var(--f) * 24);
  }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav__btn, .header__nav__label {
    display: none;
  }
  .header__nav__wrap {
    margin-bottom: calc(var(--f) * 10);
  }
  .header__nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav__item {
    margin-left: calc(var(--f) * 40);
  }
  .header__nav__item a {
    display: inline-block;
    padding: 0.15em 0;
    font-size: calc(var(--f) * 15);
    letter-spacing: 0.08em;
    font-weight: 700;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .header__nav__item a:hover {
    color: #397933;
  }
  .header__nav__item--contact a {
    padding-right: 1.5em;
    padding-left: 4em;
    color: #fff;
    background: #544f4e url(../img/_common/ico-contact-white.svg) left 1em center/1.5em auto no-repeat;
    border-radius: 999px;
  }
  .header__nav__item--contact a:hover {
    color: #fff;
    background-color: #397933;
  }
  .header__copyright {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  body.scroll .header {
    padding-top: calc(var(--f) * 8);
    padding-bottom: calc(var(--f) * 8);
  }
  body.scroll .header__logo img {
    width: calc(var(--f) * 80);
  }
}
@media screen and (max-width: 960px) {
  .header__container {
    padding: 4vw;
  }
  .header__logo img {
    width: calc(var(--f) * 86);
  }
  .header__nav__btn {
    display: none;
  }
  .header__nav__label {
    position: absolute;
    right: 3vw;
    top: 3vw;
    z-index: 1100;
    display: block;
    width: calc(var(--f) * 60);
    aspect-ratio: 1/1;
    background: #397933;
    border: calc(var(--f) * 2) solid #fff;
    border-radius: 999px;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .header__nav__label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 36%;
    height: 2px;
    margin: auto;
    background: #fff;
    border-radius: 999px;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .header__nav__label span::before, .header__nav__label span::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .header__nav__label span::before {
    top: calc(var(--f) * -9);
  }
  .header__nav__label span::after {
    top: calc(var(--f) * 9);
  }
  .header__nav__btn:checked + .header__nav__label {
    background: transparent;
  }
  .header__nav__btn:checked + .header__nav__label span {
    background: transparent;
  }
  .header__nav__btn:checked + .header__nav__label span::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__nav__btn:checked + .header__nav__label span::after {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__nav__wrap {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100vh;
    background: rgba(84, 79, 78, 0.85);
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
  }
  .header__nav__btn:checked + .header__nav__label + .header__nav__wrap {
    opacity: 1;
    pointer-events: all;
  }
  .header__nav__item {
    padding: calc(var(--f) * 8) 0;
  }
  .header__nav__item a {
    display: block;
    padding: 0.5em 2em;
    color: #fff;
    text-align: center;
    border: calc(var(--f) * 2) solid #fff;
    border-radius: 999px;
  }
  .header__nav__item--contact a {
    background-image: url(../img/_common/ico-contact-white.svg);
    background-position: left 1em center;
    background-size: 1.5em auto;
    background-repeat: no-repeat;
  }
  body.scroll .header__container {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  body.scroll .header__logo img {
    width: calc(var(--f) * 70);
  }
}

.home-about {
  position: relative;
  overflow: hidden;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto calc(var(--s) * -136);
}
.home-about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/home/about-bg.png) center/100% 100% no-repeat;
  mix-blend-mode: multiply;
}
.home-about__container {
  position: relative;
  z-index: 10;
  width: 1220px;
  max-width: 86vw;
  padding: calc(var(--s) * 204) 0 calc(var(--s) * 275);
  margin: 0 auto;
}
.home-about__text {
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 0 calc(var(--f) * 15) rgba(84, 79, 78, 0.4);
}
.home-about__text h2 {
  margin: 0 0 calc(var(--f) * 16);
  font-size: calc(var(--f) * 24);
  font-weight: 700;
}
.home-about__text h2 img {
  position: relative;
  left: calc(var(--f) * -5);
  display: block;
  width: calc(var(--f) * 145);
  margin: 0 0 calc(var(--f) * 28);
}
@media screen and (min-width: 960.02px) {
  .home-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-about__text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: calc(var(--s) * 110);
  }
  .home-about__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 796/454;
  }
  .home-about__photo span {
    position: relative;
    position: absolute;
    overflow: hidden;
    display: block;
    border-radius: calc(var(--f) * 15);
    -webkit-box-shadow: 0 0 calc(var(--f) * 20) 0 rgba(84, 79, 78, 0.2);
            box-shadow: 0 0 calc(var(--f) * 20) 0 rgba(84, 79, 78, 0.2);
  }
  .home-about__photo span img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-about__photo span.c1 {
    left: 0;
    top: 0;
    width: 66.1%;
    height: 65.2%;
  }
  .home-about__photo span.c2 {
    left: 0;
    bottom: 0;
    width: 32.16%;
    height: 31.5%;
  }
  .home-about__photo span.c3 {
    left: 33.92%;
    bottom: 0;
    width: 32.16%;
    height: 31.5%;
  }
  .home-about__photo span.c4 {
    right: 0;
    top: 0;
    width: 32%;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .home-about__container {
    padding-top: calc(var(--s) * 140);
  }
  .home-about__text {
    margin: 0 0 calc(var(--h) * 60);
  }
  .home-about__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 10/17;
  }
  .home-about__photo span {
    position: relative;
    position: absolute;
    overflow: hidden;
    display: block;
    border-radius: calc(var(--f) * 15);
    -webkit-box-shadow: 0 0 calc(var(--f) * 20) 0 rgba(84, 79, 78, 0.2);
            box-shadow: 0 0 calc(var(--f) * 20) 0 rgba(84, 79, 78, 0.2);
  }
  .home-about__photo span img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-about__photo span.c1 {
    left: 0;
    top: 0;
    width: 100%;
    height: calc((100% - var(--f) * 15) * 0.4);
  }
  .home-about__photo span.c2 {
    left: 0;
    top: calc((100% - var(--f) * 15) * 0.4 + var(--f) * 15);
    width: calc((100% - var(--f) * 15) * 0.5);
    height: calc(((100% - var(--f) * 15) * 0.6 - var(--f) * 15) * 0.5);
  }
  .home-about__photo span.c3 {
    left: 0;
    bottom: 0;
    width: calc((100% - var(--f) * 15) * 0.5);
    height: calc(((100% - var(--f) * 15) * 0.6 - var(--f) * 15) * 0.5);
  }
  .home-about__photo span.c4 {
    right: 0;
    bottom: 0;
    width: calc((100% - var(--f) * 15) * 0.5);
    height: calc((100% - var(--f) * 15) * 0.6);
  }
}

.home-mv {
  position: relative;
  z-index: 100;
  margin: 0 0 calc(var(--h) * -96);
}
.home-mv__container {
  position: relative;
}
.home-mv__text {
  position: absolute;
  top: calc(var(--h) * 220);
  right: 0;
  left: 0;
  z-index: 200;
  display: block;
  width: 1220px;
  max-width: 86vw;
  margin: 0 auto;
}
.home-mv__text h1 {
  margin: 0 0 calc(var(--f) * 16);
  font-size: calc(var(--f) * 26);
  font-weight: 700;
}
.home-mv__text p {
  font-size: calc(var(--f) * 17);
}
@media screen and (min-width: 960.02px) {
  .home-mv__photo {
    position: relative;
    height: calc(var(--h) * 740);
  }
  .home-mv__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 960.02px) and (min-width: 1886.01px) {
  .home-mv__photo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 960px) {
  .home-mv__text {
    top: calc(var(--h) * 245);
  }
  .home-mv__text h1 {
    line-height: 1.75;
  }
}

.contact-form .required {
  display: inline-block;
  padding: 0.15em 0.5em 0 0.55em;
  margin: 0 0.5em;
  font-family: sans-serif;
  color: #fff;
  font-size: calc(var(--f) * 13);
  line-height: 1.75;
  vertical-align: middle;
  background: #544f4e;
  border-radius: calc(var(--h) * 10);
}
.contact-form__container {
  width: 900px;
  max-width: 86vw;
  padding: 0 0 calc(var(--h) * 160);
  margin: 0 auto;
}
.contact-form__form table {
  width: 100%;
}
.contact-form__form th {
  font-size: calc(var(--f) * 17);
  font-weight: 700;
  white-space: nowrap;
}
.contact-form__form input[type=text],
.contact-form__form input[type=email],
.contact-form__form input[type=tel],
.contact-form__form select,
.contact-form__form textarea {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #544f4e;
  font-size: calc(var(--f) * 17);
  background: #fff;
  border-radius: calc(var(--f) * 10);
  -webkit-box-shadow: 0 0 calc(var(--f) * 15) rgba(84, 79, 78, 0.1);
          box-shadow: 0 0 calc(var(--f) * 15) rgba(84, 79, 78, 0.1);
}
.contact-form__form .address p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 16);
}
.contact-form__form .address .address-yuubin {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 10);
}
.contact-form__form .address .address-prefectures {
  position: relative;
  width: 45%;
}
.contact-form__form .address .address-prefectures::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 16);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 8);
  height: calc(var(--f) * 8);
  margin: auto 0;
  border-right: 2px solid #397933;
  border-bottom: 2px solid #397933;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-form__form .address .address-locality {
  width: 100%;
}
.contact-form__submit {
  position: relative;
  margin: calc(var(--f) * 40) 0 0;
  text-align: center;
}
.contact-form__submit .wpcf7-submit {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 4em 0.5em 5.5em;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  font-size: calc(var(--f) * 22);
  letter-spacing: 0.5em;
  border-radius: 999px;
  background: #397933 url(../img/_common/ico-contact-white.svg) left 1em center/1.4em auto no-repeat;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.contact-form__submit .wpcf7-submit:hover {
  background-color: #544f4e;
}
.contact-form__submit .wpcf7-spinner {
  position: absolute;
  top: calc(100% + var(--f) * 12);
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .contact-form__form table {
    border-top: 1px solid #b3bdb2;
  }
  .contact-form__form th, .contact-form__form td {
    padding: calc(var(--f) * 26) 0;
    border-bottom: 1px solid #b3bdb2;
  }
  .contact-form__form th {
    padding-right: calc(var(--f) * 28);
  }
}
@media screen and (max-width: 960px) {
  .contact-form__form table {
    border-top: 1px solid #b3bdb2;
  }
  .contact-form__form th, .contact-form__form td {
    display: block;
  }
  .contact-form__form th {
    padding: calc(var(--f) * 20) 0 calc(var(--f) * 10);
  }
  .contact-form__form td {
    padding: 0 0 calc(var(--f) * 24);
    border-bottom: 1px solid #b3bdb2;
  }
}

.info-detail__container {
  width: 900px;
  max-width: 86vw;
  margin: calc(var(--h) * 160) auto calc(var(--f) * 120);
}
.info-detail__head {
  margin: 0 0 calc(var(--h) * 60);
}
.info-detail__title {
  margin: 0 0 calc(var(--f) * 10);
  font-size: calc(var(--f) * 28);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.info-detail__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #397933;
  font-size: calc(var(--f) * 16);
  white-space: nowrap;
}
.info-detail__time::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0 0 0 calc(var(--f) * 16);
  border-bottom: 1px dashed #397933;
}
.info-detail__back a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
  font-size: calc(var(--f) * 16);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.info-detail__back a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto 0;
  border-right: 2px solid #544f4e;
  border-bottom: 2px solid #544f4e;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.info-list__container {
  width: 900px;
  max-width: 86vw;
  margin: 0 auto calc(var(--f) * 120);
}
.info-list__items li {
  margin: 0 0 calc(var(--f) * 15);
}
.info-list__items a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  overflow: hidden;
  display: block;
  background: #fff;
  border-radius: calc(var(--f) * 15);
  line-height: 1.75;
  -webkit-box-shadow: 0 0 calc(var(--f) * 20) 0 rgba(84, 79, 78, 0.2);
          box-shadow: 0 0 calc(var(--f) * 20) 0 rgba(84, 79, 78, 0.2);
}
.info-list__items a:hover {
  opacity: 0.7;
}
.info-list__items a time {
  color: #397933;
  font-size: calc(var(--f) * 15);
  letter-spacing: 0.12em;
}
.info-list__more {
  text-align: right;
}
.info-list__more a {
  position: relative;
  display: inline-block;
  padding: 0 1em 0 0;
  font-size: calc(var(--f) * 16);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.info-list__more a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto 0;
  border-right: 2px solid #544f4e;
  border-bottom: 2px solid #544f4e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.info-list__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 8);
  margin: calc(var(--h) * 60) 0 0;
}
.info-list__pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 46);
  height: calc(var(--f) * 46);
  padding: 0 0 0.12em;
  border-radius: 999px;
  color: #fff;
  line-height: 1;
  background: #544f4e;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.info-list__pager .page-numbers:hover {
  background: #397933;
}
.info-list__pager .page-numbers.current {
  background: #397933;
}
.info-list__pager .page-numbers.dots {
  width: calc(var(--f) * 26);
  padding: 0 0 0.6em;
  color: #544f4e;
  background: transparent;
}
.info-list__pager .page-numbers.prev,
.info-list__pager .page-numbers.next {
  position: relative;
  padding: 0 1em;
  color: #544f4e;
  font-size: calc(var(--f) * 16);
  background: transparent;
}
.info-list__pager .page-numbers.prev::after,
.info-list__pager .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(var(--f) * 10);
  height: calc(var(--f) * 10);
  margin: auto;
  border-right: 2px solid #544f4e;
  border-bottom: 2px solid #544f4e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.info-list__pager .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 960.02px) {
  .info-list__items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: calc(var(--f) * 16) calc(var(--f) * 24);
  }
  .info-list__items a time {
    width: calc(var(--f) * 108);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .info-list__items a p {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .info-list__items a {
    padding: calc(var(--f) * 16) calc(var(--f) * 24) calc(var(--f) * 24);
  }
  .info-list__items a p {
    line-height: 1.5;
  }
}

.item-detail {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(84, 79, 78, 0.5);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.item-detail.active {
  opacity: 1;
  pointer-events: all;
}
.item-detail__container {
  position: relative;
  overflow: hidden;
  z-index: 10;
  display: none;
  width: 800px;
  max-width: 86vw;
  background: #fff;
  border-radius: calc(var(--f) * 15);
  -webkit-box-shadow: 0 0 calc(var(--f) * 20) 0 rgba(84, 79, 78, 0.2);
          box-shadow: 0 0 calc(var(--f) * 20) 0 rgba(84, 79, 78, 0.2);
}
.item-detail.item-01 .item-detail__container.item-01, .item-detail.item-02 .item-detail__container.item-02, .item-detail.item-03 .item-detail__container.item-03, .item-detail.item-04 .item-detail__container.item-04, .item-detail.item-05 .item-detail__container.item-05, .item-detail.item-06 .item-detail__container.item-06, .item-detail.item-07 .item-detail__container.item-07, .item-detail.item-08 .item-detail__container.item-08, .item-detail.item-09 .item-detail__container.item-09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-detail__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: calc(var(--f) * 10);
}
.item-detail__photo img {
  display: block;
  border: 1px solid #b3bdb2;
  border-radius: calc(var(--f) * 10);
}
.item-detail__photo input {
  display: none;
}
.item-detail__photo label {
  position: relative;
  cursor: pointer;
  width: calc((100% - var(--f) * 40) / 5);
  aspect-ratio: 1/1;
  opacity: 0.5;
}
.item-detail__photo label img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-detail__photo input:checked + label {
  opacity: 1;
}
.item-detail__photo div {
  display: none;
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.item-detail__photo input:checked + label + div {
  display: block;
}
.item-detail__text .title {
  margin: 0 0 calc(var(--f) * 6);
  font-size: calc(var(--f) * 24);
  line-height: 1.75;
  font-weight: 700;
}
.item-detail__text .price {
  margin: 0 0 calc(var(--f) * 6);
  color: #397933;
  font-size: calc(var(--f) * 26);
}
.item-detail__text .price small {
  font-size: 0.7em;
}
.item-detail__text .contents {
  margin: 0 0 calc(var(--f) * 12);
}
.item-detail__text .contents p {
  font-size: calc(var(--f) * 16);
}
.item-detail__text .size table {
  width: 100%;
}
.item-detail__text .size table th, .item-detail__text .size table td {
  font-family: sans-serif;
  font-size: calc(var(--f) * 13);
  text-align: center;
  border: 1px solid #b3bdb2;
}
.item-detail__text .size table thead th, .item-detail__text .size table thead td {
  white-space: nowrap;
  color: #fff;
  background: #544f4e;
}
.item-detail__text .size table tbody th {
  background: #edf4ec;
}
.item-detail__close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: calc(var(--f) * 48);
  aspect-ratio: 1/1;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.item-detail__close::before, .item-detail__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(var(--f) * 20);
  height: 2px;
  margin: auto;
  background: #544f4e;
}
.item-detail__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.item-detail__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.item-detail__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960.02px) {
  .item-detail__photo {
    width: calc(var(--f) * 400);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: calc(var(--f) * 20) 0 calc(var(--f) * 20) calc(var(--f) * 20);
  }
  .item-detail__text {
    width: 100%;
    padding: calc(var(--f) * 44);
  }
}
@media screen and (max-width: 960px) {
  .item-detail__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item-detail__photo {
    width: 100%;
    padding: 4vw;
  }
  .item-detail__text {
    width: 100%;
    padding: 1.5vw 7vw 7vw;
  }
}

.item-lineup__container {
  width: 900px;
  max-width: 86vw;
  margin: 0 auto calc(var(--h) * 160);
}
.item-lineup__head h2 {
  margin: 0 0 calc(var(--f) * 60);
  text-align: center;
}
.item-lineup__head h2 img {
  display: inline-block;
  width: calc(var(--f) * 320);
}
.item-lineup__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--s) * 60);
}
.item-lineup__items li {
  width: calc((100% - var(--s) * 120) / 3);
}
.item-lineup__items button {
  position: relative;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 1/1;
  padding: 0;
  border-radius: calc(var(--f) * 15);
  -webkit-box-shadow: 0 0 calc(var(--f) * 20) 0 rgba(84, 79, 78, 0.2);
          box-shadow: 0 0 calc(var(--f) * 20) 0 rgba(84, 79, 78, 0.2);
  background: none;
  border: none;
  outline: none;
  background: #fff;
}
.item-lineup__items button img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-lineup__items button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .item-lineup__head h2 {
    margin-bottom: calc(var(--f) * 30);
  }
  .item-lineup__head h2 img {
    width: calc(var(--f) * 280);
  }
  .item-lineup__items {
    gap: 4vw;
  }
  .item-lineup__items li {
    width: calc((100% - 4vw) / 2);
  }
}

.page-title {
  margin: 0 0 calc(var(--h) * 70);
}
.page-title__container {
  width: 900px;
  max-width: 86vw;
  padding: calc(var(--h) * 130) 0 0;
  margin: 0 auto;
}
.page-title__text::after {
  content: "";
  opacity: 0.7;
  display: block;
  width: calc(var(--f) * 48);
  height: calc(var(--f) * 16);
  margin: calc(var(--f) * 24) auto 0;
  background-image: radial-gradient(#397933 30%, transparent 30%);
  background-size: calc(var(--f) * 16) calc(var(--f) * 16);
}
.page-title__text h1 .ja {
  display: block;
  padding: 0 0 0 0.2em;
  font-size: calc(var(--f) * 32);
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
}
.page-title__text h1 .en {
  display: block;
  padding: 0 0 0 0.2em;
  color: #397933;
  font-size: calc(var(--f) * 22);
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  padding: 1.5em 0 0.5em;
  font-weight: 700;
}
.post h1:first-child, .post h2:first-child, .post h3:first-child, .post h4:first-child, .post h5:first-child, .post h6:first-child {
  padding-top: 0;
}
.post h1 {
  font-size: calc(var(--f) * 26);
}
.post h2 {
  font-size: calc(var(--f) * 24);
}
.post h3 {
  font-size: calc(var(--f) * 22);
}
.post h4 {
  font-size: calc(var(--f) * 20);
}
.post h5 {
  font-size: calc(var(--f) * 18);
}
.post h6 {
  font-size: calc(var(--f) * 16);
}
.post h1 + h1, .post h1 + h2, .post h1 + h3, .post h1 + h4, .post h1 + h5, .post h1 + h6, .post h2 + h1, .post h2 + h2, .post h2 + h3, .post h2 + h4, .post h2 + h5, .post h2 + h6, .post h3 + h1, .post h3 + h2, .post h3 + h3, .post h3 + h4, .post h3 + h5, .post h3 + h6, .post h4 + h1, .post h4 + h2, .post h4 + h3, .post h4 + h4, .post h4 + h5, .post h4 + h6, .post h5 + h1, .post h5 + h2, .post h5 + h3, .post h5 + h4, .post h5 + h5, .post h5 + h6, .post h6 + h1, .post h6 + h2, .post h6 + h3, .post h6 + h4, .post h6 + h5, .post h6 + h6 {
  padding-top: 0;
}
.post b, .post strong {
  font-weight: 700;
}
.post em {
  font-style: italic;
}
.post p {
  margin-bottom: 2em;
}
.post a {
  color: #397933;
  text-decoration: underline;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.post a:hover {
  color: #397933;
}
.post img {
  display: block;
  max-width: 80%;
  margin: 4em auto 2em;
}
.post ul, .post ol {
  margin-bottom: calc(var(--h) * 40);
}
.post ul li, .post ol li {
  position: relative;
  padding-left: 1.2em;
}
.post ul li::before, .post ol li::before {
  content: "○";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1em;
  color: #397933;
}
.post ul li ul, .post ul li ol, .post ol li ul, .post ol li ol {
  padding: 0.25em 0 1em;
  margin: 0;
}
.post ul li ul li, .post ul li ol li, .post ol li ul li, .post ol li ol li {
  padding-left: 1.2em;
  font-size: 0.85em;
}
.post ul li ul li::before, .post ul li ol li::before, .post ol li ul li::before, .post ol li ol li::before {
  content: "・";
}
.post ol {
  counter-reset: item;
}
.post ol > li::before {
  counter-increment: item;
  content: counter(item) ".";
}
.post dl {
  margin-bottom: calc(var(--h) * 40);
}
.post dl dt {
  position: relative;
  padding-left: calc(var(--h) * 20);
  font-weight: 700;
}
.post dl dt::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #397933;
}
.post dl dd {
  padding-left: calc(var(--h) * 20);
  margin-bottom: calc(var(--h) * 10);
  font-size: 0.85em;
}
.post .wp-block-column {
  display: block;
  margin-bottom: calc(var(--h) * 40);
}
.post .wp-block-column img {
  width: 100% !important;
  max-width: 100% !important;
}
.post .wp-block-image {
  margin-bottom: calc(var(--h) * 40);
}
.post .wp-block-image img {
  margin-bottom: calc(var(--h) * 16);
}
.post .wp-block-image figcaption {
  font-size: calc(var(--f) * 15);
  text-align: center;
}
.post .wp-block-media-text {
  text-align: center;
}
.post .wp-block-buttons {
  margin-bottom: calc(var(--h) * 40);
}
.post .wp-block-buttons a {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0.7em 2em;
  margin: 0 0 1em;
  color: #397933;
  line-height: 1.5;
  text-decoration: none;
  background: #fff;
  border: 1px solid #397933;
  border-radius: 4px;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
.post hr {
  opacity: 1;
  position: relative;
  display: block;
  margin: -1em 0 1em;
  background: rgba(84, 79, 78, 0.5);
}
.post .wp-block-table {
  margin-bottom: calc(var(--h) * 40);
}
.post .wp-block-table table {
  width: 100%;
}
.post .wp-block-table table th, .post .wp-block-table table td {
  padding: 0.5em 0.5em 0.2em;
  border: none;
  border-bottom: 1px solid rgba(84, 79, 78, 0.5);
}
.post .wp-block-table table thead th, .post .wp-block-table table thead td {
  border-bottom-width: 2px;
  font-weight: 700;
}
.post .wp-block-table table tbody th {
  font-weight: 700;
  white-space: nowrap;
}
.post .wp-block-table table tfoot th, .post .wp-block-table table tfoot td {
  border-top: 2px solid rgba(84, 79, 78, 0.5);
}
.post .wp-block-quote {
  position: relative;
  z-index: 10;
  padding: calc(var(--h) * 20);
  margin-bottom: calc(var(--h) * 40);
  background: rgba(84, 79, 78, 0.03);
}
.post .wp-block-quote::after {
  content: "❞";
  position: absolute;
  right: 0.1em;
  top: 0.05em;
  opacity: 0.5;
  opacity: 0.5;
  display: block;
  color: #397933;
  font-size: calc(var(--f) * 60);
  line-height: 1;
  font-weight: 700;
  font-style: italic;
}
.post .wp-block-quote p {
  margin-bottom: 0.5em;
}
.post .wp-block-quote cite,
.post .wp-block-quote cite a {
  font-size: calc(var(--f) * 14);
}
.post .wp-block-quote cite a {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .post .wp-block-quote::after {
    font-size: calc(var(--f) * 50);
  }
}
.post #toc_container {
  width: 100%;
  padding: calc(var(--f) * 20) calc(var(--f) * 28);
  margin-bottom: calc(var(--h) * 40);
  border: 2px solid rgba(84, 79, 78, 0.25);
  background: none;
}
.post #toc_container p.toc_title {
  margin: 0 0 calc(var(--f) * 10);
  font-weight: 700;
}
.post #toc_container ul.toc_list {
  margin: 0;
  font-size: calc(var(--f) * 15);
}
.post #toc_container ul.toc_list li {
  padding-left: 0;
  margin: 0 0 0.25em;
}
.post #toc_container ul.toc_list li::before {
  display: none;
}
.post #toc_container ul.toc_list a {
  color: #544f4e;
}
.post #toc_container ul.toc_list ul {
  margin-bottom: 0.5em;
  font-size: 0.95em;
  opacity: 0.9;
}