@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.sec-article {
  position: relative;
  background: #eceeef;
}
.sec-article.border {
  border-top: 1px solid #000;
}
.sec-article.border::before {
  content: none;
  width: 10em;
  display: inline-block;
  height: 1px;
  background: #000;
  position: absolute;
  top: 2em;
  left: 2em;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.sec-article.border::after {
  content: "";
  width: 1px;
  display: inline-block;
  height: 70%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(0%, 0);
}
@media screen and (max-width: 960px) {
  .sec-article.border::after {
    height: 90%;
  }
}
.sec-article.border h2 {
  position: relative;
}
.sec-article.border h2::after {
  content: "";
  width: 150%;
  left: -30%;
}
.sec-article .article-inner {
  overflow-x: hidden;
}

.editor-style {
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-weight: 400;
  color: #000;
  /* @include min-width(mdL) {
     padding-inline: 4%;
   }*/
}
@media all and (-ms-high-contrast: none) {
  .editor-style {
    word-break: break-all;
  }
}
.editor-style p {
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-weight: 400;
  line-height: 2;
  color: #000;
  margin-bottom: 2em;
}
@media screen and (max-width: 960px) {
  .editor-style p {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
.editor-style p:not(:last-child) {
  margin-bottom: 1.5em;
}
.editor-style mark {
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.editor-style mark::after {
  content: "";
  width: 114%;
  display: inline-block;
  background: linear-gradient(transparent 25%, #ff0 75%);
  z-index: 1;
}
.editor-style a {
  color: #005096;
  text-decoration: underline;
}
.editor-style a img {
  transition: 0.3s;
}
.editor-style a:hover {
  text-decoration: underline !important;
}
.editor-style a:hover img {
  opacity: 0.5;
}
.editor-style img {
  height: auto;
}
.editor-style h2 {
  font-size: clamp(2rem, 1.3541666667vw, 2.6rem);
  padding: 0.5em 0.6em;
  margin: 2em 0 1.5em;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 960px) {
  .editor-style h2 {
    font-size: clamp(2rem, 2.7083333333vw, 2.6rem);
  }
}
.editor-style h2 {
  /*  &::after {
      content: "";
      width: 110%;
      display: inline-block;
      height: 1px;
      background: $blk;
      position: absolute;
      bottom: 0;
      left: -5%;
      transform: translate(0%, 0);
    }*/
}
.editor-style h3 {
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  font-weight: 400;
  color: #000;
  padding: 0 0 0.5em;
  margin: 2em 0 1.5em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 960px) {
  .editor-style h3 {
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  }
}
.editor-style h3 {
  /*&::after {
    content: "";
    width: 130px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: none;
  }*/
}
.editor-style h4 {
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  font-weight: 400;
  color: #000;
  padding-left: 0.8em;
  margin: 2em 0 1.5em;
  line-height: 1.4;
  border-left: 3px solid #FF4E00;
}
@media screen and (max-width: 960px) {
  .editor-style h4 {
    font-size: clamp(1.6rem, 2.0833333333vw, 2rem);
  }
}
.editor-style strong {
  font-weight: 700;
}
.editor-style em {
  font-style: italic;
}
.editor-style ul {
  margin: 2em 0;
  border-left: 1px solid #000;
  padding: 1em 2em;
}
@media screen and (max-width: 767px) {
  .editor-style ul {
    padding: 1em;
  }
}
.editor-style ul li {
  position: relative;
  padding: 0 0 0 1.5em;
}
.editor-style ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.editor-style ul li::before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  top: 0;
  left: 0;
  position: absolute;
}
.editor-style ol {
  margin: 4em 0;
  border-left: 1px solid #000;
  padding: 1em 2em;
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  .editor-style ol {
    padding: 1em;
  }
}
.editor-style ol li {
  padding: 0 0 0 2.5em;
  position: relative;
}
.editor-style ol li::before {
  position: absolute;
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  top: 0.35em;
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FF4E00;
  color: white;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor-style ol li:not(:last-child) {
  margin-bottom: 1em;
}
.editor-style .blocks-gallery-grid,
.editor-style .wp-block-gallery {
  margin: 0;
}
.editor-style li.blocks-gallery-item {
  padding-left: 0;
}
.editor-style li.blocks-gallery-item::before {
  display: none;
}
.editor-style .wp-block-table {
  margin-block: 4em;
}
.editor-style .wp-block-image {
  margin-block: 4em;
}
@media screen and (max-width: 767px) {
  .editor-style .wp-block-image {
    margin-block: 2em;
  }
}
.editor-style .wp-block-buttons {
  margin-block: 4em;
}
@media screen and (max-width: 767px) {
  .editor-style .wp-block-buttons {
    flex-direction: column;
    margin-block: 2em;
  }
}
@media screen and (max-width: 767px) {
  .editor-style .wp-block-buttons .wp-block-button:last-of-type {
    margin-top: 2em;
  }
}
.editor-style .wp-block-buttons .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
@media screen and (max-width: 767px) {
  .editor-style .wp-block-buttons .wp-block-button.wp-block-button__width-50 {
    width: 100%;
  }
}
.editor-style .wp-block-buttons .wp-block-button.wp-block-button__width-75 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
@media screen and (max-width: 767px) {
  .editor-style .wp-block-buttons .wp-block-button.wp-block-button__width-75 {
    width: 100%;
  }
}
.editor-style .wp-block-columns {
  margin-block: 2em;
}
.editor-style .wp-block-table thead {
  border-bottom: 0px solid;
  background: #FF4E00;
  color: #fff;
  border: 1px solid #FF4E00;
}
.editor-style hr {
  border-top: 3px solid #000;
  width: 70%;
  margin: clamp(30px, 6vw, 60px) auto;
}
.editor-style table {
  width: 100%;
}
.editor-style table th,
.editor-style table td {
  border: 1px solid #FF4E00;
  padding: 1em;
}
.editor-style table th {
  text-align: center;
}
.editor-style table th:not(:first-of-type) {
  border-left: 2px solid #fff;
}

/*==========================================
#header
===========================================*/
#header.fixed {
  position: absolute;
}
#header.fixed .header_inner {
  height: clamp(50px, 9vw, 90px);
}
@media screen and (min-width: 961px) {
  #header.fixed .header-logo-block {
    width: auto;
    max-width: none;
  }
}

/*==========================================
subpage
===========================================*/
.archive-event .event_inner,
.single-event .event_inner {
  /*margin: clamp(20px, 6vw, 120px) auto;*/
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .archive-event .event_inner,
  .single-event .event_inner {
    flex-direction: column;
  }
}
.archive-event .event_inner .event-cate,
.single-event .event_inner .event-cate {
  flex: 1;
}
.archive-event .event_inner .event-cate ul,
.single-event .event_inner .event-cate ul {
  position: sticky;
  top: 50px;
}
@media screen and (max-width: 960px) {
  .archive-event .event_inner .event-cate ul,
  .single-event .event_inner .event-cate ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.archive-event .event_inner .event-cate ul li,
.single-event .event_inner .event-cate ul li {
  margin-bottom: clamp(0.3em, 2vw, 1em);
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .archive-event .event_inner .event-cate ul li,
  .single-event .event_inner .event-cate ul li {
    width: 45%;
    margin: 5px 10px;
  }
}
.archive-event .event_inner .event-cate ul li a::after,
.single-event .event_inner .event-cate ul li a::after {
  content: "";
  margin-left: 0.5em;
  color: #FF4E00;
  font-size: 0.6em;
  opacity: 0;
  transition: opacity 0.2s ease;
  line-height: 1;
  vertical-align: 0.2em;
  display: inline-block;
}
.archive-event .event_inner .event-cate ul li a.current, .archive-event .event_inner .event-cate ul li a.active,
.single-event .event_inner .event-cate ul li a.current,
.single-event .event_inner .event-cate ul li a.active {
  color: #FF4E00;
}
.archive-event .event_inner .event-cate ul li a.current::after, .archive-event .event_inner .event-cate ul li a.active::after,
.single-event .event_inner .event-cate ul li a.current::after,
.single-event .event_inner .event-cate ul li a.active::after {
  content: "●";
  opacity: 1;
}
@media (hover: hover) {
  .archive-event .event_inner .event-cate ul li:hover,
  .single-event .event_inner .event-cate ul li:hover {
    opacity: 0.6;
    padding-left: 5px;
  }
}
.archive-event .event_inner .event-list,
.single-event .event_inner .event-list {
  flex: 2;
}
.archive-event .event_inner .event-list .event-item,
.single-event .event_inner .event-list .event-item {
  display: flex;
  flex-wrap: wrap;
  --gap: clamp(20px, 4vw, 60px);
  gap: var(--gap);
}
.archive-event .event_inner .event-list .event-item .event-card,
.single-event .event_inner .event-list .event-item .event-card {
  flex: 0 0 calc(50% - var(--gap) / 2);
  min-width: 0;
}
@media screen and (max-width: 960px) {
  .archive-event .event_inner .event-list .event-item .event-card,
  .single-event .event_inner .event-list .event-item .event-card {
    flex: 0 0 100%;
  }
}
.archive-event .event_inner .event-list .event-item .event-card .event-img,
.single-event .event_inner .event-list .event-item .event-card .event-img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.archive-event .event_inner .event-list .event-item .event-card .event-img img,
.single-event .event_inner .event-list .event-item .event-card .event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 0;
}
.archive-event .event_inner .event-list .event-item .event-card a:hover img,
.single-event .event_inner .event-list .event-item .event-card a:hover img {
  transform: scale(1.05);
}
.archive-event .event_inner .event-list .event-item .event-card .event-ttl,
.single-event .event_inner .event-list .event-item .event-card .event-ttl {
  padding: clamp(10px, 2vw, 15px) 0 clamp(5px, 2vw, 10px);
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .archive-event .event_inner .event-list .event-item .event-card .event-ttl,
  .single-event .event_inner .event-list .event-item .event-card .event-ttl {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
    margin-top: 10px;
  }
}
.archive-event .event_inner .event-list .event-item .event-card .date,
.single-event .event_inner .event-list .event-item .event-card .date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media screen and (max-width: 960px) {
  .archive-event .event_inner .event-list .event-item .event-card .date,
  .single-event .event_inner .event-list .event-item .event-card .date {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
}
.archive-event .event_inner .event-list .event-item .event-card .date p + p,
.single-event .event_inner .event-list .event-item .event-card .date p + p {
  position: relative;
  margin-left: 1em;
  padding-left: 1em;
}
@media screen and (max-width: 960px) {
  .archive-event .event_inner .event-list .event-item .event-card .date p + p,
  .single-event .event_inner .event-list .event-item .event-card .date p + p {
    margin: 0;
    padding: 0;
  }
}
.archive-event .event_inner .event-list .event-item .event-card .date p + p:before,
.single-event .event_inner .event-list .event-item .event-card .date p + p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background: #000;
}
@media screen and (max-width: 960px) {
  .archive-event .event_inner .event-list .event-item .event-card .date p + p:before,
  .single-event .event_inner .event-list .event-item .event-card .date p + p:before {
    display: none;
  }
}
.archive-event .event_inner .event-list .event-item .event-card .place,
.single-event .event_inner .event-list .event-item .event-card .place {
  margin: clamp(10px, 2vw, 15px) 0 clamp(5px, 2vw, 10px);
  display: flex;
  align-items: center;
}
.archive-event .event_inner .event-list .event-item .event-card .place .place-detail,
.single-event .event_inner .event-list .event-item .event-card .place .place-detail {
  background-color: #000;
  display: flex;
  align-items: center;
  padding: clamp(5px, 2vw, 10px) clamp(20px, 4vw, 30px);
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-right: 10px;
}
.archive-event .event_inner .event-list .event-item .event-card .place .tag,
.single-event .event_inner .event-list .event-item .event-card .place .tag {
  color: #808080;
}
@media screen and (max-width: 960px) {
  .archive-event .event_inner .event-list .event-item .event-card .place .tag,
  .single-event .event_inner .event-list .event-item .event-card .place .tag {
    margin-top: 0;
  }
}
.archive-event .event_inner .event-list .event-item .event-card.is-end .event-img,
.single-event .event_inner .event-list .event-item .event-card.is-end .event-img {
  position: relative;
}
.archive-event .event_inner .event-list .event-item .event-card.is-end .event-img::after,
.single-event .event_inner .event-list .event-item .event-card.is-end .event-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.archive-event .event_inner .event-list .event-item .event-card.is-end .event-img::before,
.single-event .event_inner .event-list .event-item .event-card.is-end .event-img::before {
  content: "イベントは終了しました";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FF4E00;
  color: #000;
  text-align: center;
  padding: 0.6em 1em;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  z-index: 2;
}

/*イベント詳細*/
.single-event .event_inner {
  /*margin: clamp(20px, 6vw, 120px) auto;*/
  position: relative;
  display: inherit;
}
.single-event .event_inner .event-fv {
  display: flex;
  width: 100%;
  height: 100%;
  gap: clamp(20px, 4vw, 120px);
  margin-bottom: clamp(20px, 4vw, 120px);
}
@media screen and (max-width: 960px) {
  .single-event .event_inner .event-fv {
    flex-direction: column;
  }
}
.single-event .event_inner .event-fv .img {
  flex: 0 0 40%;
  /*aspect-ratio: 1 / 1;*/
  overflow: hidden;
}
.single-event .event_inner .event-fv .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-event .event_inner .event-fv.is-end .img {
  position: relative;
}
.single-event .event_inner .event-fv.is-end .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.single-event .event_inner .event-fv.is-end .img::before {
  content: "イベントは終了しました";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FF4E00;
  color: #000;
  text-align: center;
  padding: 0.6em 1em;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  z-index: 2;
}
.single-event .event_inner .event-detail {
  flex: 0 0 50%;
}
.single-event .event_inner .event-detail .event-ttl {
  padding-top: clamp(30px, 4vw, 60px);
}
.single-event .event_inner .event-detail .date {
  padding: clamp(10px, 2vw, 10px) 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media screen and (max-width: 960px) {
  .single-event .event_inner .event-detail .date {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
}
.single-event .event_inner .event-detail .date p + p {
  position: relative;
  margin-left: 1em;
  padding-left: 1em;
}
@media screen and (max-width: 960px) {
  .single-event .event_inner .event-detail .date p + p {
    margin: 0;
    padding: 0;
  }
}
.single-event .event_inner .event-detail .date p + p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background: #000;
}
@media screen and (max-width: 960px) {
  .single-event .event_inner .event-detail .date p + p:before {
    display: none;
  }
}
.single-event .event_inner .event-detail .place {
  margin: clamp(10px, 2vw, 15px) 0 clamp(5px, 2vw, 10px);
  display: flex;
  align-items: center;
}
.single-event .event_inner .event-detail .place .place-detail {
  background-color: #000;
  display: flex;
  align-items: center;
  padding: clamp(5px, 2vw, 10px) clamp(20px, 4vw, 30px);
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-right: 10px;
}
.single-event .event_inner .event-detail .place .tag {
  color: #808080;
}
.single-event .event_inner .event-detail .add {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.single-event .event_inner .event-detail .add .add-detail:before {
  content: ":";
  padding: 0 10px;
}
.single-event .event_inner .event-detail .lead {
  padding-top: clamp(20px, 4vw, 80px);
  line-height: 2;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.single-event .event_inner .join {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .single-event .event_inner .join {
    margin-top: 30px;
  }
}
.single-event .event_inner .join a {
  display: block;
}
@media screen and (max-width: 960px) {
  .single-event .event_inner .join a {
    display: block;
    margin: 30px auto;
  }
}
.single-event .event_inner .join a .arwStyle {
  background-color: #FF4E00;
  display: flex;
  align-items: center;
  border: none;
  width: clamp(300px, 20vw, 370px);
  max-width: 100%;
  aspect-ratio: 35/6;
  position: relative;
}
.single-event .event_inner .join a .arwStyle .arw {
  position: absolute;
  right: 30px;
}
.single-event .event_inner .join a:hover .arwStyle {
  background-color: #000;
  color: #fff;
}
.single-event .editor {
  margin: clamp(30px, 4vw, 150px) auto;
}
.single-event .map .map-inner .acf-map {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .single-event .map .map-inner .acf-map {
    height: 350px;
  }
}
.single-event .map .map-inner .ttl h2 {
  font-size: clamp(2.2rem, 3vw, 5rem);
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.single-event .map .map-inner .map-item {
  margin: clamp(15px, 4vw, 30px) auto;
}
.single-event .map .map-inner .map-item iframe {
  width: 100%;
  height: 450px;
}
.single-event .map .join a {
  margin: auto;
}
@media screen and (max-width: 960px) {
  .single-event .map .join a {
    margin: 30px auto;
  }
}
.single-event .map .join a .arwStyle {
  background-color: #FF4E00;
  display: flex;
  align-items: center;
  border: none;
  width: clamp(220px, 90vw, 960px);
  max-width: 100%;
  position: relative;
  aspect-ratio: 9/1;
}
@media screen and (max-width: 960px) {
  .single-event .map .join a .arwStyle {
    width: 300px;
    aspect-ratio: 35/6;
    margin-left: 0;
  }
}
.single-event .map .join a .arwStyle .arw {
  position: absolute;
  right: 30px;
}
.single-event .map .join a:hover .arwStyle {
  background-color: #000;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
}
.single-event .other-event .other-event-inner {
  margin: clamp(20px, 6vw, 120px) auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .single-event .other-event .other-event-inner {
    flex-direction: column;
  }
}
.single-event .other-event .other-event-inner .ttl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .single-event .other-event .other-event-inner .ttl {
    margin-bottom: 30px;
  }
}
.single-event .other-event .other-event-inner .ttl h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.single-event .other-event .other-event-inner .ttl h2:before {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background: #000;
  margin-bottom: clamp(10px, 2vw, 20px);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .single-event .other-event .other-event-inner .ttl h2 {
    margin-bottom: 20px;
  }
}
.single-event .other-event .other-event-inner .more-btn .btn-more-flex {
  display: flex;
  align-items: center;
}
.single-event .other-event .other-event-inner .more-btn .btn-more-flex .font_accent {
  margin-right: 20px;
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.single-event .other-event .other-event-inner .more-btn a:hover .arwStyle {
  background-color: #000;
  color: #fff;
}
.single-event .other-event .other-event-inner .more-btn a:hover .arwStyle .arw {
  background-color: #fff;
}
.single-event .other-event .other-event-inner .more-btn a:hover .arwStyle .arw:before, .single-event .other-event .other-event-inner .more-btn a:hover .arwStyle .arw:after {
  background-color: #fff;
}
.single-event .other-event .other-event-inner .event-list {
  flex: 3;
}
.single-event .other-event .other-event-inner .event-list .event-item {
  display: flex;
  flex-wrap: wrap;
  --gap: clamp(20px, 4vw, 60px);
  gap: var(--gap);
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card {
  flex: 0 0 calc(50% - var(--gap) / 2);
  min-width: 0;
}
@media screen and (max-width: 960px) {
  .single-event .other-event .other-event-inner .event-list .event-item .event-card {
    flex: 0 0 100%;
  }
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card .event-img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card .event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 0;
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card a:hover img {
  transform: scale(1.05);
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card .event-ttl {
  padding: clamp(10px, 2vw, 15px) 0 clamp(5px, 2vw, 10px);
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .single-event .other-event .other-event-inner .event-list .event-item .event-card .event-ttl {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
    margin-top: 10px;
  }
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card .date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media screen and (max-width: 960px) {
  .single-event .other-event .other-event-inner .event-list .event-item .event-card .date {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card .date p + p {
  position: relative;
  margin-left: 1em;
  padding-left: 1em;
}
@media screen and (max-width: 960px) {
  .single-event .other-event .other-event-inner .event-list .event-item .event-card .date p + p {
    margin: 0;
    padding: 0;
  }
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card .date p + p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background: #000;
}
@media screen and (max-width: 960px) {
  .single-event .other-event .other-event-inner .event-list .event-item .event-card .date p + p:before {
    display: none;
  }
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card .place {
  margin: clamp(10px, 2vw, 15px) 0 clamp(5px, 2vw, 10px);
  display: flex;
  align-items: center;
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card .place .place-detail {
  background-color: #000;
  display: flex;
  align-items: center;
  padding: clamp(5px, 2vw, 10px) clamp(20px, 4vw, 30px);
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-right: 10px;
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card .place .tag {
  color: #808080;
}
@media screen and (max-width: 960px) {
  .single-event .other-event .other-event-inner .event-list .event-item .event-card .place .tag {
    margin-top: 10px;
  }
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card.is-end .event-img {
  position: relative;
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card.is-end .event-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.single-event .other-event .other-event-inner .event-list .event-item .event-card.is-end .event-img::before {
  content: "イベントは終了しました";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FF4E00;
  color: #000;
  text-align: center;
  padding: 0.6em 1em;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  z-index: 2;
}
.single-event {
  /*==========================================
  エディタスタイル
  ===========================================*/
}
.single-event .editor-style {
  margin-bottom: clamp(20px, 6vw, 120px);
}
.single-event .wp-block-button__link {
  background-color: #FF4E00;
  color: #000;
  text-decoration: none;
  transition: 0.3s all;
}
.single-event .wp-block-button__link:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none !important;
}

/*# sourceMappingURL=event.css.map */
