@media only screen and (min-width: 768px) {
  #key h2 {
    position: absolute;
    font-size: 50px;
    line-height: 75px;
    letter-spacing: 0.2em;
    z-index: 2;
    top: 500px;
    left: 3%;
    color: #fff;
  }
  #key h2 span {
    font-size: 24px;
  }
  #key .kv li img {
    width: 100%;
    min-height: 1000px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.btn-red {
  border: 2px solid #b04335;
  color: #b04335;
}
.btn-red::before {
  background: #b04335;
}
.btn-red::after {
  background: url("../img/shared/arrow1.png") center/cover;
}
.btn-red:hover {
  color: #fff;
}
.btn-red:hover::after {
  background: url("../img/shared/arrow1_on.png") center/cover;
}
.btn-red:hover i img {
  content: url("../img/shared/icon_calander3_on.png");
}
.btn-red i {
  display: inline-block;
  width: 23px;
  margin: 0px 8px 0px 0px;
  position: relative;
  top: -4px;
}

.btn-black::before {
  background: #000;
}

#news {
  box-sizing: border-box;
  position: relative;
  margin: 10vw 10%;
}
#news h2 {
  text-align: center;
  font-size: 5.5vw;
  margin: 0px 0px 3vw;
}
#news #feed dl {
  padding: 0px 0px 2vw;
  border-bottom: 1px solid #000;
  letter-spacing: 0;
}
#news #feed dl dt {
  color: #969696;
}
#news #feed dl dd {
  width: calc(96% - 30px);
}
#news .news-btn {
  width: 21px;
  position: absolute;
  top: 18vw;
  right: 4%;
}
@media only screen and (min-width: 768px) {
  #news {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #f3eeea;
    width: 690px;
    z-index: 2;
    padding: 20px 65px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
  }
  #news h2 {
    font-size: 20px;
    position: relative;
    margin: 0px;
  }
  #news h2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -36px;
    width: 1px;
    height: 100%;
    background: #969696;
    transform: translateY(-50%);
  }
  #news #feed {
    width: 350px;
  }
  #news #feed dl {
    display: flex;
    border-bottom: none;
    padding: 0px;
    justify-content: space-between;
  }
  #news #feed dl dt {
    width: 82px;
    font-size: 12px;
    letter-spacing: 0;
  }
  #news #feed dl dd {
    width: calc(100% - 82px);
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0;
  }
  #news #feed dl dd:hover {
    text-decoration: underline;
  }
  #news .news-btn {
    position: relative;
    inset: 0;
  }
}

#resere {
  width: 95%;
  margin: 0px auto;
  background: #fff;
  box-sizing: border-box;
}
#resere .resere-box1 {
  background: #b04335;
  color: #fff;
  padding: 6vw 23%;
  box-sizing: border-box;
}
#resere .resere-box1 h2 {
  font-size: 5.5vw;
  text-align: center;
}
#resere .resere-box1 .resere-img {
  width: 100%;
  margin: 4vw auto 20px;
}
#resere iframe {
  height: auto;
  min-height: 80vw;
  padding: 6vw 2%;
}
@media only screen and (min-width: 768px) {
  #resere {
    width: 100%;
    max-width: 1100px;
    margin: 96px auto 20px;
  }
  #resere .resere-box1 {
    width: 312px;
    padding: 45px 40px 25px;
  }
  #resere .resere-box1 h2 {
    font-size: 24px;
  }
  #resere .resere-box1 .resere-img {
    width: 222px;
    margin: 12px auto 0px;
  }
  #resere iframe {
    width: calc(100% - 312px);
    padding: 35px 30px 12px;
    min-height: auto;
  }
}

