@charset "UTF-8";
/* _setting CSS */
#wrapper:before {
  content: "Exhibition";
  color: white;
}

#contents {
  width: 100%;
  margin: 0 auto;
  padding: 6.78571vw 0 13.92857vw;
  height: 100%;
  background: url(../images/gallery/bg_img_220501.jpg) no-repeat center top/cover;
}

#page_nav {
  margin-bottom: 1.07143vw;
}

.mobile-content-title {
  position: relative;
  font-size: 5.86667vw;
  margin-left: 4vw;
  padding-left: 6.66667vw;
}
.mobile-content-title::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 4vw;
  height: 1px;
  background-color: #222222;
}

@media screen and (min-width: 751px) {
  .mobile-content-title {
    display: none;
  }
}
.gallery {
  color: white;
  font-size: 1vw;
}
.gallery h2,
.gallery p {
  text-align: center;
}

.gallery-title__sub {
  font-size: 2.71429vw;
}

.gallery-title__main {
  font-size: 4.42857vw;
}

.gallery-title__lead {
  font-size: 1.28571vw;
}

.gallery-message__head {
  font-size: 1.85714vw;
}

.gallery-message__body {
  position: relative;
  display: inline-block;
  margin-top: 2.85714vw;
}
.gallery-message__body::before,
.gallery-message__body::after {
  position: absolute;
  font-size: 8.57143vw;
  color: white;
  opacity: 0.4;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}
.gallery-message__body::before {
  content: "“";
  left: -15%;
  top: -70%;
}
.gallery-message__body::after {
  content: "”";
  right: -15%;
  top: 20%;
}

