section.content_about {
  padding-top: 10px;
}
section.content_about article.text01 {
  width: 60%;
}
section.content_about .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
section.about_facilities .subtitleWrap {
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: -30px;
}
section.about_facilities .photo {
  position: absolute;
  width: 475px;
  padding-bottom: 54%;
  background-color: #f9f9f9;
  right: 75px;
  background-size: cover;
  margin-top: 73px;
  background-position: center;
}
section.about_facilities .title_en {
  font-size: 40px;
  font-family: serif;
  color: #9D9180;
}
section.about_facilities h3 {
  font-size: 29px;
  font-family: serif;
  color: #9D9180;
}
section.about_facilities .text {
  text-align: center;
  font-size: 20px;
  font-family: serif;
  line-height: 2.5;
}
section.about_facilities .content {
  position: absolute;
  width: 560px;
  left: 80px;
  text-align: center;
  top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
}
section.about_facilities .part1 {
  height: 700px;
}
section.about_facilities .part1 .content {
  top: 200px;
  background-color: transparent;
}
section.about_facilities .part1 .photo {
  bottom: -50px;
  z-index: 1;
  padding-bottom: 46%;
}
section.about_facilities .part2 {
  height: 56vw;
  background-image: url(/images/home/bg_rooms.jpg);
}
section.about_facilities .part2 .content {
  background-color: #9d918075;
  right: 65px;
  left: auto;
  top: auto;
  bottom: 114px;
}
section.about_facilities .part2 .title_en {
  color: #685943;
}
section.about_facilities .part2 h3 {
  color: #685943;
}
section.about_facilities .part2 .text {
  color: #FFF;
}
section.about_facilities .part2 .photo {
  right: auto;
  left: 0;
  width: calc(100vw - 560px);
  padding-bottom: 38%;
}
section.about_facilities .part3 {
  height: 620px;
}
section.about_facilities .part3 .photo {
  width: 54%;
  padding-bottom: 42%;
  right: 0;
  top: -114px;
}
section.about_traffic .map {
  padding-bottom: 40%;
  background-color: #f9f9f9;
  background-size: cover;
  background-position: center;
}
section.about_traffic .map .logo {
  position: absolute;
  width: 200px;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
}
section.about_traffic .subtitleWrap {
  margin-top: 50px;
}
section.about_traffic h3 {
  font-family: serif;
  font-size: 23px;
  color: #C9B289;
}
section.about_traffic .icon {
  width: 125px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
/*  rwd  */
/* -----------------------------------*/
@media screen and (max-width: 1240px) {
  section.content_about article.text01 {
    width: auto;
    margin: 30px;
  }
  section.content_about .photo {
    position: relative;
    top: 0;
    right: 0;
    width: 80%;
  }
  section.about_traffic .icon {
    width: 100px;
  }
  section.content article {
    margin-bottom: 60px;
  }
  section.about_traffic .subtitleWrap {
    margin-top: 20px;
  }
  section.about_traffic .map {
    padding-bottom: 64%;
    background-color: #f9f9f9;
    background-size: 220%;
    background-position: center;
  }
  section.about_traffic .map .logo {
    width: 120px;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
  }
  section.about_facilities .part1 {
    height: auto;
  }
  section.about_facilities .photo {
    position: relative;
  }
  section.about_facilities .part1 .content {
    top: 0;
  }
  section.about_facilities .part1 .photo {
    bottom: 0;
    z-index: 1;
    padding-bottom: 115%;
    margin-top: 0px;
    right: 0;
    width: 80%;
    margin: auto;
  }
  section.about_facilities .part2 .content {
    background-color: #9d918075;
    right: 0px;
    left: auto;
    top: auto;
    bottom: 0px;
    width: auto;
  }
  section.about_facilities .part3 .photo {
    width: 100%;
    padding-bottom: 77%;
    right: 0;
    top: 0;
    margin-top: 50px;
  }
  section.about_facilities .part2 {
    padding-top: 40px;
    height: auto;
  }
  section.about_facilities .part3 {
    height: auto;
  }
  section.about_facilities .part2 .photo {
    right: auto;
    left: 0;
    width: 80%;
    padding-bottom: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
  section.about_facilities .content {
    position: relative;
    width: auto;
    left: 0;
    top: 0;
  }
  section.about_facilities .title_en {
    font-size: 33px;
  }
  section.about_facilities h3 {
    font-size: 26px;
  }
  section.about_facilities .text {
    text-align: center;
    font-size: 15px;
    font-family: serif;
    line-height: 2.5;
  }
}