#shopping {
  position: relative;
  padding: 16vw 0px 10vw;
  background: #ede5df;
}
#shopping h2 {
  font-size: 6.5vw;
  color: #6f4b30;
  text-align: center;
  letter-spacing: 0;
}
#shopping .shopping-img {
  margin: 0px -8%;
}
#shopping h3 {
  text-align: center;
  font-size: 5.5vw;
  margin: 6vw 0px 2vw;
}
@media only screen and (min-width: 768px) {
  #shopping {
    padding: 151px 0px 90px;
  }
  #shopping .wrap {
    max-width: 1200px;
  }
  #shopping .shopping-box1 {
    width: 834px;
  }
  #shopping .shopping-box22 {
    width: 310px;
    position: relative;
    z-index: 1;
    margin: -16px 8px 0px auto;
  }
  #shopping .shopping-box22::before {
    content: "";
    position: absolute;
    top: -61px;
    left: 39%;
    width: 505px;
    height: 448px;
    transform: translateX(-50%);
    z-index: -1;
    background: url("../img/index/sec1_bg.png") top center/100% 100%;
  }
  #shopping .shopping-img {
    position: relative;
    z-index: 2;
    margin: 0px;
  }
  #shopping h2 {
    font-size: 56px;
    line-height: 60px;
    margin: 0px 0px 7px;
    text-align: left;
  }
  #shopping h3 {
    text-align: left;
    font-size: 20px;
    margin: 0px 0px 12px;
  }
  
  #shopping .shopping-btn {
    margin: 107px -8px 0px auto;
  }
  #shopping .shopping-btn::before {
    background: #000;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1300px) {
  #shopping .shopping-box22 {
    margin: -16px 30px 0px auto;
  }
  
  #shopping .shopping-btn {
    margin: 40px auto;
  }
}

#spa {
  position: relative;
  margin: 0px 0px 16vw;
}
#spa .spa-1 {
  position: relative;
  padding: 23vw 0px 32vw;
}
#spa .spa-1 .spa-parallax {
  height: 90vw;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
#spa .spa-1 h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
#spa .spa-1 h2 p {
  font-size: 7vw;
  height: 26vw;
  margin: 0px auto;
  letter-spacing: 0.2em;
}
#spa .spa-txt1 {
  font-size: 5vw;
  position: relative;
  padding: 0px 0px 0px 10%;
  margin: 8vw 0px 0px;
}
#spa .spa-txt1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 8%;
  background: #a99e95;
}
#spa .spa-img {
  position: absolute;
  top: -24vw;
  right: 0px;
  width: 50%;
}
#spa h3 {
  text-align: center;
  font-size: 5.5vw;
  margin: 4vw 0px;
}
#spa .spa-btn1 {
  margin: 8vw auto 6vw;
}
#spa .spa-btn1::before {
  background: #000;
}
#spa .spa-btn2 {
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  #spa {
    margin: 163px 0px 134px;
  }
  #spa::before {
    content: "";
    position: absolute;
    top: 495px;
    right: 0px;
    width: 972px;
    height: 2031px;
    background: url("../img/index/sec2_deco.jpg") center/cover;
  }
  #spa .spa-1 {
    width: 88.9%;
    margin: 0px auto 0px;
    padding: 290px 0px 330px;
  }
  #spa .spa-1 .spa-parallax {
    height: 800px;
  }
  #spa .spa-1 h2 p {
    font-size: 46px;
    height: 140px;
  }
  #spa .wrap {
    max-width: 1200px;
  }
  #spa .spa-txt1 {
    padding: 0px 0px 0px 60px;
    margin: 101px 0px 0px;
    font-size: 22px;
  }
  #spa .spa-txt1::before {
    width: 50px;
  }
  #spa .spa-img {
    width: 784px;
    top: 13px;
    right: -220px;
  }
  #spa h3 {
    text-align: left;
    margin: 30px 0px 43px 12px;
    font-size: 30px;
    line-height: 56px;
  }
  #spa .spa-txt2 {
    width: 570px;
    letter-spacing: 0.01em;
    margin: 0px 0px 0px 12px;
  }
  #spa .spa-btn1 {
    margin: 54px 0px 16px 12px;
  }
  #spa .spa-btn2 {
    margin: 0px 0px 0px 12px;
  }
}

