@charset "UTF-8";
:root {
  --vh: 100vh;
  --vw: 100vw;
  --win-vh: calc(var(--vh, 1vh) * 100);
  --win-vw: 100vw;
  --link-color: #1da2aa;
  --accent-red: #fc5555;
  --main-green: #0ec9c6;
  --main-green-light-1: #72d8d6;
  --main-green-light-2: #a6ebea;
  --main-green-bg: #d8f6f2;
  --main-pink: #fa4245;
  --main-pink-light-1: #fc8a8c;
  --main-pink-light-2: #ffbdcc;
  --main-pink-bg: #fff2f8;
  --site-color: #23afb7;
  --btn-color: #0f1b87;
  --tour-main-color: #72d8d6;
  --tour-btn-color: #fc8a8c;
  --search-color: #000;
  --faq-main-color: #fc8a8c;
  --faq-title-color: #fff;
}
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: rgb(0 0 0 / 0.2);
}
.contents img.fade_in {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.contents img.fade_in.lazyloaded {
  opacity: 1;
}
.contents a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.contents p {
  font-size: 1.4rem;
  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 .bg_white {
  background-color: #fff;
}
.contents .bg_green {
  background-color: var(--main-green-bg);
}
.contents .bg_pink {
  background-color: var(--main-pink-bg);
}
.contents .section .sec_title_01 {
  color: var(--main-pink);
  text-align: center;
}
.contents .section .sec_title_01 span {
  display: inline-block;
  font-size: 4.4rem;
  font-weight: 700;
  position: relative;
}
.contents .section .sec_title_01 span::before,
.contents .section .sec_title_01 span::after {
  background: url(../img/title_deco_star_pink.svg) center center/100% auto no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
}
.contents .section .sec_title_01 span::before {
  right: calc(100% + 67px);
}
.contents .section .sec_title_01 span::after {
  left: calc(100% + 67px);
}
.contents .section_01 .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .section_02 .sec_inner {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}
.contents .sec_hero {
  background: #fff;
}
.contents .sec_hero .hero_txt {
  margin: 0 auto;
  max-width: 1100px;
  padding: 26px 15px 50px;
  width: 100%;
}
.contents .sec_hero .hero_txt p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.contents .sec_about {
  padding: 40px 15px 100px;
}
.contents .sec_about .sec_title_01 {
  margin-bottom: 50px;
}
.contents .sec_about .sec_title_01::before {
  right: calc(100% + 50px);
}
.contents .sec_about .sec_title_01::after {
  left: calc(100% + 50px);
}
.contents .sec_about .tab_wrap {
  border-bottom: 6px solid var(--main-pink-light-1);
}
.contents .sec_about .tab_wrap .tab {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.contents .sec_about .tab_wrap .tab li {
  align-items: center;
  background: #fff;
  color: var(--main-pink);
  cursor: pointer;
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  height: 76px;
  justify-content: center;
  line-height: 1;
  margin-left: 20px;
  transition: opacity 0.3s ease;
  width: 190px;
}
.contents .sec_about .tab_wrap .tab li.is_active {
  background: var(--main-pink-light-1);
  color: #fff;
}
.contents .sec_about .panel_wrap {
  background: #fff;
}
.contents .sec_about .panel {
  padding: 60px 0 70px;
}
.contents .sec_about .panel.bring .txt_wrap,
.contents .sec_about .panel.flow .txt_wrap {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}
.contents .sec_about .panel.bring .txt_wrap p + p,
.contents .sec_about .panel.flow .txt_wrap p + p {
  margin-top: 20px;
}
.contents .sec_about .ready_wrap {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}
.contents .sec_about .ready_wrap li + li {
  margin-top: 50px;
}
.contents .sec_about .ready_wrap li .txt_wrap p {
  margin-top: 10px;
}
.contents .sec_about .ready_wrap li .tit {
  color: var(--main-pink-light-1);
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 25px;
  margin-top: 10px;
}
.contents .sec_about .bring_wrap {
  border: 1px solid #d0d0d0;
  border-bottom: 0;
  margin: 0 auto;
  margin-top: 35px;
  max-width: 760px;
  width: 100%;
}
.contents .sec_about .bring_title {
  align-items: center;
  background: var(--main-pink-light-1);
  border-bottom: 1px solid #d0d0d0;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  min-height: 30px;
  text-align: center;
}
.contents .sec_about .bring_list {
  background: #fff;
}
.contents .sec_about .bring_list dt {
  font-weight: 700;
}
.contents .sec_about .bring_list dd {
  border-bottom: 1px solid #d0d0d0;
}
.contents .sec_about .flow_wrap {
  margin: 65px auto 60px;
  position: relative;
}
.contents .sec_about .flow_wrap .flow_list {
  position: relative;
}
.contents .sec_about .flow_wrap .flow_list li {
  align-items: center;
  background: var(--main-pink-light-1);
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.contents .sec_about .flow_wrap .flow_list li + li {
  margin-top: 30px;
  position: relative;
}
.contents .sec_about .flow_wrap .flow_list li + li::before {
  background: url(../img/arr_btm_red.svg) center center/100% auto no-repeat;
  content: "";
  height: 17px;
  left: calc(50% - 16px);
  position: absolute;
  top: -24px;
  width: 32px;
}
.contents .sec_about .flow_wrap .flow_list p {
  font-size: 2.24rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}
.contents .sec_about .flow_wrap .img_list li {
  left: 0;
  position: absolute;
}
.contents .sec_about .flow_wrap .img_list .img_01 {
  margin-left: 8.73%;
  top: 0;
  width: 14.18%;
}
.contents .sec_about .flow_wrap .img_list .img_02 {
  margin-left: 75.45%;
  top: 3.49%;
  width: 16.09%;
}
.contents .sec_about .flow_wrap .img_list .img_03 {
  margin-left: 3.55%;
  top: 32.12%;
  width: 20%;
}
.contents .sec_about .flow_wrap .img_list .img_04 {
  margin-left: 75.64%;
  top: 41.9%;
  width: 20.18%;
}
.contents .sec_about .flow_wrap .img_list .img_05 {
  margin-left: 8.45%;
  top: 72.07%;
  width: 16.64%;
}
.contents .sec_about .flow_wrap .img_list .img_06 {
  margin-left: 75.27%;
  top: 80.17%;
  width: 14.45%;
}
.contents .sec_recom {
  border-top: 6px solid var(--main-green-light-2);
  padding: 0 0 20px;
}
.contents .sec_recom .sec_head {
  margin-bottom: 80px;
  padding: 19px 15px 40px;
}
.contents .sec_recom .sec_head .head_wrap {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_recom .sec_head .head_title {
  margin-bottom: 34px;
  text-align: center;
}
.contents .sec_recom .sec_head .head_title img {
  width: 514px;
}
.contents .sec_recom .sec_head .head_nav ul {
  display: flex;
  width: 100%;
}
.contents .sec_recom .sec_head .head_nav li {
  padding: 10px;
  width: 100%;
}
.contents .sec_recom .sec_head .head_nav li:nth-child(2n + 1) {
  background: var(--main-pink-light-2);
}
.contents .sec_recom .sec_head .head_nav li:nth-child(2n + 1) a::after {
  background: url(../img/arr_btm_pink.svg) center center/cover no-repeat;
}
.contents .sec_recom .sec_head .head_nav li:nth-child(2n) {
  background: var(--main-green-light-2);
}
.contents .sec_recom .sec_head .head_nav li:nth-child(2n) a::after {
  background: url(../img/arr_btm_green.svg) center center/cover no-repeat;
}
.contents .sec_recom .sec_head .head_nav li a {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 13px;
}
.contents .sec_recom .sec_head .head_nav li a .icon {
  align-items: flex-end;
  display: flex;
  height: 65px;
  justify-content: center;
  width: 100%;
}
.contents .sec_recom .sec_head .head_nav li a span {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}
.contents .sec_recom .sec_head .head_nav li a::after {
  content: "";
  height: 10px;
  margin-top: 10px;
  width: 20px;
}
.contents .sec_recom .sec_head .head_nav li a[href="#asia"] img {
  width: 83px;
}
.contents .sec_recom .sec_head .head_nav li a[href="#beach"] img {
  width: 59px;
}
.contents .sec_recom .sec_head .head_nav li a[href="#ameoce"] img {
  width: 32px;
}
.contents .sec_recom .sec_head .head_nav li a[href="#europe"] img {
  width: 53px;
}
.contents .sec_recom .area_wrap {
  margin: 50px 0;
}
.contents .sec_recom .area_wrap .head_wrap {
  position: relative;
}
.contents .sec_recom .area_wrap .head_name {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.contents .sec_recom .area_wrap .head_name span {
  align-items: center;
  display: flex;
  font-weight: 700;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_recom .area_wrap .head_img {
  left: 0;
  position: absolute;
  top: 24px;
  width: 47.27%;
}
.contents .sec_recom .area_wrap .head_img img {
  width: 100%;
}
.contents .sec_recom .area_wrap:nth-of-type(2n + 1) .head_name {
  background-color: var(--main-pink-bg);
}
.contents .sec_recom .area_wrap:nth-of-type(2n) .head_name {
  background-color: var(--main-green-bg);
}
.contents .sec_recom .des_wrap {
  background: #f5f5f5;
  overflow: hidden;
}
.contents .sec_recom .des_img {
  aspect-ratio: 356/236;
}
.contents .sec_recom .des_img:not(.fit) img {
  height: auto;
  width: 100%;
}
.contents .sec_recom .des_img.fit {
  overflow: hidden;
  position: relative;
}
.contents .sec_recom .des_img.fit img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.contents .sec_recom .des_name {
  position: relative;
}
.contents .sec_recom .des_name span {
  font-size: 2.4rem;
}
.contents .sec_recom .des_desc {
  margin: 0 20px 20px;
}
.contents .sec_recom .des_btns {
  margin: auto 20px 20px;
}
.contents .sec_recom .des_btns .btn a {
  align-items: center;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  line-height: 1.44;
  transition: all 0.3s ease;
}
.contents .sec_recom .des_btns .btn span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
}
.contents .sec_recom .des_btns .btn_tour a {
  background: var(--main-green-light-1);
  border: 1px solid var(--main-green-light-1);
  color: #fff;
}
.contents .sec_recom .des_btns .btn_tour span {
  text-align: center;
}
.contents .sec_recom .des_btns .btn_plan a {
  background: #fff;
  border: 1px solid var(--main-pink-light-1);
  color: var(--main-pink-light-1);
  transition: all 0.3s ease;
}
.contents .sec_recom .des_btns .btn_plan .flag {
  width: 37px;
}
.contents .sec_recom .des_btns .btn_plan p {
  line-height: 1.2;
}
.contents .sec_recom .des_btns .btn_plan p span {
  display: inline-block;
  line-height: inherit;
}
.contents .sec_faq {
  padding: 80px 15px;
}
.contents .sec_faq .sec_title_01 {
  margin-bottom: 30px;
}
.contents .sec_faq .faq_cnt {
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 5px;
}
.contents .sec_faq .faq_cnt.active .faq_question .arr::before {
  opacity: 0;
}
.contents .sec_faq .faq_question {
  align-items: center;
  background: var(--faq-title-color);
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.21;
  min-height: 50px;
  padding: 6px 50px 6px 60px;
  position: relative;
  transition: opacity 0.3s ease;
}
.contents .sec_faq .faq_question .arr {
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  width: 14px;
}
.contents .sec_faq .faq_question .arr::before,
.contents .sec_faq .faq_question .arr::after {
  background: #000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}
.contents .sec_faq .faq_question .arr::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contents .sec_faq .faq_answer {
  background: #fff;
  border-top: 1px dashed #ccc;
  color: #555;
  display: none;
  padding: 15px 15px 15px 60px;
  position: relative;
}
.contents .sec_faq .faq_answer p {
  line-height: 1.64;
}
.contents .sec_faq .faq_answer p a {
  text-decoration: underline;
}
.contents .sec_faq .faq_question::before,
.contents .sec_faq .faq_question::before,
.contents .sec_faq .faq_answer::before,
.contents .sec_faq .faq_answer::before {
  color: var(--faq-main-color);
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  left: 20px;
  line-height: 1;
  position: absolute;
  top: 15px;
}
.contents .sec_faq .faq_question::before {
  content: "Q.";
}
.contents .sec_faq .faq_answer::before {
  content: "A.";
}
.contents .sec_search .search_box_inner {
  background: #f5f5f5;
}
.contents .sec_search .search_contact {
  display: none;
  margin-bottom: 1px;
}
.search_fix_btn {
  position: fixed;
  z-index: 10;
}
.search_fix_btn a {
  background: var(--tour-btn-color);
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 1;
  text-align: center;
  transition: opacity 0.3s ease;
}
.search_fix_btn a::before {
  aspect-ratio: 1/1;
  background: url(../img/icon_search_white.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  margin: 0 auto;
  padding: 8px 0 3px;
  width: 17px;
}
.sec_contactus {
  margin: 0 auto;
  margin: 50px auto;
  max-width: 1100px;
  width: 100%;
}
.sec_contactus .cotnactus_title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 30px;
  text-align: center;
}
.sec_contactus .cotnactus_txt {
  color: #787878;
  font-size: 1.5rem;
  line-height: 1.6;
}
.sec_contactus .cotnactus_txt b {
  color: #323232;
  display: block;
  font-size: 200%;
  padding-bottom: 0.3em;
}
.sec_contactus .cotnactus_links {
  margin: 10px auto;
  width: 100%;
}
.sec_contactus .cotnactus_links .tel {
  align-items: center;
  color: #23af00;
  display: flex;
  font-family: "arial", sans-serif;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1;
}
.sec_contactus .cotnactus_links .tel::before {
  aspect-ratio: 1/1;
  background: url(../img/icon_tel_green.svg) center center/auto 100% no-repeat;
  content: "";
}
.sec_contactus .cotnactus_links .btn {
  align-items: center;
  background: #ff6e00;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  height: 38px;
  justify-content: center;
  overflow: hidden;
  padding: 0 10px 0 0;
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease;
}
.sec_contactus .cotnactus_links .btn::after {
  background: url(../img/arr_white.svg) center center/auto 100% no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  width: 12px;
}
.btm_bnr {
  margin: 50px auto;
  max-width: 785px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
.btm_bnr a {
  display: block;
}
.btm_btn a {
  background: #fff;
  border: 2px solid #787878;
  border-radius: 30px;
  color: #787878;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 60px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 300px;
}
.btm_btn a::after {
  background: url(../img/arr_gray.svg) center center/auto 100% no-repeat;
  content: "";
  height: 10px;
  left: 15px;
  position: absolute;
  top: calc(50% - 5px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 10px;
}
@media not screen, screen and (min-width: 601px) {
  .contents .vsp600 {
    display: none;
  }
}
@media screen and (min-width: 601px), print {
  .contents .sec_about .ready_wrap li {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .contents .sec_about .ready_wrap li:nth-child(2n) .img_wrap {
    order: 2;
  }
  .contents .sec_about .ready_wrap li:nth-child(2n) .txt_wrap {
    order: 1;
  }
  .contents .sec_about .ready_wrap li .img_wrap {
    width: 31.58%;
  }
  .contents .sec_about .ready_wrap li .txt_wrap {
    width: 64.47%;
  }
  .contents .sec_about .bring_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .contents .sec_about .bring_list dt,
  .contents .sec_about .bring_list dd {
    font-size: 1.3rem;
    line-height: 1.69;
    min-height: 58px;
  }
  .contents .sec_about .bring_list dt {
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    padding: 5px 5px 5px 10px;
    width: 165px;
  }
  .contents .sec_about .bring_list dt span {
    align-items: center;
    display: flex;
    height: 100%;
  }
  .contents .sec_about .bring_list dd {
    padding: 5px 10px;
    width: calc(100% - 165px);
  }
  .contents .sec_about .bring_list dd p {
    align-items: center;
    display: flex;
    height: 100%;
  }
  .contents .sec_about .flow_wrap .flow_list {
    margin: 0 auto;
    max-width: 496px;
    width: 45%;
  }
  .contents .sec_about .flow_wrap .flow_list li {
    min-height: 72px;
  }
  .contents .sec_recom .area_wrap .head_wrap {
    margin-bottom: 28px;
    min-height: 275px;
  }
  .contents .sec_recom .area_wrap .head_name span {
    font-size: 3rem;
    height: 100px;
    justify-content: center;
  }
  .contents .sec_recom .area_wrap .head_desc {
    margin-top: 35px;
    padding-left: 50.91%;
  }
  .contents .sec_recom .area_wrap .list_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    width: calc(100% + 16px);
  }
  .contents .sec_recom .des_wrap {
    display: flex;
    flex-direction: column;
    margin: 0 8px 30px;
    width: calc(33.333% - 16px);
  }
  .contents .sec_recom .des_img {
    margin-bottom: 20px;
  }
  .contents .sec_recom .des_name {
    margin: 0 20px 20px;
    padding-left: 30px;
  }
  .contents .sec_recom .des_name::before {
    background: url(../img/pin_black.svg) center center/100% auto no-repeat;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
  }
  .contents .sec_recom .des_name .flag {
    display: none;
  }
  .contents .sec_recom .des_btns .btn + .btn {
    margin-top: 12px;
  }
  .contents .sec_recom .des_btns .btn_tour a {
    height: 70px;
  }
  .contents .sec_recom .des_btns .btn_plan {
    min-height: 54px;
  }
  .contents .sec_recom .des_btns .btn_plan a {
    height: 54px;
    letter-spacing: -0.04em;
    padding: 0 3.18% 0 9.55%;
  }
  .contents .sec_recom .des_btns .btn_plan p {
    flex: 1;
    padding-left: 7.96%;
  }
  .contents .sec_search {
    position: relative;
    z-index: 20;
  }
  .contents .sec_search .search_box_inner {
    border: 1px solid #ccc;
    padding: 0;
  }
  .contents .sec_search .search_box {
    max-width: 760px;
  }
  .contents .sec_search .search_box .box_head .head_tit {
    background: var(--search-color);
  }
  .contents .sec_search .search_box .box_body {
    padding: 26px 26px 0;
  }
  .contents .sec_search .search_box:not(.is_open) .box_head {
    display: block;
  }
  .contents .sec_search .search_box:not(.is_open) .box_head .head_tit {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 40px;
    justify-content: center;
  }
  .contents .sec_search .search_box:not(.is_open) .box_head .search_close {
    display: none;
  }
  .search_fix_btn {
    bottom: 50px;
    margin-right: -653px;
    right: 50%;
  }
  .search_fix_btn a {
    border-radius: 66px;
    font-size: 14px;
    height: 66px;
    width: 66px;
  }
  .sec_contactus {
    border: 1px solid #ccc;
    padding: 30px 40px;
  }
  .sec_contactus .cotnactus_title {
    width: 100%;
  }
  .sec_contactus .cotnactus_title br {
    display: none;
  }
  .sec_contactus .cotnactus_links {
    max-width: 400px;
  }
  .sec_contactus .cotnactus_links .tel {
    font-size: 56px;
    margin: 0 auto 5px;
    pointer-events: none;
  }
  .sec_contactus .cotnactus_links .tel::before {
    margin-right: 10px;
    width: 38px;
  }
}
@media not screen, screen and (min-width: 961px) {
  .contents .vsp960 {
    display: none;
  }
}
@media screen and (min-width: 961px), print {
  .contents .sec_hero .hero_txt p {
    text-align: center;
  }
  .contents .sec_about .ready_wrap li:nth-child(2n + 1) .txt_wrap {
    margin-right: -2%;
  }
  .contents .sec_recom .sec_head .head_nav li a span br {
    display: none;
  }
  .contents .sec_search {
    margin: 80px auto 50px;
  }
  .sec_contactus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_contactus .cotnactus_txt {
    width: 48%;
  }
  .sec_contactus .cotnactus_links {
    margin: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1201px), print {
  .contents .sec_hero .hero_title {
    background: var(--main-green-bg);
    height: 380px;
    overflow: hidden;
    position: relative;
  }
  .contents .sec_hero .hero_title picture {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }
  .contents .sec_hero .hero_title img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  .sec_contactus {
    margin: 50px 15px;
  }
}
@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }
  .contents .sec_about .panel.bring .txt_wrap,
  .contents .sec_about .panel.flow .txt_wrap {
    padding: 0 15px;
  }
  .contents .sec_about .ready_wrap {
    padding: 0 15px;
  }
  .contents .sec_about .ready_wrap li .tit {
    font-size: 2.2rem;
    line-height: 1.32;
  }
  .contents .sec_about .bring_wrap {
    margin: 35px 15px 0;
    width: calc(100% - (15px * 2));
  }
  .contents .sec_recom .sec_head .head_nav li a span {
    align-items: center;
    display: flex;
    height: calc(22px * 2 * 1.23);
    justify-content: center;
    line-height: 1.23;
  }
  .contents .sec_recom .area_wrap .list_wrap {
    padding: 0 20px;
  }
  .contents .sec_recom .des_wrap {
    margin-bottom: 20px;
    width: calc(50% - 16px);
  }
  .contents .sec_search {
    margin: 40px 15px 25px;
  }
  .sec_contactus .cotnactus_txt {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb_area {
    background: #f5f5f5;
  }
  .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.2vw;
    line-height: 1.75;
  }
  .contents .section .sec_title_01 span {
    font-size: 5.8667vw;
  }
  .contents .section .sec_title_01 span::before,
  .contents .section .sec_title_01 span::after {
    height: 1.6vw;
    width: 10.6667vw;
  }
  .contents .section .sec_title_01 span::before {
    right: calc(100% + 8.9333vw);
  }
  .contents .section .sec_title_01 span::after {
    left: calc(100% + 8.9333vw);
  }
  .contents .sec_hero .hero_txt {
    padding: 4vw 4vw 6.6667vw;
  }
  .contents .sec_hero .hero_txt p {
    font-size: 3.7333vw;
    line-height: 1.75;
  }
  .contents .sec_about {
    padding: 5.3333vw 4vw 13.3333vw;
  }
  .contents .sec_about .sec_title_01 {
    margin-bottom: 6.6667vw;
  }
  .contents .sec_about .sec_title_01::before {
    right: calc(100% + 6.6667vw);
  }
  .contents .sec_about .sec_title_01::after {
    left: calc(100% + 6.6667vw);
  }
  .contents .sec_about .tab_wrap {
    border-bottom-width: 0.8vw;
  }
  .contents .sec_about .tab_wrap .tab li {
    font-size: 3.7333vw;
    height: 10.1333vw;
    margin-left: 2.6667vw;
    width: 25.3333vw;
  }
  .contents .sec_about .panel {
    padding: 8vw 0 9.3333vw;
  }
  .contents .sec_about .panel.bring .txt_wrap,
  .contents .sec_about .panel.flow .txt_wrap {
    padding: 0 3.6vw;
  }
  .contents .sec_about .panel.bring .txt_wrap p + p,
  .contents .sec_about .panel.flow .txt_wrap p + p {
    margin-top: 2.6667vw;
  }
  .contents .sec_about .ready_wrap {
    padding: 0 3.6vw;
  }
  .contents .sec_about .ready_wrap li {
    position: relative;
  }
  .contents .sec_about .ready_wrap li + li {
    margin-top: 6.6667vw;
  }
  .contents .sec_about .ready_wrap li .img_wrap {
    left: 0;
    position: absolute;
    top: 0;
    width: 16.5333vw;
  }
  .contents .sec_about .ready_wrap li .txt_wrap p {
    margin-top: 2vw;
  }
  .contents .sec_about .ready_wrap li .tit {
    align-items: center;
    display: flex;
    font-size: 5.0667vw;
    height: 16.5333vw;
    margin: 0 0 3.3333vw;
    padding-left: 21.7333vw;
  }
  .contents .sec_about .bring_wrap {
    margin: 4.6667vw 4vw 0;
    width: calc(100% - (4vw * 2));
  }
  .contents .sec_about .bring_title {
    font-size: 4vw;
    min-height: 8vw;
  }
  .contents .sec_about .bring_list dt,
  .contents .sec_about .bring_list dd {
    font-size: 3.4667vw;
    line-height: 1.69;
  }
  .contents .sec_about .bring_list dt {
    padding: 2vw 3.3333vw 0;
  }
  .contents .sec_about .bring_list dd {
    padding: 0 3.3333vw 2vw;
  }
  .contents .sec_about .flow_wrap {
    margin: 6.6667vw auto 8vw;
  }
  .contents .sec_about .flow_wrap .flow_list {
    padding: 0 4vw;
    width: 100%;
  }
  .contents .sec_about .flow_wrap .flow_list li {
    border-radius: 1.0667vw;
    min-height: 11.7333vw;
    padding: 2.6667vw;
  }
  .contents .sec_about .flow_wrap .flow_list li + li {
    margin-top: 5.3333vw;
  }
  .contents .sec_about .flow_wrap .flow_list li + li::before {
    height: 2.6667vw;
    left: calc(50% - 2.6667vw);
    top: -3.8667vw;
    width: 5.3333vw;
  }
  .contents .sec_about .flow_wrap .flow_list p {
    font-size: 3.7333vw;
  }
  .contents .sec_about .flow_wrap .img_list {
    display: none;
  }
  .contents .sec_recom {
    border-top-width: 0.8vw;
    padding: 0 0 2.6667vw;
  }
  .contents .sec_recom .sec_head {
    margin-bottom: 10.6667vw;
    padding: 2.4vw 2vw 4vw;
  }
  .contents .sec_recom .sec_head .head_title {
    margin-bottom: 4.5333vw;
  }
  .contents .sec_recom .sec_head .head_title img {
    width: 68.5333vw;
  }
  .contents .sec_recom .sec_head .head_nav li {
    padding: 1.3333vw;
  }
  .contents .sec_recom .sec_head .head_nav li a {
    height: 22.6667vw;
    padding: 1.3333vw 0 1.7333vw;
  }
  .contents .sec_recom .sec_head .head_nav li a .icon {
    height: 8.6667vw;
  }
  .contents .sec_recom .sec_head .head_nav li a span {
    font-size: 2.9333vw;
    height: calc(2.9333vw * 2 * 1.23);
    margin-top: 1.3333vw;
  }
  .contents .sec_recom .sec_head .head_nav li a::after {
    height: 1.3333vw;
    margin-top: 1.3333vw;
    width: 2.6667vw;
  }
  .contents .sec_recom .sec_head .head_nav li a[href="#asia"] img {
    width: 11.0667vw;
  }
  .contents .sec_recom .sec_head .head_nav li a[href="#beach"] img {
    width: 7.8667vw;
  }
  .contents .sec_recom .sec_head .head_nav li a[href="#ameoce"] img {
    width: 4.2667vw;
  }
  .contents .sec_recom .sec_head .head_nav li a[href="#europe"] img {
    width: 7.0667vw;
  }
  .contents .sec_recom .area_wrap {
    margin: 6.6667vw 0;
  }
  .contents .sec_recom .area_wrap .head_wrap {
    margin-bottom: 6.6667vw;
  }
  .contents .sec_recom .area_wrap .head_name span {
    font-size: 4.8vw;
    height: 17.3333vw;
    justify-content: flex-start;
    padding-left: 41.2vw;
  }
  .contents .sec_recom .area_wrap .head_desc {
    margin: 8vw 5.0667vw 0;
  }
  .contents .sec_recom .area_wrap .head_img {
    left: 5.0667vw;
    top: 1.3333vw;
    width: 31.7333vw;
  }
  .contents .sec_recom .des_wrap {
    margin-bottom: 5.3333vw;
    width: 100%;
  }
  .contents .sec_recom .des_head {
    display: flex;
    margin-bottom: 2.6667vw;
    width: 100%;
  }
  .contents .sec_recom .des_img {
    width: 47.4667vw;
  }
  .contents .sec_recom .des_name {
    flex: 1;
    margin-bottom: 4vw;
    padding: 3.6vw 2.6667vw 0 4vw;
  }
  .contents .sec_recom .des_name .flag {
    display: block;
    margin-bottom: 4vw;
    width: 12vw;
  }
  .contents .sec_recom .des_name span {
    display: block;
    font-size: 4.2667vw;
  }
  .contents .sec_recom .des_desc {
    margin: 0 2.6667vw 2.6667vw;
  }
  .contents .sec_recom .des_btns {
    display: flex;
    justify-content: space-between;
    margin: auto 2.6667vw 4vw;
  }
  .contents .sec_recom .des_btns .btn {
    width: calc(50% - 0.8vw);
  }
  .contents .sec_recom .des_btns .btn a {
    border-radius: 0.8vw;
    height: 9.6vw;
    line-height: 1.44;
  }
  .contents .sec_recom .des_btns .btn span {
    font-size: 2.4vw;
  }
  .contents .sec_recom .des_btns .btn_plan .flag {
    display: none;
  }
  .contents .sec_faq {
    padding: 10.6667vw 4vw 13.3333vw;
  }
  .contents .sec_faq .faq_cnt {
    margin-top: 1.3333vw;
  }
  .contents .sec_faq .faq_question {
    font-size: 3.7333vw;
    min-height: 13.3333vw;
    padding: 1.3333vw 8vw 1.3333vw 12.2667vw;
  }
  .contents .sec_faq .faq_question .arr {
    height: 12px;
    right: 15px;
    top: calc(50% - 6px);
    width: 12px;
  }
  .contents .sec_faq .faq_answer {
    padding: 4vw 8vw 4vw 12.2667vw;
  }
  .contents .sec_faq .faq_answer p {
    font-size: 3.7333vw;
  }
  .contents .sec_faq .faq_question::before,
  .contents .sec_faq .faq_question::before,
  .contents .sec_faq .faq_answer::before,
  .contents .sec_faq .faq_answer::before {
    font-size: 4vw;
    font-size: 5.3333vw;
    left: 12px;
    top: 4.2vw;
  }
  .contents .sec_search {
    background: #f5f5f5;
    margin: 0;
  }
  .contents .sec_search .search_box .box_head {
    background: var(--search-color);
    height: 12vw;
  }
  .search_fix_btn {
    border-radius: 17.6vw;
    bottom: 50px;
    right: 0.6667vw;
  }
  .search_fix_btn a {
    border-radius: 17.6vw;
    font-size: 3.4667vw;
    height: 17.6vw;
    width: 17.6vw;
  }
  .search_fix_btn a::before {
    padding-top: 1.6vw;
    width: 5vw;
  }
  .sec_contactus {
    margin: 10.6667vw auto;
    padding: 0 4vw;
  }
  .sec_contactus .cotnactus_title {
    font-size: 5.3333vw;
    padding-bottom: 4vw;
  }
  .sec_contactus .cotnactus_txt {
    font-size: 4vw;
  }
  .sec_contactus .cotnactus_txt b {
    font-size: 133.33%;
    font-weight: normal;
    padding-bottom: 0.3em;
  }
  .sec_contactus .cotnactus_links {
    display: flex;
    justify-content: center;
    margin: 10px -1.19%;
    width: 102.39%;
  }
  .sec_contactus .cotnactus_links .tel {
    border: 2px solid #23af00;
    border-radius: 1.3333vw;
    font-size: 4.2667vw;
    height: 12vw;
    justify-content: center;
    margin: 0 1.19%;
    padding: 0 0 0 2.6667vw;
    position: relative;
    width: 48.96%;
  }
  .sec_contactus .cotnactus_links .tel::before {
    left: 2.6667vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8vw;
  }
  .sec_contactus .cotnactus_links .btn {
    border-radius: 1.3333vw;
    font-size: 4.2667vw;
    height: 12vw;
    margin: 0 1.19%;
    padding: 0 4vw 0 0;
    width: 48.96%;
  }
  .sec_contactus .cotnactus_links .btn::after {
    height: 2.6667vw;
    right: 2.6667vw;
    top: calc(50% - 1.3333vw);
    width: 2.6667vw;
  }
  .btm_bnr {
    margin: 8vw auto;
    padding: 0 4vw;
  }
  .btm_btn a {
    font-size: 4.2667vw;
    margin-bottom: 10.6667vw;
    padding: 2.6667vw;
    width: 80%;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .contents .sec_faq .sec_title_01 {
    margin-bottom: 4vw;
  }
}
@media print {
  body {
    min-width: 1100px !important;
    position: relative !important;
    -webkit-print-color-adjust: exact;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
  }
}
@media (hover: none) {
  .contents a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents a:active {
    opacity: 0.65;
  }
  .contents .sec_about .tab_wrap .tab li {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_about .tab_wrap .tab li:active {
    opacity: 0.65;
  }
  .contents .sec_recom .des_btns .btn_tour a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_recom .des_btns .btn_tour a:active {
    background: var(--main-green);
    opacity: 1;
  }
  .contents .sec_recom .des_btns .btn_plan a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_recom .des_btns .btn_plan a:active {
    background: var(--main-pink-light-1);
    color: #fff;
    opacity: 1;
  }
  .contents .sec_faq .faq_question {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_faq .faq_question:active {
    opacity: 0.65;
  }
  .search_fix_btn a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .search_fix_btn a:active {
    opacity: 0.65;
  }
  .sec_contactus .cotnactus_links .btn {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .sec_contactus .cotnactus_links .btn: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_about .tab_wrap .tab li:hover {
    opacity: 0.65;
  }
  .contents .sec_recom .des_btns .btn_tour a:hover {
    background: var(--main-green);
    opacity: 1;
  }
  .contents .sec_recom .des_btns .btn_plan a:hover {
    background: var(--main-pink-light-1);
    color: #fff;
    opacity: 1;
  }
  .contents .sec_faq .faq_question:hover {
    opacity: 0.65;
  }
  .search_fix_btn a:hover {
    opacity: 0.65;
  }
  .sec_contactus .cotnactus_links .btn:hover {
    opacity: 0.65;
  }
}
