@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information
File name:     style.css
Created:       2023-10-25
Style Info:    サイパン旅得LP CSS
----------------------------------------------------------- */

/* ------------------------------------
breadcrumb
------------------------------------ */

.breadcrumb_area.ft {
  background: #f2f2f2;
  z-index: 20;
  position: relative;
  overflow: hidden;
}

/*.footer20 {
  z-index: 20;
  position: relative;
}*/

/* ------------------------------------
コンテンツ 共通設定
------------------------------------ */

.tabitoku {
  position: relative;
  color: #707070;
  font-weight: 400;
}

html.wf-active .tabitoku {
  font-family: "Noto Sans JP", sans-serif;
}

.tabitoku a {
  color: #707070;
}

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

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

.tabitoku .sec {
  z-index: 20;
  background: #fff;
  position: relative;
}

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

.tabitoku .btn {
  background: #09C8D0;
  width: 100%;
  min-height: 47px;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabitoku .fade_in {
  transition: opacity 0.3s ease-in-out;
}

.tabitoku .fade_in.lazyload {
  opacity: 0;
}

.tabitoku .fade_in.lazyloaded {
  opacity: 1;
}

/* ------------------------------------
看板
------------------------------------ */

.tabitoku .sec_hero {
  height: 564px;
  background: url(../img/hero_bg_pc.jpg) center center/auto 100% repeat-x;
  margin-bottom: 40px;
}

.tabitoku .sec_hero .sec_inner {
  height: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabitoku .sec_hero .hero_title {
  text-align: center;
}

.tabitoku .sec_hero .lead {
  display: none;
}

.tabitoku .page_nav {
  margin-bottom: 70px;
}

.tabitoku .page_nav .nav_list {
  display: flex;
  justify-content: center;
}

.tabitoku .page_nav .nav_wrap {
  display: flex;
}

.tabitoku .page_nav .nav_wrap::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #EAB57F;
  border-bottom: 2px solid #EAB57F;
}

.tabitoku .page_nav .nav_btn {
  color: #09C8D0;
  font-weight: 700;
}

.tabitoku .page_nav .nav_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-25deg);
  border-left: 1px dashed #707070;
}

/* ------------------------------------
コンテンツ
------------------------------------ */

.tabitoku .sec_about {
  background: url(../img/benefit_bg_wave.svg) left bottom/auto repeat-x, url(../img/about_bg.jpg) left bottom/cover no-repeat;
}

.tabitoku .sec_about .sec_inner {
  max-width: 1100px;
  background: url(../img/about_icons_pc.png) left top/98% no-repeat;
  padding-bottom: 80px;
}

.tabitoku .sec_about .about_title {
  width: 100%;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 18px;
}

.tabitoku .sec_about .about_title picture {
  position: relative;
  display: inline-block;
}

.tabitoku .sec_about .about_title picture::before {
  content: "";
  width: 60px;
  height: 40px;
  background: url(../img/about_tit_icon.svg) no-repeat;
  position: absolute;
  right: -33px;
  bottom: 80%;
}

.tabitoku .sec_about .about_txt {
  color: #EAB57F;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.66;
  margin-bottom: 47px;
}

.tabitoku .sec_about .about_point {
  margin: 0 auto;
  max-width: 800px;
}

.tabitoku .sec_about .about_point_tit {
  color: #09C8D0;
  font-weight: 700;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.tabitoku .sec_about .about_point_tit::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/about_shell_icon.svg) -5px 0/100% no-repeat;
}

.tabitoku .sec_about .about_point_txt {
  font-size: 1.4rem;
}

.tabitoku .sec_about .about_point_img {
  border-radius: 20px;
}

.tabitoku .sec_benefit {
  padding-top: 30px;
  background: #09C8D0 url(../img/benefit_bg_pc.svg) center top/101vw no-repeat;
}

.tabitoku .sec_benefit .sec_inner {
  max-width: 1100px;
  padding-bottom: 115px;
}

.tabitoku .sec_benefit .benefit_title {
  width: 100%;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 18px;
}

