.contents {
  width: 88%;
  margin: 0 auto;
}

body {
  text-align: justify;
  padding-top: 7.5%;
}

img {
  width: 100%;
}

.g-navi {
  padding: 0px;
}
.g-navi ul {
  width: 100%;
  margin: 0 auto;
  display: table;
}
.g-navi li {
  display: table-cell;
  width: 12.5%;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  height: 70px;
  border-right: #888 1px solid;
  border-bottom: #156aff 3px solid;
  transition: 0.2s;
}
.g-navi li a {
  display: table;
  position: absolute;
  width: 100%;
  height: 70px;
  padding: 12px 3% 12px 4%;
  box-sizing: border-box;
}
.g-navi li .icon {
  display: table-cell;
  vertical-align: top;
  width: 26%;
}
.g-navi li .text_box {
  display: table-cell;
  vertical-align: middle;
  width: 74%;
  box-sizing: border-box;
}
.g-navi li h2 {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.2s;
  text-align: center;
}
.g-navi li .arrow {
  display: table-cell;
  vertical-align: middle;
  width: 7%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: rotateZ(0deg);
}
.g-navi li:hover {
  border-bottom: #156aff 6px solid;
}
.g-navi li:hover h2 {
  color: #156aff;
}
.g-navi li:hover .arrow {
  transform: rotateZ(90deg);
}

/*top infotmation*/
.top {
  padding: 60px 0 30px;
}
.top .contents {
  display: table;
  width: 86%;
}
.top .theme {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 62%;
  padding-right: 40px;
}
.top .theme h2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  font-size: 1.45rem;
  margin-bottom: 20px;
  width: 95%;
  font-weight: bold;
  color: #333;
}
.top .theme h2::before,
.top .theme h2::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.top .theme h2:before {
  border-bottom: 3px solid #888;
  width: 100%;
}
.top .theme h2:after {
  border-bottom: 3px solid #333;
  width: 100%;
}
.top .theme .detail {
  display: table;
  width: 100%;
}
.top .theme .detail .info {
  display: table-cell;
  vertical-align: top;
  width: 70%;
  padding-right: 25px;
}
.top .theme .detail .sub {
  color: #156aff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 5px;
}
.top .theme .detail p.text {
  font-size: 0.95rem;
  line-height: 1.45rem;
  color: #333;
  margin-bottom: 10px;
}
.top .theme .detail p.text span {
  color: #ff0000;
}
.top .theme .detail figure {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  padding-top: 30px;
}
.top .navi {
  display: table-cell;
  vertical-align: top;
  width: 38%;
  padding-top: 30px;
}

.tour h2 {
  color: #156aff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 0 20% 10px;
  height: 12px;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 60%;
}
.tour h2::before {
  position: absolute;
  top: 58%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #000;
  background-image: url("../../library/img/tour/title-back.png");
}
.tour h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  text-align: left;
}
.tour .sub {
  text-align: center;
  color: #333;
  font-size: 1.1rem;
  margin-top: 20px;
}

.point {
  padding: 60px 6% 50px;
}
.point ul {
  display: table;
  width: 100%;
  margin-top: 40px;
}
.point li {
  display: table-cell;
  width: 33.3%;
  padding: 0 15px;
  position: relative;
}
.point .point_list {
  position: absolute;
  width: 180px;
  left: 10px;
  top: -10px;
  z-index: 10;
}
.point .list {
  position: relative;
  width: 100%;
  border: 2px solid #156aff;
  padding: 5px;
  background-color: #fff;
  font-size: 0.95rem;
  text-align: center;
  height: 30px;
  border-radius: 15px;
  font-weight: bold;
}
.point .num {
  position: absolute;
  background-color: #156aff;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: -20px;
  top: -5px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  z-index: 20;
  font-size: 1.4rem;
  font-weight: bold;
}
.point figure {
  margin-bottom: 15px;
}
.point h3 {
  color: #156aff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.point .text {
  font-size: 1rem;
  line-height: 1.4rem;
}

