@charset "UTF-8";

:root {
  --vh: 100vh;
  --vw: 100vw;
  --win-vh: calc(var(--vh, 1vh) * 100);
  --win-vw: 100vw;
  --link-color: #000;
  --accent-red: #DC2E39;
  --main-color: #9A3265;
  --main-color-bg: main_bg;
  --accent-color: #DC2E39;
  --site-color: #23afb7;
  --btn-color: #9A3265;
  --tour-main-color: #9A3265;
  --tour-main-color-bg: #f4f4f4;
  --tour-btn-color: #9A3265;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  src: url("/calls/tw_common/fonts/noto-sans-jp-700.woff2") format("woff2"), url("/calls/tw_common/fonts/noto-sans-jp-700.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  src: url("/calls/tw_common/fonts/noto-sans-jp-900.woff2") format("woff2"), url("/calls/tw_common/fonts/noto-sans-jp-900.woff") format("woff");
}

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

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

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

.breadcrumb_area {
  background: #fff;
}

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

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

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

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

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

.contents 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 .txt_blue {
  color: var(--main-color);
}

.contents .bg_white {
  background-color: #fff;
}

.contents .bg_blue {
  background-color: var(--main-color-bg);
}

.contents .dis_tb {
  display: none;
}

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

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

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

.contents .section .sec_title_01 {
  border-left: 10px solid var(--main-color);
  color: var(--main-color);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-left: 30px;
}

.contents .section .sec_title_01 b {
  font-weight: 900;
}

.contents .section .sec_lead_txt {
  margin-bottom: 30px;
}

.contents .section .link_btn {
  margin: 30px 0;
}

.contents .section .link_btn a {
  align-items: center;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 466px;
  padding: 5px 30px 5px 15px;
  position: relative;
  text-align: center;
  width: 100%;
  /* @include min_mq($br_sp) {
    flex: 1 0 40%;
    margin: 0 1vw;
  } */
}

.contents .section .link_btn a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
  transform: rotate(-45deg);
  width: 10px;
}

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

.contents .section .link_btn.back a::after {
  left: 20px;
  right: auto;
  transform: scale(-1, 1);
}

.contents .section .link_btn.ank a::after {
  right: 20px;
  top: calc(50% - 10px);
  transform: rotate(45deg);
}

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

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

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

.contents .section_hero {
  background: var(--main-color);
}

