@charset "utf-8";

body{
  padding-top: 110px;
}
header .top,
header #update{
  display: none !important;
}



/* banner */

#banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* main-content */

#main-content {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 70px 0;
}

#main-content .title {
  color: #777;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
}

#main-content .title::after {
  content: "";
  width: 55px;
  height: 3px;
  background: #ccc;
  display: block;
  margin: 10px auto 0 auto;
}

#main-content .intro {
  max-width: 800px;
  color: #777;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin: 0 auto;
  padding-top: 30px;
}

#main-content .list {
  text-align: center;
  margin-top: 40px;
}

#main-content .list li {
  display: inline-block;
  padding: 0 10px;
}

#main-content .list li a {
  display: block;
  color: #9d775b;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px dotted #9d775b;
}


#main-content .list li a:hover {
  border-bottom: 1px dotted #fff;
}

#main-content.no-padding {
  padding-bottom: 0;
}

/* about */

#about {
  margin-top: 30px;
}

#about p {
  max-width: 800px;
  width: 90%;
  color: #777;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0 auto;
}

#about .pic {
  margin-top: 50px;
}

#about .pic img {
  width: 100%;
  height: auto;
}

#about .owl-carousel .owl-nav {
  display: none;
}

/* conatct */

#contact {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

#contact .form {
  padding-top: 20px;
}

#contact .form li {
  width: 100%;
  padding-top: 20px;
}

#contact .form li.group {
  display: flex;
  justify-content: space-between;
}

#contact .form li.group .name-title {
  width: 18%;
}

#contact .form li.group .name {
  width: 38%;
}

#contact .form li.group .phone-number,
#contact .form li.group .mail {
  width: 48.5%;
}

#contact .form li.group .message {
  width: 100%;
}

#contact .form li.group .button {
  width: 100%;
  display: flex;
  justify-content: center;
}

#contact .form li.group .button button {
  width: 200px;
  background: #9d775b;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  border: none;
}

#contact .form li label {
  color: #9d775b;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px;
}

#contact .form li input {
  width: 100%;
  font-size: 15px;
  border: none;
  padding: 10px 5px;
  border: 1px solid #ccc;
  display: block;
  box-sizing: border-box;
}

#contact .form li select {
  width: 100%;
  height: 39px;
  background: #fff;
  font-size: 15px;
  line-height: 39px;
  border-radius: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#contact .form li textarea {
  width: 100%;
  height: 200px;
  font-size: 15px;
  line-height: 24px;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}

/* 日期選擇器 */
#ui-datepicker-div {
  z-index: 998 !important;
}

/* 輪撥 */

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 60px;
  background-image: url(../images/icon-arrow3.png);
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
}

.owl-carousel .owl-nav .owl-prev {
  background-position: left;
}

.owl-dots {
  display: none;
}

.owl-carousel .owl-nav .owl-next {
  background-position: right;
}



/* room-type */
#room-type {
  color: #777;
}
#room-type .section{
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
#room-type .section .pic{
  width: 60%;
  padding-top: 40%;
  position: relative;
}
#room-type .section .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#room-type .section .info {
  width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
}
#room-type  .section .info p.text {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  padding: 30px 0;
}
#room-type .section .info .btn a{
  width: 150px;
  color: #9d775b;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  margin-top: 5px;
  display: inline-block;
  border: 1px solid #9d775b;
  box-sizing: border-box;
  transition: all .3s;
  vertical-align: top;
}
#room-type .section .info .btn a:hover{
  background: #9d775b;
  color: #fff;
}

/* room-detail */

.roomF {
  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
}

.roomF .title {
  background: #f1f1f1;
  padding: 40px 0;
}

.roomF .title .wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.roomF .title .wrap h1 {
  color: #777;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
}

.roomF .title .wrap .back {
  background: url(../images/icon-arrow4.png) no-repeat left;
  color: #9d775b;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 3px;
  position: absolute;
  left: 0;
  top: 0;
}

.roomF .detail {
  max-width: 1200px;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
}

