body[page="home"] section.banner {
  background-color: #FFF;
  height: 700px;
  display: block;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
body[page="home"] section.banner .bannercover {
  background-color: #e9e9e9;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
}
body[page="home"] section.banner .entitle {
  width: 600px;
  height: 99px;
  position: absolute;
  top: 44%;
  left: calc(50% - 300px);
  z-index: 1;
  background-image: url(/images/home/banner_entitle.png?1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body[page="home"] section.banner h2 {
  position: absolute;
  top: 57%;
  color: #FFF;
  text-align: center;
  width: 100%;
  letter-spacing: 5px;
  text-shadow: #000 0px 0 23px;
}
.animates101 {
  opacity: 0;
}
.animates101.active {
  animation: animates101 1.5s;
  -webkit-animation: animates101 1.5s;
  opacity: 1;
}
@keyframes animates101 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animates102,
.animates103 {
  opacity: 0;
}
.animates102.active,
.animates103.active {
  animation: animates102 1.5s;
  -webkit-animation: animates102 1.5s;
  opacity: 1;
}
@keyframes animates102 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animateScroll[aniName="animates202"],
.animateScroll[aniName="animates501"],
.animateScroll[aniName="animates301"] {
  opacity: 0;
}
.animateScroll[aniName="animates202"].active,
.animateScroll[aniName="animates501"].active,
.animateScroll[aniName="animates301"].active {
  animation: UpfadeIn 1s;
  -webkit-animation: UpfadeIn 1s;
  opacity: 1;
}
@keyframes UpfadeIn {
  0% {
    opacity: 0;
    transform: translate(0px, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
section.home_datepicker {
  background-color: #FFF;
  padding: 20px;
}
section.home_datepicker .each {
  display: inline-block;
}
section.home_datepicker .each .label {
  display: inline-block;
}
section.home_datepicker .each .label i {
  vertical-align: middle;
}
section.home_datepicker .each .label span {
  vertical-align: middle;
  color: #959595;
}
section.home_datepicker .each select {
  width: 100px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
section.home_datepicker .each input {
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
section.home_datepicker .btn {
  display: inline-block;
  border: 1px solid #d1d1d1;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  margin-left: 20px;
  cursor: pointer;
}
section.home_rooms {
  min-height: 500px;
}
section.home_rooms .thetitle {
  text-align: left;
  margin-left: 35px;
}
section.home_rooms .thetitle .en {
  font-family: serif;
  font-size: 56px;
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
section.home_rooms .thetitle .line {
  height: 1px;
  width: 50px;
  background-color: #a9a9a9;
  display: inline-block;
  vertical-align: middle;
}
section.home_rooms .thetitle .tw {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: serif;
  font-size: 32px;
  letter-spacing: 9px;
}
section.home_rooms .bg {
  background-image: url('/images/home/bg_rooms.jpg');
  width: 100%;
  padding-bottom: 520px;
  position: absolute;
}
section.home_rooms .content {
  padding-top: 50px;
}
section.home_rooms .content .list {
  padding-bottom: 70px;
}
section.home_rooms .content .list li {
  width: 23%;
  display: inline-block;
  margin: 1%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.home_rooms .content .list li:hover {
  transform: scale(1.05, 1.05);
  filter: brightness(1.1);
}
section.home_rooms .content .list li .photo {
  background-color: #555;
  width: 100%;
  padding-bottom: 136%;
  background-size: cover;
  background-position: center;
}
section.home_rooms .content .list li .thetext {
  text-align: left;
  margin-top: 27px;
  margin-left: 25px;
  margin-bottom: 5px;
}
section.home_rooms .content .list li .thetext:before {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #d7d7d7;
  display: block;
  position: absolute;
  right: 0px;
  top: 13px;
}
section.home_rooms .content .list li .theen {
  text-align: left;
  color: #b6b6b6;
  font-size: 15px;
  margin-left: 25px;
}
section.home_tour .map {
  background-color: #E6F6E1;
  width: calc(100% - 240px);
  margin-left: 240px;
  padding-bottom: 36%;
  background-image: url(/images/home/map.jpg);
  background-size: cover;
  background-position: center;
}
section.home_tour .thetitle {
  text-align: left;
  margin-left: 35px;
  width: 40px;
  position: absolute;
  left: 66px;
  z-index: 1;
}
section.home_tour .thetitle .en {
  font-family: serif;
  font-size: 56px;
  color: #555;
  vertical-align: middle;
  transform: rotate(90deg);
  margin-bottom: 117px;
}
section.home_tour .thetitle .line {
  height: 50px;
  width: 1px;
  background-color: #a9a9a9;
  vertical-align: middle;
  margin: auto;
}
section.home_tour .thetitle .tw {
  vertical-align: middle;
  font-size: 20px;
  font-family: serif;
  font-size: 32px;
  letter-spacing: 9px;
  margin-top: 20px;
}
section.home_tour .list {
  padding-top: 50px;
}
section.home_tour .list li {
  width: 30%;
  display: inline-block;
  margin: 1.5%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.home_tour .list li:hover {
  transform: scale(1.05, 1.05);
  filter: brightness(1.1);
}
section.home_tour .list li .photo {
  width: 100%;
  background-color: #F9F9F9;
  padding-bottom: 120%;
  background-size: cover;
  background-position: center;
}
section.home_tour .list li .text_tw {
  text-align: left;
  margin-top: 21px;
}
section.home_tour .list li .text_en {
  text-align: left;
  color: #aaaaaa;
  font-size: 14px;
}
section.home_service .icons li {
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 150px;
}
section.home_service .icons li .text {
  text-align: center;
}
section.home_service img {
  width: 100%;
  display: inline-block;
}
section.home_news {
  padding: 40px;
  padding-bottom: 100px;
  min-height: 400px;
}
section.home_news .thetitle {
  text-align: right;
  margin-left: 35px;
}
section.home_news .thetitle .en {
  font-family: serif;
  font-size: 56px;
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
section.home_news .thetitle .line {
  height: 1px;
  width: 50px;
  background-color: #a9a9a9;
  display: inline-block;
  vertical-align: middle;
}
section.home_news .thetitle .tw {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: serif;
  font-size: 32px;
  letter-spacing: 9px;
}
section.home_news .list {
  width: 60%;
}
section.home_news .list li {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: left;
}
section.home_news .list li:hover {
  color: #C9B289;
}
section.home_news .list li .date {
  width: 20%;
  display: inline-block;
}
section.home_news .list li .type {
  width: 20%;
  display: inline-block;
  font-weight: bold;
}
section.home_news .list li .title {
  width: 50%;
  display: inline-block;
}
section.home_news .photo {
  background-color: #555;
  width: 34%;
  padding-bottom: 24%;
  /* height: 100px; */
  position: absolute;
  right: 0;
  top: 114px;
  background-size: cover;
  background-position: center;
}
section.home_album {
  height: 1200px;
}
section.home_album .photo01 {
  position: absolute;
  background-color: #a9a9a9;
  width: 40%;
  padding-bottom: 50%;
  left: 12%;
  top: 0;
  background-size: cover;
  background-position: center;
}
section.home_album .photo02 {
  position: absolute;
  background-color: #d3d3d3;
  width: 35%;
  padding-bottom: 50%;
  right: 18%;
  top: 486px;
  background-size: cover;
  background-position: center;
}
section.home_album .text01 {
  position: absolute;
  top: 202px;
  font-size: 27px;
  right: 18%;
  width: 27%;
  font-family: serif;
  text-indent: -3em;
  margin-left: 3em;
}
section.home_album .text02 {
  position: absolute;
  top: 835px;
  font-size: 27px;
  left: 12%;
  width: 35%;
  font-family: serif;
}
/*  rwd  */
/* -----------------------------------*/
@media screen and (max-width: 1240px) {
  body[page="home"] section.banner .entitle {
    width: 80%;
    height: 20%;
    top: 26%;
    left: 10%;
    background-image: url(/images/home/banner_entitle_m.png?1);
  }
  body[page="home"] section.banner h2 {
    position: absolute;
    top: 46%;
    color: #FFF;
    text-align: center;
    letter-spacing: 5px;
    width: 100%;
    left: 0;
    font-size: 18px;
    letter-spacing: 1px;
  }
  section.home_datepicker .each input {
    border: none;
  }
  section.home_datepicker .each {
    border-bottom: 1px solid #d7d7d7;
    width: auto;
    display: block;
    padding-bottom: 6px;
    padding-top: 11px;
    text-align: left;
  }
  section.home_datepicker .each[type="number"] {
    border: none;
  }
  section.home_datepicker .btn {
    width: auto;
    display: block;
    margin-left: 0px;
  }
  section.home_datepicker {
    background-color: #FFF;
    padding: 25px;
    box-shadow: 0px 0px 25px #e9e9e9;
    margin: 30px;
    padding-top: 10px;
  }
  section.home_datepicker .each select {
    border: none;
  }
  section.home_datepicker .each .label {
    display: inline-block;
    width: 60px;
  }
  section.home_rooms .content .list {
    padding-bottom: 0px;
  }
  section.home_rooms .thetitle {
    text-align: center;
    margin-left: 0px;
  }
  section.home_rooms .thetitle .en {
    font-family: serif;
    font-size: 42px;
    color: #555;
    display: block;
    vertical-align: middle;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1px;
  }
  section.home_rooms .thetitle .tw {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: serif;
    font-size: 26px;
    letter-spacing: 9px;
  }
  section.home_rooms .thetitle .line {
    height: 30px;
    width: 1px;
    background-color: #a9a9a9;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  section.home_rooms .bg {
    background-image: url(/images/home/bg_rooms.jpg);
    width: 100%;
    padding-bottom: 245%;
    position: absolute;
    top: -20%;
    z-index: -1;
  }
  section.home_rooms .content .list li {
    width: 68%;
    display: block;
    margin: auto;
    margin-bottom: 35px;
  }
  section.home_tour {
    overflow: hidden;
  }
  section.home_tour .thetitle {
    text-align: center;
    margin-left: 0px;
    width: auto;
    left: 0;
    position: relative;
  }
  section.home_tour .thetitle .en {
    font-family: serif;
    font-size: 35px;
    color: #555;
    display: block;
    vertical-align: middle;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1px;
    transform: none;
    margin-bottom: 0;
  }
  section.home_tour .thetitle .tw {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: serif;
    font-size: 26px;
    letter-spacing: 9px;
    margin-top: 10px;
  }
  section.home_tour .thetitle .line {
    height: 30px;
    width: 1px;
    background-color: #a9a9a9;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  section.home_tour .map {
    background-color: #E6F6E1;
    width: auto;
    margin-left: 0;
    padding-bottom: 66%;
    background-image: url(/images/home/map.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 40px;
  }
  section.home_service .icons li {
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: 26%;
  }
  section.home_service .icons li .text {
    padding: 0px;
    margin-bottom: 20px;
  }
  section.home_news .list {
    width: auto;
  }
  section.home_news .list li .type {
    width: auto;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 20px;
    font-size: 16px;
  }
  section.home_news .list li .title {
    width: auto;
    display: block;
  }
  section.home_news .photo {
    width: auto;
    padding-bottom: 70%;
    /* height: 100px; */
    position: relative;
    right: 0;
    top: 0;
  }
  section.home_news .list li .date {
    width: auto;
    display: block;
    margin-bottom: 7px;
  }
  section.home_news .thetitle {
    text-align: center;
    margin-left: 0px;
  }
  section.home_news .thetitle .tw {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 25px;
  }
  section.home_news .thetitle .line {
    height: 30px;
    width: 1px;
    background-color: #a9a9a9;
    display: block;
    vertical-align: middle;
    margin: auto;
    margin-top: 10px;
  }
  section.home_news .thetitle .en {
    font-size: 35px;
  }
  section.home_news .list li {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    font-size: 16px;
  }
  section.home_tour .list li {
    width: 38%;
    display: inline-block;
    margin: 2%;
  }
  section.home_tour .list li .text_tw {
    text-align: left;
    margin-top: 11px;
    font-size: 16px;
  }
  section.home_album {
    height: auto;
    padding-bottom: 55px;
    overflow: hidden;
  }
  section.home_album .photo01 {
    position: relative;
    width: 75%;
    padding-bottom: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
  }
  section.home_album .text01 {
    position: relative;
    top: 0;
    font-size: 18px;
    right: 0;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section.home_album .photo02 {
    position: relative;
    background-color: #d3d3d3;
    width: 75%;
    padding-bottom: 100%;
    right: 0;
    top: 0;
    margin-left: 25%;
  }
  section.home_album .text02 {
    position: relative;
    top: 0;
    font-size: 18px;
    right: 0;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    left: 0;
  }
}
