@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.editor-style {
  display: flex;
  justify-content: center;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",  "Meiryo", sans-serif; }
  @media all and (-ms-high-contrast: none) {
    .editor-style {
      word-break: break-all; } }
  .editor-style .markdown, .editor-style .free-block, .editor-style .flex-col {
    width: 100%; }
  .editor-style p {
    line-height: 2; }
    .editor-style p:not(:last-child) {
      margin-bottom: 2em; }
  .editor-style a {
    color: #000;
    text-decoration: underline !important; }
    .editor-style a img {
      transition: 0.3s; }
    .editor-style a:hover {
      text-decoration: none !important; }
      .editor-style a:hover img {
        opacity: 0.8; }
  .editor-style img {
    height: auto; }
  .editor-style h2 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 1em 0 1.5em; }
  .editor-style h3 {
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 1em 0 1em; }
  .editor-style strong {
    font-weight: bold; }
  .editor-style em {
    font-style: italic; }
  .editor-style ul {
    margin: 1em 0; }
    .editor-style ul li {
      position: relative;
      padding: 0 0 0 1em; }
      .editor-style ul li:not(:last-child) {
        margin-bottom: 0.7em; }
      .editor-style ul li::before {
        top: 0.6em;
        left: 0;
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #000;
        position: absolute; }
  .editor-style ol {
    list-style-type: decimal;
    margin: 1em 0 1em 1em; }
    .editor-style ol li {
      padding: 0; }
      .editor-style ol li:not(:last-child) {
        margin-bottom: 0.7em; }
  .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-image:not(:last-child) {
    margin-bottom: 2em; }

@media screen and (max-width: 768px) {
  .editor-style h2 {
    font-size: 2.2rem; } }
@media screen and (max-width: 576px) {
  .editor-style h2 {
    font-size: 2rem; } }
/*==========================================
　event共通
===========================================*/
.sec-event .cts-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 0 4%; }
.sec-event .cts-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  margin-bottom: 3rem; }
.sec-event .cts-ttl-en {
  font-size: clamp(6rem, 4.1666666667vw, 8rem);
  letter-spacing: 0.2em; }
  @media screen and (max-width: 960px) {
    .sec-event .cts-ttl-en {
      font-size: clamp(3.6rem, 6.25vw, 6rem); } }
  @media screen and (max-width: 576px) {
    .sec-event .cts-ttl-en {
      font-size: clamp(3.6rem, 6.9444444444vw, 4rem); } }
.sec-event .cts-txt {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 600; }
@media screen and (max-width: 960px) {
  .sec-event .cts-subttl {
    padding-left: 0px; } }

.item-add-wrap {
  margin: 0.8em 0 0.8em; }

