@charset "UTF-8";

:root {
  --vh: 100vh;
  --vw: 100vw;
  --win-vh: calc(var(--vh, 1vh) * 100);
  --win-vw: 100vw;
  --link-color: #B99547;
  --accent-red: #FF0707;
  --main-color: #B99547;
  --main-color-bg: #FBF6DE;
  --sub-color-bg: #E3EBFF;
  --accent-color: #6D7CAA;
  --site-color: #23afb7;
  --btn-color: #B99547;
  --tour-main-color: #B99547;
  --tour-main-color-bg: #f4f4f4;
  --tour-btn-color: #B99547;
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Serif JP Light"), local("NotoSerifJP-Light"), url("/calls/tw_common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Light.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif JP Regular"), local("NotoSerifJP-Regular"), url("/calls/tw_common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Serif JP Medium"), local("NotoSerifJP-Medium"), url("/calls/tw_common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Medium.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Serif JP SemiBold"), local("NotoSerifJP-SemiBold"), url("/calls/tw_common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif JP Bold"), local("NotoSerifJP-Bold"), url("/calls/tw_common/fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Bold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Serif JP Black"), local("NotoSerifJP-Black"), url("/calls/tw_common/fonts/NotoSerifJP-Black.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Black.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_green {
  color: var(--main-color);
}

.contents .txt_pink {
  color: var(--accent-color);
}

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

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

.contents .dis_tb {
  display: none;
}

.contents .section {
  background: #fff;
  margin: 0 auto;
  max-width: 1530px;
  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_line {
  color: var(--main-color);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.contents .section .sec_title_01 {
  color: var(--main-color);
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 4.8vw;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 -4vw 5.3333vw;
  padding-bottom: 0vw;
  text-align: center;
  /* span {
    @include mq($br_sp) {
      display: block;
      margin: 0 pxtovw(-30);
      width: calc(100% + 8vw);
    }
  } */
}

.contents .section .sec_title_01 .line {
  align-items: center;
  display: flex;
}

.contents .section .sec_title_01 .line::before,
.contents .section .sec_title_01 .line::after {
  background-color: var(--main-color);
  content: "";
  flex-grow: 1;
  height: 1px;
}

.contents .section .sec_title_01 .line::before {
  margin-right: 4rem;
}

.contents .section .sec_title_01 .line::after {
  margin-left: 4rem;
}

.contents .section .sec_title_01 .small {
  font-size: 90%;
}

.contents .section .sec_title_01 .blue {
  color: var(--accent-color);
}

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

.contents .section .link_btn a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  display: flex;
  font-weight: bold;
  justify-content: center;
  padding: 17px;
  position: relative;
  width: 100%;
  /* @include mq($br_sp) {
    border-radius: pxtovw(10);
  } */
}

.contents .section .link_btn a::after {
  border-bottom: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  content: "";
  display: block;
  height: 7px;
  margin-top: -6px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: rotate(-45deg);
  width: 7px;
}

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

.contents .section .link_btn.back a::after {
  left: 20px;
}

.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 {
  text-align: center;
}

.contents .section_nav {
  padding: 0 0 65px;
}

.contents .section_nav .intro_wrap .sec_title_01 {
  padding: 45px 0 10px;
}

.contents .section_nav .intro_wrap .anker_nav {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contents .section_nav .intro_wrap .anker_nav_li {
  flex: 0 0 24%;
}

.contents .section_nav .intro_wrap .anker_nav_li a {
  align-items: center;
  background: var(--main-color-bg);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  box-shadow: 0 3px 0 var(--main-color);
  color: var(--main-color);
  display: flex;
  font-weight: bold;
  height: 100%;
  line-height: 1.4;
  padding: 13px 20px 8px 14px;
  position: relative;
}

.contents .section_nav .intro_wrap .anker_nav_li a .dis_pc {
  display: block;
}

.contents .section_nav .intro_wrap .anker_nav_li a .dis_sp {
  display: none;
}

.contents .section_nav .intro_wrap .anker_nav_li a img {
  bottom: 90%;
  height: 30px;
  left: 10px;
  position: absolute;
}

.contents .section_nav .intro_wrap .anker_nav_li a::after {
  border-bottom: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

.contents .copy_baloon {
  background: #fff;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  display: block;
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 3.4667vw;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}

.contents .copy_baloon::after {
  background: url(../img/arrow.svg) top center/auto 100% no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 49%;
  position: absolute;
  top: 100%;
  width: 11px;
}

.contents .section_hotels {
  margin-bottom: 8vw;
}

.contents .section_hotels .sec_title_01 {
  background: url(../img/bg_hotels.svg) center top/auto 100% no-repeat;
  margin-bottom: 0;
  padding: 60px 0 15px;
}

.contents .section_hotels .sec_title_01 .line::before,
.contents .section_hotels .sec_title_01 .line::after {
  background-color: var(--accent-color);
}

.contents .section_hotels .sec_title_02 {
  background: #737B92;
  border: 1px solid #FFE98F;
  margin: 0 auto;
  padding: 5px;
  width: 100%;
}

.contents .section_hotels .sec_title_02 .sec_title_02_wrap {
  align-items: center;
  border: 1px solid #FFE98F;
  color: #FFE98F;
  display: flex;
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 600;
  justify-content: space-around;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
}

.contents .section_hotels .sec_title_02 .sec_title_02_wrap.pcwrap {
  font-size: 2.9rem;
  padding: 0 5%;
}

.contents .section_hotels .sec_title_02 .sec_title_02_wrap.pcwrap span {
  flex: 1 1 50%;
}

.contents .section_hotels .multipl_pc {
  height: 10vw;
  max-height: 108px;
  width: auto;
}

.contents .section_hotels .multipl_sp {
  display: block;
  margin: 6px auto;
}

.contents .section_hotels .hotel_wrap {
  margin-top: 9.3333vw;
}

.contents .section_hotels .hotel_wrap::after {
  clear: both;
  content: "";
  display: block;
}

.contents .section_hotels .hotel_wrap .hotel_name {
  letter-spacing: 2px;
  margin-bottom: 2.6667vw;
}

.contents .section_hotels .hotel_wrap .hotel_name .name {
  color: var(--accent-color);
  display: inline-block;
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.1;
  margin-right: 35px;
}

.contents .section_hotels .hotel_wrap .hotel_name .name .small {
  font-size: 50%;
}

.contents .section_hotels .hotel_wrap .hotel_name .star {
  color: var(--main-color);
  font-size: 4.2667vw;
  line-height: 2;
  vertical-align: top;
}

.contents .section_hotels .hotel_wrap .hotel_img .slide {
  background: #fff;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.24);
  margin-bottom: 55px;
  padding: 6px;
}

.contents .section_hotels .hotel_wrap .hotel_img .slide button {
  border: 0;
}

.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-slide > div {
  font-size: 0;
}

.contents .section_hotels .hotel_wrap .hotel_img .slide .slider.dis_sp {
  margin-bottom: 35px;
}

.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-prev,
.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-next {
  background: no-repeat;
  bottom: -40px;
  font-size: 0;
  height: 12px;
  padding: 0;
  position: absolute;
  width: 12px;
  z-index: 2;
}

.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-prev:hover,
.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-next:hover {
  cursor: pointer;
}

.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-prev {
  border-bottom: 2px solid #B7C3E8;
  border-left: 2px solid #B7C3E8;
  transform: rotate(45deg);
}

.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-next {
  border-bottom: 2px solid #B7C3E8;
  border-right: 2px solid #B7C3E8;
  right: 0;
  transform: rotate(-45deg);
}

.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-dots {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  margin-top: 42px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-dots li {
  font-size: 0;
  height: 5px;
  line-height: 1;
  margin: 0 5px;
  overflow: hidden;
  width: 24px;
}

.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-dots li button {
  background: #E3EBFF;
  font-size: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-dots li button:hover {
  cursor: pointer;
}

.contents .section_hotels .hotel_wrap .hotel_img .slide .slick-dots li.slick-active button {
  background: #B99547;
  pointer-events: none;
}

.contents .section_hotels .hotel_wrap .hotel_txt .room_cat {
  background-color: var(--main-color-bg);
  border: 1px solid var(--main-color);
  display: flex;
  padding: 3px;
}

.contents .section_hotels .hotel_wrap .hotel_txt .room_cat dt {
  background-color: var(--main-color);
  color: var(--main-color-bg);
  flex: 0 0 28%;
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 0;
  text-align: center;
}

.contents .section_hotels .hotel_wrap .hotel_txt .room_cat dd {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  flex: 1 0 70%;
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 8px 15px;
}

.contents .section_hotels .hotel_wrap .hotel_txt .room_cat dd .small {
  display: inline-block;
  font-size: 85%;
  padding-left: 20px;
}

.contents .section_hotels .hotel_wrap .hotel_txt .room_cat dd .big {
  display: inline-block;
  font-size: 115%;
  padding-right: 20px;
}

.contents .section_hotels .hotel_wrap .hotel_txt .room_cat dd .big.no_pd {
  padding: 0;
}

.contents .section_hotels .hotel_wrap .hotel_txt p {
  line-height: 1.75;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contents .section_hotels .hotel_wrap .hotel_benefit {
  background: #ECF2FF;
  box-shadow: 5px 5px 0 #D3DAEE;
  clear: both;
  color: var(--accent-color);
  padding: 4vw 5.3333vw;
}

.contents .section_hotels .hotel_wrap .hotel_benefit dt {
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 600;
  vertical-align: 2px;
}

.contents .section_hotels .hotel_wrap .hotel_benefit div {
  flex: 0 0 32%;
}

.contents .section_hotels .hotel_wrap .hotel_benefit dd {
  color: var(--accent-color);
  font-size: 1.5rem;
  margin-left: 1.2em;
  position: relative;
}

.contents .section_hotels .hotel_wrap .hotel_benefit dd::before {
  content: "◆";
  left: -1.2em;
  position: absolute;
}

.contents .section_benefits {
  max-width: 1530px;
  width: 100%;
}

.contents .section_benefits .sec_title_01 {
  margin: 160px auto 20px;
}

.contents .section_benefits .sec_title_01 .small {
  font-size: 80%;
}

.contents .section_benefits .benefits_list {
  align-items: flex-start;
  background: #FBF9DE;
  display: flex;
  margin-bottom: 25px;
  padding: 3.7333vw;
}

.contents .section_benefits .benefits_list .benefits_num_wrap {
  background: url(../img/benefits_icon.svg) top center/100% no-repeat;
  flex: 0 0 25%;
  margin-right: 2.5%;
}

.contents .section_benefits .benefits_list .benefits_num_wrap .benefits_num {
  color: var(--accent-color);
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 7.4667vw;
  font-weight: 600;
  line-height: 0.3;
  padding: 12% 0 35%;
  text-align: center;
  width: 100%;
}

.contents .section_benefits .benefits_list .benefits_num_wrap .benefits_num .small {
  display: block;
  font-size: 60%;
}

.contents .section_benefits .benefits_list .benefits_txt_wrap::after {
  clear: both;
  content: "";
  display: block;
}

.contents .section_benefits .benefits_list .benefits_txt_wrap .benefits_tit {
  color: var(--accent-color);
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 4.8vw;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.contents .section_benefits .benefits_list .benefits_txt_wrap .benefits_tit .small {
  display: block;
  font-size: 60%;
  line-height: 2;
}

.contents .section_benefits .benefits_list .benefits_txt_wrap .benefits_img {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
  display: block;
  padding: 6px;
}

.contents #tour_ichioshi {
  background: url(../img/bg_tour.svg) 4px 4px/70% no-repeat var(--sub-color-bg);
  max-width: 1530px;
  width: 100%;
}

.contents #tours {
  margin-top: 20vw;
  overflow: visible;
  position: relative;
}

.contents #tours::before {
  background: url(../img/bg_tours.svg) left top/auto 100% no-repeat;
  bottom: 99.5%;
  content: "";
  display: block;
  height: 0;
  padding-top: 17vw;
  position: absolute;
  width: 100%;
}

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

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

.contents .section_tour .tourlist.tabpanel .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 .tourlist.tabpanel .tour_tab li + li {
  border-left: 0;
}

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

.contents .section_tour .tourlist.tabpanel .tour_tab li.selected::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 .tourlist.tabpanel .tour_tab li span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 5px;
  text-align: center;
}

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

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

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

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

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

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

.contents .section_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
  border-bottom: 2px solid var(--tour-main-color);
  color: var(--tour-main-color);
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 5px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_list .tit {
  background: var(--tour-main-color);
  color: #fff;
  float: left;
  height: 22px;
  line-height: 20px;
  text-align: center;
  width: 70px;
}

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_list .txt .direct {
  border: 1px solid #ff6e00;
  border-radius: 20px;
  color: #ff6e00;
  display: inline-block;
  font-size: 1.1rem;
  margin: -3px 0 0 10px;
  padding: 2px 10px;
}

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab {
  background: #e6e6e6;
  overflow: hidden;
  padding: 5px 3px;
}

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li {
  flex: 0 1 15%;
}

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
  background: var(--tour-main-color);
  border-bottom: 3px solid var(--tour-main-color);
  border-radius: 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 33px;
  margin: 0 2px;
  text-align: center;
}

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

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

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

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

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

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

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

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
  background: #323232;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  height: 48px;
  line-height: 1.4;
  padding: 7px 0 0 15px;
  position: relative;
  width: 103px;
}

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span::after {
  border-color: transparent transparent transparent #323232;
  border-style: solid;
  border-width: 24px 0 24px 10px;
  content: "";
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
}

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
  display: block;
  font-size: 1.4rem;
}

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .price {
  color: #fa3734;
  font-weight: bold;
  line-height: 1.2;
}

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

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

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price {
  background: url(../img/line_double_01.png) center center repeat-x;
  color: #505050;
  display: inline-block;
  margin-right: 10px;
}

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
  font-size: 1.8rem;
}

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {
  background: #fa3734;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2px 0;
  text-align: center;
  width: 105px;
}

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
  color: #fa3734;
  display: block;
}

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {
  background: url(../img/icon_tour_attention.png) left center no-repeat;
  color: #0064d2;
  margin-left: 5px;
  padding-left: 17px;
}

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 span {
  text-decoration: underline;
}

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {
  background: var(--tour-btn-color);
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a::after {
  background: url(../img/arr_white.svg) center center/100% 100% no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.contents .section_tour .tour_wrap {
  background: #fff;
  border: 1px solid var(--main-color);
  overflow: hidden;
  padding: 3.7333vw 4vw;
  width: 100%;
}

.contents .section_tour .tour_wrap .tour_tit {
  font-size: 3.7333vw;
  font-weight: bold;
  line-height: 1.4;
}

.contents .section_tour .tour_wrap .tour_tit .copy_baloon {
  font-size: 1.3rem;
  margin-top: 0;
}

.contents .section_tour .tour_wrap .tourlist {
  margin-top: 10px;
}

.contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap {
  margin: 0;
  padding: 0;
}

.contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab {
  background: none;
}

.contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_nav li.active span {
  background: var(--main-color);
  color: #fff;
}

.contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_nav li span {
  background: #fff;
  border: 1px solid var(--main-color);
  border-bottom: none;
  color: var(--main-color);
}

.contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel {
  border: none;
  border-top: 1px solid var(--main-color);
}

.contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel .panel_cnt {
  padding: 15px 0 0;
}

.contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel .tour_price {
  width: 65%;
}

.contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel .tour_price_txt {
  padding: 0;
}

.contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel .tour_btn a {
  border-radius: 5px;
}

.contents .section_tour .tour_wrap .tourlist p.soldout {
  align-items: center;
  border-radius: 5px;
  color: #FF0707;
  display: flex;
  font-size: 4.2667vw;
  font-weight: bold;
  width: 100%;
}

.contents .section_tour .tour_wrap .tour_img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 31%;
}

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

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

.contact {
  background: #FBF9DE;
  width: 100%;
}

.contact .inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 92%;
}

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

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

