@charset "utf-8";
/* CSS Document */

.outerWrap{
  padding-top: 0;
}

/*header*/
  header{
    top: -100px;
  }
  header.shrink{
    top: 0;
    -webkit-transition: all 0.6s ease, top 0.8s cubic-bezier(0.07, 0.51, 0.12, 1);
    -moz-transition: all 0.6s ease, top 0.8s cubic-bezier(0.07, 0.51, 0.12, 1);
    -o-transition: all 0.6s ease, top 0.8s cubic-bezier(0.07, 0.51, 0.12, 1);
    transition: all 0.6s ease, top 0.8s cubic-bezier(0.07, 0.51, 0.12, 1);
  }
  @media (max-width: 1180px){
    header,
    header.shrink{
      top: 0;
    }
    .outerWrap{
      padding-top: 60px;
    }
  }
    .copy_header .languageBox{
      width: 140px;
      font-size: 13px;
    }
    .copy_header .languageBox span{
      width: auto;
      padding-left: 25px;
    }
    .copy_header .languageBox .sub_lang{
      width: 100%;
      left: 0;
    } 

/* banner ani */
  .bannerBox li.show .Txt em{
    opacity: 0;
    -webkit-animation: banner_in 1s forwards ease;
            animation: banner_in 1s forwards ease;
  }
  .bannerBox li.show .Txt h1,
  .bannerBox li.show .Txt h2 {
    opacity: 0;
    -webkit-animation: banner_in 1.2s 0.1s forwards ease;
            animation: banner_in 1.2s 0.1s forwards ease;
  }
  .bannerBox li.show .Txt p{
    opacity: 0;
    -webkit-animation: banner_in 1s 0.4s forwards ease;
            animation: banner_in 1s 0.4s forwards ease;
  }
  @-webkit-keyframes banner_in {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 1;
    }
  }
  @keyframes banner_in {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 1;
    }
  }

  .bannerBox li .Txt h1,
  .bannerBox li .Txt h2,
  .bannerBox li .Txt p,
  .bannerBox li .Txt em{
    opacity: 0;
    -webkit-animation: banner_out 0.8s forwards ease;
            animation: banner_out 0.8s forwards ease;
  }
  @-webkit-keyframes banner_out {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
              opacity: 0;
    }
  }
  @keyframes banner_out {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
              opacity: 0;
    }
  }
  @media (max-width: 767px){
    /* .bannerBox #banner .slick-slide{
      height: 100vh;
    }
     */
    .bannerBox #banner .slick-slide .Img img{
      height: 92vh !important;
      width: auto;
      max-width: inherit;
      position: relative;
      left: 50%;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
}
  }