.roomF .detail .pic img {
  width: auto;
  display: block;
  max-height: 800px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.roomF .detail .container {
  position: relative;
  margin-top: 20px;
}

.roomF .detail .container .text {
  color: #777;
  font-size: 24px;
  line-height: 30px;
  padding-right: 80px;
}

.roomF .detail .container .share {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}

.roomF .detail .container .share a {
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  margin-left: 5px;
  display: inline-block;
}

.roomF .detail .container .share a.fb {
  background: url(../images/share-fb.png);
}

.roomF .detail .container .share a.line {
  background: url(../images/share-line.png);
}

.roomF .detail .info {
  background: #f6f0ec;
  text-align: left;
  padding: 0 20px 20px 20px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.roomF .detail .info li {
  width: 49%;
  margin-top: 30px;
}
.roomF .detail .info .link-group{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.roomF .detail .info .link-group a{
  width: 120px;
  height: 40px;
  background: #9d765d;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.roomF .detail .info li label {
  color: #9d775b;
  font-size: 14px;
  display: block;
}

.roomF .detail .info li p {
  color: #bc9e89;
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
}

.roomF .detail .booknow {
  max-width: 280px;
  width: 100%;
  background: #9d775b;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  border: 1px solid #9d775b;
  padding: 13px 0 10px 0;
  margin-top: 20px;
  display: inline-block;
  box-sizing: border-box;
  transition: all .6s;
}

.roomF .detail .booknow:hover {
  background: #fff;
  color: #9d775b;
}



/* restaurant */

#restaurant {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#restaurant .section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

#restaurant .section .pic {
  width: 60%;
}

#restaurant .section .pic img {
  width: 100%;
  height: auto;
  display: block;
}

#restaurant .section .info {
  width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
}

#restaurant .section .info .name {
  color: #9d775b;
  font-size: 24px;
  padding-bottom: 20px;
}

#restaurant .section .info .floor {
  color: #777;
  font-size: 24px;
  margin-left: 10px;
}

#restaurant .section .info .floor:before {
  content: "";
  width: 7px;
  height: 1px;
  background: #777;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}

#restaurant .section .info p {
  color: #777;
  font-size: 14px;
  margin-top: 10px;
}

#restaurant .section .info p.time::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon-time.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#restaurant .section .info p.number::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon-number.png);
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
}

#restaurant .section .info p.text {
  line-height: 24px;
  padding-top: 30px;
}

/* 201210新增 */
#restaurant .section .info p.text.color::before {
  content: "預約方式";
  color: #9d775b;
  font-size: 14px;
  display: block;
}

#restaurant .section .info p.text.color.En::before {
  content: "Reservation";
}

#restaurant .section .info .btns a {
  width: 150px;
  color: #9d775b;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  margin-top: 5px;
  display: inline-block;
  border: 1px solid #9d775b;
  box-sizing: border-box;
  transition: all .3s;
  vertical-align: top;
}

#restaurant .section .info .btns a:hover {
  background: #9d775b;
  color: #fff;
}


/* hot-spring */

#hot-spring {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#hot-spring .section {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

#hot-spring .section .name {
  color: #9d775b;
  font-size: 24px;
  padding-bottom: 20px;
}

#hot-spring .section .name .floor {
  color: #777;
  font-size: 24px;
  margin-left: 10px;
}

#hot-spring .section .name .floor:before {
  content: "";
  width: 7px;
  height: 1px;
  background: #777;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}

#hot-spring .section .pic{
  width: 60%;
}

#hot-spring .section .pic img {
  max-width: 100%;
  max-height: 480px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

#hot-spring .section .info {
  width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
}

#hot-spring .section .info p {
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

#hot-spring .section .info p.text {
  padding: 30px 0;
}

#hot-spring .section .info p.more {
  color: #999;
  padding: 10px 0 0 0;
}

#hot-spring .section .info p.more .span {
  color: #9d775b;
  margin-right: 5px;
  display: block;
}
#hot-spring .section .info a{
  color: #9d775b;
}

#hot-spring .section .info .btn a{
  width: 150px;
  color: #9d775b;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  margin-top: 5px;
  display: inline-block;
  border: 1px solid #9d775b;
  box-sizing: border-box;
  transition: all .3s;
  vertical-align: top;
}
#hot-spring .section .info .btn a:hover{
  background: #9d775b;
  color: #fff;
}

/* entertainment */
#entertainment {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}

#entertainment .items li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#entertainment .items li .text {
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
}
#entertainment .items li .text h2 {
  color: #9d775b;
  font-size: 24px;
  padding-bottom: 20px
}
#entertainment .items li .text p {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 30px;
}

#entertainment .items li .text .floor {
  color: #777;
  font-size: 21px;
  margin-left: 10px;
}

#entertainment .items li .text .floor:before {
  content: "";
  width: 7px;
  height: 1px;
  background: #777;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#entertainment .items li .text p.more {
  color: #999;
  padding: 10px 0 0 0;
}

#entertainment .items li .text p.more .span {
  color: #9d775b;
  display: block;
}

#entertainment .items li .text p.more .span a{
  color: #9d775b;
  display: block;
  margin-bottom: 30px;
}

#entertainment .items li .text .btn{
  margin-bottom: 20px;
}

#entertainment .items li .text .btn a{
  width: 150px;
  color: #9d775b;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  margin-top: 5px;
  display: inline-block;
  border: 1px solid #9d775b;
  box-sizing: border-box;
  transition: all .3s;
  vertical-align: top;
}
#entertainment .items li .text .btn a:hover{
  background: #9d775b;
  color: #fff;
}