.contact .contact_btns .tel_btn {
  align-items: center;
  background: #B99547;
  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;
}

.contact .contact_btns .tel_btn::before {
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 90%;
  padding-left: 5px;
  transform: scale(-1, 1);
}

.contact .contact_btns .fo_btn {
  align-items: center;
  background: #fff;
  border: 1px solid #B99547;
  border-radius: 3px;
  color: #B99547;
  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;
}

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

.contact .contact_btns .fo_btn span {
  display: none;
}

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

.contents .section_about {
  background: url(../img/bg_airline.svg) center top/100% auto no-repeat;
  padding-bottom: 60px;
}

.contents .section_about .sec_title_01 {
  margin: 0 auto 0;
  padding: 70px 0 35px;
}

.contents .section_about .sec_title_01 .line::before,
.contents .section_about .sec_title_01 .line::after {
  background-color: var(--accent-color);
}

.contents .section_about .about_wrap .about_cnt .cnt_img {
  aspect-ratio: 312/203;
  margin-bottom: 12px;
  overflow: hidden;
}

.contents .section_about .about_wrap .about_cnt .cnt_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .section_about .about_wrap .about_cnt .cnt_title {
  color: var(--main-color);
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.79;
  margin-bottom: 5px;
}

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

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

@media screen and (min-width: 601px), print {
  .contents .section .sec_title_01 {
    font-size: 3.3rem;
    line-height: 1.55;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .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 .movie_wrap {
    margin-top: 60px;
  }

  .contents .section_hero .hero_title {
    overflow: hidden;
  }

  .contents .section_hero .hero_title img {
    height: auto;
    max-width: 1530px;
    object-fit: cover;
    width: 100%;
    /* @include mq($br_w1) {
      height: 600px;
    } */
  }

  .contents .section_nav .intro_wrap p {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.88;
    margin-right: 30px;
  }

  .contents .section_nav .intro_wrap .img {
    width: 28.18%;
  }

  .contents .section_hotels {
    margin-bottom: 90px;
  }

  .contents .section_hotels .sec_title_01 {
    margin: 60px auto 35px;
  }

  .contents .section_benefits .benefits_list .benefits_num_wrap {
    flex: 0 0 15%;
  }

  .contents .section_benefits .benefits_list .benefits_num_wrap .benefits_num {
    font-size: 3rem;
    line-height: 1;
    padding: 25% 0 30%;
  }

  .contents .section_benefits .benefits_list .benefits_txt_wrap .benefits_tit {
    font-size: 2.6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .contents .section_tour .tour_wrap .tour_tit {
    float: right;
    font-size: 1.9rem;
    width: 66%;
  }

  .contents .section_tour .tour_wrap .tourlist {
    float: right;
    margin-top: 10px;
    width: 66%;
  }

  .contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab.soldout {
    padding: 5px 0;
  }

  .contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel .tour_btn {
    max-width: 40%;
    right: 0;
    top: 20px;
    width: 30%;
  }

  .contents .section_tour .tour_wrap .tourlist {
    float: right;
  }

  .contents .section_tour .tour_wrap .tourlist p.soldout {
    font-size: 2.4rem;
    height: 50px;
    padding-top: 10px;
  }

  .contents .section_about {
    margin-top: 50px;
  }

  .contents .section_about .sec_title_01 {
    margin-bottom: 0;
    padding: 55px 0 35px;
  }

  .contents .section_about .about_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }

  .contents .section_about .about_wrap .about_cnt {
    margin: 0 0 30px;
    width: 31%;
  }

  .contents .section_about .about_wrap .about_cnt .cnt_txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

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

  .contents .section_nav .vsp960 {
    display: none;
  }

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

@media screen and (min-width: 961px), print {
  .contents .copy_baloon {
    display: inline-block;
    font-size: 1.7rem;
  }

  .contents .section_hotels .sec_title_02 {
    margin-bottom: 20px;
    padding: 7px;
    width: 100%;
  }

  .contents .section_hotels .hotel_wrap {
    margin-top: 65px;
  }

  .contents .section_hotels .hotel_wrap .hotel_name {
    float: right;
    margin-bottom: 20px;
    width: 46.5%;
  }

  .contents .section_hotels .hotel_wrap .hotel_name .name {
    font-size: 3.5rem;
  }

  .contents .section_hotels .hotel_wrap .hotel_name .star {
    font-size: 2.3rem;
  }

  .contents .section_hotels .hotel_wrap .hotel_img {
    float: left;
    width: 48.8%;
  }

  .contents .section_hotels .hotel_wrap .hotel_img .slide {
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.24);
    margin-bottom: 30px;
    padding: 10px;
  }

  .contents .section_hotels .hotel_wrap .hotel_txt {
    float: right;
    width: 46%;
  }

  .contents .section_hotels .hotel_wrap .hotel_txt .room_cat dt {
    font-size: 1.3rem;
  }

  .contents .section_hotels .hotel_wrap .hotel_txt p {
    font-size: 1.5rem;
    padding-bottom: 35px;
  }

  .contents .section_hotels .hotel_wrap .hotel_benefit {
    display: flex;
    justify-content: space-around;
    padding: 22px;
  }

  .contents .section_hotels .hotel_wrap .hotel_benefit dt {
    border-right: 1px solid #A8B7E6;
    flex: 0 1 23%;
    font-size: 2.1rem;
  }

  .contents .section_hotels .hotel_wrap .hotel_benefit dd + dd {
    padding-top: 10px;
  }

  .contents .section_hotels .movie_wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    max-width: 910px;
  }

  .contents .section_benefits {
    background: url(../img/bg_benefits.svg) center 8px/99% no-repeat #E9DEC6;
    padding-bottom: 80px;
  }

  .contents .section_benefits .benefits_list {
    border-left: 10px solid var(--main-color);
    padding: 27px;
  }

  .contents .section_benefits .benefits_list .benefits_num_wrap .benefits_num {
    font-size: 4.7rem;
  }

  .contents .section_benefits .benefits_list .benefits_txt_wrap .benefits_tit {
    float: left;
    width: 49%;
  }

  .contents .section_benefits .benefits_list .benefits_txt_wrap .benefits_img {
    float: right;
    padding: 8px;
    width: 47%;
  }

  .contents .section_benefits .benefits_list .benefits_txt_wrap .benefits_txt {
    float: left;
    width: 49%;
  }

  .contents #tour_ichioshi {
    background: url(../img/bg_tour.svg) 4px 8px/523px no-repeat var(--sub-color-bg);
  }

  .contents #tours {
    margin-top: 160px;
  }

  .contents #tours::before {
    padding-top: 8%;
  }

  .contents #tours .sec_title_01 {
    margin-top: 60px;
  }

  .contents .section_tour .tour_wrap {
    padding: 25px 27px;
  }

  .contents .section_tour .tour_wrap .tour_tit {
    font-size: 1.9rem;
  }

  .contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel .tour_price_txt .min_price {
    font-size: 3.6rem;
  }

  .contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 2.3rem;
  }

  .contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel .tour_btn a {
    font-size: 2rem;
    height: 55px;
    line-height: 55px;
  }

  .contact .inner {
    max-width: 960px;
    padding: 30px 0;
  }

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

  .contact .contact_btns .tel_btn {
    background: none;
    color: #B99547;
    font-size: 4rem;
    margin-right: 0;
  }

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

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

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

  .contents .section_about {
    margin-top: 90px;
  }

  .contents .section_about .sec_title_01 {
    padding: 70px 0 35px;
  }
}

