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

body {
  text-align: justify;
}

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: block;
  width: 90%;
}
.top .theme {
  display: block;
  width: 100%;
  padding-right: 0px;
}
.top .theme h2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  font-size: 1.45rem;
  margin-bottom: 20px;
  width: 95%;
  font-weight: bold;
  color: #ff7dbe;
}
.top .theme h2::before,
.top .theme h2::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.top .theme h2:before {
  border-bottom: 4px solid #aaa;
  width: 100%;
}
.top .theme h2:after {
  border-bottom: 4px solid #ff7dbe;
  width: 100%;
}
.top .theme .detail {
  display: block;
  width: 95%;
  margin-bottom: 20px;
}
.top .theme .detail p.text {
  display: block;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #333;
}
.top .theme .detail .map {
  width: 60%;
  margin: 10px auto;
}
.top ul {
  width: 100%;
}
.top ul h3 {
  font-size: 1.05rem;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
  padding-left: 5px;
}
.top ul li {
  display: block;
  width: 33.3%;
  padding: 0 20px 0 0;
  margin-bottom: 15px;
  box-sizing: border-box;
  float: left;
}
.top ul:after {
  content: "";
  display: block;
  clear: both;
}

.tour h2 {
  color: #ff7dbe;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 0 25% 10px;
  height: 12px;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
.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;
}

