@charset "UTF-8";
#main {
  width: 1100px;
  margin: 10px auto;
}

#main .sp {
  display: none !important;
}

#roundtrip_lp,
#roundtrip_lp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

#roundtrip_lp {
  font-size: 14px;
  line-height: 1.8;
  font-family: "FP-ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
#roundtrip_lp .wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0px;
}
#roundtrip_lp .mainvisual_block {
  padding: 0;
  position: relative;
}
#roundtrip_lp .mainvisual_block .bg-slider {
  width: 100vw;
  height: 700px;
  background-image: url("../images/main_bg.jpg");
  background-position: center center;
  background-size: cover;
}
#roundtrip_lp .mainvisual_block h2 {
  text-align: center;
  margin: 0;
  padding: 100px 0 0;
  text-shadow: none;
}
#roundtrip_lp .mainvisual_block .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 25px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0;
}
#roundtrip_lp .nav_block {
  border-bottom: solid 4px #e74d4b;
  margin: 40px 0 0;
  text-align: center;
}
#roundtrip_lp .nav_block ul {
  text-align: center;
  display: inline-block;
  font-size: 0;
}
#roundtrip_lp .nav_block ul li {
  width: 400px;
  position: relative;
  top: 4px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#roundtrip_lp .nav_block ul li a, #roundtrip_lp .nav_block ul li span {
  display: block;
  border: solid 4px #e74d4b;
  background: #FEF6F6;
  border-bottom: solid 4px #FEF6F6;
  color: #e74d4b;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0;
}
#roundtrip_lp .nav_block ul li b {
  font-weight: bold;
}
#roundtrip_lp .nav_block ul li span {
  color: #e74d4b;
}
#roundtrip_lp .nav_block ul li a {
  background: #38a267;
  border: solid 4px transparent;
  border-bottom: solid 4px #e74d4b;
  transition: .3s;
  color: #fff;
}
#roundtrip_lp .nav_block ul li a:hover {
  opacity: 0.7;
}
#roundtrip_lp .intro_block {
  background: #FEF6F6;
}
#roundtrip_lp .intro_block .wrap {
  padding-top: 60px;
}
#roundtrip_lp .intro_block .box {
  background: #FFF;
  padding: 60px 40px;
  box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.05);
}
#roundtrip_lp .intro_block ul {
  counter-reset: num;
}
#roundtrip_lp .intro_block ul li {
  font-size: 16px;
  line-height: 1.8;
  padding: 10px 10px 10px 50px;
  border-bottom: solid 1px #DDD;
  counter-increment: num;
  position: relative;
}
#roundtrip_lp .intro_block ul li:last-of-type {
  border-bottom: none;
}
#roundtrip_lp .intro_block ul li::before {
  content: "0" counters(num,".") ".";
  font-size: 16px;
  font-weight: bold;
  color: #e74d4b;
  position: absolute;
  left: 10px;
  top: 10px;
}
#roundtrip_lp .intro_block .ribbon_ttl {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0px 0;
  text-align: center;
  background: #e74d4b;
  position: relative;
  margin-bottom: 30px;
}
#roundtrip_lp .intro_block .ribbon_ttl::before {
  content: '';
  width: 0px;
  height: 0px;
  border-width: 30px 0px 30px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#roundtrip_lp .intro_block .ribbon_ttl::after {
  content: '';
  width: 0px;
  height: 0px;
  border-width: 30px 20px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#roundtrip_lp .intro_block .ribbon_ttl h3 {
  width: auto;
  height: auto;
  text-shadow: none;
  border: none;
  color: #fff;
  line-height: 60px;
  font-size: 30px;

  margin: 0;
  padding: 0 10px;
  text-align: center;
}
#roundtrip_lp .contact_block {
  background: url("../images/contact_bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
#roundtrip_lp .contact_block::before {
  content: "";
  background: url("../images/contact_bg_hr.png") repeat-x center center;
  z-index: 1;
  width: 100%;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
#roundtrip_lp .contact_block::after {
  content: "";
  background: url("../images/contact_bg_hr.png") repeat-x center center;
  z-index: 1;
  width: 100%;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
}
#roundtrip_lp .contact_block .ttl {
  text-align: center;
  margin-bottom: 40px;
}
#roundtrip_lp .contact_block .ttl h3 {
  width: auto;
  height: auto;
  text-shadow: none;
  border: none;
  font-size: 32px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  display: block;
  border-top: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  padding: 20px 0px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