.tabitoku .sec_benefit .benefit_title picture {
  position: relative;
  display: inline-block;
}

.tabitoku .sec_benefit .benefit_title picture::before {
  content: "";
  width: 60px;
  height: 40px;
  background: url(../img/benefit_tit_icon.svg) no-repeat;
  position: absolute;
  right: -33px;
  bottom: 80%;
}

.tabitoku .sec_benefit .benefit_txt {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.66;
  margin-bottom: 47px;
}

.tabitoku .sec_benefit .benefit_point {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.tabitoku .sec_benefit .benefit_point_list {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tabitoku .sec_benefit .benefit_point_tit {
  color: #FFFF01;
  font-weight: 700;
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.tabitoku .sec_benefit .benefit_point_tit::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/benefit_shell_icon.svg) -5px 0/100% no-repeat;
}

.tabitoku .sec_benefit .benefit_point_txt {
  font-size: 1.4rem;
  color: #fff;
}

.tabitoku .sec_benefit .benefit_point_img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.tabitoku .sec_campaign .sec_inner {
  max-width: 1100px;
  padding-bottom: 80px;
}

.tabitoku .sec_campaign .campaign_title {
  width: 100%;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 18px;
}

.tabitoku .sec_campaign .campaign_title picture {
  position: relative;
  display: inline-block;
}

.tabitoku .sec_campaign .campaign_title picture::before {
  content: "";
  width: 60px;
  height: 40px;
  background: url(../img/about_tit_icon.svg) no-repeat;
  position: absolute;
  right: -33px;
  bottom: 80%;
}

.tabitoku .sec_campaign .campaign_txt {
  color: #EAB57F;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.66;
  margin-bottom: 47px;
}

.tabitoku .sec_campaign .campaign_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabitoku .sec_campaign .campaign_tab li {
  border: 1px solid #E1F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09C8D0;
  font-weight: 500;
  font-size: 1.6rem;
  height: 57px;
  flex: 0 0 20%;
}

.tabitoku .sec_campaign .campaign_tab li:first-child {
  border-left: 1px solid #E1F0F0;
}

.tabitoku .sec_campaign .campaign_tab li.is_active {
  background: #09C8D0;
  color: #fff;
}

.tabitoku .sec_campaign .campaign_tab li:not(.is_active):hover {
  background: #09C8D0;
  color: #fff;
  cursor: pointer;
}

.tabitoku .sec_campaign .campaign_cat_bl {
  width: 100%;
  display: none;
}

.tabitoku .sec_campaign .campaign_list_img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.tabitoku .sec_campaign .campaign_list_tit {
  font-size: 1.8rem;
  color: #09C8D0;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.tabitoku .sec_campaign .campaign_list .btn {
  margin-bottom: 20px;
}

.tabitoku .sec_campaign .campaign_list .btn::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
}

.tabitoku .sec_campaign .campaign_list .btn.open::after {
  transform: rotate(-135deg);
  margin-top: -4px;
}

.tabitoku .sec_campaign .campaign_list .btn:hover {
  cursor: pointer;
  opacity: 0.85;
}

.tabitoku .sec_campaign .campaign_list_detail {
  display: none;
}

.tabitoku .sec_campaign .campaign_list_detail dt {
  word-break: break-all;
  font-size: 1.8rem;
  color: #09C8D0;
  font-weight: 700;
  padding-bottom: 10px;
}

.tabitoku .sec_campaign .campaign_list_detail dd {
  word-break: break-all;
  padding-bottom: 20px;
  font-size: 1.4rem;
}

.tabitoku .sec_campaign .campaign_list_detail dd a {
  color: #09C8D0;
  text-decoration: underline;
}

.tabitoku .sec_tour {
  background: #FAFAFA;
}

.tabitoku .sec_tour .sec_inner {
  max-width: 1100px;
  padding-bottom: 80px;
}

.tabitoku .sec_tour .tour_title {
  width: 100%;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 50px;
}

.tabitoku .sec_tour .tour_title picture {
  position: relative;
  display: inline-block;
}