.tour_box {
  width: 100%;
  padding: 40px 7% 70px;
}
.tour_box li.list {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin-top: 30px;
}
.tour_box a {
  display: table;
  width: 100%;
  border: 1px solid #aaa;
  padding: 15px;
  border-top: #156aff 5px solid;
}
.tour_box figure {
  display: table-cell;
  width: 38%;
  vertical-align: bottom;
  padding-right: 20px;
}
.tour_box .box {
  display: table-cell;
  width: 62%;
  padding: 20px 0 20px 10px;
  vertical-align: bottom;
}
.tour_box h3 {
  color: #111;
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
}
.tour_box p.text {
  font-size: 0.95rem;
  line-height: 1.4rem;
  height: 65px;
  overflow: hidden;
  color: #333;
}
.tour_box .detail {
  display: table;
  width: 90%;
  border-top: #156aff 1px dotted;
  margin-top: 15px;
  padding-top: 15px;
}
.tour_box .include {
  display: inline-block;
  background-color: #888;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  text-align: center;
  font-size: 0.9rem;
  margin: 8px 0;
}
.tour_box .tour_point {
  height: 90px;
  padding-left: 5px;
}
.tour_box .tour_point li {
  background-image: url(../../library/img/tour/check.png);
  height: 20px;
  overflow: hidden;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding-left: 22px;
  color: #333;
  font-size: 1rem;
  background-position: 0px 2px;
  margin-top: 5px;
}
.tour_box .price {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
}
.tour_box .price ul {
  display: block;
  margin-top: 0px;
}
.tour_box .price li {
  margin-bottom: 5px;
  font-size: 1rem;
  color: #ff0000;
  font-weight: bold;
}
.tour_box .price li span {
  font-size: 1.4rem;
  padding: 0 5px;
}
.tour_box .link {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}
.tour_box .link .btn {
  width: 100%;
  padding: 8px 0;
}

.linkbox {
  background-color: #fffed2;
}
.linkbox .title h2 span {
  background-color: #fffed2;
}