.contents .section_hero .sec_inner {
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .section_hero .hero_title {
  color: #fff;
  /* position: absolute;
  right: 40px;
  top: 35px; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
}

.contents .section_hero .hero_title span {
  display: block;
  font-size: 70%;
  padding-bottom: 10px;
}

.contents .section_lead {
  padding: 15px 0;
}

.contents .section_lead p {
  padding-bottom: 15px;
}

.contents .section_lead img {
  width: 100%;
}

.contents .section_service h3 {
  color: var(--main-color);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 15px;
}

.contents .section_service h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 15px;
}

.contents .section_service p {
  margin-bottom: 20px;
}

.contents .section_service b {
  color: var(--main-color);
}

.contents .section_service .time_table {
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
}

.contents .section_service .time_table th,
.contents .section_service .time_table td {
  padding: 10px 15px;
}

.contents .section_service .time_table thead tr {
  border: 1px solid #CCC;
}

.contents .section_service .time_table thead th {
  background: #333;
  border-right: 2px solid #fff;
  color: #fff;
  font-weight: bold;
}

.contents .section_service .time_table thead th:last-child {
  border-right: none;
}

.contents .section_service .time_table thead th.day {
  width: 33%;
}

.contents .section_service .time_table tbody tr {
  border: 1px solid #CCC;
}

.contents .section_service .time_table tbody th {
  background: #F2F2F2;
  border-right: 1px solid #CCC;
  font-weight: normal;
}

.contents .section_service .time_table tbody td {
  border-right: 1px solid #CCC;
}

.contents .section_service .time_table:last-of-type {
  margin-bottom: 40px;
}

.contents .section_service dl {
  margin-bottom: 20px;
}

.contents .section_service dl dt {
  color: var(--main-color);
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.contents .section_service dl dd {
  display: inline-block;
}

.contents .section_agreement .agreement_wrap {
  background: #f4f4f4;
  margin-top: 40px;
  padding: 25px;
}

.contents .section_agreement .agreement_h {
  color: var(--main-color);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 15px;
}

.contents .section_agreement .agreement {
  padding-left: 20px;
}

.contents .section_agreement .agreement li {
  list-style-type: disc;
  padding-bottom: 5px;
}

.contents .section_tour {
  padding: 0 0 50px;
  /* .tour_panel {
  	padding-top: 35px;
  	max-width: 1100px;
  	margin: 0 auto;
  	&:not(.selected) {
  		display: none;
  	}
  } */
  /* .tour_tab {
    padding-bottom: 30px;
  } */
}

.contents .section_tour .sec_title_01 {
  margin-top: 70px;
}

.contents .section_tour .btn_area {
  margin-top: 35px;
}

.contents .section_tour .btn_area .link_btn {
  margin: 0 auto;
  max-width: 425px;
  width: 100%;
}

.contents .section_tour .btn_area .link_btn a {
  font-size: 1.8rem;
  padding: 20px;
  /* &::after {
    width: 20px;
    height: 20px;
    @include mq($br_sp) {
      width: pxtovw(14);
      height: pxtovw(28)
    }
  } */
}

.contents .section_tour .tour_wrap {
  margin-bottom: 80px;
  padding: 0;
}

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

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

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

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

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

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

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

.contents .section_tour .tour_list {
  display: flex;
}

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

.contents .section_tour .tour_cnt_box.soldout a {
  pointer-events: none;
}

.contents .section_tour .tour_cnt_btn {
  margin: 22px auto 0;
  width: 81.18%;
}

.contents .section_tour .tour_cnt_btn a {
  align-items: center;
  background: #dadada;
  border-radius: 6px;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  position: relative;
  text-align: center;
}

.contents .section_tour .tour_cnt_btn a::after {
  background: url(../img/arr_black.svg) center center/auto 100% no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  width: 10px;
}

.contents .section_tour .tour_name {
  font-size: 1.8rem;
  font-weight: bold;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.4;
  margin-bottom: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.contents .section_tour .tour_desc {
  margin-bottom: 8px;
}

.contents .section_tour .tour_img {
  aspect-ratio: 315/206;
  margin-bottom: 10px;
  overflow: hidden;
}

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

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

.contents .section_tour .price_tabpanel > .tab_wrap .tab li {
  align-items: center;
  background-color: var(--tour-main-color-bg);
  border-radius: 4px 4px 0 0;
  color: var(--tour-main-color);
  display: flex;
  font-size: 1.2rem;
  height: 50px;
  justify-content: center;
  line-height: 1.2;
  margin: 0 2px;
  text-align: center;
  width: calc(100% - 4px);
}

.contents .section_tour .price_tabpanel > .tab_wrap .tab li.is_active {
  background-color: var(--tour-main-color);
  color: #fff;
}

.contents .section_tour .price_tabpanel > .tab_wrap .tab li b {
  display: block;
  font-size: 140%;
}

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

.contents .section_tour .price_tabpanel > .panel_wrap {
  background: #fff;
  border: 2px solid var(--tour-main-color);
  border-top-width: 6px;
  padding: 10px;
}

.contents .section_tour .price_tabpanel > .panel_wrap .panel:not(:first-of-type) {
  display: none;
}

.contents .section_tour .price_tabpanel .price_txt {
  color: #f34646;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.contents .section_tour .price_tabpanel .price_txt .min_price {
  font-size: 121.43%;
}

.contents .section_tour .price_tabpanel .price_txt .max_price {
  font-size: 85.71%;
  margin-left: 5px;
}

.contents .section_tour .price_tabpanel .att_txt {
  font-size: 1.1rem;
  line-height: 1.4;
}

.contents .section_tour .price_tabpanel .att_txt .att_01 {
  margin-right: 5px;
}

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

.contents .section_tour .price_tabpanel .tour_btn {
  margin-top: 10px;
}

.contents .section_tour .price_tabpanel .tour_btn a {
  align-items: center;
  background: var(--tour-btn-color);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  position: relative;
  text-align: center;
}

.contents .section_tour .price_tabpanel .tour_btn a::after {
  background: url(../img/arr_white.svg) center center/auto 100% no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  width: 12px;
}

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

.contents .section_tour#tour_ichioshi {
  background: var(--sub-color-bg);
  padding: 0 0 50px;
}

.contents .section_tour#tour_ichioshi .tour_wrap {
  margin: 0;
}

