@charset "UTF-8";

/*-----------------------------------------
  下層　共通事項
-------------------------------------------*/

#us_roundtrip {
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
  position: relative;
}

#us_roundtrip img {
  height: auto;
  line-height: 0;
  margin: 0;
  max-width: 100%;
  vertical-align: top;
}

#us_roundtrip .center {
  text-align: center;
}

#us_roundtrip .dis_pc {
  display: none;
}

#us_roundtrip .dis_tab {
  display: none;
}

#us_roundtrip .dis_sptotab {
  display: block;
}

#us_roundtrip .dis_sp {
  display: block;
}

#us_roundtrip em {
  font-style: normal;
}

#us_roundtrip .small {
  font-size: 85%;
}

#us_roundtrip a {
  transition: opacity 0.3s ease;
}

#us_roundtrip a:hover {
  opacity: 0.65;
}

#us_roundtrip .hero {
  text-align: center;
  width: 100%;
}

#us_roundtrip .hero picture {
  height: auto;
  max-width: 1366px;
  width: 100%;
}

#us_roundtrip .benefit {
  background: #e7fcff;
}

#us_roundtrip .benefit .benefit_inner {
  margin: 0 auto 20px;
  max-width: 1160px;
  padding: 20px 4%;
}

#us_roundtrip .benefit .benefit_inner .dis_pc {
  display: none;
}

#us_roundtrip .benefit .benefit_inner .tsj_benefit {
  border-bottom: 3px solid #41d5eb;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#us_roundtrip .benefit .benefit_inner .benefit_tit {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

#us_roundtrip .benefit .benefit_inner .benefit_tit strong {
  color: #ea2743;
}

#us_roundtrip p.lead {
  font-size: 1.4rem;
  padding: 15px 4%;
}

#us_roundtrip .sec_wrap {
  margin-bottom: 20px;
  max-width: 1160px;
  padding: 15px 4%;
}

#us_roundtrip .sec_tit {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
}

#us_roundtrip .sec_tit + .sec_txt {
  font-size: 1.4rem;
  padding: 0 0 15px;
}

#us_roundtrip .anker {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#us_roundtrip .anker li {
  flex: 0 0 47.7%;
  margin-bottom: 20px;
}

#us_roundtrip .anker li a {
  align-items: center;
  background: #41d5eb;
  border-radius: 8px;
  box-shadow: 0 5px 0 #1098ac;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.35rem;
  font-weight: bold;
  justify-content: space-between;
  line-height: 1.4;
  padding: 3px 3px 5px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
}

#us_roundtrip .anker li a img {
  border-radius: 5px;
  display: block;
  margin-bottom: 8px;
  width: 100%;
}

#us_roundtrip .anker li a span {
  display: block;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 100%;
}

#us_roundtrip .anker li a span::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 5px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

#us_roundtrip .anker li a:hover {
  opacity: 0.65;
}

#us_roundtrip .round_trip {
  margin: 0 auto 20px;
  width: 92%;
}

#us_roundtrip .round_trip .round_trip_list li[id] {
  border-bottom: 2px dashed #41d5eb;
}

#us_roundtrip .round_trip .round_trip_list li[id] + li {
  padding-top: 30px;
}

#us_roundtrip .round_trip .round_trip_list li[id]:last-child {
  border-bottom: none;
}

#us_roundtrip .round_trip .round_trip_list figure {
  margin-bottom: 10px;
}

#us_roundtrip .round_trip .round_trip_list figure figcaption {
  color: #666;
  font-size: 1.1rem;
  padding: 3px;
  text-align: center;
}

#us_roundtrip .round_trip .round_trip_list figure img {
  height: auto;
  width: 100%;
}

#us_roundtrip .round_trip .round_trip_list .detail .tour_tit {
  align-items: center;
  display: flex;
  font-size: 2.6rem;
  margin-bottom: 15px;
}

#us_roundtrip .round_trip .round_trip_list .detail .tour_tit b {
  background: #41d5eb;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  padding: 8px 20px;
}

#us_roundtrip .round_trip .round_trip_list .detail .tour_tit span {
  background: #38438a;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 8px 30px;
}

#us_roundtrip .round_trip .round_trip_list .detail p {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

#us_roundtrip .round_trip .round_trip_list dl.tour {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

#us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  min-height: 44px;
}

#us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list + div.tour_list {
  border-top: 1px solid #ccc;
}