.recommend {
  padding: 70px 0 50px;
  background-color: #ffffff;
}
.recommend .wrap {
  width: 88%;
  margin: 40px auto 0;
}
.recommend .box {
  display: table;
  width: 100%;
}
.recommend .pic {
  display: table-cell;
  vertical-align: top;
  width: 48%;
}
.recommend .info {
  display: table-cell;
  vertical-align: top;
  width: 52%;
  padding-left: 30px;
  padding-top: 30px;
}
.recommend h3 {
  font-size: 1.65rem;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
}
.recommend .point {
  margin: 10px 0 20px;
}
.recommend .point li {
  padding-left: 22px;
  background-image: url(../../library/img/tour/check.png);
  font-size: 0.95rem;
  margin-bottom: 8px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 0 1px;
  color: #333;
}
.recommend .text {
  color: #333;
  font-size: 1rem;
  line-height: 1.45rem;
}
.recommend .price {
  display: table;
  width: 100%;
}
.recommend .price .price_box {
  display: table-cell;
  width: 50%;
  padding-right: 20px;
  vertical-align: bottom;
}
.recommend .price .list {
  background-color: #ffe1e7;
  padding: 10px;
  box-sizing: border-box;
  color: #333;
}
.recommend .price h4 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5px;
}
.recommend .price li {
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.recommend .price li span {
  color: #FF0000;
  font-weight: bold;
  font-size: 1.1rem;
}
.recommend .price .link {
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
}
.recommend .price .btn {
  width: 50%;
  margin-top: 20px;
  padding: 8px 15px;
  float: right;
}

.area {
  background-color: #eee;
  padding: 50px 5% 20px;
}
.area h2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #ff7dbe;
  width: 50%;
  font-weight: bold;
}
.area h2::before, .area h2::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.area h2:before {
  border-bottom: 4px solid #aaa;
  width: 100%;
}
.area h2:after {
  border-bottom: 4px solid #333;
  width: 100%;
}
.area .box {
  display: table;
  margin: 20px auto;
  padding-bottom: 0px;
}
.area .pic {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
.area .pic figure {
  position: relative;
}
.area .pic figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFF;
  color: #ff7dbe;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 1.15rem;
}
.area .info {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
  padding-top: 30px;
}
.area .info p.text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #444;
  margin-bottom: 10px;
}
.area .info p.text:first-letter {
  font-size: 2.8rem;
  line-height: 2.8rem;
  float: left;
  margin: 0.2rem 0.5rem 0rem 0;
  padding: 0;
}
.area dl {
  margin-top: 15px;
}
.area dt {
  color: #156AFF;
  font-size: 1.05rem;
  margin-bottom: 3px;
  font-weight: bold;
  height: 22px;
  padding-left: 25px;
  background-image: url(../../library/img/tour/check.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.area dd {
  font-size: 0.95rem;
  line-height: 1.3rem;
}

.tour_box1 {
  padding: 50px 5% 30px;
}
.tour_box1 li.list {
  border-bottom: 1px #888 dotted;
  padding-bottom: 20px;
  margin-top: 20px;
}
.tour_box1 li.list:last-child {
  border-bottom: 0px #888 dotted;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.tour_box1 .point {
  padding-left: 5px;
}
.tour_box1 .point li {
  padding-left: 19px;
  background-image: url(img/check.jpg);
  font-size: 0.95rem;
  margin-bottom: 5px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  color: #333;
  text-align: left;
}
.tour_box1 .box {
  border: #888 solid 1px;
  border-top: #156AFF 5px solid;
  padding: 30px;
  display: table;
  width: 100%;
  margin-top: 30px;
}
.tour_box1 .pic {
  display: table-cell;
  width: 45%;
  padding-left: 30px;
}
.tour_box1 .info {
  display: table-cell;
  width: 55%;
  vertical-align: top;
}
.tour_box1 h3 {
  color: #111;
  font-size: 1.1rem;
  line-height: 1.4rem;
  overflow: hidden;
  margin-bottom: 8px;
  font-weight: bold;
}
.tour_box1 p.text {
  font-size: 0.95rem;
  line-height: 1.4rem;
  height: 65px;
  overflow: hidden;
  color: #333;
}
.tour_box1 .detail {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.tour_box1 .price {
  display: table-cell;
  width: 75%;
}
.tour_box1 .price p {
  vertical-align: middle;
  margin-bottom: 5px;
  font-size: 1rem;
  color: #FF0000;
  font-weight: bold;
}
.tour_box1 .price p span {
  font-size: 1.4rem;
  padding: 0 5px;
}
.tour_box1 .link {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}
.tour_box1 .link .btn {
  width: 100%;
  padding: 8px 0;
}

.tour_box3 {
  width: 100%;
  padding: 40px 5%;
}
.tour_box3 ul {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.tour_box3 li.list {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px;
  box-sizing: border-box;
}
.tour_box3 figure {
  width: 100%;
}
.tour_box3 .box {
  border: #aaa 1px solid;
  border-top: #FFF 1px solid;
  padding: 15px;
  box-sizing: border-box;
}
.tour_box3 h3 {
  color: #111;
  font-size: 1.1rem;
  line-height: 1.4rem;
  height: 45px;
  overflow: hidden;
  font-weight: bold;
  text-align: left;
}
.tour_box3 p.from {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0;
  background-color: #156AFF;
  color: #fff;
  border-radius: 5px;
}
.tour_box3 p.text {
  font-size: 0.95rem;
  line-height: 1.4rem;
  height: 65px;
  overflow: hidden;
  color: #333;
}
.tour_box3 .detail {
  display: table;
  width: 100%;
  border-top: #156AFF 1px solid;
  margin-top: 15px;
  padding-top: 15px;
}
.tour_box3 .price {
  display: table-cell;
  width: 68%;
  vertical-align: middle;
}
.tour_box3 .price ul {
  display: block;
  margin-top: 0px;
}
.tour_box3 .price li {
  margin-bottom: 5px;
  font-size: 1rem;
  color: #FF0000;
  font-weight: bold;
}
.tour_box3 .price li span {
  font-size: 1.4rem;
  padding: 0 5px;
}
.tour_box3 .link {
  display: table-cell;
  width: 32%;
  vertical-align: middle;
}
.tour_box3 .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;
  }
  /*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: 100%;
    padding-right: 25px;
    font-size: 0.95rem;
    line-height: 1.4rem;
    color: #333;
  }
  .top .theme .detail .map {
    width: 45%;
    margin: 10px auto;
  }
  .top ul {
    display: block;
    width: 100%;
  }
  .top ul h3 {
    font-size: 1.05rem;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
    padding-left: 5px;
  }
  .top ul li {
    display: block;
    width: 50%;
    padding: 0 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
    float: left;
  }
  .top ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .tour h2 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    text-align: center;
    margin: 0 15% 10px;
    height: 12px;
    width: 70%;
  }
  .tour h2::before {
    top: 60%;
    height: 8px;
  }
  .tour h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
    text-align: left;
  }
  .recommend {
    padding: 40px 0 30px;
  }
  .recommend .wrap {
    width: 92%;
    margin: 40px auto 0;
  }
  .recommend .box {
    display: block;
    width: 100%;
  }
  .recommend .pic {
    display: block;
    width: 70%;
  }
  .recommend .info {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .recommend h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .recommend .point {
    margin: 10px 0 20px;
  }
  .recommend .point li {
    font-size: 0.95rem;
  }
  .recommend .text {
    color: #333;
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .recommend .price .price_box {
    width: 50%;
  }
  .recommend .price .list {
    background-color: #ffe1e7;
    padding: 10px 15px;
  }
  .recommend .price h4 {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .recommend .price li {
    font-size: 0.95rem;
  }
  .recommend .price li span {
    font-size: 1.1rem;
  }
  .recommend .price .link {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
  }
  .recommend .price .btn {
    width: 50%;
    margin-top: 20px;
    padding: 8px 15px;
    float: right;
  }
  .area {
    background-color: #eee;
    padding: 40px 5% 20px;
  }
  .area h2 {
    padding-bottom: 10px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    width: 80%;
  }
  .area .box {
    display: table;
    margin: 20px auto;
    padding-bottom: 0px;
  }
  .area .pic {
    width: 80%;
    display: block;
  }
  .area .info {
    width: 100%;
    display: block;
    padding-left: 0px;
    padding-top: 20px;
  }
  .area .info p.text {
    font-size: 0.95rem;
    line-height: 1.45rem;
    margin-bottom: 10px;
  }
  .area .info p.text:first-letter {
    font-size: 2.7rem;
    line-height: 2.7rem;
    float: left;
    margin: 0.2rem 0.5rem 0rem 0;
    padding: 0;
  }
  .area dl {
    margin-top: 10px;
  }
  .area dt {
    color: #156AFF;
    font-size: 1.05rem;
    margin-bottom: 3px;
    background-position: 0 2px;
  }
  .area dd {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
  .tour_box1 {
    padding: 40px 4% 30px;
  }
  .tour_box1 li.list {
    border-bottom: 1px #888 dotted;
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .tour_box1 li.list:last-child {
    border-bottom: 1px #888 dotted;
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .tour_box1 .point {
    padding-left: 5px;
  }
  .tour_box1 .point li {
    font-size: 0.95rem;
  }
  .tour_box1 .box {
    border: #888 solid 1px;
    border-top: #156AFF 5px solid;
    padding: 20px;
    display: table;
    width: 100%;
    margin-top: 30px;
  }
  .tour_box1 .pic {
    display: block;
    width: 80%;
    padding-left: 0px;
    margin: 20px auto 0;
  }
  .tour_box1 .info {
    display: block;
    width: 100%;
  }
  .tour_box1 h3 {
    color: #111;
    font-size: 1.05rem;
    line-height: 1.4rem;
    overflow: hidden;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .tour_box1 p.text {
    font-size: 0.95rem;
    line-height: 1.4rem;
    height: 65px;
    overflow: hidden;
    color: #333;
  }
  .tour_box1 .detail {
    display: table;
    width: 100%;
    margin-top: 15px;
  }
  .tour_box1 .price {
    display: table-cell;
    width: 75%;
  }
  .tour_box1 .price p {
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 1rem;
    color: #FF0000;
    font-weight: bold;
  }
  .tour_box1 .price p span {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .tour_box1 .link {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
  }
  .tour_box1 .link .btn {
    width: 100%;
    padding: 8px 0;
  }
  .tour_box3 {
    width: 100%;
    padding: 40px 3.5%;
  }
  .tour_box3 ul {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .tour_box3 ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .tour_box3 li.list {
    display: block;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
  }
  .tour_box3 li.list:nth-child(3) {
    display: none;
  }
  .tour_box3 .box {
    padding: 15px;
  }
  .tour_box3 h3 {
    font-size: 1.05rem;
    line-height: 1.4rem;
    height: 45px;
    text-align: left;
  }
  .tour_box3 p.text {
    font-size: 0.95rem;
    line-height: 1.35rem;
    height: 65px;
    overflow: hidden;
    color: #333;
  }
  .tour_box3 .detail {
    display: table;
    width: 100%;
    border-top: #156AFF 1px solid;
    margin-top: 15px;
    padding-top: 15px;
  }
  .tour_box3 .price {
    width: 65%;
  }
  .tour_box3 .price li {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #FF0000;
    font-weight: bold;
  }
  .tour_box3 .price li span {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .tour_box3 .link {
    width: 35%;
  }
  .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.35rem;
    line-height: 1.35rem;
  }
  .zw .tour .sub {
    font-size: 1.05rem;
  }
  .zw .recommend h3 {
    font-size: 1.5rem;
  }
  .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.9rem;
    margin-bottom: 8px;
  }
  .zw .recommend .price li span {
    font-size: 1.3rem;
  }
  .zw .area h2 {
    padding-bottom: 10px;
    font-size: 1.5rem;
    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.925rem;
    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.45rem;
  }
  .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: 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 .map {
    width: 80%;
  }
  .top ul {
    display: block;
    width: 100%;
  }
  .top ul h3 {
    font-size: 1.05rem;
    height: 40px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
    padding-left: 5px;
  }
  .top ul li {
    display: block;
    width: 50%;
    padding: 0 6px;
    margin-bottom: 15px;
    text-align: left;
  }
  .tour h2 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    margin: 0 5% 10px;
    height: 12px;
    width: 90%;
  }
  .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;
  }
  .recommend {
    padding: 40px 0 30px;
  }
  .recommend .wrap {
    width: 92%;
    margin: 20px auto 0;
  }
  .recommend .pic {
    width: 100%;
  }
  .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 .price_box {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .recommend .price .list {
    background-color: #ffe1e7;
    padding: 10px 15px;
  }
  .recommend .price h4 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .recommend .price li {
    font-size: 1rem;
  }
  .recommend .price li span {
    font-size: 1.2rem;
  }
  .recommend .price .link {
    display: block;
    width: 100%;
  }
  .recommend .price .btn {
    width: 50%;
    margin-top: 20px;
    padding: 8px 15px;
    float: none;
    margin: 20px 25% 0;
  }
  .area {
    background-color: #eee;
    padding: 40px 4% 20px;
  }
  .area h2 {
    padding-bottom: 10px;
    font-size: 1.25rem;
    margin-bottom: 10px;
    width: 100%;
  }
  .area .box {
    display: block;
    margin: 20px auto;
    padding-bottom: 0px;
  }
  .area .pic {
    width: 100%;
    display: block;
  }
  .area .info {
    width: 100%;
    display: block;
    background-color: #FFF;
    padding: 15px;
    margin-top: 20px;
    height: 250px;
    overflow-y: scroll;
    padding-right: 20px;
  }
  .area .info p.text {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
  .area .info p.text:first-letter {
    font-size: 2.6rem;
    line-height: 2.6rem;
    float: left;
    margin: 0.2rem 0.5rem 0rem 0;
    padding: 0;
  }
  .area dl {
    margin-top: 10px;
  }
  .area dt {
    color: #156AFF;
    font-size: 1.05rem;
    margin-bottom: 3px;
    background-position: 0 4px;
  }
  .area dd {
    font-size: 1rem;
    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.1rem;
    line-height: 1.5rem;
    height: auto;
    overflow: auto;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
  }
  .tour_box1 p.text {
    font-size: 1rem;
    line-height: 1.4rem;
    height: 55px;
    overflow: hidden;
    color: #333;
  }
  .tour_box1 .detail {
    display: table;
    width: 100%;
    margin-top: 15px;
  }
  .tour_box1 .price {
    display: block;
    width: 100%;
  }
  .tour_box1 .price p {
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .tour_box1 .price p span {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .tour_box1 .link {
    display: block;
    width: 70%;
    margin: 20px auto 0;
  }
  .tour_box1 .link .btn {
    width: 100%;
    padding: 8px 0;
  }
  .tour_box3 {
    width: 100%;
    padding: 40px 3.5%;
  }
  .tour_box3 ul {
    display: flex;
    width: 100%;
    margin: 10px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .tour_box3 li.list {
    display: block;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
    flex: 0 0 73%;
    padding: 0 5px 20px;
    height: auto;
  }
  .tour_box3 li.list:nth-child(3) {
    display: block;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
    flex: 0 0 73%;
    padding: 0 5px 20px;
    height: auto;
  }
  .tour_box3 .box {
    padding: 15px;
  }
  .tour_box3 h3 {
    font-size: 1.15rem;
    line-height: 1.5rem;
    height: 45px;
    text-align: left;
  }
  .tour_box3 p.text {
    font-size: 1rem;
    line-height: 1.4rem;
    height: 110px;
    overflow: hidden;
    color: #333;
    text-align: left;
  }
  .tour_box3 .detail {
    display: block;
    width: 100%;
    border-top: #156AFF 1px solid;
    margin-top: 15px;
    padding-top: 15px;
  }
  .tour_box3 .price {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .tour_box3 .price li {
    margin-bottom: 5px;
    font-size: 1.05rem;
    color: #FF0000;
    font-weight: bold;
  }
  .tour_box3 .price li span {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .tour_box3 .link {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .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.35rem;
    line-height: 1.35rem;
  }
  .zw .tour .sub {
    font-size: 1.05rem;
  }
  .zw .recommend h3 {
    font-size: 1.3rem;
  }
  .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.9rem;
    margin-bottom: 8px;
  }
  .zw .recommend .price li span {
    font-size: 1.3rem;
  }
  .zw .area h2 {
    padding-bottom: 10px;
    font-size: 1.5rem;
    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.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.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: 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: 0.96rem;
    line-height: 1.35rem;
    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.1rem;
    line-height: 1.1rem;
    margin: 0 2% 10px;
    height: 12px;
    width: 96%;
  }
  .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: 0.96rem;
    line-height: 1.3rem;
    background-position: 0 1px;
  }
  .recommend .text {
    color: #333;
    font-size: 0.96rem;
    line-height: 1.35rem;
  }
  .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.2rem;
    margin-bottom: 10px;
    width: 100%;
  }
  .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.35rem;
  }
  .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=style.css.map */