.contents .section_tour#tour_ichioshi .tour_list {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.contents .section_tour#tour_ichioshi .tour_list .panel_wrap {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top-width: 2px;
  padding: 15px 0 0;
}

.contents .section_tour#tour_ichioshi .tour_list .tour_cnt {
  margin: 0;
  width: 100%;
}

.contents .section_contact {
  width: 100%;
}

.contents .section_contact .sec_inner {
  border: 1px solid #ccc;
  margin: 20px auto 80px;
  padding: 20px 0;
}

.contents .section_contact h2 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: center;
}

.contents .section_contact .contact_btns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 760px;
}

.contents .section_contact .contact_btns .tel_btn {
  align-items: center;
  background: var(--main-color);
  border-radius: 3px;
  color: #fff;
  display: flex;
  flex: 0 0 49%;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  margin-right: 1%;
  min-height: 42px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

.contents .section_contact .contact_btns .tel_btn::before {
  display: inline-block;
  content:"";
  aspect-ratio: 1 / 1;
  background: url(../img/icon_tel_white.svg) center center / auto 100% no-repeat;
  margin-right: 10px;
  width: 18px;
}

.contents .section_contact .contact_btns .fo_btn {
  align-items: center;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  color: #fff;
  display: flex;
  flex: 0 0 49%;
  font-size: 1.3rem;
  font-weight: bold;
  justify-content: center;
  margin-left: 1%;
  min-height: 42px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.contents .section_contact .contact_btns .fo_btn::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(-45deg);
  width: 8px;
}

.contents .section_contact .contact_btns .fo_btn span {
  display: none;
}

.contents .section_contact .contact_btns .contact_time {
  color: #666;
  font-size: 1.1rem;
  margin-top: 15px;
  text-align: center;
}

.search_fix_btn {
  position: fixed;
  z-index: 10;
}

.search_fix_btn a {
  background: var(--site-color);
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 1.2;
  text-align: center;
  transition: opacity 0.3s ease;
}

.search_fix_btn a::before {
  /* content: "\f0e0"; */
  /* font-family: "Font Awesome 5 Free"; */
  /* font-size: 1.7rem; */
  /* font-weight: bold; */
  padding: 8px 0 0;
  display: block;
  content:"";
  background: url(../img/icon_search_white.svg) center center / 100% auto no-repeat;
  width: 17px;
  aspect-ratio: 1 / 1;
}

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

  .contents .section_tour#tour_ichioshi .vsp600 {
    display: none;
  }
}

