<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
  margin: 0px;
  font-family: 微軟正黑體;
  background-color: #fff;
}

body,
html {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/*******加入比較暫時隱藏*******/
/*.fav-btn,
.main_sidebar {
  display: none !important;
}
.footer {
    width: 100% !important;
}
.footer_bottom {
    padding-bottom: initial !important;
}*/
/*******加入比較暫時隱藏END*******/

.wrapper {
  max-width: 1460px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

/*******header*******/
.header {
  display: none;
}

/*******主視覺*******/
.banner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.banner_pc {
  display: block;
}

.banner_m {
  display: none;
}

.banner img {
  width: 100%;
}

/*******找優惠*******/
.menu_wrapper {
  position: relative;
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}

#read_mode {
  /* position: relative; */
  /* background-color: #f6f7f2; */
  /* padding: 15px 20px 15px 25px; */
  /* border-radius: 50px; */
  /* left: 10%; */
  /* display: inline-block; */
  /* cursor: pointer; */
  /* z-index: 100; */
  /*-moz-transition: all 0.2s ease-out;*/
  /* -webkit-transition: all 0.2s ease-out; */
  /*-o-transition: all 0.2s ease-out;*/
  /*-ms-transition: all 0.2s ease-out;*/
  /* transition: all 0.2s ease-out; */
  /* -webkit-transition: all .6s; */
  /* transition: all .6s; */
}

/*
.read_mode_p {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.mode_p_m {
    display: none;
}

.read_mode_btn {
    position: relative;
    width: 45px;
    height: 22px;
    display: inline-block;
    top: 5px;
}

.read_mode_btn1 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #004a7e;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.read_mode_btn2 {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 100px;
    border-color: #004a7e;
    left: 0px;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.menu-cont {
     margin-top: -50px; 
}
 
.menu {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.menu_wrapper.fixed-top {
    position: fixed;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #bfbfbf;
    padding: 20px 0;
    z-index: 1000;
}

.menu li {
    margin: 8px;
    padding: 0px;
    list-style: none;
}

    .menu li a {
        font-size: 23px;
        font-weight: bold;
        padding: 4px 25px;
        color: #000;
        text-align: center;
        text-decoration: none;
        border: 2px solid #000;
        border-radius: 0px 10px 0px 10px;
    }

    .menu li:nth-child(1) a, .menu li:nth-child(1) a.active, .menu li:nth-child(1) a:hover {
        color: #cd1a0c;
    }

    .menu li a.active {
        background: #000;
        color: #FFF;
        border-color: #000;
    }

    .menu li a:hover {
        background: #000;
        color: #fff;
        border-color: #000;
    }

.menu span {
    color: #cd1a0c;
}
*/
/*******按鈕太長微調整*******/
.w6 .menu {
  margin-left: 7.5em;
}
.w6 .menu li a {
  padding: 4px 10px;
}
/*******按鈕太長微調整end*******/

.layout01 {
  position: relative;
  max-width: 1290px;
  width: 100%;
  top: 60px;
  margin: 0 auto;
  padding-top: 70px;
}

#cont1 {
  padding-top: 0px;
}

.h1 {
  position: relative;
  width: 175px;
  height: 175px;
  text-align: center;
  background-color: #7ec3ff;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.h1_p {
  position: relative;
  top: 50%;
  transform: translateY(-40%);
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  line-height: 0.8em;
}

.h1_p span {
  font-family: Times New Roman;
  font-size: 21px;
  font-weight: normal;
}

.layout01 .h1_p,
.layout02 .h1_p {
  width: 4em;
  left: 50%;
  transform: translate(-50%, -45%);
  line-height: 1.15em;
}

.h2 {
  font-size: 35px;
  font-weight: bold;
  color: #51aaf7;
  text-align: center;
  margin-bottom: 30px;
}

.h2.blue {
  color: #51aaf7;
}

.h2.orange {
  color: #f67163;
}

.h2.purple {
  color: #5f84e9;
}

.txt_column {
  display: none;
}

.card_wrapper {
  position: relative;
  width: 270px;
  vertical-align: text-top;
  display: inline-block;
  margin: 30px 23px;
}

.card a {
  text-decoration: none;
  color: #000;
}

.line_wrapper {
  position: absolute;
  width: 76%;
  height: 330px;
  border-width: 2px;
  border-style: solid;
  border-color: #231815;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  padding: 7.5% 3% 0;
}

.line_wrapper {
  padding: 5% 3% 0;
  height: 336px;
}

.line_wrapper:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 0.5px;
  background-color: #000;
  margin-top: -18px;
  margin-left: 22%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.line_wrapper_p {
  position: relative;
  bottom: -70%;
  right: -92%;
  -webkit-transform: scale(1);
}

.line_wrapper_p {
  bottom: -69%;
}