.tabitoku .sec_tour .tour_title picture::before {
  content: "";
  width: 60px;
  height: 40px;
  background: url(../img/about_tit_icon.svg) no-repeat;
  position: absolute;
  right: -33px;
  bottom: 80%;
}

.tabitoku .sec_tour .hotel_name {
  color: #09C8D0;
  font-size: 2.2rem;
  font-weight: 900;
  padding: 8px 0 20px;
}

.tabitoku .sec_tour .hotel_txt {
  margin-bottom: 40px;
  line-height: 1.6;
}

.tabitoku .sec_tour .box_slider .slick-slide > div {
  line-height: 0;
}

.tabitoku .sec_tour .box_slider .slick-dots {
  text-align: center;
}

.tabitoku .sec_tour .box_slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 20px 4px;
  cursor: pointer;
}

.tabitoku .sec_tour .box_slider .slick-dots li.slick-active button::before {
  background: #09C8D0;
}

.tabitoku .sec_tour .box_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.tabitoku .sec_tour .box_slider .slick-dots li button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E3E2E3;
}

.tabitoku .sec_tour .price_tabpanel {
  margin-bottom: 15px;
}

.tabitoku .sec_tour .price_tabpanel > .tab_wrap .tab {
  width: calc(100% + 4px);
  margin: 0 -2px 16px;
  display: flex;
}

.tabitoku .sec_tour .price_tabpanel > .tab_wrap .tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 4px);
  margin: 0 2px;
  font-size: 1.4rem;
  border-radius: 0;
  color: #09C8D0;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #09C8D0;
  padding: 9px 0;
  position: relative;
}

.tabitoku .sec_tour .price_tabpanel > .tab_wrap .tab li.is_active {
  background-color: #09C8D0;
  color: #fff;
}

.tabitoku .sec_tour .price_tabpanel > .tab_wrap .tab li.is_active::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #09C8D0;
  border-top-width: 6px;
  border-bottom: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
}

.tabitoku .sec_tour .price_tabpanel > .tab_wrap .tab li:not(.is_active) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.tabitoku .sec_tour .price_tabpanel > .panel_wrap {
  background: #fff;
  padding: 15px 10px 10px 25px;
  border: 1px solid #e0e0e0;
}

.tabitoku .sec_tour .price_tabpanel > .panel_wrap .panel {
  transition: all 0.3s;
  display: none;
  /*&:not(:first-of-type) {
  	display: none;
  }*/
}

.tabitoku .sec_tour .price_tabpanel > .panel_wrap .panel.is_show {
  display: block;
  animation: fadeInPC 0.3s ease-in 0s forwards;
}

.tabitoku .sec_tour .price_tabpanel .price_txt {
  color: #EAB57F;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.2rem;
  margin: 5px 0 10px;
}

.tabitoku .sec_tour .price_tabpanel .att_txt {
  font-size: 1.2rem;
  line-height: 1.4;
}

.tabitoku .sec_tour .price_tabpanel .att_txt .att_01 {
  margin-right: 5px;
}

.tabitoku .sec_tour .price_tabpanel .att_txt .att_03 {
  color: #0064d2;
  padding-left: 17px;
  text-decoration: underline;
  background: url(../img/icon_tour_attention_01.png) left center no-repeat;
}

.tabitoku .sec_tour .price_tabpanel .tour_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAB57F;
  position: relative;
  height: 37px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.tabitoku .sec_tour .price_tabpanel .tour_btn a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  right: 10px;
  top: calc(50% - 6px);
}

.tabitoku .sec_tour .price_tabpanel .soldout {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d2d2d2;
  color: #fff;
  position: relative;
  height: 44px;
  border-radius: 8px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}

.tabitoku .sec_tour .btn2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAB57F;
  position: relative;
  height: 60px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.tabitoku .sec_tour .btn2::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  right: 10px;
  top: calc(50% - 6px);
}

.tabitoku .sec_search {
  padding: 60px 0 80px;
}

.tabitoku .sec_search .sec_inner {
  max-width: 1100px;
}

.tabitoku .sec_search .search_box .box_head {
  background: #09C8D0;
  border-radius: 10px 10px 0 0;
  height: 45px;
}