.carousel {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #848484;
}
.carousel .slick-prev {
  width: 25px;
  height: 50px;
  background: url("../images/gallery/slider/carousel-prev.svg") center center/25px 50px no-repeat;
  left: -80px;
}
.carousel .slick-prev::before {
  display: none;
}
.carousel .slick-prev:hover {
  background: url("../images/gallery/slider/carousel-prev.svg") center center/25px 50px no-repeat;
  opacity: 0.5;
}
.carousel .slick-next {
  width: 25px;
  height: 50px;
  background: url("../images/gallery/slider/carousel-next.svg") center center/25px 50px no-repeat;
  right: -80px;
}
.carousel .slick-next::before {
  display: none;
}
.carousel .slick-next:hover {
  background: url("../images/gallery/slider/carousel-next.svg") center center/25px 50px no-repeat;
  opacity: 0.5;
}
.carousel .slick-dots {
  bottom: -40px;
}
.carousel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: auto;
  height: auto;
}
.carousel .slick-dots button {
  display: block;
  position: relative;
  color: transparent;
  outline: none;
  width: 6px;
  /*ドットボタンのサイズ*/
  height: 6px;
  /*ドットボタンのサイズ*/
  border-radius: 50%;
  background: #c6c6c6;
  /*ドットボタンの色*/
}
.carousel .slick-dots button:before {
  width: auto;
  height: auto;
  content: "";
}
.carousel .slick-dots li:not(:last-child) button {
  z-index: 2;
}
.carousel .slick-dots li:not(:last-child) button::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #e3e3e3;
  z-index: 1;
}
.carousel .slick-dots .slick-active button {
  width: 8px;
  height: 8px;
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

.carousel-section {
  margin: -8.21429vw 0 7.14286vw;
}
.carousel-section .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.about-gallery-section {
  padding-bottom: 7.14286vw;
}
.about-gallery-section .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.about-gallery-section__content {
  position: relative;
}
.about-gallery-section__content::before {
  position: absolute;
  top: 2.42857vw;
  right: 0;
  z-index: 1000;
  line-height: 0.9;
  font-size: 6.71429vw;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  content: "Gallery";
  color: #333333;
}
.about-gallery-section__message {
  padding: 4.28571vw 0 7.14286vw;
}
.about-gallery-section__map {
  margin-top: 2.85714vw;
}
.about-gallery-section__outer-link {
  margin-top: 1.07143vw;
  text-align: left;
}

.gallery-statement__title {
  font-size: 2.14286vw;
  text-align: center;
}
.gallery-statement__body {
  margin-top: 2.14286vw;
  text-align: center;
}
.gallery-statement__name {
  margin-top: 2.85714vw;
  font-size: 1.42857vw;
  text-align: center;
}

.gallery-address {
  display: flex;
  align-items: center;
}
.gallery-address__image {
  flex: 0 0 50%;
}
.gallery-address__image img {
  max-width: 100%;
  height: auto;
}
.gallery-address__body {
  flex: 0 0 50%;
  padding-left: 2.85714vw;
}

.gallery-address-body__name {
  font-size: 1.42857vw;
}
.gallery-address-body__address {
  margin-top: 2.14286vw;
  font-size: 1vw;
  text-align: left;
}
.gallery-address-body__open {
  font-size: 1vw;
  margin-top: 1.42857vw;
}

.embed-map {
  position: relative;
  width: 100%;
  padding-top: 350px;
  height: 0;
}
.embed-map__iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

.outer-link {
  position: relative;
  font-size: 1vw;
}
.outer-link::after {
  display: inline-block;
  content: "";
  width: 0.71429vw;
  height: 0.71429vw;
  background: url("../images/gallery/icon-window.svg") center center/contain no-repeat;
  margin-left: 7px;
}

@media screen and (max-width: 750px) {
  #wrapper:before {
    content: none;
  }

  #contents {
    margin: 8vw auto;
    padding: 15.2vw 0 21.33333vw;
    background: url(../images/gallery/bg_img_sp_220501.jpg) no-repeat center top/cover;
  }

  #page_nav {
    display: block;
    margin-bottom: 9.33333vw;
  }

  .gallery {
    font-size: 3.73333vw;
  }

  .gallery-title__sub {
    font-size: 4.8vw;
  }

  .gallery-title__main {
    margin-top: 2.66667vw;
    font-size: 10.13333vw;
    line-height: 1.3;
  }

  .gallery-title__lead {
    margin-top: 8vw;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
  }

  .gallery-message__head {
    font-size: 5.33333vw;
  }

  .gallery-message__body {
    margin-top: 5.33333vw;
  }
  .gallery-message__body::before,
  .gallery-message__body::after {
    font-size: 21.33333vw;
  }
  .gallery-message__body::before {
    left: -10%;
    top: -70%;
  }
  .gallery-message__body::after {
    right: -10%;
    top: 75%;
  }

  .carousel-section {
    margin: -14.66667vw 4vw 26.66667vw;
  }

  .carousel {
    margin-left: 6.66667vw;
    margin-right: 6.66667vw;
  }
  .carousel .slick-prev {
    width: 10px;
    height: 20px;
    background-size: 10px 20px;
    left: -20px;
  }
  .carousel .slick-prev:hover {
    background-size: 10px 20px;
  }
  .carousel .slick-next {
    width: 10px;
    height: 20px;
    background-size: 10px 20px;
    right: -20px;
  }
  .carousel .slick-next:hover {
    background-size: 10px 20px;
  }

  .about-gallery-section {
    padding-bottom: 7.14286vw;
  }
  .about-gallery-section .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .about-gallery-section__content::before {
    display: none;
  }
  .about-gallery-section__header-image {
    margin-top: 0;
  }
  .about-gallery-section__message {
    padding: 10.66667vw 0 21.33333vw;
  }
  .about-gallery-section__map {
    margin-top: 10.66667vw;
  }
  .about-gallery-section__outer-link {
    margin-top: 1.07143vw;
  }

  .gallery-statement__title {
    font-size: 5.33333vw;
  }
  .gallery-statement__body {
    margin-top: 6.66667vw;
    font-size: 3.73333vw;
  }
  .gallery-statement__name {
    margin-top: 8vw;
    font-size: 5.33333vw;
  }

  .gallery-address {
    display: block;
  }
  .gallery-address__image {
    flex: 1 0 auto;
  }
  .gallery-address__body {
    flex: 1 0 auto;
    padding-top: 5.33333vw;
  }

  .gallery-address-body {
    padding-left: 0;
  }
  .gallery-address-body__name {
    font-size: 5.33333vw;
  }
  .gallery-address-body__address {
    margin-top: 5.33333vw;
    font-size: 3.73333vw;
    text-align: left;
  }
  .gallery-address-body__open {
    font-size: 3.73333vw;
    margin-top: 5.33333vw;
  }

  .outer-link {
    font-size: 3.73333vw;
  }
  .outer-link::after {
    display: inline-block;
    width: 2.66667vw;
    height: 2.66667vw;
  }

  .embed-map {
    padding-top: 56.25%;
  }
}
.gallery-news-section {
  background-color: #ededed;
}
