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


     index


============================================================================= */
.index-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv-img {
  width: 74%;
}
.mv-img img {
  font-family: "object-fit:cover";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.mv-box {
  background: #fff;
  padding: 1em 2%;
  position: relative;
  width: 26%;
  z-index: 2;
}

.mv-ttlbox {
  color: #009bd2;
}

.mv-date {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
}

.mv-ttl {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-top: 4px;
}

.mv-list {
  margin-top: 28px;
}

.mv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mv-item + li {
  margin-top: 24px;
}

.mv-item-ttl {
  font-size: 2rem;
}

.mv-item-cat {
  background: #1e1e1e;
  color: #fff;
  padding: 0.25em 0.75em;
}

.mv-span {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.picker {
  background: #fcee21;
  width: 100%;
}

.picker-list {
  margin: auto;
  max-width: 1300px;
  padding: 1em 40px;
}

.picker-item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.picker-item:hover {
  opacity: 0.7;
}
.picker-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.picker-item dt {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  margin-right: 14px;
  /*     margin-top: -0.15em; */
}
.picker-item dd {
  display: inline-block;
}

.picker-txt {
  display: inline-block;
  font-size: 3.2rem;
}

.picker-date {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  margin-left: 8px;
}

/* **************************************


           news


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


     index


============================================================================= */
.group,
.about {
  background: #eaeff6;
}

.index-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.mv-headbox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 50%;
  padding-bottom: 24px;
  padding-left: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.mv-head {
  color: #fff;
  font-size: 3.2rem;
  padding-left: 0.5em;
  position: relative;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
}
.mv-head:before {
  background: #fff;
  border: 1px solid #1e1e1e;
  content: "";
  height: calc(100% - 0.75em);
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
}

.mv-ttl {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 4px;
}

.mv-schedule-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2f65a2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  height: 320px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.mv-schedule-btn:hover:before {
  background-size: 100% 50%, 50% 100%, 100% 50%, 50% 100%;
}
.mv-schedule-btn:before {
  --x-gradient: linear-gradient(
    90deg,
    #fff 0 2px,
    transparent 0 calc(100% - 2px),
    #fff calc(100% - 2px)
  );
  --y-gradient: linear-gradient(
    #fff 0 2px,
    transparent 0 calc(100% - 2px),
    #fff calc(100% - 2px)
  );
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-position: top, right, bottom, left;
  background-repeat: no-repeat;
  background-size: 100% 22px, 22px 100%, 100% 22px, 22px 100%;
  content: "";
  height: calc(100% - 32px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: calc(100% - 32px);
}

.mv-txt {
  font-size: 2rem;
  margin-top: 0.5em;
}

/* **************************************


     other


***************************************/
/* **************************************


           news


***************************************/
.news {
  background: rgba(239, 195, 214, 0.1);
}

.news-container {
  text-align: center;
}

.event {
  background: rgba(252, 238, 33, 0.5);
}

.event-ttl {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}

.news-list {
  margin: 40px auto 0;
  max-width: 1000px;
}

.news-item {
  border-bottom: 1px solid #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 0;
  text-align: justify;
}
.news-item:nth-of-type(1) {
  border-top: 1px solid #1e1e1e;
}
.news-item dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-item dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-item dd a {
  display: inline-block;
  font-size: 2.2rem;
  margin-left: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-item dd a:hover {
  opacity: 0.7;
}

.news-cat {
  background: #1e1e1e;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  width: 260px;
}

.news-date {
  color: #009bd2;
  margin-left: 12px;
}

.news-btnbox {
  margin-top: 40px;
}

/* **************************************


     schedule


***************************************/
.schedule-txt {
  font-size: 1.8rem;
  text-align: center;
}

.schedule-list {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.schedule-item {
  width: 340px;
}

.schedule-item-btn {
  font-size: 2.2rem;
  text-align: center;
}

/* **************************************


     about


***************************************/
.about-txt {
  font-size: 1.8rem;
  text-align: center;
}

.about-btnbox {
  margin-top: 40px;
  text-align: center;
}

/* **************************************


     use


***************************************/
.use-list {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.use-item {
  text-align: center;
  width: calc(33.333333% - 10.6666666667px);
}

/* **************************************


     .group


***************************************/
.group-ttl-span {
  display: inline-block;
  margin-left: 1em;
}

.group-txt {
  font-size: 1.8rem;
  text-align: center;
}

.group-list {
  border-bottom: 1px solid #2f65a2;
  border-top: 1px solid #2f65a2;
  margin: 32px auto 0;
  max-width: 600px;
  padding: 36px 0;
}

.group-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.group-item + li {
  margin-top: 28px;
}

.group-flour {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2f65a2;
  border-radius: 50%;
  color: #2f65a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  font-weight: bold;
  height: 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 76px;
}

.group-item-txtbox {
  width: calc(100% - 100px);
}

.group-item-txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.group-item-txt a {
  color: #009bd2;
  font-size: 1.6rem;
  margin-left: 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}
.group-item-txt a:hover {
  opacity: 0.7;
}

/* **************************************


     access


***************************************/
.access {
  overflow: hidden;
}

.access-map {
  margin: 0 calc(50% - 50vw);
  margin-top: 54px;
  min-width: 100%;
  position: relative;
  width: 100vw;
}
.access-map iframe {
  height: 600px;
  width: 100%;
}

/* .how-contents {
  margin-top: 60px;

  @include mq("sp") {
    margin-top: 40px;
  }
}

.how-content + .how-content {
  border-top: 1px solid $cr_txt;
  padding-top: 24px;
}

.how-content-head {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;

  @include mq("sp") {
    font-size: 1.8rem;
  }
}

.how-content-icons {
  img {
    display: inline-block;
    width: 60px;
    margin-top: 8px;
    + img {
      margin-left: 8px;
    }
  }

  @include mq("sp") {
    img {
      width: 40px;
    }
  }
}

.how-list {
  margin: 32px 0;

  @include mq("sp") {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;

    .how-item {
      width: 50%;
    }
  }
}

.how-item + .how-item {
  margin-top: 32px;

  @include mq("sp") {
    margin-top: 0;
  }
}

.how-item-img {
  display: block;
  text-align: center;
  img {
    max-height: 740px;
  }
}

.parking {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 80px;
  border: 1px solid $cr_txt;

  @include mq("sp") {
    padding: 28px 32px;
  }
}

.parking-head {
  text-align: center;
  color: #2f65a2;
  font-size: 2rem;

  @include mq("sp") {
    font-size: 1.6rem;
  }
}

.parking-area {
  margin: 24px;
  font-size: 1.8rem;

  img {
    width: 24px;
    margin: 0 4px;
  }
  @include mq("sp") {
    font-size: 1.4rem;
  }
}

.parking-txt {
  font-size: 1.8rem;
  @include mq("sp") {
    font-size: 1.4rem;
  }
}

.parking-btnbox {
  max-width: 350px;
  margin: 16px auto 0;
}

.parking-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 68px;
  img {
    width: 50px;
    margin-right: 12px;
  }
}
 */
/* =============================================================================


      parking


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


     current


***************************************/
.mv-parking {
  margin-top: 32px;
  width: 118px;
}
.mv-parking a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mv-parking a:hover {
  opacity: 0.7;
}

.parking {
  padding: 8px 0;
}

.parking-container {
  margin: auto;
  max-width: 800px;
  text-align: center;
}

.parking-ttl {
  background: #009bd2;
  color: #fff;
  display: inline-block;
  font-size: 4rem;
  margin: auto;
  padding: 0.25em 0.5em;
}

.parking-list {
  margin: auto;
  max-width: 600px;
}

.parking-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0 0;
}
.parking-item a {
  background: #1e1e1e;
  color: #fff;
  display: inline-block;
  margin-left: 32px;
  padding: 0.25em 0.5em;
  padding-right: calc(0.5em + 24px);
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.parking-item a span {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  height: 8px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 8px;
}
.parking-item a:hover {
  background: #ff8952;
}

.parking-txt {
  color: #c1272d;
  font-size: 3.6rem;
}

.map-txtcontent {
  margin: 32px auto;
  text-align: center;
}

.map-txtbox {
  display: inline-block;
  font-size: 2rem;
  text-align: left;
}

.map-txt {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.map-head {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 0.5em;
  text-align: center;
}

.map-item {
  padding-left: 1em;
  text-align: center;
  text-indent: -1em;
}

.banners {
  padding-bottom: 100px;
}

.banner-list {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  margin: auto;
  max-width: 1000px;
}

.banner-item a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.banner-item a:hover {
  opacity: 0.7;
}

/* **************************************


    sns


***************************************/
.sns-list {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  margin: auto;
  margin-top: 40px;
  max-width: 1366px;
  width: 100%;
}

.sns-txt {
  font-size: 1.8rem;
  margin-top: 10px;
  text-align: center;
}

.sns-item {
  gap: 0;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  padding: 60px 0;
}
.sns-item:nth-of-type(1) {
  background: #ff89ca;
}
.sns-item:nth-of-type(2) {
  background: #000000;
}
.sns-item:nth-of-type(3) {
  background: #ff0000;
}
.sns-item:nth-of-type(3) .sns-item-logo {
  max-width: 280px;
}

.sns-item-logo {
  margin: auto;
  max-width: 80px;
  width: 100%;
}

.sns-item-ttl {
  color: #fff;
  margin: 0.5em 0;
  text-align: center;
}

.sns-btnbox {
  margin: auto;
  max-width: 200px;
  width: 100%;
}
.sns-btnbox .index-btn {
  background: inherit;
  border: 1px solid #fff;
  color: #fff;
}
.sns-btnbox .index-btn span {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}
.sns-btnbox .index-btn:hover {
  background: #009bd2;
}

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


     swiper


============================================================================= */
.swiper.mv-file {
  margin: auto;
  position: relative;
}
.swiper.mv-file .swiper-button-next:after,
.swiper.mv-file .swiper-button-prev:after {
  font-size: 2.4rem;
}
.swiper.mv-file .swiper-horizontal > .swiper-pagination-bullets,
.swiper.mv-file .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper.mv-file .swiper-pagination-custom,
.swiper.mv-file .swiper-pagination-fraction {
  bottom: 0;
  margin-top: 8px;
  position: relative;
}
.swiper.mv-file .swiper-pagination-bullet-active {
  background: #009bd2;
}
.swiper.mv-file .slide-item-img {
  margin-top: 12px;
  position: relative;
  width: 100%;
}
.swiper.mv-file .slide-item-img a {
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.swiper.mv-file .slide-item-img a:hover {
  opacity: 0.7;
}
.swiper.mv-file .swiper-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin: auto;
}
.swiper.mv-file .swiper-button-next,
.swiper.mv-file .swiper-button-prev {
  background: #009bd2;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  height: 3em;
  padding: 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 3em;
}
.swiper.mv-file .swiper-button-next:hover,
.swiper.mv-file .swiper-button-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1128px) {
  .mv-schedule-btn {
    height: 240px;
  }
  .access-map {
    margin: auto;
    width: 100vw;
  }
}
@media (max-width: 750px) {
  .index-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv-img {
    height: 100%;
    width: 100%;
  }
  .mv-box {
    width: 100%;
  }
  .mv-date {
    font-size: 1.4rem;
  }
  .mv-ttl {
    font-size: 2rem;
  }
  .mv-list {
    margin-top: 8px;
  }
  .mv-item-ttl {
    font-size: 1.6rem;
  }
  .picker-item dt {
    font-size: 1.8rem;
  }
  .picker-txt {
    font-size: 1.8rem;
  }
  .picker-date {
    font-size: 1.6rem;
  }
  .index-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv-headbox {
    padding-bottom: 16px;
    padding-left: 16px;
  }
  .mv-head {
    font-size: 2rem;
  }
  .mv-ttl {
    font-size: 2rem;
  }
  .mv-schedule-btn {
    height: 200px;
  }
  .mv-txt {
    font-size: 1.6rem;
  }
  .event-ttl {
    font-size: 3rem;
  }
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-item dd a {
    font-size: 1.8rem;
    margin-left: 8px;
    margin-top: 16px;
  }
  .news-cat {
    width: 200px;
  }
  .schedule-txt {
    font-size: 1.4rem;
  }
  .schedule-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .schedule-item {
    max-width: 340px;
    width: 100%;
  }
  .schedule-item-btn {
    font-size: 1.8rem;
  }
  .about-txt {
    font-size: 1.4rem;
  }
  .use-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    max-width: 480px;
  }
  .use-item {
    width: 100%;
  }
  .group-ttl-span {
    display: block;
    margin-left: 0;
  }
  .group-txt {
    font-size: 1.4rem;
  }
  .group-flour {
    font-size: 2rem;
    height: 48px;
    width: 48px;
  }
  .group-item-txtbox {
    width: calc(100% - 68px);
  }
  .group-item-txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
  }
  .group-item-txt a {
    font-size: 1.2rem;
  }
  .group-item-txt + .group-item-txt {
    margin-top: 1em;
  }
  .access-map {
    width: 100vw;
  }
  .access-map iframe {
    height: 300px;
  }
  .mv-parking {
    bottom: calc(100% + 16px);
    left: 16px;
    position: absolute;
    width: 68px;
  }
  .parking-ttl {
    font-size: 2rem;
  }
  .parking-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .parking-item a {
    margin: 4px auto 0;
  }
  .parking-txt {
    font-size: 2rem;
  }
  .map-txtcontent {
    margin: 28px auto;
  }
  .map-txt {
    font-size: 2.4rem;
  }
  .map-head {
    font-size: 2rem;
  }
  .map-item {
    font-size: 1.4rem;
  }
  .banners {
    padding-bottom: 50px;
  }
  .banner-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .sns-list {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, 1fr);
  }
  .sns-txt {
    font-size: 1.4rem;
    padding: 0 16px;
  }
  .sns-item {
    display: block;
    padding: 30px 0;
  }
  .sns-item:nth-of-type(3) .sns-item-logo {
    max-width: 140px;
  }
  .sns-item-logo {
    max-width: 50px;
  }
  .sns-btnbox {
    margin-top: 20px;
  }
  .swiper.mv-file {
    max-width: 280px;
  }
  .swiper.mv-file .swiper-button-next:after,
  .swiper.mv-file .swiper-button-prev:after {
    font-size: 1.4rem;
  }
  .swiper.mv-file .slide-item-img {
    margin-top: 6px;
  }
  .swiper.mv-file .swiper-button-next,
  .swiper.mv-file .swiper-button-prev {
    height: 2em;
    width: 2em;
  }
}

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