:root {
  --vh: 100vh;
  --vw: 100vw;
  --win-vh: calc(var(--vh, 1vh) * 100);
  --win-vw: 100vw;
  --link-color: #000;
  --accent-red: #ff2574;
  --main-color: #690f87;
  --main-color-bg: #ffffd7;
  --accent-color: #ff2574;
  --site-color: #690f87;
  --btn-color: #9745b9;
  --tour-main-color: #36bdf0;
  --tour-main-color-bg: #f4f4f4;
  --tour-sub-color: #eaf9ff;
  --tour-btn-color: #ff2574;
}

@font-face {
  font-display: swap;
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: local("M PLUS Rounded 1c Bold"), local("MPLUSRounded1c-Bold"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-700.woff2") format("woff2"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-700.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 800;
  src: local("M PLUS Rounded 1c ExtraBold"), local("MPLUSRounded1c-ExtraBold"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-800.woff2") format("woff2"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-800.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 900;
  src: local("M PLUS Rounded 1c Black"), local("MPLUSRounded1c-Black"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-900.woff2") format("woff2"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-900.woff") format("woff");
}

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

body.is_fixed .header20 {
  z-index: 100;
}

body.is_fixed .modal {
  display: flex;
  z-index: 200;
}

.breadcrumb_area {
  background: #fff;
}

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

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

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

.contents img.fade_in {
  opacity: 0;
  transition: opacity 0.4s linear;
}

.contents img.fade_in.lazyloaded {
  opacity: 1;
}

.contents {
  background-color: var(--main-color-bg);
  padding-bottom: 60px;
  position: relative;
}

.contents a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

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

.contents p a {
  color: var(--link-color);
  text-decoration: underline;
}

.contents .txt_red {
  color: var(--accent-red);
}

.contents .txt_pink {
  color: var(--accent-color);
}

.contents .section {
  background: #fff;
  overflow: hidden;
}

.contents .section p {
  hanging-punctuation: allow-end;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

.contents .section .sec_title_01 {
  margin-bottom: 50px;
  text-align: center;
}

.contents .link_btn a {
  align-items: center;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-weight: 900;
  justify-content: center;
  padding: 15px;
  position: relative;
  width: 100%;
}

.contents .link_btn a::after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  height: 8px;
  margin-left: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
}

.contents .link_btn:not(.back) a::after {
  right: 20px;
}

.contents .link_btn.back a::after {
  left: 20px;
  top: 40%;
  transform: rotate(135deg);
}

.contents .link_btn.btn_main a {
  background: var(--main-color);
}

.contents .link_btn.btn_pink a {
  background: var(--accent-color);
}

.contents .btm {
  margin: 30px auto 0;
  max-width: 500px;
  width: 90%;
}

.contents .section_hero {
  background: #f1e0fc;
}

.contents .section_hero .fo_pink {
  color: #ff2574;
  font-weight: bold;
}

.contents .section_hero .page_lead {
  background: var(--main-color);
  color: #fdff2b;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.contents .section_hero .tit {
  background: url(../img/star_pc.png) no-repeat top center;
  color: var(--main-color);
  counter-reset: var(--main-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  padding-top: 30px;
  text-align: center;
}

.contents .section_hero .tit span {
  background: #fff;
  border-radius: 8px;
  color: #ff2574;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 65px;
  line-height: 65px;
  margin: 5px auto 25px;
  position: relative;
  text-align: center;
  width: 402px;
}

.contents .section_hero .tit span::after {
  border: solid 5px transparent;
  border-top: solid 10px #fff;
  bottom: -15px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.contents .section_hero .tit strong {
  color: #ff2574;
  font-weight: 900;
}

.contents .section_hero .box_note {
  background: #fff;
  border: solid 2px var(--main-color);
  border-radius: 15px;
  box-shadow: 7px 7px var(--main-color);
  padding: 30px;
  width: 49%;
  /* p{
    font-size: 1.5rem;        
  } */
}

.contents .section_hero .box_pic {
  text-align: right;
  width: 48%;
}

.contents .section_hero .box_pic img {
  margin-bottom: 5px;
}

.contents .section_hero .bl_tit {
  color: var(--main-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.contents .section_hero .bl_bord {
  background: #fff;
  border-radius: 10px;
  line-height: 1.75;
  margin-bottom: 50px;
  padding: 25px 30px;
}

.contents .section_hero .bl_bord .item_tit {
  color: var(--main-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  padding-bottom: 15px;
}

.contents .section_hero .bl_bord .item_tit:nth-child(n+2) {
  margin-top: 25px;
}

.contents .section_hero .bl_bord .item_tit2 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.contents .section_hero .bl_bord dt.vio {
  color: var(--main-color);
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
}

.contents .section_hero .bl_bord dd {
  display: inline-block;
}

.contents .section_hero .bl_bord .item_wrap {
  margin-bottom: 25px;
}

.contents .section_hero .bl_bord .item_wrap .slick-slide > div {
  width: calc(100% - 2px);
}

.contents .section_hero .bl_bord .item_wrap li.ph {
  border: 1px solid #ddd;
}

.contents .section_hero .bl_bord .item_wrap .slick-dots {
  align-items: center;
  bottom: -15px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.contents .section_hero .bl_bord .item_wrap .slick-dots li {
  border-radius: 100%;
  font-size: 0;
  height: 10px;
  line-height: 1;
  margin: 0 8px;
  overflow: hidden;
  width: 10px;
}

.contents .section_hero .bl_bord .item_wrap .slick-dots li button {
  background: #b4b4b4;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  overflow: hidden;
  transition: opacity 0.3s ease;
  width: 100%;
}

.contents .section_hero .bl_bord .item_wrap .slick-dots li.slick-active button {
  background: var(--main-color);
  pointer-events: none;
}

.contents .small_info {
  color: #666;
  display: block;
  font-size: 90%;
  padding-top: 10px;
}

.contents .small_info2 {
  padding-top: 60px;
  text-align: center;
}

.contents .section_tour {
  background: #ffffd7;
  padding-top: 35px;
}

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

.contents .section_tour .tourlist.tabpanel .tour_tab li {
  align-items: center;
  background: #f4f4f4;
  border: 1px solid #dadada;
  cursor: pointer;
  display: flex;
  height: 58px;
  justify-content: center;
  transition: opacity 0.3s ease;
  width: 100%;
}

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

.contents .section_tour .tourlist.tabpanel .tour_tab li.selected {
  background: var(--tour-main-color);
  border: 1px solid var(--tour-main-color);
  color: #fff;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contents .section_tour .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;
}

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

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

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

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

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

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span:hover {
  opacity: 1;
}

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

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

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

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

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

.contents .section_tour .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;
}

.contents .section_tour .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;
}

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

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .price {
  color: #fa3734;
  font-weight: bold;
  line-height: 1.2;
}

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

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

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

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

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
  font-size: 1.2rem;
}

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

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
  color: #fa3734;
  display: block;
}

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

.contents .section_tour .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;
}

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

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {
  background: var(--tour-btn-color);
  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;
}

.contents .section_tour .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: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.contents .section_tour .tour_anker {
  display: flex;
  justify-content: space-between;
  margin: 0 -7px;
}

.contents .section_tour .tour_anker li {
  margin: 0 7px;
  width: calc(33.3333% - 14px);
}

.contents .section_tour .tour_anker li a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  color: var(--main-color);
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

.contents .section_tour .tour_anker li a::after {
  border-bottom: solid 2px var(--main-color);
  border-right: solid 2px var(--main-color);
  content: "";
  height: 8px;
  margin-left: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

.contents .section_tour .tour_theme_tit {
  color: var(--tour-main-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 60px auto 40px;
  text-align: center;
}

.contents .section_tour .tour_theme_tit span {
  display: inline-block;
  margin: 0 40px;
  width: 300px;
}

.contents .section_tour .tour_theme_tit::before,
.contents .section_tour .tour_theme_tit::after {
  background: url(../img/tour_titicon_left.svg) center center no-repeat;
  content: "";
  display: inline-block;
  height: 63px;
  width: 72px;
}

.contents .section_tour .tour_theme_tit::after {
  transform: scale(-1, 1);
}

.contents .section_tour .link_btn {
  padding-bottom: 30px;
}

.contents .section_tour .link_btn a {
  background-color: var(--tour-main-color);
  margin: 0 auto;
  max-width: 440px;
  width: 80%;
}

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

@media screen and (min-width: 601px), print {
  .contents .section_hero .sec_inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px 50px;
  }

  .contents .section_hero .sec_inner.hero_wrap {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }

  .contents .section_hero .bl_bord .item_wrap {
    display: flex;
    justify-content: space-between;
  }

  .contents .section_hero .bl_bord .item_wrap .slider_main {
    margin-right: 2%;
    width: 40%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1100px) {
  .contents .section .sec_inner {
    padding: 0 15px;
  }

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

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

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

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

  .contents .section_tour .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 .section_hero .sec_inner {
    padding: 2.6667vw;
  }
}

@media screen and (max-width: 600px) {
  .breadcrumb_area {
    background: #f4f4f4;
  }

  .breadcrumb_area > nav {
    padding: 3px 0;
  }

  .tw_pagetop {
    opacity: 1;
  }

  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }

  .contents .vpc600 {
    display: none;
  }

  .contents p {
    font-size: 3.4667vw;
    line-height: 1.75;
  }

  .contents .section .sec_inner {
    padding: 0 5vw;
  }

  .contents .section .sec_title_01 {
    margin-bottom: 6.6667vw;
  }

  .contents .link_btn a {
    border-radius: 1.0667vw;
  }

  .contents .link_btn:not(.back) a {
    padding-right: 3.2vw;
  }

  .contents .link_btn:not(.back) a::after {
    right: 3.2vw;
  }

  .contents .link_btn.back a {
    padding-left: 3.2vw;
  }

  .contents .link_btn.back a::after {
    left: 3.2vw;
  }

  .contents .section_hero .sec_inner {
    padding: 4vw 5.3333vw;
  }

  .contents .section_hero .page_lead {
    font-size: 4vw;
    padding: 5px 15px;
  }

  .contents .section_hero .tit {
    background: url(../img/star_sp.png) top center/100% no-repeat;
    font-size: 5.6vw;
    padding: 2.6667vw 2.6667vw 0;
  }

  .contents .section_hero .tit span {
    font-size: 3.2vw;
    height: auto;
    line-height: 1;
    margin-bottom: 16px;
    padding: 2.6667vw;
    width: 65%;
  }

  .contents .section_hero .box_note {
    padding: 20px;
    width: 100%;
  }

  .contents .section_hero .box_pic {
    margin-bottom: 10px;
    width: 100%;
  }

  .contents .section_hero .box_pic.dis_pc {
    display: none;
  }

  .contents .section_hero .box_pic.dis_sp {
    display: block;
  }

  .contents .section_hero .box_pic figcaption {
    text-align: center;
  }

  .contents .section_hero .bl_tit {
    font-size: 5.3333vw;
    padding-top: 20px;
  }

  .contents .section_hero .bl_bord {
    font-size: 3.4667vw;
    margin-bottom: 30px;
    padding: 20px;
  }

  .contents .section_hero .bl_bord .item_wrap .slick-dots {
    bottom: calc(-1 * 10.6667vw);
    height: 1.6vw;
    margin: 0 4vw;
    padding: 0;
    width: calc(100% - 8vw);
  }

  .contents .small_info {
    font-size: 85%;
    padding-top: 2.6667vw;
  }

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

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

  .contents .section_tour .tourlist.tabpanel .tour_tab li span {
    font-size: 3.2vw;
    letter-spacing: -0.08em;
    margin: 0 3px;
  }

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

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

  .contents .section_tour {
    /* .tourlist .tour_cnt_head .cnt_head_01 {float:right;width:70%;display:flex;border-width:1px;background:#fff;margin-bottom:5px;}
    .tourlist .tour_cnt_head .cnt_head_01 > p {display:flex;align-items:center;height:18px;line-height:1;}
    .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {font-size:1.1rem;padding:0;width:60px;border-bottom:0;justify-content:center;border-right:1px solid var(--tour-main-color);}
    .tourlist .tour_cnt_head .cnt_head_01 .tour_code {font-size:1.1rem;padding:0 0 0 10px;} */
  }

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

  .contents .section_tour .tourlist .tour_cnt_head {
    background: #f4f4f4;
    padding: 15px 15px 10px 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
    background: var(--tour-sub-color);
    border: 0;
    color: #000;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px 0;
  }

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

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

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

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
    background: var(--tour-main-color);
    border: 0;
    color: #fff;
  }

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

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

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

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

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

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

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

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

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

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

  .contents .section_tour {
    padding-top: 7.3333vw;
  }

  .contents .section_tour .tour_anker li {
    margin: 0 0.5333vw 2vw;
    width: 33.3333%;
  }

  .contents .section_tour .tour_anker li a {
    border-radius: 3px;
    font-size: 2.4vw;
    line-height: 1.3;
    padding: 4px 0;
  }

  .contents .section_tour .tour_anker li a::after {
    border-bottom-width: 1px;
    border-right-width: 1px;
    height: 3px;
    right: 1.3333vw;
    width: 3px;
  }

  .contents .section_tour .tour_theme_tit {
    margin: 5.3333vw auto 5.3333vw;
  }

  .contents .section_tour .tour_theme_tit {
    font-size: 1.6rem;
  }

  .contents .section_tour .tour_theme_tit span {
    margin: 0 5.3333vw;
    width: 50%;
  }

  .contents .section_tour .tour_theme_tit::before,
  .contents .section_tour .tour_theme_tit::after {
    height: 8.4vw;
    width: 9.6vw;
  }

  .contents .section_tour .tourlist.tabpanel .tour_panel {
    margin: 0 -5vw;
  }

  .contents .section_tour .tourlist .tour_cnt {
    border: none;
  }

  .contents .section_tour .tourlist .tour_cnt {
    background: none;
  }
}

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

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

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

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

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {
    font-size: 20px;
  }

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.4rem;
    margin-left: 0;
  }

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

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

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

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

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
    font-size: 10px;
  }

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

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

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

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

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

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

  .contents .section_tour .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_tour .tourlist .tour_cnt_wrap .cnt_left,
  .contents .section_tour .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    width: 100%;
  }
}

@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%;
  }
}

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

  .contents a:active {
    opacity: 0.65;
  }

  .contents .section_hero .bl_bord .item_wrap .slick-dots li button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .section_hero .bl_bord .item_wrap .slick-dots li button:active {
    opacity: 0.65;
  }

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

  .contents .section_tour .tourlist.tabpanel .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;
  }

  .contents .section_hero .bl_bord .item_wrap .slick-dots li button:hover {
    opacity: 0.65;
  }

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