@charset "UTF-8";

:root {
  --vh: 100vh;
  --vw: 100vw;
  --vh1: 1vh;
  --win-vh: calc(var(--vh1, 1vh) * 100);
  --win-vw: 100vw;
  --color-primary: #ff8ab3;
  --color-primary-bg: #ffe9f1;
  --color-secondary: #00ceba;
  --color-secondary-bg: #d2ffeb;
  --color-tertiary: #fdff5b;
  --border-color: #ccc;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

html.wf-active .font_maru {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  transform: rotate(0.03deg);
}

html.wfno-load {
  visibility: visible;
}

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

#wrapper {
  background-color: var(--color-secondary-bg);
}

.contents {
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}

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

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

.contents a {
  color: #000;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease 0s;
}

.contents .section .sec_inner {
  padding: 0 4.39%;
}

.contents .section .sec_title {
  border-bottom: 4px solid var(--color-primary);
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  margin-bottom: 30px;
  padding-bottom: 24px;
  text-align: center;
  transform: rotate(0.03deg);
}

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

.contents .link_btn {
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 1.6rem;
  font-weight: 800;
  height: 62px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transform: rotate(0.03deg);
}

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

.contents .sec_hero {
  background: #fff;
}

.contents .sec_hero .hero_visual {
  overflow: hidden;
  position: relative;
}

.contents .sec_hero .hero_lead {
  background: #e6e6e6;
}

.contents .sec_hero .hero_lead .tit_wrap {
  background: var(--color-tertiary);
  border-radius: 8px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
  position: relative;
}

.contents .sec_hero .hero_lead .tit_wrap::before {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  content: "";
  height: 16px;
  left: 50%;
  position: absolute;
  top: calc(100% - 4px);
  transform: rotate(50deg) translateX(-50%) skewX(10deg);
  width: 16px;
  z-index: 1;
}

.contents .sec_hero .hero_lead .tit_wrap::after {
  background: var(--color-tertiary);
  content: "";
  height: 16px;
  left: 50%;
  position: absolute;
  top: calc(100% - 4px);
  transform: rotate(50deg) translateX(-50%) skewX(10deg);
  width: 16px;
  z-index: 2;
}

.contents .sec_hero .hero_lead .tit_wrap p {
  background: var(--color-tertiary);
  border-radius: 8px;
  color: #000;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.28;
  padding: 15px;
  position: relative;
  transform: rotate(0.03deg);
  z-index: 3;
}

.contents .sec_hero .hero_lead .txt_wrap p {
  font-feature-settings: "palt" 1;
  font-size: 1.4rem;
  line-height: 1.79;
  text-align: justify;
}

.contents .sec_tours {
  --color-tour-tab1: #f2f2f2;
  --color-tour-tab1-txt: #000;
  --color-tour-tab1-active: #00ceba;
  --color-tour-tab1-active-txt: #fff;
  --color-tour-tab2: #00ceba;
  --color-tour-tab2-txt: #fff;
  --color-tour-tab2-active: #fff;
  --color-tour-tab2-active-txt: #00ceba;
  --color-tour-btn: #ff8ab3;
  --color-tour-btn-txt: #fff;
  --color-tour-price-txt: #ff0707;
  --color-tour-head: #f2f2f2;
  --color-tour-main: #00ceba;
  --color-tour-main-bg: #f4f4f4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contents .sec_tours .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 .sec_tours .tourlist .tour_cnt_wrap .tour_info_tab {
  background: #e6e6e6;
  overflow: hidden;
  padding: 5px 3px;
}

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

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

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

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

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

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

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

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

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

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

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

.contents .sec_tours .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 .sec_tours .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 .sec_tours .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
  display: block;
  font-size: 1.4rem;
}

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

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

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

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

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

.contents .sec_tours .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 .sec_tours .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
  font-size: 1.8rem;
}

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

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

.contents .sec_tours .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 .sec_tours .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
  color: var(--color-tour-price-txt);
  display: block;
}

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

.contents .sec_tours .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 .sec_tours .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 span {
  text-decoration: underline;
}

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

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

.contents .sec_tours .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 .sec_tours .panel_btns a {
  font-size: 1.5rem;
  height: 52px;
  max-width: 325px;
}

.contents .sec_tours.tour1 {
  padding: 28px 0 33px;
}

.contents .sec_tours.tour1 .sec_title img {
  max-width: 54.52%;
}

.contents .sec_tours.tour2 {
  padding: 40px 0 74px;
}

.contents .sec_tours.tour2 .sec_title img {
  max-width: 54.52%;
}

.contents .sec_tours.tour2 .head_txt {
  margin-bottom: 40px;
}

.contents .sec_tours.tour2 .trip_tours .panel_btns {
  margin-top: 40px;
}

.contents .sec_tours.tour2 .contact_us {
  margin: 63px auto 0;
  max-width: 793px;
}

