@charset "UTF-8";
/*================================================
このCSSファイルはSassから生成されています。
編集しないようにご注意ください。
================================================*/
html {
  font-size: 62.5%;
  /* 10px */
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

#style {
  padding-top: 3.2rem;
}

.style_image {
  width: 76.627218%;
}

#slider {
  margin: 0 auto 30px;
}

.slide-item img {
  width: 100%;
}

thumbnail-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.thumbnail-item {
  -webkit-box-flex: 0;
          flex: 0 1 18.099547%;
  box-sizing: border-box;
  position: relative;
}

.thumbnail-item:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

#thumbnail-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.thumbnail-item {
  -webkit-box-flex: 0;
          flex: 0 1 18.099547%;
  box-sizing: border-box;
  position: relative;
}

.thumbnail-item:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prev-arrow {
  left: 2%;
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  z-index: 1;
}

.next-arrow {
  right: 2%;
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#SLIDE1 {
  padding-top: 6.2rem;
}

#ceremony {
  margin: 0 5%;
}

.slide_wrap {
  padding-top: 1.4rem;
}

.ttl_category {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  letter-spacing: .05em;
  font-size: 1.3rem;
  padding-top: 0.6rem;
}

.lead {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  letter-spacing: .05em;
  font-size: 1.2rem;
  padding-top: 1.8em;
}

#TOUR {
  margin-top: -57px;
  padding-top: 57px;
}

/*
#TOUR {
  &::before {
    content: " ";
    margin-top: -57px;
    height: 57px;
    display: block;
    visibility: hidden;
  }
  @include media(m) {
    &::before {
      content: " ";
      margin-top: -70px;
      height: 70px;
      display: block;
      visibility: hidden;
    }
  }
  @include media(xl) {
    padding-top: 6px;
    &::before {
      content: " ";
      margin-top: -108px;
      height: 108px;
      display: block;
      visibility: hidden;
    }
  }
}
*/
.vr_wrap {
  margin: 0 5%;
  padding-top: 3.2rem;
}

.vr_wrap li iframe {
  height: 22rem;
}

@media screen and (min-width: 1024px) {
  #style {
    padding-top: 56px;
  }
  #slider {
    margin: 0 auto 40px;
  }
  .slide_wrap {
    padding-top: 44px;
  }
  .ttl_category {
    font-size: 16px;
  }
  .lead {
    font-size: 16px;
  }
  #TOUR {
    margin-top: -108px;
    padding-top: 108px;
  }
  .vr_wrap {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
    padding-top: 46px;
  }
  .vr_wrap li iframe {
    height: 386px;
  }
}

@media screen and (min-width: 768px) {
  .style_image {
    width: 63.879310%;
  }
  #slider {
    max-width: 884px;
  }
  thumbnail-list {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
  }
  #thumbnail-list {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
  }
  .lead {
    text-align: center;
  }
  .vr_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .vr_wrap li {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  #slider {
    margin: 0 auto 2rem;
  }
  .prev-arrow {
    width: 10px;
    height: 10px;
  }
  .next-arrow {
    width: 10px;
    height: 10px;
  }
  #SLIDE1 {
    margin: 0 5%;
  }
  .vr_wrap li:not(:first-of-type) {
    padding-top: 2.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #ceremony {
    width: 80%;
    max-width: 884px;
    margin: 0 auto;
  }
  .slide_wrap {
    padding-top: 4.4rem;
    width: 80%;
    margin: 0 auto;
  }
  .lead {
    width: 80%;
    margin: 0 auto;
  }
  #TOUR {
    margin-top: -70px;
    padding-top: 70px;
  }
  .vr_wrap {
    width: 70%;
    margin: 0 auto;
  }
}

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