.item-add-item {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 576px) {
    .item-add-item {
      flex-direction: column; } }
  .item-add-item + .item-add-item {
    margin-top: 1em; }
  @media screen and (min-width: 577px) {
    .item-add-item dt {
      min-width: 100px;
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 576px) {
    .item-add-item dt {
      border-bottom: 1px solid #000;
      padding: 0.3em; } }
  .item-add-item dd {
    display: inline-flex;
    text-align: justify;
    line-height: 1.5; }
    @media screen and (min-width: 577px) {
      .item-add-item dd {
        padding-left: 0.5em; } }
    @media screen and (max-width: 576px) {
      .item-add-item dd {
        margin-top: 0.5em; } }

.item-desc {
  letter-spacing: 0.1em;
  line-height: 3.6rem;
  font-size: 1.6rem; }

/*==========================================
　event一覧
===========================================*/
.archive-event .sec-event .event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .archive-event .sec-event .event-list {
      justify-content: space-between; } }
  .archive-event .sec-event .event-list.pickup .event-item {
    width: calc(100% / 1); }
    @media screen and (min-width: 768px) {
      .archive-event .sec-event .event-list.pickup .event-item .item-body {
        z-index: 2;
        bottom: 8%;
        max-width: 90%;
        margin-inline: auto;
        position: absolute;
        left: 4%;
        display: inline-flex;
        flex-direction: column;
        width: auto; } }
    @media screen and (min-width: 768px) {
      .archive-event .sec-event .event-list.pickup .event-item .item-ttl {
        padding: 1em;
        margin-top: 2em;
        background: #fff; } }
  .archive-event .sec-event .event-list .event-item {
    width: calc(100% / 2); }
    @media screen and (max-width: 768px) {
      .archive-event .sec-event .event-list .event-item {
        width: 100%; }
        .archive-event .sec-event .event-list .event-item:nth-of-type(n + 2) {
          margin-top: 40px; } }
    @media screen and (min-width: 769px) {
      .archive-event .sec-event .event-list .event-item {
        width: calc(98% / 2); }
        .archive-event .sec-event .event-list .event-item:nth-of-type(n + 3) {
          margin-top: 60px; }
        .archive-event .sec-event .event-list .event-item:not(:nth-of-type(2n + 1)) {
          margin-left: 2%; } }
    .archive-event .sec-event .event-list .event-item a {
      position: relative; }
      @media (hover: hover) {
        .archive-event .sec-event .event-list .event-item a:hover:hover .item-more-wrap {
          opacity: 1;
          scale: 1; }
        .archive-event .sec-event .event-list .event-item a:hover:hover .item-img img {
          transform: scale(1.1, 1.1); } }
    .archive-event .sec-event .event-list .event-item .item-close-wrap {
      position: absolute;
      z-index: 6;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.5); }
      .archive-event .sec-event .event-list .event-item .item-close-wrap .item-close {
        font-size: clamp(1.4rem, 1.4vw, 3rem);
        letter-spacing: 0.1em;
        color: #fff; }
    .archive-event .sec-event .event-list .event-item .item-more-wrap {
      position: absolute;
      z-index: 2;
      inset: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      transition: 0.3s ease-in-out;
      scale: 1.1;
      pointer-events: none; }
      .archive-event .sec-event .event-list .event-item .item-more-wrap .item-more {
        font-size: 1.6rem;
        border-radius: 50%;
        border: 2px solid #fff;
        padding: 0px 2rem;
        font-weight: bold;
        color: #fff;
        aspect-ratio: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
  .archive-event .sec-event .event-list .item-head {
    position: relative; }
  .archive-event .sec-event .event-list .item-img {
    font-size: 0;
    overflow: hidden; }
    .archive-event .sec-event .event-list .item-img img {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 0.7479224377;
      transition: all 1s ease; }
  .archive-event .sec-event .event-list .item-body {
    margin-top: 1em; }
  .archive-event .sec-event .event-list .item-ttl {
    margin-top: 1em;
    font-size: 1.8rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media screen and (max-width: 960px) {
      .archive-event .sec-event .event-list .item-ttl {
        font-size: 1.8rem; } }
  .archive-event .sec-event .event-list .item-cate {
    background: #ebe7dc;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 100vmax;
    min-width: 140px;
    max-width: 140px;
    text-align: center;
    font-weight: 600; }
.archive-event .sec-event .btn-more-block {
  margin-top: 40px; }
  @media screen and (max-width: 960px) {
    .archive-event .sec-event .btn-more-block {
      margin-top: 40px; } }
  @media screen and (max-width: 960px) {
    .archive-event .sec-event .btn-more-block .c-btn-round {
      position: relative;
      width: auto;
      text-align: center; } }

/*==========================================
　works詳細
===========================================*/
.single-event .sec-event .event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .single-event .sec-event .event-list {
      justify-content: space-between; } }
  .single-event .sec-event .event-list.pickup .event-item {
    width: calc(100% / 1); }
    @media screen and (min-width: 768px) {
      .single-event .sec-event .event-list.pickup .event-item .item-body {
        z-index: 2;
        bottom: 8%;
        max-width: 90%;
        margin-inline: auto;
        position: absolute;
        left: 4%;
        display: inline-flex;
        flex-direction: column;
        width: auto; } }
    @media screen and (min-width: 768px) {
      .single-event .sec-event .event-list.pickup .event-item .item-ttl {
        padding: 1em;
        margin-top: 2em;
        background: #fff; } }
  .single-event .sec-event .event-list .event-item {
    width: calc(100% / 1); }
  .single-event .sec-event .event-list .item-wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .single-event .sec-event .event-list .item-wrap {
        flex-direction: column; } }
  .single-event .sec-event .event-list .item-head {
    position: relative; }
    @media screen and (min-width: 961px) {
      .single-event .sec-event .event-list .item-head {
        width: 44%;
        margin-left: 4%; } }
  .single-event .sec-event .event-list .item-body {
    position: relative;
    background: #ebe7dc;
    padding: 4%; }
    @media screen and (min-width: 961px) {
      .single-event .sec-event .event-list .item-body {
        width: 48%; } }
  .single-event .sec-event .event-list .item-img {
    font-size: 0;
    overflow: hidden; }
    .single-event .sec-event .event-list .item-img img {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 0.7479224377;
      transition: all 1s ease; }
  .single-event .sec-event .event-list .item-ttl {
    margin-top: 1em;
    font-size: 1.8rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media screen and (max-width: 960px) {
      .single-event .sec-event .event-list .item-ttl {
        font-size: 1.8rem; } }
  .single-event .sec-event .event-list .item-cate {
    background: #fff;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 100vmax;
    min-width: 140px;
    max-width: 140px;
    text-align: center;
    font-weight: 600; }
  .single-event .sec-event .event-list .item-close-wrap {
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5); }
    .single-event .sec-event .event-list .item-close-wrap .item-close {
      font-size: clamp(1.4rem, 1.4vw, 3rem);
      letter-spacing: 0.1em;
      color: #fff; }
.single-event .sec-event .btn-more-block {
  margin-top: 40px; }
  @media screen and (max-width: 960px) {
    .single-event .sec-event .btn-more-block {
      margin-top: 40px; } }
  @media screen and (max-width: 960px) {
    .single-event .sec-event .btn-more-block .c-btn-round {
      position: relative;
      width: auto;
      text-align: center; } }
.single-event .btn-more-flex {
  display: flex;
  justify-content: center; }

/*==========================================
　map
===========================================*/
@media screen and (max-width: 960px) {
  .sec-map iframe {
    height: auto;
    min-height: 300px;
    aspect-ratio: 1; } }

/*==========================================
　packContact
===========================================*/
.sec-packContact {
  /*長丸ボタン*/ }
  .sec-packContact .pack-ctsContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #ebe7dc;
    padding-inline: 30px 60px; }
    @media screen and (max-width: 960px) {
      .sec-packContact .pack-ctsContainer {
        padding-inline: 4%; } }
  .sec-packContact .sec-packCts {
    width: 100%; }
    @media screen and (max-width: 960px) {
      .sec-packContact .sec-packCts {
        width: 100%; } }
  .sec-packContact .packCts-contact-block {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    .sec-packContact .packCts-contact-block .cts-head {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 1rem; }
    .sec-packContact .packCts-contact-block .cts-body {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .sec-packContact .packCts-contact-block .cts-body {
          flex-direction: column; } }
    .sec-packContact .packCts-contact-block .cts-ttl-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .sec-packContact .packCts-contact-block .cts-ttl {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 960px) {
        .sec-packContact .packCts-contact-block .cts-ttl {
          text-align: center;
          justify-content: center;
          align-items: center; } }
    .sec-packContact .packCts-contact-block .cts-ttl-en {
      font-size: clamp(2rem, 3.125vw, 6rem);
      letter-spacing: 0.2em;
      color: #fff; }
      @media screen and (max-width: 960px) {
        .sec-packContact .packCts-contact-block .cts-ttl-en {
          font-size: clamp(2rem, 6.25vw, 6rem);
          margin-bottom: 1rem; } }
    .sec-packContact .packCts-contact-block .cts-ttl-ja {
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      padding-bottom: 3em;
      position: relative;
      text-align: center;
      line-height: 1.75; }
    .sec-packContact .packCts-contact-block .contact-form-wrap {
      text-align: center; }
      @media screen and (min-width: 769px) {
        .sec-packContact .packCts-contact-block .contact-form-wrap {
          width: 48%; } }
      @media screen and (max-width: 768px) {
        .sec-packContact .packCts-contact-block .contact-form-wrap {
          margin-bottom: 60px; } }
      @media screen and (max-width: 576px) {
        .sec-packContact .packCts-contact-block .contact-form-wrap {
          margin-bottom: 40px; } }
    .sec-packContact .packCts-contact-block .contact-tel-wrap {
      text-align: center; }
      @media screen and (min-width: 769px) {
        .sec-packContact .packCts-contact-block .contact-tel-wrap {
          width: 48%; } }
    .sec-packContact .packCts-contact-block .contact-tel {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 960px) {
        .sec-packContact .packCts-contact-block .contact-tel {
          justify-content: center; } }
    .sec-packContact .packCts-contact-block .tel_number {
      letter-spacing: 0em;
      font-weight: bold;
      font-size: clamp(2.6rem, 1.875vw, 3.6rem);
      line-height: 3.6rem; }
    .sec-packContact .packCts-contact-block .item-ttl {
      margin-bottom: 3em;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .sec-packContact .packCts-contact-block .item-ttl {
          margin-bottom: 1em; } }
  .sec-packContact .radius-block .radius-btn-wrap {
    /*ベース*/ }
    .sec-packContact .radius-block .radius-btn-wrap .btn-more {
      max-width: 325px;
      width: 100%;
      margin: 0;
      min-width: 220px;
      padding: 1em 2em 1em 2em;
      text-align: left;
      letter-spacing: 0.1em; }

/*==========================================
　OTHER
===========================================*/
@media screen and (max-width: 960px) {
  .sec-other .cts-ttl-en {
    font-size: clamp(1.4rem, 4.4vw, 3rem); } }
.sec-other .other-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .sec-other .other-list {
      justify-content: space-between; } }
  @media screen and (max-width: 960px) {
    .sec-other .other-list .other-item {
      width: 100%; } }
  @media screen and (min-width: 961px) {
    .sec-other .other-list .other-item {
      width: calc(98% / 2); }
      .sec-other .other-list .other-item:nth-of-type(n + 3) {
        margin-top: 60px; }
      .sec-other .other-list .other-item:not(:nth-of-type(2n + 1)) {
        margin-left: 2%; } }
  .sec-other .other-list .other-item a {
    position: relative; }
    @media (hover: hover) {
      .sec-other .other-list .other-item a:hover:hover .item-more-wrap {
        opacity: 1;
        scale: 1; }
      .sec-other .other-list .other-item a:hover:hover .item-img img {
        transform: scale(1.1, 1.1); } }
  .sec-other .other-list .other-item .item-more-wrap {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s ease-in-out;
    scale: 1.1;
    pointer-events: none; }
    .sec-other .other-list .other-item .item-more-wrap .item-more {
      font-size: 1.6rem;
      border-radius: 50%;
      border: 2px solid #fff;
      padding: 0px 2rem;
      font-weight: bold;
      color: #fff;
      aspect-ratio: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
  .sec-other .other-list .item-head {
    position: relative; }
  .sec-other .other-list .item-img {
    font-size: 0;
    overflow: hidden; }
    .sec-other .other-list .item-img img {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 0.7479224377;
      transition: all 1s ease; }
      @media screen and (max-width: 960px) {
        .sec-other .other-list .item-img img {
          width: 100%;
          object-fit: cover;
          aspect-ratio: 1; } }
  .sec-other .other-list .item-body {
    margin-top: 2em; }
  .sec-other .other-list .item-foot {
    margin-top: 1em; }
  .sec-other .other-list .item-ttl {
    margin-top: 1em;
    font-size: 1.8rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media screen and (max-width: 960px) {
      .sec-other .other-list .item-ttl {
        font-size: 1.8rem; } }
  .sec-other .other-list .item-cate {
    background: #ebe7dc;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 100vmax;
    min-width: 140px;
    text-align: center;
    font-weight: 600; }

/*==========================================
　ctsNav
===========================================*/
/*ctsNav*/
.ctsNav_list_wrap {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 375px) {
    .ctsNav_list_wrap {
      flex-direction: column; } }
  .ctsNav_list_wrap + .ctsNav_list_wrap {
    margin-top: 20px; }
.ctsNav_list_ttl {
  display: block;
  min-width: 100px;
  font-weight: bold; }
  @media screen and (max-width: 960px) {
    .ctsNav_list_ttl {
      min-width: 90px; } }
  @media screen and (max-width: 375px) {
    .ctsNav_list_ttl {
      margin-bottom: 2em; } }
.ctsNav_list {
  padding-bottom: 0em;
  text-align: left;
  display: inline-flex;
  flex-wrap: wrap; }
.ctsNav_list_item {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-right: 0.5em; }
.ctsNav_list_link {
  display: inline-block;
  padding: 0.05em 0.25em 0.1em 0.5em;
  margin: 0 0.5em 0 0;
  transition: 0.3s ease-in-out; }
  @media (hover: hover) {
    .ctsNav_list_link:hover:hover {
      opacity: 0.5; } }
.ctsNav_list_item_cat {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    .ctsNav_list_item_cat {
      margin-bottom: 1.5em;
      margin-right: 2em; } }
  @media screen and (max-width: 768px) {
    .ctsNav_list_item_cat {
      margin-right: 1em;
      margin-bottom: 1em; } }
.ctsNav_list_link_cat {
  background: #ebe7dc;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 100vmax;
  text-align: center;
  font-weight: 600;
  opacity: 1; }
  @media screen and (min-width: 769px) {
    .ctsNav_list_link_cat {
      min-width: 140px; } }
  @media screen and (max-width: 768px) {
    .ctsNav_list_link_cat {
      font-size: clamp(1rem, 2.8334vw, 1.6rem); } }
  @media (hover: hover) {
    .ctsNav_list_link_cat:hover:hover {
      opacity: 1;
      color: #fff;
      background: #123646; } }
  .ctsNav_list_link_cat.active {
    color: #fff;
    background: #123646; }

/*==========================================
　sp_slider
===========================================*/
.sp_slider_other .slick-slide {
  margin-right: 3vw !important;
  margin-left: 3vw !important; }
.sp_slider_other .slick-prev,
.sp_slider_other .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(calc(75vw / 200 * 200) / 2);
  transform: translate(0, -50%);
  display: block;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: transparent;
  border: 0px solid #343434;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
  cursor: pointer;
  color: transparent;
  outline: none; }
@media screen and (max-width: 960px) {
  .sp_slider_other .slick-prev {
    left: calc(0% - -22px); } }
@media screen and (max-width: 960px) {
  .sp_slider_other .slick-next {
    right: calc(0% - -22px); } }
.sp_slider_other .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }
.sp_slider_other .slick-next:before {
  background-image: url(../img/common/arrow_r.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }
.sp_slider_other .slick-prev:before {
  background-image: url(../img/common/arrow_l.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }

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