#us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dt {
  align-items: center;
  background: #38438a;
  color: #fff;
  display: flex;
  flex: 0 0 18%;
  justify-content: center;
  padding: 5px 0;
}

#us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd {
  flex: 1 1 80%;
}

#us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd a {
  align-items: center;
  display: flex;
  font-weight: bold;
  height: 100%;
  justify-content: space-between;
  line-height: 1;
  padding-left: 3%;
  text-decoration: none;
  width: 100%;
}

#us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd .price {
  color: #ea2743;
  flex: 1 1 50%;
  padding: 5px 4%;
}

#us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd .price .min_price {
  font-size: 1.9rem;
}

#us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd .arrow {
  align-items: center;
  background: #ea2743;
  display: flex;
  flex: 0 0 10%;
  height: 100%;
  justify-content: center;
  padding: 5px 10px;
}

#us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd .arrow::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  transform: rotate(-45deg);
  width: 10px;
}

#us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list.sold_out dd {
  align-items: center;
  display: flex;
  font-weight: bold;
  line-height: 1;
  padding-left: 2%;
  width: 100%;
}

#us_roundtrip .round_trip .round_trip_list .other_list_tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#us_roundtrip .round_trip .round_trip_list .other_list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#us_roundtrip .round_trip .round_trip_list .other_list li {
  flex: 0 0 24%;
}

#us_roundtrip .round_trip .round_trip_list .other_list li a {
  align-items: center;
  background: #efefef;
  display: flex;
  font-size: 1.2rem;
  justify-content: space-between;
  line-height: 1;
  padding: 10px 10px;
}

#us_roundtrip .round_trip .round_trip_list .other_list li a::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 5px;
  transform: rotate(-45deg);
  width: 5px;
}

#us_roundtrip .dtop_btn {
  background: #ea2743;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0 15px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 80%;
}

#us_roundtrip .dtop_btn::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  left: 18px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 10px;
}

#us_roundtrip .point_list h3 {
  color: #38438a;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 0;
}

#us_roundtrip .contact {
  background: #e7fcff;
  width: 100%;
}

#us_roundtrip .contact .inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 92%;
}

#us_roundtrip .contact h2 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: center;
}

#us_roundtrip .contact .contact_btns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 760px;
}

#us_roundtrip .contact .contact_btns .tel_btn {
  align-items: center;
  background: #38438a;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex: 0 0 49%;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  margin-right: 1%;
  min-height: 42px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

#us_roundtrip .contact .contact_btns .tel_btn::before {
  display: inline-block;
  content:"";
  aspect-ratio: 1 / 1;
  background: url(../images/icon_tel_white.svg) center center / auto 100% no-repeat;
  content: "";
  padding-left: 8px;
  width: 16px;
}

#us_roundtrip .contact .contact_btns .fo_btn {
  align-items: center;
  background: #fff;
  border: 1px solid #38438a;
  border-radius: 8px;
  color: #38438a;
  display: flex;
  flex: 0 0 49%;
  font-size: 1.3rem;
  font-weight: bold;
  justify-content: center;
  margin-left: 1%;
  min-height: 42px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

#us_roundtrip .contact .contact_btns .fo_btn::after {
  border-bottom: 1px solid #38438a;
  border-right: 1px solid #38438a;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(-45deg);
  width: 8px;
}

#us_roundtrip .contact .contact_btns .fo_btn span {
  display: none;
}

#us_roundtrip .contact .contact_btns .contact_time {
  color: #666;
  font-size: 1.1rem;
  margin-top: 15px;
  text-align: center;
}

#us_roundtrip .trip_tours {
  /* @include tab  {
  	margin-top: 50px;
  } */
}

#us_roundtrip .trip_tours .tour_tab ul {
  display: flex;
  width: 100%;
}

#us_roundtrip .trip_tours .tour_tab li {
  align-items: center;
  background: #fff;
  color: #38438a;
  display: flex;
  justify-content: center;
  width: 100%;
}

#us_roundtrip .trip_tours .tour_tab li.selected {
  background: #38438a;
  color: #fff;
  position: relative;
}

#us_roundtrip .trip_tours .tour_tab li span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

#us_roundtrip .trip_tours .tour_panel:not(.selected) {
  display: none;
}

#us_roundtrip .trip_tours .tour_panel .panel_tours {
  background-color: #d5f3f7;
  border-radius: 10px;
  padding: 15px;
}

#us_roundtrip .trip_tours .tour_panel .panel_btns {
  margin-top: 30px;
  text-align: center;
}

