@charset "utf-8";


.section{
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.section .section-title{
  min-height: 70px;
  border-left: 1.5px solid #99755a;
  padding-left: 20px;
}
.section .section-title h2{
  color: #99755a;
  font-size: 2vw;
  display: inline-block;
  vertical-align: middle;
}
.section .section-title p{
  color: #99755a;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.section .section-title .link{
  width: 180px;
  color: #99755a;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #99755a;
  margin-left: 15px;
  box-sizing: border-box;
}
#promotions .promo,
#room .room{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#promotions .promo .box,
#room .room .section-box{
  width: 49%;
  margin-top: 20px;
}
.section .section-box{
  color: #99755a;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.section .section-box .text{
  margin: 20px 0;
}
.section .section-box .text .name{
  font-size: 2vw;
  font-weight: 700;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.section .section-box .text .name span{
  font-size: 16px;
  margin: 0 3px;
}
.section .section-box .text .summary{
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  display: inline-block;
}
.section .section-box .text .summary span{
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.section .pic{
  width: 100%;
  height: 0;
  padding-top: 57.4%;
  position: relative;  
}
.section .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#promotions .promo .box .item{
  display: block;
}
#promotions .promo .box .item .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#promotions .promo .box .item .top .tag{
  background: #99755a;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}
#promotions .promo .box .item .top .time{
  color: #9b621c;
  font-size: 14px;
}
#promotions .promo .box .item .top .time span{
  width: 30px;
  height: 14px;
  background: url('../images/arrow-br.svg') center / 100% auto no-repeat;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 10px;
}
#promotions .promo .box .item .title{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 20px 0;
  transition: all .3s;
}
#promotions .promo .box .item:hover .title{
  color: #99755a;
}

#room .room .section-box:nth-child(even),
#hotspring .hotspring .item .section-box.odd{
  flex-direction: column-reverse;
}
#room .room .section-box:nth-child(even) .text{
  margin-bottom: 0;
}
#hotspring .hotspring .item .section-box.even{
  margin-top: 0;
}
#hotspring .hotspring{
  position: relative;
} 
#hotspring .hotspring .owl-nav{
  width: calc(100% + 80px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
#hotspring .hotspring .owl-nav button{
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none;
}
#hotspring .hotspring .owl-nav .owl-prev{
  background: url('../images/arrow-l-2.svg') center / 80% auto no-repeat;
}
#hotspring .hotspring .owl-nav .owl-next{
  background: url('../images/arrow-r-2.svg') center / 80% auto no-repeat;
}

#highlights img{
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
}

/* reservation */
#reservation{
  border-top: 1px solid #777;
}
#reservation .reservation-form{
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#reservation .reservation-form li{
  width: calc(100% / 3 - 50px);
  font-size: 13px;
  text-align: center;
  border-right: 1px dashed #777;
}
#reservation .reservation-form li.submit{
  width: 150px;
}
#reservation .reservation-form li.submit button{
  width: 120px;
  height: 40px;
  background: #666;
  color: #fff;
  border: none;
}
#reservation .reservation-form li:nth-child(3),
#reservation .reservation-form li:nth-child(4){
  border: none;
}
#reservation .reservation-form li p{
  margin-bottom: 10px;
}
#reservation .reservation-form input,
#reservation .reservation-form select{
  text-align: center;
  border: none;
}
#reservation .reservation-form label{
  margin: 0 10px;
}
#reservation .reservation-form .date input{
  width: 80%;
}
#reservation .reservation-form .qty select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  background: url('../images/arrow.svg') right / 8px 8px no-repeat;
  text-align: -webkit-center;
}
.daterangepicker .drp-buttons .btn{
  background: #777;
  color: #fff;
  border: none;
}




/* update */
#update{
  width: calc(100% - 185px);
  position: fixed;
  top: 40px;
  left: 185px;
}
#update a{
  color: #333;
  font-size: 13px;
  display: inline-block;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#update a::after{
  content: "more";
  margin-left: 20px;
}


