<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.gallery {
  position: relative;
  z-index: 1;
}

#bg_cerry_front {
  z-index: 0;
}

img {
  max-width: 100%;
}

.t-right {
  text-align: right;
}

.common-mv {
  background: url(../images/gallery_mv.jpg) center 80% / cover;
}

.common-mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000050;
  z-index: 10;
}

.common-mv .mv-text {
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.common-mv .mv-text img {
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
}

.common-mv p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  color: #fff;
  font-size: 0.625em;
}

.wrap {
  max-width: 1020px;
  margin: 33px auto 0;
  padding: 0 20px;
}

.heading-block .title {
  margin: 0;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.5;
}

.heading-block .item {
  margin: 66px 0 0;
}

.heading-block .item + .item {
  margin: 68px 0 0;
}

.heading-block .item p {
  margin: 0;
  padding-left: 20px;
}

.heading-block .item .slider01,
.heading-block .item .slider02 {
  margin-top: 20px;
}

.heading-block .item .slider01 .swiper-wrapper,
.heading-block .item .slider02 .swiper-wrapper {
  position: relative;
}

.heading-block .item .slider-thumbnail01 .swiper-wrapper {
  flex-wrap: wrap;
  row-gap: 20px;
}

.heading-block .item .slider-thumbnail01 .swiper-wrapper .swiper-slide:nth-child(6n) {
  margin-right: 0 !important;
}

.heading-block .item .slider01 .swiper-wrapper .swiper-slide {
  position: relative;
}

.heading-block .item .slider01 .swiper-wrapper .swiper-slide p {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #00000099;
  padding: 4px 0 4px 20px;
  color: #fff;
}

/* .heading-block .item .slider01 .swiper-wrapper .swiper-slide::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding-left: 20px;
  color: #fff;
  background-color: #00000099;
  font-size: 1.125em;
  z-index: 1;
}

.heading-block .item .slider01 .swiper-wrapper .swiper-slide:nth-child(1)::before,
.heading-block .item .slider01 .swiper-wrapper .swiper-slide:nth-child(2)::before,
.heading-block .item .slider01 .swiper-wrapper .swiper-slide:nth-child(3)::before {
  content: "外観";
}

.heading-block .item .slider01 .swiper-wrapper .swiper-slide:nth-child(4)::before,
.heading-block .item .slider01 .swiper-wrapper .swiper-slide:nth-child(5)::before,
.heading-block .item .slider01 .swiper-wrapper .swiper-slide:nth-child(6)::before {
  content: "エントランス";
}

.heading-block .item .slider01 .swiper-wrapper .swiper-slide:nth-child(7)::before {
  content: "サブエントランス";
}

.heading-block .item .slider01 .swiper-wrapper .swiper-slide:nth-child(8)::before {
  content: "シャッターゲート";
}

.heading-block .item .slider01 .swiper-wrapper .swiper-slide:nth-child(9)::before,
.heading-block .item .slider01 .swiper-wrapper .swiper-slide:nth-child(10)::before,
.heading-block .item .slider01 .swiper-wrapper .swiper-slide:nth-child(11)::before {
  content: "ラウンジ";
} */

.heading-block .item .slider-thumbnail01,
.heading-block .item .slider-thumbnail02 {
  width: 100%;
  /* max-width: 730px; */
  margin: 30px auto 0 0;
}

.heading-block .item .slider-thumbnail01 .swiper-wrapper .swiper-slide {
  cursor: pointer;
  position: relative;
}

.heading-block .item .slider-thumbnail01 .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}

.heading-block .item .slider-thumbnail01 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}

.heading-block .item .swiper-button-prev,
.heading-block .item .swiper-button-next {
  height: 25px;
  width: 51px;
  margin: 0 auto;
}

.heading-block .item .swiper-button-prev::after,
.heading-block .item .swiper-button-next::after {
  width: 25px;
  height: 51px;
  content: "";
}

.heading-block .item .swiper-button-prev::after {
  background: url("../images/prev-btn.png") center center / contain no-repeat;
}

.heading-block .item .swiper-button-next::after {
  background: url("../images/next-btn.png") center center / contain no-repeat;
}

.block {
  margin: 104px 0 0;
  padding: 58px 42px 111px;
  background-color: #f4eedd;
}

.block .item {
  margin: 38px 0 0;
}

.block .item .t-right {
  margin: 0;
  font-size: 0.625em;
}

.block .item .title {
  margin: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.58;
}

.block .item .title + p {
  margin: 12px 0 0;
  font-size: 0.875em;
  line-height: 2.2857142857142856;
}

.block .item .image-block {
  display: flex;
  justify-content: space-between;
  margin: 23px 0 0;
}

.block .item01 .image-block {
  column-gap: 80px;
  margin-top: 18px;
}