@media screen and (min-width: 601px), print {
  .contents .section .sec_inner {
    padding: 0 15px;
  }

  .contents .section .sec_lead_txt p {
    font-size: 1.4rem;
    line-height: 1.86;
  }

  .contents .section .sec_lead_txt p {
    text-align: center;
  }

  .contents .section .link_btn {
    display: flex;
  }

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

  .contents .section_lead {
    padding: 30px 0;
  }

  .contents .section_lead .sec_inner {
    display: flex;
  }

  .contents .section_lead img {
    margin-left: 30px;
    width: 40%;
  }

  .contents .section_tour .tour_cnt {
    border-left: 3px solid var(--main-color);
    padding: 15px;
  }

  .contents .section_tour .price_tabpanel > .tab_wrap .tab li {
    font-weight: 700;
  }

  .contents .section_tour .price_tabpanel .att_txt .att_02 {
    margin-right: 5px;
  }

  .contents .section_tour#tour_ichioshi .tour_list .price_tabpanel {
    float: right;
    margin-top: 10px;
    width: 66%;
  }

  .contents .section_tour#tour_ichioshi .tour_list .tour_name {
    float: right;
    font-size: 1.9rem;
    width: 66%;
  }

  .contents .section_tour#tour_ichioshi .tour_list .tour_img {
    float: left;
    width: 31%;
  }

  .contents .section_tour#tour_ichioshi .tour_list .price_tabpanel {
    margin-top: 0;
  }

  .contents .section_tour#tour_ichioshi .tour_list .price_tabpanel > .tab_wrap .tab li {
    font-size: 1.6rem;
    height: auto;
    padding: 10px;
  }

  .contents .section_tour#tour_ichioshi .tour_list .price_tabpanel > .tab_wrap .tab li b {
    display: inline;
    font-size: inherit;
  }

  .contents .section_tour#tour_ichioshi .tour_list .price_tabpanel > .panel_wrap .panel {
    display: flex;
    justify-content: space-between;
  }

  .contents .section_tour#tour_ichioshi .tour_list .price_tabpanel > .panel_wrap .panel .price_txt {
    font-size: 2.3rem;
  }

  .contents .section_tour#tour_ichioshi .tour_list .price_tabpanel > .panel_wrap .panel .min_price {
    font-size: 156%;
  }

  .contents .section_tour#tour_ichioshi .tour_list .price_tabpanel > .panel_wrap .panel .tour_btn {
    margin-top: 0;
    max-width: 40%;
    width: 30%;
  }

  .contents .section_tour#tour_ichioshi .tour_list .price_tabpanel > .panel_wrap .panel .tour_btn a {
    font-size: 1.7rem;
    height: 55px;
  }

  .contents .section_tour#tour_ichioshi .tour_list .tour_cnt {
    margin-bottom: 25px;
    overflow: hidden;
    padding: 25px;
  }

  .contents .section_contact .sec_inner {
    padding: 30px;
  }

  .contents .section_contact .contact_btns .tel_btn {
    background: none;
    color: var(--main-color);
    font-size: 4rem;
    margin-right: 0;
  }

  .contents .section_contact .contact_btns .tel_btn::before {
    background-image: url(../img/icon_tel_main.svg);
    width: 30px;
  }

  .search_fix_btn a {
    border-radius: 66px;
    font-size: 1.2rem;
    height: 66px;
    width: 66px;
  }
}

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

  .contents .section_tour#tour_ichioshi .vsp960 {
    display: none;
  }
}

@media screen and (min-width: 961px), print {
  .contents .section_hero .sec_inner {
    padding-bottom: 20px;
  }

  .contents .section_hero .hero_right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    float: right;
    position: relative;
    z-index: 1;
  }

  .contents .section_hero .hero_title {
    padding: 40px 6% 40px 0;
    text-shadow: 0 0 5px var(--main-color);
  }

  .contents .section_hero .hero_ph01 {
    max-width: 659px;
    position: absolute;
    width: 55%;
  }

  .contents .section_hero .hero_ph02 {
    float: right;
    max-width: 659px;
  }

  .contents .section_hero .hero_ph_sp {
    display: none;
  }

  .contents .section_service {
    margin-top: -100px;
  }

  .contents .section_service .sec_title_01 {
    margin-bottom: 40px;
  }

  .contents .section_service .bl_flex {
    display: flex;
    justify-content: space-between;
  }

  .contents .section_service .bl_flex > div {
    flex: 0 0 50%;
  }

  .contents .section_tour .tour_list {
    flex-wrap: wrap;
    margin: 0 -8px;
    width: calc(100% + 16px);
  }

  .contents .section_tour .tour_cnt {
    margin: 0 8px;
    width: calc(33.333% - 16px);
  }

  .contents .section_contact h2 {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }

  .contents .section_contact .contact_btns .fo_btn {
    font-size: 1.6rem;
  }

  .contents .section_contact .contact_btns .fo_btn span {
    display: inline-block;
  }

  .contents .section_contact .contact_btns .contact_time {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1101px), print {
  .search_fix_btn {
    bottom: 50px;
    margin-right: -653px;
    right: 50%;
  }
}