#cuisine {
  position: relative;
  padding: 0px 0px 12vw;
}
#cuisine h2 {
  text-align: center;
  margin: 4vw 0px 8vw;
  font-size: 6vw;
}
#cuisine .cuisine-txt1 {
  font-size: 5vw;
  position: relative;
  padding: 0px 0px 0px 10%;
}
#cuisine .cuisine-txt1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 8%;
  background: #a99e95;
}
#cuisine .cuisine-box2 {
  margin: 8vw 0px 0px;
}
#cuisine .cuisine-btn1 {
  margin: 8vw auto 6vw;
}
#cuisine .cuisine-btn2 {
  margin: 0px auto;
}
#cuisine::before {
  content: "";
  position: absolute;
  top: 70vw;
  right: 0px;
  width: 100%;
  height: calc(100% - 70vw);
  background: #ede5df;
}
@media only screen and (min-width: 768px) {
  #cuisine {
    padding: 48px 0px 98px;
  }
  #cuisine::before {
    width: 85%;
    min-width: 1300px;
    top: 250px;
    height: calc(100% - 250px);
  }
  #cuisine .cuisine-box1 {
    width: 200px;
    flex-direction: row-reverse;
    margin: 0px 12px 0px auto;
  }
  #cuisine .wrap {
    max-width: 1200px;
  }
  #cuisine .cuisine-txt1 {
    height: 120px;
    font-size: 22px;
    padding: 50px 0px 0px;
  }
  #cuisine .cuisine-txt1::before {
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    width: 1px;
    height: 45px;
  }
  #cuisine h2 {
    font-size: 30px;
    text-align: left;
    line-height: 66px;
    height: 360px;
    margin: 75px 0px 0px;
  }
  #cuisine .cuisine-img1 {
    margin: 0px;
    width: 1004px;
    position: absolute;
    top: -47px;
    left: -127px;
  }
  #cuisine .cuisine-box2 {
    width: 440px;
    margin: 203px 0px 0px 80px;
  }
  #cuisine .cuisine-txt2 {
    letter-spacing: 0.01em;
  }
  #cuisine .cuisine-btn1 {
    margin: 49px 0px 17px;
  }
  #cuisine .cuisine-btn2 {
    margin: 0px;
  }
  #cuisine .cuisine-img2 {
    position: absolute;
    top: 640px;
    right: -80px;
    width: 651px;
    margin: 0px;
  }
}

#room {
  margin: 0px 0px 16vw;
}
#room .room-1 {
  position: relative;
  padding: 23vw 0px 35vw;
}
#room .room-1 .room-parallax {
  height: 90vw;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
#room .room-1 h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
#room .room-1 h2 p {
  font-size: 7vw;
  height: 26vw;
  margin: 0px auto;
  letter-spacing: 0.2em;
}
#room .room-txt2 {
  font-size: 5vw;
  position: relative;
  padding: 0px 0px 0px 10%;
  margin: 8vw 0px 0px;
}
#room .room-txt2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 8%;
  background: #a99e95;
}
#room h3 {
  font-size: 5.5vw;
  text-align: center;
  margin: 6vw 0px;
}
#room .room-slide .room-txt1 {
  font-size: 4vw;
  margin: 6vw 0px 1vw;
}
#room .room-btn1 {
  margin: 8vw auto 6vw;
}
#room .room-btn2 {
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  #room {
    margin: 143px 0px 170px;
  }
  #room .room-1 {
    width: 88.9%;
    margin: 0px auto 0px;
    padding: 290px 0px 330px;
  }
  #room .room-1 .room-parallax {
    height: 800px;
  }
  #room .room-1 h2 p {
    font-size: 46px;
    height: 140px;
  }
  #room .room-row {
    flex-direction: row-reverse;
  }
  #room .wrap {
    max-width: 1200px;
  }
  #room .room-slide {
    width: 784px;
    margin: 94px -150px 0px 0px;
  }
  #room .room-slide .room-txt1 {
    font-size: 18px;
    margin: 0px 0px 12px;
  }
  #room .room-box2 {
    width: 490px;
    margin: 0px 0px 0px 10px;
  }
  #room .room-txt2 {
    padding: 0px 0px 0px 60px;
    margin: 101px 0px 0px;
    font-size: 22px;
  }
  #room .room-txt2::before {
    width: 50px;
  }
  #room h3 {
    font-size: 30px;
    line-height: 56px;
    margin: 30px 0px 45px;
    text-align: left;
  }
  #room .room-txt3 {
    letter-spacing: 0.01em;
  }
  #room .room-btn1 {
    margin: 66px 0px 18px;
  }
  #room .room-btn2 {
    margin: 0px;
  }
}