.contents .movie_wrap .youtube {
  background: #f4f4f4;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.contents .movie_wrap .youtube iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

.contents .sec_plan {
  padding: 33px 0 37px;
}

.contents .sec_plan .sec_wrap.map {
  padding-top: 88px;
}

.contents .sec_plan .sec_wrap.map .map_wrap {
  aspect-ratio: 900/473;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.contents .sec_plan .sec_wrap.map .map_wrap iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.contents .sec_plan .sec_wrap.link {
  padding-top: 40px;
}

.contents .sec_plan .sec_title {
  margin-bottom: 35px;
}

.contents .sec_plan .sec_title img {
  max-width: 72.31%;
}

.contents .sec_plan .sec_title_sb {
  color: #444;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  text-align: center;
  transform: rotate(0.03deg);
}

.contents .sec_plan .optional_cnt .op_title {
  color: var(--color-secondary);
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.43;
  margin-bottom: 30px;
  transform: rotate(0.03deg);
}

.contents .sec_plan .optional_cnt .op_desc {
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  line-height: 1.87;
  margin: 0 auto 20px;
  text-align: justify;
}

.contents .sec_plan .optional_cnt .op_price {
  align-items: center;
  display: flex;
  margin-bottom: 25px;
  width: 100%;
}

.contents .sec_plan .optional_cnt .op_price p {
  align-items: center;
  display: flex;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
  transform: rotate(0.03deg);
}

.contents .sec_plan .optional_cnt .op_price .price b {
  color: var(--color-primary);
  font-weight: 900;
  line-height: 1;
}

.contents .sec_plan .optional_cnt .op_price .price.regular p::after {
  content: "⇒";
  margin: 0 5px;
}

.contents .sec_plan .optional_cnt .op_price .price.regular p b {
  margin-left: 8px;
  position: relative;
}

.contents .sec_plan .optional_cnt .op_price .price.regular p b::after {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.contents .sec_plan .optional_cnt .op_price .price.discounted p {
  background: linear-gradient(transparent 50%, #fdff5b 50%);
  padding: 0 0;
}

.contents .sec_plan .optional_cnt .op_price .price.discounted b em {
  color: var(--color-primary);
  font-size: 200%;
  line-height: 0.25;
}

.contents .sec_plan .optional_cnt .op_schedule .box_tit {
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: flex;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 1.8rem;
  font-weight: 900;
  height: 40px;
  padding-left: 16px;
  transform: rotate(0.03deg);
  width: 200px;
}

.contents .sec_plan .optional_cnt .op_schedule .box_wrap {
  background: #f2f2f2;
  border-radius: 0 8px 8px;
  overflow: hidden;
}

.contents .sec_plan .optional_cnt .op_schedule .box_wrap.is_close .schedule_list,
.contents .sec_plan .optional_cnt .op_schedule .box_wrap.is_close .flow_list {
  margin-bottom: 0;
}

.contents .sec_plan .optional_cnt .op_schedule .box_wrap.is_close .more_btn span::after {
  transform: rotate(90deg);
}

.contents .sec_plan .optional_cnt .op_schedule .box_wrap a {
  color: var(--color-secondary);
  text-decoration: underline;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list {
  margin: 5px 30px 20px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li {
  margin-left: 6px;
  padding-left: 21px;
  padding-top: 15px;
  position: relative;
  width: calc(100% - 6px);
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li::before {
  background: #888;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li + li p.tit::before {
  background: url(../img/icon_schedule_02.svg) center center/100% 100% no-repeat;
  height: 8px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li:first-of-type::before {
  top: 20px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li:last-of-type::before {
  height: 20px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li p {
  font-feature-settings: "palt" 1;
  font-size: 1.3rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.38;
  overflow-wrap: break-word;
  text-align: justify;
  word-wrap: break-word;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  position: relative;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit::before {
  background: url(../img/icon_schedule_02.svg) center center/100% 100% no-repeat;
  content: "";
  height: 8px;
  left: -24px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit:first-of-type::before {
  background: url(../img/icon_schedule_01.svg) center center/100% 100% no-repeat;
  content: "";
  height: 12px;
  left: -26px;
  position: absolute;
  top: 3px;
  width: 12px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit + p,
.contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit ul {
  margin-top: 5px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit.choice::before {
  background-image: url(../img/icon_schedule_03.svg);
  height: 14px;
  left: -26px;
  top: 4px;
  width: 14px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit.choice + ul {
  margin-top: 15px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit.choice + ul li .tit {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit.choice + ul li + li {
  margin-top: 10px;
}

.contents .sec_plan .optional_cnt .op_schedule .schedule_list li p + .tit {
  margin-top: 15px;
}

.contents .sec_plan .optional_cnt .op_schedule .flow_list {
  counter-reset: flownum;
  margin: 5px 30px 20px;
}

.contents .sec_plan .optional_cnt .op_schedule .flow_list li {
  font-feature-settings: "palt" 1;
  font-size: 1.3rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.38;
  margin-left: 4px;
  overflow-wrap: break-word;
  padding-left: 23px;
  text-align: justify;
  text-indent: -23px;
  word-wrap: break-word;
}

.contents .sec_plan .optional_cnt .op_schedule .flow_list li::before {
  content: counter(flownum) ".";
  counter-increment: flownum;
  margin-right: 13px;
}

.contents .sec_plan .optional_cnt .op_schedule .more_cnt {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contents .sec_plan .optional_cnt .op_schedule .more_btn {
  align-items: center;
  background: #ddd;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 43px;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s ease;
  z-index: 2;
}

.contents .sec_plan .optional_cnt .op_schedule .more_btn span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.contents .sec_plan .optional_cnt .op_schedule .more_btn span::after {
  background: url(../img/arr_gray_slim.svg) center center/100% 100% no-repeat;
  content: "";
  height: 12px;
  margin-left: 10px;
  transform: rotate(-90deg);
  width: 6px;
}

.contents .sec_plan .slider {
  line-height: 1;
  position: relative;
  width: 100%;
}

.contents .sec_plan .slider_main {
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.contents .sec_plan .slider_main.slick-initialized {
  opacity: 1;
}

.contents .sec_plan .slider_main .slick-slide figure {
  aspect-ratio: 480/480;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_plan .slider_main .slick-slide figure img {
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contents .sec_plan .slider_main .slick-slide figure img.horizontal {
  height: auto;
  max-width: 200%;
  width: 100%;
}

.contents .sec_plan .slider_main .slick-slide figure img.vertical {
  height: 100%;
  width: auto;
}

.contents .sec_plan .slider_thumb {
  position: relative;
}

.contents .sec_plan .slider_nav {
  margin: 0 45px;
  opacity: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.contents .sec_plan .slider_nav.slick-initialized {
  opacity: 1;
}

.contents .sec_plan .slider_nav .slick-list {
  margin-left: -6px;
}

.contents .sec_plan .slider_nav .slick-slide {
  outline: none;
  padding: 0 6px;
}

.contents .sec_plan .slider_nav .slick-slide figure {
  aspect-ratio: 90/60;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_plan .slider_nav .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_plan .slider_nav .slick-slide.slick-current figure::after {
  border: 1px solid #000;
  box-shadow: 0 0 0 2px #fff inset;
  content: "";
  height: calc(100% - 2px);
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 2px);
  z-index: 2;
}

.contents .sec_plan .slider .slick-arrow {
  background: var(--color-secondary-bg);
  border: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
  z-index: 20;
}

.contents .sec_plan .slider .slick-arrow::after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  cursor: pointer;
  display: block;
  height: 8px;
  left: calc(50% - 8px);
  position: absolute;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}

.contents .sec_plan .slider .slick-next {
  right: 0;
}

.contents .sec_plan .slider .slick-prev {
  left: 0;
}

.contents .sec_plan .slider .slick-prev::after {
  left: calc(50% - 5px);
  transform: rotate(-135deg);
}

.contents .sec_special {
  padding: 37px 0 52px;
  position: relative;
}

.contents .sec_special .sec_inner {
  padding: 0;
}

.contents .sec_special .sec_title {
  background: var(--color-secondary);
  border: 6px solid #fff;
  border-radius: 60px;
  margin: 0 5.61% 60px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}

.contents .sec_special .sec_title::before {
  background: #fff;
  content: "";
  height: 28px;
  left: 50%;
  position: absolute;
  top: calc(100% + 5px);
  transform: rotate(58deg) translateX(-59%) skewX(20deg);
  width: 28px;
  z-index: 1;
}

.contents .sec_special .sec_title::after {
  background: var(--color-secondary);
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  top: calc(100% - 4px);
  transform: rotate(58deg) translateX(-54%) skewX(20deg);
  width: 24px;
  z-index: 2;
}

.contents .sec_special .sec_title picture {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.contents .sec_special .sec_title img {
  width: 76.26%;
}

.contents .sec_special .head_wrap {
  position: relative;
}

.contents .sec_special .head_wrap .tit_01 {
  align-items: center;
  background: var(--color-primary);
  border-radius: 43px;
  color: #fff;
  display: inline-flex;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.4rem;
  font-weight: 800;
  justify-content: center;
  margin-left: 35.35%;
  padding: 10px 38px 9px;
  position: relative;
  transform: rotate(0.03deg);
  z-index: 2;
}

.contents .sec_special .head_wrap .tit_02 {
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  margin-top: -13px;
  padding: 18px 3.33% 10px 35.96%;
  z-index: 1;
}

.contents .sec_special .head_wrap .tit_02 img {
  max-width: 692px;
  width: 100%;
}

.contents .sec_special .head_wrap .head_label {
  position: absolute;
}

.contents .sec_special .tokuten_cnt {
  background: #fff;
  overflow: hidden;
}

.contents .sec_special .tokuten_cnt a {
  background: #fff;
  display: flex;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.contents .sec_special .tokuten_cnt a::after {
  background: url(../img/arr_pink.svg) center center/auto 100% no-repeat;
  content: "";
  height: 16px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 12px;
}

.contents .sec_special .tokuten_cnt .num {
  align-items: center;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 1.5rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1.07;
  text-align: center;
  transform: rotate(0.03deg);
  width: 50px;
}

.contents .sec_special .tokuten_cnt .tit {
  align-items: center;
  display: flex;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 1.4rem;
  font-weight: 800;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.14;
  overflow-wrap: break-word;
  padding-left: 13px;
  transform: rotate(0.03deg);
  word-wrap: break-word;
}

.contents .sec_special .tour_wrap {
  margin: 22px 4.39% 0;
}

.contents .sec_special .tour_wrap .tour_tab {
  align-items: flex-end;
  border-bottom: 3px solid var(--color-primary);
  display: flex;
  justify-content: flex-start;
}

.contents .sec_special .tour_wrap .tour_tab li {
  background: #fff;
  overflow: hidden;
}

.contents .sec_special .tour_wrap .tour_tab li.selected {
  pointer-events: none;
}

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

.contents .sec_special .tour_wrap .tour_tab li span {
  align-items: center;
  background: var(--color-primary-bg);
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.contents .sec_special .tour_wrap .tour_panel {
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: none;
  padding: 30px 30px 10px;
}

.contents .sec_special .tour_wrap .tour_img a {
  aspect-ratio: 242/162;
  display: block;
  overflow: hidden;
}

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

.contents .sec_special .tour_wrap .tour_name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 30px;
}

.contents .sec_special .tour_wrap .tour_price .fee {
  color: #ff0707;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.contents .sec_special .tour_wrap .tour_price .fee .min_price {
  font-size: 145.83%;
}

.contents .sec_special .tour_wrap .tour_price .att {
  color: #222;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 10px;
}

.contents .sec_special .tour_wrap .tour_btn {
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px;
  color: #fff;
  display: flex;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  height: 53px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 20.73%;
}

.contents .sec_special .tour_wrap .tour_btn::after {
  background: url(../img/arr_white.svg) center center/cover no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.contents .sec_tokuten {
  background: var(--color-primary-bg);
  border-top: 5px solid var(--color-primary);
  padding: 33px 0 57px;
}

.contents .sec_tokuten .sec_title {
  border-bottom: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.contents .sec_tokuten .sec_title img {
  width: 97.79%;
}

.contents .sec_tokuten .tokuten_list .tokuten_cnt {
  background: #fff;
  margin-top: 70px;
  padding: 22px 2.6% 22px 3.85%;
  position: relative;
}

.contents .sec_tokuten .tokuten_list .tokuten_cnt .cnt_tit {
  color: var(--color-primary);
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.33;
  margin: 30px 0 20px;
  transform: rotate(0.03deg);
}

.contents .sec_tokuten .tokuten_list .tokuten_cnt .cnt_tit span {
  font-feature-settings: "palt" 1;
  hanging-punctuation: allow-end;
  line-break: strict;
  overflow-wrap: break-word;
  text-align: justify;
  word-wrap: break-word;
}

.contents .sec_tokuten .tokuten_list .tokuten_cnt .cnt_num {
  color: var(--color-primary);
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3.7rem;
  font-weight: 900;
  left: 2.21%;
  line-height: 0.54;
  padding-top: 30px;
  position: absolute;
  text-shadow: 6px 6px 2px #fff, -6px -6px 2px #fff, -6px 6px 2px #fff, 6px -6px 2px #fff, 6px 0 2px #fff, -6px 0 2px #fff, 0 6px 2px #fff, 0 -6px 2px #fff;
  top: -50px;
  transform: rotate(0.03deg);
}

.contents .sec_tokuten .tokuten_list .tokuten_cnt .cnt_num b {
  font-size: 175.68%;
  line-height: 0.31;
}

.contents .sec_tokuten .tokuten_list .tokuten_cnt .txt_wrap p {
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  line-height: 1.87;
  text-align: justify;
}

.contents .sec_tokuten .tokuten_list .tokuten_cnt .img_wrap {
  aspect-ratio: 328/219;
  overflow: hidden;
}

.contents .sec_tokuten .tokuten_list .tokuten_cnt .img_wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_tokuten .btn_list {
  margin: 58px auto 0;
  max-width: 500px;
}

.contents .sec_tokuten .btn_list .link_btn {
  width: 100%;
}

.contents .contact_us {
  background: #fff;
  border: 1px solid #ccc;
}

.contents .contact_us .contact_tit {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.contents .contact_us .contact_tit span {
  color: #444;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.25;
  transform: rotate(0.03deg);
}

.contents .contact_us .contact_desc p {
  color: #444;
  font-size: 1.3rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.62;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.contents .contact_us .contact_links .btn_tel {
  align-items: center;
  color: var(--color-secondary);
  display: flex;
  position: relative;
}

.contents .contact_us .contact_links .btn_tel::before {
  background: url(../img/icon_tel_green.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  height: 34px;
  margin-right: 10px;
  width: 34px;
}

.contents .contact_us .contact_links .btn_tel span {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 900;
  transform: rotate(0.03deg);
}

.contents .contact_us .contact_links .btn_freeorder {
  align-items: center;
  background: var(--color-primary-bg);
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 1.7rem;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  margin-top: 18px;
  padding-right: 10px;
  position: relative;
  transform: rotate(0.03deg);
  transition: opacity 0.3s ease;
  width: 100%;
}

.contents .contact_us .contact_links .btn_freeorder::after {
  background: url(../img/arr_pink.svg) center center/auto 100% no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

.contents .contact_us .contact_links .btn_freeorder::before {
  background: url(../img/icon_mail_pink.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  height: 12px;
  margin-right: 12px;
  width: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .contents .sec_tours.tour2 .sec_title {
    margin-bottom: 20px;
  }

  .contents .sec_tours.tour2 .head_txt p {
    font-size: 1.4rem;
    line-height: 1.86;
    text-align: center;
  }

  .contents .movie_wrap {
    margin-top: 60px;
  }

  .contents .sec_plan .sec_wrap.link .link_wrap {
    display: flex;
    justify-content: center;
    margin: 0 -27px;
    width: calc(100% + 54px);
  }

  .contents .sec_plan .sec_wrap.link .link_wrap .link_btn {
    margin: 0 27px;
    max-width: 384px;
    width: calc(50% - 54px);
  }

  .contents .sec_plan .sec_title_sb {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }

  .contents .sec_plan .optional_cnt {
    margin-bottom: 35px;
  }

  .contents .sec_plan .optional_cnt .op_price .price.discounted b {
    font-size: 104.35%;
  }

  .contents .sec_special::after {
    background: url(../img/special_bg_pc.png) center top/cover no-repeat;
    border-radius: 20px 20px 0 0;
    content: "";
    height: calc(100% - 100px);
    left: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 1;
  }

  .contents .sec_special .sec_inner {
    position: relative;
    z-index: 2;
  }

  .contents .sec_special .sec_title::before {
    border-radius: 0 0 5px;
  }

  .contents .sec_special .head_wrap .head_label {
    right: 4.56%;
    top: -30.67%;
    width: 10.79%;
  }

  .contents .sec_special .head_wrap .head_img {
    left: 3.51%;
    position: absolute;
    top: -23.33%;
    width: 30.53%;
  }

  .contents .sec_special .tokuten_cnt {
    border-radius: 5px;
    margin-bottom: 16px;
    width: 48.67%;
  }

  .contents .sec_special .tour_wrap .tour_tab li {
    border-radius: 8px 8px 0 0;
    margin-right: 12px;
    width: 148px;
  }

  .contents .sec_special .tour_wrap .tour_cnt {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .contents .sec_special .tour_wrap .tour_img {
    float: left;
    margin-right: 28px;
    width: 27.29%;
  }

  .contents .sec_special .tour_wrap .tour_price {
    float: left;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt {
    border-left: 9px solid var(--color-primary);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt .txt_wrap {
    flex: 1;
    padding-right: 3.85%;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt .img_wrap {
    width: 34.49%;
  }

  .contents .contact_us {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
  }

  .contents .contact_us .contact_desc {
    flex: 1;
  }

  .contents .contact_us .contact_desc p + p {
    margin-top: 13px;
  }

  .contents .contact_us .contact_links {
    width: 353px;
  }

  .contents .contact_us .contact_links .btn_tel {
    justify-content: flex-start;
  }

  .contents .contact_us .contact_links .btn_tel span {
    flex: 1;
    font-size: 4.2rem;
    letter-spacing: -0.04em;
    line-height: 1;
  }
}

@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 .sec_hero .hero_visual img {
    display: block;
    height: 600px;
    margin: 0 auto;
    object-fit: cover;
    width: auto;
  }

  .contents .sec_hero .hero_lead {
    margin: 17px 4.39% 0;
    padding: 16px 40px;
  }

  .contents .sec_hero .hero_lead .tit_wrap p {
    text-align: center;
  }

  .contents .sec_hero .hero_lead .txt_wrap p {
    text-align: center;
  }

  .contents .sec_plan .optional_cnt .op_title {
    padding-bottom: 15px;
    position: relative;
  }

  .contents .sec_plan .optional_cnt .op_title::after {
    background: var(--color-primary);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 153px;
  }

  .contents .sec_plan .slider_nav .slick-slide:not(.slick-current):hover {
    cursor: pointer;
    opacity: 0.65;
  }

  .contents .sec_plan .slider .slick-arrow:hover {
    opacity: 0.65;
  }

  .contents .sec_special .tokuten_wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 18px 4.12% 0 36.67%;
  }

  .contents .contact_us {
    padding: 34px 7.31% 40px;
  }
}

@media screen and (min-width: 1141px), print {
  .contents .sec_hero .hero_visual {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  .contents .sec_plan .optional_cnt {
    border-bottom: 4px solid var(--color-secondary);
    padding-bottom: 45px;
    position: relative;
  }

  .contents .sec_plan .optional_cnt .op_img {
    position: absolute;
    top: 8px;
    width: 46.15%;
  }

  .contents .sec_plan .optional_cnt:nth-child(2n+1) {
    padding-left: 50%;
  }

  .contents .sec_plan .optional_cnt:nth-child(2n+1) .op_img {
    left: 0;
  }

  .contents .sec_plan .optional_cnt:nth-child(2n) {
    padding-right: 50%;
  }

  .contents .sec_plan .optional_cnt:nth-child(2n) .op_img {
    right: 0;
  }

  .contents .sec_plan .optional_cnt:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1140px) {
  .contents .sec_tours .tourlist .tour_cnt {
    margin: 0 0 20px;
  }

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

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

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

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

  .contents .sec_plan .optional_cnt .op_img {
    margin: 0 auto 15px;
    max-width: 520px;
  }

  .contents .sec_plan .optional_cnt .op_desc {
    max-width: 520px;
  }

  .contents .sec_plan .optional_cnt + .optional_cnt {
    border-top: 1px solid var(--color-secondary);
    padding-top: 30px;
  }

  .contents .sec_plan .optional_cnt:last-of-type {
    margin-bottom: 0;
  }
}

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

  .contents .sec_hero .hero_visual {
    aspect-ratio: 1/1;
  }

  .contents .sec_hero .hero_visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .contents .sec_hero .hero_lead {
    padding: 20px 20px;
  }

  .contents .sec_hero .hero_lead .tit_wrap {
    margin-bottom: 15px;
  }

  .contents .sec_plan .sec_wrap.map {
    padding-top: 40px;
  }

  .contents .sec_plan .sec_wrap.link {
    padding-top: 30px;
  }

  .contents .sec_plan .optional_cnt .op_price {
    justify-content: center;
    margin-bottom: 30px;
  }

  .contents .sec_special .sec_title {
    border-radius: 20px;
  }

  .contents .sec_special .head_wrap .tit_01 {
    font-size: 1.6rem;
    padding: 10px 30px;
  }

  .contents .sec_special .tour_wrap .tour_name {
    margin-bottom: 10px;
  }

  .contents .sec_special .tour_wrap .tour_price .fee {
    font-size: 2rem;
  }

  .contents .sec_special .tour_wrap .tour_btn {
    width: 110px;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt {
    margin-top: 50px;
    padding: 20px;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt .cnt_tit {
    font-size: 2.2rem;
    margin: 10px 0;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt .cnt_num {
    font-size: 3rem;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt .txt_wrap p {
    line-height: 1.79;
  }
}

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

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

  .tw_pagetop {
    opacity: 1;
  }

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

  .contents .section .sec_title {
    border-bottom-width: 1.0667vw;
    margin-bottom: 5.3333vw;
    padding-bottom: 3.2vw;
  }

  .contents .vpc600 {
    display: none;
  }

  .contents .link_btn {
    border-radius: 1.6vw;
    font-size: 3.7333vw;
    height: 12vw;
  }

  .contents .link_btn::after {
    height: 2.6667vw;
    right: 2.6667vw;
    width: 1.6vw;
  }

  .contents .sec_hero .hero_lead {
    padding: 3.0667vw 4vw 2.6667vw;
  }

  .contents .sec_hero .hero_lead .tit_wrap {
    border-radius: 1.6vw;
    margin-bottom: 3.2vw;
  }

  .contents .sec_hero .hero_lead .tit_wrap p {
    border-radius: 1.6vw;
    font-size: 4vw;
    line-height: 1.53;
    padding: 2.4vw 4vw 2vw;
  }

  .contents .sec_hero .hero_lead .txt_wrap p {
    font-size: 3.7333vw;
    line-height: 1.79;
  }

  .contents .sec_tours {
    --color-tour-tab1: #f4f4f4;
    --color-tour-tab2: #f4f4f4;
    --color-tour-tab2-txt: #00ceba;
    --color-tour-tab2-active: #00ceba;
    --color-tour-tab2-active-txt: #fff;
    --color-tour-head: #f4f4f4;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .contents .sec_tours .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
    border: 0;
  }

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

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

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

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

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

  .contents .sec_tours .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 .sec_tours .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
  }

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

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

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

  .contents .sec_tours .panel_btns a {
    font-size: 3.7333vw;
    height: 12vw;
    max-width: 73.3333vw;
  }

  .contents .sec_tours.tour1 {
    padding: 4.5333vw 0 5.3333vw;
  }

  .contents .sec_tours.tour1 .sec_title img {
    max-width: 77.6vw;
  }

  .contents .sec_tours.tour2 {
    padding: 5.7333vw 0 14.4vw;
  }

  .contents .sec_tours.tour2 .sec_title {
    padding-bottom: 5.3333vw;
  }

  .contents .sec_tours.tour2 .sec_title img {
    max-width: 84.35%;
  }

  .contents .sec_tours.tour2 .head_txt {
    margin-bottom: 4vw;
  }

  .contents .sec_tours.tour2 .head_txt p {
    font-size: 3.7333vw;
    line-height: 1.79;
  }

  .contents .sec_tours.tour2 .trip_tours .panel_btns {
    margin-top: 5.3333vw;
  }

  .contents .sec_tours.tour2 .contact_us {
    margin-top: 12.8vw;
  }

  .contents .movie_wrap {
    margin-top: 9.3333vw;
  }

  .contents .sec_plan {
    padding: 5.3333vw 0 4.2667vw;
  }

  .contents .sec_plan .sec_wrap.map {
    padding-top: 8vw;
  }

  .contents .sec_plan .sec_wrap.map .sec_title_sb {
    margin-bottom: 4vw;
  }

  .contents .sec_plan .sec_wrap.map .map_wrap {
    aspect-ratio: 708/1016;
  }

  .contents .sec_plan .sec_wrap.link {
    padding-top: 8vw;
  }

  .contents .sec_plan .sec_wrap.link .sec_title_sb {
    margin-bottom: 6.4vw;
  }

  .contents .sec_plan .sec_wrap.link .link_wrap {
    margin: 0 auto;
    max-width: 74vw;
  }

  .contents .sec_plan .sec_wrap.link .link_wrap .link_btn {
    margin-top: 3.6vw;
  }

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

  .contents .sec_plan .sec_title img {
    max-width: 87.3333vw;
  }

  .contents .sec_plan .sec_title_sb {
    font-size: 4vw;
    margin: 0 -5%;
  }

  .contents .sec_plan .optional_cnt {
    margin-bottom: 11.3333vw;
  }

  .contents .sec_plan .optional_cnt .op_title {
    font-size: 5.0667vw;
    margin-bottom: 4vw;
  }

  .contents .sec_plan .optional_cnt .op_img {
    margin-bottom: 5.3333vw;
  }

  .contents .sec_plan .optional_cnt .op_desc {
    font-size: 3.7333vw;
    line-height: 1.79;
  }

  .contents .sec_plan .optional_cnt .op_desc {
    margin-bottom: 8vw;
  }

  .contents .sec_plan .optional_cnt .op_price {
    margin-bottom: 8vw;
  }

  .contents .sec_plan .optional_cnt .op_price p {
    font-size: 5.8667vw;
  }

  .contents .sec_plan .optional_cnt .op_price .price.regular p::after {
    margin: 0 1.6vw;
  }

  .contents .sec_plan .optional_cnt .op_price .price.regular p b {
    margin-left: 1.3333vw;
  }

  .contents .sec_plan .optional_cnt .op_price .price.discounted p {
    font-size: 7.7333vw;
  }

  .contents .sec_plan .optional_cnt .op_price .price.discounted b em {
    font-size: 201.72%;
  }

  .contents .sec_plan .optional_cnt .op_schedule .box_tit {
    font-size: 4vw;
    height: 9.3333vw;
    padding-left: 3.7333vw;
    width: 47.3333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list {
    margin: 0 5.3333vw 5.3333vw 2.6667vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li {
    padding-left: 4vw;
    padding-top: 5.3333vw;
    width: 100%;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li + li p.tit::before {
    height: 2.1333vw;
    left: -4.8vw;
    top: 1.6vw;
    width: 2.1333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li:first-of-type::before {
    top: 8vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li:last-of-type::before {
    height: 8vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li p {
    font-size: 3.4667vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit {
    font-size: 3.7333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit::before {
    height: 2.1333vw;
    left: -5.0667vw;
    top: 1.6vw;
    width: 2.1333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit:first-of-type::before {
    height: 2.9333vw;
    left: -5.4667vw;
    top: 0.8vw;
    width: 2.9333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit + p,
  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit ul {
    margin-top: 1.3333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit.choice::before {
    height: 3.6vw;
    left: -5.8vw;
    top: 1.0667vw;
    width: 3.6vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit.choice + ul {
    margin-top: 5.3333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit.choice + ul li .tit {
    margin-bottom: 1.3333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li p.tit.choice + ul li + li {
    margin-top: 1.3333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .schedule_list li p + .tit {
    margin-top: 5.3333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .flow_list {
    margin: 0 2.6667vw 5.3333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .flow_list li {
    font-size: 3.4667vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .more_btn {
    font-size: 3.7333vw;
  }

  .contents .sec_plan .optional_cnt .op_schedule .more_btn span {
    padding-left: 20px;
  }

  .contents .sec_plan .optional_cnt + .optional_cnt {
    border-top-width: 1.0667vw;
    padding-top: 4vw;
  }

  .contents .sec_plan .slider_main {
    margin-bottom: 2vw;
  }

  .contents .sec_plan .slider_nav {
    margin: 0 8vw;
  }

  .contents .sec_plan .slider_nav .slick-list {
    margin-left: -3px;
  }

  .contents .sec_plan .slider_nav .slick-slide {
    padding: 0 3px;
  }

  .contents .sec_plan .slider .slick-arrow {
    width: 6.4vw;
  }

  .contents .sec_plan .slider .slick-arrow::after {
    border-width: 1px;
    height: 6px;
    left: calc(50% - 6px);
    top: calc(50% - 3px);
    width: 6px;
  }

  .contents .sec_plan .slider .slick-prev::after {
    left: calc(50% - 3px);
  }

  .contents .sec_special {
    background: url(../img/special_bg_sp.jpg) center 14.9333vw/cover no-repeat;
    padding: 4.2667vw 0 8vw;
  }

  .contents .sec_special .sec_title {
    border-radius: 2.6667vw;
    border-width: 0.8vw;
    margin-bottom: 4vw;
    padding: 2.8vw 0 3.6vw;
  }

  .contents .sec_special .sec_title::before {
    height: 3.7333vw;
    top: calc(100% + 0.2667vw);
    width: 3.7333vw;
  }

  .contents .sec_special .sec_title::after {
    height: 3.2vw;
    top: calc(100% - 0.5333vw);
    width: 3.2vw;
  }

  .contents .sec_special .sec_title img {
    width: 80.1333vw;
  }

  .contents .sec_special .head_wrap .tit_01 {
    font-size: 2.9333vw;
    height: 5.7333vw;
    margin: 0 0 0 26vw;
    padding: 0 2.6667vw;
  }

  .contents .sec_special .head_wrap .tit_02 {
    margin-top: -1.4667vw;
    padding: 2.6667vw 4vw 1.8667vw 26vw;
  }

  .contents .sec_special .head_wrap .tit_02 img {
    max-width: 70.1333vw;
  }

  .contents .sec_special .head_wrap .head_label {
    left: 1.8667vw;
    top: -3.3333vw;
    width: 22.1333vw;
  }

  .contents .sec_special .head_wrap .head_img {
    margin: -9.3333vw 0 0 1.7333vw;
    width: 59.4667vw;
  }

  .contents .sec_special .tokuten_wrap {
    margin: 4.5333vw 4vw 6.4vw;
  }

  .contents .sec_special .tokuten_cnt {
    border-radius: 1.3333vw;
    margin-bottom: 2.6667vw;
  }

  .contents .sec_special .tokuten_cnt a::after {
    height: 3.6vw;
    right: 3.7333vw;
    width: 1.8667vw;
  }

  .contents .sec_special .tokuten_cnt .num {
    font-size: 4.0667vw;
    width: 13.6vw;
  }

  .contents .sec_special .tokuten_cnt .tit {
    font-size: 3.8vw;
    line-height: 1.28;
    padding-left: 3.6vw;
  }

  .contents .sec_special .tour_wrap {
    margin: 6.4vw 4vw 0;
  }

  .contents .sec_special .tour_wrap .tour_tab {
    border-bottom-width: 2px;
    justify-content: space-between;
  }

  .contents .sec_special .tour_wrap .tour_tab li {
    border-radius: 1.6vw 1.6vw 0 0;
    width: 44.2667vw;
  }

  .contents .sec_special .tour_wrap .tour_tab li span {
    font-size: 4vw;
    height: 9.7333vw;
  }

  .contents .sec_special .tour_wrap .tour_panel {
    border: 1px solid var(--color-primary);
    border-radius: 0 0 1.6vw 1.6vw;
    border-top: 0;
    padding: 4vw 4vw 1.3333vw;
  }

  .contents .sec_special .tour_wrap .tour_cnt {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.6667vw;
  }

  .contents .sec_special .tour_wrap .tour_img {
    width: 32.2667vw;
  }

  .contents .sec_special .tour_wrap .tour_name {
    font-size: 3.7333vw;
    line-height: 1.29;
    margin-bottom: 4vw;
    padding-left: 3.4667vw;
    width: calc(100% - 32.2667vw);
  }

  .contents .sec_special .tour_wrap .tour_price {
    width: calc(100% - 29.3333vw);
  }

  .contents .sec_special .tour_wrap .tour_price .fee {
    font-size: 3.7333vw;
  }

  .contents .sec_special .tour_wrap .tour_price .fee .min_price {
    font-size: 157.14%;
  }

  .contents .sec_special .tour_wrap .tour_price .att {
    font-size: 2.9333vw;
    letter-spacing: -0.04em;
    margin-top: 1.3333vw;
  }

  .contents .sec_special .tour_wrap .tour_btn {
    border-radius: 1.6vw;
    font-size: 4vw;
    height: 12vw;
    width: 29.3333vw;
  }

  .contents .sec_special .tour_wrap .tour_btn::after {
    height: 2.6667vw;
    right: 2.6667vw;
    width: 1.6vw;
  }

  .contents .sec_tokuten {
    border-top-width: 1.3333vw;
    padding: 4.5333vw 0 10.1333vw;
  }

  .contents .sec_tokuten .sec_title {
    margin: 0 -0.5333vw 11.3333vw;
    padding-bottom: 0;
  }

  .contents .sec_tokuten .sec_title img {
    width: 96.8vw;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt {
    border-radius: 1.3333vw;
    border-top: 1.3333vw solid var(--color-primary);
    margin-top: 11.7333vw;
    padding: 6.6667vw;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt .cnt_tit {
    font-size: 5.0667vw;
    letter-spacing: -0.02em;
    margin: 0 -4vw 3.7333vw 0;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt .cnt_num {
    font-size: 6.1333vw;
    left: 5.3333vw;
    padding-top: 8vw;
    top: -12vw;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt .cnt_num b {
    font-size: 178.26%;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt .txt_wrap {
    margin-bottom: 5.3333vw;
  }

  .contents .sec_tokuten .tokuten_list .tokuten_cnt .txt_wrap p {
    font-size: 3.7333vw;
  }

  .contents .sec_tokuten .btn_list {
    margin: 7.7333vw auto 0;
    width: 82vw;
  }

  .contents .sec_tokuten .btn_list .link_btn {
    height: 16.6667vw;
    text-align: center;
  }

  .contents .contact_us {
    padding: 7.2vw 5.0667vw 6.6667vw;
  }

  .contents .contact_us .contact_tit {
    margin-bottom: 5.3333vw;
  }

  .contents .contact_us .contact_tit span {
    display: block;
    font-size: 5.3333vw;
    line-height: 1.35;
  }

  .contents .contact_us .contact_tit::before {
    background: url(../img/icon_contact_pink.svg) center center/cover no-repeat;
    content: "";
    display: block;
    height: 12.4vw;
    margin: 0 auto 4.2667vw;
    width: 10.5333vw;
  }

  .contents .contact_us .contact_desc {
    margin-bottom: 5.3333vw;
  }

  .contents .contact_us .contact_desc p {
    font-size: 3.4667vw;
    line-height: 1.73;
    text-align: center;
  }

  .contents .contact_us .contact_links .btn_tel {
    background: var(--color-secondary);
    border-radius: 1.6vw;
    color: #fff;
    height: 12vw;
    justify-content: center;
    padding-right: 4.6667vw;
  }

  .contents .contact_us .contact_links .btn_tel::before {
    background-image: url(../img/icon_tel_white.svg);
    height: 6.1333vw;
    margin-right: 3.6vw;
    width: 6vw;
  }

  .contents .contact_us .contact_links .btn_tel span {
    font-size: 6.4vw;
    margin-right: 1.8667vw;
  }

  .contents .contact_us .contact_links .btn_freeorder {
    background: var(--color-primary-bg);
    border-radius: 1.6vw;
    color: var(--color-primary);
    font-size: 4vw;
    height: 12.1333vw;
    margin-top: 3.6vw;
    padding-right: 2.2667vw;
  }

  .contents .contact_us .contact_links .btn_freeorder::after {
    height: 3.0667vw;
    width: 3.0667vw;
  }

  .contents .contact_us .contact_links .btn_freeorder::before {
    height: 3.4667vw;
    margin-right: 2.8vw;
    width: 4.6667vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1140px) and (min-width: 601px) {
  .contents .sec_tours .tourlist .tour_cnt_wrap .cnt_left,
  .contents .sec_tours .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .contents .sec_special .tokuten_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 20px 0;
  }
}

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

  .contents a:active {
    opacity: 0.65;
  }

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

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

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

  .contents .sec_plan .optional_cnt .op_schedule .more_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .sec_plan .optional_cnt .op_schedule .more_btn:active {
    background-color: #ccc;
  }

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

  .contents .sec_special .tour_wrap .tour_tab li span: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 .sec_tours .tourlist.tabpanel .tour_tab li:hover {
    opacity: 0.65;
  }

  .contents .sec_plan .optional_cnt .op_schedule .more_btn:hover {
    background-color: #ccc;
  }

  .contents .sec_special .tour_wrap .tour_tab li span:hover {
    opacity: 0.65;
  }
}

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