:root {
  --vh: 100vh;
  --vw: 100vw;
  --vh1: 1vh;
  --win-vh: calc(var(--vh1, 1vh) * 100);
  --win-vw: 100vw;
  --color-primary: #3981db;
  --color-primary-bg-1: #c5f2ff;
  --color-primary-bg-2: #bbe4ff;
  --color-primary-bg-3: #e9faff;
  --color-primary-line: #ff8ea1;
  --color-secondary: #f23554;
  --color-tour-tab1: #f2f2f2;
  --color-tour-tab1-txt: #333;
  --color-tour-tab1-active: #3981db;
  --color-tour-tab1-active-txt: #fff;
  --color-tour-tab2: #3981db;
  --color-tour-tab2-txt: #fff;
  --color-tour-tab2-active: #fff;
  --color-tour-tab2-active-txt: #3981db;
  --color-tour-btn: #ff535e;
  --color-tour-btn-txt: #fff;
  --color-tour-price-txt: #ff0707;
  --color-tour-head: #f2f2f2;
  --color-tour-main: #3981db;
  --color-tour-main-bg: #c5f2ff;
}

body.is_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}

.contents {
  color: #333;
}

.contents img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.contents i,
.contents em {
  font-style: normal;
}

.contents a {
  color: #333;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

.contents .section {
  background-color: #fff;
  position: relative;
}

.contents .section:not(:last-of-type)::after {
  background: url(../img/bg_wave_blue_pc.png) center top/100% auto no-repeat;
  content: "";
  display: block;
  width: 100%;
}

.contents .section .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.contents .section .sec_title {
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
  width: 100%;
}

.contents .section .sec_title picture {
  display: block;
}

.contents .section p {
  font-size: 1.5rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.contents .section:nth-of-type(2n + 1) {
  background-color: var(--color-primary-bg-1);
}

.contents .section:nth-of-type(2n + 1):not(:last-of-type)::after {
  background-image: url(../img/bg_wave_white_pc.png);
}

.contents .tour_search {
  position: relative;
  z-index: 100;
}

.contents .tour_search .search_box {
  max-width: 100%;
}

.contents .tour_search .search_box .box_head {
  background: #333;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.contents .tour_search .search_box .box_body {
  background: #f2f2f2;
}

.contents .tour_search .search_box .btn_wrap .btn_clear {
  background: #fff;
  border-color: #ccc;
}

.contents .tour_search .search_box .btn_wrap .btn_detail::before {
  background-color: #000;
}

.contents .tour_search .search_box.is_open .search_box_inner {
  max-width: 1100px;
  overflow-y: auto;
}

.contents .sec_about .about_cnt {
  border: 3px solid var(--color-primary);
}

.contents .sec_about .about_cnt.map {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
}

.contents .sec_about .about_cnt.info {
  background: #fff;
}

.contents .sec_about .about_cnt.info .cnt_head {
  text-align: center;
}

.contents .sec_about .about_cnt.info .cnt_head .head_title {
  color: var(--color-primary);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

.contents .sec_about .about_cnt.info .cnt_desc p {
  font-feature-settings: "palt" 1;
  text-align: justify;
}

.contents .sec_about .about_cnt:nth-child(n+2):nth-child(-n+6) .cnt_desc p {
  text-align: center;
}

.contents .sec_about .more_btn {
  display: none;
}

.contents .sec_point .sec_inner {
  padding-bottom: 80px;
}

.contents .sec_point .point_cnt .cnt_img {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.contents .sec_point .point_cnt .cnt_img span {
  aspect-ratio: 318/212;
  display: block;
  overflow: hidden;
}

.contents .sec_point .point_cnt .cnt_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_benefit .sec_inner {
  padding-bottom: 100px;
}

.contents .sec_benefit .benefit_anchor .anchor_link {
  display: block;
}

.contents .sec_benefit .benefit_anchor .anchor_link img {
  width: 100%;
}

.contents .sec_benefit .benefit_box {
  background: #fff;
  border: 3px solid var(--color-primary);
  margin-top: 30px;
  padding: 0 50px 34px;
}

.contents .sec_benefit .benefit_box .box_head {
  position: relative;
}

.contents .sec_benefit .benefit_box .box_head .head_title {
  padding-left: 10px;
  position: relative;
}

.contents .sec_benefit .benefit_box .box_head .head_title .num {
  position: absolute;
}

.contents .sec_benefit .benefit_box .box_head .head_title .tit {
  display: inline-block;
}

.contents .sec_benefit .benefit_box .box_head .head_desc {
  line-height: 1.57;
}

.contents .sec_benefit .benefit_box .box_body .cnt_wrap {
  padding-top: 25px;
  position: relative;
}

.contents .sec_benefit .benefit_box .box_body .cnt_wrap::after {
  background: url(../img/line_dot_blue.svg) center center/auto 100% repeat-x;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.contents .sec_benefit .benefit_box .box_body .cnt_title {
  text-align: center;
}

.contents .sec_benefit .benefit_box .box_body .txt_wrap.img {
  display: flex;
  width: 100%;
}

.contents .sec_benefit .benefit_box .box_body .txt_wrap.img p {
  order: 2;
}

.contents .sec_benefit .benefit_box .box_body .txt_wrap.img .img img {
  width: 100%;
}

.contents .sec_benefit .benefit_box .box_body .txt_wrap.img .img_1 {
  order: 1;
}

.contents .sec_benefit .benefit_box .box_body .txt_wrap.img .img_2 {
  order: 3;
}

.contents .sec_benefit .benefit_box .box_body .txt_wrap + .wrap {
  margin-top: 30px;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt {
  background: var(--color-primary-bg-3);
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_img {
  aspect-ratio: 330/315;
  overflow: hidden;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt {
  padding: 15px;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .name {
  color: var(--color-primary);
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .name small {
  display: block;
  font-size: 83.33%;
  font-weight: 700;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .name b {
  font-weight: 700;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .price {
  align-items: flex-end;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .price b {
  color: #f23554;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .price .del {
  font-size: 120%;
  position: relative;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .price .del::after {
  background: #333;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .price .discounted {
  font-size: 186.67%;
}

.contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .desc {
  font-size: 1.4rem;
  line-height: 1.57;
  margin-top: 12px;
}

.contents .sec_benefit .attention_box {
  background: #fff;
  margin-top: 70px;
  padding: 50px 95px;
}

.contents .sec_benefit .attention_box .box_title {
  color: var(--color-primary);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

.contents .sec_benefit .attention_box p {
  font-size: 1.4rem;
  line-height: 1.57;
}

.contents .sec_benefit .attention_box p + p {
  margin-top: 25px;
}

.contents .sec_benefit .attention_box p + .box_title {
  margin-top: 40px;
}

.contents .sec_tour.oshi .tourlist {
  margin-bottom: 70px;
}

.contents .sec_tour.recom .tourlist {
  margin-bottom: 80px;
}

.contents .sec_tour .link_btn {
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 420px;
}

.contents .sec_tour .link_btn::after {
  background: url(../img/arr_white.svg) center center/cover no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}

.tourlist.tabpanel .tour_tab ul {
  display: flex;
  width: 100%;
}

.tourlist.tabpanel .tour_tab li {
  align-items: center;
  background: var(--color-tour-tab1);
  border: 1px solid #dadada;
  color: var(--color-tour-tab1-txt);
  cursor: pointer;
  display: flex;
  height: 58px;
  justify-content: center;
  transition: opacity 0.3s ease;
  width: 100%;
}

.tourlist.tabpanel .tour_tab li + li {
  border-left: 0;
}

.tourlist.tabpanel .tour_tab li.selected {
  background: var(--color-tour-tab1-active);
  border: 1px solid var(--color-tour-tab1-active);
  color: var(--color-tour-tab1-active-txt);
  position: relative;
}

.tourlist.tabpanel .tour_tab li.selected::after {
  border: 30px solid transparent;
  border-top: 20px solid var(--color-tour-tab1-active);
  bottom: -40px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 0;
}

.tourlist.tabpanel .tour_tab li span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 5px;
  text-align: center;
}

.tourlist.tabpanel .tour_panel {
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 35px;
}

.tourlist.tabpanel .tour_panel:not(.selected) {
  display: none;
}

.tourlist .tour_cnt {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.tourlist .tour_cnt img {
  height: auto;
  width: 100%;
}

.tourlist .tour_cnt_head {
  background: var(--color-tour-head);
  overflow: hidden;
  padding: 10px 15px;
}

.tourlist .tour_cnt_head .cnt_head_01 {
  background: #fff;
  border: 2px solid var(--color-tour-main);
  float: left;
  text-align: center;
  width: 155px;
}

.tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
  border-bottom: 2px solid var(--color-tour-main);
  color: var(--color-tour-main);
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 5px;
  text-align: center;
}

.tourlist .tour_cnt_head .cnt_head_01 .tour_code {
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 12px 5px;
  text-align: center;
}

.tourlist .tour_cnt_head .cnt_head_02 {
  padding-left: 177px;
}

.tourlist .tour_cnt_head .tour_name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
}

.tourlist .tour_cnt_head .tour_name a {
  color: #333;
}

.tourlist .tour_cnt_head .tour_comment {
  background: #fff;
  display: table;
  width: 100%;
}

.tourlist .tour_cnt_head .tour_comment > span {
  display: table-cell;
  font-size: 1.1rem;
  line-height: 1.6;
  vertical-align: middle;
}

.tourlist .tour_cnt_head .tour_comment_tit {
  background: var(--color-tour-main);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 86px;
}

.tourlist .tour_cnt_head .tour_comment_txt {
  padding: 5px 10px;
}

.tourlist .tour_cnt_head .tour_img a {
  aspect-ratio: 170/114;
  display: block;
  overflow: hidden;
}

.tourlist .tour_cnt_head .tour_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tourlist .tour_cnt_wrap {
  overflow: hidden;
  padding: 7px 15px;
}

.tourlist .tour_cnt_wrap .cnt_left {
  float: left;
  width: 220px;
}

.tourlist .tour_cnt_wrap .cnt_right {
  padding-left: 236px;
}

.tourlist .tour_cnt_wrap .tour_info_list li {
  margin-bottom: 4px;
  overflow: hidden;
}

.tourlist .tour_cnt_wrap .tour_info_list li.tour_airline {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.tourlist .tour_cnt_wrap .tour_info_list li.tour_seat {
  display: inline-block;
}

.tourlist .tour_cnt_wrap .tour_info_list p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.tourlist .tour_cnt_wrap .tour_info_list .tit {
  background: var(--color-tour-main);
  color: #fff;
  float: left;
  height: 22px;
  line-height: 20px;
  text-align: center;
  width: 70px;
}

.tourlist .tour_cnt_wrap .tour_info_list .txt {
  padding: 3px 0 0 80px;
}

.tourlist .tour_cnt_wrap .tour_info_list .txt .direct {
  border: 1px solid #ff6e00;
  border-radius: 20px;
  color: #ff6e00;
  display: inline-block;
  font-size: 1.1rem;
  margin: -3px 0 0 10px;
  padding: 2px 10px;
}

.tourlist .tour_cnt_wrap .tour_info_tab {
  background: #e6e6e6;
  overflow: hidden;
  padding: 5px 3px;
}

.tourlist .tour_cnt_wrap .tour_info_tab_nav {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.tourlist .tour_cnt_wrap .tour_info_tab_nav li {
  display: table-cell;
}

.tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
  background: var(--color-tour-tab2);
  border-bottom: 3px solid var(--color-tour-tab2);
  border-radius: 4px 4px 0 0;
  color: var(--color-tour-tab2-txt);
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 33px;
  margin: 0 2px;
  text-align: center;
}

.tourlist .tour_cnt_wrap .tour_info_tab_nav li.is_active span {
  background: var(--color-tour-tab2-active);
  border-bottom: 3px solid #fff;
  color: var(--color-tour-tab2-active-txt);
}

.tourlist .tour_cnt_wrap .tour_info_tab_nav li span:hover {
  opacity: 0.65;
}

.tourlist .tour_cnt_wrap .tour_info_tab_nav li.is_active span:hover {
  opacity: 1;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel {
  background: #fff;
  margin: 0 2px;
  overflow: hidden;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {
  display: none;
  min-height: 70px;
  padding: 10px 10px 10px 0;
  position: relative;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt.active {
  display: block;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {
  overflow: hidden;
  width: 100%;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {
  float: left;
  width: 103px;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
  background: #323232;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  height: 48px;
  line-height: 1.4;
  padding: 7px 0 0 15px;
  position: relative;
  width: 103px;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span::after {
  border-color: transparent transparent transparent #323232;
  border-style: solid;
  border-width: 24px 0 24px 10px;
  content: "";
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
  display: block;
  font-size: 1.4rem;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
  padding-left: 120px;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .price {
  color: var(--color-tour-price-txt);
  font-weight: bold;
  line-height: 1.2;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {
  font-size: 2.4rem;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
  font-size: 2.4rem;
  margin-left: 5px;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {
  overflow: hidden;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price {
  background: url(../img/common/line_double_01.png) center center repeat-x;
  color: #505050;
  display: inline-block;
  margin-right: 10px;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
  font-size: 1.8rem;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
  font-size: 1.8rem;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {
  background: var(--color-tour-price-txt);
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2px 0;
  text-align: center;
  width: 105px;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.4;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
  color: var(--color-tour-price-txt);
  display: block;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 small {
  display: inline-block;
  font-size: 1em;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {
  background: url(../img/icon_tour_attention.png) left center no-repeat;
  color: #0064d2;
  margin-left: 5px;
  padding-left: 17px;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 span {
  text-decoration: underline;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
  bottom: 8px;
  height: 44px;
  position: absolute;
  right: 10px;
  width: 160px;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {
  background: var(--color-tour-btn);
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a::after {
  background: url(../img/arr_white.svg) center center/100% 100% no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.contents .tourlist2 .tour_tab {
  align-items: flex-end;
  display: flex;
  position: relative;
  z-index: 1;
}

.contents .tourlist2 .tour_tab li {
  align-items: center;
  background: var(--color-primary-bg-2);
  border-radius: 5px 5px 0 0;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  margin-right: 9px;
  transition: opacity 0.3s ease;
  width: 98px;
}

.contents .tourlist2 .tour_tab li.selected {
  background: var(--color-primary);
  color: #fff;
}

.contents .tourlist2 .tour_panel {
  display: none;
  position: relative;
  z-index: 2;
}

.contents .tourlist2 .tour_panel .txt_link {
  margin-top: 14px;
  text-align: right;
}

.contents .tourlist2 .tour_panel .txt_link a {
  align-items: center;
  color: var(--color-primary);
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: flex-end;
  line-height: 1.6;
}

.contents .tourlist2 .tour_panel .txt_link a::after {
  background: url(../img/arr_blue.svg) center center/100% auto no-repeat;
  content: "";
  height: 9px;
  margin-left: 11px;
  width: 5px;
}

.contents .tourlist2 .tour_cnt {
  background: var(--color-primary-bg-3);
  overflow: hidden;
}

.contents .tourlist2 .tour_img {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.contents .tourlist2 .tour_img .img_wrap {
  aspect-ratio: 206/137;
  display: block;
  overflow: hidden;
}

.contents .tourlist2 .tour_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .tourlist2 .tour_name {
  font-weight: 700;
}

.contents .tourlist2 .tour_price .price {
  color: #f23554;
  font-weight: 700;
  line-height: 1;
}

.contents .tourlist2 .tour_price .att {
  display: block;
}

.contents .tourlist2 .tour_btn {
  align-items: center;
  background: var(--color-tour-btn);
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  position: relative;
}

.contents .tourlist2 .tour_btn::after {
  background: url(../img/arr_white.svg) center center/100% auto no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.contents .btm_bnr {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.contents .btm_bnr .link {
  display: block;
}

.contents .floating_btns {
  bottom: 2.6667vw;
  position: fixed;
  right: 1.8667vw;
  z-index: 100;
}

.contents .floating_btns .btn {
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.9333vw;
  justify-content: center;
  line-height: 1.27;
  margin-top: 2.6667vw;
  text-align: center;
  width: 17.6vw;
}

.contents .floating_btns .btn::before {
  content: "";
  margin-bottom: 1.3333vw;
}

.contents .floating_btns .btn.btn_benefit {
  background: var(--color-secondary);
}

.contents .floating_btns .btn.btn_benefit::before {
  background: url(../img/icon_benefit_white.svg) center center/contain no-repeat;
  height: 5.3333vw;
  width: 6.6667vw;
}

.contents .floating_btns .btn.btn_tour {
  background: var(--color-primary);
}

.contents .floating_btns .btn.btn_tour::before {
  background: url(../img/icon_tour_white.svg) center center/contain no-repeat;
  height: 6.6667vw;
  width: 4vw;
}

@media screen and (min-width: 601px), print {
  .breadcrumb_area {
    width: 100%;
  }

  .breadcrumb_area > nav {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
  }

  .contents .section:not(:last-of-type)::after {
    height: 98px;
  }

  .contents .tour_search {
    margin: 40px auto 45px;
  }

  .contents .tour_search .search_box .search_box_inner {
    background: rgba(255, 255, 255, 0.75);
    overflow-y: auto;
    padding: 0;
  }

  .contents .tour_search .search_box .box_body {
    padding: 26px 26px 0;
  }

  .contents .tour_search .search_box:not(.is_open) .box_head {
    display: block;
  }

  .contents .tour_search .search_box:not(.is_open) .box_head .search_close {
    display: none;
  }

  .contents .tour_search .search_box:not(.is_open) .box_head .head_tit {
    align-items: center;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 45px;
    justify-content: center;
  }

  .contents .tour_search .search_box:not(.is_open) .box_body {
    border: 1px solid #e0e0e0;
    border-top: none;
  }

  .contents .sec_about .sec_title {
    margin-bottom: 48px;
  }

  .contents .sec_about .sec_title img {
    width: 100%;
  }

  .contents .sec_point .sec_title {
    position: relative;
    top: -2.5vh;
  }

  .contents .sec_point .sec_title img {
    width: 85.64%;
  }

  .contents .sec_point .point_wrap {
    display: -ms-grid;
    display: grid;
    gap: 0 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .contents .sec_point .point_cnt .cnt_img {
    margin-bottom: 15px;
    padding: 10px;
  }

  .contents .sec_point .point_cnt .cnt_tit {
    align-items: center;
    display: flex;
    height: 70px;
    margin-bottom: 20px;
  }

  .contents .sec_benefit .sec_title {
    position: relative;
    top: -3.5vh;
  }

  .contents .sec_benefit .sec_title img {
    margin: 0 -1.14%;
    max-width: 102.27%;
  }

  .contents .sec_benefit .benefit_anchor {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
    margin-left: -60.2px;
    width: calc(100% + 60.2px);
  }

  .contents .sec_benefit .benefit_anchor .anchor_link {
    margin: 0 0 0 37.5px;
  }

  .contents .sec_benefit .benefit_box .box_head {
    text-align: center;
  }

  .contents .sec_benefit .benefit_box .box_head .head_title .num {
    left: 0;
    margin-top: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .contents .sec_benefit .benefit_box .box_head .head_desc {
    font-size: 1.4rem;
    margin-top: 22px;
    text-align: center;
  }

  .contents .sec_benefit .benefit_box .box_body .cnt_wrap + .cnt_wrap {
    margin-top: 60px;
  }

  .contents .sec_benefit .benefit_box .box_body .cnt_title {
    margin-bottom: 20px;
  }

  .contents .sec_benefit .benefit_box .box_body .cnt_title img {
    height: 42px;
    width: auto;
  }

  .contents .sec_benefit .benefit_box .box_body .txt_wrap.img {
    justify-content: space-between;
  }

  .contents .sec_benefit .benefit_box .box_body .txt_wrap.img p {
    flex: 1;
    letter-spacing: -0.02em;
    padding: 0 40px;
  }

  .contents .sec_benefit .benefit_box .box_body .txt_wrap.img .img {
    width: 24.7%;
  }

  .contents .sec_benefit .benefit_box .box_body .txt_wrap:not(.img) p {
    text-align: center;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .contents .sec_benefit .benefit_box.benefit_01 .box_head {
    background: url(../img/benefit_01_bg_pc.svg) center center/100% auto no-repeat;
    padding-bottom: 15px;
    padding-top: 30px;
  }

  .contents .sec_benefit .benefit_box.benefit_01 .box_head .head_title .num {
    width: 17.04%;
  }

  .contents .sec_benefit .benefit_box.benefit_01 .box_head .head_title .tit {
    width: 61.29%;
  }

  .contents .sec_benefit .benefit_box.benefit_02 .box_head {
    background: url(../img/benefit_02_bg_pc.svg) center center/100% auto no-repeat;
    padding-bottom: 25px;
    padding-top: 48px;
  }

  .contents .sec_benefit .benefit_box.benefit_02 .box_head .head_title .num {
    width: 18.04%;
  }

  .contents .sec_benefit .benefit_box.benefit_02 .box_head .head_title .tit {
    width: 47.58%;
  }

  .contents .sec_benefit .benefit_box.benefit_02 .box_body .txt_wrap.img {
    margin-top: 30px;
  }

  .contents .sec_tour.oshi .sec_title {
    margin-bottom: 48px;
  }

  .contents .sec_tour.oshi .sec_title img {
    width: 94.18%;
  }

  .contents .sec_tour.recom .sec_title {
    position: relative;
    top: -4.5vh;
  }

  .contents .sec_tour.recom .sec_title img {
    margin: 0 -4.77%;
    max-width: 109.55%;
  }

  .tourlist .tour_cnt_head .tour_img {
    float: left;
    margin-right: 20px;
    width: 170px;
  }

  .tourlist .tour_cnt_head .cnt_head_01 {
    margin-right: 20px;
  }

  .tourlist .tour_cnt_head .cnt_head_02 {
    overflow: hidden;
    padding-left: 0;
  }

  .tourlist .tour_cnt_wrap .cnt_left {
    width: 39%;
  }

  .tourlist .tour_cnt_wrap .cnt_right {
    float: right;
    padding-left: 0;
    width: 58%;
  }

  .tourlist .tour_cnt_wrap .panel_cnt {
    padding: 10px 10px 10px 0;
  }

  .tourlist .tour_cnt_wrap .tour_price_txt .member .price {
    margin-right: 0;
  }

  .tourlist .tour_cnt_wrap .tour_price_txt .price {
    margin-bottom: 3px;
  }

  .tourlist .tour_cnt_wrap .tour_price_txt .att .att_01 {
    display: block;
  }

  .tourlist .tour_cnt_wrap .tour_price {
    margin-right: 150px;
    width: auto;
  }

  .tourlist .tour_cnt_wrap .tour_btn {
    bottom: 100%;
    width: 136px;
  }

  .tourlist .tour_cnt_head .tour_img a:hover img,
  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a:hover {
    opacity: 0.65;
  }

  .contents .tourlist2 .tour_cnt {
    border: 1px solid var(--color-primary);
    margin-top: -1px;
    padding: 20px 30px 24px;
  }

  .contents .tourlist2 .tour_img {
    float: left;
    margin-right: 3.23%;
    padding: 7px 6px;
    width: 23.49%;
  }

  .contents .tourlist2 .tour_name {
    float: left;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
    width: calc(100% - 26.72%);
  }

  .contents .tourlist2 .tour_price {
    float: left;
    width: 44.94%;
  }

  .contents .tourlist2 .tour_price .price {
    font-size: 1.9rem;
  }

  .contents .tourlist2 .tour_price .price .min_price {
    font-size: 163.16%;
  }

  .contents .tourlist2 .tour_price .price .max_price {
    font-size: 163.16%;
  }

  .contents .tourlist2 .tour_price .att {
    font-size: 1rem;
    margin-top: 8px;
  }

  .contents .tourlist2 .tour_btn {
    border-radius: 8px;
    float: right;
    font-size: 1.6rem;
    width: 25.32%;
  }

  .contents .tourlist2 .tour_btn::after {
    height: 14px;
    right: 17px;
    width: 7px;
  }

  .contents .btm_bnr {
    border: 1px solid #00263f;
    margin: 95px auto 110px;
    max-width: 410px;
    padding: 10px;
  }

  .contents .btm_bnr .link.logo {
    margin: 0 10px 0 0;
  }

  .contents .btm_bnr .link.insta {
    margin: 0 15px 0 10px;
  }

  .contents .btm_bnr .link.youtube {
    margin: 0 0 0 15px;
  }

  .contents .floating_btns {
    display: none;
  }
}

@media not screen, screen and (min-width: 601px) {
  .contents .vsp600 {
    display: none;
  }
}

@media not screen, screen and (min-width: 961px) {
  .contents .vsp960 {
    display: none;
  }
}

@media screen and (min-width: 961px), print {
  .contents .tour_search {
    margin: 70px auto 75px;
  }

  .contents .sec_hero {
    aspect-ratio: 1920/910;
    max-height: 910px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .contents .sec_hero .hero_title {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }

  .contents .sec_hero .hero_title img {
    max-height: 110%;
    max-width: 1013px;
    width: auto;
  }

  .contents .sec_hero .hero_visual {
    text-align: center;
  }

  .contents .sec_hero .hero_visual img {
    height: 100%;
    width: auto;
  }

  .contents .sec_about .about_wrap {
    display: -ms-grid;
    display: grid;
    gap: 33px 3.55%;
    -ms-grid-columns: 1fr 3.55% 1fr 3.55% 1fr 3.55% 1fr;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }

  .contents .sec_about .about_cnt.map {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .contents .sec_about .about_cnt.map img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .contents .sec_about .about_cnt.info {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    padding: 30px 20px 20px;
  }

  .contents .sec_about .about_cnt.info .cnt_head .head_icon {
    height: 62px;
  }

  .contents .sec_about .about_cnt:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .contents .sec_about .about_cnt:nth-child(3) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .contents .sec_about .about_cnt:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .contents .sec_about .about_cnt:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .contents .sec_about .about_cnt:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

  .contents .sec_about .about_cnt:nth-child(7) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

  .contents .sec_about .about_cnt:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

  .contents .sec_about .about_cnt:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }

  .contents .sec_about .about_cnt.info_08 .inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    width: 100%;
  }

  .contents .sec_about .about_cnt.info_08 .cnt_head {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
  }

  .contents .sec_about .about_cnt.info_08 .cnt_img {
    width: 78.43%;
  }

  .contents .sec_about .about_cnt.info_08 .cnt_desc {
    margin-top: 30px;
    width: 100%;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt {
    display: flex;
    flex-direction: column;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt:nth-child(2) .cnt_img {
    order: 2;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt:nth-child(2) .cnt_txt {
    order: 1;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt {
    aspect-ratio: 330/315;
  }
}

@media screen and (min-width: 1101px), print {
  .contents .sec_about .sec_inner {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1100px) {
  .contents .section .sec_inner {
    padding-left: 4.55%;
    padding-right: 4.55%;
  }

  .contents .sec_about .sec_inner {
    padding-bottom: 60px;
  }

  .tourlist .tour_cnt {
    margin: 0 0 20px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {
    padding: 10px;
  }

  .tourlist .tour_cnt_wrap .cnt_left {
    float: none;
    width: 100%;
  }

  .tourlist .tour_cnt_wrap .cnt_right {
    padding-left: 0;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att {
    margin-right: -5%;
    width: 105%;
  }
}

@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }

  .contents .sec_hero {
    height: 122.6667vw;
  }

  .contents .sec_hero .hero_title img {
    width: 100%;
  }

  .contents .sec_hero .hero_visual {
    display: none;
  }

  .contents .sec_about .about_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -10px auto;
    max-width: 600px;
    width: 100%;
  }

  .contents .sec_about .about_cnt {
    margin: 10px;
  }

  .contents .sec_about .about_cnt.map {
    width: calc(100% - 20px);
  }

  .contents .sec_about .about_cnt.info {
    width: calc(50% - 20px);
  }

  .contents .sec_about .about_cnt.info .inner {
    height: 100%;
    padding: 15px;
  }

  .contents .sec_about .about_cnt:nth-child(n+8) {
    width: calc(100% - 20px);
  }

  .contents .sec_benefit .benefit_box {
    padding: 0 20px 30px;
  }

  .contents .sec_benefit .attention_box {
    margin-top: 35px;
    padding: 40px 30px;
  }
}

@media screen and (max-width: 600px) {
  :root {
    --color-tour-tab2: #e9faff;
    --color-tour-tab2-txt: #3981db;
    --color-tour-tab2-active: #3981db;
    --color-tour-tab2-active-txt: #fff;
  }

  .breadcrumb_area {
    background: #f2f2f2;
  }

  .breadcrumb_area > nav {
    align-items: center;
    display: flex;
    height: 25px;
    padding: 0;
  }

  .tw_pagetop {
    display: none !important;
    opacity: 1;
  }

  .tw_pagetop.hide,
  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }

  .contents .section:not(:last-of-type)::after {
    aspect-ratio: 750/42;
    background-image: url(../img/bg_wave_blue_sp.png);
  }

  .contents .section .sec_inner {
    padding-left: 3.7vw;
    padding-right: 3.7vw;
  }

  .contents .section p {
    font-size: 3.7333vw;
    line-height: 1.57;
  }

  .contents .section:nth-of-type(2n + 1):not(:last-of-type)::after {
    background-image: url(../img/bg_wave_white_sp.png);
  }

  .contents .vpc600 {
    display: none;
  }

  .contents .tour_search {
    margin: 0 calc(3.7vw * -1);
    width: calc(100% + 3.7vw * 2);
  }

  .contents .tour_search .search_box {
    background: none;
  }

  .contents .tour_search .search_box .box_head {
    height: 12vw;
  }

  .contents .tour_search .search_box .box_body {
    padding: 4vw 4vw 5.3333vw;
  }

  .contents .sec_about .sec_inner {
    padding-bottom: 10.6667vw;
  }

  .contents .sec_about .sec_title {
    margin-bottom: 8.8vw;
  }

  .contents .sec_about .about_wrap {
    margin: -1.8667vw -1.6vw;
    width: calc(100% + 3.2vw);
  }

  .contents .sec_about .about_cnt {
    border-width: 0.8vw;
    margin: 1.8667vw 1.6vw;
  }

  .contents .sec_about .about_cnt.map {
    width: calc(100% - 3.2vw);
  }

  .contents .sec_about .about_cnt.info {
    width: calc(50% - 3.2vw);
  }

  .contents .sec_about .about_cnt.info .inner {
    overflow: hidden;
    padding: 2.6667vw 4vw 1.0667vw 4vw;
  }

  .contents .sec_about .about_cnt.info .cnt_head .head_title {
    font-size: 4vw;
    margin-bottom: 2.6667vw;
  }

  .contents .sec_about .about_cnt.info .cnt_head .head_icon {
    margin-bottom: 4.8vw;
  }

  .contents .sec_about .about_cnt.info .cnt_head .head_icon img {
    width: 6.4vw;
  }

  .contents .sec_about .about_cnt.info .cnt_head .head_icon img.info_03 {
    width: 6.9333vw;
  }

  .contents .sec_about .about_cnt.info .cnt_head .head_icon img.info_04 {
    width: 8vw;
  }

  .contents .sec_about .about_cnt.info .cnt_head .head_icon img.info_05 {
    width: 6.9333vw;
  }

  .contents .sec_about .about_cnt.info .cnt_head .head_icon img.info_06 {
    width: 11.7333vw;
  }

  .contents .sec_about .about_cnt.info .cnt_head .head_icon img.info_07 {
    width: 8vw;
  }

  .contents .sec_about .about_cnt.info .cnt_head .head_icon img.info_08 {
    width: 9.6vw;
  }

  .contents .sec_about .about_cnt.info .cnt_img {
    margin-bottom: 4vw;
  }

  .contents .sec_about .about_cnt:nth-child(n+8) {
    width: calc(100% - 3.2vw);
  }

  .contents .sec_about .about_cnt:nth-child(4) .cnt_desc p {
    letter-spacing: -0.04em;
  }

  .contents .sec_about .more_cnt {
    margin-bottom: 1.6vw;
    overflow: hidden;
  }

  .contents .sec_about .more_btn {
    align-items: center;
    background-color: var(--color-primary);
    color: #fff;
    display: flex;
    font-size: 2.9333vw;
    font-weight: 700;
    height: 6.1333vw;
    justify-content: center;
    margin: 0 -4vw -1.0667vw;
    padding-top: 0.8vw;
    text-align: center;
    width: calc(100% + 8vw);
  }

  .contents .sec_point .sec_inner {
    padding: 0 4.8vw 10.6667vw;
  }

  .contents .sec_point .point_cnt {
    margin-top: 3.7333vw;
  }

  .contents .sec_point .point_cnt .cnt_img {
    margin-bottom: 1.3333vw;
    padding: 2.6667vw;
  }

  .contents .sec_point .point_cnt .cnt_tit {
    margin-bottom: 1.3333vw;
  }

  .contents .sec_point .point_cnt .cnt_tit img {
    height: 24.8vw;
  }

  .contents .sec_benefit .sec_inner {
    padding-bottom: 10.6667vw;
  }

  .contents .sec_benefit .benefit_anchor {
    margin: 0 4vw 0 -2.6667vw;
    width: calc(100% - 4vw + 2.6667vw);
  }

  .contents .sec_benefit .benefit_anchor .anchor_link {
    margin-top: 3.4667vw;
    width: 100%;
  }

  .contents .sec_benefit .benefit_box {
    margin-top: 30.1333vw;
    padding: 0 3.7vw 5.3333vw;
    position: relative;
  }

  .contents .sec_benefit .benefit_box::before {
    background: url(../img/benefit_bg_sp.svg) right bottom/auto 94.69% no-repeat;
    bottom: 100%;
    content: "";
    height: 30.1333vw;
    left: 0;
    margin-bottom: 0.8vw;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .contents .sec_benefit .benefit_box .box_head {
    padding-bottom: 4vw;
    padding-top: 4vw;
  }

  .contents .sec_benefit .benefit_box .box_head .head_title {
    margin: 0 -5.3333vw;
    width: calc(100% + 10.6667vw);
  }

  .contents .sec_benefit .benefit_box .box_head .head_title .num {
    bottom: calc(100% + 5.3333vw);
    height: 24vw;
    left: -2.1333vw;
  }

  .contents .sec_benefit .benefit_box .box_head .head_title .num img {
    height: 100%;
    width: auto;
  }

  .contents .sec_benefit .benefit_box .box_head .head_desc {
    font-size: 3.7333vw;
    margin-top: 1.3333vw;
  }

  .contents .sec_benefit .benefit_box .box_body .cnt_wrap {
    padding-top: 6.9333vw;
  }

  .contents .sec_benefit .benefit_box .box_body .cnt_wrap + .cnt_wrap {
    margin-top: 9.4667vw;
  }

  .contents .sec_benefit .benefit_box .box_body .cnt_title {
    margin-bottom: 6.6667vw;
  }

  .contents .sec_benefit .benefit_box .box_body .cnt_title img {
    width: 77.3333vw;
  }

  .contents .sec_benefit .benefit_box .box_body .txt_wrap.img {
    flex-direction: column;
    margin-bottom: -4vw;
  }

  .contents .sec_benefit .benefit_box .box_body .txt_wrap.img p {
    margin-bottom: 4vw;
    width: 100%;
  }

  .contents .sec_benefit .benefit_box .box_body .txt_wrap.img .img {
    margin-bottom: 4vw;
    width: 100%;
  }

  .contents .sec_benefit .benefit_box .box_body .txt_wrap + .wrap {
    margin-top: 4vw;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_img {
    aspect-ratio: 309/295;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt {
    padding: 3.4667vw 4.2667vw 4vw;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .name {
    font-size: 4.8vw;
    margin-bottom: 2.6667vw;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .name small {
    font-size: 77.78%;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .price {
    font-size: 3.4667vw;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .price .del {
    font-size: 123.08%;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap .list_cnt .cnt_txt .price .discounted {
    font-size: 187.31%;
  }

  .contents .sec_benefit .benefit_box.benefit_02 {
    padding-bottom: 4vw;
  }

  .contents .sec_benefit .benefit_box.benefit_02 .box_body .txt_wrap {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .contents .sec_benefit .benefit_box.benefit_02 .box_body .txt_wrap p {
    margin-bottom: 5.3333vw;
    order: 1;
    width: 100%;
  }

  .contents .sec_benefit .benefit_box.benefit_02 .box_body .txt_wrap .img {
    margin-bottom: 5.3333vw;
    width: calc(50% - 1.6vw);
  }

  .contents .sec_benefit .benefit_box.benefit_02 .box_body .txt_wrap .img_1 {
    order: 2;
  }

  .contents .sec_benefit .benefit_box.benefit_02 .box_body .txt_wrap .img_2 {
    order: 3;
  }

  .contents .sec_benefit .attention_box {
    margin-top: 6.4vw;
    padding: 6.6667vw 5.3333vw;
  }

  .contents .sec_benefit .attention_box .box_title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }

  .contents .sec_benefit .attention_box p {
    font-size: 3.7333vw;
  }

  .contents .sec_benefit .attention_box p + p {
    margin-top: 6.6667vw;
  }

  .contents .sec_benefit .attention_box p + .box_title {
    margin-top: 9.3333vw;
  }

  .contents .sec_tour.oshi .sec_title {
    margin-bottom: 5.3333vw;
  }

  .contents .sec_tour.oshi .tourlist {
    margin-bottom: 10.6667vw;
  }

  .contents .sec_tour.recom .sec_title {
    margin-bottom: 4.2667vw;
  }

  .contents .sec_tour.recom .tourlist {
    margin-bottom: 10.6667vw;
  }

  .contents .sec_tour .link_btn {
    border-radius: 1.3333vw;
    font-size: 3.7333vw;
    height: 13.3333vw;
    width: 78.6667vw;
  }

  .contents .sec_tour .link_btn::after {
    height: 3.7333vw;
    right: 4.5333vw;
    width: 1.8667vw;
  }

  .contents .sec_tour .tour_search {
    margin: 0 calc(3.7vw * -1);
    width: calc(100% + 3.7vw * 2);
  }

  .tourlist.tabpanel .tour_tab {
    padding: 0 0 15px;
  }

  .tourlist.tabpanel .tour_tab li {
    cursor: pointer;
    height: 44px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }

  .tourlist.tabpanel .tour_tab li span {
    font-size: 3.2vw;
    margin: 0 3px;
  }

  .tourlist.tabpanel .tour_tab li.selected::after {
    border-color: var(--color-tour-tab1-active) transparent transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: -6px;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
  }

  .tourlist.tabpanel .tour_panel {
    padding: 0;
  }

  .tourlist .tour_cnt {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    margin: 0 0 5.3333vw;
  }

  .tourlist .tour_cnt_head {
    padding: 15px 15px 10px;
  }

  .tourlist .tour_cnt_head .tour_img {
    float: left;
    width: 28%;
  }

  .tourlist .tour_cnt_head .cnt_head_01 {
    background: #fff;
    border-width: 1px;
    display: flex;
    float: right;
    margin-bottom: 5px;
    width: 70%;
  }

  .tourlist .tour_cnt_head .cnt_head_01 > p {
    align-items: center;
    display: flex;
    height: 18px;
    line-height: 1;
  }

  .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    border-bottom: 0;
    border-right: 1px solid var(--color-tour-main);
    font-size: 1.1rem;
    justify-content: center;
    padding: 0;
    width: 60px;
  }

  .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
    font-size: 1.1rem;
    padding: 0 0 0 10px;
  }

  .tourlist .tour_cnt_head .cnt_head_02 {
    float: right;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
    width: 70%;
  }

  .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    margin: 0;
  }

  .tourlist .tour_cnt_head .cnt_head_02 .tour_comment {
    display: none;
    width: 49%;
  }

  .tourlist .tour_cnt_wrap {
    margin: 10px 15px 15px;
    overflow: hidden;
    padding: 0;
  }

  .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .tourlist .tour_cnt_wrap .tour_info_list {
    margin-bottom: 15px;
  }

  .tourlist .tour_cnt_wrap .tour_info_list li {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding: 8px 0 5px;
  }

  .tourlist .tour_cnt_wrap .tour_info_list li.tour_airline {
    display: block;
    float: none;
    margin-right: 0;
  }

  .tourlist .tour_cnt_wrap .tour_info_list li.tour_seat {
    display: block;
  }

  .tourlist .tour_cnt_wrap .tour_info_list .tit {
    border: 0;
    float: left;
    height: auto;
    line-height: 1.6;
    text-align: left;
  }

  .tourlist .tour_cnt_wrap .tour_info_list .txt {
    padding: 0 0 0 80px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab {
    background: #fff;
    padding: 0;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
    border: 0;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px 0;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_nav li:first-child span {
    margin-left: 0;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_nav li:last-child span {
    margin-right: 0;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_nav li span strong {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_nav li.is_active span {
    border: 0;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel {
    background: #fff;
    border: 2px solid var(--color-tour-main);
    border-top: 4px solid var(--color-tour-main);
    margin: 0;
    overflow: hidden;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
    margin-top: 15px;
    position: static;
    width: 100%;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01,
  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_02 {
    display: inline;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
    display: inline-block;
    margin-right: 2px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {
    margin-left: -10px;
    width: calc(100% + 20px);
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 1.2rem;
    padding: 8px 0 0 10px;
    text-align: left;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.8rem;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
    font-size: 1.2rem;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {
    display: none;
  }

  .contents .tourlist2 {
    margin: 0 -3.7vw;
    width: calc(100% + 3.7vw * 2);
  }

  .contents .tourlist2 .tour_tab {
    border-bottom: 1px solid var(--color-primary);
    padding: 0 calc(3.7vw - 1.8667vw) 0 3.7vw;
  }

  .contents .tourlist2 .tour_tab li {
    border-radius: 1.3333vw 1.3333vw 0 0;
    font-size: 3.2vw;
    height: 8vw;
    margin-right: 1.8667vw;
    width: calc(100% - 1.8667vw);
  }

  .contents .tourlist2 .tour_panel .txt_link {
    margin-right: 3.7vw;
    margin-top: 2.1333vw;
  }

  .contents .tourlist2 .tour_panel .txt_link a {
    font-size: 2.6667vw;
  }

  .contents .tourlist2 .tour_panel .txt_link a::after {
    height: 1.6vw;
    margin-left: 1.3333vw;
    width: 0.8vw;
  }

  .contents .tourlist2 .tour_cnt {
    align-items: flex-start;
    border-bottom: 1px solid var(--color-primary);
    display: flex;
    flex-wrap: wrap;
    padding: 3.7vw;
  }

  .contents .tourlist2 .tour_img {
    margin-right: 3.7333vw;
    padding: 0.8vw;
    width: 31.2vw;
  }

  .contents .tourlist2 .tour_img .img_wrap {
    aspect-ratio: 111/73;
  }

  .contents .tourlist2 .tour_name {
    flex: 1;
    font-size: 3.7333vw;
    line-height: 1.34;
  }

  .contents .tourlist2 .tour_price {
    width: calc(100% - 29.4vw);
  }

  .contents .tourlist2 .tour_price .price {
    font-size: 3.4667vw;
    margin-top: 1.3333vw;
  }

  .contents .tourlist2 .tour_price .price .min_price {
    font-size: 130.77%;
  }

  .contents .tourlist2 .tour_price .price .max_price {
    font-size: 130.77%;
  }

  .contents .tourlist2 .tour_price .att {
    font-size: 2.6667vw;
    margin-top: 1.6vw;
  }

  .contents .tourlist2 .tour_btn {
    border-radius: 1.0667vw;
    font-size: 3.2vw;
    height: 9.0667vw;
    margin-left: auto;
    margin-top: 2.6667vw;
    width: 26.6667vw;
  }

  .contents .tourlist2 .tour_btn::after {
    height: 2.4vw;
    right: 2.9333vw;
    width: 1.3333vw;
  }

  .contents .btm_bnr {
    border-top: 1px solid #ddd;
    height: 18.6667vw;
    margin: 0 calc(3.7vw * -1);
    width: calc(100% + 3.7vw * 2);
  }

  .contents .btm_bnr .link.logo {
    margin: 0 2.6667vw 0 0;
    width: 55.7333vw;
  }

  .contents .btm_bnr .link.insta {
    margin: 0 2.6667vw;
    width: 7.7333vw;
  }

  .contents .btm_bnr .link.youtube {
    margin: 0 4vw;
    width: 10.4vw;
  }
}

@media screen and (max-width: 480px) {
  .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    font-size: 1.4rem;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {
    width: 80px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 1.1rem;
    width: 80px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
    padding-left: 95px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {
    font-size: 17px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 17px;
    margin-left: 0;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
    display: inline;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {
    margin-bottom: 0;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price {
    margin-right: 0;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
    font-size: 13px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
    font-size: 13px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {
    font-size: 1.1rem;
    width: 80px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 360px) {
  .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    font-size: 1rem;
    width: 50px;
  }

  .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
    font-size: 1rem;
  }

  .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    font-size: 1.3rem;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    padding: 8px 0 0 5px;
    width: 70px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
    padding-left: 85px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 601px) {
  .contents .section:not(:first-of-type) {
    padding-top: 30px;
  }

  .tourlist .tour_cnt_wrap .cnt_left,
  .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .contents .sec_about .about_cnt.info .cnt_head .head_icon {
    height: 50px;
  }

  .contents .sec_benefit .benefit_box .box_body .list_wrap {
    gap: 3px;
  }
}

@media (hover: none) {
  .contents a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents a:active {
    opacity: 0.65;
  }

  .tourlist.tabpanel .tour_tab li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .tourlist.tabpanel .tour_tab li:active {
    opacity: 0.65;
  }

  .contents .tourlist2 .tour_tab li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .tourlist2 .tour_tab li:active {
    opacity: 0.65;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .contents a:hover {
    opacity: 0.65;
  }

  .tourlist.tabpanel .tour_tab li:hover {
    opacity: 0.65;
  }

  .contents .tourlist2 .tour_tab li:hover {
    opacity: 0.65;
  }
}

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