#dinner {
  position: relative;
  padding: 0px 0px 8vw;
}
#dinner::before {
  content: "";
  position: absolute;
  top: 30vw;
  left: 0px;
  width: 100%;
  height: calc(100% - 30vw);
  background: #ede5df;
}
#dinner h2 {
  text-align: center;
  font-size: 6vw;
  margin: 0px 0px 6vw;
}
#dinner .dinner-txt1 {
  margin: 8vw 0px;
}
#dinner .dinner-btn1, #dinner .dinner-btn2 {
  margin: 0px auto 6vw;
}
@media only screen and (min-width: 768px) {
  #dinner {
    padding: 111px 0px 102px;
  }
  #dinner::before {
    top: 0px;
    width: 93%;
    height: 100%;
    min-width: 1300px;
  }
  #dinner .wrap {
    max-width: 1200px;
  }
  #dinner .dinner-slide {
    position: absolute;
    margin: 0px;
    top: -171px;
    left: -130px;
    width: 857px;
  }
  #dinner h2 {
    font-size: 30px;
    text-align: left;
    width: 386px;
    margin: 0px 0px 0px auto;
  }
  #dinner .dinner-box {
    width: 386px;
    margin: 0px 10px 0px auto;
  }
  #dinner .dinner-txt1 {
    letter-spacing: 0.05em;
    margin: 58px 0px 64px;
  }
  #dinner .dinner-btn1, #dinner .dinner-btn2 {
    margin: 0px 0px 18px;
  }
}

#scene {
  position: relative;
  margin: 12vw 0px;
}
#scene .scene-box {
  width: 65%;
  background: url("../img/index/sec6_bg.png") center/100% 100%;
  text-align: center;
  padding: 8vw 2%;
  margin: 0px auto 10vw;
}
#scene .scene-box h2 {
  font-size: 10vw;
  color: #6f4b30;
}
#scene .scene-box h3 {
  margin: -2vw 0px 2vw;
  font-size: 4vw;
}
#scene ul {
  margin: 0px 4%;
}
#scene ul li {
  margin: 0px 0px 6vw;
}
@media only screen and (min-width: 768px) {
  #scene {
    padding: 113px 0px 105px;
    margin: 0px;
    background: url("../img/index/sec6_deco.jpg") no-repeat bottom right;
  }
  #scene .scene-row {
    justify-content: center;
  }
  #scene .scene-box {
    width: 388px;
    padding: 96px 112px;
    align-self: baseline;
    margin: 0px -25px 0px 0px;
  }
  #scene .scene-box h2 {
    font-size: 56px;
  }
  #scene .scene-box h3 {
    font-size: 20px;
    margin: 22px 0px 30px;
    text-align: center;
  }
  #scene .scene-box .scene-txt1 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
  }
  #scene ul {
    width: 64%;
    margin: 104px 0px 0px -25px;
  }
  #scene ul li {
    max-width: 370px;
    width: 33%;
    margin: 0px;
  }
  #scene ul li img {
    width: 100%;
    height: 489px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#sns {
  position: relative;
  padding: 10vw 0px 16vw;
}
#sns::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #ede5df;
  z-index: -1;
}
#sns h2 {
  font-size: 6vw;
  margin: 0px 0px 4vw;
  position: relative;
}
#sns h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
  width: 82%;
  height: 1px;
  background-color: #000;
}
#sns .ttl-youtube::before {
  left: 28%;
  width: 70%;
}
#sns .sns-item {
  width: 66%;
  text-align: center;
}
#sns .sns-item .sns-txt1 {
  margin: 2vw 0px;
  font-size: 12px;
  letter-spacing: 0;
}
#sns .sns-item .sns-icon {
  width: 26px;
  margin: 0px auto;
}
#sns .sns-item .icon-youtube {
  width: 30px;
}
#sns .youtube {
  width: 64%;
}
#sns .youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#sns .list-sns {
  margin: 0px 0px 10vw;
}
@media only screen and (min-width: 768px) {
  #sns {
    padding: 94px 0px 108px;
  }
  #sns::before {
    width: 94%;
    min-width: 1200px;
  }
  #sns .wrap {
    max-width: 1260px;
  }
  #sns h2 {
    font-size: 36px;
    margin: 0px 0px 40px;
  }
  #sns h2::before {
    left: 90px;
    width: calc(100% - 92px);
  }
  #sns .ttl-youtube::before {
    left: 150px;
    width: calc(100% - 150px);
  }
  #sns .list-sns {
    width: 500px;
    margin: 0px;
    margin-left: 80px;
  }
  #sns .list-youtube {
    width: 590px;
  }
  #sns .sns-item {
    width: 149px;
  }
  #sns .sns-item .sns-txt1 {
    font-size: 14px;
    line-height: 24px;
    margin: 28px 0px 9px;
  }
  #sns .sns-item .sns-txt2 {
    margin: 17px 0px 6px;
  }
  #sns .sns-item .sns-icon {
    width: 34px;
  }
  #sns .sns-item .icon-youtube {
    width: 42px;
  }
  #sns .youtube {
    width: 392px;
    height: 260px;
    margin-left: 12px;
    top: -2%;
  }
}