#entertainment .items li .pic {
  width: 50%;
}

#entertainment .items li .pic img {
  width: 100%;
  height: auto;
}


/* news */
#news {
  max-width: 1200px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow-y: auto;
}

#news .section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

#news .section .pic {
  width: 60%;
}

#news .section .pic img {
  width: 100%;
  height: auto;
  display: block;
}

#news .section .info {
  width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
}
#news .section .info .text{
  color: #777;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

#news .section .info .name {
  color: #9d775b;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 20px;
}
#news .section .info .btns a {
  width: 150px;
  color: #9d775b;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  margin-top: 5px;
  display: inline-block;
  border: 1px solid #9d775b;
  box-sizing: border-box;
  transition: all .3s;
  vertical-align: top;
}

#news .section .info .btns a:hover {
  background: #9d775b;
  color: #fff;
}

#news .article-title {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
  padding-bottom: 20px;
}

#news .article-title h2 {
  color: #777;
  font-size: 24px;
  font-weight: normal;
  padding: 0 15px;
}

#news .article-title a {
  width: 10px;
  height: 20px;
  text-indent: -9999px;
  display: inline-block;
}

#news .article-title a.pre {
  background: url(../images/icon-arrow5.png) left;
}

#news .article-title a.next {
  background: url(../images/icon-arrow5.png) right;
}

#news .article {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

#news .article .pic {
  width: 60%;
}

#news .article .pic img {
  width: 100%;
  height: auto;
  display: block;
}

#news .article .text {
  color: #777;
  width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
}

#news .article .text p {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0;
}

#news .article .text .link {
  background: #9d775b;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  border: 1px solid #9d775b;
  padding: 15px 20px;
  display: block;
  margin-bottom: 15px;
  transition: all .3s;
  text-align: center;
}

#news .article .text .link:hover {
  background: #fff;
  color: #9d775b;
}

#news .article .text .date {
  border-top: 1px solid #ccc;
}

#news .article .text .date::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/date.png);
  background-size: 100% auto;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 7px;
  margin-bottom: 2px;
}

#news .article .text .tags {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

#news .article .text .tags .tag {
  color: #9d775b;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  border: 1px solid #9d775b;
  padding: 7px 10px;
  display: inline-block;
  margin-right: 5px;
}

#news .text ol {
  color: #777;
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  list-style-type: decimal;
  list-style-position: inside;
}

#news .text ol li {
  margin-bottom: 10px;
}


/* traffic */

#traffic {
  padding-top: 50px;
}

#traffic .map img {
  width: 100%;
  max-width: 796px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#traffic .google-map {
  color: #9d775b;
  text-decoration: underline;
}

#traffic .map .container {
  height: 0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 350px;
  overflow: hidden;
}

#traffic .map .container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#traffic .info {
  background: #f8f8f8;
  color: #777;
  padding: 40px;
  box-sizing: border-box;
}

#traffic .info .name {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 10px;
}

#traffic .info p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}

#traffic .info p .span {
  color: #333;
  display: block;
}

#traffic .info p.add::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon-map.png);
  display: inline-block;
  margin-right: 5px;
}

/* footer */

footer {
  width: 100%;
  background: #ccc;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 50px;
  overflow: hidden;
  box-sizing: border-box;
}

footer .copyright {
  float: right;
  padding-top: 20px;
}

footer .copyright a {
  color: #777;
  margin-right: 10px;
  transition: all .6s;
}

footer .copyright a:hover {
  color: #fff;
}

footer .left {
  float: left;
}

footer .left::before {
  content: "";
  width: 284px;
  height: 40px;
  display: block;
  background: url(../images/logo-footer.png);
}

footer .left ul {
  padding-top: 20px;
}

footer .left .info li {
  display: inline-block;
  margin-right: 30px;
}

footer .left .info li .map {
  width: 12px;
  height: 16px;
  background: url(../images/icon-go-map.png);
  display: inline-block;
  text-indent: -9999px;
  vertical-align: text-bottom;
  margin-left: 5px;
}

footer .left .sns li {
  display: inline-block;
  margin-right: 10px;
}

footer .left .sns li a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  opacity: .5;
  transition: all .5s;
}

footer .left .sns li a:hover {
  opacity: 1;
}

footer .left .sns li a.fb {
  background: url(../images/footer-sns1.png);
}

footer .left .sns li a.ig {
  background: url(../images/footer-sns2.png);
}

footer .left .sns li a.line {
  background: url(../images/footer-sns3.png);
}

footer .left .sns li a.message {
  background: url(../images/footer-sns4.png);
}

footer .left .sns li a.tripadvisor {
  background: url(../images/footer-sns5.png);
}


