@charset "utf-8";
/*===================
Works,Eventページ一覧
===================*/
.column-2 .post-cols {
  /* overflow: hidden; */
}
.column-2 .post-cols__col1 {
  position: relative;
  z-index: 2;
  background: #f8f3ed;
}
.column-2 .post-cols__col2 {
  width: 69%;
  position: relative;
}
.column-2 .post-list {
  display: flex;
  flex-wrap: wrap;
}
.column-2 .post-cols__col2 {
  position: relative;
}
.column-2 .post-cols__col2::after {
  content: "";
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  right: 0; /* または right: 0; 位置に応じて調整 */
  width: 1px;
  background-color: #ccc;
  z-index: 1;
}
.column-2 .post-list__item {
  width: calc(100% / 2);
  position: relative;
}
.column-2 .post-list__item:nth-child(odd) {
  border-right: 1px solid #cccccc;
}
.column-2 .post-list__item:nth-child(2n + 1)::after {
  content: "";
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  height: 1px;
  background-color: #ccc;
  z-index: 1;
}
.column-2 .post-list__item-link {
  flex-direction: column;
}
.column-2 .post-list.--type1 .post-list__thum {
  width: 100%;
  margin-bottom: clamp(14px, 1.9375vw, 31px);
}
.column-2 .post-list.--type1 .post-list__item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(14px, 6.2%, 71px);
  transition: 0.5s;
}
.column-2 .post-list.--type1 .post-list__wrap {
  display: block;
  width: 100%;
}
.column-2 .post-list__area {
  display: block;
  margin-bottom: clamp(14px, 1.6875vw, 27px);
  font-size: clamp(13px, 0.875vw, 14px);
}
.column-2 .post-list__item-title {
  margin-bottom: clamp(13px, 1.0625vw, 17px);
}
.column-2 .post-list__tagWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 1.5vw;
}
.column-2 .post-list__tag-link {
  display: block;
  font-size: clamp(11px, 0.8125vw, 13px);
  font-weight: 300;
  line-height: 1.2;
  color: #c65c26;
}
.column-2 .pagination {
  align-items: center;
  justify-content: center;
}
/*===================
Eventページ一覧
===================*/
.column-2 .post-single__info-day,
.column-2 .post-list__info-day {
  width: 72%;
}
.column-2 .post-single__info-cat,
.column-2 .post-list__info-cat {
  min-width: fit-content;
}
.column-2 .post-list__detail {
  margin-bottom: clamp(9px, 0.6875vw, 11px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.column-2 .post-list__detail:last-of-type {
  margin-bottom: clamp(13px, 1.3125vw, 21px);
}
.column-2 .post-list__detail-dt,
.column-2 .post-list__detail-dd {
  font-size: clamp(11px, 0.8125vw, 13px);
  font-weight: 300;
}
.column-2 .post-list__detail-dt {
  min-width: fit-content;
}
.column-2 .post-list__key {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw;
}
.column-2 .post-list__key-item {
  padding: clamp(8px, 0.75vw, 12px) clamp(8px, 2vw, 32px);
  font-size: clamp(11px, 0.8125vw, 13px);
  font-weight: 300;
  color: #fff;
}
.column-2 .post-list__key-item.u-blue {
  background: #58a3ba;
}
.column-2 .post-list__key-item.u-red {
  background: #c65c26;
}
.column-2 .post-list__key-item.u-yellow {
  background: #b7a958;
}
/* エベント終了のサムネイルオーバーレイ用 */
.event .post-list__item-link.is-end {
  pointer-events: none;
  cursor: default;
  /* opacity: 0.6; */
}
/* .event .post-list__item-link.is-end .post-list__thum {
  position: relative;
}
.event .post-list__item-link.is-end .post-list__thum::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00000092;
} */
.event .post-list__thum {
  position: relative;
}

.event .post-list__thum-overlay {
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.898); */
  border-radius: 0.625vw;

  pointer-events: none;
  background: url(../imgs_new/post/event_end.png) center center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
/* .event .post-list__thum-overlayTxt {
  color: #fff;
  font-weight: bold;
  font-size: clamp(14px, 1.25vw, 20px);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.event .post-list__thum-overlaySpan {
  display: block;
  font-size: clamp(12px, 0.875vw, 14px);
} */
@media screen and (max-width: 1100px) {
  .event .post-list.--type1 .post-list__info {
    flex-direction: column;
    align-items: flex-start;
  }
  .event .post-list__info-line {
    width: clamp(17px, 1.25vw, 20px);
    height: 1px;
    margin: 10px 0;
  }
  .event .post-list__info-day {
    width: 100%;
  }
}
/*===================
columnページ一覧
===================*/
.column .post-list.--type1 .post-list__item-link {
  flex-direction: row-reverse;
}

@media screen and (max-width: 750px) {
  .column-2 .post-cols__col2 {
    width: 100%;
  }
  .column-2 .post-single__info-day,
  .column-2 .post-list__info-day {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .column-2 .post-list.--type1 .post-list__info {
    flex-direction: column;
    align-items: flex-start;
  }
  .column-2 .post-list.--type1 .post-list__info-line {
    width: clamp(17px, 1.25vw, 20px);
    height: 1px;
    margin: 10px 0;
  }
  /* .column-2.event .post-list {
        display: block;
    } */

  .column .post-list.--type1 .post-list__item-link {
    flex-direction: column;
  }
}

/* ================================================================================ */

/*===================
Works.Event.columnページ詳細
===================*/
.column-1 {
  overflow: hidden;
}
.column-1 .post-cols2__col1 {
  width: 61%;
  padding-left: 0;
  margin: 0 auto;
}

.column-1 .post-single__title {
  margin-bottom: clamp(15px, 1.375vw, 22px);
}
.column-1 .post-single__title.cat {
  min-width: fit-content;
}
.column-1 .post-list__tagWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 1.5vw;
}
.column-1 .post-list__tag-link {
  display: block;
  font-size: clamp(11px, 0.8125vw, 13px);
  font-weight: 300;
  line-height: 1.2;
  color: #c65c26;
}
.works.column-1 .post-cols2.--mt1 {
  margin-top: clamp(50px, 6.375vw, 102px);
}
.column-1 .post-single__content p:not(:last-child) {
  margin-bottom: clamp(20px, 3.75vw, 66px);
}
.post-single__txtArea {
}
.column-1 .post-single__heading,
.column .post-single__heading {
  padding: clamp(15px, 1.5625vw, 25px) 0;
  margin-bottom: clamp(15px, 1.875vw, 30px);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.column-1 .post-single__heading::before {
  content: "";
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  height: 1px;
  background-color: #ccc;
  z-index: 1;
}
.column-1 .post-single__heading::after {
  content: "";
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  height: 1px;
  background-color: #ccc;
  z-index: 1;
}
.column .post-single__heading {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.column .post-single__list {
  margin-top: -2em !important;
  margin-bottom: clamp(30px, 4.6875vw, 75px);
}
.column .post-single__listItem {
  position: relative;
  margin-bottom: 0.6em;
}
.column .post-single__listItem::before {
  display: block;
  content: "●";
  font-size: clamp(14px, 1vw, 16px);
  color: #58a3ba;
  position: absolute;
  top: 0;
  left: 0;
}
.column .post-single__listItem a {
  display: block;
  width: fit-content;
  margin-left: 1.2em;
}
/*===================
Eventページ詳細
===================*/
.column-1 .post-list__info-day {
  display: block;
  margin-bottom: clamp(16px, 1.25vw, 20px);
}
.column-1 .post-list__key {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw;
}
.column-1 .post-list__key-item {
  padding: clamp(8px, 0.75vw, 12px) clamp(8px, 2vw, 32px);
  font-size: clamp(11px, 0.8125vw, 13px);
  font-weight: 300;
  color: #fff;
}
.column-1 .post-list__key-item.u-blue {
  background: #58a3ba;
}
.column-1 .post-list__key-item.u-red {
  background: #c65c26;
}
.column-1 .post-list__key-item.u-yellow {
  background: #b7a958;
}
.column-1 .post-single__detail {
  margin-bottom: clamp(32px, 4.875vw, 78px);
  display: flex;
  flex-wrap: wrap;
}
.column-1 .post-single__detail-dt,
.column-1 .post-single__detail-dd {
  padding: clamp(10px, 1.1625vw, 17px) clamp(10px, 0.9375vw, 15px);
  border-bottom: 1px solid #ccc;
  font-size: clamp(11px, 0.9375vw, 15px);
  font-weight: 400;
}
.column-1 .post-single__detail-dt:last-of-type,
.column-1 .post-single__detail-dd:last-of-type {
  border-bottom: none;
}
.column-1 .post-single__detail-dt {
  width: 25%;
  /* min-width: 87px; */
  background: #f2f2f2;
  text-align: center;
}
.column-1 .post-single__detail-dd {
  width: 75%;
  /* min-width: calc(100% - 87px); */
  background: #fff;
}
.post-single__editor {
  margin-bottom: clamp(32px, 4.75vw, 76px);
}
.post-single__editor img {
  border-radius: 0;
}
.column-1 .post-single__content .post-single__editor p:not(:last-child) {
  margin-bottom: clamp(15px, 1.875vw, 30px);
}
/* -------------------------------------
詳細のスワイパー
------------------------------------- */
.post__slides {
  width: 100%;
  margin-bottom: clamp(10px, 0.9375vw, 15px);
}
.post__slides .swiper {
  border-radius: 9px;
}
.post__slides .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.post__slides .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  /* height: 0;
 width: 100%;
 padding-top: 67%; */
  /* padding-top: 77%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%; */
}
.post__slides .swiper-slide .img {
  /* border-radius: 9px;
    display: block;

    object-fit: contain; 
  object-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
  padding-top: 67%; /* アスペクト比（例：3:2） */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 9px;
  display: block;
}
.post__slides .swiper-slide .img.thumb {
  background-size: cover;
}
.post__slides .mySwiper2 {
  /* height: 670px; */
  width: 100%;
  margin-bottom: clamp(10px, 0.9375vw, 15px);
}

.post__slides .mySwiper {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.wrapper {
  max-width: 500px;
  margin: 50px auto;
}

.swiper-wrapper.sub {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.8vw;
  max-width: 650px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
  /* overflow: scroll; */
}
.swiper-wrapper.sub li {
  display: inline-block;
  width: 13%;
  cursor: pointer;
}
.swiper-wrapper.sub .swiper-slide::after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  border-radius: 9px;
  pointer-events: none;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.swiper-wrapper.sub .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 0;
}

.column-1 .post-back {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .column-1 .post-cols2__col1 {
    width: 100%;
    padding-left: 20px;
  }
  .swiper-wrapper.sub li {
    width: 19%;
  }
  .column-1 .post-single__title.cat {
    margin-bottom: 0;
  }
}

/* -------------------------------------
詳細のタイトル共通
------------------------------------- */
.post-single__wrap {
  padding-bottom: clamp(32px, 4.75vw, 76px);
}
.post-single__map iframe {
  width: 100%;
}
.single__ttl {
  width: fit-content;
  min-width: 140px;
  padding: clamp(14px, 1.0625vw, 17px) clamp(16px, 2vw, 32px) clamp(10px, 0.625vw, 10px);
  border: 1px solid #ccc;
  border-bottom: none;
  margin-bottom: clamp(32px, 4.75vw, 76px);
  font-family: century-gothic, sans-serif;
  font-size: clamp(16px, 1.3125vw, 21px);
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  line-height: 1.2;
}
.single__ttl::before {
  content: "";
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  height: 1px;
  background-color: #ccc;
  z-index: 1;
}
.single__ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-color: #f8f3ed;
  z-index: 1;
}

/* -------------------------------------
詳細のフォーム
------------------------------------- */

/* .form__ttl {
    width: fit-content;
    padding: clamp(10px, 1.0625vw, 17px) clamp(16px, 2vw, 32px);
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: clamp(32px, 4.75vw, 76px);
    font-family: century-gothic, sans-serif;
    font-size: clamp(16px, 1.3125vw, 21px);
    letter-spacing: 0.1em;
    position: relative;
}
.form__ttl::before {
    content: "";
    position: absolute;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    height: 1px;
    background-color: #ccc;
    z-index: 1;
}
.form__ttl::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    background-color: #f8f3ed;
    z-index: 1;
} */