#roundtrip_lp .contact_block .main_desc p {
  color: #FFF;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
#roundtrip_lp .contact_block .ribbon_ttl {
  margin: 60px 0;
  background: url("../images/ribbon_ttl.png") no-repeat center center;
  height: 47px;
  line-height: 47px;
  text-align: center;
}
#roundtrip_lp .contact_block .ribbon_ttl h4 {
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
#roundtrip_lp .contact_block ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#roundtrip_lp .contact_block ul li {
  width: 32%;
}
#roundtrip_lp .contact_block .contact_btn a, #roundtrip_lp .contact_block .contact_btn span {
  background: #e74d4b;
  color: #FFF;
  padding: 25px 20px;
  position: relative;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#roundtrip_lp .contact_block .contact_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#roundtrip_lp .contact_block .contact_btn a:hover {
  opacity: 0.8;
}
#roundtrip_lp .contact_block .contact_btn div {
  width: calc( 100% - 60px );
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
#roundtrip_lp .contact_block .contact_btn div b {
  font-weight: bold;
  font-size: 22px;
}
#roundtrip_lp .contact_block .contact_btn i {
  position: relative;
  vertical-align: top;
  width: 60px;
}
#roundtrip_lp .contact_block .contact_btn i::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/icon_tel.png") no-repeat center center;
  background-size: contain;
  z-index: 2;
  position: absolute;
  left: 0;
  top: -30px;
}
#roundtrip_lp .contact_block .contact_btn i.icon_tel::before {
  background-image: url("../images/icon_tel.png");
}
#roundtrip_lp .contact_block .contact_btn i.icon_mail::before {
  background-image: url("../images/icon_mail.png");

}
#roundtrip_lp .contact_block .contact_btn i.icon_shop::before {
  background-image: url("../images/icon_shop.png");
}
#roundtrip_lp .recommend_block .ttl {
  text-align: center;
  margin-bottom: 40px;
}
#roundtrip_lp .recommend_block .ttl h3 {
  width: auto;
  height: auto;
  text-shadow: none;
  border: none;
  font-size: 32px;
  line-height: 1.4;
  color: #e74D4B;
}
#roundtrip_lp .recommend_block .ttl p {
  font-size: 13px;
  color: #666;
  letter-spacing: 1px;
}
#roundtrip_lp .recommend_block .ttl::before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 100px;
  height: 38px;
  background: url("../images/icon_ttl_kanban.png") no-repeat center center;
  background-size: contain;
}
#roundtrip_lp .recommend_block .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#roundtrip_lp .recommend_block .box_wrap .box {
  width: 23%;
  background: #FFF;
  box-shadow: 1px 2px 3px 3px rgba(128, 128, 128, 0.1);
  position: relative;
  padding-bottom: 60px;
}
#roundtrip_lp .recommend_block .box_wrap .box .photo img {
  width: 100%;
  height: auto;
}
#roundtrip_lp .recommend_block .box_wrap .box .text {
  padding: 15px;
}
#roundtrip_lp .recommend_block .box_wrap .box .text h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #e74D4B;
  border-bottom: solid 2px #e74D4B;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#roundtrip_lp .recommend_block .box_wrap .box .text h4 span {
  font-size: 80%;
  font-weight: bold;
}
#roundtrip_lp .recommend_block .box_wrap .box .text .desc {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
}
#roundtrip_lp .recommend_block .box_wrap .box .text .price b {
  font-size: 20px;
  font-weight: bold;
  color: #e50112;
  vertical-align: middle;
}