#us_roundtrip .trip_tours .tour_panel .panel_btns .link_btn {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  color: #38438a;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

#us_roundtrip .trip_tours .tour_panel .panel_btns .link_btn::after {
  background: url(../img/arr_01_pink.svg) center center/auto 100% no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

#us_roundtrip .trip_tours .panel_tours {
  background-color: #d5f3f7;
  border-radius: 10px;
  padding: 15px;
}

#us_roundtrip .trip_tours .tour_img {
  aspect-ratio: 286/190;
  display: block;
}

#us_roundtrip .trip_tours .tour_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#us_roundtrip .trip_tours .tour_name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 14px;
}

#us_roundtrip .trip_tours .tour_name a {
  color: #333;
}

#us_roundtrip .trip_tours .tour_info_tab_nav {
  border-bottom: 1px solid #38438a;
  display: flex;
  width: 100%;
}

#us_roundtrip .trip_tours .tour_info_tab_nav li {
  align-items: center;
  background: #fff;
  border-radius: 5px 5px 0 0;
  color: #38438a;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 100px;
}

#us_roundtrip .trip_tours .tour_info_tab_nav li:hover {
  cursor: pointer;
  opacity: 0.65;
}

#us_roundtrip .trip_tours .tour_info_tab_nav li.is_active {
  background: #38438a;
  color: #fff;
  pointer-events: none;
}

#us_roundtrip .trip_tours .tour_info_tab_nav li small {
  font-size: 100%;
  font-weight: 700;
}

#us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt {
  display: none;
  padding: 12px 0 0;
}

#us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt.is_show {
  display: flex;
}

#us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_price {
  flex: 1;
}

#us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_price .fee {
  color: #ea2743;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}

#us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_price .fee .min_price {
  font-size: 160%;
  line-height: 1;
}

#us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_price .fee .max_price {
  font-size: 100%;
  line-height: 1;
}

#us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_price .att {
  font-size: 1.1rem;
  margin-bottom: 0;
  margin-top: 5px;
}

#us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_btn {
  align-items: center;
  background: #ea2743;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  padding-right: 7px;
  position: relative;
  width: 184px;
  /* &::after {
  	background: url(../img/arr_01_white.svg) center center / auto 100% no-repeat;
  	content: "";
  	height: 14px;
  	position: absolute;
  	right: 15px;
  	top: 50%;
  	transform: translateY(-50%);
  	width: 14px;
  	@include spOnly {
  		height: pxtovw(14);
  		right: pxtovw(8);
  		width: pxtovw(14);
  	}
  } */
}

#us_roundtrip .trip_tours .tour_list_link {
  padding-top: 5px;
  text-align: right;
}

#us_roundtrip .trip_tours .tour_list_link a {
  color: #38438a;
}

#us_roundtrip .trip_tours .tour_list_link a::after {
  content: " ≫";
}