#dayspa {
  padding: 16vw 0px;
  position: relative;
}
#dayspa h2 {
  position: relative;
  text-align: center;
  font-size: 5.5vw;
  margin: 8vw 0px 0px;
}
#dayspa h2 span {
  width: 33%;
  display: inline-block;
  position: relative;
  top: -2vw;
  margin: 0px 0px 0px 12px;
}
#dayspa .dayspa-txt {
  margin: 4vw 0px 8vw;
}
#dayspa .dayspa-btn {
  margin: 0px auto;
}
#dayspa .dayspa-btn::after {
  background: url("../img/shared/icon_coppy.png") center/cover;
  width: 17px;
  height: 14px;
}
#dayspa .dayspa-btn:hover::after {
  background: url("../img/shared/icon_coppy_on.png") center/cover;
}
@media only screen and (min-width: 768px) {
  #dayspa {
    padding: 140px 0px 115px;
    background: url("../img/index/sec8_deco.jpg") no-repeat top right;
  }
  #dayspa .dayspa-img {
    width: 861px;
    margin: 0px 0px 0px -110px;
  }
  #dayspa .wrap {
    max-width: 1200px;
  }
  #dayspa .dayspa-box {
    width: 375px;
    margin: 70px 12px 0px 0px;
  }
  #dayspa h2 {
    text-align: left;
    font-size: 24px;
    margin: 0px;
  }
  #dayspa h2 span {
    width: 206px;
    top: -12px;
  }
  #dayspa .dayspa-txt {
    margin: 32px 0px 58px;
    letter-spacing: 0;
  }
  #dayspa .dayspa-btn {
    width: 100%;
  }
}

#bnr {
  margin: 0px 0px 12vw;
}
#bnr ul {
  flex-wrap: wrap;
}
#bnr ul li {
  width: 48%;
  margin: 0px 0px 3vw;
}
@media only screen and (min-width: 768px) {
  #bnr {
    margin: 0px 0px 132px;
  }
  #bnr ul li {
    width: 381px;
    margin: 0px;
  }
  #bnr .wrap {
    max-width: 880px;
  }

  .shopping-btn::before {
    background: #000;
}
}/*# sourceMappingURL=index.css.map */

.best {
  text-align: center;
  border-bottom:1px #fff solid;
}

