@charset "UTF-8";
:root {
  --vh: 100vh;
  --vw: 100vw;
  --win-vh: calc(var(--vh, 1vh) * 100);
  --win-vw: 100vw;
  --link-color: #409bed;
  --main-color: #409bed;
  --main-color-bg: #ecfaff;
  --accent-color: #fa0;
  --accent-color-bg: #fffaba;
  --accent-red: #fc5555;
  --cont-yellow: #f8fcdd;
  --cont-pink: #fbe8e8;
  --cont-skyblue: #cff8ff;
  --cont-green: #ddf3e8;
  --cont-budget: #f8f1dc;
  --cont-best: #f8f1dc;
  --button-red: #fc5555;
  --spring-color: #ff85b0;
  --summer-color: #4bcb65;
  --autumn-color: #e89a22;
  --winter-color: #7a97f3;
  --site-color: #23afb7;
}
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;
}
.tw_pagetop.hide {
  right: -50px;
}
.contents img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.contents i,
.contents em {
  font-style: normal;
}
.contents a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0.2);
}
.contents img.fade-in {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.contents img.fade-in.lazyloaded {
  opacity: 1;
}
.contents a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.contents p a {
  color: var(--link-color);
  text-decoration: underline;
}
.contents .txt_red {
  color: var(--accent-red);
}
.contents .link_btn {
  text-align: center;
}
.contents .link_btn a {
  align-items: center;
  background: #fff;
  border: 2px solid #409bed;
  border-radius: 50px;
  color: #409bed;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  min-width: 345px;
  padding: 3px 46px 3px 40px;
  position: relative;
  transition: opacity 0.3s ease;
}
.contents .link_btn a::after {
  background: url(../img/common/arr_01_blue.svg) center center/100% auto no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  width: 12px;
}
.contents .link_btn a.back::after {
  left: 15px;
  right: auto;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.contents .page_nav .nav_tit {
  color: var(--main-color);
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.contents .page_nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -43px -43px;
  width: calc(100% + 43px);
}
.contents .page_nav .nav_list li a {
  border: 2px solid var(--main-color);
  display: block;
}
.contents .page_nav .nav_list li a .thumb_img {
  aspect-ratio: 154/103;
  border-bottom: 2px solid var(--main-color);
  overflow: hidden;
  width: 100%;
}
.contents .page_nav .nav_list li a .thumb_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.contents .page_nav .nav_list li a .thumb_caption {
  align-items: center;
  color: var(--main-color);
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 52px;
  padding: 0 2px;
  text-align: center;
}
.contents .page_nav .nav_list li:nth-child(4n + 1) a {
  background-color: var(--cont-yellow);
}
.contents .page_nav .nav_list li:nth-child(4n + 2) a {
  background-color: var(--cont-pink);
}
.contents .page_nav .nav_list li:nth-child(4n + 3) a {
  background-color: var(--cont-skyblue);
}
.contents .page_nav .nav_list li:nth-child(4n + 4) a {
  background-color: var(--cont-green);
}
.contents .page_nav .nav_list li.best a {
  background-color: var(--cont-best);
}
.contents .page_nav.anchor.btm {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  transition: 0.3s linear;
  width: 100%;
  z-index: 1000;
}
.contents .page_nav.anchor.btm .nav_list {
  border: 2px solid var(--main-color);
  border-left: 0;
  flex-wrap: nowrap;
  margin: 0;
  width: 100%;
}
.contents .page_nav.anchor.btm .nav_list li {
  border: 0;
  border-left: 2px solid var(--main-color);
  margin: 0;
  width: calc(100% - 2px);
}
.contents .page_nav.anchor.btm .nav_list li a {
  align-items: center;
  border: 0;
  display: flex;
  flex-direction: column;
  height: 18.6667vw;
  justify-content: space-between;
  padding: 2.6667vw 1.6vw;
}
.contents .page_nav.anchor.btm .nav_list li .icon {
  display: block;
  width: 8vw;
}
.contents .page_nav.anchor.btm .nav_list li .icon img {
  width: 100%;
}
.contents .page_nav.anchor.btm .nav_list li .tit {
  color: var(--main-color);
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.contents .page_nav.anchor.btm.sub .nav_list li a {
  flex-direction: row;
  height: 12.2667vw;
  justify-content: center;
}
body.popup_is_open .contents .page_nav.anchor.btm {
  opacity: 0;
}
.contents .page_nav.anchor.btm.is_show {
  bottom: 0;
}
.contents .slick-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.contents .slick-slider.slick-initialized {
  opacity: 1;
}
.contents .floating_btn {
  opacity: 0;
  position: fixed;
  transition: 0.4s opacity 0s;
  z-index: 100;
}
.contents .floating_btn.is_show {
  opacity: 1;
}
.contents .floating_btn a {
  align-items: center;
  background: var(--main-color);
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
  transition: opacity 0.3s ease;
}
.contents .floating_btn a::before {
  content: "\f0e0";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 180%;
  font-weight: bold;
}
.contents.top .sec_hero .hero_title {
  display: block;
  text-align: center;
}
.contents.top .sec_lead {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 45px;
}
.contents.top .sec_lead .sec_inner {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.contents.top .sec_lead p {
  font-size: 1.4rem;
  line-height: 1.36;
}
.contents.top .sec_lead .special_box {
  background: #fff;
  border: 5px solid var(--main-color);
  margin-bottom: 57px;
  outline: 1px solid var(--main-color);
  outline-offset: -12px;
  padding: 39px 60px 42px;
  position: relative;
}
.contents.top .sec_lead .special_box::before {
  background: url(../img/common/theme_icon_blue.svg) center center/cover no-repeat;
  content: "";
  height: 66px;
  left: 20px;
  position: absolute;
  top: -27px;
  width: 89px;
}
.contents.top .sec_lead .special_box .box_tit {
  color: var(--main-color);
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 45px;
  text-align: center;
}
.contents.top .sec_lead .special_box .box_tit small {
  display: block;
  font-size: 75%;
}
.contents.top .sec_lead .special_box .box_txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
.contents.top .sec_lead .special_box .box_txt small {
  font-size: 92.86%;
}
.contents.top .sec_lead .special_box .box_list {
  counter-reset: tokuten_num;
}
.contents.top .sec_lead .special_box .box_list li p {
  color: var(--main-color);
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.21;
}
.contents.top .sec_lead .special_box .box_list li p::before {
  content: counter(tokuten_num) ".";
  counter-increment: tokuten_num;
}
.contents.top .sec_lead .special_box .img_01 figcaption {
  color: #666;
  font-size: 1rem;
  margin-top: 5px;
  text-align: center;
}
.contents.top .sec_index {
  background-color: #fff;
  overflow: hidden;
}
.contents.top .sec_index .sec_inner {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.contents.top .sec_index .sec_head .head_tit,
.contents.top .sec_index .plan_title,
.contents.top .sec_index .plan_tour .tour_box,
.contents.top .sec_index .plan_imgs .slide .img,
.contents.top .sec_index .plan_link a,
.contents.top .sec_index .index_btn a {
  background-color: var(--main-color-bg);
}
.contents.top .sec_index:nth-child(4n + 1) .sec_head .head_tit,
.contents.top .sec_index:nth-child(4n + 1) .plan_title,
.contents.top .sec_index:nth-child(4n + 1) .plan_tour .tour_box,
.contents.top .sec_index:nth-child(4n + 1) .plan_imgs .slide .img,
.contents.top .sec_index:nth-child(4n + 1) .plan_link a,
.contents.top .sec_index:nth-child(4n + 1) .index_btn a {
  background-color: var(--cont-yellow);
}
.contents.top .sec_index:nth-child(4n + 2) .sec_head .head_tit,
.contents.top .sec_index:nth-child(4n + 2) .plan_title,
.contents.top .sec_index:nth-child(4n + 2) .plan_tour .tour_box,
.contents.top .sec_index:nth-child(4n + 2) .plan_imgs .slide .img,
.contents.top .sec_index:nth-child(4n + 2) .plan_link a,
.contents.top .sec_index:nth-child(4n + 2) .index_btn a {
  background-color: var(--cont-pink);
}
.contents.top .sec_index:nth-child(4n + 3) .sec_head .head_tit,
.contents.top .sec_index:nth-child(4n + 3) .plan_title,
.contents.top .sec_index:nth-child(4n + 3) .plan_tour .tour_box,
.contents.top .sec_index:nth-child(4n + 3) .plan_imgs .slide .img,
.contents.top .sec_index:nth-child(4n + 3) .plan_link a,
.contents.top .sec_index:nth-child(4n + 3) .index_btn a {
  background-color: var(--cont-skyblue);
}
.contents.top .sec_index:nth-child(4n + 4) .sec_head .head_tit,
.contents.top .sec_index:nth-child(4n + 4) .plan_title,
.contents.top .sec_index:nth-child(4n + 4) .plan_tour .tour_box,
.contents.top .sec_index:nth-child(4n + 4) .plan_imgs .slide .img,
.contents.top .sec_index:nth-child(4n + 4) .plan_link a,
.contents.top .sec_index:nth-child(4n + 4) .index_btn a {
  background-color: var(--cont-green);
}
.contents.top .sec_index .sec_head {
  position: relative;
}
.contents.top .sec_index .sec_head .head_tit {
  border-top: 3px solid var(--main-color);
  color: var(--main-color);
  display: flex;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-weight: 600;
  justify-content: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  text-align: center;
  text-align: center;
}
.contents.top .sec_index .sec_head .head_tit span {
  align-items: center;
  display: inline-block;
  display: flex;
  font-size: 1.8rem;
  height: 100%;
  line-height: 1.25;
  min-height: 60px;
  padding: 10px 0 9px;
  position: relative;
}
.contents.top .sec_index .sec_head .head_tit span b {
  font-size: 122.22%;
  margin-right: 5px;
}
.contents.top .sec_index .sec_head .head_tit span::after {
  background: url(../img/common/theme_icon_blue.svg) center center/cover no-repeat;
  content: "";
  height: 46px;
  left: -66px;
  position: absolute;
  top: -19px;
  width: 61px;
}
.contents.top .sec_index .sec_head .head_tit .theme_icon {
  margin-right: 10px;
  width: 30px;
}
.contents.top .sec_index .sec_head .head_desc {
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 25px;
  text-align: left;
}
.contents.top .sec_index .photo_slider {
  display: none;
  opacity: 0;
  padding-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.contents.top .sec_index .photo_slider.slick-initialized {
  display: block;
  opacity: 1;
}
.contents.top .sec_index .photo_slider button {
  border: 0;
}
.contents.top .sec_index .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;
}
.contents.top .sec_index .photo_slider .slick-dots li {
  font-size: 0;
  height: 3px;
  line-height: 1;
  margin: 1px 2px;
  width: 12px;
}
.contents.top .sec_index .photo_slider .slick-dots li button {
  background: #ddd;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  padding-top: 3px;
  transition: opacity 0.3s ease;
  width: 100%;
}
.contents.top .sec_index .photo_slider .slick-dots li.slick-active button {
  background: var(--main-color);
  pointer-events: none;
}
.contents.top .sec_index .photo_slider .slick-arrow {
  background: url(../img/common/arr_01_blue.svg) center center/100% auto no-repeat;
  bottom: 0;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.contents.top .sec_index .photo_slider .slick-prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.contents.top .sec_index .photo_slider .slick-next {
  right: 0;
}
.contents.top .sec_index .photo_slider .slide .img {
  align-items: center;
  aspect-ratio: 560/378;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.contents.top .sec_index .photo_slider .slide .img img {
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 100%;
}
.contents.top .sec_index .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;
}
.contents.top .sec_index.theme .plan_wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.contents.top .sec_index.theme .plan_title {
  border-top: 3px solid var(--main-color);
  color: var(--main-color);
  font-weight: 700;
}
.contents.top .sec_index.theme .plan_txt {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contents.top .sec_index.theme .plan_tour .tour_box {
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.contents.top .sec_index.theme .plan_tour .tour_box::after {
  background: var(--main-color) url(../img/common/arr_01_white.svg) center center/auto 14px no-repeat;
  border-radius: 0 6px 6px 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
}
.contents.top .sec_index.theme .plan_tour .tour_box .box_txt {
  color: var(--main-color);
}
.contents.top .sec_index.theme .plan_tour .tour_box .tour_price {
  align-items: center;
  color: var(--accent-red);
  display: flex;
  font-weight: 700;
  line-height: 1;
}
.contents.top .sec_index.theme .plan_tour .tour_box .tour_price .min_price {
  font-size: 145%;
  text-decoration: underline;
}
.contents.top .sec_index.theme .plan_tour .tour_box .tour_price .att {
  color: #666;
  font-size: 80%;
  font-weight: normal;
  margin-right: 15px;
}
.contents.top .sec_index.theme .plan_link a {
  position: relative;
}
.contents.top .sec_index.theme .plan_imgs .slide .img {
  background: transparent;
}
.contents.top .sec_index.theme .index_btn a::after {
  height: 14px;
  right: 20px;
  top: calc(50% - 7px);
  width: 14px;
}
.contents.top .sec_index.theme .index_btn .theme_icon {
  margin-right: 10px;
  width: 30px;
}
.contents.top .sec_index.best .sec_head .head_tit {
  background: var(--cont-best);
}
.contents.top .sec_index.best .sec_head .head_sbtit {
  line-height: 1.4;
}
.contents.top .sec_index.best .sec_body.calendar .icon_description {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.contents.top .sec_index.best .sec_body.calendar .icon_description dt {
  align-items: center;
  display: flex;
  margin-right: 10px;
}
.contents.top .sec_index.best .sec_body.calendar .icon_description dt img {
  width: 20px;
}
.contents.top .sec_index.best .sec_body.calendar .icon_description dd {
  color: #666;
  font-size: 1.4rem;
}
.contents.top .sec_index.best .sec_body.calendar .calendar_table {
  margin-bottom: 1px;
  width: 100%;
}
.contents.top .sec_index.best .sec_body.calendar .calendar_table dl {
  border: 1px solid #ccc;
  display: flex;
  margin-bottom: -1px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.contents.top .sec_index.best .sec_body.calendar .calendar_table dt,
.contents.top .sec_index.best .sec_body.calendar .calendar_table dd {
  align-items: center;
  border-right: 1px solid #ccc;
  display: flex;
  height: 48px;
}
.contents.top .sec_index.best .sec_body.calendar .calendar_table dt {
  background: #f5f5f5;
  padding: 13px 10px 13px 15px;
  width: 16.55%;
}
.contents.top .sec_index.best .sec_body.calendar .calendar_table dt a {
  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}
.contents.top .sec_index.best .sec_body.calendar .calendar_table dd {
  justify-content: center;
  padding: 13px 10px;
  width: calc(83.45% / 12);
}
.contents.top .sec_index.best .sec_body.calendar .calendar_table dd.chk {
  background: var(--accent-color-bg) url(../img/common/icon_check_yellow.svg) center center/20px auto no-repeat;
}
.contents.top .sec_index.best .sec_body.calendar .calendar_table dd:last-child {
  border-right: 0;
}
.contents.top .sec_index.best .sec_body.calendar .calendar_table .table_head {
  background: var(--main-color);
  display: flex;
  position: relative;
  text-align: center;
  z-index: 2;
}
.contents.top .sec_index.best .sec_body.calendar .calendar_table .table_head dt,
.contents.top .sec_index.best .sec_body.calendar .calendar_table .table_head dd {
  background: var(--main-color);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
}
.contents.top .sec_index.best .season_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.top .sec_index.best .season_wrap .txt_wrap .pin {
  align-items: flex-start;
  color: var(--main-color);
  display: flex;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.contents.top .sec_index.best .season_wrap .txt_wrap .pin span {
  flex: 1;
}
.contents.top .sec_index.best .season_wrap .txt_wrap .pin::before {
  background: url(../img/common/spot_pin_blue.svg) center center/100% auto no-repeat;
  content: "";
  height: 20px;
  margin: 3px 10px 0 0;
  width: 15px;
}
.contents.top .sec_index.best .season_wrap .txt_wrap .pin small {
  font-size: 70%;
}
.contents.top .sec_index.best .season_wrap .txt_wrap .txt {
  font-size: 1.5rem;
  line-height: 1.5;
}
.contents.top .sec_index.best .season_wrap .season_tit {
  background: var(--cont-best);
  color: var(--main-color);
  font-weight: 700;
  order: 1;
  width: 100%;
}
.contents.top .sec_index.best .season_wrap .season_link {
  text-align: center;
  width: 100%;
}
.contents.top .sec_index.best .season_wrap .season_link a {
  border-width: 1px;
}
.contents.top .sec_index.best .season_wrap .season_link a::after {
  height: 10px;
  top: calc(50% - 5px);
  width: 10px;
}
.contents.top .sec_index.best .season_wrap.spring .season_tit b {
  color: var(--spring-color);
}
.contents.top .sec_index.best .season_wrap.summer .season_tit b {
  color: var(--summer-color);
}
.contents.top .sec_index.best .season_wrap.autumn .season_tit b {
  color: var(--autumn-color);
}
.contents.top .sec_index.best .season_wrap.winter .season_tit b {
  color: var(--winter-color);
}
.contents .sec_search {
  background-color: var(--main-color-bg);
}
.contents .sec_search .sec_inner {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.contents .sec_search .search_box_inner {
  background: #f5f5f5;
}
.contents .sec_search .search_contact {
  display: none;
}
.contents .sec_contactus {
  background-color: var(--main-color-bg);
}
.contents .sec_contactus .sec_inner {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.contents .sec_contactus .sec_inner {
  max-width: 760px;
}
.contents .sec_contactus .sec_head {
  margin-bottom: 30px;
  text-align: center;
}
.contents .sec_contactus .sec_head .head_tit {
  color: var(--main-color);
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
.contents .sec_contactus .sec_head .head_desc {
  font-size: 1.4rem;
  line-height: 1.5;
}
.contents .sec_contactus .sec_head .head_desc {
  font-weight: 700;
  text-align: center;
}
.contents .sec_contactus .contact_wrap {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 auto;
  max-width: 760px;
  padding: 20px 40px 30px;
  text-align: center;
  width: 100%;
}
.contents .sec_contactus .contact_txt {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-bottom: 25px;
}
.contents .sec_contactus .contact_txt em {
  display: block;
}
.contents .sec_contactus .contact_txt small {
  display: block;
  font-size: 85.71%;
}
.contents .sec_contactus .contact_btns .btn_tel a::after,
.contents .sec_contactus .contact_btns .btn_form a::after {
  background: url(../img/common/arr_01_white.svg) center center/100% auto no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  width: 12px;
}
.contents .sec_contactus .contact_btns .btn_tel a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-size: 73.17%;
  margin-right: 10px;
}
.contents .sec_contactus .contact_btns .btn_tel a span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.contents .sec_contactus .contact_btns .btn_tel a b {
  font-family: "arial", sans-serif;
}
.contents .sec_contactus .contact_btns .btn_tel a small {
  font-size: 100%;
}
.contents .sec_contactus .contact_btns .btn_form a {
  align-items: center;
  background: var(--main-color);
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 47px;
  justify-content: center;
  padding-right: 10px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
.contents .sec_contactus .contact_btns .btn_form a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 114.29%;
  margin-right: 18px;
}
.contents .sec_faq {
  background-color: #fff;
  padding-bottom: 60px;
  padding-top: 42px;
}
.contents .sec_faq .sec_inner {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.contents .sec_faq .sec_inner {
  max-width: 760px;
}
.contents .sec_faq .sec_head {
  margin-bottom: 30px;
  text-align: center;
}
.contents .sec_faq .sec_head .head_tit {
  color: var(--main-color);
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
.contents .sec_faq .sec_head .head_desc {
  font-size: 1.4rem;
  line-height: 1.5;
}
.contents .sec_faq .faq_cnt {
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 5px;
}
.contents .sec_faq .faq_cnt.active .faq_question .arr::before {
  opacity: 0;
}
.contents .sec_faq .faq_question {
  align-items: center;
  background: var(--main-color-bg);
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.21;
  min-height: 50px;
  padding: 6px 50px 6px 60px;
  position: relative;
  transition: opacity 0.3s ease;
}
.contents .sec_faq .faq_question .arr {
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  width: 14px;
}
.contents .sec_faq .faq_question .arr::before,
.contents .sec_faq .faq_question .arr::after {
  background: #000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}
.contents .sec_faq .faq_question .arr::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contents .sec_faq .faq_answer {
  background: #fff;
  color: #555;
  display: none;
  padding: 15px 15px 15px 60px;
  position: relative;
}
.contents .sec_faq .faq_answer p {
  line-height: 1.64;
}
.contents .sec_faq .faq_answer p a {
  text-decoration: underline;
}
.contents .sec_faq .faq_question::before,
.contents .sec_faq .faq_question::before,
.contents .sec_faq .faq_answer::before,
.contents .sec_faq .faq_answer::before {
  color: var(--main-color);
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  left: 20px;
  line-height: 1;
  position: absolute;
  top: 15px;
}
.contents .sec_faq .faq_question::before {
  content: "Q.";
}
.contents .sec_faq .faq_answer::before {
  content: "A.";
}
.contents .sec_voice {
  background-color: var(--main-color-bg);
}
.contents .sec_voice .sec_inner {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.contents .sec_voice .sec_head {
  margin-bottom: 30px;
  text-align: center;
}
.contents .sec_voice .sec_head .head_tit {
  color: var(--main-color);
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
.contents .sec_voice .sec_head .head_desc {
  font-size: 1.4rem;
  line-height: 1.5;
}
.contents .sec_voice .sec_body .post_cnt .inner {
  background: #fff;
  cursor: pointer;
  display: block;
  transition: opacity 0.3s ease;
}
.contents .sec_voice .sec_body .post_img {
  aspect-ratio: 230/154;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.contents .sec_voice .sec_body .post_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.contents .sec_voice .sec_body .post_title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-line-clamp: 3;
  line-height: 1.33;
  margin-bottom: 10px;
  max-height: calc(15px * 1.33 * 3);
  overflow: hidden;
}
.contents .sec_voice .sec_body .post_desc {
  -webkit-box-orient: vertical;
  color: #666;
  display: -webkit-box;
  font-size: 1.4rem;
  -webkit-line-clamp: 6;
  line-height: 1.5;
  max-height: calc(14px * 1.5 * 6);
  overflow: hidden;
}
.contents .sec_voice .sec_body .post_btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 36px;
  color: var(--main-color);
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  margin-top: 15px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}
.contents .sec_voice .sec_body .post_btn::after {
  background: url(../img/common/arr_01_blue.svg) center center/100% auto no-repeat;
  content: "";
  height: 8px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  width: 8px;
}
.contents .sec_voice .index_btn {
  margin: 40px auto 0;
}
@media not screen, screen and (min-width: 601px) {
  .contents .vsp600 {
    display: none;
  }
}
@media screen and (min-width: 601px), print {
  .contents .page_nav .nav_list li {
    margin: 0 0 43px 43px;
    width: calc(25% - 43px);
  }
  .contents .page_nav.anchor.btm {
    display: none;
  }
  .contents .floating_btn {
    bottom: 50px;
    right: 15px;
  }
  .contents .floating_btn a {
    border-radius: 80px;
    font-size: 1.2rem;
    height: 80px;
    width: 80px;
  }
  .contents.top .sec_hero .hero_title {
    height: 300px;
  }
  .contents.top .sec_hero .hero_title img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
  }
  .contents.top .sec_lead .special_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contents.top .sec_lead .special_box .box_tit {
    order: 1;
    width: 100%;
  }
  .contents.top .sec_lead .special_box .box_txt {
    order: 2;
    width: 48.08%;
  }
  .contents.top .sec_lead .special_box .box_list {
    margin-top: 15px;
    order: 3;
    width: 48.08%;
  }
  .contents.top .sec_lead .special_box .box_list li p::before {
    font-size: 112.5%;
    margin-right: 13px;
  }
  .contents.top .sec_lead .special_box .box_list li + li {
    margin-top: 20px;
  }
  .contents.top .sec_lead .special_box .img_01 {
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    width: 190px;
  }
  .contents.top .sec_lead .page_nav {
    margin: 40px auto 0;
    max-width: 960px;
  }
  .contents.top .sec_lead .page_nav .nav_list li {
    width: calc(20% - 43px);
  }
  .contents.top .sec_index {
    padding-bottom: 52px;
  }
  .contents.top .sec_index .sec_head {
    margin: 18px 0 40px;
  }
  .contents.top .sec_index .photo_slider .slick-dots {
    height: 10px;
    margin: 0 -2px;
    padding: 0 10px;
    width: calc(100% + 4px);
  }
  .contents.top .sec_index .photo_slider .slick-arrow {
    padding-top: 10px;
    width: 10px;
  }
  .contents.top .sec_index.theme .plan_wrap {
    padding-bottom: 24px;
  }
  .contents.top .sec_index.theme .plan_wrap .img_wrap {
    width: 42.86%;
  }
  .contents.top .sec_index.theme .plan_wrap .txt_wrap {
    width: 52.32%;
  }
  .contents.top .sec_index.theme .plan_tour {
    margin: 16px auto 0;
    width: calc(100% - 7.14%);
  }
  .contents.top .sec_index.theme .plan_tour .tour_box {
    border: 1px solid var(--main-color);
    border-radius: 8px;
    min-height: 55px;
    padding: 8px 40px 8px 15px;
  }
  .contents.top .sec_index.theme .plan_tour .tour_box .box_txt {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .contents.top .sec_index.theme .plan_tour .tour_box .tour_price {
    font-size: 2rem;
    margin-left: 20px;
  }
  .contents.top .sec_index.theme .plan_link {
    text-align: right;
  }
  .contents.top .sec_index.theme .plan_link a {
    border-width: 1px;
    font-size: 1.4rem;
    font-weight: normal;
    min-height: 40px;
    min-width: 225px;
  }
  .contents.top .sec_index.theme .plan_link a::after {
    height: 8px;
    top: calc(50% - 4px);
    width: 8px;
  }
  .contents.top .sec_index.theme .plan_imgs .slide {
    margin-bottom: 5px;
  }
  .contents.top .sec_index.theme .index_btn {
    width: 100%;
  }
  .contents.top .sec_index.theme .index_btn a {
    font-size: 1.6rem;
    min-height: 60px;
    min-width: 345px;
  }
  .contents.top .sec_index.best {
    margin-top: 28px;
    padding-bottom: 30px;
  }
  .contents.top .sec_index.best .sec_head {
    margin-bottom: 0;
  }
  .contents.top .sec_index.best .sec_head .head_tit .theme_icon {
    margin-bottom: 8px;
  }
  .contents.top .sec_index.best .sec_head .head_sbtit {
    color: var(--main-color);
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
    font-size: 2.6rem;
    font-weight: 600;
    margin: 55px 0 17px;
    text-align: center;
    text-align: center;
  }
  .contents.top .sec_index.best .sec_body.calendar {
    margin-bottom: 70px;
  }
  .contents.top .sec_index.best .sec_body.calendar .attention_txt_sp {
    display: none;
  }
  .contents.top .sec_index.best .season_wrap {
    margin-bottom: 40px;
  }
  .contents.top .sec_index.best .season_wrap .txt_wrap {
    order: 3;
    padding-right: 23px;
    width: 52.86%;
  }
  .contents.top .sec_index.best .season_wrap .img_wrap {
    order: 2;
    padding-left: 23px;
    width: 43.39%;
  }
  .contents.top .sec_index.best .season_wrap .season_tit {
    align-items: center;
    border-top: 3px solid var(--main-color);
    display: inline-flex;
    font-size: 2rem;
    margin-bottom: 18px;
    min-height: 50px;
    padding: 14px 15px 9px 23px;
  }
  .contents.top .sec_index.best .season_wrap .season_link {
    margin-top: 35px;
    order: 4;
  }
  .contents .sec_search {
    padding-bottom: 40px;
    padding-top: 55px;
    position: relative;
    z-index: 20;
  }
  .contents .sec_search .search_box_inner {
    border: 1px solid #ccc;
    padding: 0;
  }
  .contents .sec_search .search_box {
    max-width: 760px;
  }
  .contents .sec_search .search_box .box_head .head_tit {
    background: var(--main-color);
  }
  .contents .sec_search .search_box .box_body {
    padding: 26px 26px 0;
  }
  .contents .sec_search .search_box:not(.is_open) .box_head {
    display: block;
  }
  .contents .sec_search .search_box:not(.is_open) .box_head .head_tit {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 40px;
    justify-content: center;
  }
  .contents .sec_search .search_box:not(.is_open) .box_head .search_close {
    display: none;
  }
  .contents .sec_contactus .sec_head {
    margin-bottom: 20px;
  }
  .contents .sec_contactus .sec_head .head_tit {
    margin-bottom: 15px;
  }
  .contents .sec_contactus .sec_head .head_desc {
    font-size: 1.7rem;
  }
  .contents .sec_contactus .contact_btns {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .contents .sec_contactus .contact_btns .btn_tel {
    width: 51.58%;
  }
  .contents .sec_contactus .contact_btns .btn_tel a {
    align-items: center;
    color: var(--accent-red);
    display: flex;
    font-size: 4.1rem;
    font-weight: 700;
    justify-content: flex-start;
    line-height: 1;
    position: relative;
  }
  .contents .sec_contactus .contact_btns .btn_tel a small {
    display: none;
  }
  .contents .sec_contactus .contact_btns .btn_form {
    width: 48.42%;
  }
  .contents .sec_faq .sec_head {
    margin-bottom: 28px;
  }
  .contents .sec_voice {
    padding: 50px 15px 60px;
  }
  .contents .sec_voice .sec_body .scroll_box_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px -40px;
    width: calc(100% + 20px);
  }
  .contents .sec_voice .sec_body .post_cnt {
    margin: 0 10px 40px;
    width: calc(25% - 20px);
  }
  .contents .sec_voice .sec_body .post_cnt .inner {
    padding: 15px;
  }
  .contents .sec_voice .sec_body .post_cnt .img_wrap {
    margin-bottom: 10px;
  }
}
@media not screen, screen and (min-width: 961px) {
  .contents .vsp960 {
    display: none;
  }
}
@media screen and (min-width: 961px), print {
  .contents.top .sec_hero .hero_title {
    height: 430px;
  }
  .contents.top .sec_index.theme .sec_body {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .contents.top .sec_index.theme .plan_wrap {
    margin-bottom: 40px;
    width: 48.28%;
  }
  .contents.top .sec_index.theme .plan_wrap::after {
    background-image: linear-gradient(to right, #409bed, #409bed 4px, transparent 4px, transparent 8px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 1px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .contents.top .sec_index.theme .plan_wrap .img_wrap {
    padding-left: 3.57%;
  }
  .contents.top .sec_index.theme .plan_wrap .txt_wrap {
    padding-right: 3.57%;
  }
  .contents.top .sec_index.theme .plan_title {
    align-items: center;
    display: flex;
    font-size: 2rem;
    margin-bottom: 18px;
    min-height: 50px;
    padding: 5px 15px;
    width: 100%;
  }
  .contents.top .sec_index.best .sec_body.season {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .contents.top .sec_index.best .season_wrap {
    width: calc(50% - 20px);
  }
  .contents .sec_contactus {
    padding-bottom: 53px;
  }
  .contents .sec_voice .sec_body .scroll_box_inner {
    margin: 0 -20px -40px;
    width: calc(100% + 40px);
  }
  .contents .sec_voice .sec_body .post_cnt {
    margin: 0 20px 40px;
    width: calc(25% - 40px);
  }
}
@media screen and (min-width: 1161px), print {
  .contents .sec_voice {
    padding: 50px 0 60px;
  }
}
@media screen and (min-width: 1401px), print {
  .contents .floating_btn {
    margin-right: -660px;
    right: 50%;
  }
}
@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }
  .contents .page_nav .nav_tit {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .contents.top .sec_lead {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents.top .sec_index {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents.top .sec_index.theme .plan_wrap .img_wrap {
    width: 46.11%;
  }
  .contents.top .sec_index.theme .plan_title {
    border-top-width: 2px;
    font-size: 1.7rem;
    margin: 0 -15px 13px;
    padding: 10px 15px;
    width: calc(100% + (15px * 2));
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table dt {
    width: 20.69%;
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table dt a {
    font-size: 1.4rem;
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table dd {
    width: calc(79.31% / 12);
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table .table_head dt,
  .contents.top .sec_index.best .sec_body.calendar .calendar_table .table_head dd {
    font-size: 1.6rem;
  }
  .contents.top .sec_index.best .season_wrap::after {
    background-image: linear-gradient(to right, #409bed, #409bed 4px, transparent 4px, transparent 8px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 8px 1px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 -15px;
    position: absolute;
    top: 0;
    width: 100%;
    width: calc(100% + (15px * 2));
  }
  .contents .sec_search {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents .sec_contactus {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents .sec_contactus {
    padding-bottom: 20px;
  }
  .contents .sec_contactus .sec_head {
    margin-bottom: 15px;
  }
  .contents .sec_contactus .sec_head .head_tit {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .contents .sec_faq {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents .sec_faq .sec_head {
    margin-bottom: 15px;
  }
  .contents .sec_faq .sec_head .head_tit {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .contents .sec_voice {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents .sec_voice .sec_head {
    margin-bottom: 15px;
  }
  .contents .sec_voice .sec_head .head_tit {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb_area {
    background: #f5f5f5;
  }
  .breadcrumb_area > nav {
    padding: 3px 0;
  }
  .tw_pagetop {
    opacity: 1;
  }
  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }
  .contents .vpc600 {
    display: none;
  }
  .contents .link_btn a {
    font-size: 4.2667vw;
    min-height: 12.8vw;
    min-width: 72vw;
    padding: 1.3333vw 11.4667vw 1.3333vw 8vw;
  }
  .contents .link_btn a::after {
    height: 3.2vw;
    right: 4vw;
    top: calc(50% - 1.6vw);
    width: 3.2vw;
  }
  .contents .link_btn a.back {
    padding: 0 8vw 0 11.4667vw;
  }
  .contents .link_btn a.back::after {
    left: 4vw;
    right: auto;
  }
  .contents .page_nav .nav_tit {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .contents .page_nav .nav_list {
    margin: 0 0 -2.1333vw -2.1333vw;
    width: calc(100% + 2.1333vw);
  }
  .contents .page_nav .nav_list li {
    margin-bottom: 2.1333vw;
    margin-left: 2.1333vw;
    width: calc(33.333% - 2.1333vw);
  }
  .contents .page_nav .nav_list li a .thumb_caption {
    font-size: 3.7333vw;
    min-height: 9.6vw;
  }
  .contents .page_nav.anchor.btm {
    bottom: -26.6667vw;
  }
  .contents .page_nav.anchor.btm .nav_list li.best img {
    margin-bottom: 1.3333vw;
    width: 85%;
  }
  .contents .page_nav.theme .nav_list li.best {
    display: none;
  }
  .contents .floating_btn {
    border-radius: 17.0667vw;
    bottom: -25.6vw;
    margin-bottom: 8vw;
    right: 2.6667vw;
  }
  .contents .floating_btn a {
    border-radius: 70px;
    font-size: 0.9rem;
    height: 70px;
    letter-spacing: 0.1em;
    width: 70px;
  }
  .contents .floating_btn a::before {
    font-size: 220%;
  }
  .contents.top .sec_lead {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contents.top .sec_lead {
    padding-bottom: 1.8667vw;
    padding-top: 4vw;
  }
  .contents.top .sec_lead p {
    font-size: 3.7333vw;
  }
  .contents.top .sec_lead .special_box {
    border-width: 1.3333vw;
    margin-bottom: 5.3333vw;
    outline-offset: -3.2vw;
    padding: 6.9333vw;
  }
  .contents.top .sec_lead .special_box::before {
    height: 17.6vw;
    left: 2.4vw;
    top: -7.2vw;
    width: 23.7333vw;
  }
  .contents.top .sec_lead .special_box .box_tit {
    font-size: 6.4vw;
    margin-bottom: 2.6667vw;
    padding-bottom: 2.6667vw;
    position: relative;
  }
  .contents.top .sec_lead .special_box .box_tit::after {
    background-image: linear-gradient(to right, #409bed, #409bed 4px, transparent 4px, transparent 8px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 1px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .contents.top .sec_lead .special_box .box_tit small {
    font-size: 75%;
  }
  .contents.top .sec_lead .special_box .box_txt {
    font-size: 3.7333vw;
    line-height: 1.36;
    margin-top: 6.6667vw;
  }
  .contents.top .sec_lead .special_box .box_list li p {
    font-size: 4.8vw;
    padding-left: 6.4vw;
    text-indent: -6.4vw;
  }
  .contents.top .sec_lead .special_box .box_list li p::before {
    font-size: 111.11%;
    margin-right: 1.6vw;
  }
  .contents.top .sec_lead .special_box .box_list li + li {
    margin-top: 2.6667vw;
  }
  .contents.top .sec_lead .special_box .img_01 {
    margin: 2.6667vw auto 0;
    width: 63.2vw;
  }
  .contents.top .sec_lead .special_box .img_01 figcaption {
    font-size: 2.6667vw;
    margin-top: 1.3333vw;
  }
  .contents.top .sec_lead .page_nav {
    margin-top: 3.4667vw;
  }
  .contents.top .sec_lead .page_nav .nav_list {
    justify-content: center;
  }
  .contents.top .sec_index {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contents.top .sec_index {
    padding-bottom: 5.3333vw;
  }
  .contents.top .sec_index .sec_head {
    margin-top: 4.8vw;
  }
  .contents.top .sec_index .sec_head .head_tit {
    border-top-width: 0.8vw;
  }
  .contents.top .sec_index .sec_head .head_tit span {
    align-items: center;
    display: flex;
    font-size: 4.8vw;
    justify-content: center;
    min-height: 16vw;
    padding: 3.2vw 4vw 2.6667vw;
    width: 100%;
  }
  .contents.top .sec_index .sec_head .head_tit span::after {
    height: 12vw;
    left: 0.5333vw;
    top: -4.8vw;
    width: 16vw;
  }
  .contents.top .sec_index .sec_head .head_tit .theme_icon {
    margin-right: 2.6667vw;
    width: 8vw;
  }
  .contents.top .sec_index .sec_head .head_desc {
    padding-bottom: 4.5333vw;
  }
  .contents.top .sec_index .photo_slider {
    padding-bottom: 2.6667vw;
  }
  .contents.top .sec_index .photo_slider .slick-dots {
    height: 3.2vw;
    margin: 0 8vw;
    padding: 0;
    width: calc(100% - 16vw);
  }
  .contents.top .sec_index .photo_slider .slick-dots li {
    height: 1.0667vw;
    margin: 0 0.5333vw;
    width: 5.3333vw;
  }
  .contents.top .sec_index .photo_slider .slick-dots li {
    height: 0.8vw;
    margin: 0.2667vw 0.5333vw;
    width: 3.2vw;
  }
  .contents.top .sec_index .photo_slider .slick-dots li button {
    padding-top: 0.8vw;
  }
  .contents.top .sec_index .photo_slider .slick-arrow {
    bottom: -2.6667vw;
    padding-top: 8vw;
    width: 8vw;
  }
  .contents.top .sec_index .photo_slider .slick-arrow {
    background-size: 20% auto;
    padding-top: 8vw;
  }
  .contents.top .sec_index .photo_slider .slick-prev {
    left: -3vw;
  }
  .contents.top .sec_index .photo_slider .slick-next {
    right: -3vw;
  }
  .contents.top .sec_index .photo_slider .slide .caption {
    font-size: 2.6667vw;
    height: 6.4vw;
    padding: 1.3333vw 0;
  }
  .contents.top .sec_index.theme .plan_wrap {
    padding-bottom: 4vw;
  }
  .contents.top .sec_index.theme .plan_wrap .txt_wrap {
    width: 49.86%;
  }
  .contents.top .sec_index.theme .plan_title {
    font-size: 4.5333vw;
    margin: 0 -4vw 3.4667vw;
    padding: 2.6667vw 4vw;
    width: calc(100% + (4vw * 2));
  }
  .contents.top .sec_index.theme .plan_txt {
    font-size: 3.7333vw;
    margin-bottom: 2.1333vw;
  }
  .contents.top .sec_index.theme .plan_tour {
    margin-top: 3.2vw;
    width: 100%;
  }
  .contents.top .sec_index.theme .plan_tour .tour_box {
    border-radius: 1.3333vw;
    min-height: 9.8667vw;
    padding: 1.3333vw 7.2vw 1.3333vw 3.2vw;
  }
  .contents.top .sec_index.theme .plan_tour .tour_box::after {
    background-size: 35.29% auto;
    border-radius: 0 1.0667vw 1.0667vw 0;
    width: 4.5333vw;
  }
  .contents.top .sec_index.theme .plan_tour .tour_box .box_txt {
    font-size: 3.2vw;
    margin-left: auto;
    order: 2;
    text-decoration: underline;
  }
  .contents.top .sec_index.theme .plan_tour .tour_box .tour_price {
    font-size: 3.7333vw;
    order: 1;
  }
  .contents.top .sec_index.theme .plan_tour .tour_box .tour_price .min_price {
    font-size: 135.71%;
  }
  .contents.top .sec_index.theme .plan_tour .tour_box .tour_price .att {
    font-size: 78.57%;
    margin-right: 1.0667vw;
  }
  .contents.top .sec_index.theme .plan_link a {
    border-width: 1px;
    font-size: 3.2vw;
    min-height: 7.7333vw;
    min-width: 100%;
    padding: 0 2.6667vw;
  }
  .contents.top .sec_index.theme .plan_link a::after {
    height: 2.1333vw;
    right: 2.6667vw;
    top: calc(50% - 1.0667vw);
    width: 2.1333vw;
  }
  .contents.top .sec_index.theme .plan_imgs {
    margin-bottom: 4vw;
  }
  .contents.top .sec_index.theme .index_btn {
    padding-top: 5.3333vw;
    position: relative;
  }
  .contents.top .sec_index.theme .index_btn::after {
    background-image: linear-gradient(to right, #409bed, #409bed 4px, transparent 4px, transparent 8px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 8px 1px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 -4vw;
    position: absolute;
    top: 0;
    width: 100%;
    width: calc(100% + (4vw * 2));
  }
  .contents.top .sec_index.theme .index_btn a {
    font-size: 4.2667vw;
    min-height: 16vw;
    width: 100%;
  }
  .contents.top .sec_index.theme .index_btn a::after {
    height: 3.7333vw;
    right: 4vw;
    top: calc(50% - 1.8667vw);
    width: 3.7333vw;
  }
  .contents.top .sec_index.theme .index_btn .theme_icon {
    margin-right: 2.6667vw;
    width: 8vw;
  }
  .contents.top .sec_index.best {
    padding-bottom: 0;
  }
  .contents.top .sec_index.best .sec_head .head_sbtit {
    background: var(--cont-best);
    border-top: 2px solid var(--main-color);
    color: var(--main-color);
    font-size: 4.5333vw;
    font-weight: 700;
    margin: 0 -4vw 3.4667vw;
    padding: 2.6667vw 4vw;
    text-align: left;
    width: calc(100% + (4vw * 2));
  }
  .contents.top .sec_index.best .sec_body.calendar {
    margin-bottom: 5.3333vw;
  }
  .contents.top .sec_index.best .sec_body.calendar .icon_description {
    margin-bottom: 6px;
  }
  .contents.top .sec_index.best .sec_body.calendar .icon_description dt {
    margin-right: 1.3333vw;
  }
  .contents.top .sec_index.best .sec_body.calendar .icon_description dt img {
    width: 3.7333vw;
  }
  .contents.top .sec_index.best .sec_body.calendar .icon_description dd {
    font-size: 3.2vw;
  }
  .contents.top .sec_index.best .sec_body.calendar .scroll_wrap {
    margin: 0 -4vw;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 4vw;
    padding-right: 4vw;
    width: calc(100% + (4vw * 2));
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table {
    width: 210%;
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table dl {
    border-left: 0;
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table dt,
  .contents.top .sec_index.best .sec_body.calendar .calendar_table dd {
    height: 8vw;
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table dt {
    border-left: 1px solid #ccc;
    left: 0;
    padding: 2.1333vw 1.3333vw 1.6vw 2.6667vw;
    position: sticky;
    top: 0;
    width: 32vw;
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table dt::after {
    background: #fff;
    content: "";
    height: calc(100% + 4px);
    position: absolute;
    right: calc(100% + 1px);
    top: -2px;
    width: calc(4vw + 1px);
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table dt a {
    font-size: 3.2vw;
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table dd {
    padding: 1.6vw;
    width: calc((100% - 32vw) / 12);
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table dd.chk {
    background-size: 3.7333vw auto;
  }
  .contents.top .sec_index.best .sec_body.calendar .calendar_table .table_head dt,
  .contents.top .sec_index.best .sec_body.calendar .calendar_table .table_head dd {
    font-size: 3.7333vw;
  }
  .contents.top .sec_index.best .sec_body.calendar .attention_txt_sp {
    color: #666;
    font-size: 3.2vw;
    margin: 2.6667vw 0 5.3333vw;
    text-align: right;
  }
  .contents.top .sec_index.best .season_wrap {
    padding: 5.3333vw 0 6.6667vw;
    position: relative;
  }
  .contents.top .sec_index.best .season_wrap::after {
    margin: 0 -4vw;
    width: calc(100% + (4vw * 2));
  }
  .contents.top .sec_index.best .season_wrap .txt_wrap {
    display: contents;
  }
  .contents.top .sec_index.best .season_wrap .txt_wrap .pin {
    font-size: 5.3333vw;
    margin-bottom: 2.6667vw;
    order: 2;
    width: 100%;
  }
  .contents.top .sec_index.best .season_wrap .txt_wrap .pin::before {
    height: 6.6667vw;
    margin: 0 3.7333vw 0 0;
    width: 4.8vw;
  }
  .contents.top .sec_index.best .season_wrap .txt_wrap .txt {
    font-size: 3.4667vw;
    line-height: 1.31;
    order: 4;
    width: 46.1333vw;
  }
  .contents.top .sec_index.best .season_wrap .img_wrap {
    order: 3;
    width: 42.6667vw;
  }
  .contents.top .sec_index.best .season_wrap .season_tit {
    border: 1px solid var(--main-color);
    border-top-width: 2px;
    display: inline-block;
    font-size: 4.5333vw;
    margin-bottom: 2.6667vw;
    padding: 2vw 2.6667vw 1.8vw;
    width: 68.5333vw;
  }
  .contents.top .sec_index.best .season_wrap .season_imgs {
    margin-bottom: 0;
  }
  .contents.top .sec_index.best .season_wrap .season_link {
    margin-top: 4vw;
    order: 5;
  }
  .contents.top .sec_index.best .season_wrap .season_link a {
    font-size: 3.4667vw;
    min-height: 10.6667vw;
    width: 66.6667vw;
  }
  .contents.top .sec_index.best .season_wrap .season_link a::after {
    height: 2.1333vw;
    top: calc(50% - 1.0667vw);
    width: 2.1333vw;
  }
  .contents .sec_search {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contents .sec_search {
    background: #f5f5f5;
    padding: 0;
  }
  .contents .sec_search .search_box .box_head {
    background: var(--main-color);
    height: 12vw;
  }
  .contents .sec_contactus {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contents .sec_contactus {
    border-top: 2px solid var(--main-color);
    padding-bottom: 5.3333vw;
    padding-top: 5.3333vw;
  }
  .contents .sec_contactus .sec_head {
    margin-bottom: 4vw;
  }
  .contents .sec_contactus .sec_head .head_tit {
    font-size: 5.8667vw;
    margin-bottom: 4vw;
  }
  .contents .sec_contactus .sec_head .head_desc {
    font-size: 3.7333vw;
  }
  .contents .sec_contactus .sec_head .head_desc {
    font-size: 4vw;
  }
  .contents .sec_contactus .contact_wrap {
    padding: 5.3333vw 4vw;
  }
  .contents .sec_contactus .contact_txt {
    font-size: 3.7333vw;
    margin-bottom: 4vw;
  }
  .contents .sec_contactus .contact_txt em br {
    display: none;
  }
  .contents .sec_contactus .contact_btns .btn_tel a::after,
  .contents .sec_contactus .contact_btns .btn_form a::after {
    height: 2.6667vw;
    right: 2.6667vw;
    top: calc(50% - 1.3333vw);
    width: 2.6667vw;
  }
  .contents .sec_contactus .contact_btns .btn_tel a {
    align-items: center;
    background: var(--accent-red);
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 3.7333vw;
    font-size: 3.7333vw;
    font-weight: 700;
    height: 12.5333vw;
    justify-content: flex-start;
    position: relative;
    width: 100%;
  }
  .contents .sec_contactus .contact_btns .btn_tel a::before {
    font-size: 114.29%;
    margin: 0 6.6667vw 0 6.1333vw;
  }
  .contents .sec_contactus .contact_btns .btn_tel a b {
    font-size: 142.86%;
  }
  .contents .sec_contactus .contact_btns .btn_tel a small {
    margin-left: 2.6667vw;
  }
  .contents .sec_contactus .contact_btns .btn_form {
    margin-top: 2.6667vw;
  }
  .contents .sec_contactus .contact_btns .btn_form a {
    background: var(--site-color);
    border: 1px solid var(--site-color);
    color: #fff;
    font-size: 3.7333vw;
    height: 12.5333vw;
    justify-content: flex-start;
    padding-right: 2.6667vw;
  }
  .contents .sec_contactus .contact_btns .btn_form a::before {
    margin: 0 4.8vw 0 6.1333vw;
  }
  .contents .sec_faq {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contents .sec_faq {
    border-top: 2px solid var(--main-color);
    padding-bottom: 8vw;
    padding-top: 5.3333vw;
  }
  .contents .sec_faq .sec_head {
    margin-bottom: 4vw;
  }
  .contents .sec_faq .sec_head .head_tit {
    font-size: 5.8667vw;
    margin-bottom: 4vw;
  }
  .contents .sec_faq .sec_head .head_desc {
    font-size: 3.7333vw;
  }
  .contents .sec_faq .sec_head .head_desc {
    display: none;
  }
  .contents .sec_faq .faq_cnt {
    margin-top: 1.3333vw;
  }
  .contents .sec_faq .faq_question {
    font-size: 3.7333vw;
    min-height: 13.3333vw;
    padding: 1.3333vw 8vw 1.3333vw 12.2667vw;
  }
  .contents .sec_faq .faq_question .arr {
    height: 12px;
    right: 15px;
    top: calc(50% - 6px);
    width: 12px;
  }
  .contents .sec_faq .faq_answer {
    padding: 4vw 8vw 4vw 12.2667vw;
  }
  .contents .sec_faq .faq_answer p {
    font-size: 3.7333vw;
  }
  .contents .sec_faq .faq_question::before,
  .contents .sec_faq .faq_question::before,
  .contents .sec_faq .faq_answer::before,
  .contents .sec_faq .faq_answer::before {
    font-size: 4vw;
    font-size: 5.3333vw;
    left: 12px;
    top: 4.2vw;
  }
  .contents .sec_voice {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contents .sec_voice {
    border-top: 2px solid var(--main-color);
    padding-bottom: 8vw;
    padding-top: 5.3333vw;
  }
  .contents .sec_voice .sec_head {
    margin-bottom: 4vw;
  }
  .contents .sec_voice .sec_head .head_tit {
    font-size: 5.8667vw;
    margin-bottom: 4vw;
  }
  .contents .sec_voice .sec_head .head_desc {
    font-size: 3.7333vw;
  }
  .contents .sec_voice .sec_head .head_tit {
    font-size: 4.8vw;
  }
  .contents .sec_voice .sec_head .head_desc {
    display: none;
  }
  .contents .sec_voice .sec_body .scroll_box {
    margin: 0 -4vw;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: calc(100% + (4vw * 2));
  }
  .contents .sec_voice .sec_body .scroll_box_inner {
    display: flex;
    flex-wrap: nowrap;
    padding-left: calc(4vw - 3.2vw);
  }
  .contents .sec_voice .sec_body .scroll_box_inner::after {
    content: "　";
    display: block;
    width: calc(4vw - 3.2vw);
  }
  .contents .sec_voice .sec_body .post_cnt {
    flex: 0 0 69.3333vw;
    margin-left: 4vw;
  }
  .contents .sec_voice .sec_body .post_cnt .inner {
    padding: 4vw;
  }
  .contents .sec_voice .sec_body .post_cnt .img_wrap {
    margin-bottom: 2.6667vw;
  }
  .contents .sec_voice .sec_body .post_img {
    margin-bottom: 10px;
  }
  .contents .sec_voice .sec_body .post_title {
    font-size: 3.7333vw;
    line-height: 1.43;
    margin-bottom: 2.6667vw;
    max-height: calc(3.7333vw * 1.43 * 3);
  }
  .contents .sec_voice .sec_body .post_desc {
    font-size: 3.4667vw;
    line-height: 1.31;
    margin-bottom: 2.6667vw;
    max-height: calc(3.4667vw * 1.31 * 6);
  }
  .contents .sec_voice .sec_body .post_btn {
    font-size: 3.2vw;
    height: 9.6vw;
    margin-top: 4vw;
  }
  .contents .sec_voice .index_btn {
    margin-top: 5.3333vw;
  }
  .contents .sec_voice .index_btn a {
    border-width: 1px;
    font-size: 3.4667vw;
    min-height: 10.6667vw;
    width: 72vw;
  }
}
@media print {
  body {
    min-width: 1160px !important;
    position: relative !important;
    -webkit-print-color-adjust: exact;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
  }
}
@media (hover: none) {
  .contents a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents a:active {
    opacity: 0.65;
  }
  .contents .link_btn a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .link_btn a:active {
    opacity: 0.65;
  }
  .contents .floating_btn a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .floating_btn a:active {
    opacity: 0.65;
  }
  .contents.top .sec_index .photo_slider .slick-dots li button {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents.top .sec_index .photo_slider .slick-dots li button:active {
    opacity: 0.65;
  }
  .contents.top .sec_index .photo_slider .slick-arrow {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents.top .sec_index .photo_slider .slick-arrow:active {
    opacity: 0.65;
  }
  .contents .sec_contactus .contact_btns .btn_form a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_contactus .contact_btns .btn_form a:active {
    opacity: 0.65;
  }
  .contents .sec_faq .faq_question {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_faq .faq_question:active {
    opacity: 0.65;
  }
  .contents .sec_voice .sec_body .post_cnt .inner {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_voice .sec_body .post_cnt .inner: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 .link_btn a:hover {
    opacity: 0.65;
  }
  .contents .floating_btn a:hover {
    opacity: 0.65;
  }
  .contents.top .sec_index .photo_slider .slick-dots li button:hover {
    opacity: 0.65;
  }
  .contents.top .sec_index .photo_slider .slick-arrow:hover {
    opacity: 0.65;
  }
  .contents .sec_contactus .contact_btns .btn_form a:hover {
    opacity: 0.65;
  }
  .contents .sec_faq .faq_question:hover {
    opacity: 0.65;
  }
  .contents .sec_voice .sec_body .post_cnt .inner:hover {
    opacity: 0.65;
  }
}