@media screen and (min-width: 641px) {
  #us_roundtrip {
    font-size: 1.5rem;
  }

  #us_roundtrip .dis_tab {
    display: block;
  }

  #us_roundtrip .dis_sp {
    display: none;
  }

  #us_roundtrip .benefit .benefit_inner {
    padding: 40px 0;
    width: 92%;
  }

  #us_roundtrip p.lead {
    margin: 0 auto;
    padding: 20px 0 30px;
    text-align: center;
  }

  #us_roundtrip .sec_wrap {
    margin: 30px auto 70px;
    padding: 20px 0 0;
    width: 92%;
  }

  #us_roundtrip .sec_tit {
    font-size: 3.6rem;
    padding-bottom: 30px;
  }

  #us_roundtrip .sec_tit + .sec_txt {
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: center;
  }

  #us_roundtrip .anker li {
    flex: 0 0 19%;
  }

  #us_roundtrip .anker li a {
    border-radius: 10px;
    font-size: 18px;
    padding: 5px;
  }

  #us_roundtrip .anker li a img {
    border-radius: 6px;
  }

  #us_roundtrip .anker li a span {
    line-height: 1.5;
  }

  #us_roundtrip .anker li a span::after {
    height: 8px;
    margin-top: -8px;
    width: 8px;
  }

  #us_roundtrip .round_trip {
    max-width: 960px;
  }

  #us_roundtrip .round_trip .round_trip_list li[id] {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
  }

  #us_roundtrip .round_trip .round_trip_list li[id]:nth-child(even) {
    flex-direction: row-reverse;
  }

  #us_roundtrip .round_trip .round_trip_list li[id] + li {
    padding-top: 50px;
  }

  #us_roundtrip .round_trip .round_trip_list figure {
    width: 49%;
  }

  #us_roundtrip .round_trip .round_trip_list .detail {
    width: 48%;
  }

  #us_roundtrip .round_trip .round_trip_list .detail .tour_tit {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }

  #us_roundtrip .round_trip .round_trip_list .other_list li a {
    font-size: 1.4rem;
  }

  #us_roundtrip .dtop_btn {
    font-size: 1.4rem;
    width: 360px;
  }

  #us_roundtrip .contact .inner {
    max-width: 960px;
    padding: 30px 0;
  }

  #us_roundtrip .contact .contact_btns .tel_btn {
    background: none;
    color: #38438a;
    font-size: 4rem;
    margin-right: 0;
  }

  #us_roundtrip .contact .contact_btns .fo_btn {
    font-size: 1.6rem;
  }

  #us_roundtrip .contact .contact_btns .fo_btn span {
    display: inline-block;
  }

  #us_roundtrip .contact .contact_btns .contact_time {
    font-size: 1.2rem;
  }

  #us_roundtrip .trip_tours .tour_tab {
    border-bottom: 3px solid #38438a;
  }

  #us_roundtrip .trip_tours .tour_tab li {
    border-radius: 8px 8px 0 0;
    height: 45px;
    margin-right: 10px;
    max-width: 160px;
  }

  #us_roundtrip .trip_tours .tour_panel .panel_btns .link_btn {
    font-size: 1.7rem;
    height: 50px;
    min-width: 425px;
    padding: 0 37px 0 20px;
  }

  #us_roundtrip .trip_tours .tour_cnt_01 {
    width: 29.3%;
  }

  #us_roundtrip .trip_tours .tour_cnt_02 {
    flex: 1;
  }

  #us_roundtrip .trip_tours .tour_cnt_02 .tour_img {
    display: none;
  }

  #us_roundtrip .trip_tours .tour_info_tab_nav li + li {
    margin-left: 10px;
  }

  #us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt.is_show {
    align-items: center;
  }

  #us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_price {
    padding-right: 10px;
  }
}

@media screen and (min-width: 1024px) {
  #us_roundtrip .dis_pc {
    display: block;
  }

  #us_roundtrip .dis_sptotab {
    display: none;
  }

  #us_roundtrip .benefit .benefit_inner {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #us_roundtrip .benefit .benefit_inner .benefit_txt {
    flex: 0 0 48%;
  }

  #us_roundtrip .benefit .benefit_inner .benefit_img {
    width: 48%;
  }

  #us_roundtrip .benefit .benefit_inner .tsj_benefit {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }

  #us_roundtrip .benefit .benefit_inner .benefit_tit {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  #us_roundtrip .round_trip {
    max-width: 1160px;
  }

  #us_roundtrip .round_trip .round_trip_list .detail .tour_tit b {
    font-size: 2.4rem;
    padding: 10px 30px;
  }

  #us_roundtrip .round_trip .round_trip_list .detail .tour_tit span {
    font-size: 2.8rem;
    padding: 10px 30px;
  }

  #us_roundtrip .round_trip .round_trip_list .detail p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  #us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list {
    font-size: 1.8rem;
  }

  #us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd .price .min_price {
    font-size: 2.4rem;
  }

  #us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd .arrow {
    background: #ea2743;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex: 0 0 20%;
    height: auto;
    justify-content: space-between;
    margin-right: 10px;
    padding: 9px 12px 9px 15px;
  }

  #us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd .arrow span {
    flex: 1 1 50%;
    font-size: 1.4rem;
    padding-right: 5px;
    text-align: center;
  }

  #us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd .arrow::after {
    border-color: #fff;
    border-width: 1px;
    height: 8px;
    width: 8px;
  }

  #us_roundtrip .point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #us_roundtrip .point_list li {
    flex: 0 0 31%;
  }

  #us_roundtrip .point_list li.w100 {
    flex: 1 0 100%;
    margin-top: 30px;
  }

  #us_roundtrip .point_list li.w100 h3 {
    margin-bottom: 0;
    text-align: center;
  }

  #us_roundtrip .contact .inner {
    max-width: 1160px;
  }

  #us_roundtrip .contact h2 {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  #us_roundtrip .contact .contact_btns .tel_btn::before {
    width: 30px;
    background-image:url(../images/icon_tel_blue.svg)
  }
}

