:root {
  --base-color: #cbb23c;
  --main-color: #409bed;
  --title-color: #409bed;
  --title-icon: url(https://www.travelwith.jp/wp-content/uploads/2019/12/h_icon.png);
}
.content {
  background: #fff;
  font-size: 14px;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 1140px;
}
.content * {
  text-decoration: none;
}
.content p,
.content ul,
.content li,
.content dl,
.content dt,
.content dd {
  line-height: 180%;
  margin: 0;
  padding: 0;
}
.content h2,
.content h3,
.content h4,
.content h5 {
  color: #000;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
.content ul,
.content li {
  list-style: none;
}
.content img {
  width: 100%;
}
.content .c_inner {
  margin: 0 auto;
  padding-bottom: 70px;
  width: 1040px;
}
.content .c_tit {
  border-bottom: solid 5px var(--title-color);
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center;
}
.content .c_tit span {
  background: var(--title-icon) no-repeat left bottom, var(--title-icon) no-repeat right bottom;
  display: inline-block;
  min-height: 75px;
  padding: 30px 55px 0;
}
.content .c_tit small {
  color: #000;
  font-weight: bold;
}
.content .c_tit .dis_ssp {
  display: none;
}
.content .c_note {
  margin-bottom: 30px;
  text-align: center;
}
.content .fl_l {
  display: inline;
  float: left;
}
.content .fl_r {
  display: inline;
  float: right;
}
.content a:hover {
  opacity: 0.65;
}
.content .clearfix {
  zoom: 1;
}
.content .clearfix::before,
.content .clearfix::after {
  content: "";
  display: table;
}
.content .clearfix::after {
  clear: both;
}
.content .btn {
  align-items: center;
  background: var(--main-color);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  height: 47px;
  justify-content: space-between;
  padding: 0 15px;
  text-align: left;
  width: 100%;
}
.content .btn::after {
  content: "\f105";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  padding-left: 10px;
}
.content .btn.btn_down::after {
  content: "\f107";
}
.content .btn.tour_more_btn {
  margin: 10px auto;
  width: 300px;
}
.content .btn_list .bl_btn {
  margin: 0 0 10px;
}
.content .btn_list.btn_center {
  justify-content: center;
}
.content .btn_order {
  height: 45px;
  margin: 0 auto;
  width: 390px;
}
.content .btn_order a {
  background: #ffe200;
  border-radius: 10px;
  box-shadow: 0 5px 0 #e2a800;
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.content .btn_order a span {
  color: #323232;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}
.content .btn_order a span::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.content .box_order {
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 40px;
  width: 100%;
}
.content .box_order p {
  padding-top: 10px;
  text-align: center;
}
.content .box_order .box_order_tel {
  color: var(--main-color);
  font-family: "arial", sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
}
.content .box_order .box_order_tel span::before {
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  margin-right: 10px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.content .tourlist.tabpanel .tour_tab {
  padding-bottom: 35px;
}
.content .tourlist.tabpanel .tour_tab ul {
  display: flex;
  width: 100%;
}
.content .tourlist.tabpanel .tour_tab li {
  border: 1px solid #dadada;
  display: flex;
  flex-grow: 1;
}
.content .tourlist.tabpanel .tour_tab li + li {
  border-left: 0;
}
.content .tourlist.tabpanel .tour_tab li.selected {
  border: 1px solid var(--main-color);
}
.content .tourlist.tabpanel .tour_tab li span {
  align-items: center;
  background: #f4f4f4;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1.2;
  min-height: 58px;
  text-align: center;
  width: 100%;
}
.content .tourlist.tabpanel .tour_tab li:not(.selected) span {
  cursor: pointer;
}
.content .tourlist.tabpanel .tour_tab li.selected span {
  background: var(--main-color);
  color: #fff;
  position: relative;
}
.content .tourlist.tabpanel .tour_tab li.selected span::after {
  border: 30px solid transparent;
  border-top: 20px solid var(--main-color);
  bottom: -40px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 0;
}
.content .tourlist.tabpanel .tour_panel_title {
  background: var(--main-color);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.content .tourlist.tabpanel .tour_panel + .tour_panel_title {
  margin-top: 60px;
}
.content .tourlist.tabpanel .tour_panel_title::after {
  border: 30px solid transparent;
  border-top: 20px solid var(--main-color);
  bottom: -40px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 0;
}
.content .tourlist.tabpanel .tour_panel:not(.selected) {
  display: none;
}
.content .tourlist.tabpanel .tour_panel .link_btn {
  margin: 20px auto;
  max-width: 630px;
  width: 100%;
}
.content .tourlist.tabpanel .tour_panel .link_btn a {
  background: #ff6e00;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 62px;
  line-height: 60px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.content .tourlist.tabpanel .tour_panel .link_btn a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  font-weight: normal;
  font-weight: bold;
  height: auto;
  line-height: 60px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
.content .tourlist .tour_cnt {
  background: #fff;
  border: 1px solid #c8c8c8;
  margin-bottom: 30px;
}
.content .tourlist .tour_cnt img {
  height: auto;
  width: 100%;
}
.content .tourlist .tour_cnt_head {
  background: #f4f4f4;
  overflow: hidden;
  padding: 10px 15px;
}
.content .tourlist .tour_cnt_head .cnt_head_01 {
  background: #fff;
  border: 2px solid #494949;
  float: left;
  text-align: center;
  width: 155px;
}
.content .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
  border-bottom: 2px solid #494949;
  color: #574f47;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 5px;
}
.content .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 12px 5px;
}
.content .tourlist .tour_cnt_head .cnt_head_02 {
  padding-left: 177px;
}
.content .tourlist .tour_cnt_head .tour_name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
  text-decoration: underline;
}
.content .tourlist .tour_cnt_head .tour_name a {
  color: #333;
}
.content .tourlist .tour_cnt_head .tour_comment {
  background: #fff;
  display: table;
  width: 100%;
}
.content .tourlist .tour_cnt_head .tour_comment > span {
  display: table-cell;
  font-size: 1.1rem;
  line-height: 1.6;
  vertical-align: middle;
}
.content .tourlist .tour_cnt_head .tour_comment_tit {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 86px;
}
.content .tourlist .tour_cnt_head .tour_comment_txt {
  padding: 5px 10px;
}
.content .tourlist .tour_cnt_head .tour_img a {
  display: block;
}
.content .tourlist .tour_cnt_head .tour_img img {
  height: auto;
  width: 100%;
}
.content .tourlist .tour_cnt_wrap {
  overflow: hidden;
  padding: 7px 15px;
}
.content .tourlist .tour_cnt_wrap .cnt_left {
  float: left;
  width: 220px;
}
.content .tourlist .tour_cnt_wrap .cnt_right {
  padding-left: 236px;
}
.content .tourlist .tour_cnt_wrap .tour_info_list li {
  margin-bottom: 4px;
  overflow: hidden;
}
.content .tourlist .tour_cnt_wrap .tour_info_list p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.content .tourlist .tour_cnt_wrap .tour_info_list .tit {
  background: var(--main-color);
  color: #fff;
  float: left;
  height: 22px;
  line-height: 20px;
  text-align: center;
  width: 70px;
}
.content .tourlist .tour_cnt_wrap .tour_info_list .txt {
  padding: 3px 0 0 80px;
}
.content .tourlist .tour_cnt_wrap .tour_info_list .txt .direct {
  border: 1px solid var(--main-color);
  border-radius: 20px;
  color: var(--main-color);
  display: inline-block;
  font-size: 1.1rem;
  margin: -3px 0 0 10px;
  padding: 2px 10px;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab {
  background: #e6e6e6;
  overflow: hidden;
  padding: 5px 3px;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_nav {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_nav li {
  display: table-cell;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
  background: var(--base-color);
  border-bottom: 3px solid var(--base-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;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
  background: var(--main-color);
  border-bottom: 3px solid var(--main-color);
  color: #fff;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_nav li span:hover {
  opacity: 0.65;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span:hover {
  opacity: 1;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel {
  background: #fff;
  margin: 0 2px;
  overflow: hidden;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {
  display: none;
  min-height: 70px;
  padding: 10px 10px 10px 0;
  position: relative;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt.active {
  display: block;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {
  overflow: hidden;
  width: 100%;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {
  float: left;
  width: 103px;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
  background: #323232;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  height: 48px;
  line-height: 1.4;
  padding: 14px 0 0 12px;
  position: relative;
  width: 103px;
}
.content .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;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
  display: block;
  font-size: 1.4rem;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
  padding-left: 120px;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .price {
  color: #fa3734;
  font-weight: bold;
  line-height: 1.2;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {
  font-size: 2.4rem;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
  font-size: 1.4rem;
  margin-left: 5px;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {
  overflow: hidden;
}
.content .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;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
  font-size: 1.8rem;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
  font-size: 1.2rem;
}
.content .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;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.4;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
  color: #fa3734;
  display: block;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 small {
  display: inline-block;
  font-size: 1em;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {
  background: url(../img/icon_attention_01.png) left center no-repeat;
  color: #0064d2;
  margin-left: 5px;
  padding-left: 17px;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 span {
  text-decoration: underline;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
  bottom: 8px;
  height: 44px;
  position: absolute;
  right: 10px;
  width: 160px;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {
  background: var(--main-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;
}
.content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: bold;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 10px;
}
.content_wrapper {
  background: #f5f3eb;
}
.content_wrapper .visual {
  background: url(../images/main_visual_bg_01.png) repeat-x top center/auto 100%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.content_wrapper .visual .visual_inner {
  text-align: center;
}
.content_wrapper .visual .visual_inner h1 img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: bottom;
}
.content .page_lead {
  padding: 0 0 70px;
}
.content .page_lead p {
  margin-bottom: 30px;
  text-align: center;
}
.content .page_lead ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: center;
  margin-bottom: -10px;
  text-align: center;
}
.content .page_lead li .btn {
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  padding: 0 15px;
  text-align: center;
}
.content .page_lead li .btn span {
  display: inline-block;
  line-height: 1.2;
  padding-right: 10px;
}
.content .bl_point {
  padding-bottom: 90px;
}
.content .bl_point ul li {
  background: var(--main-color);
  border-radius: 8px;
  margin-right: 5%;
  width: 30%;
}
.content .bl_point ul li:last-child {
  margin-right: 0;
}
.content .bl_point ul li .point_tit {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding: 15px;
}
.content .bl_point ul li .point_txt {
  color: #fff;
  line-height: 1.4;
  padding: 10px 15px;
}
.content .bl_point ul li .point_txt a {
  color: #fff;
  text-decoration: underline;
}
.content .bl_hotel .hotel_tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
}
.content .bl_hotel .hotel_tit span {
  color: var(--main-color);
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.content .bl_hotel .hotel_desc {
  margin-bottom: 30px;
}
.content .bl_hotel .c_box {
  padding-bottom: 50px;
}
.content .bl_hotel .c_box .bl_img {
  text-align: center;
}
.content .bl_hotel .c_box .bl_img img {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.content .bl_hotel .c_box .bl_btn {
  height: 50px;
}
.content .bl_content {
  padding-bottom: 50px;
}
.content .bl_content .campaign_point {
  color: var(--main-color);
  display: block;
  padding: 14px 0;
}
.content .bl_content span {
  display: inline-block;
}
.content .bl_spot {
  padding-bottom: 40px;
}
.content .bl_spot .c_tit span {
  display: inline-block;
}
.content .bl_spot .spot_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .bl_spot .spot_info li {
  flex-basis: 30%;
  margin-bottom: 30px;
}
.content .bl_spot .spot_info li img {
  margin-bottom: 5px;
  width: 100%;
}
.content .bl_spot .spot_info li dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.content .bl_hotel .photo_slider {
  display: none;
  line-height: 1;
  opacity: 0;
  padding-bottom: 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.content .bl_hotel .photo_slider.slick-initialized {
  display: block;
  opacity: 1;
}
.content .bl_hotel .photo_slider button {
  border: 0;
}
.content .bl_hotel .photo_slider .slick-dots {
  align-items: center;
  bottom: 0;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.content .bl_hotel .photo_slider .slick-dots li {
  font-size: 0;
  height: 14px;
  line-height: 1;
  margin: 2px 7px 2px 8px;
  width: 14px;
}
.content .bl_hotel .photo_slider .slick-dots li button {
  background: #e6e6e6;
  border-radius: 100%;
  cursor: pointer;
  height: 0;
  height: 0;
  overflow: hidden;
  padding: 100% 0 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
.content .bl_hotel .photo_slider .slick-dots li.slick-active button {
  background: var(--main-color);
  pointer-events: none;
}
.content .bl_hotel .photo_slider .slick-arrow {
  background-color: transparent;
  bottom: 0;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.content .bl_hotel .photo_slider .slick-arrow::after {
  align-items: center;
  color: var(--main-color);
  content: "";
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.content .bl_hotel .photo_slider .slick-prev {
  left: 0;
}
.content .bl_hotel .photo_slider .slick-prev::after {
  content: "\f104";
}
.content .bl_hotel .photo_slider .slick-next {
  right: 0;
}
.content .bl_hotel .photo_slider .slick-next::after {
  content: "\f105";
}
.content .bl_hotel .photo_slider .slide .img {
  align-items: center;
  aspect-ratio: 500/330;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.content .bl_hotel .photo_slider .slide .img img {
  height: 100%;
  max-height: 200%;
  max-width: 200%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.content .bl_hotel .photo_slider .slide .caption {
  align-items: center;
  color: #666;
  display: flex;
  font-size: 1.1rem;
  height: 28px;
  justify-content: center;
  line-height: 1.15;
  padding: 5px 0;
}
.content .bl_hotel .tourlist {
  padding-bottom: 15px;
}
.content .bl_hotel .tourlist .tour_tab {
  padding-bottom: 10px;
}
.content .bl_hotel .tourlist .tour_tab li span {
  font-size: 1.5rem;
  min-height: 38px;
}
.content .bl_hotel .tourlist .tour_tab li.selected span::after {
  border-width: 6px;
  bottom: auto;
  margin-left: -6px;
  top: 100%;
}
.content .bl_hotel .tourlist .tour_cnt_head a {
  color: #333;
  text-decoration: underline;
}
.content .bl_hotel .tourlist .tour_cnt_wrap {
  padding: 0;
}
.content .bl_freeorder {
  padding-top: 30px;
}
@media screen and (min-width: 601px), print {
  .content .btn_list {
    display: flex;
    justify-content: space-between;
  }
  .content .btn_list .bl_btn {
    width: calc(50% - 10px);
  }
  .content .page_lead li {
    margin: 0 8px 10px;
    min-width: 200px;
  }
  .content .bl_hotel .photo_slider .slick-dots {
    height: 20px;
    margin: 0 -7px 0 -8px;
    padding: 0 20px;
    width: calc(100% + 15px);
  }
  .content .bl_hotel .photo_slider .slick-arrow {
    padding-top: 20px;
    width: 20px;
  }
  .content .bl_hotel .tourlist .tour_cnt {
    border: 0;
    margin-bottom: 0;
  }
  .content .bl_hotel .tourlist .tour_cnt + .tour_cnt {
    margin-top: 10px;
  }
  .content .bl_hotel .tourlist .tour_cnt_head {
    background: #e6e6e6;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 15px 8px;
  }
}
@media screen and (min-width: 961px), print {
  .content .tourlist.tabpanel .tour_tab li:not(.selected):hover span {
    opacity: 0.65;
  }
  .content .tourlist.tabpanel .tour_panel .link_btn a:hover {
    opacity: 0.65;
  }
  .content .tourlist.tabpanel .tour_panel .link_btn a {
    font-size: 1.8rem;
  }
  .content .tourlist .tour_cnt_head .tour_img {
    float: left;
    margin-right: 20px;
    width: 170px;
  }
  .content .tourlist .tour_cnt_head .cnt_head_01 {
    margin-right: 20px;
  }
  .content .tourlist .tour_cnt_head .cnt_head_02 {
    overflow: hidden;
    padding-left: 0;
  }
  .content .tourlist .tour_cnt_wrap .cnt_left {
    width: 39%;
  }
  .content .tourlist .tour_cnt_wrap .cnt_right {
    float: right;
    padding-left: 0;
    width: 58%;
  }
  .content .tourlist .tour_cnt_wrap .panel_cnt {
    padding: 10px 10px 10px 0;
  }
  .content .tourlist .tour_cnt_wrap .tour_price_txt .member .price {
    margin-right: 0;
  }
  .content .tourlist .tour_cnt_wrap .tour_price_txt .price {
    margin-bottom: 3px;
  }
  .content .tourlist .tour_cnt_wrap .tour_price_txt .att .att_01 {
    display: block;
  }
  .content .tourlist .tour_cnt_wrap .tour_price {
    margin-right: 150px;
    width: auto;
  }
  .content .tourlist .tour_cnt_wrap .tour_btn {
    bottom: 100%;
    width: 136px;
  }
  .content .tourlist .tour_cnt_head .tour_img a:hover img,
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a:hover {
    opacity: 0.65;
  }
  .content .bl_hotel .c_box {
    display: flex;
    justify-content: space-between;
  }
  .content .bl_hotel .c_box .bl_img {
    width: 45%;
  }
  .content .bl_hotel .c_box .bl_note {
    width: 52%;
  }
  .content .bl_hotel .c_box:nth-child(odd) .bl_img {
    order: 2;
  }
  .content .bl_hotel .c_box:nth-child(odd) .bl_note {
    order: 1;
  }
  .content .bl_hotel .tourlist .tour_cnt_wrap {
    background: #e6e6e6;
  }
}
@media screen and (max-width: 1140px) {
  .content {
    padding-top: 15px;
    width: 100%;
  }
  .content .c_inner {
    padding: 0 15px 70px;
    width: 100%;
  }
  .content .btn_order {
    width: 70%;
  }
  .content .box_order {
    text-align: center;
  }
  .content .box_order .fl_l,
  .content .box_order .fl_r {
    float: none;
  }
  .content .box_order p {
    padding: 15px 0;
  }
  .content .tourlist .tour_cnt {
    margin: 0 0 20px;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {
    padding: 10px;
  }
  .content .tourlist .tour_cnt_wrap .cnt_left {
    float: none;
    width: 100%;
  }
  .content .tourlist .tour_cnt_wrap .cnt_right {
    padding-left: 0;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att {
    padding-right: 0;
  }
  .content .bl_spot .c_tit_img {
    margin-top: -35px;
  }
}
@media screen and (max-width: 960px) {
  .content .tourlist {
    margin: 0 -15px;
  }
  .content .tourlist .accordion_close {
    margin: 15px;
  }
  .content .tourlist.tabpanel .tour_tab {
    padding: 0 15px 15px;
  }
  .content .tourlist.tabpanel .tour_tab li span {
    background: #fff;
    cursor: pointer;
    font-size: 1.4rem;
    min-height: 44px;
    -webkit-tap-highlight-color: rgb(0 0 0 / 0.2);
  }
  .content .tourlist.tabpanel .tour_tab li.selected span::after {
    border-color: var(--main-color) transparent transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: -6px;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
  }
  .content .tourlist.tabpanel .tour_panel_title {
    margin: 0 15px 15px;
    padding: 10px 15px;
  }
  .content .tourlist.tabpanel .tour_panel + .tour_panel_title {
    margin-top: 20px;
  }
  .content .tourlist.tabpanel .tour_panel_title::after {
    border-color: var(--main-color) transparent transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: -6px;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
  }
  .content .tourlist.tabpanel .tour_panel {
    padding: 0 0 20px;
  }
  .content .tourlist.tabpanel .tour_panel .link_btn {
    margin: 0 auto;
    width: auto;
  }
  .content .tourlist.tabpanel .tour_panel .link_btn a {
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: 40px;
    color: var(--main-color);
    font-size: 1.4rem;
    height: auto;
    line-height: 48px;
  }
  .content .tourlist.tabpanel .tour_panel .link_btn a::after {
    line-height: 48px;
  }
  .content .tourlist .tour_cnt {
    background: #fff;
    border: 0;
    border-top: 3px solid #323232;
    margin: 0;
    padding-bottom: 15px;
  }
  .content .tourlist .tour_cnt_head {
    background: #f4f4f4;
    padding: 15px 15px 10px;
  }
  .content .tourlist .tour_cnt_head .tour_img {
    float: left;
    width: 28%;
  }
  .content .tourlist .tour_cnt_head .cnt_head_01 {
    background: #fff;
    border: 1px solid var(--main-color);
    display: table;
    float: right;
    margin-bottom: 5px;
    text-align: left;
    width: 70%;
  }
  .content .tourlist .tour_cnt_head .cnt_head_01.dis_pc {
    display: none;
  }
  .content .tourlist .tour_cnt_head .cnt_head_01 > p {
    display: table-cell;
    height: 18px;
    line-height: 1.4;
    vertical-align: middle;
  }
  .content .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    border-bottom: 0;
    border-right: 1px solid var(--main-color);
    font-size: 1.1rem;
    padding: 0;
    text-align: center;
    width: 60px;
  }
  .content .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
    font-size: 1.1rem;
    padding: 0 0 0 10px;
  }
  .content .tourlist .tour_cnt_head .cnt_head_02 {
    float: right;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
    width: 70%;
  }
  .content .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    margin: 0;
  }
  .content .tourlist .tour_cnt_head .cnt_head_02 .tour_comment {
    display: none;
    width: 49%;
  }
  .content .tourlist .tour_cnt_wrap {
    margin: 10px 15px 0;
    overflow: hidden;
    padding: 0;
  }
  .content .tourlist .tour_cnt_wrap .cnt_left {
    display: none;
  }
  .content .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab {
    background: #fff;
    padding: 0;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
    border: 0;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px 0;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_nav li:first-child span {
    margin-left: 0;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_nav li:last-child span {
    margin-right: 0;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_nav li span strong {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
    background: var(--main-color);
    border: 0;
    color: #fff;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel {
    background: #fff;
    border: 2px solid #e6e6e6;
    border-top: 4px solid #e6e6e6;
    margin: 0;
    overflow: hidden;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01,
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_02 {
    display: inline;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
    display: inline-block;
    margin-right: 5px;
  }
  .content_wrapper .visual .visual_inner h1 img {
    width: 100%;
  }
  .content .page_lead {
    padding: 0 0 30px;
  }
  .content .page_lead p {
    margin-bottom: 20px;
  }
  .content .bl_hotel .hotel_desc {
    margin-bottom: 20px;
  }
  .content .bl_hotel .c_box .bl_img {
    margin-bottom: 15px;
  }
  .content .bl_spot .spot_lead br {
    display: none;
  }
  .content .bl_spot .spot_lead br:nth-child(2) {
    display: none;
  }
  .content .bl_hotel .tourlist {
    padding-bottom: 0;
  }
  .content .bl_hotel .tourlist .tour_panel {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .content .c_note {
    text-align: left;
  }
  .content .c_inner {
    padding-bottom: 50px;
  }
  .content .fl_l,
  .content .fl_r {
    display: block;
    float: none;
    width: 100%;
  }
  .content .c_tit {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
  }
  .content .c_tit span::before,
  .content .c_tit span::after {
    bottom: 5px;
    height: 38px;
    position: absolute;
    top: auto;
    width: 21px;
  }
  .content .c_tit span::before {
    left: 15px;
  }
  .content .c_tit span::after {
    right: 15px;
  }
  .content .c_tit span {
    background: url(../img/seasonal/newyear/h_icon.png) no-repeat left bottom/auto 50px,
      url(../img/seasonal/newyear/h_icon.png) no-repeat right bottom/auto 50px;
    min-height: 50px;
    padding: 24px 35px 0;
  }
  .content .btn::after {
    padding-left: 5px;
  }
  .content .btn.tour_more_btn {
    width: 90%;
  }
  .content .btn_order {
    width: 100%;
  }
  .content .box_order .box_order_tel {
    font-size: 10.8vw;
  }
  .content .box_order .box_order_tel span::before {
    font-size: 9.25vw;
  }
  .content .tourlist.tabpanel .tour_panel .link_btn {
    margin: 20px 15px 0;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
    margin-top: 15px;
    position: static;
    width: 100%;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {
    margin-left: -10px;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 1.2rem;
    padding: 8px 0 0 10px;
    text-align: left;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.8rem;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
    font-size: 1.2rem;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {
    display: none;
  }
  .content .page_lead p {
    margin-bottom: 20px;
    text-align: left;
  }
  .content .page_lead ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -5px -10px;
    width: calc(100% + 10px);
  }
  .content .page_lead li {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }
  .content .bl_point {
    padding-bottom: 30px;
  }
  .content .bl_point ul {
    margin: 0 auto;
    max-width: 575px;
    width: 100%;
  }
  .content .bl_point ul li {
    display: block;
    height: auto;
    margin: 0 auto 20px;
    width: 100%;
  }
  .content .bl_point ul li:last-child {
    margin-right: 0;
  }
  .content .bl_point ul li .point_tit {
    font-size: 18px;
  }
  .content .bl_hotel .hotel_tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .content .bl_hotel .hotel_tit span {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .content .bl_hotel .c_box {
    padding-bottom: 30px;
  }
  .content .bl_hotel .bl_order .upgrade {
    font-size: 20px;
  }
  .content .bl_hotel .bl_order .upgrade img {
    display: block;
    padding-bottom: 8px;
  }
  .content .bl_hotel .bl_order .box .img_01 {
    font-size: 16px;
  }
  .content .bl_hotel .bl_order .box .img_01 span {
    display: block;
  }
  .content .bl_spot {
    padding-bottom: 0;
  }
  .content .bl_spot .c_tit_img {
    display: none;
  }
  .content .bl_spot .spot_info li {
    flex-basis: 48%;
  }
  .content .btn_link.back_btn {
    margin: 0 auto 60px;
    width: 100%;
  }
  .content .bl_hotel .photo_slider:not(.slick-dotted) {
    padding-bottom: 1.3333vw;
  }
  .content .bl_hotel .photo_slider {
    padding-bottom: 5.3333vw;
  }
  .content .bl_hotel .photo_slider .slick-dots {
    height: 3.7333vw;
    margin: 0 1.3333vw;
    padding: 0 3.7333vw;
    width: calc(100% - 2.6667vw);
  }
  .content .bl_hotel .photo_slider .slick-dots li {
    height: 2.6667vw;
    margin: 0.2667vw 1.3333vw;
    width: 2.6667vw;
  }
  .content .bl_hotel .photo_slider .slick-arrow {
    padding-top: 3.7333vw;
    width: 3.7333vw;
  }
  .content .bl_hotel .photo_slider .slick-arrow::after {
    font-size: 3.7333vw;
  }
  .content .bl_hotel .photo_slider .slide .caption {
    font-size: 2.6667vw;
    height: 6.4vw;
    padding: 1.3333vw 0;
  }
}
@media screen and (max-width: 480px) {
  .content .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    font-size: 1.4rem;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {
    width: 80px;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 1.2rem;
    padding: 16px 0 0 8px;
    width: 80px;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
    padding-left: 95px;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {
    font-size: 20px;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.4rem;
    margin-left: 0;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
    display: inline;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {
    margin-bottom: 0;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price {
    margin-right: 0;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
    font-size: 13px;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
    font-size: 10px;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {
    font-size: 1.1rem;
    width: 80px;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .content .page_lead li .btn {
    font-size: 12px;
    padding: 0 8px;
    white-space: normal;
  }
  .content .page_lead li .btn::after {
    right: 5px;
  }
}
@media screen and (max-width: 360px) {
  .content .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    font-size: 1rem;
    width: 50px;
  }
  .content .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
    font-size: 1rem;
  }
  .content .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    font-size: 1.3rem;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 1.1rem;
    width: 70px;
  }
  .content .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
    padding-left: 85px;
  }
}
@media screen and (max-width: 320px) {
  .content .c_tit .dis_ssp {
    display: block;
  }
  .content .c_tit span::before {
    left: 0;
  }
  .content .c_tit span::after {
    right: 0;
  }
}
@media screen and (max-width: 1140px) and (min-width: 961px) {
  .content .tourlist .tour_cnt_wrap .cnt_left,
  .content .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 960px) and (min-width: 601px) {
  .content .bl_hotel .hotel_tit {
    text-align: center;
  }
}
@media (hover: none) {
  .content .bl_hotel .photo_slider .slick-dots li button {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .content .bl_hotel .photo_slider .slick-dots li button:active {
    opacity: 0.65;
  }
  .content .bl_hotel .photo_slider .slick-arrow {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .content .bl_hotel .photo_slider .slick-arrow:active {
    opacity: 0.65;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .content .bl_hotel .photo_slider .slick-dots li button:hover {
    opacity: 0.65;
  }
  .content .bl_hotel .photo_slider .slick-arrow:hover {
    opacity: 0.65;
  }
}
