.nav {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  background-color: #d8c7b7;
  box-shadow: 0 0 6px #6d6d6d;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  display: flex;
  border-bottom: 1px solid #bda895;
  position: fixed;
}
.nav #mobile-nav-toggle {
  display: none;
  color: #613504;
  text-decoration: none;
  position: absolute;
  padding: 7px 34px 7px 10px;
  top: 10px;
  right: 5%;
  font-size: 14px;
  border: 1px solid #bda895;
  background-image: url('/i/icon-hamburger.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 36px;
  font-family: 'Roboto', sans-serif;
}
.nav ul {
  padding: 0;
  margin: 0 0 0 auto;
  display: flex;
}
.nav ul li {
  list-style: none;
}
.nav ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #613504;
  padding: 15px 20px 10px 20px;
  display: block;
  text-shadow: 0 1px 0 #e8dcc5;
  letter-spacing: .03em;
}
.nav ul li a:hover {
  background-color: #fdf5e7;
}
.footer {
  width: 100%;
  padding: 0 5%;
  background-color: #F7F2ED;
  box-shadow: 0 0 8px #d6c7ba;
  border-top: 1px solid #d6c6b7;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #613504;
}
.footer h1 {
  padding: 0;
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  color: #613504;
}
.footer a {
  text-decoration: none;
  color: #d21902;
}
.footer a:hover {
  text-decoration: underline;
}
.footer > div {
  max-width: 600px;
  box-sizing: border-box;
  padding: 20px;
}
.footer .address {
  padding-right: 5vw;
  background-image: url('/i/logo-icon.svg');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 85px;
  background-size: 65px;
}
.footer .contact {
  border-left: 1px solid #d6c6b7;
  padding-left: 5vw;
}
.footer .contact .phone {
  background-image: url('/i/icon-phone.svg');
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 4px 35px;
  background-size: 20px;
  display: block;
}
.footer .contact .email {
  background-image: url('/i/icon-mail.svg');
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 4px 35px;
  background-size: 20px;
  display: block;
}
@media (min-width: 1300px) {
  .footer,
  .nav {
    padding: 0 15%;
  }
  .footer {
    justify-content: space-between;
  }
}
@media (max-width: 960px) {
  .nav {
    flex-wrap: wrap;
    position: relative;
  }
  .nav ul {
    border-top: 1px solid #d6c6b7;
  }
  .nav .logo {
    margin: 10px auto;
    width: 100%;
    text-align: left;
  }
  .nav .logo a img {
    max-width: 130px;
  }
  .nav #mobile-nav-toggle {
    display: block;
  }
  .nav ul {
    display: none;
    margin-left: 0;
    margin-bottom: 40px;
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
  .nav ul.show {
    display: block;
  }
  .nav ul li {
    flex: 0 0 100%;
    text-align: center;
    border-bottom: 1px dotted #d6c6b7;
  }
  .nav ul li a {
    font-size: 20px;
  }
  .footer {
    /*display: block;*/
  }
  .footer h1 {
    font-size: 17px;
  }
  .footer p {
    font-size: 13px;
  }
  .footer .address {
    background-size: 50px;
    padding-left: 75px;
    background-position: 10px center;
  }
  .footer .contact {
    font-size: 14px;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 780px) {
  .footer .address {
    padding-right: 2vw;
  }
  .footer .contact {
    min-width: 250px;
  }
  .footer .contact .email,
  .footer .contact .phone {
    background-image: none;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 620px) {
  .footer {
    display: block;
  }
  .footer .contact {
    border-top: 1px dotted #d6c6b7;
  }
  .footer .contact .phone {
    font-size: 22px;
  }
  .footer h1 {
    font-size: 17px;
  }
  .footer p {
    font-size: 13px;
  }
}
body {
  background-color: #fdf5e7;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #444;
  font-size: 14px;
}
.content h1,
.content h2 {
  font-family: 'Playfair Display', serif;
  letter-spacing: .025em;
  color: #613504;
}
.content h1 {
  margin: 0;
  font-weight: normal;
  font-size: 34px;
  padding-top: 60px;
}
.content h2 {
  font-size: 24px;
  font-weight: normal;
}
.content p {
  line-height: 1.5em;
}
.wrapper {
  padding: 0 5%;
}
#lead-intro {
  padding: 60px 5% 0 60%;
  background-image: url('/i/hp-lead.jpg');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: 1px solid #d6c7ba;
}
#lead-intro > div {
  max-width: 520px;
  min-height: 520px;
  background: rgba(253, 246, 231, 0.9);
  padding: 20px 30px;
  box-sizing: border-box;
}
#intro {
  display: grid;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  border-bottom: 1px solid #d6c7ba;
}
#intro div.item {
  width: 30%;
  max-width: 400px;
  margin: 0 20px;
}
#intro div.intro-img {
  max-width: 400px;
}
#intro div.intro-img img {
  width: 100%;
}
.hilight {
  padding: 0px 5% 0px 50%;
  background-image: url('/i/hilight.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 48%;
}
.hilight ul {
  margin: 0;
  padding: 4em 10px 4em 30px;
}
.hilight ul li {
  font-size: 24px;
  line-height: 2.5;
  font-family: 'Playfair Display', serif;
  padding: 10px 0;
  color: #613504;
}
.surroundings {
  box-sizing: border-box;
  border-top: 1px solid #d6c6b7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 10px;
}
.surroundings h2 {
  flex: 0 0 100%;
}
.surroundings ul {
  width: 43%;
  max-width: 400px;
  margin: 0;
  padding: 0;
}
.surroundings ul li {
  margin: 0;
  list-style: none;
  padding: 10px 0;
  line-height: 2;
  border-bottom: 1px dotted #d6c6b7;
  display: flex;
  justify-content: space-between;
}
.about {
  padding: 40px 50% 40px 5%;
  background-image: url('/i/about.jpg');
  background-repeat: no-repeat;
  background-position: right -5% top;
  background-size: 50%;
  border-top: 1px solid #d6c6b7;
}
.location-wrapper {
  padding: 40px 5%;
  margin: 0;
}
.images {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.images > div {
  flex: 0 0 30%;
  max-width: 400px;
  padding-bottom: 30px;
}
.images > div img {
  width: 100%;
  margin-bottom: 10px;
}
.room-intro {
  padding-top: 50px;
  padding: 50px 5%;
}
.room-intro div {
  -webkit-columns: 300px 2;
  -moz-columns: 300px 2;
  columns: 300px 2;
  padding-top: 20px;
}
.room-intro div p {
  margin-top: 0;
}
.rooms-type {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d6c6b7;
  padding-top: 40px;
}
.rooms-type > div:first-child {
  padding-right: 5%;
  flex-basis: 65%;
}
.rooms-type .room-pic {
  flex-basis: 100%;
  padding-top: 5em;
}
.rooms-type .room-pic img {
  width: 100%;
}
.rooms-type .person,
.rooms-type .price {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left;
  padding-left: 45px;
  max-width: 380px;
}
.rooms-type .person {
  padding: 20px 0 20px 45px;
  background-image: url('/i/icon-person.svg');
}
.rooms-type .price {
  background-image: url('/i/icon-baht.svg');
}
.rooms-type .price h3 {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 20px;
}
.rooms-type .price p {
  margin-top: 0;
}
.terms {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d6c6b7;
  border-top: 1px solid #d6c6b7;
  padding-top: 40px;
  padding-bottom: 40px;
}
.terms > div {
  flex: 0 0 45%;
}
.terms ul li {
  line-height: 2;
}
/*----- service page -----*/
.service-intro {
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #d6c6b7;
}
.service-intro ul {
  flex: 0 0 45%;
  padding-top: 40px;
  list-style: none;
}
.service-intro ul li {
  background-image: url('/i/icon-check.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left;
  padding-left: 30px;
  line-height: 2;
}
.facilities {
  border-bottom: 1px solid #d6c6b7;
  display: flex;
  background-color: #F7F2ED;
  justify-content: center;
}
.facilities .items {
  padding: 40px 5%;
  box-sizing: border-box;
  background-color: #fff;
}
.facilities .item {
  background-repeat: no-repeat;
  background-position: left;
  padding: 20px 0 20px 120px;
}
.facilities .item.ground {
  background-image: url('/i/icon-ground.svg');
}
.facilities .item.upper {
  background-image: url('/i/icon-upper.svg');
}
.facilities .item.mobility {
  background-image: url('/i/icon-mobility.svg');
}
.facilities .item.sizes {
  background-image: url('/i/icon-size.svg');
}
.facilities .item.features {
  background-image: url('/i/icon-feature.svg');
}
.on-request-list {
  flex: 0 0 30%;
  padding: 40px 30px;
  color: #6A3C06;
  text-align: center;
  align-self: center;
}
.on-request-list ul li {
  text-align: left;
  line-height: 2;
  font-size: 18px;
}
.services-img {
  width: 100%;
  height: 450px;
  display: block;
  background-image: url('/i/facilities.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services {
  border-bottom: 1px solid #d6c6b7;
  padding-bottom: 40px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.services > div {
  flex: 0 0 48%;
}
/* location page */
.map {
  margin-right: 5%;
  margin-top: 80px;
}
.map-intro {
  display: flex;
  padding-top: 40px;
}
@media (min-width: 1751px) {
  #lead-intro {
    padding-right: 15%;
  }
}
@media (min-width: 1461px) and (max-width: 1750px) {
  #lead-intro {
    padding-right: 12%;
  }
}
@media (max-width: 1501px) {
  .about {
    background-image: url('/i/about-2.jpg');
    padding: 40px 40% 40px 5%;
    background-position: right -25% center;
    background-size: 48%;
  }
}
@media (min-width: 1300px) {
  #lead-intro {
    padding-bottom: 0;
    padding-left: 0;
    margin-left: auto;
  }
  #lead-intro > div {
    padding: 40px 30px 20px 30px;
    box-sizing: border-box;
    margin-left: auto;
    max-width: 500px;
  }
  #lead-intro > div h1 {
    padding-top: 20px;
  }
  .wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }
  /*---facilities---*/
  .service-intro > div {
    max-width: 720px;
  }
  .service-intro ul {
    flex: 0 0 420px;
    padding-left: 80px;
  }
  .facilities {
    justify-content: flex-start;
  }
  .facilities .items {
    max-width: 720px;
    padding-right: 5%;
    margin-left: 15%;
  }
  .facilities .on-request-list {
    flex: 0 0 400px;
  }
  .surroundings {
    justify-content: space-between;
  }
  .surroundings ul {
    margin: 0;
    max-width: 500px;
    width: 46%;
  }
}
@media (max-width: 1250px) {
  #lead-intro {
    padding-left: 58%;
    background-size: contain;
  }
  #lead-intro > div {
    padding-top: 40px;
    margin-bottom: 40px;
    max-width: 430px;
  }
  #lead-intro > div h1 {
    padding-top: 0;
  }
  .hilight {
    padding-right: 2%;
  }
  .hilight ul li {
    font-size: 22px;
  }
}
@media (max-width: 1050px) {
  .room-intro {
    padding-top: 0;
  }
  .rooms-type {
    display: block;
  }
  .rooms-type .room-pic {
    width: 100%;
  }
  .rooms-type .room-pic img {
    width: 100%;
  }
  .terms {
    display: block;
  }
  .terms ul {
    padding-left: 5%;
  }
  #lead-intro {
    padding-right: 0;
    padding-left: 0;
    background-size: cover;
  }
  #lead-intro > div {
    margin-left: auto;
    min-height: auto;
    margin-bottom: 10pxs;
  }
  .about {
    background: none;
    padding: 40px 5% 40px 5%;
  }
  .map-intro {
    display: block;
    padding-bottom: 40px;
  }
  .map-intro .map {
    margin-right: 0;
  }
  .map-intro iframe {
    width: 100%;
  }
  .hilight {
    padding-left: 0;
    background-position: center -24vw;
    padding-top: 42vw;
    background-size: 104%;
  }
  .hilight ul {
    padding-left: 20%;
  }
  .hilight ul li {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 960px) {
  #intro {
    flex-wrap: wrap;
  }
  #intro div.intro-img,
  #intro div.item {
    flex: 0 0 90%;
    max-width: 480px;
  }
  .images {
    flex-wrap: wrap;
    margin: auto;
  }
  .images div.item {
    flex: 0 0 90%;
    max-width: 480px;
    text-align: center;
    margin: 20px auto;
  }
  .surroundings {
    justify-content: center;
  }
  .surroundings ul {
    width: 100%;
    max-width: 600px;
  }
  .map {
    margin-top: 0;
  }
  .service-intro {
    padding-top: 0;
    display: block;
  }
  .service-intro ul {
    padding-left: 0;
    padding-top: 10px;
  }
  .facilities {
    display: block;
  }
  .facilities .item {
    padding: 10px 0 10px 80px;
    background-size: 55px;
    background-position: left top 40px;
  }
  .on-request-list h2 {
    font-size: 20px;
  }
  .on-request-list ul li {
    font-size: 14px;
  }
  .services {
    display: block;
  }
}
@media (max-width: 600px) {
  #lead-intro {
    padding: 50px 0 0 0;
    background-size: 100%;
    background-position: center top;
  }
  #lead-intro > div {
    width: 100%;
    max-width: none;
    margin-top: 60vw;
  }
  #lead-intro > div h1 {
    font-size: 26px;
  }
}