/* banner */
#banner .banner-slide{
  position: relative;
}
#banner .banner-slide::before{
  content: "";
  width: 100%;
  height: 55%;
  background: url('../images/bg.png') top / 100% 100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#banner .item{
  position: relative;
}
#banner .text{
  max-width: 350px;
  height: 50%;
  width: 50%;
  background: #fff;
  color: #9b621c;
  position: absolute;
  right: 12%;
  bottom: 10%;
  z-index: 999;
  padding: 2%;
  box-sizing: border-box;
}
#banner .text::after{
  content: "";
  width: 35px;
  height: 35px;
  background: url('../images/logo-s.svg') center / auto 100% no-repeat;
  display: block;
  position: absolute;
  bottom: calc(2% + 20px);
  left: calc(2% + 20px);
}
#banner .text h2{
  font-size: 2vw;
  line-height: 2.6vw;
  font-weight: 700;
}
#banner .text p{
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
}
#banner .banner-slide .owl-nav{
  width: 400px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 3%;
  margin-left: -200px;
}
#banner .banner-slide .owl-nav button{
  width: 30px;
  height: 30px;
  background: url('../images/arrow-l-1.svg') center / 50% auto no-repeat;
  text-indent: -9999px;
  border: none;
}
#banner .banner-slide .owl-nav .owl-prev{
  background: url('../images/arrow-l-1.svg') center / 50% auto no-repeat;
}
#banner .banner-slide .owl-nav .owl-next{
  background: url('../images/arrow-r-1.svg') center / 50% auto no-repeat;
}
#banner .banner-slide .owl-dots{
  width: 350px;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 5%;
  margin-left: -175px;
}
#banner .banner-slide .owl-dots button{
  width: 60px;
  height: 5px;
  background: none;
  margin: 0 3px;
  border: 1px solid #fff;
  border-radius: 100px;
}
#banner .banner-slide .owl-dots button.active{
  background: #fff;
}

/* services */
#services{
  display: flex;
}
#services li{
  width: 25%;
}
#services li a{
  position: relative;
  display: block;
}
#services li a img{
  width: 100%;
  height: auto;
  display: block;
}
#services li a p{
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


/* RWD */

@media screen and (max-width: 1024px) {
  #update{
    width: 100%;
    background: #fff;
    left: 0;
    border-top: 1px solid #777;
  }
  #update a{
    padding: 10px 20px;
  }
  #banner{
    margin-top: 40px;
  }
  #banner .text{
    bottom: 25%;
  }
  #banner .text h2{
    font-size: 24px;
    line-height: 32px;
  }
  #banner .banner-slide::before{
    display: none;
  }
  .section .section-title .link{
    width: 130px;
  }
  .section .section-title h2,
  .section .section-box .text .name{
    font-size: 24px;
  }
  #promotions .promo .box .item .title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #promotions .promo .box{
    width: 100%;
  }
  #hotspring .hotspring{
    padding: 0 40px;
    box-sizing: border-box;
  }
  #hotspring .hotspring .owl-nav{
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  #banner .text{
    max-width: 250px;
    height: auto;
    background: none;
    color: #fff;
    right: 5%;
    bottom: 12%;
    padding: 0;
  }
  #banner .text p{
    font-size: 14px;
  }
  #banner .text::after{
    display: none;
  }
  #banner .banner-slide .owl-dots{
    display: none;
  }
  #banner .banner-slide .owl-nav{
    width: 100px;
    left: auto;
    right: 5%;
  }
  #room .room .section-box{
    width: 100% !important;
    flex-direction: column !important;
    margin: 0;  
  }
   #hotspring .hotspring .section-box{
    flex-direction: column-reverse !important;
   }
  #room .room .section-box:nth-child(even) .text{
    margin-bottom: 20px;
  }
  #services{
    display: none;
  }  
  .section{
    padding: 20px 0;
  }
}

@media screen and (max-width:480px){
  #banner .text{
    bottom: 40px;
  }
  #banner .text h2{
    font-size: 20px;
    line-height: 30px;
  }
  #banner .text p{
    margin-top: 5px;
  }
  #banner .banner-slide .owl-nav{
    bottom: 5px;
  }
}