.line_wrapper_p:after {
  content: "Best Deals";
  position: absolute;
  font-family: Times New Roman;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.item_location {
  text-align: right;
  margin-right: -1%;
  font-size: 18px;
  font-weight: bold;
  color: #3c4146;
  letter-spacing: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /*visibility: hidden;*/
}

.item_location {
  font-family: "fzfangsong-gb18030", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #000;
  letter-spacing: 0px;
  line-height: 1em;
  margin-bottom: 12px;
}

.item_h1 {
  text-align: right;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1.5px;
  padding: 1% 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tag {
  position: absolute;
  max-width: 12em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  top: 17.2%;
  z-index: 200;
  padding: 4px;
  background-color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tag:before {
  content: "#";
  margin-right: 2px;
}

.not {
  visibility: hidden;
}

.item_img {
  width: 100%;
  height: 290px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 31%;
}

.item_img img {
  position: relative;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.item_wrapper {
  padding: 6% 3% 6% 6%;
}

.item_h2 {
  min-height: 2.8em;
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.item_li {
  min-height: 12em;
  list-style: none;
  font-size: 15px;
  font-weight: bolder;
  letter-spacing: 0px;
  color: #747474;
  padding-left: 1em;
}
.item_li li {
  line-height: 1.5em;
  text-align: justify;
}

.layout01 .item_li li {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.item_li li.color {
  color: #e34b40;
}

.item_li li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #504f4f;
  left: 1.2em;
  margin-top: 0.6em;
}

.item_date {
  position: relative;
  width: 90%;
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 50px;
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.item_date a {
  text-decoration: none;
  color: #545454;
}

.item_date li {
  display: inline-block;
}

.layout01 .item_date li {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow-y: hidden;
}

.item_date li:after {
  content: ".";
  color: #2c8bdd;
}

.item_date li:nth-last-child(1):after {
  display: none;
}

.item_price_box {
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  top: 8px;
  display: inline-block;
  left: 6%;
  margin-top: 40px;
}

.item_price:before {
  content: "$";
  position: relative;
  font-size: 14px;
}

.item_up {
  position: relative;
  font-size: 13px;
  color: #000;
  top: -2px;
}

.fav-btn {
  position: relative;
  font-size: 12px;
  display: inline-block;
  border-width: 1.5px;
  border-style: solid;
  border-color: #a8a8ab;
  border-radius: 5px;
  padding: 2px;
  top: -2.9em;
  left: 50%;
  transform: translateX(36%);
  cursor: pointer;
}
.fav-btn span {
  margin-left: 22px;
}
.fav-btn.compare_0:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 23px;
  background-image: url(images/compare0_icon.png);
  background-repeat: no-repeat;
  margin-top: -4px;
  margin-left: -3px;
}
.fav-btn.compare_1:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 23px;
  background-image: url(images/compare1_icon.png);
  background-repeat: no-repeat;
  margin-top: -4px;
  margin-left: -3px;
}

.more_travel_wrapper {
  width: 100%;
  margin-bottom: 100px;
}

.more_travel {
  position: absolute;
  font-size: 16px;
  font-weight: bolder;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  padding: 5px 20px;
  left: 78%;
  white-space: nowrap;
}

.more_travel_wrapper a {
  text-decoration: none;
  color: #000;
}

/*******找優質*******/
.layout02 {
  position: relative;
  max-width: 1460px;
  width: 100%;
  top: 60px;
  margin: 0 auto;
  padding-top: 70px;
}

.layout02 .h1 {
  background-color: #fd8b81;
}

.layout02 .card_wrapper {
  width: 437px;
  margin: 0px 23px 80px 23px;
}

.layout02 .card {
  position: relative;
  width: 378px;
  background-color: #f4f4f4;
  border-radius: 28px;
  vertical-align: text-top;
  display: inline-block;
  padding: 30px;
  text-align: center;
}

.layout02 .card a {
  text-decoration: none;
  color: #000;
}

.layout02 .tag_wrapper {
  position: absolute;
  width: 103px;
  height: 103px;
  right: 6%;
  top: 30px;
  transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}

.layout02 .tag_wrapper:before {
  content: "";
  position: absolute;
  width: 103px;
  height: 103px;
  background-image: url(images/tag_bg.png);
  left: 0;
}

.layout02 .tag {
  /*width: 103px;*/
  width: 3em;
  color: #f67163;
  background: none;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.1em;
  letter-spacing: -1px;
  text-overflow: initial;
  white-space: initial;
  overflow: auto;
}

.layout02 .tag:before {
  content: "";
  position: absolute;
}

.layout02 .item_location {
  position: absolute;
  width: 53px;
  height: 106px;
  visibility: initial;
  top: 30px;
}

.layout02 .item_location img {
  width: 100%;
}

.layout02 .item_h1 {
  position: relative;
  max-width: 100%;
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  display: inline-block;
  margin-top: 23%;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.layout02 .item_h1:after {
  content: "";
  position: absolute;
  width: 100%;
  margin-top: 1.5em;
  left: 0;
  border-bottom: 3px solid #000;
}

.layout02 .item_h2 {
  font-family: "Noto Serif TC", serif;
  text-align: center;
  min-height: 3.45em;
}

.first-letter {
  display: inline-block;
}

.first-letter:first-letter {
  font-size: 120%;
  font-weight: bolder;
}

.layout02 .item_img {
  width: 90%;
  height: 236px;
  margin-top: auto;
}

.layout02 .item_img img {
  width: 100%;
  height: auto;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.layout02 .item_li {
  font-size: 15.5px;
  color: #747474;
  text-align: right;
  margin-top: 20px;
  min-height: auto;
}

.layout02 .item_li li {
  position: relative;
  min-width: 50%;
  line-height: 1.8em;
  display: inline-block;
}

.layout02 .item_li li:before {
  width: 22px;
  height: 22px;
  background: none;
  left: -1.4em;
  margin-top: 0.1em;
}

.layout02 .item_li .icon_place:before {
  background-image: url(images/icon_place.png);
}

.layout02 .item_li .icon_food:before {
  background-image: url(images/icon_food.png);
}

.layout02 .item_li .icon_time:before {
  background-image: url(images/icon_time.png);
}

.layout02 .item_li .icon_hotel:before {
  background-image: url(images/icon_hotel.png);
}

.layout02 .item_price_box {
  margin-top: 20px;
  margin-bottom: 15px;
  left: 20%;
  letter-spacing: -1px;
}
.mode_pic .layout02 .fav-btn {
  font-size: 9px;
  top: -3em;
  left: 78%;
  padding: 5px 5px 5px 2px;
}
.mode_pic .layout02 .fav-btn.compare_0:before,
.mode_pic .layout02 .fav-btn.compare_1:before {
  margin-top: -1px;
}
.mode_pic .layout02 .fav-btn span {
  position: relative;
  width: 2em;
  line-height: 1.1em;
  display: block;
}

.layout02 .item_date {
  width: 45%;
  font-size: 16px;
  letter-spacing: -1px;
  text-align: right;
  margin-top: -61px;
  margin-bottom: auto;
  left: -20%;
}
.layout02 .item_date li {
  display: inline;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow-y: hidden;
  margin-left: 1.7em;
}

.layout02 .item_date:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(images/item_date_bg.png);
  margin-top: -0.15em;
}

.layout02 .item_date a {
  color: #000;
}

.layout02 .item_date li:after {
  color: #000;
}

/*******門市電話*******/
.more_travels_wrapper {
  position: relative;
  width: 100%;
  margin-top: 10%;
}

.more_travels_wrapper a {
  text-decoration: none;
  color: #fff;
}

.more_travels {
  position: relative;
  font-size: 24px;
  font-weight: bolder;
  color: #fff;
  background-color: #ff6600;
  padding: 8px 35px;
  cursor: pointer;
  border-width: 0px;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-top: 100px;
  margin-bottom: 100px;
}
.footer {
    width: calc(100% - 52px);
}
/*.footer {
    width: 90%;
    max-width: 685px;
    margin: 0 auto;
    margin-top: 15%;
  margin-bottom: 5%;
}
.footer img {
    width: 100%;
}
.bbc .footer img {
    display: none;
}*/

/*******文字切換*******/
.mode_txt .read_mode_btn1 {
  background-color: #ec6a00;
}

.mode_txt .read_mode_btn2 {
  border-color: #ec6a00;
  left: 23px;
}

.mode_txt .txt_column {
  width: 97%;
  background-color: #7ec3ff;
  font-size: 15px;
  font-weight: bolder;
  color: #fff;
  padding: 1.2% 1.5%;
  margin: 3% 0 1.2% 0;
  display: block;
}

.mode_txt .txt_column li {
  display: inline-block;
  margin-left: 10px;
}

.mode_txt .txt_column li:nth-child(2) {
  margin-left: 5px;
}

.mode_txt .txt_column li:nth-child(3) {
  margin-left: 40%;
}

.mode_txt .txt_column li:nth-child(4) {
  margin-left: 30%;
}

.mode_txt .txt_column li:nth-child(1) {
  display: none;
}

.mode_txt .layout02 {
  max-width: 1290px;
}

.mode_txt .layout02 .txt_column {
  background-color: #fd8b81;
}

.mode_txt .card_wrapper {
  width: 96.7%;
  min-height: 5.9em;
  display: block;
  margin: 0px;
  padding: 1.5%;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
}

.mode_txt .card_wrapper:hover {
  position: relative;
  border-color: #000;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mode_txt .card_wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  left: 0;
  bottom: -2px;
}

.mode_txt .card_wrapper:hover::after {
  background-color: #000;
}

.mode_txt .line_wrapper:before {
  display: none;
}

.mode_txt .tag {
  width: 240px;
  display: inline-block;
}

.mode_txt .tag:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #000;
  right: -4.1%;
  top: 0.5em;
}

.mode_txt .layout01 .tag:after {
  display: none;
}

.mode_txt .layout01 .tag {
  max-width: initial;
  width: auto;
  font-size: 15px;
  color: #f6533c;
  background-color: #fff;
  top: 6.4em;
}

.mode_txt .layout02 .tag {
  font-size: 15px;
  letter-spacing: 0px;
  text-align: left;
  left: 0;
  transform: none;
  padding-left: 1em;
}

.mode_txt .layout02 .tag:before {
  content: "#";
  margin-left: -0.7em;
}

.mode_txt .layout02 .tag_wrapper:before {
  display: none;
}

.mode_txt .layout02 .tag br {
  display: none;
}

.mode_txt .line_wrapper {
  width: 33%;
  height: auto;
  border-width: 0px;
  top: auto;
  left: 50px;
  transform: none;
  padding: initial;
  display: inline-block;
}

.mode_txt .layout01 .line_wrapper {
  width: 39.5%;
  left: 20px;
}

.mode_txt .item_location {
  display: none;
}

.mode_txt .item_h1 {
  position: relative;
  font-size: 24px;
  letter-spacing: -0.5px;
  text-align: left;
  padding: 0;
  left: 270px;
}

.mode_txt .layout01 .item_h1 {
  left: 0px;
}

.mode_txt .line_wrapper_p {
  display: none;
}

.mode_txt .item_img {
  display: none;
}

.mode_txt .item_wrapper {
  position: relative;
  width: 75%;
  left: 302px;
  padding: initial;
}

.mode_txt .layout01 .item_wrapper {
  width: 100%;
  left: 0px;
}

.mode_txt .item_h2 {
  position: relative;
  width: 38%;
  font-size: 20px;
  padding-right: 2%;
  top: 2em;
  margin-bottom: auto;
  float: left;
}

.mode_txt .layout01 .item_h2 {
  width: 39.5%;
  min-height: 1em;
  padding-right: initial;
  margin-right: 5%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-align: justify;
}

.mode_txt .item_li {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 32%;
  min-height: auto;
}

.mode_txt .item_li li {
  line-height: 1.8em;
  -webkit-line-clamp: 1;
}

.mode_txt .item_li li:before {
  left: 0.3em;
  margin-top: 0.8em;
}

.mode_txt .item_price_box {
  font-size: 25px;
  top: auto;
  left: 22px;
  transform: none;
  margin-top: -30px;
  vertical-align: middle;
}

.mode_txt .layout01 .item_price_box {
  margin-top: -2%;
}

.mode_txt .fav-btn {
  position: absolute;
  top: auto;
  margin-left: 2em;
  left: auto;
  transform: initial;
  right: 4.5%;
  bottom: 3.5em;
}

.mode_txt .item_date {
  position: absolute;
  width: 240px;
  text-align: left;
  margin: auto;
  margin-top: -70px;
  margin-bottom: 0;
  left: 81%;
}

.mode_txt .layout01 .item_date {
  margin-top: -4.8%;
  left: 78.5%;
  padding-left: 20px;
}
.mode_txt .layout01 .item_date:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(images/item_date_bg1.png);
  margin-top: 0.2em;
  margin-left: -20px;
}
.mode_txt .layout02 .item_date {
  width: 19%;
  right: 0px;
}

.mode_txt .more_travel_wrapper {
  margin-top: 30px;
}

.mode_txt .layout02 .card_wrapper {
  width: 100%;
  padding: 0;
  border-width: 0px;
}

.mode_txt .layout02 .card {
  width: 98%;
  border-radius: 18px;
  padding: 1.5% 1% 2% 1%;
  background-color: #fff;
}

.mode_txt .layout02 .card:hover {
  background-color: #f4f4f4;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mode_txt .layout02 .card_wrapper:after {
  height: 0px;
  background-color: #bfbfbf;
  left: 0;
  bottom: -2px;
}

.mode_txt .layout02 .card_wrapper:hover::after {
  background-color: #000;
}

.mode_txt .layout02 .tag_wrapper {
  width: 39.5%;
  height: auto;
  top: 5em;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  left: 18px;
}

.mode_txt .layout02 .tag:after {
  display: none;
}

.mode_txt .layout02 .item_h1 {
  position: absolute;
  max-width: 35%;
  font-size: 22px;
  margin-top: -5px;
  left: 20px;
}

.mode_txt .layout02 .item_h1:after {
  display: none;
}

.mode_txt .layout02 .item_h2 {
  width: 39.5%;
  min-height: 1em;
  font-size: 18px;
  text-align: left;
  line-height: 24px;
  margin-top: -5px;
  left: 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}

.mode_txt .layout02 .item_li {
  text-align: left;
  margin-top: auto;
  left: 3.2em;
  float: left;
}

.mode_txt .layout02 .item_li li:before {
  margin-top: 0.1em;
  left: -1.7em;
}

.mode_txt .layout02 .item_price_box {
  left: 5%;
  margin-top: 26px;
  float: left;
}

.mode_txt .layout02 .fav-btn {
  bottom: 3.9em;
}

.mode_txt .layout02 .item_date {
  padding-left: 7em;
  margin-top: -102px;
  left: 68%;
}

.layout03 .h1 {
  background-color: #fd8b81;
}

.mode_txt .layout03 .txt_column {
  background-color: #fd8b81;
}

.mode_txt .layout03 .txt_column li:nth-child(1) {
  margin-left: 7%;
}

.mode_txt .layout03 .txt_column li:nth-child(2) {
  margin-left: 14%;
}

.mode_txt .layout03 .txt_column li:nth-child(3) {
  margin-left: 35%;
}

.mode_txt .layout03 .txt_column li:nth-child(4) {
  margin-left: 9%;
}

.mode_txt .box3 {
  margin-left: 0px;
}

.mode_txt .inline-block {
  display: inline-block;
  position: relative;
  width: 47%;
  height: auto;
  margin: 1% 1% 0% 1%;
}

.mode_txt .item_img3 {
  display: none;
}

.mode_txt .title1 {
  position: relative;
  width: 25%;
  height: auto;
  left: 5%;
  top: 40px;
  transform: initial;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 25px;
  font-weight: bold;
  text-shadow: none;
  text-align: left;
}

.mode_txt .button {
  top: auto;
  left: 5%;
  display: inline-block;
}

.mode_txt .txt_check_btn {
  position: relative;
  display: block;
  width: 65px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  border: solid 2px #1f1f1f;
  float: right;
  right: 5%;
}

.mode_txt .inline-block input {
  position: absolute;
  width: 100px;
  height: 30px;
  font-size: 16px;
  border: 0;
  background-color: #ffffff;
  color: #fd8b81;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: none;
}

.mode_txt .layout03_item_date {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  color: #fd8b81;
  display: inline-block;
  left: 30%;
}

/*******保證出團*******/
.layout03 {
  position: relative;
  width: 100%;
  top: 60px;
  margin: 0 auto;
  padding-top: 70px;
}

.box3 {
  margin-bottom: 100px;
  margin-left: 20px;
}

.inline-block {
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 16px;
  width: 22.5%;
  height: 300px;
  margin: 1%;
}

.item_img3 {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  margin: 0 auto;
  overflow: hidden;
}

.item_img3 img {
  width: 100%;
  height: 100%;
  -moz-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.inline-block:hover .item_img3 img {
  transform: scale(1.06, 1.06);
}

.title1 {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 3px 2px 5px #1e2124;
  z-index: 100;
}

.underlinee {
  display: inline-block;
  border-bottom: solid #ffffff 3px;
  padding-bottom: 7px;
  z-index: 100;
}

.txt_check_btn {
  display: none;
}

.button {
  position: relative;
  vertical-align: middle;
  top: 193px;
  left: -15%;
  z-index: 100;
}

.inline-block input {
  position: absolute;
  width: 100px;
  height: 30px;
  font-size: 16px;
  border: 0;
  background-color: #fd8b81;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  box-shadow:
    rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.layout03_item_date {
  display: none;
}

.goTop.active {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 100;
  display: none;
}

.goTop.active a {
  padding: 20px 15px;
  background-color: #000;
  border-radius: 100%;
  color: #fff;
}

.footer .contect {
  z-index: 101;
}

/************************B2B**************************/
.b2b .layout_boxs {
  margin-bottom: 5%;
}

.b2b .item_price_box {
  font-size: 23px;
  border-width: 0px;
  padding: 0 0px;
  left: 0%;
  transform: none;
  margin-top: 52px;
}

.item_price.for2b,
.spacing2b {
  display: none;
}

.b2b .item_price {
  position: relative;
  min-width: 4.8em;
}

.b2b .item_price.for2b {
  color: #c30d23;
  display: inline-block;
}

.b2b .item_price,
.b2b .item_up {
  color: #000;
}

.b2b .item_up {
  font-size: 13px;
  margin-left: -3px;
}

.b2b .for2b .item_up {
  color: #c30d23;
}

.b2b .item_price:before {
  font-size: 14px;
  margin-right: -3px;
}

.b2b .item_price:after {
  content: "直客價";
  position: absolute;
  font-size: 15px;
  left: 0;
  top: -1em;
}

.b2b .item_price.for2b:after {
  content: "同業價";
  color: #000;
}

.b2b .spacing2b {
  font-size: 12px;
  color: #000;
  margin: 0 -3px;
  display: inline-block;
}

.b2b .item_date {
  margin-top: -80px;
}

.b2b .layout02 .card_wrapper {
  margin: 0px 23px 130px 23px;
}

.b2b .layout02 .item_price_box {
  text-align: left;
  margin-top: 60px;
}

.b2b .layout02 .item_date {
  width: 80%;
  margin-top: -115px;
  text-align: center;
  left: 0%;
}
/***B2B mode_txt***/
.b2b .mode_txt .layout01 .item_price_box {
  margin-top: -1.5%;
  left: 22px;
}

.b2b .mode_txt .layout01 .item_date {
  margin-top: -5.8%;
  left: 78.9%;
}

.b2b .mode_txt .layout02 .card_wrapper {
  margin: 0px;
}

.b2b .mode_txt .layout02 .txt_column li:nth-child(3) {
  /*margin-left: 370px;*/
}

.b2b .mode_txt .layout02 .item_date {
  width: 15%;
  text-align: left;
  left: 70%;
  right: auto;
}

.b2b .mode_txt .layout02 .item_price_box {
  min-width: 10.1em;
  margin-top: 45px;
}

/************************rwd**************************/
@media all and (max-width: 1550px) {
  .h1 {
    width: 165px;
    height: 165px;
  }

  .h1_p {
    font-size: 31px;
  }

  .h1_p span {
    font-size: 20px;
  }

  .h2 {
    font-size: 33px;
  }

  .menu-cont {
    position: relative;
  }
}

@media all and (max-width: 1480px) {
  .card_box {
    text-align: center;
  }
  .mode_pic .layout02 .fav-btn {
    text-align: left;
    left: 34%;
  }
}

@media all and (max-width: 1400px) {
  .button {
    top: 193px;
    left: -16%;
  }
}

@media all and (max-width: 1350px) {
  .mode_txt .layout02 .item_date {
    font-size: 14px;
  }
}

@media all and (max-width: 1310px) {
  .menu-cont {
    position: relative;
  }

  .menu {
    justify-content: initial;
  }

  .mode_txt .card_wrapper {
    width: 95%;
    margin: 0 auto;
  }

  .mode_txt .item_date {
    left: 81%;
  }
  .more_travels_wrapper {
    margin-top: 12%;
  }
}

@media all and (max-width: 1295px) {
  #read_mode {
    left: 3%;
  }

  .layout01 {
    width: 77%;
  }

  .menu_wrapper {
    width: 77%;
  }

  .more_travel {
    left: 70%;
  }

  .mode_txt .layout01 {
    width: 100%;
  }

  .mode_txt .layout02 .item_price_box {
    left: 5%;
  }

  .box3 {
    margin-left: 40px;
  }

  .inline-block {
    width: 30%;
  }

  .button {
    top: 193px;
    left: -13%;
  }
}

@media all and (max-width: 1280px) {
  .menu_wrapper {
    width: 80%;
  }

  #read_mode {
    left: 0%;
  }

  .h1 {
    width: 155px;
    height: 155px;
  }

  .h1_p {
    font-size: 30px;
  }

  .h1_p span {
    font-size: 19px;
  }

  .h2 {
    font-size: 32px;
  }

  .inline-block {
    width: 30%;
  }

  .button {
    top: 193px;
    left: -14%;
  }

  .mode_txt .layout01 .item_price_box {
    transform: translateY(-50%);
    margin-top: auto;
  }
  .mode_txt .layout01 .item_date {
    margin-top: -6.3%;
  }
  .mode_txt .layout03 .txt_column li:nth-child(2) {
    margin-left: 16.5%;
  }
  .mode_txt .layout03 .txt_column li:nth-child(3) {
    margin-left: 31.5%;
  }
  .mode_txt .layout03 .txt_column li:nth-child(4) {
    margin-left: 11.5%;
  }
  .mode_txt .layout03_item_date {
    left: 35%;
  }

  @media all and (max-width: 1260px) {
    .layout01 {
      width: 80%;
    }

    .mode_txt .layout02 .tag_wrapper {
      left: 28px;
    }

    .mode_txt .layout02 .item_h1 {
      left: 30px;
    }

    .mode_txt .layout02 .item_h2 {
      left: 18px;
    }

    .mode_txt .item_date {
      left: 82.5%;
    }

    .inline-block {
      width: 30%;
    }

    .button {
      top: 193px;
      left: -13%;
    }

    .mode_txt .layout01 .fav-btn {
      right: 4.5%;
    }

    .mode_txt .layout03 .txt_column li:nth-child(1) {
      margin-left: 7%;
    }

    @media all and (max-width: 1230px) {
      .mode_txt .item_price_box {
        font-size: 22px;
      }
      .mode_txt .txt_column li:nth-child(3) {
        margin-left: 38%;
      }
      .mode_txt .item_date {
        left: 83%;
      }

      .inline-block {
        width: 30%;
      }

      .button {
        top: 190px;
        left: -14.5%;
      }
    }

    @media all and (max-width: 1212px) {
      .layout01 {
        width: 82%;
      }

      .mode_txt .item_date {
        left: 84%;
      }

      .inline-block {
        width: 30%;
      }

      .button {
        top: 190px;
        left: -14%;
      }
    }
  }

  @media all and (max-width: 1200px) {
  }

  @media all and (max-width: 1185px) {
    .menu_wrapper {
      width: 85%;
    }

    .layout01 {
      width: 85%;
    }

    .more_travel {
      left: 68%;
    }

    .mode_txt .item_date {
      left: 84.5%;
    }

    .inline-block {
      width: 30%;
    }

    .button {
      top: 190px;
      left: -15%;
    }
  }
  /***平板***/
  @media all and (max-width: 1180px) {
    .layout01 {
      width: 88%;
    }

    .h1 {
      width: 145px;
      height: 145px;
    }

    .h1_p {
      font-size: 26px;
    }

    .h1_p span {
      font-size: 17px;
    }

    .h2 {
      font-size: 28px;
    }
    .mode_txt .layout01 .item_date {
      margin-top: -7%;
    }

    .inline-block {
      width: 30%;
    }

    .button {
      top: 193px;
      left: -15%;
    }
  }
}

@media all and (max-width: 1150px) {
  .mode_txt .fav-btn span {
    width: 2em;
    line-height: 1.1em;
    display: block;
  }
  .mode_txt .layout01 .fav-btn {
    right: 6%;
  }
  .mode_txt .layout01 .fav-btn.compare_0:before,
  .mode_txt .layout01 .fav-btn.compare_1:before {
    margin-top: 0px;
  }
  .mode_txt .layout02 .fav-btn {
    right: 7%;
  }
  .mode_txt .layout02 .fav-btn.compare_0:before,
  .mode_txt .layout02 .fav-btn.compare_1:before {
    margin-top: 0px;
    margin-left: -26px;
  }
  .mode_txt .layout02 .item_date li {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow-y: hidden;
  }
}

@media all and (max-width: 1140px) {
  .mode_txt .layout01 .line_wrapper {
    left: 17px;
  }

  .mode_txt .txt_column li:nth-child(4) {
    margin-left: 29%;
  }

  .mode_txt .layout01 .item_date {
    left: 79%;
  }

  .inline-block {
    width: 35%;
    height: 375px;
  }

  .button {
    top: 230px;
  }

  .inline-block input {
    width: 110px;
    height: 35px;
    font-size: 20px;
  }
  .mode_txt .layout03 .txt_column li:nth-child(4) {
    margin-left: 10.5%;
  }
  .mode_txt .title1 {
    font-size: 22px;
  }
}

@media all and (max-width: 1105px) {
  .menu_wrapper {
    width: 90%;
  }

  .layout01 {
    width: 92%;
  }

  .more_travel {
    left: 70%;
  }

  .mode_txt .item_date {
    left: 83%;
  }

  .inline-block {
    width: 30%;
    height: 315px;
  }

  .button {
    top: 200px;
    left: -16%;
  }

  .inline-block input {
    width: 100px;
    height: 30px;
    font-size: 18px;
  }

  .mode_txt .layout01 .fav-btn {
    right: 5%;
  }

  .mode_txt .layout03 .txt_column li:nth-child(1) {
    margin-left: 7%;
  }

  .mode_txt .layout03 .txt_column li:nth-child(3) {
    margin-left: 31%;
  }

  .more_travels_wrapper {
    margin-top: 15%;
  }
}

@media all and (max-width: 1060px) {
  .menu_wrapper {
    width: 100%;
  }

  #read_mode {
    left: 4%;
  }

  .layout01 {
    width: 95%;
  }

  .mode_txt .txt_column li:nth-child(3) {
    margin-left: 37%;
  }

  .mode_txt .txt_column li:nth-child(4) {
    margin-left: 30%;
  }

  .mode_txt .layout01 .item_date {
    margin-top: -7.5%;
  }

  .mode_txt .item_date {
    left: 82%;
  }

  .mode_txt .layout02 .fav-btn {
    right: 6%;
  }

  .mode_txt .layout02 .tag_wrapper {
    left: 2%;
  }

  .inline-block {
    width: 35%;
    height: 365px;
  }

  .inline-block {
    width: 30%;
    height: 300px;
  }

  .button {
    top: 190px;
    left: -15%;
  }

  .inline-block input {
    width: 90px;
    height: 30px;
    font-size: 18px;
  }

  .mode_txt .layout03 .txt_column li:nth-child(1) {
    margin-left: 7%;
  }

  .mode_txt .layout03 .txt_column li:nth-child(2) {
    margin-left: 16.5%;
  }

  .mode_txt .layout03 .txt_column li:nth-child(3) {
    margin-left: 30.5%;
  }

  .mode_txt .layout03 .txt_column li:nth-child(4) {
    margin-left: 11%;
  }

  .mode_txt .layout03_item_date {
    font-size: 14px;
    padding-top: 5px;
  }
}

@media all and (max-width: 1028px) {
  .menu li a {
    /*padding: 4px 30px;*/
    padding: 4px 15px;
  }

  .layout01 {
    width: 98%;
  }
  .mode_txt .layout01 .item_h2 {
    width: 42%;
    margin-right: 3%;
  }
  .mode_txt .layout01 .tag {
    font-size: 15px;
  }

  .mode_txt .item_date {
    left: 82.5%;
  }

  .inline-block {
    width: 45%;
  }
}

@media all and (max-width: 1000px) {
  .mode_txt .txt_column li:nth-child(3) {
    margin-left: 33%;
  }

  .mode_txt .txt_column li:nth-child(4) {
    margin-left: 28%;
  }

  .mode_txt .layout01 .line_wrapper {
    left: 15px;
  }

  .mode_txt .layout01 .item_h2 {
    width: 35%;
  }

  .mode_txt .layout01 .tag {
    font-size: 15px;
  }

  .mode_txt .layout02 .item_li {
    left: auto;
  }

  .mode_txt .item_date {
    left: 80.5%;
  }

  .mode_txt .layout01 .item_date {
    margin-top: -8.2%;
    left: 74%;
  }

  .mode_txt .layout02 .item_price_box {
    left: 1%;
  }
  .mode_txt .layout02 .item_date {
    left: 60%;
  }
  .mode_txt .item_li li {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
  }
  .mode_txt .fav-btn span {
    width: auto;
    line-height: inherit;
  }
  .mode_txt .layout01 .fav-btn.compare_0:before,
  .mode_txt .layout01 .fav-btn.compare_1:before {
    margin-top: -4px;
  }
  .mode_txt .layout02 .fav-btn.compare_0:before,
  .mode_txt .layout02 .fav-btn.compare_1:before {
    margin-top: -4px;
    margin-left: -38px;
  }
  .mode_txt .title1 {
    font-size: 20px;
  }
  .mode_txt .txt_check_btn {
    width: 50px;
    height: 22px;
  }
  .box3 {
    margin-left: 45px;
  }

  .inline-block {
    width: 45%;
    height: 380px;
  }

  .button {
    top: 230px;
    left: -13.5%;
  }

  .inline-block input {
    width: 115px;
    height: 35px;
    font-size: 18px;
  }
}

@media all and (max-width: 995px) {
  .layout01 {
    width: 100%;
  }

  .menu li a {
    /*padding: 4px 35px;*/
  }

  .inline-block {
    width: 45%;
    height: 445px;
  }

  .button {
    top: 260px;
    left: -13.5%;
  }
}

@media all and (max-width: 990px) {
  .layout02 .card_wrapper {
    width: 430px;
  }

  .inline-block {
    width: 45%;
  }
  .mode_pic .layout02 .fav-btn {
    left: 33.5%;
  }
}

@media all and (max-width: 975px) {
  .layout01 {
    width: 638px;
  }

  .card_box {
    text-align: initial;
  }
  .mode_pic .layout02 .fav-btn {
    left: 80%;
  }

  .more_travel {
    left: 59%;
  }

  .layout02 .card_wrapper {
    width: 420px;
  }

  .mode_txt .layout02 .item_date {
    left: 66%;
  }

  .inline-block {
    width: 45%;
  }

  .button {
    top: 260px;
    left: -14%;
  }
  .mode_txt .layout02 .item_li {
    left: -2em;
  }
  .mode_txt .layout02 .item_price_box {
    left: 0%;
  }
  .mode_txt .layout02 .item_date {
    left: 58%;
  }
  .mode_txt .layout01 .fav-btn {
    right: 6%;
  }
  .mode_txt .layout02 .fav-btn {
    right: 7%;
  }
  .mode_txt .layout02 .fav-btn.compare_0:before,
  .mode_txt .layout02 .fav-btn.compare_1:before {
    margin-left: -3px;
  }
}

@media all and (max-width: 955px) {
  .menu li a {
    /*padding: 4px 30px;*/
  }

  .layout02 .card_wrapper {
    width: 400px;
  }

  .mode_txt .item_date {
    left: 82%;
  }

  .inline-block {
    width: 45%;
  }

  .mode_txt .layout03 .txt_column li:nth-child(3) {
    margin-left: 30%;
  }
  .mode_txt .layout03 .txt_column li:nth-child(4) {
    margin-left: 10.5%;
  }

  .mode_txt .title1 {
    width: 30%;
    top: 40px;
  }

  .mode_txt .txt_check_btn {
    right: 10%;
  }
  .mode_pic .layout02 .fav-btn {
    left: 84%;
  }
}

@media all and (max-width: 940px) {
  .card_box {
    text-align: center;
  }

  .layout02 .card_wrapper {
    width: 430px;
  }

  .mode_pic .layout02 .fav-btn {
    left: 34%;
  }

  .mode_txt .layout01 .item_date {
    margin-top: -9.2%;
  }

  .mode_txt .item_date {
    left: 80.5%;
  }

  .inline-block {
    width: 45%;
    height: 410px;
  }

  .button {
    top: 235px;
    left: -12.5%;
  }

  .inline-block input {
    width: 100px;
    height: 30px;
    font-size: 16px;
  }

  .mode_txt .title1 {
    width: 30%;
    top: 40px;
    font-size: 20px;
  }

  .mode_txt .txt_check_btn {
    right: 10%;
  }
  .mode_txt .layout02 .fav-btn.compare_0:before,
  .mode_txt .layout02 .fav-btn.compare_1:before {
    margin-left: -38px;
  }
}

@media all and (max-width: 920px) {
  .menu li a {
    font-size: 22px;
  }

  .menu li a {
    /*padding: 4px 25px;*/
  }

  .h1 {
    width: 125px;
    height: 125px;
  }

  .h1_p {
    font-size: 24px;
  }

  .h1_p span {
    font-size: 16px;
  }

  .h2 {
    font-size: 26px;
  }

  .mode_txt .layout02 .item_price_box {
    left: 2.5%;
  }

  .inline-block {
    width: 45%;
    height: 410px;
  }

  .button {
    top: 240px;
    left: -13%;
  }

  .inline-block input {
    width: 100px;
    height: 30px;
    font-size: 16px;
  }

  .mode_txt .layout03 .txt_column li:nth-child(1) {
    margin-left: 7%;
  }

  .mode_txt .title1 {
    width: 30%;
    top: 40px;
    font-size: 18px;
  }

  .mode_txt .txt_check_btn {
    width: 60px;
    height: 22px;
    right: 5%;
  }

  .mode_txt .layout02 .item_price_box {
    left: 0%;
  }
  .mode_txt .layout02 .fav-btn {
    bottom: 3.5em;
  }
  .mode_txt .fav-btn span {
    width: 2em;
    line-height: 1.1em;
  }
  .mode_txt .layout01 .fav-btn.compare_0:before,
  .mode_txt .layout01 .fav-btn.compare_1:before {
    margin-top: 0px;
  }
  .mode_txt .layout02 .fav-btn.compare_0:before,
  .mode_txt .layout02 .fav-btn.compare_1:before {
    margin-top: 0px;
    margin-left: -26px;
  }
}

@media all and (max-width: 900px) {
  .mode_txt .txt_column li:nth-child(4) {
    margin-left: 29%;
  }
  .mode_txt .item_date {
    left: 79%;
  }

  .inline-block {
    width: 45%;
    height: 395px;
  }

  .button {
    top: 230px;
  }

  .inline-block input {
    width: 100px;
    height: 30px;
    font-size: 16px;
  }
}

@media all and (max-width: 880px) {
  .menu li a {
    /*padding: 4px 20px;*/
    padding: 4px 10px;
  }

  .mode_txt .layout01 .txt_column li:nth-child(3) {
    margin-left: 29%;
  }

  .mode_txt .layout02 .txt_column li:nth-child(4) {
    margin-left: 27%;
  }

  .mode_txt .layout01 .item_date {
    left: 75%;
  }
  .mode_txt .layout03 .txt_column li:nth-child(2) {
    margin-left: 15.5%;
  }
  .mode_txt .layout03 .txt_column li:nth-child(4) {
    margin-left: 9%;
  }
  .mode_txt .txt_check_btn {
    font-size: 15px;
    width: 50px;
    height: 20px;
  }
  .mode_txt .layout03_item_date {
    left: 32%;
  }

  .inline-block {
    width: 45%;
    height: 380px;
  }

  .button {
    top: 230px;
    left: -14%;
  }

  .inline-block input {
    width: 100px;
    height: 30px;
    font-size: 16px;
  }
  .more_travels_wrapper {
    margin-top: 18%;
  }
}

@media all and (max-width: 830px) {
  .mode_txt .layout01 .txt_column li:nth-child(2) {
    margin-left: 115px;
  }

  .mode_txt .layout01 .txt_column li:nth-child(3) {
    margin-left: 21%;
  }

  .mode_txt .layout01 .txt_column li:nth-child(4) {
    margin-left: 25%;
  }

  .mode_txt .layout01 .item_date {
    margin-top: -10%;
  }

  .inline-block {
    width: 45%;
  }
}

@media all and (max-width: 820px) {
  #read_mode {
    padding: 10px 15px 15px 20px;
  }

  .read_mode_p {
    font-size: 15px;
  }

  .menu_wrapper.fixed-top {
    /*background-color: #ecedf6;*/
  }

  .menu_wrapper {
    margin-bottom: 30px;
  }

  .menu-cont {
    width: 70%;
    margin-top: -45px;
    margin-left: 230px;
    position: initial;
  }

  .menu {
    justify-content: left;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .menu li a {
    font-size: 18px;
  }

  .h1 {
    width: 145px;
    height: 145px;
  }

  .h1_p {
    font-size: 26px;
  }

  .h1_p span {
    font-size: 17px;
  }

  .h2 {
    font-size: 28px;
  }

  .card_box {
    width: 100%;
    height: 560px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .layout02 .card_wrapper {
    width: 250px;
    margin: 0px 23px 30px 23px;
  }

  .layout02 .card {
    width: 255px;
    white-space: initial;
    padding: 15px;
  }

  .layout02 .item_h1 {
    left: 0%;
    transform: none;
  }

  .more_travels {
    font-size: 22px;
  }

  .layout02 .item_h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .layout02 .item_h2 {
    font-size: 13px;
  }

  .layout02 .item_location {
    -webkit-transform: scale(0.7);
    top: 10px;
  }

  .layout02 .tag_wrapper {
    width: 80px;
    height: 80px;
    right: 3%;
    top: 10px;
  }

  .layout02 .tag_wrapper:before {
    width: 80px;
    height: 80px;
    background-size: 100%;
  }

  .layout02 .tag {
    font-size: 15px;
  }

  .layout02 .item_img {
    width: 90%;
    height: 236px;
    margin-top: -15px;
  }

  .layout02 .item_li {
    font-size: 13px;
    margin-top: -5px;
  }

  .layout02 .item_li li:before {
    width: 17px;
    height: 17px;
    background-size: 95%;
    margin-top: 0.3em;
  }

  .layout02 .item_price_box {
    font-size: 17px;
    padding: 0 8px;
    margin-top: 8px;
    margin-bottom: 18px;
    left: 17%;
  }

  .mode_pic .layout02 .fav-btn {
    left: 45%;
    padding: 2px;
    white-space: normal;
  }
  .mode_txt .txt_column li:nth-child(3) {
    margin-left: 28%;
  }
  .mode_pic .layout02 .fav-btn.compare_0:before,
  .mode_pic .layout02 .fav-btn.compare_1:before {
    width: 25px;
    background-size: 85%;
    background-repeat: no-repeat;
    margin-top: 1px;
    margin-left: -4px;
  }
  .layout02 .fav-btn span {
    margin-left: 14px;
  }

  .layout02 .item_date {
    width: 50%;
    font-size: 12.5px;
    margin-top: -43px;
  }

  .layout02 .item_date:before {
    width: 17px;
    height: 17px;
    background-size: 95%;
    margin-top: 0em;
  }
  .mode_txt .layout02 .fav-btn {
    left: auto;
    right: 5%;
    bottom: 3em;
  }
  .mode_txt .layout01 .fav-btn.compare_0:before,
  .mode_txt .layout01 .fav-btn.compare_1:before {
    margin-top: -4px;
  }
  .mode_txt .layout02 .fav-btn.compare_0:before,
  .mode_txt .layout02 .fav-btn.compare_1:before {
    margin-top: -4px;
    margin-left: -38px;
  }
  .mode_txt .txt_check_btn {
    font-size: 14px;
    width: 40px;
  }
  .mode_txt .layout03_item_date {
    padding-top: 8px;
  }
  .mode_txt .fav-btn span {
    width: auto;
    line-height: inherit;
    margin-left: 22px;
  }

  ::-webkit-scrollbar {
    width: 15px;
  }
  /* this targets the default scrollbar (compulsory) */
  ::-webkit-scrollbar-track {
    background-color: #fff;
  }
  /* the new scrollbar will have a flat appearance with the set background color */

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }
  /* this will style the thumb, ignoring the track */

  /*::-webkit-scrollbar-button {
      background-color: #7c2929;
} */ /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

  /*::-webkit-scrollbar-corner {
      background-color: black;
}*/

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
  }

  /*::-webkit-scrollbar {

width:20px;

height:20px;

}
*/

  html {
    /*scrollbar-arrow-color: #fff;*/ /**/ /*三角箭頭的顏色*/
    /*scrollbar-face-color: #fff;*/ /**/ /*立體滾動條的顏色*/
    /*scrollbar-3dlight-color: #fff;*/ /**/ /*立體滾動條亮邊的顏色*/
    /*scrollbar-highlight-color: #fff;*/ /**/ /*滾動條空白部分的顏色*/
    /*scrollbar-shadow-color: #fff;*/ /**/ /*立體滾動條陰影的顏色*/
    /*scrollbar-darkshadow-color: #fff;*/ /**/ /*立體滾動條強陰影的顏色*/
    /*scrollbar-track-color: #fff;*/ /**/ /*立體滾動條背景顏色*/
    /*scrollbar-base-color:#fff;*/ /**/ /*滾動條的基本顏色*/
  }

  .mode_txt .card_box {
    height: auto;
  }

  .mode_txt .layout01 .line_wrapper {
    left: 12px;
  }
  .mode_txt .layout01 .txt_column li:nth-child(2) {
    margin-left: 10px;
  }
  .mode_txt .layout01 .txt_column li:nth-child(3) {
    margin-left: 29.5%;
  }
  .mode_txt .layout01 .txt_column li:nth-child(4) {
    margin-left: 27%;
  }

  .mode_txt .layout01 .tag {
    font-size: 13px;
    top: 6.6em;
  }

  .mode_txt .layout01 .item_li {
    width: 30%;
  }

  .mode_txt .layout01 .item_li {
    font-size: 13px;
  }

  .mode_txt .layout01 .item_h1 {
    font-size: 19px;
  }

  .mode_txt .layout01 .item_h2 {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  .mode_txt .layout01 .item_price_box {
    font-size: 17px;
    margin-top: -30px;
  }

  .mode_txt .layout01 .item_date {
    width: 200px;
    font-size: 12.5px;
    margin-top: -70px;
    left: 72%;
  }
  .mode_txt .layout01 .item_date:before {
    margin-top: 0.1em;
  }
  .mode_txt .layout01 .fav-btn {
    bottom: 4.5em;
  }
  .mode_txt .layout02 .card_wrapper {
    width: 95%;
  }

  .mode_txt .layout02 .txt_column li:nth-child(2) {
    margin-left: 35px;
  }

  .mode_txt .layout02 .txt_column li:nth-child(4) {
    margin-left: 24%;
  }

  .mode_txt .layout02 .card {
    width: 97%;
  }

  .mode_txt .layout02 .item_h1 {
    font-size: 19px;
    margin-top: 0px;
    top: 20%;
    left: 20px;
  }

  .mode_txt .layout02 .item_h2 {
    font-size: 14px;
    margin-top: 0px;
    top: 2.8em;
    left: 12px;
  }

  .mode_txt .layout02 .tag {
    font-size: 13px;
  }

  .mode_txt .layout02 .item_price_box {
    margin-top: 26px;
    left: -2%;
  }

  .mode_txt .layout02 .item_date {
    width: 21%;
    margin-top: -82px;
    left: 55%;
  }

  .mode_txt .layout02 .more_travel_wrapper {
    margin-top: 0px;
  }

  .more_travel {
    font-size: 13px;
    padding: 3px 15px;
  }

  .inline-block {
    width: 45%;
  }

  .button {
    top: 225px;
    left: -15%;
  }
}

@media all and (max-width: 790px) {
  .mode_txt .layout01 .fav-btn {
    right: 4%;
  }
  .mode_txt .layout02 .fav-btn {
    right: 3.5%;
  }
}

@media all and (max-width: 770px) {
  .menu-cont {
    width: 70%;
    margin-left: 30%;
  }

  .mode_txt .layout01 .txt_column li:nth-child(4) {
    margin-left: 26.5%;
  }
  .mode_txt .layout02 .item_date {
    width: 23%;
    left: 57%;
  }
  .mode_txt .layout03_item_date {
    left: 34%;
  }
  .mode_txt .txt_check_btn {
    right: 1%;
  }

  .inline-block {
    width: 45%;
    height: 330px;
  }

  .button {
    top: 195px;
    left: -13.5%;
  }

  .inline-block input {
    width: 85px;
    height: 25px;
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
.footer {
    width: 100%;
}
.footer_bottom {
    padding-bottom: 71px;
}
}

@media all and (max-width: 750px) {
  .mode_txt .layout01 .fav-btn {
    right: 3%;
  }
  .mode_txt .layout02 .fav-btn {
    right: 2.5%;
  }
  .mode_txt .layout02 .item_date {
    width: 24%;
  }
  .mode_txt .layout03 .txt_column li:nth-child(3) {
    margin-left: 29%;
  }
  .mode_txt .txt_check_btn {
    width: 35px;
  }
}
@media all and (max-width: 730px) {
  .mode_txt .txt_check_btn {
    right: 0%;
  }
}
@media all and (max-width: 720px) {
  .menu-cont {
    width: 65%;
    margin-left: 35%;
  }

  .mode_txt .txt_column li:nth-child(3) {
    margin-left: 23.5%;
  }

  .mode_txt .layout02 .item_h2 {
    width: 29%;
  }

  .mode_txt .layout02 .item_li {
    padding-left: 4.5em;
  }

  .mode_txt .layout02 .item_date {
    width: 27%;
    left: 53%;
  }

  .inline-block {
    width: 45%;
  }

  .button {
    left: -14.5%;
  }

  .mode_txt .layout03 .txt_column li:nth-child(1) {
    margin-left: 5%;
  }

  .mode_txt .button {
    left: inherit;
  }

  .mode_txt .inline-block input {
    width: 80px;
    height: 30px;
    font-size: 14px;
  }
}

@media all and (max-width: 710px) {
  .mode_txt .layout03 .txt_column li:nth-child(1) {
    margin-left: 5%;
  }
  .mode_txt .txt_check_btn {
    right: -2%;
  }
  .mode_txt .button {
    left: inherit;
  }

  .mode_txt .inline-block input {
    width: 80px;
    height: 30px;
    font-size: 14px;
  }
  .mode_txt .layout01 .fav-btn {
    right: 2%;
  }
}

@media all and (max-width: 690px) {
  .mode_txt .txt_column {
    display: none;
  }

  .mode_txt .card_wrapper {
    width: 60%;
    padding: 5% 1.5%;
  }

  .mode_txt .card_wrapper:hover {
    border-color: #fff;
  }

  .mode_txt .card_wrapper:hover::after {
    background-color: #bfbfbf;
  }

  .mode_txt .layout01 .tag {
    position: relative;
    max-width: 12em;
    width: 80%;
    font-size: 18px;
    color: #fff;
    background-color: #000;
    top: 17.2%;
    margin: 0 auto;
    margin-bottom: 5%;
    display: block;
    text-align: center;
  }

  .mode_txt .tag:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 12px solid #000;
    right: auto;
    left: 10%;
    top: 1.7em;
  }

  .mode_txt .layout01 .line_wrapper {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    left: 0px;
  }

  .mode_txt .layout01 .item_h1 {
    width: 80%;
    left: auto;
    font-size: 22px;
    margin: 0 auto;
  }

  .mode_txt .layout01 .item_h2 {
    font-size: 18px;
    width: 100%;
    top: auto;
    float: none;
    padding-right: initial;
  }

  .mode_txt .layout01 .item_li {
    font-size: 15px;
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  .mode_txt .layout01 .item_wrapper {
    left: auto;
    width: 80%;
    margin: 0 auto;
  }

  .mode_txt .layout01 .item_price_box {
    font-size: 24px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 13%;
  }

  .mode_txt .layout01 .item_date {
    font-size: 15px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: -60px;
    padding-left: 0px;
  }

  .mode_txt .layout01 .item_date:before {
    display: none;
  }

  .more_travel {
    left: 56%;
  }

  .mode_txt .tag.not,
  .mode_txt .tag_wrapper.not {
    display: none;
  }

  .mode_txt .layout02 .card_wrapper {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 3%;
  }

  .mode_txt .layout02 .tag_wrapper {
    position: relative;
    top: 10px;
    /*left: 50%;
        transform: translateX(-50%);*/
  }

  .mode_txt .layout02 .card {
    padding: 5% 0% 5% 5%;
    background-color: #f4f4f4;
  }

  .mode_txt .layout02 .tag_wrapper {
    /*position: relative;
        left: 50%;
        transform: translateX(-60%);
        width: 103px;
        height: 103px;*/
  }

  .mode_txt .layout02 .tag_wrapper:before {
    width: 103px;
    height: 103px;
  }

  .mode_txt .layout02 .tag {
    position: relative;
    font-size: 18px;
    left: -0.5em;
  }

  .mode_txt .layout02 .item_li li {
    overflow: initial;
    -webkit-box-orient: initial;
  }

  .mode_txt .layout02 .item_li li:before {
    width: 22px;
    height: 22px;
    background-size: 100%;
    margin-top: 0.2em;
    left: -1.5em;
  }

  .mode_txt .layout02 .item_h1 {
    position: relative;
    max-width: 95%;
    left: auto;
    font-size: 24px;
    top: auto;
    margin-top: 10px;
    display: block;
  }

  .mode_txt .layout02 .item_h2 {
    width: 95%;
    font-size: 20px;
    line-height: 24px;
    top: auto;
    left: auto;
    -webkit-box-orient: initial;
  }

  .mode_txt .layout02 .item_li {
    font-size: 17px;
    width: 85%;
    padding-left: 3.5em;
    margin-top: 2%;
    display: block;
  }

  .mode_txt .layout02 .fav-btn {
    right: 6%;
  }

  .mode_txt .layout02 .item_price_box {
    font-size: 24px;
    left: 25%;
    margin-top: 13%;
  }

  .mode_txt .layout02 .item_date {
    width: 95%;
    font-size: 15px;
    left: auto;
    text-align: center;
  }

  .mode_txt .layout01 .fav-btn {
    right: 9%;
    bottom: 3em;
  }

  .inline-block {
    width: 45%;
    height: 288px;
  }

  .button {
    top: 175px;
    left: -15%;
  }

  .inline-block input {
    width: 85px;
    height: 25px;
    font-size: 15px;
  }

  .mode_txt .inline-block {
    width: 95%;
  }

  .mode_txt .layout03_item_date {
    left: 35%;
    padding-top: 5px;
  }

  .mode_txt .button {
    left: inherit;
  }

  .mode_txt .title1 {
    width: 30%;
    left: 10%;
    font-size: 22px;
  }

  .mode_txt .inline-block input {
    width: 80px;
    height: 30px;
    font-size: 16px;
  }

  .mode_txt .txt_check_btn {
    width: 60px;
    font-size: 15px;
    right: 6%;
  }
  .mode_txt .layout02 .item_date:before {
    margin-top: 0.1em;
    margin-left: -4em;
  }
  .mode_txt .layout02 .item_date li {
    display: inline-block;
    margin-left: -2.7em;
  }
  .more_travels_wrapper {
    margin-top: 22%;
  }
}

@media all and (max-width: 655px) {
  .layout01 {
    width: 562px;
  }

  .more_travel {
    left: 56%;
  }

  .card_wrapper {
    margin: 30px 4px;
  }

  .more_travels {
    font-size: 20px;
  }

  .inline-block {
    width: 45%;
    height: 290px;
  }

  .button {
    top: 175px;
    left: -17%;
  }

  .inline-block input {
    width: 85px;
    height: 25px;
    font-size: 15px;
  }
  .mode_txt .layout02 .item_date {
    width: 90%;
  }
}

@media all and (max-width: 600px) {
  .menu-cont {
    margin-left: 37%;
  }

  .inline-block {
    width: 45%;
    height: 270px;
  }

  .button {
    top: 165px;
    left: -17.5%;
  }

  .inline-block input {
    width: 85px;
    height: 25px;
    font-size: 15px;
  }
}

@media all and (max-width: 590px) {
  .layout01 {
    width: 522px;
  }

  .more_travel {
    left: 54%;
  }

  .card_wrapper {
    width: 250px;
  }

  .line_wrapper {
    height: 308px;
  }

  .line_wrapper {
    height: 317px;
  }

  .item_location {
    font-size: 16px;
    font-weight: bolder;
  }

  .item_location {
    font-size: 18px;
    font-weight: 500;
  }

  .tag {
    font-size: 16px;
  }

  .item_h1 {
    font-size: 20px;
  }

  .item_img {
    height: 275px;
  }

  .item_h2 {
    font-size: 16px;
  }

  .item_li {
    font-size: 14px;
  }

  .item_price_box {
    font-size: 20px;
  }

  .item_up {
    font-size: 14px;
  }

  .item_price:before {
    font-size: 15px;
    margin-right: 1px;
  }

  .item_date {
    font-size: 14px;
    margin-top: -62px;
  }

  .inline-block {
    width: 45%;
    height: 250px;
  }

  .button {
    top: 155px;
    left: -18%;
  }

  .inline-block input {
    width: 85px;
    height: 25px;
    font-size: 15px;
  }
}

@media all and (max-width: 560px) {
  .inline-block {
    width: 45%;
    height: 220px;
  }

  .title1 {
    font-size: 35px;
  }

  .button {
    top: 130px;
    left: -17%;
  }

  .inline-block input {
    width: 78px;
    height: 25px;
    font-size: 15px;
  }
  .more_travels_wrapper {
    margin-top: 25%;
  }
}
/***手機板***/
@media all and (max-width: 550px) {
  .header {
    position: absolute;
    width: 95%;
    padding: 6.5% 0 0 5%;
    /*display: block;*/
  }

  .header img {
    max-width: 243px;
    width: 30%;
  }

  .banner {
    max-width: 1040px;
  }

  .banner_pc {
    display: none;
  }

  .banner_m {
    display: block;
  }

  .menu li a {
    font-size: 16px;
    padding: 4px 25px;
  }

  .layout01 {
    width: 462px;
  }

  .menu_wrapper {
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu_wrapper.fixed-top {
    top: 53px;
    padding-bottom: 3%;
  }

  .read_mode_btn {
    width: 40px;
    height: 20px;
    top: -0.5em;
  }

  .read_mode_p {
    font-size: 16px;
  }

  .mode_p_pc {
    display: none;
  }

  .mode_p_m {
    display: block;
  }

  .menu-cont {
    width: 70%;
    margin-top: -55px;
    margin-left: 30%;
  }

  .read_mode_btn2 {
    width: 18px;
    height: 18px;
  }

  .mode_txt .read_mode_btn2 {
    left: 20px;
  }

  .more_travel {
    font-size: 15px;
    left: 52%;
  }

  .h1 {
    width: 125px;
    height: 125px;
  }

  .h1_p {
    font-size: 24px;
  }

  .h1_p span {
    font-size: 16px;
  }

  .h2 {
    font-size: 26px;
  }

  .card_wrapper {
    width: 220px;
  }

  .line_wrapper {
    height: 275px;
  }

  .line_wrapper {
    height: 282px;
  }

  .line_wrapper:before {
    margin-top: -15px;
    margin-left: 23%;
  }

  .line_wrapper_p {
    bottom: -71%;
    right: -82%;
    -webkit-transform: scale(0.8);
  }

  .item_location {
    font-size: 14px;
  }

  .item_location {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tag {
    font-size: 15px;
  }

  .item_h1 {
    font-size: 18px;
  }

  .item_h2 {
    font-size: 15px;
  }

  .item_img {
    height: 245px;
  }

  .item_price_box {
    left: 5%;
  }

  .mode_txt .layout01 .card_wrapper,
  .mode_txt .layout02 .card_wrapper {
    width: 70%;
  }
  .mode_txt .layout01 .fav-btn {
    bottom: 2.5em;
  }
  .mode_txt .layout02 .fav-btn {
    bottom: 3.5em;
  }
  .mode_txt .layout03_item_date {
    left: 38%;
  }

  .box3 {
    margin-left: 28px;
  }

  .inline-block {
    width: 45%;
    height: 220px;
  }

  .title1 {
    font-size: 35px;
  }

  .button {
    top: 130px;
    left: -19.5%;
  }

  .inline-block input {
    width: 78px;
    height: 25px;
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .menu_wrapper {
    padding-bottom: 3px;
  }

  #read_mode {
    left: 3%;
  }

  .menu-cont {
    width: 100%;
    margin-left: 32%;
  }

  .read_mode_p {
    font-size: 13px;
  }

  .read_mode_btn {
    top: -0.2em;
  }

  .menu li {
    margin: 10px 3px;
  }

  .menu li a {
    font-size: 14px;
    padding: 8px 15px;
  }

  .layout01 {
    width: 422px;
  }

  .more_travel {
    left: 50%;
    transform: translateX(-50%);
  }

  .card_wrapper {
    width: 200px;
  }

  .line_wrapper {
    height: 252px;
  }

  .line_wrapper {
    height: 257px;
  }

  .item_location {
    font-size: 12px;
  }

  .item_location {
    font-size: 14px;
    margin-bottom: 8px;
  }
	
  .tag {
    font-size: 13px;
  }

  .item_h1 {
    font-size: 16.5px;
  }

  .item_h2 {
    font-size: 14px;
  }

  .item_li {
    font-size: 13px;
  }

  .item_img {
    height: 225px;
  }
	
.item_price_box {
    left: 1%;
}

  .inline-block {
    width: 45%;
    height: 200px;
  }

  .button {
    top: 120px;
    left: -22.5%;
  }

  .inline-block input {
    width: 85px;
    height: 25px;
    font-size: 15px;
  }

  .goTop.active a {
    font-size: 12px;
    padding: 15px 10px;
  }
  .more_travels_wrapper {
    margin-top: 28%;
  }
  .mode_txt .layout01 .fav-btn {
    right: 6%;
  }
  .mode_txt .title1 {
    left: 6%;
  }
  .mode_txt .txt_check_btn {
    right: 2%;
  }
}

@media all and (max-width: 460px) {
  .menu_wrapper {
    padding-bottom: 3.5%;
  }

  #read_mode {
    left: 2%;
  }

  .layout01 {
    width: 382px;
  }

  .more_travel {
    font-size: 13px;
  }

  .h1 {
    width: 105px;
    height: 105px;
  }

  .h1_p {
    font-size: 22px;
  }

  .h2 {
    font-size: 24px;
  }

  .card_wrapper {
    width: 180px;
  }

  .line_wrapper {
    height: 220px;
  }

  .line_wrapper {
    height: 228px;
  }

  .line_wrapper:before {
    margin-top: -12px;
    margin-left: 20%;
  }

  .line_wrapper_p {
    bottom: -68%;
    right: -80%;
  }

  .tag {
    font-size: 12px;
  }

  .item_h1 {
    font-size: 14.5px;
    letter-spacing: -1px;
  }

  .item_location {
    margin-bottom: 5px;
  }

  .item_h2 {
    font-size: 13px;
  }

  .item_li {
    font-size: 12px;
  }

  .item_img {
    height: 200px;
  }

  .item_price_box {
    font-size: 17px;
    margin-top: 30px;
  }

  .item_price:before {
    font-size: 13px;
    margin-right: 0px;
  }

  .fav-btn {
    font-size: 10px;
    top: -3.9em;
  }
  .fav-btn.compare_0:before,
  .fav-btn.compare_1:before {
    background-size: 85%;
    margin-top: -3px;
    margin-left: -2px;
  }
  .fav-btn span {
    margin-left: 20px;
  }

  .item_up {
    font-size: 12px;
  }

  .item_date {
    font-size: 13px;
    margin-top: -52px;
  }

  .more_travels {
    font-size: 18px;
  }

  .mode_txt .layout01 .card_wrapper,
  .mode_txt .layout02 .card_wrapper {
    width: 90%;
  }

  .mode_txt .layout01 .fav-btn.compare_0:before,
  .mode_txt .layout01 .fav-btn.compare_1:before {
    margin-top: -3px;
  }
  .mode_txt .layout02 .fav-btn.compare_0:before,
  .mode_txt .layout02 .fav-btn.compare_1:before {
    margin-top: -3px;
    margin-left: -32px;
  }

  .inline-block {
    width: 45%;
    height: 200px;
  }

  .title1 {
    font-size: 27px;
  }

  .button {
    top: 110px;
    left: -21.5%;
  }

  .inline-block input {
    width: 78px;
    height: 25px;
    font-size: 15px;
  }
  .more_travels_wrapper {
    margin-top: 30%;
  }
  .mode_txt .txt_check_btn {
    width: 40px;
  }
}

@media all and (max-width: 430px) {
  .menu-cont {
    width: 100%;
    margin-left: 33%;
  }

  .inline-block {
    width: 45%;
    height: 170px;
  }

  .title1 {
    font-size: 29px;
  }

  .button {
    top: 110px;
    left: -25%;
  }

  .inline-block input {
    width: 85px;
    height: 25px;
    font-size: 15px;
  }
  .mode_txt .layout02 .fav-btn {
    bottom: 4em;
  }
}

@media all and (max-width: 420px) {
  .h1 {
    width: 95px;
    height: 95px;
  }

  .h1_p {
    font-size: 20px;
  }

  .h1_p span {
    font-size: 14px;
  }

  .h2 {
    font-size: 22px;
  }

  .box3 {
    margin-left: 18px;
  }

  .inline-block {
    width: 45%;
    height: 170px;
  }

  .title1 {
    font-size: 28px;
  }

  .button {
    top: 95px;
    left: -20%;
  }

  .inline-block input {
    width: 68px;
    height: 20px;
    font-size: 12px;
  }

  .mode_txt .title1 {
    font-size: 20px;
  }

  .mode_txt .txt_check_btn {
    font-size: 14px;
    right: 0%;
  }
  .more_travels_wrapper {
    margin-top: 32%;
  }
}

@media all and (max-width: 395px) {
  #read_mode {
    padding: 10px 8px 10px 15px;
  }

  .menu-cont {
    margin-top: -50px;
  }

  .menu li a {
    padding: 3px 10px;
  }

  .layout01 {
    width: 362px;
  }

  .card_wrapper {
    width: 170px;
  }

  .line_wrapper {
    height: 200px;
  }

  .line_wrapper {
    height: 207px;
  }

  .tag {
    -webkit-transform: scale(0.9);
    left: -8px;
  }

  .item_h1 {
    font-size: 13.5px;
  }

  .item_location {
    margin-bottom: 4px;
  }

  .item_h2 {
    font-size: 12px;
  }

  .line_wrapper_p {
    bottom: -65%;
    right: -78%;
  }

  .item_img {
    height: 180px;
  }

  .item_price_box {
    margin-top: 26px;
    left: 2%;
  }

  .layout01 .fav-btn {
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
    right: 0;
    bottom: 4%;
  }

  .item_date {
    margin-top: -50px;
  }

  .box3 {
    margin-left: 18px;
  }

  .inline-block {
    width: 45%;
    height: 160px;
  }

  .title1 {
    font-size: 27px;
  }

  .button {
    top: 90px;
    left: -22%;
  }

  .inline-block input {
    width: 65px;
    height: 20px;
    font-size: 12px;
  }

  .mode_txt .title1 {
    left: 5%;
    font-size: 19px;
  }

  .mode_txt .inline-block input {
    width: 80px;
    height: 30px;
    font-size: 14px;
  }

  .mode_txt .layout03_item_date {
    left: 36%;
  }
}

@media all and (max-width: 380px) {
  .layout01 {
    width: 340px;
  }

  .card_wrapper {
    /*width: 160px;*/
    width: 155px;
  }

  .item_location {
    -webkit-transform: scale(0.9);
    margin-right: -7%;
  }

  .item_h1 {
    font-size: 13px;
  }

  .line_wrapper_p {
    bottom: -60%;
    right: -74%;
    -webkit-transform: scale(0.7);
  }

  .item_img {
    margin-top: 32%;
  }

  .box3 {
    margin-left: 22px;
  }

  .inline-block {
    width: 45%;
    height: 150px;
  }

  .title1 {
    font-size: 25px;
    margin-top: 10px;
  }

  .item_price_box {
    letter-spacing: -0.5px;
    left: 0%;
  }
  .fav-btn {
    font-size: 9px;
  }
  .mode_txt .layout02 .fav-btn {
    bottom: 4.5em;
  }
  .fav-btn.compare_0:before,
  .fav-btn.compare_1:before {
    background-size: 70%;
    background-repeat: no-repeat;
    margin-top: -2px;
    margin-left: 0px;
  }
  .mode_txt .layout02 .fav-btn.compare_0:before,
  .mode_txt .layout02 .fav-btn.compare_1:before {
    margin-left: -28px;
  }
  .mode_txt .layout02 .item_date {
    width: 85%;
  }
  .fav-btn span {
    margin-left: 18px;
  }
  .button {
    top: 90px;
    left: -22%;
  }

  .inline-block input {
    width: 60px;
    height: 20px;
    font-size: 12px;
  }

  .mode_txt .inline-block {
    width: 97%;
  }

  .mode_txt .button {
    left: inherit;
  }

  .mode_txt .title1 {
    left: 3%;
    font-size: 18px;
  }

  .mode_txt .inline-block input {
    width: 80px;
    height: 30px;
    font-size: 14px;
  }
  .mode_txt .layout03_item_date {
    left: 34%;
  }
  .more_travels_wrapper {
    margin-top: 35%;
  }
}

@media all and (max-width: 360px) {
  .read_mode_btn {
    top: -0.2em;
  }

  .menu-cont {
    width: 100%;
    margin-left: 35%;
  }

  .layout01 {
    width: 100%;
    text-align: center;
  }

  .h1 {
    width: 105px;
    height: 105px;
  }

  .h1_p {
    font-size: 24px;
  }

  .h1_p span {
    font-size: 16px;
  }

  .h2 {
    font-size: 24px;
  }

  .card_wrapper {
    width: 220px;
  }

  .line_wrapper {
    height: 279px;
  }

  .line_wrapper {
    height: 283px;
  }

  .line_wrapper:before {
    margin-top: -16px;
    margin-left: -22%;
  }

  .item_location {
    font-size: 14px;
  }

  .item_location {
    -webkit-transform: scale(1);
    font-size: 15px;
    margin-right: 0%;
    margin-bottom: 12px;
  }

  .tag {
    font-size: 14px;
    -webkit-transform: scale(1);
    left: 0px;
  }

  .item_h1 {
    font-size: 17px;
  }

  .item_h2 {
    font-size: 14px;
  }

  .item_li {
    font-size: 13px;
    text-align: left;
  }

  .line_wrapper_p {
    bottom: -71%;
    right: -42%;
    -webkit-transform: scale(0.8);
  }

  .item_img {
    height: 245px;
  }

  .item_price_box {
    font-size: 20px;
    letter-spacing: initial;
    left: -20%;
  }
  .layout01 .fav-btn {
    font-size: 10px;
    right: 8%;
    bottom: 3%;
  }
  .fav-btn.compare_0:before,
  .fav-btn.compare_1:before {
    background-size: 85%;
    margin-top: -3px;
    margin-left: -2px;
  }
  .mode_txt .layout02 .fav-btn.compare_0:before,
  .mode_txt .layout02 .fav-btn.compare_1:before {
    margin-top: -4px;
    margin-left: -30px;
  }
  .fav-btn span {
    margin-left: 20px;
  }

  .item_price:before {
    font-size: 15px;
    margin-right: 1px;
  }

  .item_up {
    font-size: 14px;
  }

  .item_date {
    margin-top: -58px;
  }

  .more_travels {
    font-size: 16px;
  }

  .mode_txt .layout02 .item_h1 {
    font-size: 22px;
  }

  .mode_txt .layout02 .item_h2 {
    font-size: 18px;
  }

  .mode_txt .layout02 .item_li {
    font-size: 15px;
  }

  .mode_txt .layout02 .item_price_box {
    margin-top: 18%;
  }

  .inline-block {
    width: 95%;
    height: 350px;
  }

  .title1 {
    font-size: 30px;
  }

  .button {
    top: 200px;
    left: -12%;
  }

  .inline-block input {
    width: 75px;
    height: 25px;
    font-size: 15px;
  }

  .mode_txt .title1 {
    top: 36px;
    font-size: 17px;
  }

  .mode_txt .layout03_item_date {
    left: 32%;
  }
  .more_travels_wrapper {
    margin-top: 38%;
  }
}

@media all and (max-width: 350px) {
  .mode_txt .layout01 .fav-btn {
    right: 3%;
  }
  .mode_txt .layout02 .item_price_box {
    left: 20%;
  }
  .mode_txt .layout02 .fav-btn.compare_0:before,
  .mode_txt .layout02 .fav-btn.compare_1:before {
    margin-top: -4px;
    margin-left: -30px;
  }
}

@media all and (max-width: 340px) {
  .menu-cont {
    width: 100%;
    margin-left: 38%;
  }

  .h1 {
    width: 75px;
    height: 75px;
  }

  .h1 {
    width: 95px;
    height: 95px;
  }

  .h1_p {
    font-size: 22px;
  }

  .h1_p span {
    font-size: 14px;
  }

  .h2 {
    font-size: 22px;
  }

  .box3 {
    margin-left: 14px;
  }

  .inline-block {
    width: 95%;
    height: 270px;
  }

  .title1 {
    font-size: 30px;
  }

  .button {
    top: 165px;
    left: -12%;
  }

  .inline-block input {
    width: 69px;
    height: 25px;
    font-size: 14px;
  }

  .mode_txt .title1 {
    top: 37px;
    left: 2%;
    font-size: 16px;
  }

  .mode_txt .layout03_item_date {
    left: 30%;
  }
  .mode_txt .txt_check_btn {
    width: 35px;
  }
  .mode_txt .inline-block input {
    width: 80px;
    height: 30px;
    font-size: 13px;
    left: -7px;
  }
  .more_travels_wrapper {
    margin-top: 40%;
  }
  .mode_txt .layout01 .fav-btn {
    bottom: 2em;
  }
  .mode_txt .layout02 .fav-btn {
    bottom: 4em;
  }
}

@media all and (max-width: 330px) {
  .read_mode_btn {
    width: 35px;
  }

  .mode_txt .read_mode_btn2 {
    left: 15px;
  }

  .menu li a {
    padding: 3px 5px;
  }

  .box3 {
    margin-left: 14px;
  }

  .inline-block {
    width: 95%;
    height: 270px;
  }

  .title1 {
    font-size: 30px;
  }

  .button {
    top: 155px;
    left: -12%;
  }

  .inline-block input {
    width: 69px;
    height: 25px;
    font-size: 14px;
  }
  .mode_txt .layout01 .fav-btn {
    right: 1%;
  }
  .mode_txt .layout02 .item_price_box {
    left: 17%;
  }
}

@media all and (max-width: 320px) {
  .menu li a {
    /*padding: 3px 8px;*/
  }

  .more_travels {
    font-size: 14px;
  }

  .box3 {
    margin-left: 14px;
  }

  .inline-block {
    width: 95%;
    height: 270px;
  }

  .title1 {
    font-size: 30px;
  }

  .button {
    top: 160px;
    left: -16%;
  }

  .inline-block input {
    width: 85px;
    height: 25px;
    font-size: 15px;
  }
  .mode_txt .layout03_item_date {
    font-size: 13px;
    padding-top: 8px;
  }
  .more_travels_wrapper {
    margin-top: 42%;
  }
  .mode_txt .layout01 .item_price_box,
  .mode_txt .layout02 .item_price_box {
    font-size: 20px;
  }
  .mode_txt .item_price:before {
    margin-right: -3px;
  }
  .mode_txt .item_up {
    font-size: 12px;
    margin-left: -3px;
  }
}

@media all and (max-width: 300px) {
  .menu-cont {
    width: 100%;
    margin-left: 40%;
  }

  .read_mode_p {
    letter-spacing: -1px;
  }

  .menu li {
    margin: 8px 2px;
  }

  .menu li a {
    padding: 3px 5px;
  }

  .inline-block {
    width: 95%;
    height: 222px;
  }

  .title1 {
    font-size: 30px;
  }

  .button {
    top: 135px;
    left: -15%;
  }

  .inline-block input {
    width: 70px;
    height: 25px;
    font-size: 14px;
  }

  .layout3_boxs {
    display: flex;
    justify-content: space-between;
  }

  .mode_txt .title1 {
    font-size: 15px;
    letter-spacing: -1px;
  }

  .mode_txt .txt_check_btn {
    height: 16px;
    font-size: 12px;
	top: 7px;
  }
  .more_travels_wrapper {
    margin-top: 45%;
  }
}

/*******按鈕太長微調整*******/
@media all and (max-width: 1310px) {
  .w6 .menu {
    margin-left: auto;
  }
}
@media all and (max-width: 1295px) {
  .w6 .menu li a {
    font-size: 18px;
  }
}
@media all and (max-width: 950px) {
  .w6 .menu li {
    margin: 8px 3px;
  }
}
@media all and (max-width: 920px) {
  .w6 .menu li a {
    font-size: 17px;
  }
}
@media all and (max-width: 880px) {
  .w6 .menu li a {
    font-size: 15px;
  }
}
@media all and (max-width: 820px) {
  .w6 .menu li a {
    font-size: 18px;
  }
}
@media all and (max-width: 550px) {
  .w6 .menu li a {
    font-size: 16px;
    padding: 4px 25px;
  }
}
@media all and (max-width: 500px) {
  .w6 .menu li {
    margin: 10px 3px;
  }
  .w6 .menu li a {
    font-size: 14px;
    padding: 8px 15px;
  }
}
@media all and (max-width: 395px) {
  .w6 .menu li a {
    padding: 3px 10px;
  }
}
@media all and (max-width: 330px) {
  .w6 .menu li a {
    padding: 3px 5px;
  }
}
@media all and (max-width: 300px) {
  .w6 .menu li {
    margin: 8px 2px;
  }
  .w6 .menu li a {
    padding: 3px 5px;
  }
}
/*******按鈕太長微調整end*******/

/*********************B2B**rwd************************/
.b2b .fav-btn,
.b2b .main_sidebar {
  display: none;
}
@media all and (max-width: 1480px) {
  .b2b .mode_txt .layout02 .txt_column li:nth-child(4) {
    argin-left: 29.5%;
  }

  .b2b .mode_txt .layout02 .item_price_box {
    left: 6%;
  }
  .b2b .mode_txt .layout02 .item_date {
    left: 71%;
  }
}

@media all and (max-width: 1440px) {
  .b2b .mode_txt .layout02 .txt_column li:nth-child(4) {
    margin-left: 28.5%;
  }

  .b2b .mode_txt .layout02 .item_date {
    left: 71%;
  }
}

@media all and (max-width: 1350px) {
  .b2b .mode_txt .layout02 .item_date {
    left: 72%;
  }
}

@media all and (max-width: 1310px) {
  .b2b .mode_txt .layout01 .item_price_box {
    margin-top: -3.6%;
    left: 70px;
  }

  .b2b .mode_txt .item_price.for2b {
    display: block;
  }

  .b2b .mode_txt .spacing2b {
    display: none;
  }

  .b2b .mode_txt .item_price:after {
    top: 0.5em;
    left: -3.1em;
  }

  .b2b .mode_txt .layout01 .item_date {
    margin-top: -6.2%;
  }

  .b2b .mode_txt .layout02 .item_date {
    left: 71.5%;
  }

  .b2b .mode_txt .layout02 .item_price_box {
    margin-top: 20px;
    left: 9%;
  }

  .b2b .mode_txt .item_price.for2b {
    margin-bottom: -3px;
  }
}

@media all and (max-width: 1280px) {
  .b2b .mode_txt .layout01 .item_date {
    left: 79.1%;
  }
  .b2b .mode_txt .layout01 .item_price_box {
    margin-top: -1.6%;
    transform: none;
  }
}

@media all and (max-width: 1260px) {
  .b2b .mode_txt .layout02 .txt_column li:nth-child(4) {
    margin-left: 26%;
  }
}

@media all and (max-width: 1220px) {
  .b2b .mode_txt .layout02 .item_price_box {
    left: 9.5%;
  }
}

@media all and (max-width: 1190px) {
  .b2b .mode_txt .layout01 .item_date {
    margin-top: -7%;
    left: 79.4%;
  }

  .b2b .mode_txt .layout02 .item_price_box {
    left: 10%;
  }
}

@media all and (max-width: 1140px) {
  .b2b .mode_txt .layout01 .item_date {
    margin-top: -7.5%;
  }
}

@media all and (max-width: 1110px) {
  .b2b .mode_txt .layout01 .item_date {
    left: 79.7%;
  }
}

@media all and (max-width: 1105px) {
  .b2b .mode_txt .layout02 .item_price_box {
    left: 10.5%;
  }
}

@media all and (max-width: 1060px) {
  .b2b .mode_txt .layout02 .txt_column li:nth-child(4) {
    margin-left: 27%;
  }

  .b2b .mode_txt .layout02 .item_price_box {
    left: 10.8%;
  }
  .b2b .mode_txt .layout02 .item_date {
    left: 71%;
  }
}

@media all and (max-width: 1040px) {
  .b2b .mode_txt .layout01 .item_price_box {
    margin-top: -3.6%;
  }
  .b2b .mode_txt .layout01 .item_date {
    left: 80%;
  }
}

@media all and (max-width: 1030px) {
  .b2b .mode_txt .layout01 .item_date {
    margin-top: -8%;
    left: 80.5%;
  }
}

@media all and (max-width: 1000px) {
  .b2b .mode_txt .layout02 .txt_column li:nth-child(4) {
    margin-left: 26%;
  }
  .b2b .mode_txt .layout01 .item_price_box {
    margin-top: -3.5%;
  }
  .b2b .mode_txt .layout01 .item_date {
    left: 74%;
  }

  .b2b .mode_txt .layout02 .item_date {
    left: 70.5%;
  }
}

@media all and (max-width: 990px) {
  .mode_txt .layout02 .item_h2 {
    line-height: initial;
  }
}

@media all and (max-width: 960px) {
  .b2b .mode_txt .item_price_box {
    font-size: 20px;
  }

  .b2b .mode_txt .layout01 .item_price_box {
    margin-top: -5.5%;
    left: 58px;
  }

  .b2b .mode_txt .item_price:after {
    font-size: 13px;
  }

  .b2b .mode_txt .item_date {
    font-size: 13px;
  }

  .b2b .mode_txt .layout02 .item_date {
    left: 71.5%;
  }

  .b2b .mode_txt .layout02 .item_date:before {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-y: 1px;
  }
  .b2b .mode_txt .layout01 .item_date {
    left: 73.4%;
  }
}

@media all and (max-width: 940px) {
  .b2b .mode_txt .layout02 .item_date {
    margin-top: -105px;
    left: 71%;
  }
}

@media all and (max-width: 920px) {
  .b2b .mode_txt .layout02 .item_li {
    padding-left: 5em;
  }

  .b2b .mode_txt .layout02 .item_price_box {
    min-width: 5.3em;
    left: 6%;
  }
  .b2b .mode_txt .layout02 .item_date {
    left: 72%;
  }
}

@media all and (max-width: 900px) {
  .b2b .mode_txt .layout01 .item_date {
    left: 73.8%;
  }
}

@media all and (max-width: 850px) {
  .b2b .mode_txt .layout01 .item_date {
    margin-top: -9%;
  }
  .b2b .mode_txt .layout02 .item_price_box {
    left: 6.7%;
  }
}

@media all and (max-width: 830px) {
  .b2b .mode_txt .layout02 .item_price_box {
    left: 7%;
  }
}

@media all and (max-width: 820px) {
  .b2b .mode_txt .layout01 .txt_column li:nth-child(4) {
    margin-left: 26%;
  }
  .b2b .mode_txt .layout01 .item_price_box {
    margin-top: -2.5%;
  }
  .b2b .mode_txt .layout01 .item_date {
    margin-top: -9%;
  }
  .layout02 .item_li li {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
  }

  .b2b .layout02 .item_price_box {
    left: auto;
    margin-top: 40px;
  }

  .b2b .layout02 .card_box {
    height: 585px;
  }

  .b2b .layout02 .card_wrapper {
    margin: 0px 23px 40px 23px;
  }

  .b2b .layout02 .item_price.for2b:after,
  .b2b .layout02 .item_price:after {
    font-size: 12px;
    top: -1.3em;
  }

  .b2b .layout02 .item_price:before {
    font-size: 12px;
  }

  .b2b .layout02 .item_date {
    margin-top: -85px;
    left: 10%;
  }

  .b2b .mode_txt .layout01 .item_date {
    left: 71.9%;
  }

  .b2b .mode_txt .layout02 .item_price.for2b:after,
  .b2b .mode_txt .layout02 .item_price:after {
    font-size: 13px;
    top: 0.5em;
  }

  .b2b .mode_txt .layout02 .item_date {
    margin-top: -100px;
  }
}

@media all and (max-width: 795px) {
  .b2b .mode_txt .layout02 .item_li {
    padding-left: 3em;
  }
  .b2b .mode_txt .layout02 .item_date {
    left: 68%;
  }
}

@media all and (max-width: 750px) {
  .b2b .mode_txt .layout01 .item_date {
    margin-top: -10%;
    left: 72.2%;
  }

  .b2b .mode_txt .layout02 .item_date {
    left: 67.5%;
  }
}

@media all and (max-width: 720px) {
  .b2b .mode_txt .layout02 .txt_column li:nth-child(4) {
    margin-left: 21%;
  }
  .b2b .mode_txt .layout01 .item_date {
    left: 72.5%;
  }
  .b2b .mode_txt .layout02 .item_date {
    left: 59.3%;
  }
  .b2b .mode_txt .layout02 .item_price_box {
    left: 10%;
  }
}

@media all and (max-width: 690px) {
  .mode_txt .layout02 .item_date {
    margin-top: -102px;
    padding-left: 1.5em;
  }

  .b2b .mode_txt .item_price.for2b {
    display: inline-block;
  }

  .b2b .mode_txt .layout01 .item_price_box {
    font-size: 24px;
    margin-top: 20%;
    left: 0%;
    transform: none;
  }

  .b2b .mode_txt .item_price:after {
    font-size: 15px;
    left: 0;
    top: -1em;
  }

  .b2b .mode_txt .spacing2b {
    display: inline-block;
  }

  .b2b .mode_txt .layout01 .item_date {
    width: 80%;
    font-size: 15px;
    margin-top: -75px;
    left: 12%;
    transform: none;
    text-align: left;
  }

  .b2b .mode_txt .layout01 .item_date:before {
    display: block;
  }

  .b2b .mode_txt .layout02 .card_box {
    height: auto;
  }

  .b2b .mode_txt .layout02 .card_wrapper {
    margin: 0 auto;
    margin-bottom: 3%;
  }

  .b2b .mode_txt .layout02 .item_li {
    padding-left: 3.5em;
  }

  .b2b .mode_txt .layout02 .item_price_box {
    width: 100%;
    font-size: 24px;
    left: auto;
    margin-top: 13%;
    padding-left: 5px;
  }

  .b2b .mode_txt .layout02 .item_price.for2b:after,
  .b2b .mode_txt .layout02 .item_price:after {
    font-size: 15px;
    left: 0;
    top: -1em;
  }

  .b2b .mode_txt .layout02 .item_date {
    width: 75%;
    font-size: 15px;
    left: 6%;
    margin-top: -110px;
    padding-left: 4em;
  }

  .b2b .mode_txt .layout02 .item_date:before {
    background-size: 95%;
  }
}

@media all and (max-width: 600px) {
  .b2b .item_price_box {
    font-size: 20px;
  }

  .b2b .item_price:after {
    font-size: 12px;
    top: -1.2em;
  }

  .b2b .mode_txt .layout02 .item_price_box {
    margin-top: 17%;
  }
}

@media all and (max-width: 550px) {
  .b2b .item_price_box {
    font-size: 16px;
  }
}

@media all and (max-width: 460px) {
  .b2b .item_price_box {
    font-size: 14px;
  }

  .b2b .item_price:before {
    font-size: 11px;
  }

  .b2b .item_price:after {
    font-size: 11px;
    top: -1.4em;
  }

  .b2b .item_up {
    font-size: 11px;
  }
}

@media all and (max-width: 380px) {
  .b2b .item_price_box {
    font-size: 12px;
  }

  .b2b .mode_txt .layout02 .item_price_box {
    margin-top: 18%;
  }
}

@media all and (max-width: 360px) {
  .mode_txt .layout01 {
    text-align: initial;
  }

  .b2b .item_price_box {
    font-size: 16px;
    margin-top: 42px;
  }

  .b2b .item_price:before {
    font-size: 12px;
  }

  .b2b .item_price:after {
    font-size: 12px;
    top: -1.2em;
  }

  .b2b .item_date {
    margin-top: -70px;
  }

  .b2b .mode_txt .layout01 .item_price_box {
    min-width: 10em;
    font-size: 22px;
    margin-top: 24%;
    left: 1%;
    transform: none;
    text-align: left;
  }

  .b2b .mode_txt .item_price:after {
    font-size: 14px;
    top: -1.1em;
  }

  .b2b .mode_txt .layout02 .item_price_box {
    font-size: 22px;
    margin-top: 25%;
  }

  .b2b .mode_txt .layout02 .item_price.for2b:after,
  .b2b .mode_txt .layout02 .item_price:after {
    font-size: 14px;
    top: -1.1em;
  }
}

@media (max-width: 330px) {
    .b2b .item_up {
        margin-left: -4px;
    }
    .b2b .item_price:before {
        margin-right: -4px;
    }
}

@media all and (max-width: 320px) {
  .mode_txt .layout01 .tag {
    text-align: left;
  }

  .b2b .mode_txt .layout02 .item_price_box {
    margin-top: 24%;
  }
	
.b2b .mode_txt .item_price:before {
        margin-right: -5px;
    }
.b2b .mode_txt .item_up {
        margin-left: -5px;
}
}
</pre></body></html>