@charset "UTF-8";
/* CSS Document */
/*****列表*****/
@media (min-width: 1181px) {
  .roomList {
    padding-bottom: 50px; } }

@media (min-width: 961px) and (max-width: 1180px) {
  .roomList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; } }

@media (min-width: 1181px) {
  .roomList li {
    position: relative;
    padding: 0 0 80px; } }

@media (min-width: 961px) and (max-width: 1180px) {
  .roomList li {
    width: 50%;
    padding: 30px 15px 40px; } }

@media (max-width: 960px) {
  .roomList li {
    padding: 20px 0;
    margin-top: 20px; } }

@media (max-width: 500px) {
  .roomList li:first-of-type {
    margin-top: 0; } }

.roomList .item {
  position: relative; }
  @media (min-width: 1181px) {
    .roomList .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media (min-width: 1181px) {
  .roomList .Img {
    width: 50%; } }

.roomList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

@media (min-width: 1181px) {
  .roomList .Txt {
    width: 50%; } }

@media (min-width: 1301px) {
  .roomList .Txt {
    padding-left: 90px;
    padding-right: 90px; } }

@media (min-width: 1181px) and (max-width: 1300px) {
  .roomList .Txt {
    padding-left: 50px;
    padding-right: 50px; } }

@media (min-width: 501px) and (max-width: 1180px) {
  .roomList .Txt {
    padding: 25px 10px 0; } }

@media (max-width: 500px) {
  .roomList .Txt {
    padding: 15px 0 0; } }

.roomList h3 {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  @media (max-width: 500px) {
    .roomList h3 {
      text-align: center; } }

.roomList .txtExp {
  margin-top: 15px;
  max-height: 75px;
  color: #454545; }
  @media (min-width: 1181px) {
    .roomList .txtExp {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #dfdfdf; } }
  @media (max-width: 1180px) {
    .roomList .txtExp {
      padding-top: 15px;
      margin-bottom: 10px;
      border-top: 1px solid #af8442; } }

.roomList .peopleBox {
  color: #959595; }
  .roomList .peopleBox b {
    font-weight: 400; }

.roomList .bedBox {
  margin-top: 5px;
  color: #959595; }

@media (min-width: 1181px) {
  .roomList .btn {
    margin-top: 10%;
    padding-top: 10px; } }

@media (max-width: 1180px) {
  .roomList .btn {
    margin-top: 20px; } }

@media (max-width: 500px) {
  .roomList .btn {
    text-align: center; } }

.roomList .btn a {
  margin: 0; }
  @media (min-width: 961px) and (max-width: 1050px) {
    .roomList .btn a {
      display: block; } }
  @media (min-width: 1051px) {
    .roomList .btn a + a {
      margin-left: 10px; } }
  @media (max-width: 1050px) {
    .roomList .btn a + a {
      margin-top: 15px; } }

@media (min-width: 1181px) {
  .roomList li:nth-of-type(even):last-of-type {
    padding-bottom: 0; }
  .roomList li:nth-of-type(even) .Img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .roomList li:nth-of-type(even) .Txt {
    padding-top: 80px; } }

@media (min-width: 1181px) {
  .roomList li:nth-of-type(odd)::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: calc(100% - 40px);
    background-color: #f9f5f0; } }

@media (min-width: 1301px) {
  .roomList li:nth-of-type(odd)::before {
    right: calc(50% - 40px);
    width: calc(50vw + 40px); } }

@media (min-width: 1181px) and (max-width: 1300px) {
  .roomList li:nth-of-type(odd)::before {
    right: calc(50% - 25px);
    width: calc(50% + 25px + 50px); } }

@media (min-width: 1181px) {
  .roomList li:nth-of-type(odd) .Txt {
    padding-top: 40px; } }

/*****內頁*****/
.titleArea {
  margin-bottom: 40px; }
  @media (min-width: 641px) {
    .titleArea {
      padding-bottom: 40px;
      border-bottom: 1px solid #e5e5e5; } }
  @media (min-width: 1301px) {
    .titleArea .articleTitle {
      padding-top: 40px; } }
  @media (max-width: 1180px) {
    .titleArea .articleTitle {
      text-align: center; } }
  .titleArea .Img {
    position: relative; }
    @media (min-width: 1181px) {
      .titleArea .Img {
        margin-top: 40px; } }
    @media (max-width: 1180px) {
      .titleArea .Img {
        margin-top: 30px; } }
    .titleArea .Img img {
      display: block;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .titleArea .albumBtnBox {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .titleArea .side_album {
    display: none; }

.mainArea .textEditor a.btn {
  color: #fff;
  background-color: #af8442; }
  .mainArea .textEditor a.btn:hover {
    color: #e0dace;
    background-color: #837a72; }

@media (min-width: 1301px) {
  .facItemList li {
    min-width: 15%;
    padding-right: 20px;
    padding-left: 80px;
    font-size: 13px; } }

.facItemList li img {
  left: 20px; }

.classSideBox .priceBtn {
  padding: 0 10px;
  text-align: center; }
  @media (min-width: 1181px) {
    .classSideBox .priceBtn {
      display: inline-block;
      min-width: 115px;
      margin-top: 10px;
      line-height: 30px;
      border: 1px solid #af8442;
      color: #af8442; } }
  @media (max-width: 1180px) {
    .classSideBox .priceBtn {
      display: block;
      margin-top: 20px;
      line-height: 40px;
      color: #e0dace;
      background-color: #837a72; } }
  .classSideBox .priceBtn:hover {
    color: #fff;
    background-color: #af8442; }

/*****房價表*****/
.classBox {
  padding: 0; }
  .classBox .priceBtn {
    padding: 0 10px;
    text-align: center; }
    @media (min-width: 1181px) {
      .classBox .priceBtn {
        display: inline-block;
        min-width: 160px;
        line-height: 50px;
        color: #808080;
        background-color: #eee; } }
    @media (max-width: 1180px) {
      .classBox .priceBtn {
        display: block;
        margin-top: 20px;
        line-height: 40px;
        color: #e0dace;
        background-color: #837a72; } }
    .classBox .priceBtn:hover {
      color: #fff;
      background-color: #af8442; }

.classLink li:last-of-type a {
  padding-right: 20px; }

.floatBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  padding-top: 80vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  .floatBox.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    @media (min-width: 1181px) {
      .floatBox.show {
        padding-top: 10vh; } }
    @media (max-width: 1180px) {
      .floatBox.show {
        padding-top: 8vh; } }
  .floatBox .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4); }

.priceFloatBox {
  position: relative;
  width: 94%;
  max-width: 1200px;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }
  @media (min-width: 1181px) {
    .priceFloatBox {
      padding-left: 80px;
      padding-right: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 1180px) {
    .priceFloatBox {
      padding: 80px 50px; } }
  @media (max-width: 500px) {
    .priceFloatBox {
      padding: 80px 25px 60px; } }
  .priceFloatBox .titleBox,
  .priceFloatBox .textEditor {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 501px) {
    .priceFloatBox .titleBox {
      padding-top: 30px;
      padding-bottom: 55px;
      background: url(../images/title_price.png) no-repeat center top; } }
  @media (max-width: 500px) {
    .priceFloatBox .titleBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 20px; } }
  @media (min-width: 501px) {
    .priceFloatBox .titleMark {
      margin-bottom: 5px;
      font-size: 22px; } }
  @media (max-width: 500px) {
    .priceFloatBox .titleMark {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 501px) {
    .priceFloatBox .titleEn {
      font-size: 18px; } }
  @media (max-width: 500px) {
    .priceFloatBox .titleEn {
      display: none; } }
  .priceFloatBox .closeBtn {
    display: block;
    border-left: 1px solid #646464;
    font-family: "Cardo", "Noto Sans KR", "微軟正黑體", Helvetica, Heiti TC, "メイリオ", sans-serif;
    color: #111;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer; }
    @media (min-width: 1601px) {
      .priceFloatBox .closeBtn {
        margin-bottom: 80px; } }
    @media (min-width: 1181px) and (max-width: 1600px) {
      .priceFloatBox .closeBtn {
        margin-bottom: 30px; } }
    @media (min-width: 1181px) {
      .priceFloatBox .closeBtn {
        position: relative;
        margin-left: auto; } }
    @media (max-width: 1180px) {
      .priceFloatBox .closeBtn {
        position: absolute;
        top: 0;
        right: 0; } }
    @media (min-width: 851px) {
      .priceFloatBox .closeBtn {
        width: 120px;
        padding: 70px 0 10px;
        font-size: 15px; } }
    @media (max-width: 850px) {
      .priceFloatBox .closeBtn {
        width: 70px;
        padding: 40px 0 10px;
        font-size: 13px; } }
    .priceFloatBox .closeBtn::before, .priceFloatBox .closeBtn::after {
      content: '';
      position: absolute;
      width: 30px;
      height: 1px;
      background-color: #646464;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media (min-width: 851px) {
        .priceFloatBox .closeBtn::before, .priceFloatBox .closeBtn::after {
          top: calc(50% - 5px);
          left: calc(50% - 20px); } }
      @media (max-width: 850px) {
        .priceFloatBox .closeBtn::before, .priceFloatBox .closeBtn::after {
          top: calc(50% - 10px);
          left: calc(50% - 15px); } }
    .priceFloatBox .closeBtn::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