@media screen and (max-width: 768px) {
  #us_roundtrip .trip_tours .tour_info_tab_nav li span {
    line-height: 1.15;
    text-align: center;
  }

  #us_roundtrip .trip_tours .tour_info_tab_nav li small {
    display: block;
    font-size: 76.92%;
  }

  #us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt.is_show {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  #us_roundtrip .benefit .benefit_inner img.dis_sp {
    margin-bottom: 15px;
  }

  #us_roundtrip .benefit .benefit_inner .benefit_tit img {
    max-width: 85%;
    padding: 6px 0 8px;
  }

  #us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd .price {
    font-size: 3.9vw;
  }

  #us_roundtrip .round_trip .round_trip_list dl.tour div.tour_list dd .price .min_price {
    font-size: 5.15vw;
  }

  #us_roundtrip .point_list li {
    padding-bottom: 30px;
  }

  #us_roundtrip .trip_tours {
    margin-bottom: 5.3333vw;
    margin-top: 10.6667vw;
  }

  #us_roundtrip .trip_tours .tour_tab {
    margin-bottom: 3.7333vw;
  }

  #us_roundtrip .trip_tours .tour_tab ul {
    margin: 0 -0.8vw 0 -1.0667vw;
    width: calc(100% + 1.8667vw);
  }

  #us_roundtrip .trip_tours .tour_tab li {
    border-radius: 5px;
    cursor: pointer;
    height: 8vw;
    margin: 0 0.8vw 0 1.0667vw;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }

  #us_roundtrip .trip_tours .tour_tab li.selected::after {
    border-color: #38438a transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -4px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    width: 0;
  }

  #us_roundtrip .trip_tours .tour_tab li span {
    font-size: 3.2vw;
  }

  #us_roundtrip .trip_tours .tour_panel .panel_tours {
    border-radius: 10px;
    padding: 14px;
  }

  #us_roundtrip .trip_tours .tour_panel .panel_btns {
    margin-top: 5.3333vw;
  }

  #us_roundtrip .trip_tours .tour_panel .panel_btns .link_btn {
    font-size: 3.4667vw;
    height: 13.3333vw;
    padding: 0 7.4667vw 0 2.6667vw;
    width: 100%;
  }

  #us_roundtrip .trip_tours .tour_panel .panel_btns .link_btn::after {
    height: 3.7333vw;
    right: 2.1333vw;
    width: 3.7333vw;
  }

  #us_roundtrip .trip_tours .tour_cnt {
    display: flex;
    justify-content: space-between;
  }

  #us_roundtrip .trip_tours .tour_cnt_01 {
    display: none;
  }

  #us_roundtrip .trip_tours .tour_cnt_02 .tour_img {
    aspect-ratio: 120/80;
    width: 32vw;
  }

  #us_roundtrip .trip_tours .tour_name {
    font-size: 3.7333vw;
    margin-bottom: 2.1333vw;
  }

  #us_roundtrip .trip_tours .tour_info_tab {
    overflow: hidden;
  }

  #us_roundtrip .trip_tours .tour_info_tab_nav {
    border-bottom-color: var(--color-primary-line);
    margin: 0 -0.8vw;
    width: calc(100% + 1.6vw);
  }

  #us_roundtrip .trip_tours .tour_info_tab_nav li {
    font-size: 3.2vw;
    height: 8.8vw;
    margin: 0 0.8vw;
    width: calc(100% - 6px);
  }

  #us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt {
    padding-top: 12px;
  }

  #us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_price {
    padding: 0 0 0 2.1333vw;
  }

  #us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_price .fee {
    font-size: 3.7333vw;
    margin-right: -14px;
  }

  #us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_price .fee .min_price {
    font-size: 164.29%;
  }

  #us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_price .att {
    font-size: 2.9333vw;
    margin-top: 1.3333vw;
  }

  #us_roundtrip .trip_tours .tour_info_tab_panel .panel_cnt .tour_btn {
    border-radius: 5px;
    font-size: 4.5333vw;
    height: 12.8vw;
    margin-top: 2.6667vw;
    padding-right: 2.6667vw;
    width: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
  #us_roundtrip .benefit .benefit_inner .benefit_txt p {
    margin-bottom: 15px;
  }
}

@media print {
  body {
    min-width: 1140px !important;
    position: relative !important;
    -webkit-print-color-adjust: exact;
    transform: scale(0.94);
    transform-origin: 0 0;
    width: 100%;
  }
}