#roundtrip_lp .recommend_block .box_wrap .box .text .price i {
  background: #e50112;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  line-height: 25px;
  padding: 0 6px;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
}
#roundtrip_lp .recommend_block .box_wrap .box .text .detail_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
}
#roundtrip_lp .recommend_block .box_wrap .box .text .detail_btn a {
  width: 100%;
  background: #3070b1;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  padding: 15px 20px;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#roundtrip_lp .recommend_block .box_wrap .box .text .detail_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#roundtrip_lp .recommend_block .box_wrap .box .text .detail_btn a:hover {
  opacity: 0.8;
}
#roundtrip_lp .theme_block {
  background: #fef6f6;
}
#roundtrip_lp .theme_block .ttl {
  text-align: center;
  margin-bottom: 40px;
}
#roundtrip_lp .theme_block .ttl h3 {
  width: auto;
  height: auto;
  text-shadow: none;
  border: none;
  font-size: 32px;
  line-height: 1.4;
  color: #e74D4B;
}
#roundtrip_lp .theme_block .ttl p {
  font-size: 13px;
  color: #666;
  letter-spacing: 1px;
}
#roundtrip_lp .theme_block .ttl::before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 100px;
  height: 43px;
  background: url("../images/icon_ttl_carry.png") no-repeat center center;
  background-size: contain;
}
#roundtrip_lp .theme_block h4 {
  width: auto;
  height: auto;
  text-shadow: none;
  border: none;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  background: #e74D4B;
  color: #FFF;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}
#roundtrip_lp .theme_block dl + h4 {
  margin-top: 60px;
}
#roundtrip_lp .theme_block .tour-accordion {
  margin-bottom: 20px;
}
#roundtrip_lp .theme_block .tour-accordion dt {
  width: 100%;
  background: #FFF;
  border: solid 3px #e74D4B;
  padding: 15px 20px;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#roundtrip_lp .theme_block .tour-accordion dt::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  border-top: solid 4px #e74d4b;
  border-right: solid 4px #e74d4b;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#roundtrip_lp .theme_block .tour-accordion dt.active::before {
  display: none;
}
#roundtrip_lp .theme_block .tour-accordion dt h5 {
  color: #e74d4b;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 30px;
}
#roundtrip_lp .theme_block .tour-accordion dt .ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 270px;
  height: 50px;
  line-height: 50px;
  padding: 0px 0;
  text-align: center;
  background: #b1851c;
  position: relative;
}
#roundtrip_lp .theme_block .tour-accordion dt .ribbon::before {
  content: '';
  width: 0px;
  height: 0px;
  border-width: 25px 0px 25px 17px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#roundtrip_lp .theme_block .tour-accordion dt .ribbon::after {
  content: '';
  width: 0px;
  height: 0px;
  border-width: 25px 17px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#roundtrip_lp .theme_block .tour-accordion dt .ribbon span {
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  padding: 0 0px;
  text-align: center;
}
#roundtrip_lp .theme_block dd {
  display: none;
}
#roundtrip_lp .theme_block .tour_box {
  background: #FFF;
  padding: 30px;
}
#roundtrip_lp .theme_block .tour_box .head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: top;
}
#roundtrip_lp .theme_block .tour_box .head .crown {
  border: solid 4px #f7f3e8;
  padding: 3px 20px 3px 50px;
  color: #b1851c;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  position: relative;
}
#roundtrip_lp .theme_block .tour_box .head .crown::before {
  content: "";
  background: url("../images/icon_crown.png") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 21px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
#roundtrip_lp .theme_block .tour_box .head .date {
  background: #e74d4b;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #FFF;
  padding: 10px 15px;
  border-radius: 4px;
  margin-right: 20px;
  vertical-align: middle;
}
#roundtrip_lp .theme_block .tour_box .head .price {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #fff799 80%);
}
#roundtrip_lp .theme_block .tour_box .head .price b {
  font-weight: bold;
  color: #e74d4b;
}
#roundtrip_lp .theme_block .tour_box .head .detail_btn {
  width: 300px;
  margin-left: auto;
}
#roundtrip_lp .theme_block .tour_box .head .detail_btn a {
  width: 100%;
  background: #3070b1;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#roundtrip_lp .theme_block .tour_box .head .detail_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#roundtrip_lp .theme_block .tour_box .head .detail_btn a:hover {
  opacity: 0.8;
}
#roundtrip_lp .theme_block .tour_box .photo {
  margin: 30px auto;
}
#roundtrip_lp .theme_block .tour_box .photo ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#roundtrip_lp .theme_block .tour_box .photo li {
  width: 31.5%;
}
#roundtrip_lp .theme_block .tour_box .photo li img {
  width: 100%;
  height: auto;
}
#roundtrip_lp .theme_block .tour_box .staff_rec {
  background: url("../images/staff_rec_bg.png") repeat top center;
  padding: 30px;
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
#roundtrip_lp .theme_block .tour_box .staff_rec .rec_ttl {
  position: relative;
  text-align: center;
  color: #e74d4b;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