/* 201118新增訂房按鈕 */
#reservation-link {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  bottom: 10px;
  z-index: 999;
  transition: all .3s;
}
#reservation-link .line,
#reservation-link .msg{
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: 60% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  margin: 10px 24px;
  border-radius: 50%;
}
#reservation-link .line{
  background-color: #06c755;
  background-image: url('../images/link_msg2.png');
}

#reservation-link .msg{
  background-color: #1877f2;
  background-image: url('../images/link_msg.png');
}




.ui-widget.ui-widget-content {
  z-index: 1000 !important;
}

/* RWD */

@media screen and (max-width: 1200px) {

  #entertainment .items li .text .floor {
    font-size: 18px;
  }

  #entertainment .items li .text p {
    padding-bottom: 10px;
  }

  #entertainment .items li .text p.more {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1024px) {
  body{
    padding-top: 40px;
  }
  #room-type .main .item,
  #room-type .other .item {
    margin-top: 50px;
  }

  .roomF .title {
    padding: 20px 0;
  }

  .roomF .detail .info li {
    margin-top: 20px;
  }

  .roomF .detail .info li p {
    font-size: 14px;
  }

  .roomF .other-rooms li a p {
    text-align: center;
    font-size: 18px;
  }

  #restaurant .section,
  #hot-spring .section,
  #news .section {
    display: block;
  }

  #restaurant .section .pic,
  #restaurant .section .info,
  #hot-spring .section .info,
  #hot-spring .section .pic,
  #news .section .pic,
  #news .section .info {
    width: 100%;
  }

  #restaurant .section .info,
  #hot-spring .section .info,
  #news .section .info {
    padding: 0 10px
  }

  #restaurant .section .info .name,
  #hot-spring .section .info .name {
    padding: 20px 0;
  }

  #restaurant .section .info p.text,
  #news .section .info .time {
    padding-top: 10px;
  }

  #entertainment .items li .text {
    padding: 2.5%;
  }

  #entertainment .items li .pic .img {
    padding-top: 100%;
  }

  #news .article {
    display: block;
  }

  #news .article .pic {
    width: 100%;
  }

  #news .article .text {
    width: 100%;
    padding-left: 0;
  }

  #traffic {
    padding-top: 30px;
  }

  #reservation-link .line,
  #reservation-link .msg {
      margin: 10px 6px;
  }
}

@media screen and (max-width: 920px) {

  #hot-spring .section .info p.more {
    font-size: 14px;
  }

  #hot-spring .section .info p.text {
    padding-bottom: 0;
  }
  #story p {
    font-size: 18px;
    line-height: 35px
  }

  #contact .form li {
    padding-top: 0;
  }

  #contact .form li div {
    padding-top: 20px;
  }

  #contact .form li.group {
    display: block;
  }

  #contact .form li.group .name-title,
  #contact .form li.group .name,
  #contact .form li.group .phone-number,
  #contact .form li.group .mail {
    width: 100%;
  }

}

@media screen and (max-width: 767px) {
  #main-content {
    padding: 30px 0;
  }

  #room-type .main,
  #room-type .other {
    display: block;
  }

  #room-type .main .item,
  #room-type .other .item {
    width: 100%;
    margin-top: 30px;
  }

  #room-type .main h2 {
    font-size: 24px;
  }

  .roomF .title .wrap .back {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
  }

  .roomF .detail .info {
    margin-top: 10px;
    display: block;
    padding-top: 10px;
  }

  .roomF .detail .info li {
    width: 100%;
  }

  .roomF .detail .container,
  .roomF.detail .container .share {
    position: static;
  }

  .roomF .detail .container .share {
    margin-bottom: 15px;
    position: static;
  }

  .roomF .detail .container .text {
    padding-right: 0;
    text-align: left;
  }

  #entertainment .items li {
    display: block;
  }

  #entertainment .items li .text {
    width: 100%;
    padding: 5% 2.5%;
  }

  #entertainment .items li.reverse .text {
    text-align: left;
  }

  #entertainment .items li .pic {
    width: 100%
  }

  #entertainment .items li .pic .img {
    padding-top: 200px;
  }

  .roomF .other-rooms {
    display: block;
  }

  .roomF .other-rooms li {
    width: 50%;
    display: block;
    float: left;
  }
}

@media screen and (max-width: 640px) {
  footer .left {
    position: static;
    padding-left: 0;
  }

  footer .left::before {
    position: static;
  }

  footer p {
    text-align: left;
  }

  #hot-spring .section {
    padding-top: 30px;
  }

}

@media screen and (max-width: 480px) {
  #news .section .info .name{
    font-size: 20px;
    line-height: 30px;
  }

  #restaurant .section .info .reservation {
    width: 100%;
  }

  #traffic .info {
    padding: 20px;
  }
}