.tabitoku .sec_search .search_box_inner .box_body {
  background: #f2f2f2;
  border-radius: 0 0 10px 10px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.tabitoku .sec_search .search_box_inner .label_wrap {
  color: #09C8D0;
}

.tabitoku .sec_search .search_box_inner .label_wrap i {
  background: #09C8D0;
}

.tabitoku .sec_search .search_box .btn_wrap .btn_detail::before {
  background-color: #09C8D0;
}

.tabitoku .sec_search .search_box .btn_wrap .btn_submit {
  background: #09C8D0;
}

.tabitoku .sec_search .search_box .btn_wrap .btn_clear {
  border: none;
  background: #EAB57F;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}

.tabitoku .sec_search .search_box .search_details .form_wrap .acc_title {
  color: #222;
}

/* ------------------------------------
リンクボタン・バナー
------------------------------------ */

/* ------------------------------------
お問い合わせ
------------------------------------ */

@media screen and (min-width: 641px), print {
  .tabitoku .page_nav .nav_wrap {
    flex-direction: column;
    align-items: center;
  }

  .tabitoku .page_nav .nav_wrap::after {
    transform: rotate(45deg);
    margin-left: 5px;
    margin-top: 5px;
  }

  .tabitoku .page_nav .nav_wrap:last-child .nav_btn::before {
    border-right: 1px dashed #707070;
  }

  .tabitoku .page_nav .nav_btn {
    display: flex;
    justify-content: center;
    min-width: 320px;
    font-size: 1.8rem;
    text-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .tabitoku .sec_about .about_point_list {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 429px;
    gap: 24px 34px;
    margin-bottom: 50px;
  }

  .tabitoku .sec_about .about_point_tit {
    grid-row: 1;
    grid-column: 1;
  }

  .tabitoku .sec_about .about_point_txt {
    grid-row: 2;
    grid-column: 1;
  }

  .tabitoku .sec_about .about_point_img {
    grid-row: 1/3;
    grid-column: 2/3;
  }

  .tabitoku .sec_benefit .sec_inner {
    position: relative;
    z-index: 1;
  }

  .tabitoku .sec_benefit .sec_inner::before {
    content: "";
    width: 221px;
    height: 159px;
    display: block;
    background: url(../img/benefit_bg_pc2.svg) left top/100% no-repeat;
    z-index: -1;
    position: absolute;
    left: -70px;
    bottom: 40px;
  }

  .tabitoku .sec_benefit .benefit_point_list {
    flex: 1 0 30%;
  }

  .tabitoku .sec_campaign .campaign_tab {
    margin-bottom: 50px;
  }

  .tabitoku .sec_campaign .campaign_tab li {
    border-left: none;
  }

  .tabitoku .sec_campaign .campaign_cat_bl.is_active {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
    width: 103%;
  }

  .tabitoku .sec_campaign .campaign_list {
    flex: 0 0 30.333%;
    margin: 0 1.5% 50px;
  }

  .tabitoku .sec_tour .tour_bl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .tabitoku .sec_tour .box_slider {
    width: 52%;
    margin-right: 25px;
  }

  .tabitoku .sec_tour .price_tabpanel .att_txt .att_02 {
    margin-right: 5px;
  }

  .tabitoku .sec_tour .price_tabpanel .tour_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
  }

  .tabitoku .sec_tour .price_tabpanel .tour_btn a {
    flex: 0 0 30%;
  }

  .tabitoku .sec_tour .btn2 {
    max-width: 285px;
    margin: 0 auto;
  }

  .tabitoku .sec_search .search_box .box_head {
    display: block;
  }

  .tabitoku .sec_search .search_box .box_head .head_tit {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 45px;
    justify-content: center;
  }

  .tabitoku .sec_search .search_box .box_head .search_close {
    display: none;
  }

  .tabitoku .sec_search .search_box_inner {
    padding: 0;
  }

  .tabitoku .sec_search .search_box_inner .box_body {
    padding: 26px 26px 0;
  }
}

@media screen and (min-width: 769px), print {
  body:not(.mobile) .tabitoku a:hover {
    opacity: 0.75;
  }
}

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

  .breadcrumb_area.ft nav {
    width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1281px), print {
  .tabitoku .sec_benefit {
    background: #09C8D0 url(../img/benefit_bg_pc.svg) center top/1302px no-repeat;
  }
}

@media screen and (min-width: 1920px), print {
  .tabitoku .sec_about {
    background: url(../img/benefit_bg_wave.svg) left bottom/auto repeat-x, url(../img/about_bg.jpg) left top/100% 100% no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .tabitoku .sec_inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabitoku .sec_tour .price_tabpanel > .panel_wrap .panel {
    display: none;
  }

  .tabitoku .sec_tour .price_tabpanel > .panel_wrap .panel.is_show {
    display: block;
    animation: fadeInSP 0.3s ease-in 0s forwards;
  }
}

@media screen and (max-width: 640px) {
  .tw_pagetop {
    z-index: 10;
  }

  .tabitoku .sec_inner {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .tabitoku .sec_hero {
    background: url(../img/hero_bg_sp.jpg) center center/100% no-repeat;
    margin-bottom: 0;
    height: 453px;
  }

  .tabitoku .sec_hero .sec_inner {
    flex-direction: column;
  }

  .tabitoku .sec_hero .lead {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 4.2666666667vw;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    margin-top: -5.3333333333vw;
  }

  .tabitoku .page_nav {
    margin-bottom: 9.6vw;
  }

  .tabitoku .page_nav .nav_list {
    flex-direction: column;
    margin: 0 8vw;
  }

  .tabitoku .page_nav .nav_wrap {
    align-items: center;
    border-bottom: 1px dotted #E5E5E5;
  }

  .tabitoku .page_nav .nav_wrap::after {
    transform: rotate(-45deg);
  }

  .tabitoku .page_nav .nav_btn {
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 0;
  }

  .tabitoku .page_nav .nav_btn br {
    display: none;
  }

  .tabitoku .page_nav .nav_btn::before {
    content: none;
  }

  .tabitoku .sec_about {
    background: url(../img/benefit_bg_wave.svg) left bottom/180% repeat-x, url(../img/about_bg.jpg) left top/auto 100% no-repeat;
  }

  .tabitoku .sec_about .sec_inner {
    background: url(../img/about_icons_sp.svg) center top/109vw no-repeat;
    padding-bottom: 18.6666666667vw;
  }

  .tabitoku .sec_about .about_title {
    padding-top: 21.8666666667vw;
  }

  .tabitoku .sec_about .about_title picture::before {
    right: -20px;
    bottom: 90%;
  }

  .tabitoku .sec_about .about_point {
    overflow-x: scroll;
    margin: 0 -8vw;
    padding: 0 2.6666666667vw 0 8vw;
    display: flex;
  }

  .tabitoku .sec_about .about_point_list {
    flex: 0 0 73%;
    margin-right: 5.3333333333vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .tabitoku .sec_about .about_point_tit {
    margin-bottom: 2.6666666667vw;
    line-height: 1.6;
  }

  .tabitoku .sec_about .about_point_txt {
    margin-bottom: 5.3333333333vw;
  }

  .tabitoku .sec_benefit {
    background: #09C8D0 url(../img/benefit_bg_sp.svg) center top/100% no-repeat;
  }

  .tabitoku .sec_benefit .sec_inner {
    padding-bottom: 14.6666666667vw;
  }

  .tabitoku .sec_benefit .benefit_title {
    padding-top: 21.8666666667vw;
  }

  .tabitoku .sec_benefit .benefit_title picture::before {
    right: -20px;
    bottom: 90%;
  }

  .tabitoku .sec_benefit .benefit_txt {
    font-size: 4.8vw;
  }

  .tabitoku .sec_benefit .benefit_point {
    overflow-x: scroll;
    margin: 0 -8vw;
    padding: 0 2.6666666667vw 0 8vw;
  }

  .tabitoku .sec_benefit .benefit_point_list {
    flex: 0 0 73%;
    margin-right: 5.3333333333vw;
  }

  .tabitoku .sec_benefit .benefit_point_tit {
    margin-bottom: 8vw;
    line-height: 1.6;
  }

  .tabitoku .sec_benefit .benefit_point_txt {
    margin-bottom: 5.3333333333vw;
  }

  .tabitoku .sec_campaign .campaign_title {
    padding-top: 16vw;
  }

  .tabitoku .sec_campaign .campaign_title picture::before {
    right: -20px;
    bottom: 90%;
  }

  .tabitoku .sec_campaign .campaign_txt {
    font-size: 4.8vw;
  }

  .tabitoku .sec_campaign .campaign_tab {
    margin-bottom: 30px;
  }

  .tabitoku .sec_campaign .campaign_tab li {
    font-size: 4.2666666667vw;
    flex: 1 1 30%;
  }

  .tabitoku .sec_campaign .campaign_tab li:nth-child(-n+2) {
    flex-basis: 50%;
  }

  .tabitoku .sec_campaign .campaign_cat_bl.is_active {
    display: block;
    margin: 0;
  }

  .tabitoku .sec_campaign .campaign_list {
    margin-bottom: 8vw;
  }

  .tabitoku .sec_campaign .campaign_list_tit {
    font-size: 4.8vw;
  }

  .tabitoku .sec_campaign .campaign_list_detail dt {
    font-size: 4.8vw;
  }

  .tabitoku .sec_campaign .campaign_list_detail dd {
    font-size: 3.7333333333vw;
  }

  .tabitoku .sec_tour .sec_inner {
    padding-bottom: 8vw;
  }

  .tabitoku .sec_tour .tour_title {
    padding-top: 13.3333333333vw;
    padding-bottom: 8vw;
  }

  .tabitoku .sec_tour .tour_title picture::before {
    right: -20px;
    bottom: 90%;
  }

  .tabitoku .sec_tour .tour_wrap {
    display: flex;
    overflow-x: scroll;
    margin: 0 -8vw;
    padding: 0 2.6666666667vw 0 8vw;
  }

  .tabitoku .sec_tour .tour_bl {
    flex: 0 0 73%;
    margin-right: 5.3333333333vw;
    width: 73%;
  }

  .tabitoku .sec_tour .hotel_info {
    min-height: 245px;
  }

  .tabitoku .sec_tour .hotel_name {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    padding: 0 0 10px;
  }

  .tabitoku .sec_tour .hotel_txt {
    margin-bottom: 20px;
  }

  .tabitoku .sec_tour .box_slider {
    width: 100%;
  }

  .tabitoku .sec_tour .box_slider .slick-dots li {
    margin-top: 10px;
  }

  .tabitoku .sec_tour .price_tabpanel > .tab_wrap .tab li {
    font-weight: 700;
    font-size: 3.2vw;
  }

  .tabitoku .sec_tour .price_tabpanel > .tab_wrap .tab li b {
    font-weight: 700;
  }

  .tabitoku .sec_tour .price_tabpanel > .panel_wrap {
    padding: 4vw 5.3333333333vw 3.2vw;
  }

  .tabitoku .sec_tour .price_tabpanel .price_txt {
    font-size: 5.8666666667vw;
  }

  .tabitoku .sec_tour .price_tabpanel .att_txt {
    margin-bottom: 20px;
  }

  .tabitoku .sec_tour .price_tabpanel .att_txt .att_03 {
    display: none;
  }

  .tabitoku .sec_tour .price_tabpanel .tour_btn {
    margin-top: 10px;
  }

  .tabitoku .sec_tour .price_tabpanel .tour_btn a::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    top: calc(50% - 0.8vw);
  }

  .tabitoku .sec_tour .btn2 {
    margin: 8vw 0 0;
  }

  .tabitoku .sec_tour .btn2::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    top: calc(50% - 0.8vw);
  }

  .tabitoku .sec_search {
    padding: 30px 0;
  }

  .tabitoku .sec_search .sec_inner {
    padding-bottom: 8vw;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-width: 1140px !important;
    width: 100%;
    position: relative !important;
    transform: scale(0.94);
    transform-origin: 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