#roundtrip_lp .theme_block .tour_box .staff_rec .rec_ttl::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  background: url("../images/icon_star.png") no-repeat center center;
  background-size: contain;
  position: relative;
  top: 3px;
}
#roundtrip_lp .theme_block .tour_box .staff_rec ul {
  counter-reset: num;
}
#roundtrip_lp .theme_block .tour_box .staff_rec ul li {
  font-size: 14px;
  line-height: 1.8;
  padding: 10px 10px 10px 50px;
  counter-increment: num;
  position: relative;
}
#roundtrip_lp .theme_block .tour_box .staff_rec ul li::before {
  content: "0" counters(num,".") ".";
  font-size: 14px;
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 10px;
  top: 10px;
}
#roundtrip_lp .theme_block .tour_box .taglink_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#roundtrip_lp .theme_block .tour_box .taglink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 10px;
  margin-right: 20px;
}
#roundtrip_lp .theme_block .tour_box .taglink .tag_ttl {
  background: #666;
  color: #FFF;
  line-height: 30px;
  padding: 0 10px 0 10px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-right: 10px;
}
#roundtrip_lp .theme_block .tour_box .taglink .tag_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 1em solid;
  right: -1em;
  border-left-color: #666;
}
#roundtrip_lp .theme_block .tour_box .taglink ul {
  font-size: 0;
  display: inline-block;
}
#roundtrip_lp .theme_block .tour_box .taglink ul li {
  margin-left: 10px;
  display: inline-block;
}
#roundtrip_lp .theme_block .tour_box .taglink a {
  display: inline-block;
  background: #FFF;
  color: #333;
  border: solid 2px #666;
  padding: 0px 20px 0px 30px;
  font-size: 14px;
  position: relative;
  line-height: 26px;
  height: 30px;
  border-radius: 25px;
  text-decoration: none;
}
#roundtrip_lp .theme_block .tour_box .taglink a:hover {
  background: #EEE;
}
#roundtrip_lp .theme_block .tour_box .taglink a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  margin-top: -3px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#roundtrip_lp .theme_block .tour_box .tour_btn {
  margin: 30px 30px 0;
}
#roundtrip_lp .theme_block .tour_box .tour_btn a {
  width: 100%;
  background: #3070b1;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  padding: 20px 20px;
  position: relative;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#roundtrip_lp .theme_block .tour_box .tour_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#roundtrip_lp .theme_block .tour_box .tour_btn a:hover {
  opacity: 0.8;
}
#roundtrip_lp .other_link_block {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0px;
}
#roundtrip_lp .other_link_block .tour_btn {
  width: 80%;
  margin: 20px auto 0;
}
#roundtrip_lp .other_link_block .tour_btn a {
  display: block;
  width: 100%;
  background: #3070b1;
  font-size: 34px;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  padding: 20px 30px;
  position: relative;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity .5s;
  text-align: center;
}
#roundtrip_lp .other_link_block .tour_btn a span {
  font-size: 64%;
  font-weight: bold;
}
#roundtrip_lp .other_link_block .tour_btn a b {
  color: #fff799;
  font-weight: bold;
}
#roundtrip_lp .other_link_block .tour_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#roundtrip_lp .other_link_block .tour_btn a:hover {
  opacity: 0.8;
}

