@charset "UTF-8";
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
img {
  display: block;
  width: 100%;
  height: auto;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box !important;
}
*:not(i) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #323232;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #323232 !important;
  z-index: 1;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: flex;
  position: initial;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #AD7978;
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: bold;
  color: #AD7978;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-button-prev::before {
  content: "\f359";
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-next::before {
  content: "\f35a";
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.pages {
  border: initial;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  color: white;
  background-color: #000000;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
img {
  display: block;
  width: 100%;
  height: auto;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box !important;
}
*:not(i) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #323232;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #323232 !important;
  z-index: 1;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: flex;
  position: initial;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #AD7978;
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: bold;
  color: #AD7978;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-button-prev::before {
  content: "\f359";
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-next::before {
  content: "\f35a";
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.pages {
  border: initial;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  color: white;
  background-color: #000000;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
img {
  display: block;
  width: 100%;
  height: auto;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box !important;
}
*:not(i) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #323232;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #323232 !important;
  z-index: 1;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: flex;
  position: initial;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #AD7978;
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: bold;
  color: #AD7978;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-button-prev::before {
  content: "\f359";
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-next::before {
  content: "\f35a";
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.pages {
  border: initial;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  color: white;
  background-color: #000000;
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-disp--SP {
    display: none;
  }
}
.p-disp--PC {
  display: none;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-disp--PC {
    display: block;
  }
}
.p-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #323232;
  font-size: clamp(14px, 1.8229vw, 16px);
}

.p-button > a,
.p-button > span {
  display: inline-flex;
  gap: 5px;
  justify-content: center;
  position: relative;
  padding: 10px 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 40px;
  border: 3px solid #323232;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a,
  .p-button > span {
    width: auto;
  }
}
.p-button:hover > a,
.p-button:hover > span {
  opacity: 1 !important;
}

.p-newsList {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-newsList .l-news__list__item {
  border-bottom: 1px solid #323232;
}
.p-newsList .l-news__list__item > a {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-newsList .l-news__list__item > a {
    flex-direction: initial;
    align-items: center;
    gap: 60px;
  }
}
.p-newsList .l-news__list__item > a * {
  font-size: clamp(12px, 1.5625vw, 16px);
}
.p-newsList .l-news__list__item > a time {
  flex: 1;
  font-weight: bold;
}
.p-newsList .l-news__list__item > a span {
  width: 100%;
  text-align: left;
}

body {
  position: relative;
  background-color: #FFF8E0;
  /* =========================================================
  その他
  =========================================================*/
}
body::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s;
  z-index: 21;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.js-active::before {
    display: block;
  }
}
body .l-header .l-header__bar,
body .l-header.is-fixed .l-header__bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #F2E8C6;
  z-index: 22;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__bar,
  body .l-header.is-fixed .l-header__bar {
    height: 60px;
    z-index: 20;
  }
}
body .l-header .l-header__bar .l-header__bar__logo,
body .l-header.is-fixed .l-header__bar .l-header__bar__logo {
  width: calc(100% - 120px);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body .l-header .l-header__bar .l-header__bar__logo a,
body .l-header.is-fixed .l-header__bar .l-header__bar__logo a {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 15px;
  text-align: center;
}
body .l-header .l-header__bar .l-header__bar__logo a > img,
body .l-header.is-fixed .l-header__bar .l-header__bar__logo a > img {
  display: grid;
  place-items: center;
  place-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
}
body .l-header .l-header__hamburger,
body .l-header.is-fixed .l-header__hamburger {
  position: fixed;
  left: 0;
  top: 0;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  z-index: 23;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__hamburger,
  body .l-header.is-fixed .l-header__hamburger {
    width: 60px;
    height: 60px;
  }
}
body .l-header .l-header__hamburger > div,
body .l-header.is-fixed .l-header__hamburger > div {
  position: relative;
  width: 24px;
  height: 14px;
}
body .l-header .l-header__hamburger > div > span,
body .l-header.is-fixed .l-header__hamburger > div > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #323232;
  transition: all 0.2s;
}
body .l-header .l-header__hamburger > div > span:first-child,
body .l-header.is-fixed .l-header__hamburger > div > span:first-child {
  top: 0;
}
body .l-header .l-header__hamburger > div > span:nth-child(2),
body .l-header.is-fixed .l-header__hamburger > div > span:nth-child(2) {
  top: 50%;
  translate: 0 -50%;
}
body .l-header .l-header__hamburger > div > span:last-child,
body .l-header.is-fixed .l-header__hamburger > div > span:last-child {
  bottom: 0;
}
body .l-header .l-header__hamburger.js-active > div > span:first-child,
body .l-header.is-fixed .l-header__hamburger.js-active > div > span:first-child {
  top: 44.5%;
  rotate: 45deg;
}
body .l-header .l-header__hamburger.js-active > div > span:nth-child(2),
body .l-header.is-fixed .l-header__hamburger.js-active > div > span:nth-child(2) {
  opacity: 0;
}
body .l-header .l-header__hamburger.js-active > div > span:last-child,
body .l-header.is-fixed .l-header__hamburger.js-active > div > span:last-child {
  bottom: 44.5%;
  rotate: -45deg;
}
body .l-header .l-header__nav,
body .l-header.is-fixed .l-header__nav {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #F2E8C6;
  pointer-events: none;
  transition: all 0.2s;
  z-index: 22;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__nav,
  body .l-header.is-fixed .l-header__nav {
    top: initial;
    width: auto;
    padding-top: 80px;
    translate: -100% 0;
  }
}
body .l-header .l-header__nav > ul,
body .l-header.is-fixed .l-header__nav > ul {
  height: 100%;
}
body .l-header .l-header__nav > ul .l-header__nav__item > a,
body .l-header .l-header__nav > ul .l-header__nav__item > p,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item > a,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item > p {
  display: grid;
  height: 100%;
  padding: 20px 20px 20px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: 0.075em;
}
body .l-header .l-header__nav > ul .l-header__nav__item > a > span,
body .l-header .l-header__nav > ul .l-header__nav__item > p > span,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item > a > span,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item > p > span {
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: bold;
}
body .l-header .l-header__nav > ul .l-header__nav__item#l-header__nav__item--contact,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item#l-header__nav__item--contact {
  background-color: #AD7978;
}
body .l-header .l-header__nav > ul .l-header__nav__item#l-header__nav__item--contact a,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item#l-header__nav__item--contact a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: white;
}
body .l-header .l-header__nav > ul .l-header__nav__item#l-header__nav__item--contact a::before,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item#l-header__nav__item--contact a::before {
  display: block;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div.is-active,
  body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div.is-active {
    opacity: 1;
    pointer-events: visible;
  }
}
body .l-header .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div > ul,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div > ul {
  max-width: 1532px;
  margin-left: auto;
  margin-right: auto;
}
body .l-header .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div > ul > li,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div > ul > li {
  flex: 1;
}
body .l-header .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div > ul > li > a,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div > ul > li > a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div > ul > li > a,
  body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div > ul > li > a {
    padding: 10px 10px 10px 0;
  }
}
body .l-header .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div > ul > li > a > p,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > div > ul > li > a > p {
  text-align: center;
  font-size: clamp(20px, 2.6041vw, 32px);
}
body .l-header .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > p.is-active > span::after,
body .l-header.is-fixed .l-header__nav > ul .l-header__nav__item.l-header__nav__item--mega > p.is-active > span::after {
  rotate: -180deg;
}
body .l-header .l-header__nav.js-active,
body .l-header.is-fixed .l-header__nav.js-active {
  opacity: 1;
  pointer-events: visible;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__nav.js-active,
  body .l-header.is-fixed .l-header__nav.js-active {
    translate: 0 0;
  }
}
body .l-footer {
  background-color: #F2E8C6;
}
body .l-footer .l-footer__wrap {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}
body .l-footer .l-footer__wrap > * {
  flex: 1;
}
body .l-footer .l-footer__wrap .l-footer__logo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .l-footer .l-footer__wrap .l-footer__nav > ul > li {
  line-height: 2;
}
body .l-footer .l-footer__wrap .l-footer__nav > ul > li > a {
  font-size: clamp(18px, 2.3437vw, 24px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
body .l-main {
  overflow-x: hidden !important;
}
body .l-main .l-breadcrumbs {
  display: none;
  gap: 12px;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 15px 30px;
  font-size: 12px;
  color: white;
}
@media screen and (min-width: 768px) {
  body .l-main .l-breadcrumbs {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-breadcrumbs {
    margin-top: 0;
  }
}
body .l-main .l-breadcrumbs span {
  position: relative;
}
body .l-main .l-breadcrumbs span a {
  color: #06183E;
}
body .l-main .l-breadcrumbs span .current-item {
  color: #595757;
}
body .l-main .l-breadcrumbs span:not(:last-of-type)::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -15px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: rotate(45deg);
}
body .l-main .l-contents {
  padding-top: 50px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-contents {
    padding-top: 60px;
  }
}
body .l-main .l-contents .l-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-contents .l-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body .l-main .l-contents .l-section .l-section__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  body .l-main .l-contents .l-section .l-section__inner {
    max-width: 1532px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-contents .l-section .l-section__inner {
    padding-left: 130px;
    padding-right: 130px;
  }
}
body .l-main .l-contents .l-section__title, body.page.news .l-wrap .l-main .l-contents h1 {
  margin-bottom: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(17px, 2.2135vw, 36px);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
body .l-main .l-contents .l-section__lead {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
body .l-main .l-contents .l-section__lead span {
  display: inline-block;
  text-align: justify;
  line-height: 2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
body .l-main .l-contents .l-section__parts:not(:last-child), body .l-main .l-contents .l-section__parts:not(:last-of-type) {
  margin-bottom: 30px;
}
body .l-main .l-contents .l-hero {
  padding-top: initial;
  padding-bottom: initial;
  height: 400px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-contents .l-hero {
    height: calc(100vh - 60px);
  }
}
body .l-main .l-contents .l-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .l-wrap .l-main .l-contents .l-hero .l-hero__slide {
  height: 100%;
}
body.home .l-wrap .l-main .l-contents .l-about {
  text-align: center;
}
body.home .l-wrap .l-main .l-contents .l-locations {
  background-color: #F2E8C6;
}
body.home .l-wrap .l-main .l-contents .l-locations .l-location__slide {
  overflow: visible;
}
body.home .l-wrap .l-main .l-contents .l-locations .l-location__slide .l-location__slide__item {
  text-align: center;
}
body.home .l-wrap .l-main .l-contents .l-locations .l-location__slide .l-location__slide__item figure {
  height: 350px;
}
body.home .l-wrap .l-main .l-contents .l-locations .l-location__slide .l-location__slide__item figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .l-wrap .l-main .l-contents .l-locations .l-location__slide .l-location__slide__item a {
  font-size: 12px !important;
}
body.home .l-wrap .l-main .l-contents .l-locations .l-location__slide .l-location__slide__item h3 {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.home .l-wrap .l-main .l-contents .l-locations .l-location__slide .l-location__slide__item h3 a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px !important;
}
body.home .l-wrap .l-main .l-contents .l-locations .l-location__slide .l-location__slide__item p {
  margin-bottom: 10px;
}
body.home .l-wrap .l-main .l-contents .l-news {
  text-align: center;
}
body.page .l-wrap .l-main {
  padding-top: 50px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page .l-wrap .l-main {
    padding-top: 60px;
  }
}
body.page .l-wrap .l-main .l-contents {
  padding-top: initial;
  padding-bottom: initial;
}
body.page#aboutus .l-wrap .l-main {
  padding-top: 50px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page#aboutus .l-wrap .l-main {
    padding-top: 60px;
  }
}
body.page#aboutus .l-wrap .l-main .l-contents {
  padding-top: initial;
  padding-bottom: initial;
}
body.page#aboutus .l-wrap .l-main .l-contents .l-hero {
  position: relative;
}
body.page#aboutus .l-wrap .l-main .l-contents .l-hero p {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 500px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(23px, 2.9947vw, 36px);
  text-align: center;
  line-height: 1.2;
}
body.page#aboutus .l-wrap .l-aboutus__wrapper {
  position: relative;
  background: #FFF8E0;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page#aboutus .l-wrap .l-aboutus__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents {
    width: 50vw;
  }
}
body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div {
  padding-top: 10vh;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div {
    padding-top: 30vh;
  }
}
body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div:not(:first-child) {
  padding-bottom: 15vh;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div:not(:first-child) {
    padding-bottom: 30vh;
  }
}
body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div > div > * {
  text-align: center;
}
body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div > div > h2, body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div > div h3 {
  margin-bottom: 60px;
}
body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div > div > h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(17px, 2.2135vw, 20px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div > div > h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(17px, 2.2135vw, 20px);
  font-weight: bold;
  line-height: 1.6;
}
body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div > div > figure {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div > div > figure {
    display: none;
  }
}
body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div > div > p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(13px, 1.6927vw, 16px);
  line-height: 1.6;
}
body.page#aboutus .l-wrap .l-aboutus__wrapper .l-aboutus__contents > div > div > p:not(:last-child) {
  margin-bottom: 30px;
}
body.page#aboutus .l-wrap .l-aboutus__images {
  display: none;
  width: 50vw;
  height: 100vh;
  align-items: center;
  position: sticky;
  position: -webkit-sticky; /*Safari用*/
  top: 0;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page#aboutus .l-wrap .l-aboutus__images {
    display: flex;
  }
}
body.page#aboutus .l-wrap .l-aboutus__images p {
  width: calc(100% - 120px);
  height: calc(100% - 300px);
  margin: auto;
  display: block;
  visibility: hidden;
  background: #5bd2d2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.8s !important;
  opacity: 0;
}
body.page#aboutus .l-wrap .l-aboutus__images p:first-child, body.page#aboutus .l-wrap .l-aboutus__images p.active {
  visibility: visible;
  opacity: 1;
}
body.page#aboutus .l-wrap .l-aboutus__images p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page.shop .l-wrap .l-main .l-contents .l-hero {
  display: flex;
  flex-direction: column;
  padding-top: initial;
  padding-bottom: initial;
  height: calc(100vh - 50px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page.shop .l-wrap .l-main .l-contents .l-hero {
    flex-direction: initial;
  }
}
body.page.shop .l-wrap .l-main .l-contents .l-hero > * {
  flex: 1;
}
body.page.shop .l-wrap .l-main .l-contents .l-hero > figure img {
  height: 100%;
  object-fit: cover;
}
body.page.shop .l-wrap .l-main .l-contents .l-hero > div {
  display: grid;
  place-items: center;
  place-content: center;
  text-align: center;
  gap: 30px;
}
body.page.shop .l-wrap .l-main .l-contents .l-hero > div > h1 {
  font-size: clamp(23px, 2.9947vw, 36px);
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
body.page.shop .l-wrap .l-main .l-contents .l-hero > div > p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(14px, 1.8229vw, 16px);
  line-height: 1.6;
}
body.page.shop .l-wrap .l-main .l-contents .l-information {
  background-color: #F2E8C6;
}
body.page.shop .l-wrap .l-main .l-contents .l-information .l-information__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body.page.shop .l-wrap .l-main .l-contents .l-information .l-information__items .l-information__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page.shop .l-wrap .l-main .l-contents .l-information .l-information__items .l-information__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px 40px;
  }
}
body.page.shop .l-wrap .l-main .l-contents .l-information .l-information__items .l-information__item > h3 {
  grid-row: 2/3;
  order: 2;
  font-size: clamp(17px, 2.2135vw, 20px);
  font-weight: bold;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
body.page.shop .l-wrap .l-main .l-contents .l-information .l-information__items .l-information__item > h3 time {
  display: block;
  font-size: clamp(14px, 1.8229vw, 16px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
body.page.shop .l-wrap .l-main .l-contents .l-information .l-information__items .l-information__item > figure {
  grid-row: 1/6;
  order: 1;
}
body.page.shop .l-wrap .l-main .l-contents .l-information .l-information__items .l-information__item > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page.shop .l-wrap .l-main .l-contents .l-information .l-information__items .l-information__item > p {
  grid-row: 3/4;
  order: 3;
  font-size: clamp(13px, 1.6927vw, 16px) !important;
}
body.page.shop .l-wrap .l-main .l-contents .l-information .l-information__items .l-information__item > div {
  grid-row: 4/5;
  order: 4;
}
body.page.shop .l-wrap .l-main .l-contents .l-information .l-information__items .l-information__item:nth-child(odd) > figure {
  grid-column: 2/3;
}
body.page.shop .l-wrap .l-main .l-contents .l-information .l-information__items .l-information__item:nth-child(even) > figure {
  grid-column: 1/2;
}
body.page.shop .l-wrap .l-main .l-contents .l-access .l-access__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page.shop .l-wrap .l-main .l-contents .l-access .l-access__wrap {
    display: grid;
    grid-template-columns: 500px auto;
    grid-template-rows: auto;
  }
}
body.page.shop .l-wrap .l-main .l-contents .l-access .l-access__wrap > h2 {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-bottom: initial;
}
body.page.shop .l-wrap .l-main .l-contents .l-access .l-access__wrap > figure {
  grid-column: 1/2;
  grid-row: 1/6;
  height: 350px;
}
body.page.shop .l-wrap .l-main .l-contents .l-access .l-access__wrap > figure iframe {
  display: block;
  width: 100%;
  height: 100%;
}
body.page.shop .l-wrap .l-main .l-contents .l-access .l-access__wrap > p {
  grid-column: 2/3;
  grid-row: 3/4;
}
body.page.shop .l-wrap .l-main .l-contents .l-access .l-access__wrap > div {
  grid-column: 2/3;
  grid-row: 4/5;
}
body.page.news .l-wrap .l-main .l-contents h1 {
  margin-bottom: initial;
  line-height: 1.6;
}
body.page.news .l-wrap .l-main .l-contents h1 > * {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
body.page.news .l-wrap .l-main .l-contents article {
  display: grid;
  place-content: center;
  place-items: center;
  gap: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page.news .l-wrap .l-main .l-contents article {
    gap: 80px;
    min-height: calc(100vh - 60px);
    padding-top: initial;
    padding-bottom: initial;
  }
}
body.page.news#news-single h1 {
  font-size: clamp(20px, 2.6041vw, 36px);
}
body.archive .l-contents .l-archive, body.single .l-contents .l-archive {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
  margin-bottom: 10%;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.archive .l-contents .l-archive, body.single .l-contents .l-archive {
    margin-top: initial;
    flex-flow: row-reverse;
  }
}
body.archive .l-contents .l-archive > *, body.single .l-contents .l-archive > * {
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.archive .l-contents .l-archive > *, body.single .l-contents .l-archive > * {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  body.archive .l-contents .l-archive aside, body.single .l-contents .l-archive aside {
    max-width: 276px;
  }
}
body.archive .l-contents .l-archive aside > *:not(:last-child), body.single .l-contents .l-archive aside > *:not(:last-child) {
  margin-bottom: 30px;
}
body.archive .l-contents .l-archive aside .l-aside__menu li, body.single .l-contents .l-archive aside .l-aside__menu li {
  height: 78px;
  border-width: 2px;
  border-style: solid;
  background-color: white;
}
body.archive .l-contents .l-archive aside .l-aside__menu li:not(:last-child), body.single .l-contents .l-archive aside .l-aside__menu li:not(:last-child) {
  margin-bottom: 10px;
}
body.archive .l-contents .l-archive aside .l-aside__menu li > a, body.single .l-contents .l-archive aside .l-aside__menu li > a {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding: 20px;
  font-size: 16px;
}
body.archive .l-contents .l-archive aside .l-aside__menu li > a img, body.single .l-contents .l-archive aside .l-aside__menu li > a img {
  display: block;
  width: 100%;
  max-width: 60px;
  height: 60px;
  object-fit: contain;
}
body.archive .l-contents .l-archive aside .l-aside__menu li:nth-child(n+3), body.single .l-contents .l-archive aside .l-aside__menu li:nth-child(n+3) {
  border-color: #AD7978;
}
body.archive .l-contents .l-archive article ul, body.single .l-contents .l-archive article ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-bottom: 60px;
}
body.archive .l-contents .l-archive article ul > li, body.single .l-contents .l-archive article ul > li {
  width: calc(50% - 10px);
}
body.archive .l-contents .l-archive article ul > li > a, body.single .l-contents .l-archive article ul > li > a {
  display: block;
}
body.archive .l-contents .l-archive article ul > li > a > *, body.single .l-contents .l-archive article ul > li > a > * {
  display: block;
}
body.archive .l-contents .l-archive article ul > li > a > *:not(:last-child), body.single .l-contents .l-archive article ul > li > a > *:not(:last-child) {
  margin-bottom: 15px;
}
body.archive .l-contents .l-archive article ul > li > a > figure, body.single .l-contents .l-archive article ul > li > a > figure {
  border: 6px solid #000000;
}
body.archive .l-contents .l-archive article ul > li > a > figure > img, body.single .l-contents .l-archive article ul > li > a > figure > img {
  display: block;
  width: 100%;
  height: auto;
}
body.archive .l-archiveList {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.archive .l-archiveList .l-archiveList__item {
    width: calc(33.3333333333% - 40px);
  }
}
body.single .l-main .l-intro ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px !important;
}
body.single .l-main .l-intro ul > li > a {
  display: block;
  padding: 7.5px 15px;
  border-radius: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  background-color: white;
}
body.single .l-main .l-intro figure img {
  display: block;
  width: 100%;
  height: auto;
}
body .js-fade {
  opacity: 0;
  transform: translateY(15%);
  transition: opacity 1.4s, transform 1s;
}
body .js-fade.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
img {
  display: block;
  width: 100%;
  height: auto;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box !important;
}
*:not(i) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #323232;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #323232 !important;
  z-index: 1;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: flex;
  position: initial;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #AD7978;
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: bold;
  color: #AD7978;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-button-prev::before {
  content: "\f359";
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-next::before {
  content: "\f35a";
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.pages {
  border: initial;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  color: white;
  background-color: #000000;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
img {
  display: block;
  width: 100%;
  height: auto;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box !important;
}
*:not(i) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #323232;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #323232 !important;
  z-index: 1;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: flex;
  position: initial;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #AD7978;
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: bold;
  color: #AD7978;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-button-prev::before {
  content: "\f359";
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-next::before {
  content: "\f35a";
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.pages {
  border: initial;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  color: white;
  background-color: #000000;
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-disp--SP {
    display: none;
  }
}
.p-disp--PC {
  display: none;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-disp--PC {
    display: block;
  }
}
.p-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #323232;
  font-size: clamp(14px, 1.8229vw, 16px);
}

.p-button > a,
.p-button > span {
  display: inline-flex;
  gap: 5px;
  justify-content: center;
  position: relative;
  padding: 10px 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 40px;
  border: 3px solid #323232;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a,
  .p-button > span {
    width: auto;
  }
}
.p-button:hover > a,
.p-button:hover > span {
  opacity: 1 !important;
}

.p-newsList {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-newsList .l-news__list__item {
  border-bottom: 1px solid #323232;
}
.p-newsList .l-news__list__item > a {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-newsList .l-news__list__item > a {
    flex-direction: initial;
    align-items: center;
    gap: 60px;
  }
}
.p-newsList .l-news__list__item > a * {
  font-size: clamp(12px, 1.5625vw, 16px);
}
.p-newsList .l-news__list__item > a time {
  flex: 1;
  font-weight: bold;
}
.p-newsList .l-news__list__item > a span {
  width: 100%;
  text-align: left;
}

.c-title,
.c-date {
  letter-spacing: 0.05em;
}

.c-button {
  background-color: initial;
  border: initial;
}

.c-link {
  cursor: pointer !important;
}
.c-link.c-link--opacity a {
  transition: all 0.3s;
}
.c-link.c-link--opacity:hover a {
  opacity: 0.5;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
img {
  display: block;
  width: 100%;
  height: auto;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box !important;
}
*:not(i) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #323232;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #323232 !important;
  z-index: 1;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: flex;
  position: initial;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #AD7978;
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: bold;
  color: #AD7978;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-button-prev::before {
  content: "\f359";
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-next::before {
  content: "\f35a";
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.pages {
  border: initial;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  color: white;
  background-color: #000000;
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-disp--SP {
    display: none;
  }
}
.p-disp--PC {
  display: none;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-disp--PC {
    display: block;
  }
}
.p-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #323232;
  font-size: clamp(14px, 1.8229vw, 16px);
}

.p-button > a,
.p-button > span {
  display: inline-flex;
  gap: 5px;
  justify-content: center;
  position: relative;
  padding: 10px 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 40px;
  border: 3px solid #323232;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a,
  .p-button > span {
    width: auto;
  }
}
.p-button:hover > a,
.p-button:hover > span {
  opacity: 1 !important;
}

.p-newsList {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-newsList .l-news__list__item {
  border-bottom: 1px solid #323232;
}
.p-newsList .l-news__list__item > a {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-newsList .l-news__list__item > a {
    flex-direction: initial;
    align-items: center;
    gap: 60px;
  }
}
.p-newsList .l-news__list__item > a * {
  font-size: clamp(12px, 1.5625vw, 16px);
}
.p-newsList .l-news__list__item > a time {
  flex: 1;
  font-weight: bold;
}
.p-newsList .l-news__list__item > a span {
  width: 100%;
  text-align: left;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
img {
  display: block;
  width: 100%;
  height: auto;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box !important;
}
*:not(i) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #323232;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #323232 !important;
  z-index: 1;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: flex;
  position: initial;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #AD7978;
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: bold;
  color: #AD7978;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-button-prev::before {
  content: "\f359";
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-next::before {
  content: "\f35a";
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.pages {
  border: initial;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  color: white;
  background-color: #000000;
}

.u-display--block {
  display: block !important;
}

.u-margin-right--auto {
  margin-left: auto !important;
}

.u-margin-bottom--30px {
  margin-bottom: 30px !important;
}

.u-margin-top--30px {
  margin-top: 30px !important;
}

.u-textAlign--center {
  text-align: center !important;
}

.u-textAlign--right {
  text-align: right !important;
}/*# sourceMappingURL=style.css.map */