.block .item01 .t-right {
  margin: 2px 0 0;
}

.block .item02 {
  margin: 47px 0 0;
}

.block .item02 .title + p {
  margin: 7px 0 0;
}

.block .item02 .image-block {
  column-gap: 38px;
  margin-top: 23px;
}

.block .item02 .image-block figure + figure p img {
  max-width: 159.98px;
  vertical-align: middle;
}

.block .item03 .title + p {
  max-width: 400px;
}

.block .item .image-block img {
  width: 100%;
}

.block .item01 .image-block .t-right {
  padding-right: 11%;
}

.block .item04 p + .annotation-text {
  margin: -15px 0 0;
  font-size: 0.625em;
  text-align: right;
}

.block .box {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
}

.block .box .item {
  width: 50%;
  margin: 50px 0 0;
}

.block .box .item .title + p {
  margin: 8px 0 0;
}

.gallery .annotation-area {
  margin: 50px auto 0;
}

.gallery .buttons {
  margin-top: 65px;
}

.gallery .annotation-area {
  width: 100%;
  max-width: 1020px;
  padding: 0 20px;
}

.gallery .annotation-area p + p {
  margin-top: 0;
}
/*===============================
            MEDIA
================================*/
@media only screen and (max-width: 1000px) {
  .gallery .annotation-area {
    margin: 25px auto 0;
  }

  .gallery .annotation-area p + p {
    margin: 2px 0 0;
  }

  .gallery .buttons {
    padding: 0 0 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .block .item04 p + .annotation-text {
    margin: -5px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    padding: 0;
  }

  .common-mv {
    /* background: url(../images/gallery_mv_sp.jpg) center center / cover; */
  }

  .common-mv p {
    right: 5px;
    bottom: 5px;
    text-align: right;
    line-height: 1.25;
  }

  .common-mv .mv-text img {
    height: 300px;
  }

  .common-mv p {
    bottom: 5px;
    right: 5px;
  }

  .wrap {
    margin: 43px 0 0;
  }

  .heading-block .title {
    font-size: 1.4375em;
    line-height: 1.435;
  }

  .heading-block .item {
    margin: 20px 0 0;
    padding: 0 5px;
  }

  .heading-block .item + .item {
    margin: 40px 0 0;
  }

  .heading-block .item p {
    padding-left: 0;
  }

  .heading-block .item.item-atype p {
    width: 82%;
  }

  .heading-block .item .slider01 .swiper-wrapper::before,
  .heading-block .item .slider02 .swiper-wrapper::before {
    height: 20px;
    padding-left: 10px;
    font-size: 0.75em;
  }

  .heading-block .item .slider-thumbnail01,
  .heading-block .item .slider-thumbnail02 {
    width: 100%;
    margin: 5px auto 0;
  }

  .heading-block .item .slider-thumbnail01 .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .heading-block .item .slider-thumbnail01 .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 0 !important;
  }

  .heading-block .item .swiper-button-prev,
  .heading-block .item .swiper-button-next {
    height: 12.5px;
    width: 25.5px;
  }

  .heading-block .item .swiper-button-prev::after,
  .heading-block .item .swiper-button-next::after {
    width: 12.5px;
    height: 25.5px;
    content: "";
  }

  .block {
    margin: 30px 5px 0;
    padding: 21px 10px 22px;
  }

  .block h3 img {
    width: 50%;
    max-width: 85.335px;
  }

  .block .item .title {
    margin: -5px 0 0;
    font-size: 0.75em;
    line-height: 1.66666666667;
    white-space: nowrap;
  }

  .block .item .title + p {
    font-size: 0.6875em;
    line-height: 1.48;
  }

  .block .item01 {
    margin: -2px 0 0;
  }

  .block .item01 .title + p {
    margin: 3px 0 0;
  }

  .block .item01 .image-block {
    column-gap: 0;
  }

  .block .item02 {
    margin: 26px 0 0;
  }

  .block .item02 .title + p {
    margin: 1px 0 0;
  }

  .block .item02 .image-block {
    margin-top: 15px;
    column-gap: 14px;
  }

  .block .box {
    margin-top: 15px;
    column-gap: 20.5px;
  }

  .block .box .item {
    width: 46.5%;
    margin: 15px 0 0;
  }

  .block .box .item03 .title + p,
  .block .box .item04 .title + p {
    height: 55px;
    margin: 1px 0 0;
  }

  .block .box .item04 p span {
    display: inline-block;
  }

  .block .box .item03 .image-block,
  .block .box .item04 .image-block {
    margin: 0;
  }

  .block .item p + .annotation-text {
    margin: -2px 0 0;
    text-align: left;
  }
}

@media only screen and (max-width: 500px) {
  .block .box .item03 .title + p,
  .block .box .item04 .title + p {
    height: 81px;
  }
}
</pre></body></html>