/*南北用のカラーチェンジ*/
#roundtrip_lp.northsouth .mainvisual_block .bg-slider {
  background-image: url("../images/main_bg_ns.jpg");
}
#roundtrip_lp.northsouth .nav_block {
  border-bottom: solid 4px #38a267;
}
#roundtrip_lp.northsouth .nav_block ul li a, #roundtrip_lp.northsouth .nav_block ul li span {
  border: solid 4px #38a267;
  background: #ebf6f0;
  border-bottom: solid 4px #ebf6f0;
  color: #38a267;
}
#roundtrip_lp.northsouth .nav_block ul li span {
  color: #38a267;
  background: #ebf6f0;
}
#roundtrip_lp.northsouth .nav_block ul li a {
  background: #e74d4b;
  color: #FFF;
  border: solid 4px #e74d4b;
  border-bottom: solid 4px #38a267;
}
#roundtrip_lp.northsouth .intro_block {
  background: #ebf6f0;
}
#roundtrip_lp.northsouth .intro_block ul li::before {
  color: #38a267;
}
#roundtrip_lp.northsouth .intro_block .ribbon_ttl {
  background: #38a267;
}
#roundtrip_lp.northsouth .contact_block {
  background-image: url("../images/contact_bg_ns.jpg");
}
#roundtrip_lp.northsouth .contact_block .contact_btn a, #roundtrip_lp.northsouth .contact_block .contact_btn span {
  background: #38a267;
}
#roundtrip_lp.northsouth .contact_block .contact_btn i.icon_tel::before {
  background-image: url("../images/icon_tel_ns.png");
}
#roundtrip_lp.northsouth .contact_block .contact_btn i.icon_mail::before {
  background-image: url("../images/icon_mail_ns.png");
}
#roundtrip_lp.northsouth .contact_block .contact_btn i.icon_shop::before {
  background-image: url("../images/icon_shop_ns.png");
}
#roundtrip_lp.northsouth .recommend_block .ttl h3 {
  color: #38a267;
}
#roundtrip_lp.northsouth .recommend_block .ttl::before {
  background-image: url("../images/icon_ttl_kanban_ns.png");
}
#roundtrip_lp.northsouth .recommend_block .box_wrap .box .text h4 {
  color: #38a267;
  border-bottom: solid 2px #38a267;
}
#roundtrip_lp.northsouth .recommend_block .box_wrap .box .text .detail_btn a {
  background: #fc6838;
}
#roundtrip_lp.northsouth .theme_block {
  background: #ebf6f0;
}
#roundtrip_lp.northsouth .theme_block .ttl h3 {
  color: #38a267;
}
#roundtrip_lp.northsouth .theme_block .ttl::before {
  background-image: url("../images/icon_ttl_carry_ns.png");
}
#roundtrip_lp.northsouth .theme_block h4 {
  background: #38a267;
}
#roundtrip_lp.northsouth .theme_block .tour-accordion dt {
  border: solid 3px #38a267;
}
#roundtrip_lp.northsouth .theme_block .tour-accordion dt::before {
  border-top: solid 4px #38a267;
  border-right: solid 4px #38a267;
}
#roundtrip_lp.northsouth .theme_block .tour-accordion dt.active::before {
  display: none;
}
#roundtrip_lp.northsouth .theme_block .tour-accordion dt h5 {
  color: #38a267;
}
#roundtrip_lp.northsouth .theme_block .tour_box .head .date {
  background: #38a267;
}
#roundtrip_lp.northsouth .theme_block .tour_box .head .price b {
  font-weight: bold;
  color: #e74d4b;
}
#roundtrip_lp.northsouth .theme_block .tour_box .head .detail_btn a {
  background: #fc6838;
}
#roundtrip_lp.northsouth .theme_block .tour_box .staff_rec .rec_ttl {
  color: #38a267;
}
#roundtrip_lp.northsouth .theme_block .tour_box .staff_rec .rec_ttl::before {
  background-image: url("../images/icon_star_ns.png");
}
#roundtrip_lp.northsouth .theme_block .tour_box .tour_btn a {
  background: #fc6838;
}
#roundtrip_lp.northsouth .other_link_block .tour_btn a {
  background: #e74d4b;
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  z-index: 9999;
}
.pagetop a {
  background: #e74d4b;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}
.pagetop a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -5px;
  margin-left: -10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bn_sp {
	text-align: center;
	padding: 30px 0 0 0 !important;
}

/*----------------------スマホ版-----------------------*/
@media screen and (max-width: 768px) {
  #main .pc {
    display: none !important;
  }

  #main .sp {
    display: block !important;
  }

  #roundtrip_lp {
    font-size: 13px;
  }
  #roundtrip_lp img {
    max-width: 100%;
    height: auto;
  }
  #roundtrip_lp .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
  #roundtrip_lp .mainvisual_block .bg-slider {
    height: auto;
  }
  #roundtrip_lp .mainvisual_block h2 {
    padding: 40px 60px 100px;
    text-shadow: none;
  }
  #roundtrip_lp .mainvisual_block .text {
    position: static;
    color: #FFF;
    padding: 15px;
    font-size: 13px;
    line-height: 1.6;
  }
  #roundtrip_lp .contact_block .wrap {
    padding: 60px 15px;
  }
  #roundtrip_lp .contact_block .ttl {
    margin-bottom: 20px;
  }
  #roundtrip_lp .contact_block .ttl h3 {
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.4;
  }
  #roundtrip_lp .contact_block .main_desc p {
    font-size: 13px;
  }
  #roundtrip_lp .contact_block .main_desc p br {
    display: none;
  }
  #roundtrip_lp .contact_block .ribbon_ttl {
    margin: 20px 0;
    background: url("../images/ribbon_ttl_sp.png") no-repeat center center;
    background-size: contain;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  #roundtrip_lp .contact_block .ribbon_ttl h4 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
  }
  #roundtrip_lp .contact_block ul {
    margin-top: 20px;
  }
  #roundtrip_lp .contact_block ul li {
    width: 100%;
    margin-top: 15px;
  }
  #roundtrip_lp .contact_block .contact_btn a, #roundtrip_lp .contact_block .contact_btn span {
    padding: 15px 20px;
  }
  #roundtrip_lp .contact_block .contact_btn div {
    width: calc( 100% - 40px );
  }
  #roundtrip_lp .contact_block .contact_btn i {
    width: 40px;
  }
  #roundtrip_lp .contact_block .contact_btn i::before {
    width: 40px;
    height: 40px;
    top: -20px;
  }
  #roundtrip_lp .nav_block {
    margin-top: 20px;
  }
  #roundtrip_lp .nav_block ul {
    width: 96%;
    margin: 0 auto;
  }
  #roundtrip_lp .nav_block ul li {
    width: 43%;
  }
  #roundtrip_lp .nav_block ul li a, #roundtrip_lp .nav_block ul li span {
    font-size: 15px;
    padding: 5px 0;
  }
  #roundtrip_lp .nav_block ul li b {
    font-weight: bold;
  }
  #roundtrip_lp .nav_block ul li span {
    color: #e74d4b;
  }
  #roundtrip_lp .intro_block .wrap {
    padding: 30px 15px;
  }
  #roundtrip_lp .intro_block .box {
    padding: 15px;
  }
  #roundtrip_lp .intro_block ul li {
    font-size: 13px;
  }
  #roundtrip_lp .intro_block ul li::before {
    font-size: 13px;
  }
  #roundtrip_lp .intro_block .ribbon_ttl {
    margin-bottom: 20px;
  }
  #roundtrip_lp .intro_block .ribbon_ttl h3 {
    line-height: 1.3;
    font-size: 16px;
    padding-top: 10px;
  }
  #roundtrip_lp .recommend_block .ttl {
    margin-bottom: 20px;
  }
  #roundtrip_lp .recommend_block .ttl h3 {
    font-size: 22px;
  }
  #roundtrip_lp .recommend_block .ttl p {
    font-size: 11px;
  }
  #roundtrip_lp .recommend_block .ttl::before {
    height: 24px;
  }
  #roundtrip_lp .recommend_block .box_wrap .box {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  #roundtrip_lp .recommend_block .box_wrap .box .text {
    padding: 15px;
  }
  #roundtrip_lp .recommend_block .box_wrap .box .text h4 {
    font-size: 16px;
  }
  #roundtrip_lp .recommend_block .box_wrap .box .text .desc {
    font-size: 13px;
  }
  #roundtrip_lp .recommend_block .box_wrap .box .text .price b {
    font-size: 18px;
  }
  #roundtrip_lp .recommend_block .box_wrap .box .text .detail_btn {
    margin-top: 15px;
    position: static;
    padding: 0;
  }
  #roundtrip_lp .theme_block .ttl {
    margin-bottom: 20px;
  }
  #roundtrip_lp .theme_block .ttl h3 {
    font-size: 22px;
  }
  #roundtrip_lp .theme_block .ttl p {
    font-size: 11px;
  }
  #roundtrip_lp .theme_block .ttl::before {
    height: 24px;
  }
  #roundtrip_lp .theme_block h4 {
    font-size: 18px;
    padding: 15px 10px;
  }
  #roundtrip_lp .theme_block dl + h4 {
    margin-top: 60px;
  }
  #roundtrip_lp .theme_block .tour-accordion {
    margin-bottom: 20px;
  }
  #roundtrip_lp .theme_block .tour-accordion dt {
    padding: 10px 10px 30px 10px;
  }
  #roundtrip_lp .theme_block .tour-accordion dt::before {
    width: 10px;
    height: 10px;
    top: auto;
    bottom: 10px;
    right: 50%;
    margin-left: -10px;
    margin-top: 0px;
    border-top: solid 3px #e74d4b;
    border-right: solid 3px #e74d4b;
  }
  #roundtrip_lp .theme_block .tour-accordion dt.active::before {
    display: none;
  }
  #roundtrip_lp .theme_block .tour-accordion dt h5 {
    font-size: 18px;
    padding: 5px 0 0 0;
    text-align: center;
    width: 100%;
  }
  #roundtrip_lp .theme_block .tour-accordion dt .ribbon {
    width: 100%;
  }
  #roundtrip_lp .theme_block .tour-accordion dt .ribbon span {
    font-size: 13px;
  }
  #roundtrip_lp .theme_block .tour_box {
    padding: 15px;
  }
  #roundtrip_lp .theme_block .tour_box .head .crown {
    width: 58%;
    margin-right: 4%;
    color: #b1851c;
    font-size: 14px;
    padding: 5px 10px 5px 50px;
  }
  #roundtrip_lp .theme_block .tour_box .head .crown::before {
    height: 15px;
    margin-top: -8px;
  }
  #roundtrip_lp .theme_block .tour_box .head .date {
    width: 38%;
    margin-right: 0;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
  }
  #roundtrip_lp .theme_block .tour_box .head .price {
    font-size: 18px;
    margin: 10px auto;
    text-align: center;
  }
  #roundtrip_lp .theme_block .tour_box .head .detail_btn {
    width: 100%;
  }
  #roundtrip_lp .theme_block .tour_box .head .detail_btn a {
    font-size: 16px;
  }
  #roundtrip_lp .theme_block .tour_box .photo {
    margin: 15px auto;
  }
  #roundtrip_lp .theme_block .tour_box .photo li {
    width: 48%;
  }
  #roundtrip_lp .theme_block .tour_box .photo li:first-of-type {
    width: 100%;
    margin-bottom: 15px;
  }
  #roundtrip_lp .theme_block .tour_box .staff_rec {
    padding: 15px;
    margin-bottom: 20px;
  }
  #roundtrip_lp .theme_block .tour_box .staff_rec .rec_ttl {
    font-size: 16px;
    line-height: 1.6;
  }
  #roundtrip_lp .theme_block .tour_box .staff_rec .rec_ttl::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  #roundtrip_lp .theme_block .tour_box .staff_rec ul li {
    font-size: 13px;
  }
  #roundtrip_lp .theme_block .tour_box .staff_rec ul li::before {
    font-size: 13px;
  }
  #roundtrip_lp .theme_block .tour_box .taglink {
    width: 100%;
    margin-right: 0px;
  }
  #roundtrip_lp .theme_block .tour_box .taglink .tag_ttl {
    font-size: 12px;
  }
  #roundtrip_lp .theme_block .tour_box .taglink ul {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: top;
  }
  #roundtrip_lp .theme_block .tour_box .taglink ul li {
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
  }
  #roundtrip_lp .theme_block .tour_box .taglink a {
    font-size: 12px;
  }
  #roundtrip_lp .theme_block .tour_box .tour_btn {
    margin: 10px 0px 0;
  }
  #roundtrip_lp .theme_block .tour_box .tour_btn a {
    width: 100%;
    font-size: 14px;
    padding: 10px 35px 10px 20px;
  }
  #roundtrip_lp .other_link_block {
  width: 100%;
}
  #roundtrip_lp .other_link_block .tour_btn {
    width: 100%;
  }
  #roundtrip_lp .other_link_block .tour_btn a {
    font-size: 20px;
    padding: 15px 30px 15px 15px;
  }
  #roundtrip_lp .other_link_block .tour_btn a span {
    font-size: 64%;
    font-weight: bold;
  }
  #roundtrip_lp .other_link_block .tour_btn a b {
    color: #fff799;
    font-weight: bold;
  }
  #roundtrip_lp .other_link_block .tour_btn a::after {
    top: 50%;
    right: 15px;
  }

  .pagetop {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 9999;
  }
}
/*----------------------topへ戻る----------------------*/
#return_top {
  text-align: center;
  margin: 10px;
}

#return_top a {
  background: url("https://image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px transparent;
  line-height: 1em;
  padding-left: 10px;
}