@media screen and (max-width: 1100px) {
  .search_fix_btn {
    border-radius: 17.6vw;
    bottom: 50px;
    right: 0.6667vw;
  }
}

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

  .contents .dis_tb {
    display: block;
  }

  .contents .section .link_btn a {
    flex: 1 0 40%;
    font-size: 1.8rem;
    height: 55px;
    margin: 0 1vw;
    max-width: 100%;
  }

  .contents .section_hero .hero_title {
    font-size: 6vw;
    padding: 2vw;
  }

  .contents .section_hero .hero_ph_sp {
    display: block;
    padding-bottom: 15px;
    width: 100%;
  }

  .contents .section_hero .hero_ph01,
  .contents .section_hero .hero_ph02 {
    display: none;
  }

  .contents .section_tour .tour_list {
    flex-wrap: nowrap;
    padding-left: 15px;
  }

  .contents .section_tour .tour_list::after {
    content: "　";
    display: block;
    height: 100%;
    width: 1px;
  }

  .contents .section_tour .tour_cnt {
    flex: 0 0 302px;
    margin-right: 10px;
  }

  .contents .section_tour .tour_cnt:last-of-type {
    margin-right: 0;
  }

  .contents .section_tour .tour_name {
    white-space: normal;
  }

  .contents .section_tour .tour_desc {
    white-space: normal;
  }

  .contents .section_tour .panel_scroll {
    margin: 0 -15px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: calc(100% + 15px * 2);
  }

  .contents .section_tour#tour_ichioshi .vpc960 {
    display: none;
  }
}

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

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

  .tw_pagetop {
    opacity: 1;
  }

  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }

  .contents .vpc600 {
    display: none;
  }

  .contents p {
    line-height: 1.75;
  }

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

  .contents .section .sec_title_01 {
    border-left-width: 7px;
    font-size: 5.8667vw;
    margin-bottom: 6.6667vw;
    padding-left: 4vw;
  }

  .contents .section .sec_title_01 span {
    display: block;
    margin: 0 -4vw;
    width: calc(100% + 8vw);
  }

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

  .contents .section .sec_lead_txt p {
    font-size: 3.7333vw;
    line-height: 1.79;
  }

  .contents .section .link_btn {
    margin: 0 3vw 5.3333vw;
  }

  .contents .section .link_btn a {
    font-size: 3.4667vw;
    height: 14.6667vw;
    max-width: 100%;
  }

  .contents .section .link_btn a + a {
    margin-top: 15px;
  }

  .contents .section .link_btn a::after {
    height: 2.1333vw;
    top: calc(50% - 1.3333vw);
    width: 2.1333vw;
  }

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

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

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

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

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

  .contents .section .link_btn.ank a::after {
    right: 4vw;
  }

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

  .contents .section_service h3 {
    font-size: 5.3333vw;
    margin-bottom: 2.6667vw;
  }

  .contents .section_service .time_table {
    font-size: 3.2vw;
  }

  .contents .section_service .time_table th,
  .contents .section_service .time_table td {
    padding: 8px 10px;
  }

  .contents .section_service .time_table thead th.day {
    width: 50%;
  }

  .contents .section_service dl div {
    display: flex;
  }

  .contents .section_service dl div dt {
    flex-shrink: 0;
  }

  .contents .section_agreement .agreement_wrap {
    border: 1px solid var(--main-color);
    margin-top: 0;
    padding: 4vw;
  }

  .contents .section_agreement .agreement_h {
    margin-bottom: 0;
    position: relative;
  }

  .contents .section_agreement .agreement_h::before {
    background: var(--main-color);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 17px;
  }

  .contents .section_agreement .agreement_h::after {
    background: var(--main-color);
    content: "";
    display: block;
    height: 17px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
    width: 2px;
  }

  .contents .section_agreement .agreement_h.active::after {
    content: none;
  }

  .contents .section_agreement .agreement {
    display: none;
    padding-top: 15px;
  }

  .contents .section_tour {
    padding: 7.3333vw 0 9.3333vw;
  }

  .contents .section_tour .sec_title_01 {
    margin-top: 10.6667vw;
  }

  .contents .section_tour .btn_area {
    margin-top: 9.3333vw;
  }

  .contents .section_tour .btn_area .link_btn a {
    background: #9A3265;
    font-size: 3.7333vw;
    line-height: 1.2;
    text-align: center;
  }

  .contents .section_tour .tour_wrap {
    margin-bottom: 8vw;
    padding: 0;
  }

  .contents .section_tour .tour_list {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .contents .section_tour .tour_cnt {
    flex: 0 0 80.5333vw;
    margin-right: 2.6667vw;
    padding: 4vw;
  }

  .contents .section_tour .tour_cnt_btn {
    width: 87.08%;
  }

  .contents .section_tour .tour_cnt_btn a {
    border-radius: 1.6vw;
    font-size: 3.7333vw;
    height: 11.7333vw;
    line-height: 1.2;
  }

  .contents .section_tour .tour_cnt_btn a::after {
    height: 2.4vw;
    right: 2.1333vw;
    top: calc(50% - 1.2vw);
    width: 2.4vw;
  }

  .contents .section_tour .tour_name {
    font-size: 4.2667vw;
    margin-bottom: 4vw;
  }

  .contents .section_tour .tour_desc {
    margin-bottom: 2.1333vw;
  }

  .contents .section_tour .tour_img {
    margin-bottom: 2.6667vw;
  }

  .contents .section_tour .link_btn a {
    font-size: 4.2667vw;
    height: 14.6667vw;
  }

  .contents .section_tour .panel_scroll {
    margin: 0 -3vw;
    width: calc(100% + 3vw * 2);
  }

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

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

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

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

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

  .contents .section_tour .price_tabpanel > .tab_wrap .tab li {
    font-size: 1rem;
    height: 10.6667vw;
    padding-top: 1.0667vw;
  }

  .contents .section_tour .price_tabpanel > .tab_wrap .tab li b {
    font-size: 160%;
    font-weight: 700;
  }

  .contents .section_tour .price_tabpanel > .panel_wrap {
    padding: 2.6667vw;
  }

  .contents .section_tour .price_tabpanel .att_txt .att_03 {
    display: none;
  }

  .contents .section_tour .price_tabpanel .tour_btn a::after {
    height: 1.6vw;
    right: 2vw;
    top: calc(50% - 0.8vw);
    width: 1.6vw;
  }

  .contents .section_tour#tour_ichioshi {
    padding-bottom: 0;
    padding-top: 0;
  }

  .contents .section_tour#tour_ichioshi .vpc600 {
    display: none;
  }

  .contents .section_tour#tour_ichioshi .tour_list .panel_wrap {
    padding-top: 10px;
    /* .panel{
      width: 66%;
      margin-left: 34%;
    } */
  }

  .contents .section_tour#tour_ichioshi .tour_list .tour_cnt {
    /* .tour_img{
      width: 30%;
      position: absolute;
      bottom: 0;
      aspect-ratio: 315 / 300;
      margin-bottom: 0;
    } */
  }

  .contents .section_tour#tour_ichioshi .tour_list .tour_cnt .tour_name {
    font-size: 4vw;
  }

  .contents .section_tour#tour_ichioshi .tour_list .tour_cnt .tour_cnt_box {
    position: relative;
  }

  .contents .section_contact .sec_inner {
    background: #f2f2f2;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 0;
    padding: 9.3333vw 3vw;
  }

  .contents .section_contact .contact_btns .fo_btn {
    background: #fff;
    color: var(--main-color);
  }

  .contents .section_contact .contact_btns .fo_btn::after {
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    height: 6px;
    right: 10px;
    width: 6px;
  }

  .search_fix_btn a {
    border-radius: 17.6vw;
    font-size: 3.2vw;
    height: 17.6vw;
    width: 17.6vw;
  }

  .search_fix_btn a::before {
    font-size: 5vw;
    padding-top: 1.6vw;
  }
}

@media print {
  body {
    min-width: 1100px !important;
    position: relative !important;
    -webkit-print-color-adjust: exact;
    transform: scale(0.94);
    transform-origin: 0 0;
    width: 100%;
  }
}

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

  .contents a:active {
    opacity: 0.65;
  }

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

  .contents .section_tour .tour_tab li:active {
    opacity: 0.65;
  }

  .contents .section_tour .price_tabpanel > .tab_wrap .tab li:not(.is_active) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .section_tour .price_tabpanel > .tab_wrap .tab li:not(.is_active):active {
    opacity: 0.65;
  }

  .search_fix_btn a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .search_fix_btn a:active {
    opacity: 0.65;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .contents a:hover {
    opacity: 0.65;
  }

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

  .contents .section_tour .price_tabpanel > .tab_wrap .tab li:not(.is_active):hover {
    opacity: 0.65;
  }

  .search_fix_btn a:hover {
    opacity: 0.65;
  }
}