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

body {
  text-align: justify;
  padding-top: 90px;
}

img {
  width: 100%;
}

/*top infotmation*/
main {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 80px;
}
main .btn {
  width: 100%;
  padding: 8px 0;
  border: 2px solid #ff2266;
  color: #ff2266;
  font-size: 1rem;
}
main .btn:after {
  background: #ff2266;
  transition: all 0.3s ease;
}

.mv .pc {
  display: block;
}
.mv .sp {
  display: none;
}

.top {
  padding: 60px 0 0px;
}
.top .title {
  margin-bottom: 15px;
}
.top .title h2 {
  background-color: #ff2266;
  color: #FFF;
  font-size: 0.95rem;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.top .title h3 {
  width: 100%;
  border-bottom: 3px solid #ff2266;
  padding: 7px;
  font-size: 1.8rem;
  font-weight: bold;
}
.top .tour_info {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
.top .tour_info .pic {
  display: table-cell;
  vertical-align: bottom;
  box-sizing: border-box;
  width: 55%;
}
.top .tour_info .info {
  display: table-cell;
  vertical-align: bottom;
  box-sizing: border-box;
  width: 45%;
  padding-left: 40px;
}
.top .tour_info .info ul {
  border-bottom: 1px #888888 solid;
  padding-bottom: 7px;
  margin-bottom: 15px;
  font-size: 0.95rem;
}
.top .tour_info .info ul li {
  background-image: url(../img/check.png);
  background-size: 14px 14px;
  background-position: 0px 2px;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-bottom: 5px;
}
.top .tour_info .tour_title {
  position: relative;
  height: 40px;
  margin-bottom: 20px;
}
.top .tour_info .tour_title h4 {
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  bottom: 1px;
  left: 8px;
}
.top .tour_info .tour_title p {
  position: absolute;
  background-color: #fffdc5;
  width: 100%;
  height: 13px;
  bottom: 0;
  left: 0;
}
.top .tour_info dl {
  display: table;
  width: 100%;
  border-bottom: 1px #888888 solid;
  padding-bottom: 10px;
  margin-bottom: 12px;
  color: #333;
  font-size: 0.95rem;
}
.top .tour_info dt {
  display: table-cell;
  vertical-align: bottom;
  box-sizing: border-box;
  width: 25%;
  color: #333;
}
.top .tour_info dd {
  display: table-cell;
  vertical-align: bottom;
  box-sizing: border-box;
  width: 75%;
}
.top .tour_info dd span {
  font-size: 1.3rem;
  padding: 0px 5px;
}
.top .tour_info .point {
  color: #ff2266;
  font-size: 1rem;
  margin-bottom: 6px;
}
.top .tour_info .link {
  width: 30%;
  display: inline-block;
}
.top .bx-wrapper .bx-pager,
.top .bx-wrapper .bx-controls-auto {
  top: 1%;
  right: 20px;
}
.top .bx-wrapper li {
  position: relative;
}
.top .bx-wrapper li figcaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #FFF;
  display: inline-block;
  padding: 6px 15px 5px;
  color: #ff2266;
  font-size: 0.95rem;
}
.top .description {
  display: table;
  width: 100%;
}
.top .description .pic {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 27%;
}
.top .description .text {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 73%;
  padding-right: 50px;
  padding-top: 50px;
}
.top .description .text h2 {
  color: #ff2266;
  font-size: 1.1rem;
  margin-bottom: 7px;
  font-weight: bold;
}
.top .description .text p {
  border-bottom: 1px dotted #888;
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.35rem;
}

.itinerary .container {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.itinerary .main {
  display: block;
  width: 78%;
  padding-top: 80px;
}
.itinerary .main .main_title {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.itinerary .main .main_title p {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 8%;
  background-color: #ff2266;
  color: #FFF;
  border-radius: 10px;
  text-align: center;
  font-size: 0.95rem;
}
.itinerary .main .main_title h2 {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 92%;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 15px;
}
.itinerary .main .box {
  padding: 0 60px 0 8px;
  margin-bottom: 50px;
}
.itinerary .main .box article {
  border-left: 1px solid #888;
  position: relative;
  width: 100%;
  padding: 10px 0 40px 40px;
}
.itinerary .main .box article:last-child {
  padding-bottom: 5px;
}
.itinerary .main .box article .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 15px;
  left: -8px;
  background-color: #ff2266;
  border-radius: 8px;
}
.itinerary .main .box .detail .text {
  color: #333;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 25px;
}
.itinerary .main .box .detail ul {
  margin-bottom: 25px;
  display: table;
  width: 100%;
}
.itinerary .main .box .detail ul li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
.itinerary .main .box .detail ul.pic2 li {
  width: 50%;
}
.itinerary .main .box .detail ul.pic2 li:first-child {
  padding-right: 10px;
}
.itinerary .main .box .detail ul.pic2 li:nth-child(2) {
  padding-left: 10px;
}
.itinerary .main .box .detail ul figcaption {
  font-size: 0.95rem;
  line-height: 1.25rem;
  margin-top: 10px;
  color: #333;
  width: 95%;
}
.itinerary .main .box .detail .list_title {
  color: #ff2266;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.itinerary .main .box .detail .list {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.itinerary .main .box .detail .list li {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
  background-image: url(../../library/img/tour/check.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 1px;
  padding-left: 22px;
}
.itinerary .main .detail_title {
  display: table;
  width: 100%;
  width: 100%;
  border-bottom: #ff2266 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.itinerary .main .detail_title h2 {
  display: table-cell;
  vertical-align: bottom;
  box-sizing: border-box;
  width: 70%;
  font-weight: bold;
  font-size: 1.15rem;
}
.itinerary .main .detail_title h2 span {
  color: #ff2266;
  font-size: 1.4rem;
  padding-right: 10px;
}
.itinerary .main .detail_title p {
  display: table-cell;
  vertical-align: bottom;
  box-sizing: border-box;
  width: 30%;
  font-size: 0.85rem;
  text-align: right;
  color: #bfaf60;
}
.itinerary .main .link_box {
  padding-right: 50px;
}
.itinerary .main .link_box h2 {
  background-color: #ff2266;
  font-size: 1rem;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0 10px 0 0;
}
.itinerary .main .link_box .tour_box {
  border: 1px solid #888;
  border-top: 0px solid #888;
  padding: 20px;
  display: table;
  width: 100%;
}
.itinerary .main .link_box .pic {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 40%;
}
.itinerary .main .link_box .info {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 60%;
  padding-left: 20px;
}
.itinerary .main .link_box h3 {
  font-size: 1.3rem;
  margin-bottom: 5px;
  font-weight: bold;
}
.itinerary .main .link_box p {
  font-size: 0.95rem;
  color: #ff2266;
}
.itinerary .main .link_box ul {
  padding: 10px 0;
}
.itinerary .main .link_box ul li {
  background-image: url(../img/check.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  font-size: 1rem;
  margin-bottom: 7px;
  padding-left: 22px;
}
.itinerary .main .link_box .detail {
  border-top: 1px solid #888;
  display: table;
  width: 100%;
  padding-top: 15px;
}
.itinerary .main .link_box .detail .price {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 65%;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}
.itinerary .main .link_box .detail .price span {
  font-size: 1.4rem;
  padding: 0 5px;
}
.itinerary .main .link_box .detail .link {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 35%;
}
.itinerary .sidebar {
  width: 22%;
}
.itinerary .sidebar h2 {
  background-color: #ff2266;
  padding: 8px 15px;
  color: #fff;
  font-size: 1rem;
  border-radius: 0 10px 0 0;
}
.itinerary .sidebar .box {
  padding: 20px 20px 5px;
  border: 1px solid #888;
  border-top: 0px solid #888;
}
.itinerary .sidebar .day {
  color: #ff2266;
  font-size: 0.9rem;
  padding-left: 5px;
}
.itinerary .sidebar ul {
  margin-bottom: 15px;
}
.itinerary .sidebar li {
  position: relative;
  height: 36px;
  width: 100%;
  border-bottom: 1px dotted #888;
}
.itinerary .sidebar a {
  position: absolute;
  color: #333;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  font-size: 0.95rem;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-left: 5px;
  width: 100%;
  height: 35px;
  box-sizing: border-box;
}
.itinerary .sidebar a:hover {
  color: #ff2266;
  padding-left: 8px;
}
.itinerary .item_fixed {
  position: sticky;
  margin-bottom: 0;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
}

.tour_link h2 {
  background-color: #ff2266;
  color: #FFF;
  font-size: 0.95rem;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.tour_link h3 {
  width: 90%;
  border-bottom: 3px solid #ff2266;
  padding: 7px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.tour_link ul {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.tour_link li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 25%;
  padding-right: 20px;
  box-sizing: border-box;
}
.tour_link h4 {
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  width: 90%;
}
.tour_link .link {
  width: 60%;
  margin: 10px auto 0;
}
.tour_link .btn_not {
  width: 100%;
  padding: 8px 0;
  border: 2px solid #aaa;
  font-size: 1rem;
  color: #FFF;
  background-color: #aaa;
  text-align: center;
  border-radius: 5px;
}

@media only screen and (max-width: 1080px) {
  body {
    padding-top: 0px;
  }
  /*top infotmation*/
  main {
    width: 92%;
    padding-bottom: 50px;
  }
  main .btn {
    width: 100%;
    padding: 8px 0;
    font-size: 1rem;
  }
  .mv .pc {
    display: block;
  }
  .mv .sp {
    display: none;
  }
  .top {
    padding: 20px 0 0px;
    margin-bottom: 50px;
  }
  .top .title {
    margin-bottom: 15px;
  }
  .top .title h2 {
    font-size: 0.95rem;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
  }
  .top .title h3 {
    padding: 7px;
    font-size: 1.5rem;
    text-align: left;
  }
  .top .tour_info {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .top .tour_info .pic {
    display: block;
    width: 100%;
  }
  .top .tour_info .info {
    display: block;
    width: 100%;
    padding-left: 0px;
    margin-top: 25px;
  }
  .top .tour_info .info ul {
    padding-bottom: 7px;
    margin-bottom: 25px;
    font-size: 0.95rem;
  }
  .top .tour_info .info ul li {
    background-size: 14px 14px;
    background-position: 0px 2px;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .top .tour_info .tour_title {
    height: 30px;
    margin-bottom: 20px;
  }
  .top .tour_info .tour_title h4 {
    font-size: 1.6rem;
    bottom: 1px;
    left: 5px;
  }
  .top .tour_info .tour_title p {
    height: 12px;
  }
  .top .tour_info dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 0.95rem;
  }
  .top .tour_info dt {
    width: 25%;
  }
  .top .tour_info dd {
    width: 75%;
  }
  .top .tour_info dd span {
    font-size: 1.3rem;
    padding: 0px 5px;
  }
  .top .tour_info .point {
    color: #ff2266;
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .top .tour_info .link {
    width: 40%;
    display: block;
    margin: 0 auto;
  }
  .top .bx-wrapper .bx-pager,
  .top .bx-wrapper .bx-controls-auto {
    top: 1%;
    right: 20px;
  }
  .top .bx-wrapper li {
    position: relative;
  }
  .top .bx-wrapper li figcaption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #FFF;
    display: inline-block;
    padding: 6px 15px 5px;
    color: #ff2266;
    font-size: 0.95rem;
  }
  .top .description {
    display: table;
    width: 100%;
  }
  .top .description .pic {
    display: block;
    width: 40%;
    margin: 20px auto 0;
  }
  .top .description .text {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-top: 30px;
  }
  .top .description .text h2 {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
  .top .description .text p {
    border-bottom: 1px dotted #888;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    line-height: 1.3rem;
  }
  .itinerary .container {
    display: block;
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .itinerary .main {
    display: block;
    width: 100%;
    padding-top: 0px;
  }
  .itinerary .main .main_title {
    display: table;
    width: 100%;
    margin-bottom: 25px;
  }
  .itinerary .main .main_title p {
    width: 8%;
    border-radius: 10px;
    font-size: 0.95rem;
  }
  .itinerary .main .main_title h2 {
    width: 92%;
    font-size: 1.3rem;
    padding-left: 15px;
  }
  .itinerary .main .box {
    padding: 0 20px 0 8px;
    margin-bottom: 50px;
  }
  .itinerary .main .box article {
    width: 100%;
    padding: 10px 0 10px 30px;
  }
  .itinerary .main .box article:last-child {
    padding-bottom: 5px;
  }
  .itinerary .main .box article .dot {
    width: 16px;
    height: 16px;
    top: 15px;
    left: -8px;
    border-radius: 8px;
  }
  .itinerary .main .box .detail .text {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin-bottom: 25px;
  }
  .itinerary .main .box .detail ul {
    margin-bottom: 25px;
    display: table;
    width: 100%;
  }
  .itinerary .main .box .detail ul li {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
  }
  .itinerary .main .box .detail ul.pic2 li {
    width: 50%;
  }
  .itinerary .main .box .detail ul.pic2 li:first-child {
    padding-right: 10px;
  }
  .itinerary .main .box .detail ul.pic2 li:nth-child(2) {
    padding-left: 10px;
  }
  .itinerary .main .box .detail ul figcaption {
    font-size: 0.9rem;
    line-height: 1.15rem;
    margin-top: 10px;
    width: 95%;
  }
  .itinerary .main .box .detail .list_title {
    color: #ff2266;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .itinerary .main .box .detail .list {
    margin-bottom: 15px;
  }
  .itinerary .main .box .detail .list li {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 5px;
    background-size: 16px 16px;
    background-position: 0 1px;
    padding-left: 22px;
  }
  .itinerary .main .detail_title {
    display: block;
    width: 100%;
    width: 100%;
    border-bottom: #ff2266 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .itinerary .main .detail_title h2 {
    display: block;
    width: 100%;
    font-size: 1.05rem;
  }
  .itinerary .main .detail_title h2 span {
    color: #ff2266;
    font-size: 1.4rem;
    padding-right: 10px;
  }
  .itinerary .main .detail_title p {
    display: block;
    width: 100%;
    font-size: 0.85rem;
    text-align: left;
    color: #bfaf60;
    margin-top: 5px;
  }
  .itinerary .main .link_box {
    padding-right: 0px;
  }
  .itinerary .main .link_box h2 {
    background-color: #ff2266;
    font-size: 1rem;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 10px 0 0;
  }
  .itinerary .main .link_box .tour_box {
    border: 1px solid #888;
    border-top: 0px solid #888;
    padding: 20px;
    display: table;
    width: 100%;
  }
  .itinerary .main .link_box .pic {
    display: block;
    width: 80%;
  }
  .itinerary .main .link_box .info {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
  .itinerary .main .link_box h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .itinerary .main .link_box p {
    font-size: 0.95rem;
    color: #ff2266;
  }
  .itinerary .main .link_box ul {
    padding: 10px 0;
  }
  .itinerary .main .link_box ul li {
    background-position: 0 2px;
    font-size: 0.95rem;
    margin-bottom: 5px;
    padding-left: 22px;
  }
  .itinerary .main .link_box .detail {
    border-top: 1px solid #888;
    display: table;
    width: 100%;
    padding-top: 15px;
  }
  .itinerary .main .link_box .detail .price {
    width: 70%;
    font-size: 1rem;
    color: #333;
    font-weight: bold;
  }
  .itinerary .main .link_box .detail .price span {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .itinerary .main .link_box .detail .link {
    width: 30%;
  }
  .itinerary .sidebar {
    display: none;
  }
  .itinerary .item_fixed {
    display: none;
  }
  .tour_link h2 {
    background-color: #ff2266;
    color: #FFF;
    font-size: 0.95rem;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .tour_link h3 {
    width: 90%;
    border-bottom: 3px solid #ff2266;
    padding: 7px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .tour_link ul {
    display: block;
    width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .tour_link ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .tour_link li {
    display: block;
    width: 100%;
    width: 50%;
    padding-right: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
    float: left;
  }
  .tour_link h4 {
    font-size: 1.05rem;
    line-height: 1.4rem;
    height: 40px;
    color: #333;
    margin-top: 10px;
    width: 90%;
  }
  .tour_link .link {
    width: 60%;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 680px) {
  /*top infotmation*/
  body {
    text-align: left;
  }
  main {
    width: 92%;
    padding-bottom: 10px;
  }
  main .btn {
    width: 100%;
    padding: 8px 0;
    font-size: 1rem;
  }
  .top {
    padding: 0px;
    margin-bottom: 50px;
  }
  .top .title {
    margin-bottom: 15px;
  }
  .top .title h2 {
    font-size: 0.95rem;
    padding: 7px 15px 5px;
    margin-bottom: 0px;
    border-radius: 5px;
  }
  .top .title h3 {
    padding: 8px 0px;
    font-size: 1.25rem;
    line-height: 1.4rem;
  }
  .top .tour_info {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .top .tour_info .info {
    padding-left: 0px;
    margin-top: 15px;
  }
  .top .tour_info .info ul {
    padding-bottom: 7px;
    margin-bottom: 25px;
    font-size: 0.95rem;
  }
  .top .tour_info .info ul li {
    background-size: 14px 14px;
    background-position: 0px 2px;
    padding-left: 20px;
    margin-bottom: 4px;
  }
  .top .tour_info .tour_title {
    height: 50px;
    margin-bottom: 20px;
  }
  .top .tour_info .tour_title h4 {
    font-size: 1.25rem;
    bottom: 1px;
    left: 5px;
    text-align: left;
  }
  .top .tour_info .tour_title p {
    height: 12px;
  }
  .top .tour_info dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 0.95rem;
  }
  .top .tour_info dt {
    display: block;
    width: 100%;
    color: #ff2266;
    margin-bottom: 5px;
  }
  .top .tour_info dd {
    display: block;
    width: 100%;
  }
  .top .tour_info dd span {
    font-size: 1.3rem;
    padding: 0px 5px;
  }
  .top .tour_info .point {
    color: #ff2266;
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .top .tour_info .link {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .top .bx-wrapper li {
    position: relative;
  }
  .top .bx-wrapper li figcaption {
    background-color: #FFF;
    padding: 6px 15px 5px;
    font-size: 0.95rem;
  }
  .top .description {
    display: block;
  }
  .top .description .pic {
    display: block;
    width: 80%;
    margin: 20px auto 0;
  }
  .top .description .text {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-top: 10px;
    text-align: justify;
  }
  .top .description .text h2 {
    font-size: 1.2rem;
    margin-bottom: 7px;
    text-align: left;
  }
  .top .description .text p {
    border-bottom: 1px dotted #888;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    line-height: 1.25rem;
  }
  .itinerary .container {
    display: block;
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .itinerary .main {
    display: block;
    width: 100%;
    padding-top: 0px;
  }
  .itinerary .main .main_title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .itinerary .main .main_title p {
    display: block;
    width: 20%;
    border-radius: 10px;
    font-size: 0.95rem;
    padding: 5px 0;
  }
  .itinerary .main .main_title h2 {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    padding-left: 0px;
    margin-top: 5px;
    text-align: left;
  }
  .itinerary .main .box {
    padding: 0 0px 0 8px;
    margin-bottom: 40px;
  }
  .itinerary .main .box article {
    width: 100%;
    padding: 10px 0 10px 20px;
  }
  .itinerary .main .box article:last-child {
    padding-bottom: 5px;
  }
  .itinerary .main .box article .dot {
    width: 16px;
    height: 16px;
    top: 15px;
    left: -8px;
    border-radius: 8px;
  }
  .itinerary .main .box .detail .text {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.25rem;
    margin-bottom: 25px;
    text-align: justify;
  }
  .itinerary .main .box .detail ul {
    margin-bottom: 25px;
    display: block;
  }
  .itinerary .main .box .detail ul li {
    display: block;
  }
  .itinerary .main .box .detail ul.pic2 li {
    width: 100%;
    display: block;
  }
  .itinerary .main .box .detail ul.pic2 li:first-child {
    padding-right: 0px;
  }
  .itinerary .main .box .detail ul.pic2 li:nth-child(2) {
    padding-left: 0px;
  }
  .itinerary .main .box .detail ul figcaption {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 25px;
  }
  .itinerary .main .box .detail .list_title {
    color: #ff2266;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .itinerary .main .box .detail .list {
    margin-bottom: 15px;
  }
  .itinerary .main .box .detail .list li {
    font-size: 0.95rem;
    margin-bottom: 5px;
    background-size: 16px 16px;
    background-position: 0 1px;
    padding-left: 22px;
  }
  .itinerary .main .detail_title {
    display: block;
    width: 100%;
    width: 100%;
    border-bottom: #ff2266 1px solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .itinerary .main .detail_title h2 {
    display: block;
    width: 100%;
    font-size: 1rem;
  }
  .itinerary .main .detail_title h2 span {
    color: #ff2266;
    font-size: 1.2rem;
    padding-right: 10px;
  }
  .itinerary .main .detail_title p {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    text-align: left;
    color: #bfaf60;
    margin-top: 5px;
  }
  .itinerary .main .link_box {
    padding-right: 0px;
  }
  .itinerary .main .link_box h2 {
    background-color: #ff2266;
    font-size: 1.05rem;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 10px 0 0;
  }
  .itinerary .main .link_box .tour_box {
    padding: 15px;
    display: table;
    width: 100%;
  }
  .itinerary .main .link_box .pic {
    width: 100%;
  }
  .itinerary .main .link_box .info {
    width: 100%;
    margin-top: 15px;
    padding-left: 0px;
  }
  .itinerary .main .link_box h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .itinerary .main .link_box p {
    font-size: 0.95rem;
    color: #ff2266;
  }
  .itinerary .main .link_box ul {
    padding: 10px 0;
  }
  .itinerary .main .link_box ul li {
    background-position: 0 2px;
    font-size: 0.95rem;
    margin-bottom: 5px;
    padding-left: 22px;
  }
  .itinerary .main .link_box .detail {
    padding-top: 15px;
  }
  .itinerary .main .link_box .detail .price {
    width: 55%;
    font-size: 1rem;
    color: #333;
    font-weight: bold;
  }
  .itinerary .main .link_box .detail .price span {
    font-size: 1.3rem;
    padding: 0 5px;
  }
  .itinerary .main .link_box .detail .link {
    width: 45%;
  }
  .tour_link h2 {
    font-size: 0.95rem;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .tour_link h3 {
    width: 100%;
    border-bottom: 3px solid #ff2266;
    padding: 0 0 7px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .tour_link ul {
    display: block;
    width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .tour_link ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .tour_link li {
    display: block;
    width: 100%;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
    box-sizing: border-box;
    float: none;
  }
  .tour_link h4 {
    font-size: 1.15rem;
    line-height: 1.3rem;
    margin-top: 10px;
    width: 100%;
    padding-left: 5px;
  }
  .tour_link .link {
    width: 80%;
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 390px) {
  /*top infotmation*/
  main {
    width: 92%;
  }
  main .btn {
    width: 100%;
    padding: 8px 0 7px;
    font-size: 0.95rem;
  }
  .top {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .top .title {
    margin-bottom: 15px;
  }
  .top .title h2 {
    font-size: 0.925rem;
    padding: 6px 15px 4px;
    margin-bottom: 0px;
    border-radius: 5px;
  }
  .top .title h3 {
    padding: 8px 0px;
    font-size: 1.2rem;
    line-height: 1.35rem;
  }
  .top .tour_info {
    margin-bottom: 30px;
  }
  .top .tour_info .info {
    margin-top: 15px;
  }
  .top .tour_info .info ul {
    padding-bottom: 7px;
    margin-bottom: 25px;
    font-size: 0.925rem;
  }
  .top .tour_info .info ul li {
    background-size: 14px 14px;
    background-position: 0px 2px;
    padding-left: 20px;
    margin-bottom: 4px;
  }
  .top .tour_info .tour_title {
    height: 50px;
    margin-bottom: 20px;
  }
  .top .tour_info .tour_title h4 {
    font-size: 1.2rem;
    bottom: 1px;
    left: 5px;
  }
  .top .tour_info .tour_title p {
    height: 12px;
  }
  .top .tour_info dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 0.925rem;
  }
  .top .tour_info dt {
    margin-bottom: 3px;
  }
  .top .tour_info dd span {
    font-size: 1.3rem;
    padding: 0px 5px;
  }
  .top .tour_info .point {
    color: #ff2266;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .top .tour_info .link {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .top .bx-wrapper li {
    position: relative;
  }
  .top .bx-wrapper li figcaption {
    padding: 6px 15px 5px;
    font-size: 0.925rem;
  }
  .top .description .pic {
    width: 90%;
    margin: 20px auto 0;
  }
  .top .description .text {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-top: 10px;
    text-align: justify;
  }
  .top .description .text h2 {
    font-size: 1.2rem;
    margin-bottom: 7px;
    text-align: left;
  }
  .top .description .text p {
    border-bottom: 1px dotted #888;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 0.925rem;
    line-height: 1.2rem;
  }
  .itinerary .container {
    margin-bottom: 50px;
  }
  .itinerary .main .main_title {
    margin-bottom: 15px;
  }
  .itinerary .main .main_title p {
    width: 20%;
    border-radius: 10px;
    font-size: 0.925rem;
    padding: 5px 0 4px;
  }
  .itinerary .main .main_title h2 {
    font-size: 1.1rem;
    margin-top: 5px;
  }
  .itinerary .main .box {
    padding: 0 0px 0 8px;
    margin-bottom: 40px;
  }
  .itinerary .main .box article {
    width: 100%;
    padding: 10px 0 10px 18px;
  }
  .itinerary .main .box article:last-child {
    padding-bottom: 5px;
  }
  .itinerary .main .box article .dot {
    width: 14px;
    height: 14px;
    top: 15px;
    left: -7px;
    border-radius: 7px;
  }
  .itinerary .main .box .detail .text {
    font-size: 0.925rem;
    line-height: 1.2rem;
    margin-bottom: 25px;
  }
  .itinerary .main .box .detail ul {
    margin-bottom: 25px;
  }
  .itinerary .main .box .detail ul figcaption {
    font-size: 0.925rem;
    line-height: 1.2rem;
  }
  .itinerary .main .box .detail .list_title {
    color: #ff2266;
    font-size: 1.05rem;
    margin-bottom: 10px;
  }
  .itinerary .main .box .detail .list {
    margin-bottom: 15px;
  }
  .itinerary .main .box .detail .list li {
    font-size: 0.925rem;
    margin-bottom: 5px;
    background-size: 16px 16px;
    background-position: 0 1px;
    padding-left: 22px;
  }
  .itinerary .main .detail_title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .itinerary .main .detail_title h2 {
    font-size: 1rem;
  }
  .itinerary .main .detail_title h2 span {
    font-size: 1.15rem;
    padding-right: 10px;
  }
  .itinerary .main .detail_title p {
    font-size: 0.9rem;
    margin-top: 5px;
  }
  .itinerary .main .link_box {
    padding-right: 0px;
  }
  .itinerary .main .link_box h2 {
    background-color: #ff2266;
    font-size: 1.05rem;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 10px 0 0;
  }
  .itinerary .main .link_box .tour_box {
    padding: 15px;
  }
  .itinerary .main .link_box .info {
    margin-top: 15px;
    padding-left: 0px;
  }
  .itinerary .main .link_box h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .itinerary .main .link_box p {
    font-size: 0.95rem;
    color: #ff2266;
  }
  .itinerary .main .link_box ul {
    padding: 10px 0;
  }
  .itinerary .main .link_box ul li {
    background-position: 0 1px;
    font-size: 0.925rem;
    margin-bottom: 5px;
    padding-left: 22px;
  }
  .itinerary .main .link_box .detail {
    padding-top: 15px;
  }
  .itinerary .main .link_box .detail .price {
    width: 52%;
    font-size: 0.95rem;
    color: #333;
    font-weight: bold;
  }
  .itinerary .main .link_box .detail .price span {
    font-size: 1.3rem;
    padding: 0 5px;
  }
  .itinerary .main .link_box .detail .link {
    width: 48%;
  }
  .tour_link h2 {
    font-size: 0.95rem;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 7px;
    border-radius: 5px;
  }
  .tour_link h3 {
    width: 100%;
    border-bottom: 3px solid #ff2266;
    padding: 0 0 7px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .tour_link ul {
    margin-bottom: 30px;
  }
  .tour_link li {
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .tour_link h4 {
    font-size: 1.1rem;
    line-height: 1.25rem;
    margin-top: 10px;
    padding-left: 5px;
  }
  .tour_link .link {
    width: 80%;
    margin: 15px auto 0;
  }
}/*# sourceMappingURL=style.css.map */