/* roomArea */
  .roomArea{
    padding: 80px 0 50px;
  }
  .roomArea .titleBox h2{
    display: block;
  }
  .roomArea .titleBox em{
    text-transform: uppercase;
    line-height: 1.2;
  }
  .roomArea .titleBox em strong{
    display: block;
    font-size: 18px;
    font-weight: 400;
  }
  .roomArea .titleBox em::before,
  .roomArea .titleBox em::after{
    content: '';
    width: 0;
    height: 10px;
    background: url(../images/bar.png) repeat-x center;
    position: absolute;
    bottom: 20px;
  }
  .roomArea .titleBox em::before{
    right: calc(100% + 50px);
  }
  .roomArea .titleBox em::after{
    left: calc(100% + 50px);
  }
  .roomArea .titleBox.ani em::before,
  .roomArea .titleBox.ani em::after{
    width: 60px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .roomArea .wrap > .btn{
    margin-top: 50px;
  }
  .roomArea .wrap > .btn a{
    max-width: 250px;
    height: 50px;
    line-height: 50px;
  }

 /*cyclingMapArea*/
  .cyclingMapArea .titleBox h2{
    display: block;
  }

  ul.roomList{
    margin: 40px 0 0;
  }
  ul.roomList li{
    padding: 5px 3px 5px 2px;
    cursor: pointer;
  }
  ul.roomList li .item{
    position: relative;
  }
  ul.roomList li .Img{
    position: relative;
  }
  ul.roomList li .Img img{
    width: 100%;
  }
  ul.roomList li .Img a{
    position: relative;
    z-index: 10;
  }
  ul.roomList li .innerTxt{
    width: 100%;
    background: #fff;
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 20px 15px;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  ul.roomList li:hover .innerTxt{
    opacity: 0;
  }
  ul.roomList li .innerTxt h3{
    color: #121212;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
  ul.roomList li .innerTxt em{
    color: #b08f04;
    font-size: 13px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
  }
  ul.roomList li .innerTxt .txtExp{
    display: none;
  }
  ul.roomList li .Txt{
    width: 100%;
    height: 100%;
    background: url(../images/bg_room.png) no-repeat bottom right,rgba(233, 210, 101, 0.88);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 30px 30px 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  ul.roomList li:hover .Txt{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  ul.roomList li .Txt::before{
    content: '';
    width: calc(100% - 20px - 4px);
    height: calc(100% - 20px - 4px);
    border: 2px solid rgba(78, 50, 50, 0.3);
    position: absolute;
    top: 10px;
    left: 10px;
  }
  ul.roomList li .Txt::after{
    content: '';
    width: calc(100% - 30px - 4px);
    height: calc(100% - 30px - 4px);
    border: 1px solid rgba(78, 50, 50, 0.24);
    position: absolute;
    top: 15px;
    left: 15px;
  }
  ul.roomList li .Txt h3{
    color: #4e3232;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.8px;
  }
  ul.roomList li .Txt h3 a{
    color: #4e3232;
  }
  ul.roomList li .Txt em{
    color: #4e3232;
    font-size: 13px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
  }
  ul.roomList li .Txt .txtExp{
    position: relative;
    color: #4e3232;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    height: calc(24px * 6 + 40px);
    margin-top: 40px;
    padding-top: 40px;
  }
  ul.roomList li .Txt .txtExp::before{
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px dashed #815d5d;
    position: absolute;
    top: 0;
    left: 0;
  }
  ul.roomList li .Txt .more{
    color: #b08f04;
    font-size: 13px;
    margin-top: 25px;
  }
  ul.roomList li .Txt .more a{
    color: #b08f04;
    position: relative;
  }
  ul.roomList li .Txt .more a::before{
    content: '';
    width: 140%;
    height: 1px;
    background: #b08f04;
    position: absolute;
    top: 50%;
    left: -20%;
    opacity: 0.8;
  }

/* specialsArea */
  .specialsArea{
    padding: 20px 0 50px;
  }
  .specialsArea .titleBox h2{
    display: block;
  }
  .specialsArea .titleBox em{
    text-transform: uppercase;
    line-height: 1.2;
  }
  .specialsArea .specialsList{
    margin: 0 -10px;
    font-size: 0;
    padding: 0;
  }
  .specialsArea .specialsList .item{
    position: relative;
    margin: 10px;
    width: calc(33.33% - 20px);
    /* display: inline-block;
    vertical-align: top; */
    float: left;
    overflow: hidden;
  }
  .specialsArea .specialsList .item img{
    width: 100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
  }
  .specialsArea .specialsList .item .textWrap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    padding: 10px;
    line-height: 1.3;
  }
  .specialsArea .specialsList .item .textWrap .date{
    font-size: 12px;
    margin: 0;
    color: #999;
  }
  .specialsArea .specialsList .item .textWrap .title{
    font-size: 16px;
    margin: 0;
    float: left;
    color: #fff;
    max-width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .specialsArea .specialsList .item .textWrap .price{
    font-size: 16px;
    float: right;
    color: #DBB04D
  }
  .specialsArea .specialsList .item .textWrap .price:before{
    content: "NT$ ";
    font-size: 12px;
  }
  .specialsArea .specialsList .item .textWrap .price:after{
    content: " 起";
    font-size: 12px;
  }
  @media (min-width: 1024px){
    .specialsArea .specialsList .slick-arrow{
      width: 25px;
      height: 25px;
    }
    .specialsArea .specialsList .slick-arrow:before{
      width: 25px;
      height: 25px;
      border-left: 3px solid #f3bd39;
      border-bottom: 3px solid #f3bd39;
      display: block;
    }
    .specialsArea .specialsList .slick-prev:before{
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
    }
    .specialsArea .specialsList .slick-next:before{
      transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
    }
    .specialsArea .specialsList .item:hover img{
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
    }
  }
  @media (max-width: 960px){
    .specialsArea .specialsList .item .textWrap{
      position: static;
      overflow: hidden;
      line-height: 1.5;
      padding: 5px 10px;
    }
    .specialsArea .specialsList .item .textWrap .title{
      font-size: 16px;
      float: none;
    }
    .specialsArea .specialsList .item .textWrap .price{
      font-size: 13px;
      float: none;
    }
  }
  
/* newsArea */
  .newsArea{
    position: relative;
    padding: 50px 0;
  }
  .newsArea .topBox{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .newsArea .topBox::before{
    content: '';
    width: 0;
    height: 1px;
    background: rgba(176, 143, 4, 0.25);
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
    z-index: -1;
  }
  .newsArea .topBox.ani::before{
    width: 100%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
  }
  .newsArea .topBox .btn{
    position: relative;
  }
  .newsArea .topBox .btn::before{
    content: '';
    width: calc(100% + 22px);
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -22px;
  }
  .newsArea .topBox .btn a{
    width: 120px;
    max-width: 120px;
  }
  .newsArea .titleBox::before{
    content: '';
    width: calc(100% + 22px);
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .newsArea .titleBox em{
    font-size: 40px;
  }
  ul.newsList{
    position: relative;
    margin: 20px -20px 0;
  }
  ul.newsList li{
    position: relative;
    padding: 25px 20px 10px;
    margin-bottom: 20px;
    z-index: 1;
  }
  ul.newsList li .item{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.newsList li .Img{
    width: 200px;
  }
  ul.newsList li .Img img{
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.15);
  }
  ul.newsList li .newIcon{
    display: none;
  }
  ul.newsList li .newsDate{
    color: #888;
    font-size: 15px;
    padding: 0;
  }
  ul.newsList li .Txt{
    width: calc(100% - 200px);
    padding: 15px 48px 5px;
  }
  ul.newsList li .date{
    position: relative;
    display: block;
  }
  ul.newsList li .Txt h3{
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 5px;
    position: relative;
  }
  ul.newsList li .Txt h3::before{
    content: '';
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 10px;
    left: -52px;
  }
  ul.newsList li .Txt h3 a{
    color: #121212;
  }
  ul.newsList li:hover .Txt h3 a{
    color: #b38903;
    text-decoration: underline;
  }
  ul.newsList li .Txt .txtExp{
    margin-top: 5px;
    color: #888;
    font-size: 14px;
    line-height: 25px;
    height: calc(25px * 3 + 1px);
  }
  ul.newsList li .txtPeriod{
    color: #b38903;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-top: 10px;
  }
  ul.newsList li:hover .txtPeriod{
    color: #999;
  }
  ul.newsList li .btn_more{
    margin-top: 30px;
  }
  @media (min-width: 1024px){
    ul.newsList .slick-arrow{
      width: 25px;
      height: 25px;
    }
    ul.newsList .slick-arrow:before{
      width: 25px;
      height: 25px;
      border-left: 3px solid #f3bd39;
      border-bottom: 3px solid #f3bd39;
      display: block;
    }
    ul.newsList .slick-prev:before{
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
    }
    ul.newsList .slick-next:before{
      transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
    }
  }

/* aboutArea */
  .aboutArea{
    padding: 0;
    background: url(../images/bg_about.png) no-repeat bottom right,#f0eeed;
  }
  .aboutArea .topBox{
    padding: 100px 0 5px;
  }
  .aboutArea .topBox .wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aboutArea .topBox .Img{
    width: calc(50% + 60px);
    -webkit-transform: translate(70px,0);
    -ms-transform: translate(70px,0);
    transform: translate(70px,0);
  }
  .aboutArea .topBox .Txt{
    width: calc(50% - 60px);
    padding-top: 8%;
    padding-bottom: 25px;
  }
  .aboutArea .topBox .titleBox em{
    font-size: 22px;
    position: relative;
    z-index: 5;
  }
  .aboutArea .topBox .titleBox em::before{
    content: '';
    width: 50px;
    height: 10px;
    background: url(../images/bar.png) repeat-x center;
    position: absolute;
    top: 20px;
    left: -30px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 10;
    opacity: 0;
  }
  .aboutArea .topBox .titleBox.ani em::before{
    opacity: 1;
    left: -60px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .aboutArea .topBox .titleBox h2{
    display: block;
    margin: 5px 0 0;
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 1.5px;
    position: relative;
  }
  .aboutArea .topBox .titleBox h2::before{
    content: '';
    width: 100px;
    height: 100px;
    background: url(../images/circle.png) no-repeat center;
    position: absolute;
    top: -10px;
    left: -80px;
    z-index: -1;
  }
  .aboutArea .topBox .Txt .txtExp{
    color: #888;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.8px;
    margin: 25px 0 50px;
    padding-right: 10px;
  }
  .aboutArea .bottomBox{
    padding: 50px 0;
  }
  .aboutArea .bottomBox .wrap::before{
    content: '';
    width: calc(100% - 100px);
    height: 1px;
    background: rgba(78, 50, 50, 0.12);
    position: absolute;
    top: -50px;
    left: 50px;
  }
  ul.linkList{
    position: relative;
    margin: 40px 0 0;
  }
  ul.linkList li{
    position: relative;
    padding: 10px 0;
  }
  ul.linkList::before,
  ul.linkList li::before{
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(207, 207, 207, 0.8);
    position: absolute;
    top: 0;
  }
  ul.linkList::before{
    right: 0;
  }
  ul.linkList li::before{
    left: 0;
  }
  ul.linkList li .Img img{
    margin: 0 auto;
    filter: grayscale(1);
    opacity: 0.5;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  ul.linkList li:hover .Img img{
    filter: grayscale(0);
    opacity: 1;
  }
  ul.linkList li h3{
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }


/**********響應式**********/
  @media (max-width: 1350px){
    /* aboutArea */
      .aboutArea .topBox .Img {
        width: calc(50% + 60px);
        -webkit-transform: translate(10px,0);
        -ms-transform: translate(10px,0);
        transform: translate(10px,0);
      }
      .aboutArea .topBox .Txt{
        padding-left: 50px;
        padding-right: 20px;
      }
  }
  @media (max-width: 1250px){
    /* aboutArea */
      .aboutArea .topBox .Txt{
        padding-top: 6%;
      }
  }
  @media (max-width: 1180px){
    /* roomArea */
      .roomArea .titleBox em::before,
      .roomArea .titleBox em::after,
      .roomArea .titleBox.ani em::before,
      .roomArea .titleBox.ani em::after{
        width: 60px;
      }
      ul.roomList li .Img a{
        overflow: hidden;
        display: block;
        height: 0;
        padding-bottom: 75%;
      }
      
      ul.roomList li .Img a img{
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
}
      ul.roomList li .Txt{
        display: none;
      }
      ul.roomList li .innerTxt{
        padding: 20px 25px 30px;
        position: relative;
        bottom: auto;
        /* margin-top: -100px; */
        z-index: 1;
      }
      ul.roomList li:hover .innerTxt{
        opacity: 1;
      }
      ul.roomList li .innerTxt .txtExp{
        display: block;
        color: #888;
        font-size: 13px;
        line-height: 24px;
        text-align: left;
        height: calc(24px * 6);
        margin-top: 10px;
      }

    /* newsArea */
      .newsArea .topBox::before,
      .newsArea .topBox.ani::before{
        width: 100%;
      }
    
    /* aboutArea */
      .aboutArea .topBox{
        padding: 80px 0 25px;
      }
      .aboutArea .topBox .titleBox em::before,
      .aboutArea .topBox .titleBox.ani em::before{
        opacity: 1;
        left: -60px;
      }
      .aboutArea .topBox .Img{
        width: 50%;
      }
      .aboutArea .topBox .Txt{
        width: 50%;
        padding-top: 30px;
      }
      .aboutArea .topBox .Txt .txtExp{
        margin: 20px 0 30px;
      }
  }
  @media (max-width: 960px){    
    /* aboutArea */
      .aboutArea .topBox{
        padding: 80px 0 25px;
      }
      .aboutArea .topBox .titleBox{
        text-align: center;
      }
      .aboutArea .topBox .titleBox em{
        display: block;
      }
      .aboutArea .topBox .titleBox em::before,
      .aboutArea .topBox .titleBox.ani em::before{
        top: 5px;
        left: calc(50% - 130px);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      .aboutArea .topBox .titleBox h2{
        display: inline-block;
      }
      .aboutArea .topBox .titleBox h2::before{
        top: -30px;
        left: -25px;
      }
      .aboutArea .topBox .Img{
        width: 100%;
        text-align: center;
      }
      .aboutArea .topBox .Img img{
        display: inline-block;
      }
      .aboutArea .topBox .Txt{
        width: 100%;
        padding: 0 0 30px;
      }
      .aboutArea .topBox .Txt .txtExp{
        margin: 20px auto 30px;
        padding: 0;
        max-width: 640px;
      }
      .aboutArea .topBox .btn{
        text-align: center;
      }
      .aboutArea .topBox .btn a{
        width: 100%;
        max-width: 250px;
        height: 50px;
        line-height: 50px;
      }
  }
  @media (max-width: 768px){
    /* newsArea */
      .newsArea{
        padding: 10px 0 140px;
      }
      .newsArea .topBox{
        position: static;
      }
      .newsArea .topBox::before,
      .newsArea .titleBox::before{
        display: none;
      }
      .newsArea .titleBox{
        width: 100%;
        text-align: center;
      }
      .newsArea .titleBox em{
        display: block;
      }
      .newsArea .topBox .btn{
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        text-align: center;
        margin-top: 30px;
      }
      .newsArea .dotsBox{
        margin-top: -30px;
      }
    
    /* aboutArea */
      .aboutArea .topBox{
        padding: 50px 0 25px;
      }
      .aboutArea .topBox .titleBox em{
        font-size: 40px;
      }
      .aboutArea .topBox .titleBox em::before,
      .aboutArea .topBox .titleBox h2::before{
        display: none;
      }
      .aboutArea .topBox .titleBox h2{
        font-size: 24px;
        margin: 8px 0 0;
      }
  }
  @media (max-width: 640px){
    /* newsArea */
      ul.newsList li .Img{
        width: 100%;
      }
      ul.newsList li .Txt{
        width: 100%;
        padding: 15px 0 5px 45px;
      }
      ul.newsList li .Txt .txtExp{
        height: auto;
        max-height: calc(25px * 3 + 1px);
      }
      ul.newsList li .btn_more{
        margin-top: 15px;
      }
      .newsArea .topBox .btn a{
        width: 100%;
        max-width: 250px;
        height: 50px;
        line-height: 50px;
      }
  }
  @media (max-width: 580px){
    /* roomArea */
      .roomArea{
        padding: 60px 0 50px;
      }
      .roomArea .titleBox em::before{
        width: 45px;
        right: calc(100% + 30px);
      }
      .roomArea .titleBox em::after{
        width: 45px;
        left: calc(100% + 30px);
      }

    /* aboutArea */
      ul.linkList li .Img img{
        filter: grayscale(0);
        opacity: 1;
      }
  }
  @media (max-width: 480px){
    /* roomArea */
      /* ul.roomList li .innerTxt{
        margin-top: -140px;
      } */
      .roomArea .titleBox em strong{
        font-size: 30px;
      }
      .roomArea .titleBox em::before,
      .roomArea .titleBox em::after{
        display: none;
      }
  }
  @media (max-width: 400px){
    /* newsArea */
      ul.newsList li .Txt{
        width: 100%;
        padding: 15px 0 5px;
      }
      ul.newsList li .Txt h3::before{
        display: none;
      }
  }
