﻿.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src:
    url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dotted.slick-slider .slick-list {
  margin-bottom: 0;
}
.slick-slider {
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .slick-slider {
    position: relative;
    z-index: 1;
  }
}
.slick-dots {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -24px;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  margin-left: 0;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #000;
}
@media screen and (max-width: 640px) {
  .a-heroImage .slick-dots {
    width: auto;
    left: -16px;
    bottom: 0;
  }
  .a-heroImage .slick-dots li {
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 6px;
  }
}
.a-contentSlider {
  margin-top: 40px;
  margin-bottom: 80px;
}
.a-contentSlider__item {
  height: 30vw;
}
.a-contentSlider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}
@media screen and (max-width: 640px) {
  .a-contentSlider {
    margin-bottom: 40px;
  }
  .a-contentSlider__item {
    height: 50vw;
  }
}
.page-location .a-contentSlider__item {
  height: 30vw;
}
@media screen and (max-width: 640px) {
  .page-location .a-contentSlider__item {
    height: 50vw;
  }
}
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0, 100, 200, 0.8);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 70px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
  color: #000;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 600px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 600px;
}
body,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
}
ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
}
@font-face {
  font-family: "gangster";
  font-style: "light";
  font-weight: 300;
  src:
    url("../fonts/Gangster-Grotesk-Light-300.otf") format("opentype"),
    url("../fonts/Gangster-Grotesk-Light-300.woff") format("woff");
}
@font-face {
  font-family: "gangster";
  font-style: "normal";
  font-weight: 400;
  src:
    url("../fonts/Gangster-Grotesk-Regular-400.otf") format("opentype"),
    url("../fonts/Gangster-Grotesk-Regular-400.woff") format("woff");
}
@font-face {
  font-family: "gangster";
  font-style: "bold";
  font-weight: 700;
  src:
    url("../fonts/Gangster-Grotesk-Bold-700.otf") format("opentype"),
    url("../fonts/Gangster-Grotesk-Bold-700.woff") format("woff");
}
@font-face {
  font-family: "Koburina Gothic";
  font-style: "light";
  font-weight: 300;
  src:
    url("../fonts/koburina-std-w1.otf") format("opentype"),
    url("../fonts/koburina-std-w1.woff") format("woff");
}
@font-face {
  font-family: "Koburina Gothic";
  font-style: "normal";
  font-weight: 400;
  src:
    url("../fonts/koburina-std-w3.otf") format("opentype"),
    url("../fonts/koburina-std-w3.woff") format("woff");
}
@font-face {
  font-family: "Koburina Gothic";
  font-style: "bold";
  font-weight: 700;
  src:
    url("../fonts/koburina-std-w6.otf") format("opentype"),
    url("../fonts/koburina-std-w6.woff") format("woff");
}
html {
  font-size: 62.5%;
}
body {
  color: #000;
  background-color: #fff;
  font-size: 1.6rem;
  font-family:
    "gangster",
    "Koburina Gothic",
    "Noto Sans JP",
    -apple-system,
    "游ゴシック",
    YuGothic,
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "Arial",
    "メイリオ",
    "Meiryo",
    sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body.menu--open {
  overflow: hidden;
  height: 100vh;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family:
      メイリオ, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Arial",
      "メイリオ", "Meiryo", sans-serif;
  }
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
input,
textarea {
  appearance: none;
  -webkit-appearance: none;
}
main {
  display: block;
}
svg {
  width: 100%;
  height: 100%;
}
button {
  display: block;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
input,
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
}
::selection {
  background-color: #818927;
  color: #fff;
}
::-moz-selection {
  background-color: #818927;
  color: #fff;
}
::-webkit-scrollbar {
  width: 8px;
  display: none;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 100vh;
  overflow: scroll;
  background-color: #f3f3ee;
}
.admin-bar .l-header {
  top: 32px;
  height: calc(100vh - 32px);
}
@media screen and (max-width: 1024px) {
  .l-header {
    width: 100%;
    height: auto;
    top: 0;
    overflow: auto;
    position: relative;
    z-index: 101;
    border-right: none;
    background-color: #fff;
  }
  .admin-bar .l-header {
    top: 32px;
  }
}
.l-header__inner {
  padding: 60px 40px;
}
@media screen and (max-width: 640px) {
  .l-header__inner {
    padding: 30px 20px;
  }
}
.l-header__logo {
  width: 200px;
  height: 34px;
}
@media screen and (max-width: 640px) {
  .l-header__logo {
    width: 180px;
    height: 30px;
  }
}
.l-header__gnav {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .l-header__gnav {
    margin-top: 0;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.modal--show .popup {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .popup {
    padding: 30px;
  }
}
.popup__inner {
  width: 100%;
  height: 100%;
  max-width: 520px;
  max-height: 640px;
  background-color: rgba(243, 243, 238, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.popup__close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
  cursor: pointer;
  outline: none;
}
.popup__close:before,
.popup__close:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  background-color: #000;
}
.popup__close:before {
  transform: rotate(45deg);
}
.popup__close:after {
  transform: rotate(-45deg);
}
.popup__list {
  width: 100%;
}
.popup__list li {
  text-align: center;
}
.popup__list li.off a {
  color: #aaa;
  pointer-events: none;
}
.popup__list li a {
  display: inline-block;
  padding: 0.5em 0;
  font-size: 2.4rem;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .popup__list li a {
    font-size: 2.16rem;
  }
}
.popup__list li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: calc(1em - 10px);
  left: 0;
  transition: transform 0.1s;
  transform: scale(0);
  transform-origin: 0 50%;
}
.popup__list li a:hover:before {
  transform: scale(1);
}
.popup__slist,
.menu-item .sub-menu {
  display: none;
}
.popup__slist li a,
.menu-item .sub-menu li a {
  padding: 0.2em 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .popup__slist li a,
  .menu-item .sub-menu li a {
    font-size: 1.62rem;
  }
}
.l-page {
  position: relative;
}
.l-pageContents {
  margin-left: 300px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .l-pageContents {
    margin-left: 0;
    padding-bottom: 80px;
  }
}
#Indicator {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #ddd;
  z-index: 100;
}
#Indicator i {
  display: block;
  width: 200px;
  height: 100%;
  background-color: #6b8e23;
}
.l-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 280px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    position: relative;
    width: auto;
  }
  .l-footer:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer {
    padding-top: 30px;
  }
  .l-footer:before {
    left: 20px;
  }
}
.l-footer__inner {
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .l-footer__inner {
    padding: 0 20px 20px;
  }
}
.l-footer__company {
  margin-bottom: 15px;
}
.l-footer__contact {
  margin-bottom: 35px;
}
.l-footer__gnav {
  margin-bottom: 30px;
}
.c-btn {
  display: block;
  width: 240px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #000;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.44rem;
  }
}
.c-btn svg {
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: border-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-btn:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.c-btn:hover:after {
  border-color: transparent transparent transparent #fff;
}
.c-btn:hover svg {
  fill: #fff;
}
.c-btn--black {
  background-color: #000;
  color: #fff;
}
.c-btn--black:after {
  border-color: transparent transparent transparent #fff;
}
.c-btn--black:hover {
  background-color: #fff;
  color: #000;
}
.c-btn--black:hover:after {
  border-color: transparent transparent transparent #000;
}
.c-btn--iconLeft {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.c-btn--iconLeft svg {
  margin-right: 15px;
  max-width: 22px;
  height: 22px;
}
.c-btn--back {
  text-align: center;
}
.c-btn--back:after {
  left: 15px;
  right: auto;
  transform: translate(0, -50%) rotate(180deg);
}
.c-iconBtn {
  display: inline-block;
}
.c-iconBtn span,
.c-iconBtn svg {
  display: inline-block;
  vertical-align: middle;
}
.c-iconBtn span {
  text-decoration: underline;
}
.c-iconBtn svg {
  margin-right: 10px;
  width: 20px;
  height: 18px;
}
.c-iconBtn:hover span {
  text-decoration: none;
}
.c-pagetitle,
.lo-c-pagetitle {
  margin-bottom: 80px;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.c-pagetitle {
  position: relative;
  /* padding-left: 72px; */
}
/* .c-pagetitle::before {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
} */
@media screen and (max-width: 768px) {
  .c-pagetitle,
  .lo-c-pagetitle {
    font-size: 3.78rem;
  }
}
.c-sectionBox .c-pagetitle,
.c-sectionBox .lo-c-pagetitle {
  margin-bottom: 0;
}
.home .c-pagetitle,
.home .lo-c-pagetitle,
.c-pagetitle.noborder,
.noborder.lo-c-pagetitle {
  margin-bottom: 60px;
  padding-bottom: 0;
  border-bottom: none;
}
.category-events .c-pagetitle,
.category-events .lo-c-pagetitle {
  margin-bottom: 60px;
  padding-bottom: 0;
  border-bottom: none;
}
.single .c-pagetitle,
.single .lo-c-pagetitle {
  font-size: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .single .c-pagetitle,
  .single .lo-c-pagetitle {
    font-size: 2.34rem;
  }
}
.c-pagetitle small,
.lo-c-pagetitle small {
  margin-left: 2em;
  font-weight: normal;
  font-size: 0.4em;
}
@media screen and (max-width: 1280px) {
  .c-pagetitle,
  .lo-c-pagetitle,
  .c-sectionBox .c-pagetitle,
  .c-sectionBox .lo-c-pagetitle {
    margin-bottom: 40px;
  }
  .home .c-pagetitle,
  .home .lo-c-pagetitle {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .c-pagetitle,
  .lo-c-pagetitle {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  .c-pagetitle,
  .lo-c-pagetitle {
    font-size: 3.24rem;
  }
}
@media screen and (max-width: 640px) {
  .category-events .c-pagetitle,
  .category-events .lo-c-pagetitle {
    margin-bottom: 40px;
  }
}
.c-section {
  padding: 80px 120px;
}
.single .c-section,
.page .c-section {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 640px) {
  .c-section {
    padding: 40px 20px;
  }
  .single .c-section,
  .page .c-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-sectionBox {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .c-sectionBox {
    flex-direction: column;
  }
}
.c-sectionBox__left {
  width: 240px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .c-sectionBox__left {
    width: auto;
  }
}
.c-sectionBox__right {
  width: calc(100% - 240px);
}
@media screen and (max-width: 1280px) {
  .c-sectionBox__right {
    width: auto;
  }
}
.c-section__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #000;
}
.c-section__btn.--left {
  justify-content: flex-start;
}
.c-section__btn.--center {
  justify-content: center;
}
.c-section__btn.--noborder {
  margin-top: 60px;
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 640px) {
  .c-section__btn {
    justify-content: flex-start;
  }
}
.a-gnavBtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .a-gnavBtn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 158px;
    height: 158px;
    z-index: 200;
  }
  .a-gnavBtn button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    outline: none;
    cursor: pointer;
    position: relative;
  }
  .a-gnavBtn button:before,
  .a-gnavBtn button:after {
    content: "";
    display: block;
    width: 76px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.1s;
    transform-origin: 0 50%;
  }
  .a-gnavBtn button:before {
    top: calc(50% - 10px);
  }
  .a-gnavBtn button:after {
    top: calc(50% + 10px);
  }
  .a-gnavBtn button:hover:before,
  .a-gnavBtn button:hover:after {
    transform: scale(0.7) translateX(-50%);
  }
  .menu--open .a-gnavBtn button:before {
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
  }
  .menu--open .a-gnavBtn button:after {
    top: 50%;
    transform: rotate(-45deg) translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  .a-gnavBtn {
    width: 90px;
    height: 90px;
  }
  .a-gnavBtn button:before,
  .a-gnavBtn button:after {
    width: 30px;
  }
  .a-gnavBtn button:before {
    top: calc(50% - 5px);
  }
  .a-gnavBtn button:after {
    top: calc(50% + 5px);
  }
}
@media screen and (max-width: 1024px) {
  .a-gnav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 80px;
    background-color: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    z-index: 100;
    display: flex;
    align-items: center;
    transition:
      opacity 0.1s,
      visibility 0.1s;
    opacity: 0;
    visibility: hidden;
  }
  .menu--open .a-gnav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 640px) {
  .a-gnav {
    padding: 60px 40px;
  }
}
.a-gnav__list li.off a {
  color: #aaa;
  pointer-events: none;
}
.a-gnav__list li a {
  display: inline-block;
  padding: 15px 0;
  line-height: 1;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .a-gnav__list li a {
    font-size: 2.16rem;
  }
}
.a-gnav__list li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: transform 0.1s;
  transform: scale(0);
  transform-origin: 0 50%;
}
.a-gnav__list li a:hover:before {
  transform: scale(1);
}
.a-gnav__list li.top {
  display: none;
}
.a-gnav__list .popup__slist {
  display: none;
}
.a-gnav__list .popup__slist li a {
  padding: 0.2em 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .a-gnav__list .popup__slist li a {
    font-size: 1.62rem;
  }
}
.a-gnav__list .popup__slist li a:before {
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .a-gnav__list li {
    opacity: 0;
    transform: translate(-20px, 0);
    transition:
      opacity 0.4s,
      transform 0.4s;
  }
  .a-gnav__list li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .a-gnav__list li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .a-gnav__list li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .a-gnav__list li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .a-gnav__list li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .a-gnav__list li:nth-child(6) {
    transition-delay: 0.6s;
  }
  .a-gnav__list li:nth-child(7) {
    transition-delay: 0.7s;
  }
  .a-gnav__list li:nth-child(8) {
    transition-delay: 0.8s;
  }
  .a-gnav__list li:nth-child(9) {
    transition-delay: 0.9s;
  }
  .a-gnav__list li:nth-child(10) {
    transition-delay: 1s;
  }
  .a-gnav__list li.top {
    display: block;
  }
  .menu--open .a-gnav__list li {
    opacity: 1;
    transform: translate(0, 0);
  }
  .a-gnav__list li a {
    padding: 0.5em 0;
  }
  .a-gnav__list li a span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .a-gnav__list li a span {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .a-gnav__list li a:before {
    bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .a-gnav__list {
    width: 100%;
  }
  .a-gnav__list li {
    transform: translate(0, 20px);
  }
  .a-gnav__list li a {
    display: block;
    text-align: center;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .a-gnav__list li a {
    font-size: 3.24rem;
  }
}
@media screen and (max-width: 768px) {
  .a-gnav__list li a:before {
    display: none;
  }
}
@media screen and (max-height: 640px) {
  .a-gnav__list li a {
    font-size: 3rem;
    padding: 20px 0;
  }
}
@media screen and (max-height: 640px) and (max-width: 768px) {
  .a-gnav__list li a {
    font-size: 2.7rem;
  }
}
.a-sns {
  display: flex;
  align-items: center;
}
.a-sns p {
  width: 28px;
}
.a-sns p a {
  display: block;
}
.a-sns p a svg {
  width: 28px;
  height: 28px;
}
.a-sns p.ig,
.a-sns p.fb {
  margin-right: 20px;
}
.a-company {
  font-size: 1.4rem;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .a-company {
    font-size: 1.2rem;
  }
}
.a-company address {
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .a-company {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  .a-company {
    font-size: 1.44rem;
  }
}
.a-company__title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .a-company__title {
    font-size: 1.62rem;
  }
}
@media screen and (max-width: 640px) {
  .a-company__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  .a-company__title {
    font-size: 1.8rem;
  }
}
.a-company__address {
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .a-company__address {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  .a-company__address {
    font-size: 1.44rem;
  }
}
.a-contact {
  line-height: 1;
  font-size: 1.6rem;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .a-contact {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 640px) {
  .a-contact {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  .a-contact {
    font-size: 1.8rem;
  }
}
.a-listNav ul li a {
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .a-listNav ul li a {
    font-size: 2.16rem;
  }
}
.a-hero {
  margin-bottom: 80px;
}
.a-hero img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .a-hero {
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
.a-heroImage__item {
  height: 45vw;
}
.a-heroImage__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .a-heroImage__item {
    height: 100vw;
  }
}
@media screen and (max-width: 640px) {
  .a-heroImage__item--1 img {
    object-position: 75% 50%;
  }
  .a-heroImage__item--2 img {
    object-position: 100% 50%;
  }
  .a-heroImage__item--3 img {
    object-position: 40% 50%;
  }
  .a-heroImage__item--4 img {
    object-position: 75% 50%;
  }
}
.a-about__text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-break: break-all;
}
@media screen and (max-width: 640px) {
  .a-about__text {
    font-size: 1.4rem;
  }
}
.a-about__text > * + * {
  margin-top: 1.8em;
}
.a-about__text > * + *.wp-block-image,
.a-about__text > * + *.wp-block-table {
  margin-top: 1.8em;
}
.a-about__text a {
  color: #4682b4;
  text-decoration: underline;
}
.a-about__text a:hover {
  text-decoration: none;
}
.a-about__text a span {
  color: inherit !important;
}
.a-about__text h1,
.a-about__text h2,
.a-about__text h3,
.a-about__text h4,
.a-about__text h5,
.a-about__text h6 {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .a-about__text h1 br,
  .a-about__text h2 br,
  .a-about__text h3 br,
  .a-about__text h4 br,
  .a-about__text h5 br,
  .a-about__text h6 br {
    display: none;
  }
}
.a-about__text h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .a-about__text h1 {
    font-size: 2.52rem;
  }
}
.a-about__text h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .a-about__text h2 {
    font-size: 2.16rem;
  }
}
.a-about__text h3 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .a-about__text h3 {
    font-size: 1.8rem;
  }
}
.a-about__text h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .a-about__text h4 {
    font-size: 1.62rem;
  }
}
.a-about__text .lead {
  padding-bottom: 1.8em;
  border-bottom: 1px solid #e5e5e5;
}
.a-about__text img {
  display: inline;
  max-width: 100%;
  width: auto;
  height: auto;
}
.a-about__text .wp-block-gallery img,
.a-about__text .blocks-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.a-about__text img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.a-about__text img.alignleft {
  display: inline;
  float: left;
}
.a-about__text img.alignright {
  display: inline;
  float: right;
}
.a-about__text hr {
  height: 1px;
  appearance: none;
  margin: 3em 0;
  background-color: #e7e7e7;
  width: 100%;
  border: none;
}
.a-about__text iframe {
  max-width: 100%;
}
.a-about__text .wp-block-group {
  border: 1px solid #e5e5e5;
  padding: 2em 4em;
}
.a-about__text .wp-block-group p {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .a-about__text .wp-block-group {
    padding: 20px;
  }
}
.a-about__text .wp-block-media-text {
  display: flex;
  justify-content: space-between;
}
.a-about__text .wp-block-media-text.has-media-on-the-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .a-about__text .wp-block-media-text {
    flex-direction: column;
  }
  .a-about__text .wp-block-media-text.has-media-on-the-right {
    flex-direction: column;
  }
}
.a-about__text .wp-block-media-text__media,
.a-about__text .wp-block-media-text__content {
  width: calc(50% - 20px);
}
@media screen and (max-width: 640px) {
  .a-about__text .wp-block-media-text__media,
  .a-about__text .wp-block-media-text__content {
    width: auto;
  }
}
.a-about__text .wp-block-embed-youtube {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .a-about__text .has-large-font-size {
    font-size: 2.4rem;
  }
}
.a-about__text .wp-block-gallery {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .a-about__text .wp-block-gallery {
    margin-bottom: 40px;
  }
}
.a-about__text .wp-block-table th,
.a-about__text .wp-block-table td {
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .a-about__text .wp-block-table {
    display: block;
  }
  .a-about__text .wp-block-table tr,
  .a-about__text .wp-block-table th,
  .a-about__text .wp-block-table td,
  .a-about__text .wp-block-table tbody {
    display: block;
  }
  .a-about__text .wp-block-table tr + tr {
    margin-top: 0.9em;
  }
}
.page-location .a-about__text {
  font-family:
    "gangster",
    "Koburina Gothic",
    "Noto Sans JP",
    -apple-system,
    "游ゴシック",
    YuGothic,
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "Arial",
    "メイリオ",
    "Meiryo",
    sans-serif;
}
.page-location .a-about__text .has-medium-font-size {
  font-size: 2.4rem;
}
.page-location .a-about__text .has-large-font-size {
  font-size: 3.2rem;
}
@media screen and (max-width: 640px) {
  .page-location .a-about__text .has-large-font-size {
    font-size: 2.4rem;
  }
}
.page-location .a-about__text h3 {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.a-eventBox {
  display: flex;
}
@media screen and (max-width: 1440px) {
  .a-eventBox {
    flex-direction: column;
  }
}
.a-eventBox__left,
.a-eventBox__right {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .a-eventBox__left,
  .a-eventBox__right {
    width: 100%;
  }
}
.a-eventBox__left {
  padding-right: 20px;
}
@media screen and (max-width: 1440px) {
  .a-eventBox__left {
    padding-right: 0;
  }
}
.a-eventBox__right {
  padding-left: 20px;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1440px) {
  .a-eventBox__right {
    margin-top: 40px;
    padding-left: 0;
    border-left: none;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 640px) {
  .a-eventList {
    border-right: none;
    border-left: none;
  }
}
.a-eventList .a-eventList__item {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.a-eventList .a-eventList__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.archive .a-eventList .a-eventList__item:first-child {
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 640px) {
  .a-eventList__item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .a-eventList__item + .a-eventList__item {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .a-eventList__item:last-child {
    padding-bottom: 0;
  }
}
.a-eventList__next {
  padding-bottom: 30px;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  padding-top: 10px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .a-eventList__next {
    font-size: 1.98rem;
  }
}
.a-eventList__next:after {
  content: "↓";
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  .a-eventList__next:after {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  .a-eventList__next:after {
    font-size: 1.62rem;
  }
}
.a-eventList__header {
  margin-bottom: 25px;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
}
.a-eventList__date {
  display: flex;
}
.a-eventList__date p {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .a-eventList__date p {
    font-size: 3.42rem;
  }
}
.a-eventList__date p:last-child {
  margin-right: 0;
}
.a-eventList__date span {
  vertical-align: baseline;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .a-eventList__date span {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 768px) {
  .a-eventList__date {
    flex-direction: column;
  }
}
.a-eventList__place {
  margin-top: 5px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .a-eventList__place {
    font-size: 2.52rem;
  }
}
.a-eventList__eyecatch {
  margin-bottom: 20px;
}
.a-eventList__eyecatch img {
  width: 100%;
  height: auto;
}
.a-eventList__title {
  margin-bottom: 15px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .a-eventList__title {
    font-size: 2.52rem;
  }
}
.home .a-eventList .a-eventList__title {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .home .a-eventList .a-eventList__title {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 768px) {
  .a-eventList__title {
    margin-bottom: 10px;
  }
}
.a-eventList__description {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-break: break-all;
}
@media screen and (max-width: 640px) {
  .a-eventList__description {
    font-size: 1.4rem;
  }
}
.a-eventList__description > * + * {
  margin-top: 1.8em;
}
.a-eventList__description > * + *.wp-block-image,
.a-eventList__description > * + *.wp-block-table {
  margin-top: 1.8em;
}
.a-eventList__description a {
  color: #4682b4;
  text-decoration: underline;
}
.a-eventList__description a:hover {
  text-decoration: none;
}
.a-eventList__description a span {
  color: inherit !important;
}
.a-eventList__description h1,
.a-eventList__description h2,
.a-eventList__description h3,
.a-eventList__description h4,
.a-eventList__description h5,
.a-eventList__description h6 {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .a-eventList__description h1 br,
  .a-eventList__description h2 br,
  .a-eventList__description h3 br,
  .a-eventList__description h4 br,
  .a-eventList__description h5 br,
  .a-eventList__description h6 br {
    display: none;
  }
}
.a-eventList__description h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .a-eventList__description h1 {
    font-size: 2.52rem;
  }
}
.a-eventList__description h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .a-eventList__description h2 {
    font-size: 2.16rem;
  }
}
.a-eventList__description h3 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .a-eventList__description h3 {
    font-size: 1.8rem;
  }
}
.a-eventList__description h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .a-eventList__description h4 {
    font-size: 1.62rem;
  }
}
.a-eventList__description .lead {
  padding-bottom: 1.8em;
  border-bottom: 1px solid #e5e5e5;
}
.a-eventList__description img {
  display: inline;
  max-width: 100%;
  width: auto;
  height: auto;
}
.a-eventList__description .wp-block-gallery img,
.a-eventList__description .blocks-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.a-eventList__description img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.a-eventList__description img.alignleft {
  display: inline;
  float: left;
}
.a-eventList__description img.alignright {
  display: inline;
  float: right;
}
.a-eventList__description hr {
  height: 1px;
  appearance: none;
  margin: 3em 0;
  background-color: #e7e7e7;
  width: 100%;
  border: none;
}
.a-eventList__description iframe {
  max-width: 100%;
}
.a-eventList__description .wp-block-group {
  border: 1px solid #e5e5e5;
  padding: 2em 4em;
}
.a-eventList__description .wp-block-group p {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .a-eventList__description .wp-block-group {
    padding: 20px;
  }
}
.a-eventList__description .wp-block-media-text {
  display: flex;
  justify-content: space-between;
}
.a-eventList__description .wp-block-media-text.has-media-on-the-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .a-eventList__description .wp-block-media-text {
    flex-direction: column;
  }
  .a-eventList__description .wp-block-media-text.has-media-on-the-right {
    flex-direction: column;
  }
}
.a-eventList__description .wp-block-media-text__media,
.a-eventList__description .wp-block-media-text__content {
  width: calc(50% - 20px);
}
@media screen and (max-width: 640px) {
  .a-eventList__description .wp-block-media-text__media,
  .a-eventList__description .wp-block-media-text__content {
    width: auto;
  }
}
.a-eventList__description .wp-block-embed-youtube {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .a-eventList__description .has-large-font-size {
    font-size: 2.4rem;
  }
}
.a-eventList__description .wp-block-gallery {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .a-eventList__description .wp-block-gallery {
    margin-bottom: 40px;
  }
}
.a-eventList__description .wp-block-table th,
.a-eventList__description .wp-block-table td {
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .a-eventList__description .wp-block-table {
    display: block;
  }
  .a-eventList__description .wp-block-table tr,
  .a-eventList__description .wp-block-table th,
  .a-eventList__description .wp-block-table td,
  .a-eventList__description .wp-block-table tbody {
    display: block;
  }
  .a-eventList__description .wp-block-table tr + tr {
    margin-top: 0.9em;
  }
}
.page-location .a-eventList__description {
  font-family:
    "gangster",
    "Koburina Gothic",
    "Noto Sans JP",
    -apple-system,
    "游ゴシック",
    YuGothic,
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "Arial",
    "メイリオ",
    "Meiryo",
    sans-serif;
}
.page-location .a-eventList__description .has-medium-font-size {
  font-size: 2.4rem;
}
.page-location .a-eventList__description .has-large-font-size {
  font-size: 3.2rem;
}
@media screen and (max-width: 640px) {
  .page-location .a-eventList__description .has-large-font-size {
    font-size: 2.4rem;
  }
}
.page-location .a-eventList__description h3 {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.a-eventList__description p {
  margin-bottom: 1em;
}
.a-eventList__description p:last-child {
  margin-bottom: 0;
}
.a-eventList__description a {
  color: #818927;
  text-decoration: underline;
}
.a-eventList__description a:hover {
  text-decoration: none;
}
.a-eventList__btns {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.a-eventList__btns p {
  margin-right: 10px;
  margin-bottom: 10px;
}
.a-eventList__btns p:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .a-eventList__btns {
    flex-direction: column;
  }
  .a-eventList__btns p {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .a-eventList__btns p:last-child {
    margin-bottom: 0;
  }
}
.a-newsList li {
  margin-bottom: 30px;
  font-size: 1.8rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .a-newsList li {
    font-size: 1.62rem;
  }
}
.a-newsList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .a-newsList li {
    flex-direction: column;
  }
}
.a-newsList__date {
  width: 120px;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .a-newsList__date {
    width: auto;
  }
}
.a-newsList__title {
  line-height: 1.6;
  width: calc(100% - 120px);
}
@media screen and (max-width: 640px) {
  .a-newsList__title {
    width: auto;
  }
}
.a-articleContents {
  padding-top: 40px;
}
.c-pagetitle + .a-articleContents,
.lo-c-pagetitle + .a-articleContents {
  padding-top: 0;
}
.a-articleContents__date {
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .a-articleContents__date {
    font-size: 1.44rem;
  }
}
.a-articleContents__title {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
}
.a-articleContents__title,
.a-articleContents__title + * {
  margin-top: 8px;
}

.a-articleContents__stitle {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .a-articleContents__title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 640px) {
  .a-articleContents__title {
    font-size: 2.4rem;
  }
}

.a-articleContents__header {
  margin-bottom: 1.8em;
  padding-bottom: 1.8em;
  border-bottom: 1px solid #e5e5e5;
}
.a-articleContents__content {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-break: break-all;
}
@media screen and (max-width: 640px) {
  .a-articleContents__content {
    font-size: 1.4rem;
  }
}
.a-articleContents__content > * + * {
  margin-top: 1.8em;
}
.a-articleContents__content > * + *.wp-block-image,
.a-articleContents__content > * + *.wp-block-table {
  margin-top: 1.8em;
}
.a-articleContents__content a {
  color: #4682b4;
  text-decoration: underline;
}
.a-articleContents__content a:hover {
  text-decoration: none;
}
.a-articleContents__content a span {
  color: inherit !important;
}
.a-articleContents__content h1,
.a-articleContents__content h2,
.a-articleContents__content h3,
.a-articleContents__content h4,
.a-articleContents__content h5,
.a-articleContents__content h6 {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .a-articleContents__content h1 br,
  .a-articleContents__content h2 br,
  .a-articleContents__content h3 br,
  .a-articleContents__content h4 br,
  .a-articleContents__content h5 br,
  .a-articleContents__content h6 br {
    display: none;
  }
}
.a-articleContents__content h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .a-articleContents__content h1 {
    font-size: 2.52rem;
  }
}
.a-articleContents__content h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .a-articleContents__content h2 {
    font-size: 2.16rem;
  }
}
.a-articleContents__content h3 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .a-articleContents__content h3 {
    font-size: 1.8rem;
  }
}
.a-articleContents__content h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .a-articleContents__content h4 {
    font-size: 1.62rem;
  }
}
.a-articleContents__content .lead {
  padding-bottom: 1.8em;
  border-bottom: 1px solid #e5e5e5;
}
.a-articleContents__content img {
  display: inline;
  max-width: 100%;
  width: auto;
  height: auto;
}
.a-articleContents__content .wp-block-gallery img,
.a-articleContents__content .blocks-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.a-articleContents__content img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.a-articleContents__content img.alignleft {
  display: inline;
  float: left;
}
.a-articleContents__content img.alignright {
  display: inline;
  float: right;
}
.a-articleContents__content hr {
  height: 1px;
  appearance: none;
  margin: 3em 0;
  background-color: #e7e7e7;
  width: 100%;
  border: none;
}
.a-articleContents__content iframe {
  max-width: 100%;
}
.a-articleContents__content .wp-block-group {
  border: 1px solid #e5e5e5;
  padding: 2em 4em;
}
.a-articleContents__content .wp-block-group p {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .a-articleContents__content .wp-block-group {
    padding: 20px;
  }
}
.a-articleContents__content .wp-block-media-text {
  display: flex;
  justify-content: space-between;
}
.a-articleContents__content .wp-block-media-text.has-media-on-the-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .a-articleContents__content .wp-block-media-text {
    flex-direction: column;
  }
  .a-articleContents__content .wp-block-media-text.has-media-on-the-right {
    flex-direction: column;
  }
}
.a-articleContents__content .wp-block-media-text__media,
.a-articleContents__content .wp-block-media-text__content {
  width: calc(50% - 20px);
}
@media screen and (max-width: 640px) {
  .a-articleContents__content .wp-block-media-text__media,
  .a-articleContents__content .wp-block-media-text__content {
    width: auto;
  }
}
.a-articleContents__content .wp-block-embed-youtube {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .a-articleContents__content .has-large-font-size {
    font-size: 2.4rem;
  }
}
.a-articleContents__content .wp-block-gallery {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .a-articleContents__content .wp-block-gallery {
    margin-bottom: 40px;
  }
}
.a-articleContents__content .wp-block-table th,
.a-articleContents__content .wp-block-table td {
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .a-articleContents__content .wp-block-table {
    display: block;
  }
  .a-articleContents__content .wp-block-table tr,
  .a-articleContents__content .wp-block-table th,
  .a-articleContents__content .wp-block-table td,
  .a-articleContents__content .wp-block-table tbody {
    display: block;
  }
  .a-articleContents__content .wp-block-table tr + tr {
    margin-top: 0.9em;
  }
}
.page-location .a-articleContents__content {
  font-family:
    "gangster",
    "Koburina Gothic",
    "Noto Sans JP",
    -apple-system,
    "游ゴシック",
    YuGothic,
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "Arial",
    "メイリオ",
    "Meiryo",
    sans-serif;
}
.page-location .a-articleContents__content .has-medium-font-size {
  font-size: 2.4rem;
}
.page-location .a-articleContents__content .has-large-font-size {
  font-size: 3.2rem;
}
@media screen and (max-width: 640px) {
  .page-location .a-articleContents__content .has-large-font-size {
    font-size: 2.4rem;
  }
}
.page-location .a-articleContents__content h3 {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.post-password-form input[type="password"] {
  padding: 0 15px;
  font-size: 1.4rem;
  border: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.post-password-form input[type="submit"] {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  appearance: none;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.u-wrap {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .u-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .u-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.u-sp-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .u-sp-only {
    display: block;
  }
}
.u-ac {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.lo-u-wrap {
  padding: 0 120px;
}
.lo-c-dl {
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
}
.lo-c-dl dt {
  margin-bottom: 10px;
  color: #afafaf;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lo-c-dl dt {
    font-size: 1.44rem;
  }
}
.lo-c-dl dd {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lo-c-dl dd {
    font-size: 2.52rem;
  }
}
.lo-c-bigbtn {
  display: block;
  padding: 40px;
  text-decoration: none;
  line-height: 1.2;
  height: 100%;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  position: relative;
  box-sizing: border-box;
}
.lo-c-bigbtn p {
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .lo-c-bigbtn p {
    font-size: 3.6rem;
  }
}
.lo-c-bigbtn:hover {
  text-decoration: none;
}
.lo-c-bigbtn--contact {
  background-color: #f6f6f6;
}
.lo-c-bigbtn--event {
  background-color: #d6d6d6;
}
.lo-c-bigbtn i {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.lo-c-whitebtn {
  display: block;
  padding: 20px;
  text-decoration: none;
  line-height: 1.2;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
}
.lo-c-whitebtn:hover {
  text-decoration: none;
}
.lo-c-whitebtn p {
  font-weight: 700;
}
.lo-c-whitebtn p.title {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .lo-c-whitebtn p.title {
    font-size: 2.16rem;
  }
}
.lo-c-whitebtn p.info {
  margin-top: 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .lo-c-whitebtn p.info {
    font-size: 1.44rem;
  }
}
.lo-c-whitebtn i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.lo-c-iconbtn {
  display: flex;
  line-height: 1;
}
.lo-c-iconbtn i {
  margin-right: 10px;
}
.lo-c-circle {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  position: relative;
}
.lo-c-circle svg {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 2px), -50%);
}
.lo-c-circle svg path {
  stroke: #fff;
  stroke-width: 2;
}
.lo-c-circle.mini {
  width: 20px;
  height: 20px;
}
.lo-c-circle.mini svg {
  width: 9px;
  height: 9px;
  transform: translate(calc(-50% - 1px), -50%);
}
.lo-c-list li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  background-color: #000;
  margin-right: 0.7em;
  transform: translate(0, -2px);
}
.lo-c-pagetitle {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 60px;
}
.lo-c-table {
  display: table;
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
  width: 100%;
}
.lo-c-table__row {
  display: table-row;
}
.lo-c-table__th,
.lo-c-table__td {
  display: table-cell;
  padding: 20px;
  border: 1px solid #d6d6d6;
}
.lo-c-table__th {
  background-color: #f3f3ee;
  font-weight: 600;
}
.lo-header {
  padding: 40px;
  border-bottom: 1px solid #dadada;
}
.lo-header__logo {
  width: 250px;
  height: 92px;
}
.lo-mainContents {
  margin-right: 320px;
  padding-bottom: 120px;
}
.lo-sideContents {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: scroll;
}
.lo-sideContents__1 {
  flex-basis: 30%;
  min-height: 220px;
}
.lo-sideContents__2 {
  flex-basis: 30%;
  min-height: 220px;
}
.lo-sideContents__3 {
  flex-basis: 40%;
}
.lo-avalablerooms {
  padding: 20px;
  background-color: #afafaf;
}
.lo-avalablerooms__title {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lo-avalablerooms__title {
    font-size: 2.52rem;
  }
}
.lo-avalablerooms__btns > div {
  margin-bottom: 10px;
}
.lo-hero {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .lo-hero {
    margin-bottom: 60px;
  }
}
.lo-heroImage__item {
  height: 45vw;
}
.lo-heroImage__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .lo-heroImage__item {
    height: 100vw;
  }
}
.lo-information__box {
  padding: 40px 60px;
  background-color: #f3f3ee;
  display: flex;
  justify-content: space-between;
}
.lo-information__item {
  width: 50%;
}
.lo-information__title {
  margin-bottom: 30px;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lo-information__title {
    font-size: 2.88rem;
  }
}
.lo-information__text p {
  margin-bottom: 1.5em;
}
.lo-information__text p:last-child {
  margin-bottom: 0;
}
.lo-contact input[type="text"],
.lo-contact input[type="email"],
.lo-contact input[type="password"],
.lo-contact textarea,
.lo-contact select {
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6;
  background-color: #f6f6f6;
  padding: 15px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .lo-contact input[type="text"],
  .lo-contact input[type="email"],
  .lo-contact input[type="password"],
  .lo-contact textarea,
  .lo-contact select {
    font-size: 1.62rem;
  }
}
.lo-contact input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #d6d6d6;
  background-color: #f6f6f6;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  margin: 0 10px 0 0;
}
.lo-contact input[type="radio"]:checked:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.lo-contact select {
  width: auto;
  padding-right: 30px;
  cursor: pointer;
}
.lo-contact__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.lo-contact__item.no-v-center {
  align-items: flex-start;
  padding-top: 10px;
}
.lo-contact__label {
  width: 230px;
  padding-right: 2em;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .lo-contact__label {
    font-size: 2.16rem;
  }
}
.lo-contact__form {
  width: 580px;
}
.lo-contact__radio {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .lo-contact__radio {
    font-size: 1.62rem;
  }
}
.lo-contact__radio label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 22px;
  margin-right: 1em;
}
.lo-contact__radio label:last-child {
  margin-right: 0;
}
.lo-contact__radio.vertical label {
  display: block;
  margin-bottom: 10px;
  margin-right: 0;
}
.lo-contactSubmit {
  margin-top: 60px;
  text-align: center;
}
.lo-contactSubmit input[type="submit"] {
  display: inline-block;
  padding: 20px 60px;
  background-color: #000;
  color: #fff;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 1.8rem;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lo-contactSubmit input[type="submit"] {
    font-size: 1.62rem;
  }
}
.lo-contactSubmit input[type="submit"]:hover {
  background-color: #afafaf;
}
.lo-roomHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  line-height: 1;
  margin-bottom: 40px;
}
.lo-roomHeader__title {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .lo-roomHeader__title {
    font-size: 2.88rem;
  }
}
.lo-roomHeader__info {
  display: flex;
}
.lo-roomHeader__info dl {
  margin-left: 40px;
}
.lo-roomContentBox {
  margin-bottom: 40px;
}
.lo-roomContentBox:last-child {
  margin-bottom: 0;
}
.lo-roomContentBox__title {
  margin-bottom: 10px;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .lo-roomContentBox__title {
    font-size: 2.16rem;
  }
}
.l-locationListItem {
  margin-bottom: 80px;
}
.l-locationListItem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l-locationListItem {
    margin-bottom: 60px;
  }
}
.l-locationPlace {
  font-weight: bold;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .l-locationPlace {
    margin-bottom: 20px;
  }
}
.l-locationName {
  font-weight: bold;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
  font-size: 3.2rem;
}
.l-locationAddress {
  font-weight: bold;
  font-family: "gangster", Roboto, "Noto Sans", sans-serif;
}
@media screen and (max-width: 1024px) {
  .l-locationAddress {
    line-height: 1.6;
  }
}
.l-locationImage {
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .l-locationImage {
    margin-top: 30px;
  }
}
.l-locationDescription {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .l-locationDescription {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.l-locationsItem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-locationsItem > * {
  width: calc(50% - 20px);
}
.l-locationsItem > *._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.l-locationsItem > *._text {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.l-locationsItem > *._text > * + * {
  margin-top: 40px;
}
.l-locationsItem > *._text a {
  text-decoration: underline;
}
.l-locationsItem > *._text a:hover {
  text-decoration: none;
}
.l-locationsItem._reverse {
  flex-direction: row-reverse;
}
.l-locationsItem + .l-locationsItem {
  margin-top: 140px;
}
@media screen and (max-width: 1024px) {
  .l-locationsItem > * {
    width: auto;
  }
  .l-locationsItem > *._text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
  }
  .l-locationsItem > *._text > * + * {
    margin-top: 20px;
  }
  .l-locationsItem + .l-locationsItem {
    margin-top: 100px;
  }
}
.l-locationTitle {
  margin-top: -0.3em;
  font-size: 40px;
  line-height: 1.2;
}
.l-locationTitle + * {
  margin-top: 30px;
}
.l-locationTitle figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-locationTitle {
    margin-top: 0;
    font-size: 30px;
  }
  .l-locationTitle + * {
    margin-top: 20px;
  }
}
.l-mediaList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.l-mediaListItem {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.l-mediaListItem:nth-child(3n) {
  margin-right: 0;
}
.l-mediaListItem a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .l-mediaListItem {
    width: 100%;
    margin-right: 0;
  }
}
.l-mediaListImage {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.l-mediaListImage:only-child {
  margin-bottom: 0;
}
.l-mediaListImage:before {
  content: "";
  display: block;
  padding-top: 67%;
}
.l-mediaListImage._square:before {
  padding-top: 100%;
}
.l-mediaListImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 0;
  transition: transform 0.6s;
}
.l-mediaListImage .date {
  position: absolute;
  bottom: 1em;
  left: 1em;
  font-weight: bold;
  z-index: 1;
  line-height: 1;
  font-size: 1.2rem;
}
.l-mediaListImage:hover img {
  transform: scale(1.05);
}
.l-mediaListTitle {
  line-height: 1.6;
  font-weight: bold;
}
.l-mediaListTitle > * + * {
  margin-top: 5px;
}
.l-mediaListTitle .title1 {
  font-size: 1.2rem;
  margin-top: 8px;
}
.l-mediaListTitle .title2 {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .l-mediaListTitle .title2 {
    font-size: 1.8rem;
  }
}
.l-mediaListTitle .title3 {
  margin-top: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .l-mediaListTitle .title3 {
    font-size: 1.4rem;
  }
}
.l-mediaListTitle .title4 {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .l-mediaListTitle {
    font-size: 1.2rem;
  }
}
.wp-pagenavi {
  margin-top: 80px;
  text-align: center;
  display: flex;
  gap: 1em;
  justify-content: center;
  font-size: 1.8rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: block;
  font-family:
    "gangster",
    "Koburina Gothic",
    "Noto Sans JP",
    -apple-system,
    "游ゴシック",
    YuGothic,
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "Arial",
    "メイリオ",
    "Meiryo",
    sans-serif;
}
.wp-pagenavi span {
  opacity: 0.5;
}