@media screen and (min-width: 1101px), print {
  .contact .inner {
    max-width: 760;
  }
}

@media screen and (min-width: 1531px), print {
  .contents .section_hotels .sec_title_02 {
    margin-left: calc((1280px - 100%) / 2 * -1);
    width: 1280px;
  }
}

@media screen and (max-width: 1530px) {
  .contents .section .sec_inner {
    padding: 0 15px;
  }

  .contents .section_tour .tourlist .tour_cnt {
    margin: 0 0 20px 0;
  }

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

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

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

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

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

  .contents .dis_tb {
    display: block;
  }

  .contents .section .sec_title_01 {
    margin-left: -4vw;
    margin-right: -4vw;
  }

  .contents .section_nav .vpc960 {
    display: none;
  }

  .contents .section_nav {
    padding: 0;
  }

  .contents .section_nav .intro_wrap .anker_nav_li {
    flex: 0 0 49%;
    margin-bottom: 6vw;
  }

  .contents .section_nav .intro_wrap .anker_nav_li a img {
    height: 30px;
  }

  .contents .section_hotels .sec_title_02 .sec_title_02_wrap.pcwrap {
    font-size: 2.4vw;
  }

  .contents .section_hotels .hotel_wrap .hotel_benefit dt {
    border-bottom: 1px solid #A8B7E6;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .contents .section_benefits {
    background: url(../img/bg_benefits_sp.svg) center 8px/96% no-repeat #E9DEC6;
    padding-bottom: 3vw;
  }

  .contents .section_benefits .benefits_list {
    border-top: 5px solid var(--main-color);
  }

  .contents .section_benefits .benefits_list .benefits_txt_wrap .benefits_tit {
    display: flex;
    margin-left: -5px;
  }

  .contents .section_benefits .benefits_list .benefits_txt_wrap .benefits_img {
    margin-bottom: 5.3333vw;
  }

  .contents .section_tour .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 4vw;
  }

  .contents .section .sec_title_01 .line::before {
    margin-right: 1rem;
  }

  .contents .section .sec_title_01 .line::after {
    margin-left: 1rem;
  }

  .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 a::after {
    height: 6px;
    margin-top: -4px;
    right: 15px;
    width: 6px;
  }

  .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 .movie_wrap {
    margin-top: 9.3333vw;
  }

  .contents .section_nav .intro_wrap .sec_title_01 {
    padding: 5.3333vw 0 0.6667vw;
  }

  .contents .section_nav .intro_wrap .anker_nav_li a {
    font-size: 3.2vw;
    padding: 10px 25px 5px 10px;
  }

  .contents .section_nav .intro_wrap .anker_nav_li a .dis_pc {
    display: none;
  }

  .contents .section_nav .intro_wrap .anker_nav_li a .dis_sp {
    display: block;
  }

  .contents .section_nav .intro_wrap .anker_nav_li a img {
    height: 19px;
  }

  .contents .section_nav .intro_wrap .anker_nav_li a::after {
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    height: 5px;
    right: 10px;
    width: 5px;
  }

  .contents .section_nav .intro_wrap p {
    font-size: 3.7333vw;
    line-height: 1.79;
    margin-bottom: 4vw;
  }

  .contents .section_hotels .sec_title_01 {
    background: url(../img/bg_hotels.svg) center 6vw/87% auto no-repeat;
    font-size: 7.4667vw;
    line-height: 1.4;
    padding-top: 12vw;
  }

  .contents .section_hotels .sec_title_01 .line {
    font-size: 80%;
  }

  .contents .section_hotels .hotel_wrap .hotel_img .slide .slick-prev,
  .contents .section_hotels .hotel_wrap .hotel_img .slide .slick-next {
    bottom: -30px;
    height: 8px;
    width: 8px;
  }

  .contents .section_hotels .hotel_wrap .hotel_img .slide .slick-dots {
    height: 12px;
    margin: 25px 30px;
    padding: 0;
    width: calc(100% - 60px);
  }

  .contents .section_hotels .hotel_wrap .hotel_img .slide .slick-dots li {
    height: 3px;
    width: 15px;
  }

  .contents .section_hotels .hotel_wrap .hotel_txt .room_cat dd {
    font-size: 1.2rem;
    padding: 8px 12px;
  }

  .contents .section_hotels .hotel_wrap .hotel_benefit dt {
    font-size: 4.8vw;
  }

  .contents .section_hotels .hotel_wrap .hotel_benefit dd {
    padding-bottom: 3.7333vw;
  }

  .contents .section_benefits .sec_title_01 {
    font-size: 5.6vw;
    margin-top: 39vw;
  }

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

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

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

  .contents .section_tour .tourlist.tabpanel .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 .tourlist.tabpanel .tour_panel {
    padding: 0;
  }

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

  .contents .section_tour .tourlist .tour_cnt_head {
    background: #f4f4f4;
    padding: 15px 15px 10px 15px;
  }

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

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

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

  .contents .section_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    border-bottom: 0;
    border-right: 1px solid var(--tour-main-color);
    font-size: 1.1rem;
    justify-content: center;
    padding: 0;
    width: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li {
    flex: 1 1 15%;
  }

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
    background: var(--tour-main-color-bg);
    border: 0;
    color: var(--tour-main-color);
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 3px 0;
  }

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

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

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

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
    background: var(--tour-main-color);
    border: 0;
    color: #fff;
  }

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel {
    background: #fff;
    border: 2px solid var(--tour-main-color);
    border-top: 4px solid var(--tour-main-color);
    margin: 0;
    overflow: hidden;
  }

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

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

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

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

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 1.2rem;
    padding: 8px 0 0 10px;
    text-align: left;
  }

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
  }

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

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

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

  .contents .section_tour {
    padding-bottom: 9.3333vw;
    padding-top: 7.3333vw;
  }

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

  .contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel {
    border: none;
    border-top: 1px solid var(--main-color);
  }

  .contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel.soldout {
    border-top: none;
  }

  .contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel.soldout .panel_cnt {
    padding-top: 0;
  }

  .contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel .panel_cnt {
    overflow: hidden;
  }

  .contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel .tour_price {
    float: right;
    width: 66%;
  }

  .contents .section_tour .tour_wrap .tourlist .tour_cnt_wrap .tour_info_tab .tour_info_tab_panel .tour_btn {
    margin-top: 15px;
  }

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

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

  .contents .section_about {
    background: url(../img/bg_airline_sp.svg) center 6vw/87% auto no-repeat;
  }

  .contents .section_about .sec_title_01 {
    font-size: 7.4667vw;
    line-height: 1.4;
    margin-bottom: 4vw;
    padding-top: 12vw;
  }

  .contents .section_about .sec_title_01 .line {
    font-size: 80%;
  }

  .contents .section_about .sec_lead_txt p {
    font-size: 3.4667vw;
  }

  .contents .section_about .about_wrap .about_cnt {
    margin-bottom: 8vw;
  }

  .contents .section_about .about_wrap .about_cnt .cnt_img {
    aspect-ratio: 688/496;
    margin-bottom: 2.6667vw;
  }

  .contents .section_about .about_wrap .about_cnt .cnt_title {
    font-size: 4.2667vw;
    margin-bottom: 2.6667vw;
  }

  .contents .section_about .about_wrap .about_cnt .cnt_txt {
    font-size: 3.7333vw;
    line-height: 1.79;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1024px) and (min-width: 770px) {
  .contents .section_hotels .sec_title_02 .sec_title_02_wrap.pcwrap {
    font-size: 2.4rem;
  }
}

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

@media screen and (max-width: 1024px) and (min-width: 601px) {
  .contents .section_about {
    background-size: 93%;
  }
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .contents .section_about .sec_lead_txt p {
    text-align: left;
  }
}

@media print {
  body {
    min-width: 1530px !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 .tourlist.tabpanel .tour_tab li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .section_tour .tourlist.tabpanel .tour_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 .section_tour .tourlist.tabpanel .tour_tab li:hover {
    opacity: 0.65;
  }
}