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

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

#slider {
  margin: 0 auto 30px;
}

#slider2 {
  margin: 0 auto 30px;
}

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

#slider3 {
  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-list2 {
  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-list3 {
  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);
}

.ttl_cont_sub._ttl-dining {
  font-size: 4.0625vw;
  padding-top: 2.8rem;
}

.room {
  font-size: 1.36rem;
}

.room dt {
  color: #333;
  letter-spacing: .05em;
  line-height: 1.6;
  text-align: center;
}

.room dt span {
  font-size: 1.2rem;
}

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

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

#SLIDE1 {
  padding-top: 6.2rem;
}

#SLIDE1 .room dt {
  padding-top: 2.8rem;
}

.slide_wrap {
  padding-top: 1.4rem;
}

#SLIDE2, #SLIDE3 {
  padding-top: 5.2rem;
}

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

#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 (max-width: 767px) {
  #slider {
    margin: 0 auto 2rem;
  }
  #slider2 {
    margin: 0 auto 2rem;
  }
  #slider3 {
    margin: 0 auto 2rem;
  }
  .prev-arrow {
    width: 10px;
    height: 10px;
  }
  .next-arrow {
    width: 10px;
    height: 10px;
  }
  #SLIDE1 {
    margin: 0 5%;
  }
  #SLIDE2, #SLIDE3 {
    margin: 0 5%;
  }
  .vr_wrap li:not(:first-of-type) {
    padding-top: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  #slider {
    width: 90%;
    max-width: 884px;
  }
  #slider2 {
    width: 90%;
    max-width: 884px;
  }
  #slider3 {
    width: 90%;
    max-width: 884px;
  }
  #thumbnail-list {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
  }
  #thumbnail-list2 {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
  }
  #thumbnail-list3 {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
  }
  .room dd {
    text-align: center;
  }
  .room__txt {
    text-align: center;
  }
  #SLIDE1 .room dt {
    padding-top: 1rem;
  }
  .vr_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .vr_wrap li {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  #slider {
    margin: 0 auto 40px;
  }
  #slider2 {
    margin: 0 auto 40px;
  }
  #slider3 {
    margin: 0 auto 40px;
  }
  .ttl_cont_sub._ttl-dining {
    font-size: 18px;
  }
  .room dt {
    font-size: 16px;
  }
  .room dd {
    font-size: 14px;
  }
  .room__txt {
    font-size: 14px;
  }
  .slide_wrap {
    padding-top: 44px;
  }
  #SLIDE2, #SLIDE3 {
    padding-top: 80px;
  }
  .ttl_category {
    font-size: 16px;
  }
  #TOUR {
    margin-top: -108px;
    padding-top: 108px;
  }
  .vr_wrap {
    width: 90%;
    max-width: 680px;
    margin: 0 auto;
    padding-top: 46px;
  }
  .vr_wrap li iframe {
    height: 386px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ttl_cont_sub._ttl-dining {
    font-size: 1.6rem;
  }
  .slide_wrap {
    padding-top: 4.4rem;
    width: 80%;
    margin: 0 auto;
  }
  #TOUR {
    margin-top: -70px;
    padding-top: 70px;
  }
  .vr_wrap {
    width: 50%;
    margin: 0 auto;
  }
}

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