@charset "UTF-8";
:root {
  --vh: 100vh;
  --vw: 100vw;
}
body.is_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}
.contents {
  color: #323232;
}
.contents img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.contents i,
.contents em {
  font-style: normal;
}
.contents a {
  color: #323232;
  cursor: pointer;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0.2);
}
.contents .lazyload.fade_in,
.contents .lazyloading.fade_in {
  opacity: 0;
}
.contents .lazyloaded {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}
.contents .hero_title {
  margin: 0 auto;
  max-width: 1100px;
  padding: 11px 0 0 10px;
  width: 100%;
}
.contents .sec_nav {
  padding: 30px 15px 40px;
}
.contents .sec_nav .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_nav p {
  font-size: 1.6rem;
  margin-bottom: 25px;
}
.contents .sec_nav .anchor_nav ul {
  display: flex;
  justify-content: space-between;
}
.contents .sec_nav .anchor_nav li {
  width: 32.36%;
}
.contents .sec_nav .anchor_nav li a {
  display: block;
}
.contents .sec_discount {
  padding: 40px 15px 80px;
}
.contents .sec_discount .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_discount .sec_title {
  margin: 0 auto 22px;
  width: 379px;
}
.contents .sec_discount .discount_attention .more_txt {
  font-size: 1.4rem;
  line-height: 1.75;
}
.contents .sec_discount .discount_attention .more_txt p,
.contents .sec_discount .discount_attention .more_txt li {
  font-size: inherit;
  line-height: inherit;
}
.contents .sec_discount .discount_attention .more_txt li {
  padding-left: 14px;
  text-indent: -14px;
}
.contents .sec_discount .discount_attention .more_txt li::before {
  content: "・";
}
.contents .sec_discount .discount_attention .more_btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.3s ease;
}
.contents .sec_discount .discount_attention .more_btn::after {
  background: url(../img/arr_black.svg) center center/cover no-repeat;
  content: "";
  height: 12px;
  margin: 0 0 0 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 7px;
}
.contents .sec_discount .discount_attention:not(.is_open) .more_txt li {
  padding-left: 0;
  text-indent: 0;
}
.contents .sec_discount .discount_attention.is_open .more_btn::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.contents .sec_discount .sec_title2 {
  margin: 40px auto 20px;
  width: 246px;
}
.contents .sec_discount .insta_bnr {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 990px;
}
.contents .sec_recom {
  background: #c2f0f0;
  padding: 50px 15px;
}
.contents .sec_recom .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_recom .sec_title {
  margin: 0 auto 21px;
  width: 379px;
}
.contents .sec_recom .recom_wrap {
  display: flex;
}
.contents .sec_recom .recom_tour .inner {
  background: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.contents .sec_recom .recom_tour .txt_wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 20px;
}
.contents .sec_recom .recom_tour .tour_img {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 66.29%;
  position: relative;
  width: 100%;
}
.contents .sec_recom .recom_tour .tour_img .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 .recom_tour .tour_img .img {
  z-index: 1;
}
.contents .sec_recom .recom_tour .tour_img .tag {
  left: 10px;
  position: absolute;
  top: 10px;
  width: 22.47%;
  z-index: 2;
}
.contents .sec_recom .recom_tour .tour_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 10px;
}
.contents .sec_recom .recom_tour .tour_info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
}
.contents .sec_recom .recom_tour .tour_area {
  align-items: center;
  display: inline-flex;
  font-size: 1.6rem;
}
.contents .sec_recom .recom_tour .tour_area::before {
  background: url(../img/icon_pin_black.svg) center center/cover no-repeat;
  content: "";
  height: 16px;
  margin-right: 5px;
  width: 12px;
}
.contents .sec_recom .recom_tour .tour_days {
  font-size: 1.6rem;
  margin-left: 1.5%;
}
.contents .sec_recom .recom_tour .tour_price {
  color: #f54a45;
  flex-basis: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 5px auto;
  text-align: right;
}
.contents .sec_recom .recom_tour .tour_price span {
  display: block;
}
.contents .sec_recom .recom_tour .tour_btn {
  margin: 20px auto 0;
  width: 90%;
}
.contents .sec_recom .recom_tour .tour_btn a {
  align-items: center;
  background: #e6ff00;
  border-radius: 6px;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  line-height: 1.44;
  text-align: center;
}
.contents .sec_photo .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_photo .sec_head {
  background: #fc8a8c;
  color: #fff;
  padding: 60px 15px 43px;
}
.contents .sec_photo .sec_head .sec_title {
  margin-bottom: 25px;
  text-align: center;
}
.contents .sec_photo .sec_head .sec_title img {
  max-width: 674px;
  width: 100%;
}
.contents .sec_photo .sec_head p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 auto;
}
.contents .sec_photo .sec_body {
  background: #ffe6e6;
  padding: 50px 15px 100px;
}
.contents .sec_photo .gallery_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -5px;
  width: calc(100% + 10px);
}
.contents .sec_photo .gallery_photo {
  margin: 0 2.5px 5px;
  position: relative;
  width: calc(20% - 5px);
}
.contents .sec_photo .gallery_photo .photo {
  cursor: pointer;
  height: 0;
  padding-top: 100%;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.contents .sec_photo .gallery_photo .photo img {
  height: 100%;
  left: 50%;
  max-width: 200%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.contents .sec_photo .gallery_photo .popup {
  background: rgb(0 0 0 / 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.contents .sec_photo .gallery_photo .popup_overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.contents .sec_photo .gallery_photo .popup_box {
  position: relative;
  z-index: 20;
}
.contents .sec_photo .gallery_photo .popup_box .area_name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.38;
  padding-left: 19px;
  position: relative;
}
.contents .sec_photo .gallery_photo .popup_box .area_name::before {
  background: url(../img/icon_pin_white.svg) center center/cover no-repeat;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 9px;
}
.contents .sec_photo .gallery_photo .popup_box .area_desc {
  font-size: 1.3rem;
  line-height: 1.75;
}
.contents .sec_photo .gallery_photo .popup_box .link_btn a {
  align-items: center;
  background: #e6ff00;
  border-radius: 4px;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  text-align: center;
}
.contents .sec_photo .photo_panel.is_open .panel_more_btn::before {
  display: none;
}
.contents .sec_photo .photo_panel.is_open .panel_more_btn .more_btn::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.contents .sec_photo .photo_panel .panel_more_cnt {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.contents .sec_photo .photo_panel .panel_more_btn {
  background: #ffe6e6;
  position: relative;
  z-index: 2;
}
.contents .sec_photo .photo_panel .panel_more_btn::before {
  background: linear-gradient(
    to bottom,
    rgb(255 230 230 / 0) 0%,
    #ffe6e6 75%,
    #ffe6e6 100%
  );
  bottom: 23px;
  content: "";
  height: 273px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: var(--vw);
  z-index: 10;
}
.contents .sec_photo .photo_panel .panel_more_btn .more_btn {
  align-items: center;
  background: #fff;
  border: 1px solid #323232;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  width: 208px;
  z-index: 20;
}
.contents .sec_photo .photo_panel .panel_more_btn .more_btn::after {
  background: url(../img/arr_black.svg) center center/100% auto no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 9px;
}
.contents .sec_theme .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_theme .sec_head {
  background: #50c4aa;
  color: #fff;
  padding: 60px 15px 43px;
}
.contents .sec_theme .sec_head .sec_title {
  margin-bottom: 25px;
  text-align: center;
}
.contents .sec_theme .sec_head .sec_title img {
  max-width: 674px;
  width: 100%;
}
.contents .sec_theme .sec_head p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 auto;
}
.contents .sec_theme .sec_body {
  background: #d6f0e9;
  padding: 50px 15px 100px;
}
.contents .sec_theme .theme_wrap + .theme_wrap {
  margin-top: 100px;
}
.contents .sec_theme .theme_title {
  align-items: center;
  background: #fff;
  display: flex;
  height: 90px;
  margin-bottom: 40px;
  padding-left: 26px;
}
.contents .sec_theme .theme_title img {
  height: 73.33%;
  width: auto;
}
.contents .sec_theme .tours_tabpanel .tours_tab {
  align-items: stretch;
  display: flex;
  height: 76px;
  justify-content: flex-start;
  margin-bottom: 35px;
  position: relative;
  width: 100%;
}
.contents .sec_theme .tours_tabpanel .tours_tab::after {
  background: #50c4aa;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}
.contents .sec_theme .tours_tabpanel .tours_tab li {
  align-items: center;
  background: #e6ff00;
  cursor: pointer;
  display: inline-flex;
  font-size: 2.1rem;
  font-weight: 700;
  justify-content: center;
  margin-left: 20px;
  padding: 0 20px;
  position: relative;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.contents .sec_theme .tours_tabpanel .tours_tab li.is_active {
  background: #50c4aa;
  color: #fff;
}
.contents .sec_theme .tours_tabpanel .tours_panel .tour_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px 0 -13px;
  width: calc(100% + 27px);
}
.contents .sec_theme .tours_tabpanel .tours_panel .tour_cnt {
  margin: 0 14px 35px 13px;
  width: calc(50% - 27px);
}
.contents .sec_theme .tours_tabpanel .tours_panel .tour_cnt .inner {
  display: block;
  position: relative;
}
.contents .sec_theme .tours_tabpanel .tours_panel .tour_title {
  background-color: rgb(255 255 255 / 0.5);
  font-size: 2.6rem;
  font-weight: 700;
  left: 0;
  letter-spacing: -0.03em;
  line-height: 1.4;
  padding: 14px 10px 10px 16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.contents .sec_theme .tours_tabpanel .tours_panel .tour_slider {
  position: relative;
  z-index: 1;
}
.contents .sec_theme .tours_tabpanel .tours_panel .tour_img {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 62.13%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.contents .sec_theme .tours_tabpanel .tours_panel .tour_img 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_theme .tours_tabpanel .tours_panel .tour_area {
  align-items: flex-start;
  display: flex;
  font-size: 2.4rem;
  margin-top: 10px;
}
.contents .sec_theme .tours_tabpanel .tours_panel .tour_area::before {
  background: url(../img/icon_pin_black.svg) center center/cover no-repeat;
  content: "";
  height: 24px;
  margin: 2px 14px 0 0;
  width: 18px;
}
.contents .sec_theme .tours_tabpanel .tours_panel .panel {
  display: none;
}
.contents
.sec_theme
.tours_tabpanel
.tours_panel
.panel.is_open
.panel_more_btn::before {
  display: none;
}
.contents
.sec_theme
.tours_tabpanel
.tours_panel
.panel.is_open
.panel_more_btn
.more_btn::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.contents .sec_theme .tours_tabpanel .tours_panel .panel .panel_more_cnt {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.contents .sec_theme .tours_tabpanel .tours_panel .panel .panel_more_btn {
  background: #d6f0e9;
  position: relative;
  z-index: 2;
}
.contents
.sec_theme
.tours_tabpanel
.tours_panel
.panel
.panel_more_btn::before {
  background: linear-gradient(
    to bottom,
    rgb(214 240 233 / 0) 0%,
    #d6f0e9 75%,
    #d6f0e9 100%
  );
  bottom: 23px;
  content: "";
  height: 273px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: var(--vw);
  z-index: 10;
}
.contents
.sec_theme
.tours_tabpanel
.tours_panel
.panel
.panel_more_btn
.more_btn {
  align-items: center;
  background: #fff;
  border: 1px solid #323232;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  width: 208px;
  z-index: 20;
}
.contents
.sec_theme
.tours_tabpanel
.tours_panel
.panel
.panel_more_btn
.more_btn::after {
  background: url(../img/arr_black.svg) center center/100% auto no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 9px;
}
.contents .sec_theme .slick-slide {
  font-size: 0;
  line-height: 1;
}
.contents .sec_theme .slider_arrow {
  background-color: rgb(0 0 0 / 0.8);
  cursor: pointer;
  height: 0;
  overflow: hidden;
  padding-top: 50px;
  position: absolute;
  text-indent: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  width: 50px;
  z-index: 20;
}
.contents .sec_theme .slider_arrow::after {
  background: url(../img/arr_white.svg) center center/24% auto no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.contents .sec_theme .slider_arrow.next {
  right: 0;
}
.contents .sec_theme .slider_arrow.prev {
  left: 0;
}
.contents .sec_theme .slider_arrow.prev::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.contents .sec_area .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_area .sec_head {
  background: #d696b9;
  color: #fff;
  padding: 60px 15px 43px;
}
.contents .sec_area .sec_head .sec_title {
  margin-bottom: 25px;
  text-align: center;
}
.contents .sec_area .sec_head .sec_title img {
  max-width: 674px;
  width: 100%;
}
.contents .sec_area .sec_head p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 auto;
}
.contents .sec_area .sec_body {
  background: #f3e2eb;
  padding: 50px 15px 100px;
}
.contents .sec_area .tours_tabpanel {
  position: relative;
}
.contents .sec_area .tours_tabpanel .tours_tab {
  align-items: stretch;
  display: flex;
  height: 76px;
  justify-content: flex-start;
  margin-bottom: 35px;
  position: relative;
  width: 100%;
}
.contents .sec_area .tours_tabpanel .tours_tab::after {
  background: #d696b9;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}
.contents .sec_area .tours_tabpanel .tours_tab li {
  align-items: center;
  background: #e6ff00;
  cursor: pointer;
  display: inline-flex;
  font-size: 2.1rem;
  font-weight: 700;
  justify-content: center;
  margin-left: 20px;
  padding: 0 20px;
  position: relative;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.contents .sec_area .tours_tabpanel .tours_tab li.is_active {
  background: #d696b9;
  color: #fff;
}
.contents .sec_area .tours_tabpanel .tours_panel {
  display: none;
}
.contents .sec_area .popular_tour .inner {
  background: #fff;
  display: flex;
  height: 100%;
  position: relative;
}
.contents .sec_area .popular_tour .txt_wrap {
  display: flex;
  flex: 1;
  padding: 18px 20px 30px;
}
.contents .sec_area .popular_tour .tour_img {
  height: 0;
  overflow: hidden;
  padding-top: 66.29%;
  position: relative;
  width: 100%;
}
.contents .sec_area .popular_tour .tour_img .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_area .popular_tour .tour_tag {
  width: 22.47%;
}
.contents .sec_area .popular_tour .tour_title {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.44;
  width: 100%;
}
.contents .sec_area .popular_tour .tour_title::before {
  background: url(../img/icon_pin_black.svg) center center/cover no-repeat;
  content: "";
  height: 24px;
  margin: 2px 14px 0 0;
  width: 18px;
}
.contents .sec_area .popular_tour .tour_price {
  color: #f54a45;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
}
.contents .sec_area .popular_tour .tour_price span {
  margin-bottom: 5px;
}
.contents .sec_theme .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_theme .sec_head {
  background: #50c4aa;
  color: #fff;
  padding: 60px 15px 43px;
}
.contents .sec_theme .sec_head .sec_title {
  margin-bottom: 25px;
  text-align: center;
}
.contents .sec_theme .sec_head .sec_title img {
  max-width: 674px;
  width: 100%;
}
.contents .sec_theme .sec_head p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 auto;
}
.contents .sec_theme .sec_body {
  background: #d6f0e9;
  padding: 50px 15px 100px;
}
.contents .search_fix_btn {
  background: #56e8e7;
  border: 1px solid #000;
  border-radius: 17.6vw;
  bottom: 50px;
  color: #000;
  display: none;
  font-size: 3.4667vw;
  height: 17.6vw;
  line-height: 1.2;
  position: fixed;
  right: 0.6667vw;
  text-align: center;
  width: 17.6vw;
  z-index: 100;
}
.contents .search_fix_btn::before {
  aspect-ratio: 1/1;
  background: url(../img/icon_search_black.svg) center center/100% auto
    no-repeat;
  content: "";
  display: block;
  margin: 1.6vw auto 1vw;
  width: 5vw;
}
.contents .search {
  margin-bottom: 30px;
}
.contents .search h2 {

  /* background: #00ced8; */
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 15px 0 12px;
  text-align: center;
}
.contents .search .search_box,
.contents .search .search_box.is_open .search_box_inner {
  max-width: 1100px;
}
.contents .search .search_box_inner {
  background: #f5f5f5;
}
.contents .bnr_area {
  margin: 0 auto 30px;
  text-align: center;
}
.contents .bnr_area img {
  max-width: 90%;
}
.contents .contact {
  border: 1px solid #ccc;
  margin: 0 auto 30px;
  max-width: 1100px;
  overflow: hidden;
  padding: 20px;
  width: 90%;
}
.contents .contact .contact_tit {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 20px;
  text-align: center;
}
.contents .contact .contact_desc {
  color: #666;
  padding-bottom: 10px;
  text-align: center;
}
.contents .contact .contact_desc p {
  font-size: 1.5rem;
}
.contents .contact .tel_num {
  align-items: center;
  background: #ff315d;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 3rem;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
.contents .contact .tel_num::before {
  aspect-ratio: 1/1;
  background: url(../img/icon_tel_white.svg) center center/100% auto no-repeat;
  content: "";
  margin-right: 10px;
  width: 24px;
}
.contents .contact .freeorder_btn {
  align-items: center;
  background: #00ced8;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
.contents .contact .freeorder_btn::before {
  aspect-ratio: 20/15;
  background: url(../img/icon_mail_white.svg) center center/100% auto no-repeat;
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 24px;
}
@media screen and (min-width: 601px), print {
  .breadcrumb_area {
    background: #f2f2f2;
    width: 100%;
  }
  .breadcrumb_area.tp {
    display: none;
  }
  .breadcrumb_area > nav {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
  }
  .contents .hero {
    background: url(../img/hero_visual_pc.jpg) center center/cover no-repeat;
  }
  .contents .sec_discount .discount_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .contents .sec_discount .discount_coupon {
    width: 49.09%;
  }
  .contents .sec_discount .discount_attention {
    background: #f5f5f5;
    margin-top: 20px;
    padding: 12px 140px 12px 20px;
    position: relative;
  }
  .contents .sec_discount .discount_attention .more_btn {
    bottom: 50%;
    font-size: 1.4rem;
    justify-content: flex-end;
    padding-right: 20px;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 140px;
  }
  .contents .sec_discount .discount_attention:not(.is_open) .more_txt {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: calc(2.8vw * 2 * 1.75);
    overflow: hidden;
  }
  .contents .sec_discount .discount_attention:not(.is_open) .more_txt ul,
  .contents .sec_discount .discount_attention:not(.is_open) .more_txt li,
  .contents .sec_discount .discount_attention:not(.is_open) .more_txt p {
    display: inline;
  }
  .contents
  .sec_discount
  .discount_attention:not(.is_open)
  .more_txt
  li::before {
    display: none;
  }
  .contents .sec_discount .discount_attention.is_open .more_txt {
    max-height: 100%;
  }
  .contents .sec_recom .sp_scroll_wrap {
    width: 100%;
  }
  .contents .sec_recom .recom_wrap {
    justify-content: space-between;
    margin: 0 -8px;
    width: calc(100% + 16px);
  }
  .contents .sec_recom .recom_tour {
    display: flex;
    flex-direction: column;
    margin: 0 8px;
    width: calc(33.3333333333% - 16px);
  }
  .contents .sec_recom .recom_tour .tour_price em {
    font-size: 127.27%;
  }
  .contents .sec_photo .sec_head {
    text-align: center;
  }
  .contents .sec_photo .sec_head p {
    max-width: 80%;
  }
  .contents .sec_photo .gallery_photo .popup_box {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 8px 10px;
  }
  .contents .sec_photo .gallery_photo .popup_box .area_desc {
    margin: auto 0 8px;
    max-height: calc(13px * 1.75 * 4);
    overflow: hidden;
  }
  .contents .sec_photo .gallery_photo .popup_box .link_btn a br {
    display: none;
  }
  .contents .sec_photo .photo_panel .panel_more_btn {
    display: none;
  }
  .contents .sec_theme .sec_head {
    text-align: center;
  }
  .contents .sec_theme .sec_head p {
    max-width: 80%;
  }
  .contents .sec_theme .tours_tabpanel .tours_tab li {
    margin-bottom: -1px;
  }
  .contents .sec_area .sec_head {
    text-align: center;
  }
  .contents .sec_area .sec_head p {
    max-width: 80%;
  }
  .contents .sec_area .tours_tabpanel .tours_tab li {
    margin-bottom: -1px;
  }
  .contents .sec_area .tours_tabpanel .tabpanel_img {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 24.36%;
  }
  .contents .sec_area .popular_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -30px;
    width: calc(100% + 16px);
  }
  .contents .sec_area .popular_tour {
    margin: 0 8px 30px;
    width: calc(33.3333333333% - 16px);
  }
  .contents .sec_area .popular_tour:last-of-type {
    position: relative;
  }
  .contents .sec_area .popular_tour:last-of-type::after {
    background: url(../img/img_01.svg) 70% 54%/75.28% auto no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: calc(100% + 16px);
    position: absolute;
    top: 0;
    width: 100%;
  }
  .contents .sec_area .popular_tour .inner {
    flex-direction: column;
  }
  .contents .sec_area .popular_tour .txt_wrap {
    flex-direction: column;
  }
  .contents .sec_area .popular_tour .tour_tag {
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 2;
  }
  .contents .sec_area .popular_tour .tour_title {
    margin-bottom: 10px;
  }
  .contents .sec_area .popular_tour .tour_desc {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 10px;
  }
  .contents .sec_area .popular_tour .tour_price em {
    font-size: 127.27%;
  }
  .contents .sec_area .popular_tour .tour_price {
    margin-top: auto;
  }
  .contents .sec_area .popular_tour .tour_price small {
    font-size: 72.73%;
    display: block;
    margin-bottom: 8px;
  }
  .contents .sec_area .popular_tour .tour_btn {
    margin-top: 12px;
    width: 100%;
  }
  .contents .sec_area .popular_tour .tour_btn span {
    align-items: center;
    background: #e6ff00;
    border-radius: 6px;
    display: flex;
    font-size: 1.8rem;
    font-weight: 700;
    height: 70px;
    justify-content: center;
    line-height: 1.44;
    text-align: center;
  }
  .contents .sec_theme .sec_head {
    text-align: center;
  }
  .contents .sec_theme .sec_head p {
    max-width: 80%;
  }
  .contents .search_fix_btn {
    border-radius: 66px;
    font-size: 14px;
    height: 66px;
    line-height: 1;
    right: 5px;
    width: 66px;
  }
  .contents .search_fix_btn::before {
    padding: 8px 0 3px;
    width: 17px;
  }
  .contents .contact .tel_num::before {
    background: url(../img/icon_tel_pink.svg) center center/auto 100% no-repeat;
  }
  .contents .contact .freeorder_btn::before {
    width: 28px;
  }
}
@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_nav p {
    text-align: center;
  }
  /*.contents .sec_area .popular_tour .tour_price {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }*/
  .contents .search {
    background: #c2f0f0;
    margin-bottom: 40px;
    padding: 55px 0;
  }
  .contents .bnr_area {
    margin-bottom: 50px;
  }
  .contents .contact {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .contents .contact .contact_tit {
    flex: 0 0 100%;
    font-size: 2.76rem;
    padding-bottom: 0;
  }
  .contents .contact .contact_desc {
    flex: 0 1 47%;
    padding-top: 20px;
    text-align: left;
  }
  .contents .contact .numlink {
    flex: 0 0 40%;
    text-align: left;
  }
  .contents .contact .tel_num {
    background: none;
    color: #ff315d;
    height: auto;
    line-height: 1;
    margin-bottom: 10px;
    pointer-events: none;
  }
  .contents .contact .freeorder_btn {
    font-size: 2rem;
  }
  .contents .contact .freeorder_btn::before {
    font-size: 2.76rem;
  }
}
@media screen and (min-width: 1281pxpx), print {
  .contents .search_fix_btn {
    margin-right: -640px;
    right: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .contents .hero_title {
    padding: 11px 15px 0;
  }
  .contents .sec_recom .recom_tour .tour_area {
    font-size: calc(12px + 3 * (100vw - 960px) / 140);
  }
  .contents .sec_recom .recom_tour .tour_days {
    font-size: calc(12px + 3 * (100vw - 960px) / 140);
  }
  .contents .sec_recom .recom_tour .tour_price {
    font-size: calc(18px + 4 * (100vw - 960px) / 140);
  }
  .contents .sec_area .popular_tour .tour_price {
    font-size: calc(18px + 4 * (100vw - 960px) / 140);
  }
}
@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }
  .contents .sec_nav {
    padding: 15px;
  }
  .contents .sec_nav p {
    margin-bottom: 10px;
  }
  .contents .sec_discount {
    padding: 25px 15px 15px;
  }
  .contents .sec_recom {
    padding: 22px 15px 31.5px;
  }
  .contents .sec_recom .recom_tour .tour_title {
    font-size: 1.6rem;
  }
  .contents .sec_recom .recom_tour .tour_area {
    font-size: 1.2rem;
  }
  .contents .sec_recom .recom_tour .tour_days {
    font-size: 1.2rem;
  }
  .contents .sec_recom .recom_tour .tour_price {
    font-size: 2rem;
  }
  .contents .sec_recom .recom_tour .tour_btn a {
    font-size: 13.5px;
    height: 52.5px;
  }
  .contents .sec_photo .sec_body {
    padding: 25px 5vw 60px;
  }
  .contents .sec_photo .gallery_photo {
    width: calc(33.3333333333% - 5px);
  }
  .contents .sec_photo .photo_panel .panel_more_btn .more_btn {
    border-radius: 3px;
    font-size: 14px;
    height: 35px;
    width: 158px;
  }
  .contents .sec_photo .photo_panel .panel_more_btn .more_btn::after {
    height: 10.5px;
    top: calc(50% - 5.5px);
    width: 6.5px;
  }
  .contents .sec_theme .sec_body {
    padding: 25px 5vw 60px;
  }
  .contents .sec_theme .theme_title {
    height: 45px;
    margin-bottom: 20px;
    padding-left: 13px;
  }
  .contents .sec_theme .tours_tabpanel .tours_tab {
    height: 38px;
    margin-bottom: 17px;
  }
  .contents .sec_theme .tours_tabpanel .tours_tab::after {
    height: 3px;
  }
  .contents .sec_theme .tours_tabpanel .tours_tab li {
    font-size: 10.5px;
    margin-left: 10px;
    padding: 0 10px;
  }
  .contents .sec_theme .tours_tabpanel .tours_panel .tour_title {
    font-size: 13.5px;
  }
  .contents .sec_theme .tours_tabpanel .tours_panel .tour_area {
    font-size: 12px;
    margin-top: 10px;
  }
  .contents .sec_theme .tours_tabpanel .tours_panel .tour_area::before {
    height: 12px;
    margin: 1px 7px 0 0;
    width: 9px;
  }
  .contents
  .sec_theme
  .tours_tabpanel
  .tours_panel
  .panel
  .panel_more_btn
  .more_btn {
    border-radius: 3px;
    font-size: 14px;
    height: 35px;
    width: 158px;
  }
  .contents
  .sec_theme
  .tours_tabpanel
  .tours_panel
  .panel
  .panel_more_btn
  .more_btn::after {
    height: 10.5px;
    top: calc(50% - 5.5px);
    width: 6.5px;
  }
  .contents .sec_theme .slider_arrow {
    padding-top: 25px;
    text-indent: 25px;
    width: 25px;
  }
  .contents .sec_area .sec_body {
    padding: 25px 5vw 60px;
  }
  .contents .sec_area .tours_tabpanel .tours_tab {
    height: 38px;
    margin-bottom: 17px;
  }
  .contents .sec_area .tours_tabpanel .tours_tab::after {
    height: 3px;
  }
  .contents .sec_area .tours_tabpanel .tours_tab li {
    font-size: 10.5px;
    margin-left: 10px;
    padding: 0 10px;
  }
  .contents .sec_area .popular_tour .tour_title {
    font-size: 16.5px;
  }
  .contents .sec_area .popular_tour .tour_price {
    font-size: 2rem;
  }
  .contents .sec_theme .sec_body {
    padding: 25px 5vw 60px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb_area {
    background: #f5f5f5;
  }
  .breadcrumb_area.btm {
    display: none;
  }
  .breadcrumb_area > nav {
    padding: 3px 0;
  }
  .tw_pagetop {
    opacity: 1;
  }
  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }
  .contents .vpc600 {
    display: none;
  }
  .contents .hero_title {
    padding: 0;
  }
  .contents .sec_nav {
    padding: 2vw 5vw 2.2667vw;
  }
  .contents .sec_nav p {
    font-size: 3.2vw;
    line-height: 1.58;
    margin-bottom: 2.6667vw;
  }
  .contents .sec_discount {
    padding: 2.2667vw 5vw 5vw;
  }
  .contents .sec_discount .sec_title {
    margin-bottom: 1.3333vw;
    width: 75.7333vw;
  }
  .contents .sec_discount .discount_coupon {
    margin: 1.3333vw auto 0;
    width: 72vw;
  }
  .contents .sec_discount .discount_attention {
    margin-top: 2vw;
  }
  .contents .sec_discount .discount_attention .more_txt {
    font-size: 3.2vw;
  }
  .contents .sec_discount .discount_attention .more_txt li {
    padding-left: 3.2vw;
    text-indent: -3.2vw;
  }
  .contents .sec_discount .discount_attention .more_btn {
    font-size: 2.8vw;
    justify-content: center;
    margin-top: 1.3333vw;
    width: 100%;
  }
  .contents .sec_discount .discount_attention .more_btn::after {
    height: 2.6667vw;
    margin: -0.6667vw 0 0 1.3333vw;
    width: 1.7333vw;
  }
  .contents .sec_discount .sec_title2 {
    margin-bottom: 1.3333vw;
    margin-top: 5.5vw;
    width: 44.7333vw;
  }
  .contents .sec_discount .insta_bnr {
    max-width: 80%;
  }
  .contents .sec_recom {
    padding: 5.8667vw 5vw 8.4vw;
  }
  .contents .sec_recom .sec_title {
    margin-bottom: 2.1333vw;
    width: 75.7333vw;
  }
  .contents .sec_recom .sp_scroll_wrap {
    margin: 0 -5vw;
    overflow: auto hidden;
    padding-left: 5vw;
    width: calc(100% + (5vw * 2));
  }
  .contents .sec_recom .recom_wrap {
    flex-wrap: nowrap;
  }
  .contents .sec_recom .recom_wrap::after {
    content: "　";
    display: block;
    width: 5vw;
  }
  .contents .sec_recom .recom_tour {
    flex: 0 0 71.2vw;
    margin-right: 3.2vw;
  }
  .contents .sec_recom .recom_tour:last-of-type {
    margin-right: 0;
  }
  .contents .sec_recom .recom_tour .tour_img {
    padding-top: 66.29%;
  }
  .contents .sec_recom .recom_tour .tour_title {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
  .contents .sec_recom .recom_tour .tour_area {
    font-size: 3.0667vw;
    letter-spacing: -0.06em;
  }
  .contents .sec_recom .recom_tour .tour_area::before {
    height: 3.2vw;
    margin-right: 1.0667vw;
    width: 2.4vw;
  }
  .contents .sec_recom .recom_tour .tour_days {
    font-size: 3.0667vw;
    letter-spacing: -0.06em;
    margin-left: 1.0667vw;
  }
  .contents .sec_recom .recom_tour .tour_price {
    font-size: 4.8vw;
  }
  .contents .sec_recom .recom_tour .tour_price em {
    font-size: 5.4667vw;
    letter-spacing: -0.02em;
  }
  .contents .sec_recom .recom_tour .tour_price {
    margin-bottom: 1.3333vw;
  }
  .contents .sec_recom .recom_tour .tour_btn {
    margin-top: 4vw;
  }
  .contents .sec_recom .recom_tour .tour_btn a {
    border-radius: 1.3333vw;
    font-size: 3.6vw;
    height: 14vw;
  }
  .contents .sec_photo .sec_head {
    padding: 8vw 5vw 5.3333vw;
  }
  .contents .sec_photo .sec_head .sec_title {
    margin-bottom: 3.3333vw;
  }
  .contents .sec_photo .sec_head p {
    font-size: 3.6vw;
    line-height: 1.75;
  }
  .contents .sec_photo .sec_body {
    padding: 6.6667vw 5vw 16vw;
  }
  .contents .sec_photo .gallery_wrap {
    margin: 0 -0.5333vw -1.0667vw;
    width: calc(100% + 1.0667vw);
  }
  .contents .sec_photo .gallery_photo {
    margin: 0 0.5333vw 1.0667vw;
    width: calc(50% - 1.0667vw);
  }
  .contents .sec_photo .gallery_photo .popup {
    height: calc(var(--vh) - 50px);
    position: fixed;
    top: 50px;
    width: var(--vw);
  }
  .contents .sec_photo .gallery_photo .popup_box {
    background: #fff;
    left: 50%;
    padding: 14.6667vw 6.6667vw 10.6667vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - (5vw * 2));
  }
  .contents .sec_photo .gallery_photo .popup_box .area_name {
    font-size: 4.2667vw;
    margin-bottom: 4vw;
    padding-right: 4.4vw;
  }
  .contents .sec_photo .gallery_photo .popup_box .area_name::before {
    background-image: url(../img/icon_pin_black.svg);
    height: 3.2vw;
    top: 1.3333vw;
    width: 2.4vw;
  }
  .contents .sec_photo .gallery_photo .popup_box .area_desc {
    font-size: 3.6vw;
    margin-bottom: 8vw;
  }
  .contents .sec_photo .gallery_photo .popup_box .link_btn a {
    border-radius: 1.3333vw;
    font-size: 3.6vw;
    height: 14vw;
  }
  .contents .sec_photo .gallery_photo .popup_close {
    background: url(../img/modal_close.svg) center center/cover no-repeat;
    height: 8.2667vw;
    position: absolute;
    right: 2.6667vw;
    top: 2.6667vw;
    width: 8.2667vw;
  }
  .contents .sec_photo .photo_panel .panel_more_btn::before {
    bottom: 9.3333vw;
    height: 26.6667vw;
  }
  .contents .sec_photo .photo_panel .panel_more_btn .more_btn {
    border-radius: 0.8vw;
    font-size: 3.7333vw;
    height: 9.3333vw;
    width: 42.1333vw;
  }
  .contents .sec_photo .photo_panel .panel_more_btn .more_btn::after {
    height: 2.8vw;
    top: calc(50% - 1.4667vw);
    width: 1.7333vw;
  }
  .contents .sec_photo .photo_panel .panel_more_btn {
    margin-top: 5.3333vw;
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  body.popup_is_open .contents .sec_photo .photo_panel .panel_more_btn {
    opacity: 0;
  }
  .contents .sec_theme .sec_head {
    padding: 8vw 5vw 5.3333vw;
  }
  .contents .sec_theme .sec_head .sec_title {
    margin-bottom: 3.3333vw;
  }
  .contents .sec_theme .sec_head p {
    font-size: 3.6vw;
    line-height: 1.75;
  }
  .contents .sec_theme .sec_body {
    padding: 6.6667vw 5vw 16vw;
  }
  .contents .sec_theme .theme_wrap + .theme_wrap {
    margin-top: 16vw;
  }
  .contents .sec_theme .theme_title {
    height: 12vw;
    margin-bottom: 5.3333vw;
    padding-left: 3.4667vw;
  }
  .contents .sec_theme .tours_tabpanel .tours_tab {
    height: 10.1333vw;
    margin-bottom: 4.5333vw;
  }
  .contents .sec_theme .tours_tabpanel .tours_tab li {
    font-size: 2.8vw;
    letter-spacing: -0.02em;
    margin-left: 2.6667vw;
    padding: 0 2vw;
  }
  .contents .sec_theme .tours_tabpanel .tours_panel .tour_wrap {
    margin: 0 -0.5333vw;
    width: calc(100% + 1.0667vw);
  }
  .contents .sec_theme .tours_tabpanel .tours_panel .tour_cnt {
    margin: 0 0.5333vw 4vw;
    width: calc(50% - 1.0667vw);
  }
  .contents .sec_theme .tours_tabpanel .tours_panel .tour_title {
    font-size: 3.6vw;
    padding: 2vw 1.3333vw 1.6vw 2vw;
  }
  .contents .sec_theme .tours_tabpanel .tours_panel .tour_img {
    padding-top: 100%;
  }
  .contents .sec_theme .tours_tabpanel .tours_panel .tour_area {
    font-size: 3.2vw;
    margin-top: 2.6667vw;
  }
  .contents .sec_theme .tours_tabpanel .tours_panel .tour_area::before {
    height: 3.2vw;
    margin: 0.2667vw 1.8667vw 0 0;
    width: 2.4vw;
  }
  .contents
  .sec_theme
  .tours_tabpanel
  .tours_panel
  .panel
  .panel_more_btn::before {
    bottom: 9.3333vw;
    height: 26.6667vw;
  }
  .contents
  .sec_theme
  .tours_tabpanel
  .tours_panel
  .panel
  .panel_more_btn
  .more_btn {
    border-radius: 0.8vw;
    font-size: 3.7333vw;
    height: 9.3333vw;
    width: 42.1333vw;
  }
  .contents
  .sec_theme
  .tours_tabpanel
  .tours_panel
  .panel
  .panel_more_btn
  .more_btn::after {
    height: 2.8vw;
    top: calc(50% - 1.4667vw);
    width: 1.7333vw;
  }
  .contents .sec_theme .slider_arrow {
    padding-top: 6.6667vw;
    text-indent: 6.6667vw;
    width: 6.6667vw;
  }
  .contents .sec_area .sec_head {
    padding: 8vw 5vw 5.3333vw;
  }
  .contents .sec_area .sec_head .sec_title {
    margin-bottom: 3.3333vw;
  }
  .contents .sec_area .sec_head p {
    font-size: 3.6vw;
    line-height: 1.75;
  }
  .contents .sec_area .sec_body {
    padding: 6.6667vw 5vw 16vw;
  }
  .contents .sec_area .sec_body {
    padding-bottom: 0;
  }
  .contents .sec_area .tours_tabpanel::after {
    background: url(../img/img_01.svg) center center/35.7333vw auto no-repeat;
    content: "";
    display: block;
    height: 55.2vw;
    width: 100%;
  }
  .contents .sec_area .tours_tabpanel .tours_tab {
    height: 10.1333vw;
    margin-bottom: 4.5333vw;
  }
  .contents .sec_area .tours_tabpanel .tours_tab li {
    font-size: 2.8vw;
    letter-spacing: -0.02em;
    margin-left: 2.6667vw;
    padding: 0 2vw;
  }
  .contents .sec_area .tours_tabpanel .tours_tab li {
    font-size: 2.6667vw;
    letter-spacing: -0.02em;
    padding: 0 1.6vw;
  }
  .contents .sec_area .tours_tabpanel .tours_tab li + li {
    margin-left: 1.8667vw;
  }
  .contents .sec_area .tours_tabpanel .tabpanel_img {
    margin: 10.6667vw auto 0;
    width: 35.7333vw;
  }
  .contents .sec_area .popular_tour {
    margin-bottom: 2.6667vw;
  }
  .contents .sec_area .popular_tour:last-of-type {
    margin-bottom: 0;
  }
  .contents .sec_area .popular_tour .inner {
    justify-content: space-between;
    width: 100%;
  }
  .contents .sec_area .popular_tour .img_wrap {
    width: 32.64%;
  }
  .contents .sec_area .popular_tour .txt_wrap {
    align-items: center;
    flex-wrap: wrap;
    padding: 1.7333vw 2.6667vw 2.6667vw 2vw;
  }
  .contents .sec_area .popular_tour .tour_img {
    padding-top: 66.29%;
  }
  .contents .sec_area .popular_tour .tour_img {
    padding-top: 81.82%;
  }
  .contents .sec_area .popular_tour .tour_img .img {
    height: 100%;
    width: auto;
  }
  .contents .sec_area .popular_tour .tour_tag {
    height: 10.6667vw;
    width: 10.6667vw;
  }
  .contents .sec_area .popular_tour .tour_title {
    flex: 1;
    font-size: 4.4vw;
    padding-left: 2.9333vw;
  }
  .contents .sec_area .popular_tour .tour_title::before {
    display: none;
  }
  .contents .sec_area .popular_tour .tour_desc {
    display: none;
  }
  .contents .sec_area .popular_tour .tour_price {
    font-size: 4.8vw;
  }
  .contents .sec_area .popular_tour .tour_price em {
    font-size: 108%;
    letter-spacing: -0.02em;
  }
  .contents .sec_area .popular_tour .tour_price {
    /*align-items: center;
    display: flex;*/
    line-height: 0.8;
    margin-top: 1.3333vw;
    padding-right: 3.4667vw;
    position: relative;
    z-index: 1;
  }
  .contents .sec_area .popular_tour .tour_price small {
    font-size: 55.56%;
    letter-spacing: -0.04em;
    margin-right: 1.0667vw;
    display: block;
    margin-bottom: 5px;
  }
  .contents .sec_area .popular_tour .tour_price span {
    margin-bottom: 1.3333vw;
  }
  .contents .sec_area .popular_tour .tour_btn {
    background: #e6ff00 url(../img/arr_black.svg) center center/1.3333vw auto
      no-repeat;
    border-radius: 4.8vw;
    bottom: 3.4667vw;
    height: 0;
    overflow: hidden;
    padding-top: 4.8vw;
    position: absolute;
    right: 2.6667vw;
    width: 4.8vw;
    z-index: 2;
  }
  .contents .sec_theme .sec_head {
    padding: 8vw 5vw 5.3333vw;
  }
  .contents .sec_theme .sec_head .sec_title {
    margin-bottom: 3.3333vw;
  }
  .contents .sec_theme .sec_head p {
    font-size: 3.6vw;
    line-height: 1.75;
  }
  .contents .sec_theme .sec_body {
    padding: 6.6667vw 5vw 16vw;
  }
  .contents .search_fix_btn {
    opacity: 1;
  }
  body.popup_is_open .contents .search_fix_btn {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) and (min-width: 601px) {
  .contents .sec_recom .recom_tour .tour_info {
    flex-wrap: wrap;
  }
  .contents .sec_recom .recom_tour .tour_price {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
  .contents .sec_area .popular_tour .tour_price small {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  .contents .sec_area .popular_tour .tour_btn span {
    font-size: 13.5px;
    height: 52.5px;
  }
}
@media screen and (min-width: 601px) and (max-width: 600px) {
  .contents .sec_area .popular_tour .tour_btn span {
    border-radius: 1.3333vw;
    font-size: 3.6vw;
    height: 14vw;
  }
}
@media (hover: none) {
  .contents a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents a:active {
    opacity: 0.65;
  }
  .contents .sec_discount .discount_attention .more_btn {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_discount .discount_attention .more_btn:active {
    opacity: 0.65;
  }
  .contents .sec_photo .gallery_photo .photo {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_photo .gallery_photo .photo:active {
    opacity: 0.65;
  }
  .contents .sec_photo .photo_panel .panel_more_btn .more_btn {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_photo .photo_panel .panel_more_btn .more_btn:active {
    opacity: 0.65;
  }
  .contents .sec_theme .tours_tabpanel .tours_tab li {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_theme .tours_tabpanel .tours_tab li:active {
    opacity: 0.65;
  }
  .contents
  .sec_theme
  .tours_tabpanel
  .tours_panel
  .panel
  .panel_more_btn
  .more_btn {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents
  .sec_theme
  .tours_tabpanel
  .tours_panel
  .panel
  .panel_more_btn
  .more_btn:active {
    opacity: 0.65;
  }
  .contents .sec_theme .slider_arrow {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_theme .slider_arrow:active {
    opacity: 0.65;
  }
  .contents .sec_area .tours_tabpanel .tours_tab li {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_area .tours_tabpanel .tours_tab li:active {
    opacity: 0.65;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  .contents a:hover {
    opacity: 0.65;
  }
  .contents .sec_discount .discount_attention .more_btn:hover {
    opacity: 0.65;
  }
  .contents .sec_photo .gallery_photo .photo:hover {
    opacity: 0.65;
  }
  .contents .sec_photo .photo_panel .panel_more_btn .more_btn:hover {
    opacity: 0.65;
  }
  .contents .sec_theme .tours_tabpanel .tours_tab li:hover {
    opacity: 0.65;
  }
  .contents
  .sec_theme
  .tours_tabpanel
  .tours_panel
  .panel
  .panel_more_btn
  .more_btn:hover {
    opacity: 0.65;
  }
  .contents .sec_theme .slider_arrow:hover {
    opacity: 0.65;
  }
  .contents .sec_area .tours_tabpanel .tours_tab li:hover {
    opacity: 0.65;
  }
}