.zw {
  /*top infotmation*/
}
.zw .top .theme h2 {
  font-size: 1.35rem;
}
.zw .top .theme .detail {
  display: table;
  width: 100%;
}
.zw .top .theme .detail p.text {
  font-size: 0.925rem;
  line-height: 1.5rem;
}
.zw .top ul h3 {
  font-size: 1rem;
}
.zw .tour h2 {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.zw .tour .sub {
  font-size: 1.05rem;
}
.zw .recommend h3 {
  font-size: 1.6rem;
}
.zw .recommend .point {
  margin: 10px 0 20px;
}
.zw .recommend .point li {
  font-size: 0.95rem;
  background-position: 0 4px;
}
.zw .recommend .text {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.4rem;
}
.zw .recommend .price h4 {
  font-size: 1rem;
}
.zw .recommend .price li {
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.zw .recommend .price li span {
  font-size: 1.3rem;
}
.zw .area h2 {
  padding-bottom: 10px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.zw .area .info p.text {
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.zw .area .info p.text:first-letter {
  font-size: 2.7rem;
  line-height: 2.7rem;
  margin: 0.2rem 0.5rem 0rem 0;
}
.zw .area dl {
  margin-top: 15px;
}
.zw .area dt {
  font-size: 1.05rem;
  background-position: 0 4px;
}
.zw .area dd {
  font-size: 0.95rem;
  line-height: 1.4rem;
}
.zw .tour_box1 .point {
  padding-left: 5px;
}
.zw .tour_box1 .point li {
  font-size: 0.95rem;
  background-position: 0 5px;
}
.zw .tour_box1 h3 {
  font-size: 1.1rem;
  line-height: 1.4rem;
}
.zw .tour_box1 .price p {
  font-size: 1rem;
}
.zw .tour_box1 .price p span {
  font-size: 1.4rem;
  padding: 0 5px;
}
.zw .tour_box3 h3 {
  color: #111;
  font-size: 1.05rem;
  line-height: 1.4rem;
}
.zw .tour_box3 p.text {
  font-size: 0.95rem;
  line-height: 1.45rem;
  height: 65px;
}
.zw .tour_box3 .price li {
  font-size: 1rem;
}
.zw .tour_box3 .price li span {
  font-size: 1.35rem;
}

@media only screen and (max-width: 1080px) {
  body {
    padding-top: 0px;
  }
  .btn {
    padding: 7px 15px;
    font-size: 1rem;
  }
  .tour h2 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    margin: 0 10% 10px;
    height: 12px;
    width: 80%;
  }
  .tour h2::before {
    top: 60%;
    height: 8px;
  }
  .tour h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 15px;
    background-color: #fff;
    text-align: left;
  }
  /*top infotmation*/
  .top {
    padding: 40px 0 30px;
  }
  .top .contents {
    display: block;
    width: 92%;
  }
  .top .theme {
    display: block;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .top .theme h2 {
    font-size: 1.35rem;
    margin-bottom: 20px;
    width: 95%;
  }
  .top .theme .detail p.text {
    width: 70%;
    padding-right: 25px;
    font-size: 0.95rem;
    line-height: 1.4rem;
    color: #333;
  }
  .top .theme .detail figure {
    width: 30%;
    padding-top: 10px;
  }
  .top .navi {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .point {
    padding: 60px 6% 50px;
  }
  .point ul {
    display: flex;
    width: 100%;
    margin: 40px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .point li {
    display: block;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
    flex: 0 0 45%;
    padding: 0 5px 20px;
    height: auto;
  }
  .point .point_list {
    position: absolute;
    width: 180px;
    left: 10px;
    top: -10px;
    z-index: 10;
  }
  .point .list {
    position: relative;
    width: 100%;
    border: 2px solid #156aff;
    padding: 5px;
    background-color: #fff;
    font-size: 0.95rem;
    text-align: center;
    height: 30px;
    border-radius: 15px;
    font-weight: bold;
  }
  .point .num {
    position: absolute;
    background-color: #156aff;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -20px;
    top: -5px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    z-index: 20;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .point figure {
    margin-bottom: 15px;
  }
  .point h3 {
    color: #156aff;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .point .text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .tour_box {
    width: 100%;
    padding: 40px 7% 70px;
  }
  .tour_box li.list {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .tour_box a {
    display: table;
    width: 100%;
  }
  .tour_box figure {
    display: block;
    width: 80%;
    padding-right: 0px;
  }
  .tour_box .box {
    display: block;
    width: 100%;
    border-bottom: 1px solid #888;
    padding: 20px 0 20px 10px;
  }
  .tour_box h3 {
    color: #111;
    font-size: 1.3rem;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .tour_box p.text {
    font-size: 0.95rem;
    line-height: 1.4rem;
    height: 65px;
    overflow: hidden;
    color: #333;
  }
  .tour_box .detail {
    display: table;
    width: 100%;
    border-top: #156aff 1px dotted;
    margin-top: 15px;
    padding-top: 15px;
  }
  .tour_box .include {
    padding: 5px 15px;
    font-size: 0.9rem;
    margin: 8px 0;
  }
  .tour_box .tour_point {
    height: 90px;
    padding-left: 5px;
  }
  .tour_box .tour_point li {
    height: 20px;
    font-size: 1rem;
    background-position: 0px 2px;
    margin-top: 5px;
  }
  .tour_box .price {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
  }
  .tour_box .price ul {
    display: block;
    margin-top: 0px;
  }
  .tour_box .price li {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #ff0000;
    font-weight: bold;
  }
  .tour_box .price li span {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .tour_box .link {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
  }
  .tour_box .link .btn {
    width: 100%;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 680px) {
  body {
    padding-top: 0px;
  }
  .btn {
    padding: 10px 15px 8px;
    font-size: 1.05rem;
  }
  /*top infotmation*/
  .top {
    padding: 30px 0 30px;
  }
  .top .contents {
    display: block;
    width: 92%;
  }
  .top .theme {
    display: block;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .top .theme h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    width: 100%;
  }
  .top .theme .detail p.text {
    width: 100%;
    font-size: 1rem;
    line-height: 1.4rem;
    padding-right: 0;
  }
  .top .theme .detail figure {
    width: 80%;
    padding-top: 30px;
    margin: 0 auto;
    display: block;
  }
  .top .navi {
    display: block;
    width: 100%;
  }
  .tour h2 {
    font-size: 1.15rem;
    line-height: 1.15rem;
    text-align: center;
    margin: 0 0% 10px;
    height: 12px;
    width: 100%;
  }
  /*top infotmation*/
  .point {
    padding: 60px 4% 30px;
  }
  .point ul {
    width: 100%;
    margin: 40px auto 0;
  }
  .point li {
    display: block;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
    flex: 0 0 75%;
    padding: 10px 5px 20px;
    height: auto;
  }
  .point .point_list {
    position: absolute;
    width: 180px;
    left: 0px;
    top: -5px;
    z-index: 10;
  }
  .point .list {
    position: relative;
    width: 100%;
    border: 2px solid #156aff;
    padding: 5px;
    background-color: #fff;
    font-size: 0.95rem;
    text-align: center;
    height: 30px;
    border-radius: 15px;
    font-weight: bold;
  }
  .point .num {
    position: absolute;
    background-color: #156aff;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -20px;
    top: -5px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    z-index: 20;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .point figure {
    margin-bottom: 15px;
  }
  .point h3 {
    color: #156aff;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .point .text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .tour_box {
    width: 100%;
    padding: 40px 4% 50px;
  }
  .tour_box li.list {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .tour_box a {
    display: table;
    width: 100%;
  }
  .tour_box figure {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .tour_box .box {
    display: block;
    width: 100%;
    border-bottom: 1px solid #888;
    padding: 20px 0 20px 0px;
  }
  .tour_box h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .tour_box p.text {
    font-size: 0.95rem;
    line-height: 1.4rem;
    height: 65px;
    overflow: hidden;
    color: #333;
  }
  .tour_box .detail {
    display: table;
    width: 100%;
    border-top: #156aff 1px dotted;
    margin-top: 15px;
    padding-top: 15px;
  }
  .tour_box .include {
    padding: 5px 15px;
    font-size: 0.9rem;
    margin: 8px 0;
  }
  .tour_box .tour_point {
    height: auto;
    padding-left: 0px;
  }
  .tour_box .tour_point li {
    height: auto;
    font-size: 1rem;
    background-position: 0px 2px;
    margin-top: 5px;
  }
  .tour_box .price {
    width: 60%;
  }
  .tour_box .price ul {
    display: block;
    margin-top: 0px;
  }
  .tour_box .price li {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .tour_box .price li span {
    font-size: 1.5rem;
    padding: 0 5px;
  }
  .tour_box .link {
    width: 40%;
  }
  .tour_box .link .btn {
    width: 100%;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 390px) {
  .btn {
    padding: 10px 15px 8px;
    font-size: 0.95rem;
  }
  /*top infotmation*/
  .top {
    padding: 30px 0 30px;
  }
  .top .contents {
    display: block;
    width: 90%;
  }
  .top .theme {
    display: block;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .top .theme h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    width: 100%;
  }
  .top .theme .detail p.text {
    width: 100%;
    font-size: 1rem;
    line-height: 1.4rem;
    padding-right: 0;
  }
  .top .theme .detail figure {
    width: 80%;
    padding-top: 30px;
    margin: 0 auto;
    display: block;
  }
  .top ul h3 {
    font-size: 1rem;
    height: 40px;
    margin-top: 5px;
    padding-left: 5px;
  }
  .top ul li {
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .tour h2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0 4% 10px;
    height: 12px;
    width: 92%;
  }
  .recommend {
    padding: 20px 0 30px;
  }
  .recommend .wrap {
    width: 90%;
    margin: 40px auto 0;
  }
  .recommend .info {
    padding-top: 20px;
  }
  .recommend h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }
  .recommend .point {
    margin: 10px 0 20px;
  }
  .recommend .point li {
    font-size: 1rem;
    line-height: 1.3rem;
    background-position: 0 1px;
  }
  .recommend .text {
    color: #333;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .recommend .price h4 {
    font-weight: bold;
    font-size: 1.05rem;
    margin-bottom: 5px;
  }
  .recommend .price li {
    font-size: 1rem;
  }
  .recommend .price li span {
    font-size: 1.25rem;
  }
  .recommend .price .btn {
    width: 50%;
    margin-top: 20px;
    padding: 8px 15px;
    float: none;
    margin: 20px 25% 0;
  }
  .area {
    padding: 40px 4% 20px;
  }
  .area h2 {
    padding-bottom: 10px;
    font-size: 1.3rem;
    margin-bottom: 10px;
    width: 95%;
  }
  .area .box {
    display: block;
    margin: 20px auto;
    padding-bottom: 0px;
  }
  .area .pic {
    width: 100%;
    display: block;
  }
  .area .info {
    height: 250px;
    padding-right: 20px;
  }
  .area .info p.text {
    font-size: 0.95rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
  .area .info p.text:first-letter {
    font-size: 2.6rem;
    line-height: 2.6rem;
    margin: 0.1rem 0.5rem 0rem 0;
    padding: 0;
  }
  .area dl {
    margin-top: 10px;
  }
  .area dt {
    font-size: 1.05rem;
    margin-bottom: 3px;
    background-position: 0 2px;
  }
  .area dd {
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .tour_box1 {
    padding: 40px 4% 30px;
  }
  .tour_box1 li.list {
    padding-bottom: 25px;
    margin-top: 25px;
  }
  .tour_box1 li.list:last-child {
    padding-bottom: 25px;
    margin-top: 25px;
  }
  .tour_box1 .point {
    padding-left: 5px;
  }
  .tour_box1 .point li {
    font-size: 1rem;
    line-height: 1.35rem;
    text-align: left;
    background-position: 0 3px;
  }
  .tour_box1 .box {
    border: #888 solid 1px;
    border-top: #156aff 5px solid;
    padding: 0 15px 15px;
    display: table;
    width: 100%;
    margin-top: 30px;
  }
  .tour_box1 .pic {
    display: block;
    width: 100%;
    padding-left: 0px;
    margin: 20px auto 0;
  }
  .tour_box1 .info {
    display: block;
    width: 100%;
  }
  .tour_box1 h3 {
    color: #111;
    font-size: 1.15rem;
    line-height: 1.5rem;
    height: auto;
    overflow: auto;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
  }
  .tour_box1 p.text {
    font-size: 0.95rem;
    line-height: 1.3rem;
    height: 65px;
    overflow: hidden;
    color: #333;
  }
  .tour_box1 .detail {
    margin-top: 15px;
  }
  .tour_box1 .price p {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .tour_box1 .price p span {
    font-size: 1.5rem;
    padding: 0 5px;
  }
  .tour_box1 .link {
    width: 70%;
    margin: 20px auto 0;
  }
  .tour_box3 {
    width: 100%;
    padding: 30px 3.5%;
  }
  .tour_box3 li.list {
    flex: 0 0 74%;
    padding: 0 5px 20px;
  }
  .tour_box3 li.list:nth-child(3) {
    flex: 0 0 74%;
    padding: 0 5px 20px;
  }
  .tour_box3 .box {
    padding: 15px;
  }
  .tour_box3 h3 {
    font-size: 1.05rem;
    line-height: 1.35rem;
    height: 45px;
    text-align: left;
  }
  .tour_box3 p.text {
    font-size: 0.95rem;
    line-height: 1.35rem;
    height: 105px;
  }
  .tour_box3 .price li {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .tour_box3 .price li span {
    font-size: 1.45rem;
    padding: 0 5px;
  }
  .zw {
    /*top infotmation*/
  }
  .zw .top .theme h2 {
    font-size: 1.3rem;
  }
  .zw .top .theme .detail p.text {
    font-size: 0.925rem;
    line-height: 1.45rem;
  }
  .zw .top ul h3 {
    font-size: 0.95rem;
  }
  .zw .tour h2 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .zw .tour .sub {
    font-size: 1.05rem;
  }
  .zw .recommend h3 {
    font-size: 1.2rem;
  }
  .zw .recommend .point {
    margin: 10px 0 20px;
  }
  .zw .recommend .point li {
    font-size: 0.95rem;
    background-position: 0 3px;
  }
  .zw .recommend .text {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .zw .recommend .price h4 {
    font-size: 1rem;
  }
  .zw .recommend .price li {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
  .zw .recommend .price li span {
    font-size: 1.25rem;
  }
  .zw .area h2 {
    padding-bottom: 10px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .zw .area .info p.text {
    font-size: 0.925rem;
    line-height: 1.4rem;
  }
  .zw .area .info p.text:first-letter {
    font-size: 2.6rem;
    line-height: 2.6rem;
    margin: 0.1rem 0.5rem 0rem 0;
  }
  .zw .area dl {
    margin-top: 15px;
  }
  .zw .area dt {
    font-size: 1.05rem;
    background-position: 0 4px;
  }
  .zw .area dd {
    font-size: 0.925rem;
    line-height: 1.4rem;
  }
  .zw .tour_box1 .point {
    padding-left: 5px;
  }
  .zw .tour_box1 .point li {
    font-size: 0.925rem;
    background-position: 0 5px;
  }
  .zw .tour_box1 h3 {
    font-size: 1.1rem;
    line-height: 1.45rem;
    height: auto;
  }
  .zw .tour_box1 .price p {
    font-size: 1rem;
  }
  .zw .tour_box1 .price p span {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .zw .tour_box3 h3 {
    color: #111;
    font-size: 1.05rem;
    line-height: 1.4rem;
  }
  .zw .tour_box3 p.text {
    font-size: 0.925rem;
    line-height: 1.45rem;
    height: 65px;
  }
  .zw .tour_box3 .price li {
    font-size: 1rem;
  }
  .zw .tour_box3 .price li span {
    font-size: 1.35rem;
  }
}/*# sourceMappingURL=tour.css.map */