@charset "UTF-8";
.banner {
  margin-top: 30px; }
  .banner img {
    width: 100%; }

.title_page {
  background-color: var(--c-main); }
  .title_page h3 {
    font-family: Verdana;
    color: white;
    font-weight: normal;
    font-size: 36px;
    padding-bottom: 7px;
    padding-top: 10px;
    padding-left: 40px; }

.main_area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

aside {
  width: 285px;
  background-color: #f6fcfd;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 25px;
  float: left; }
  aside ul {
    padding-bottom: 50px; }
    aside ul:before {
      content: "";
      display: block;
      width: 2px;
      height: 100%;
      background: linear-gradient(0deg, #F6FCFD 1%, #f9d861 22%, #f9d861 79%, #F6FCFD 99%);
      position: absolute;
      top: -10px;
      left: 0;
      z-index: 1; }
    aside ul li {
      list-style-type: none;
      padding-top: 8px;
      padding-bottom: 10px;
      border-bottom: dashed 1px #a6a6a6; }
      aside ul li:after {
        content: "►";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #b2b3b4;
        font-size: 10px; }
      aside ul li.active:before, aside ul li:hover:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 50%;
        left: -6px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        background: linear-gradient(0deg, #538489 0%, #3c5f63 100%);
        border: solid 3px #c8dee6;
        z-index: 2; }
      aside ul li.active:after, aside ul li:hover:after {
        color: #396f22; }
      aside ul li.active a, aside ul li:hover a {
        color: white;
        background: linear-gradient(90deg, #F6FCFD 1%, var(--c-main) 22%, var(--c-main) 79%, #F6FCFD 99%); }
      aside ul li a {
        color: black;
        font-size: 16px;
        line-height: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px; }

.content {
  width: calc(100% - 285px);
  background-color: #FFF;
  padding-top: 37px;
  padding-left: 27px;
  padding-right: 15px;
  float: left;
  overflow: hidden; }
  .content.contact {
    width: 100%; }
    .content.contact:before {
      display: none; }
  .content:before {
    content: url("../img/shadow_side.png");
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .content .title_content {
    z-index: 1;
    margin-bottom: 15px; }
    .content .title_content h4 {
      font-family: Verdana;
      color: white;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 25px;
      padding-right: 50px;
      font-size: 18px;
      font-weight: normal;
      background: linear-gradient(0deg, var(--c-secondary) 0%, var(--c-secondary) 100%);
      min-height: 38px;
      display: inline-block;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      .content .title_content h4:before {
        content: '';
        border-style: solid;
        border-width: 14px 19px 0 0;
        border-color: var(--c-secondary) transparent transparent transparent;
        display: block;
        position: absolute;
        bottom: -14px;
        left: 0; }
      .content .title_content h4:after {
        content: url("../img/bg-title2.png");
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .content .data {
    padding: 10px 30px 10px 20px;
    margin-bottom: 50px; }

.mem_toggle, .theme_toggle {
  cursor: pointer;
  transition: 0.3s; }
  .mem_toggle:hover, .mem_toggle.active, .theme_toggle:hover, .theme_toggle.active {
    color: var(--c-main) !important; }
  .mem_toggle:after, .theme_toggle:after {
    content: "\f067";
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    color: var(--c-main); }
  .mem_toggle.active:after, .theme_toggle.active:after{
    content: "\f068"; }

.visit .visit_data {
  width: calc(100% - 250px - 10px - 20px);
  display: inline-block !important; }

.visit .view {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #e0e0e0; }
  .visit .view:nth-child(2n+1) .visit_data {
    margin-right: 20px; }
  .visit .view:nth-child(2n) .visit_data {
    margin-left: 20px; }
  .visit .view:last-child {
    border-bottom: none; }

.taipei_view p {
  width: calc(100% - 220px - 10px - 20px);
  color: #585858;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top; }

.contact h3 {
  font-size: 30px;
  color: #037ebf;
  font-family: Verdana; }

.contact .sub_name {
  color: #010101;
  font-family: Verdana;
  font-size: 18px;
  padding-top: 30px; }

.contact .infos {
  padding-top: 30px; }
  .contact .infos p {
    color: #585858;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px; }

.AccommodationArea .AccommodationTitle{ font-size: 24px; font-weight: bold; color: var(--c-main); }
.AccommodationArea .AccommodationTitle .starts img{ display: inline-block;}
.AccommodationArea .AccommodationTitle .orderMethod{ font-size: 15px; font-weight: normal; color: #444; }
.AccommodationArea .AccommodationItem{ margin-top: 35px; }
.AccommodationArea .AccommodationItem .title{ font-size: 20px; line-height: 24px; color: rgb(88, 88, 88); margin-bottom: 15px; }
.AccommodationArea .AccommodationItem .info{ position: relative; }
.AccommodationArea .AccommodationItem .info >img{ width: 15px; position: absolute; top: 0; left: 0; }
.AccommodationArea .AccommodationItem .info .infoData{ padding-left: 25px; font-size: 16px; line-height: 20px; }
.AccommodationArea .AccommodationItem .info .infoData > *{ padding-top: 5px; padding-bottom: 5px;}
.AccommodationArea .AccommodationItem .info .infoData a{ display: inline-block;}
.AccommodationArea .AccommodationItem .info .infoData a:hover{ opacity: 0.8;}

.pastList{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .pastList .pastItem{
    box-shadow: 0px 1px 3px #aaa;
    max-width: calc(100% / 4 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
    width: 100%; }
    .pastList .pastItem:hover .linkText{ 
      background: var(--c-main);
      color: #fff; }
    .pastList .pastItem .imgBox{ 
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 50%; }
      .pastList .pastItem .imgBox img{ 
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: auto;  }
    .pastList .pastItem .linkText{ 
      background: #f2f2f2;
      color: #222;
      font-size: 16px;
      line-height: 20px;
      padding: 7px 10px; }

@media screen and (max-width: 1200px) {
  aside {
    display: none; }
  .title_page h3 {
    padding-left: 26px; }
  .content {
    width: 100%; }
    .content:before {
      display: none; } 
  .pastList .pastItem{ max-width: calc(100% / 3 - 30px); }
}

@media screen and (max-width: 960px) {
  .visit .view:nth-child(2n+1) .visit_data, .visit .view:nth-child(2n) .visit_data {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0; }
  .taipei_view p {
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 10px !important; } }

@media screen and (max-width: 768px) {
  .pastList{ 
    margin-left: -10px;
    margin-right: -10px; }
  .pastList .pastItem{ 
    max-width: calc(100% / 2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
}

@media screen and (max-width: 680px) {
  .title_page h3 {
    font-size: 30px; }
  .content {
    padding-right: 25px;
    padding-top: 25px; }
    .content .data {
      padding: 10px 5px; }
  .contact h3 {
    font-size: 24px; }
  .contact .sub_name {
    padding-top: 20px; }
  .contact .infos {
    padding-top: 25px; }
  .contact .map {
    margin-top: 30px; } }

@media screen and (max-width: 480px) {
  .title_page h3 {
    font-size: 24px; }
  .content {
    padding-right: 10px;
    padding-left: 10px; } 
  .pastList{ 
    margin-left: -0;
    margin-right: -0; }
  .pastList .pastItem{ 
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }
}
