@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.sub .sec_hero .hero_title {
  display: block;
  text-align: center;
}
.contents.sub .sec_lead {
  background-color: #fff;
}
.contents.sub .sec_lead .sec_inner {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.contents.sub .sec_lead .sec_inner {
  max-width: 760px;
}
.contents.sub .sec_lead .sec_head {
  align-items: center;
  background-color: var(--theme-color);
  border-top: 6px solid var(--main-color);
  display: flex;
  justify-content: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
}
.contents.sub .sec_lead .sec_head::after {
  background: var(--main-color);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 100%;
}
.contents.sub .sec_lead .sec_head::before {
  background: url(../img/common/theme_icon_blue.svg) center center/cover no-repeat;
  content: "";
  height: 85px;
  left: calc(50% - 290px);
  position: absolute;
  top: -35px;
  width: 114px;
  z-index: 2;
}
.contents.sub .sec_lead .sec_head .theme_icon {
  margin-right: 27px;
  width: 47px;
}
.contents.sub .sec_lead .sec_head .theme_name {
  color: var(--main-color);
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
}
.contents.sub .sec_lead .sec_head .theme_name strong {
  font-size: 120%;
  margin-right: 10px;
}
.contents.sub .sec_lead .sec_body p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.contents.sub .sec_lead .sec_title {
  color: var(--main-color);
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 30px;
  text-align: center;
}
.contents.sub .sec_lead .page_nav {
  margin-top: 50px;
}
.contents.sub .sec_index {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 72px;
}
.contents.sub .sec_index .sec_inner {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.contents.sub .sec_index .sec_head .head_tit,
.contents.sub .sec_index .spot_title .name,
.contents.sub .sec_index .spot_tour,
.contents.sub .sec_index .spot_imgs .slide .img,
.contents.sub .sec_index .index_btn a {
  background-color: var(--main-color-bg);
}
.contents.sub .sec_index:nth-child(4n + 1) .sec_head .head_tit,
.contents.sub .sec_index:nth-child(4n + 1) .spot_title .name,
.contents.sub .sec_index:nth-child(4n + 1) .spot_tour,
.contents.sub .sec_index:nth-child(4n + 1) .spot_imgs .slide .img,
.contents.sub .sec_index:nth-child(4n + 1) .index_btn a {
  background-color: var(--cont-yellow);
}
.contents.sub .sec_index:nth-child(4n + 2) .sec_head .head_tit,
.contents.sub .sec_index:nth-child(4n + 2) .spot_title .name,
.contents.sub .sec_index:nth-child(4n + 2) .spot_tour,
.contents.sub .sec_index:nth-child(4n + 2) .spot_imgs .slide .img,
.contents.sub .sec_index:nth-child(4n + 2) .index_btn a {
  background-color: var(--cont-pink);
}
.contents.sub .sec_index:nth-child(4n + 3) .sec_head .head_tit,
.contents.sub .sec_index:nth-child(4n + 3) .spot_title .name,
.contents.sub .sec_index:nth-child(4n + 3) .spot_tour,
.contents.sub .sec_index:nth-child(4n + 3) .spot_imgs .slide .img,
.contents.sub .sec_index:nth-child(4n + 3) .index_btn a {
  background-color: var(--cont-skyblue);
}
.contents.sub .sec_index:nth-child(4n + 4) .sec_head .head_tit,
.contents.sub .sec_index:nth-child(4n + 4) .spot_title .name,
.contents.sub .sec_index:nth-child(4n + 4) .spot_tour,
.contents.sub .sec_index:nth-child(4n + 4) .spot_imgs .slide .img,
.contents.sub .sec_index:nth-child(4n + 4) .index_btn a {
  background-color: var(--cont-green);
}
.contents.sub .sec_index .sec_head {
  margin-top: 33px;
  position: relative;
}
.contents.sub .sec_index .sec_head::before {
  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.sub .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-bottom: 25px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  text-align: center;
  text-align: center;
}
.contents.sub .sec_index .sec_head .head_tit span {
  align-items: center;
  display: inline-block;
  display: flex;
  font-size: 2.2rem;
  height: 100%;
  line-height: 1.25;
  min-height: 57px;
  padding: 5px 0;
  position: relative;
}
.contents.sub .sec_index .sec_head .head_tit span::after {
  background: url(../img/common/plan_icon_blue.png) center center/cover no-repeat;
  content: "";
  height: 52px;
  left: -40px;
  position: absolute;
  top: -33px;
  width: 65px;
}
.contents.sub .sec_index .sec_head .head_desc {
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 25px;
  text-align: left;
}
.contents.sub .sec_index.plan .spot_wrap {
  position: relative;
}
.contents.sub .sec_index.plan .spot_wrap .img_wrap {
  position: relative;
}
.contents.sub .sec_index.plan .spot_title {
  width: 100%;
}
.contents.sub .sec_index.plan .spot_title .name {
  border: 1px solid var(--main-color);
  border-top-width: 2px;
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 12px;
}
.contents.sub .sec_index.plan .spot_title .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: 2.5rem;
  font-weight: 600;
}
.contents.sub .sec_index.plan .spot_title .pin::before {
  background: url(../img/common/spot_pin_blue.svg) center center/100% auto no-repeat;
  content: "";
  height: 25px;
  margin: 3px 14px 0 0;
  width: 18px;
}
.contents.sub .sec_index.plan .spot_title .pin span {
  flex: 1;
}
.contents.sub .sec_index.plan .spot_txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.contents.sub .sec_index.plan .spot_tour {
  padding: 15px 20px 20px;
}
.contents.sub .sec_index.plan .spot_tour .tour_title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 12px;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .tab_wrap .tab {
  display: flex;
  margin-right: -5px;
  width: calc(100% + 5px);
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .tab_wrap .tab li {
  align-items: center;
  background: #fff;
  border-radius: 3px 3px 0 0;
  display: flex;
  font-size: 1.1rem;
  height: 40px;
  justify-content: center;
  line-height: 1.18;
  margin-right: 5px;
  width: 60px;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .tab_wrap .tab li.is_active {
  background: var(--main-color);
  color: #fff;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .tab_wrap .tab li:not(.is_active) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .tab_wrap .tab li b {
  display: block;
  font-size: 154.55%;
  font-weight: 700;
  text-align: center;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap {
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 0 0 5px 5px;
  border-top-width: 2px;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .panel {
  padding: 15px 20px 15px 15px;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .panel:not(:first-child) {
  display: none;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .panel .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_btn {
  width: 41.32%;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_btn a {
  align-items: center;
  background: var(--button-red);
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 50px;
  justify-content: center;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_price {
  flex: 1;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_price .price_txt {
  color: var(--accent-red);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_price .price_txt .min_price {
  font-size: 140%;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_price .price_txt .att {
  color: #666;
  display: block;
  font-size: 60%;
  font-weight: normal;
  margin-bottom: 6px;
}
.contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_price .att_txt {
  color: #666;
  font-size: 1.1rem;
  margin-top: 6px;
}
.contents.sub .sec_index.plan .spot_link {
  margin-top: 20px;
}
.contents.sub .sec_index.plan .spot_link a {
  border-width: 1px;
}
.contents.sub .sec_index.plan .spot_imgs {
  display: none;
  opacity: 0;
  padding-bottom: 17px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.contents.sub .sec_index.plan .spot_imgs.slick-initialized {
  display: block;
  opacity: 1;
}
.contents.sub .sec_index.plan .spot_imgs button {
  border: 0;
}
.contents.sub .sec_index.plan .spot_imgs .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.sub .sec_index.plan .spot_imgs .slick-dots li {
  font-size: 0;
  line-height: 1;
  margin: 2px 4px;
  width: 30px;
}
.contents.sub .sec_index.plan .spot_imgs .slick-dots li button {
  background: #ddd;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  padding-top: 6px;
  transition: opacity 0.3s ease;
  width: 100%;
}
.contents.sub .sec_index.plan .spot_imgs .slick-dots li.slick-active button {
  background: var(--main-color);
  pointer-events: none;
}
.contents.sub .sec_index.plan .spot_imgs .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.sub .sec_index.plan .spot_imgs .slick-prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.contents.sub .sec_index.plan .spot_imgs .slick-next {
  right: 0;
}
.contents.sub .sec_index.plan .spot_imgs .slide {
  margin-bottom: 15px;
}
.contents.sub .sec_index.plan .spot_imgs .slide .img {
  align-items: center;
  aspect-ratio: 560/378;
  background: transparent;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.contents.sub .sec_index.plan .spot_imgs .slide .img img {
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 100%;
}
.contents.sub .sec_index.plan .spot_imgs .slide .caption {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 10px;
  text-align: center;
}
.contents.sub .sec_index.plan .index_btn {
  margin-top: 40px;
}
.contents.sub .sec_index.plan .index_btn a::after {
  height: 14px;
  right: 20px;
  top: calc(50% - 7px);
  width: 14px;
}
.contents.sub .sec_index.gallery {
  background-color: #fff;
}
.contents.sub .sec_index.gallery .sec_inner {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.contents.sub .sec_index.gallery .sec_head {
  margin-bottom: 30px;
  text-align: center;
}
.contents.sub .sec_index.gallery .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.sub .sec_index.gallery .sec_head .head_desc {
  font-size: 1.4rem;
  line-height: 1.5;
}
.contents.sub .sec_index.gallery .sec_head .head_tit {
  background-color: var(--theme-color);
}
.contents.sub .sec_index.gallery .sec_body .post_cnt .inner {
  background: #fff;
  cursor: pointer;
  display: block;
  transition: opacity 0.3s ease;
}
.contents.sub .sec_index.gallery .sec_body .post_img {
  aspect-ratio: 230/154;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.contents.sub .sec_index.gallery .sec_body .post_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.contents.sub .sec_index.gallery .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.sub .sec_index.gallery .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.sub .sec_index.gallery .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.sub .sec_index.gallery .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.sub .sec_index.gallery .gallery_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  width: calc(100% + 20px);
}
.contents.sub .sec_index.gallery .gallery_photo {
  margin: 0 10px 20px;
  position: relative;
  width: calc(20% - 20px);
}
.contents.sub .sec_index.gallery .gallery_photo .photo {
  aspect-ratio: 100/100;
  background: var(--theme-color);
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.contents.sub .sec_index.gallery .gallery_photo .photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.contents.sub .sec_index.gallery .gallery_photo .popup {
  background: rgb(0 0 0 / 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.contents.sub .sec_index.gallery .gallery_photo .popup_overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.contents.sub .sec_index.gallery .gallery_photo .popup_box {
  position: relative;
  z-index: 20;
}
.contents.sub .sec_index.gallery .gallery_photo .popup_box .area_name {
  display: flex;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  font-weight: 600;
  line-height: 1.38;
  position: relative;
}
.contents.sub .sec_index.gallery .gallery_photo .popup_box .area_name span {
  flex: 1;
  padding-left: 5px;
}
.contents.sub .sec_index.gallery .gallery_photo .popup_box .area_name small {
  font-size: 85%;
}
.contents.sub .sec_index.gallery .gallery_photo .popup_box .area_name::before {
  background: url(../img/common/spot_pin_white.svg) center center/100% auto no-repeat;
  content: "";
  height: 15px;
  width: 10px;
}
.contents.sub .sec_index.gallery .gallery_photo .popup_box .area_desc {
  font-size: 1.3rem;
  line-height: 1.75;
}
.contents.sub .sec_index.gallery .gallery_photo .popup_box .btn_tour a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 36px;
  color: var(--main-color);
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  position: relative;
  text-align: center;
}
.contents.sub .nav_wrap {
  background-color: var(--theme-color);
  padding-bottom: 60px;
  padding-top: 40px;
}
.contents.sub .nav_wrap .sec_inner {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.contents.sub .nav_wrap .sec_inner {
  max-width: 760px;
}
.contents.sub .nav_wrap .link_btn {
  margin-top: 40px;
}
.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_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.sub .sec_hero .hero_title {
    height: 200px;
  }
  .contents.sub .sec_hero .hero_title img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
  }
  .contents.sub .sec_lead .sec_head {
    height: 106px;
    padding-top: 10px;
  }
  .contents.sub .sec_lead .sec_body {
    padding-bottom: 70px;
    padding-top: 40px;
  }
  .contents.sub .sec_index {
    position: relative;
    z-index: 10;
  }
  .contents.sub .sec_index.plan .spot_wrap .txt_wrap {
    overflow: hidden;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-dots {
    height: 17px;
    margin: 0 -4px;
    padding: 0 17px;
    width: calc(100% + 8px);
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-arrow {
    padding-top: 17px;
    width: 17px;
  }
  .contents.sub .sec_index.plan .index_btn a {
    font-size: 1.8rem;
    min-height: 70px;
    min-width: 560px;
  }
  .contents.sub .sec_index.gallery {
    padding: 0 15px 60px;
  }
  .contents.sub .sec_index.gallery .sec_body .scroll_box_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px -40px;
    width: calc(100% + 20px);
  }
  .contents.sub .sec_index.gallery .sec_body .post_cnt {
    margin: 0 10px 40px;
    width: calc(25% - 20px);
  }
  .contents.sub .sec_index.gallery .sec_body .post_cnt .inner {
    padding: 15px;
  }
  .contents.sub .sec_index.gallery .sec_body .post_cnt .img_wrap {
    margin-bottom: 10px;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 8px 10px;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .area_name {
    color: #fff;
    margin-right: -5%;
    width: 105%;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .area_name::before {
    margin-top: 2px;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .area_desc {
    margin: auto 0 8px;
    max-height: calc(13px * 1.75 * 4);
    overflow: hidden;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .btn_tour a br {
    display: none;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .btn_close {
    display: none;
  }
  .contents.sub .nav_wrap .link_btn a {
    width: 345px;
  }
  .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_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.sub .sec_hero .hero_title {
    height: 255px;
  }
  .contents.sub .sec_index.plan .spot_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 15px 40px;
    width: 100%;
  }
  .contents.sub .sec_index.plan .spot_wrap::before {
    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.sub .sec_index.plan .spot_wrap .img_wrap {
    width: 48.28%;
  }
  .contents.sub .sec_index.plan .spot_wrap .txt_wrap {
    width: 48.28%;
  }
  .contents.sub .sec_index.plan .spot_wrap:nth-child(2n + 1) .img_wrap {
    order: 2;
  }
  .contents.sub .sec_index.plan .spot_wrap:nth-child(2n + 1) .img_wrap .spot_title {
    right: calc(100% + 7.14%);
  }
  .contents.sub .sec_index.plan .spot_wrap:nth-child(2n + 1) .txt_wrap {
    order: 1;
  }
  .contents.sub .sec_index.plan .spot_wrap:nth-child(2n) .img_wrap {
    order: 1;
  }
  .contents.sub .sec_index.plan .spot_wrap:nth-child(2n) .txt_wrap {
    order: 2;
  }
  .contents.sub .sec_index.plan .spot_title {
    margin-bottom: 12px;
  }
  .contents.sub .sec_index.plan .spot_title .name {
    align-items: center;
    display: inline-flex;
    font-size: 1.7rem;
    min-height: 48px;
    padding: 5px 15px;
  }
  .contents.sub .sec_index.gallery .sec_body .scroll_box_inner {
    margin: 0 -20px -40px;
    width: calc(100% + 40px);
  }
  .contents.sub .sec_index.gallery .sec_body .post_cnt {
    margin: 0 20px 40px;
    width: calc(25% - 40px);
  }
  .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: 1025px), print {
  .contents.sub .sec_index.plan .spot_title .name {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1161px), print {
  .contents.sub .sec_index.plan .spot_wrap {
    padding: 0 0 40px;
  }
  .contents.sub .sec_index.gallery {
    padding: 0 0 60px;
  }
  .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: 1024px) {
  .contents.sub .sec_index.plan .spot_title .pin {
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }
  .contents .page_nav .nav_tit {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .contents.sub .sec_lead {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents.sub .sec_lead .sec_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .contents.sub .sec_index {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents.sub .sec_index.plan .spot_wrap {
    margin-top: 20px;
  }
  .contents.sub .sec_index.plan .spot_title .name {
    display: inline-block;
    font-size: 1.7rem;
    margin-bottom: 10px;
    padding: 5px 15px;
  }
  .contents.sub .sec_index.plan .spot_title .pin {
    margin-bottom: 10px;
    text-align: left;
  }
  .contents.sub .sec_index.plan .spot_title .pin::before {
    height: 25px;
    margin: 0 14px 0 0;
    width: 18px;
  }
  .contents.sub .sec_index.plan .spot_txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .contents.sub .sec_index.plan .spot_tour::before {
    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.sub .sec_index.plan .spot_link {
    margin-bottom: 20px;
  }
  .contents.sub .sec_index.plan .spot_imgs {
    margin: 0 auto 15px;
    max-width: 560px;
  }
  .contents.sub .sec_index.gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents.sub .sec_index.gallery .sec_head {
    margin-bottom: 15px;
  }
  .contents.sub .sec_index.gallery .sec_head .head_tit {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .contents.sub .sec_index.gallery .gallery_wrap {
    margin: 0 -7px -15px -8px;
    width: calc(100% + 15px);
  }
  .contents.sub .sec_index.gallery .gallery_photo {
    margin: 0 7px 15px 8px;
    width: calc(20% - 15px);
  }
  .contents.sub .nav_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .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_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.sub .sec_lead {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contents.sub .sec_lead .sec_head {
    border-top-width: 5px;
    height: 20.8vw;
    padding-top: 2.1333vw;
  }
  .contents.sub .sec_lead .sec_head::after {
    top: 1.8667vw;
  }
  .contents.sub .sec_lead .sec_head::before {
    height: 17.3333vw;
    left: 2.1333vw;
    top: -6.9333vw;
    width: 23.4667vw;
  }
  .contents.sub .sec_lead .sec_head .theme_icon {
    margin-right: 4.2667vw;
    width: 8.5333vw;
  }
  .contents.sub .sec_lead .sec_head .theme_name {
    font-size: 4.8vw;
  }
  .contents.sub .sec_lead .sec_head .theme_name strong {
    font-size: 122.22%;
  }
  .contents.sub .sec_lead .sec_body {
    padding-top: 4vw;
  }
  .contents.sub .sec_lead .sec_body p {
    font-size: 3.7333vw;
  }
  .contents.sub .sec_lead .sec_title {
    font-size: 4.2667vw;
    margin-bottom: 2.6667vw;
  }
  .contents.sub .sec_lead .page_nav {
    margin-top: 3.4667vw;
  }
  .contents.sub .sec_index {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contents.sub .sec_index {
    padding-bottom: 6.6667vw;
  }
  .contents.sub .sec_index .spot_link {
    background-color: var(--main-color-bg);
  }
  .contents.sub .sec_index:nth-child(4n + 1) .spot_link {
    background-color: var(--cont-yellow);
  }
  .contents.sub .sec_index:nth-child(4n + 2) .spot_link {
    background-color: var(--cont-pink);
  }
  .contents.sub .sec_index:nth-child(4n + 3) .spot_link {
    background-color: var(--cont-skyblue);
  }
  .contents.sub .sec_index:nth-child(4n + 4) .spot_link {
    background-color: var(--cont-green);
  }
  .contents.sub .sec_index .sec_head {
    margin-top: 7.4667vw;
  }
  .contents.sub .sec_index .sec_head::before {
    margin: 0 -4vw;
    width: calc(100% + (4vw * 2));
  }
  .contents.sub .sec_index .sec_head .head_tit {
    border-top-width: 0.8vw;
    margin-bottom: 4vw;
  }
  .contents.sub .sec_index .sec_head .head_tit span {
    align-items: center;
    display: flex;
    font-size: 5.8667vw;
    justify-content: center;
    min-height: 16vw;
    padding: 3.2vw 4vw 2.6667vw;
    width: 100%;
  }
  .contents.sub .sec_index .sec_head .head_tit span::after {
    height: 13.8667vw;
    left: -0.5333vw;
    top: -7.4667vw;
    width: 17.3333vw;
  }
  .contents.sub .sec_index .sec_head .head_desc {
    padding-bottom: 4.5333vw;
  }
  .contents.sub .sec_index.plan .spot_wrap {
    margin-top: 5.3333vw;
  }
  .contents.sub .sec_index.plan .spot_title .name {
    font-size: 4.5333vw;
    margin-bottom: 2.6667vw;
    padding: 2vw 2.6667vw 1.8vw;
  }
  .contents.sub .sec_index.plan .spot_title .pin {
    font-size: 5.3333vw;
    margin-bottom: 2.6667vw;
  }
  .contents.sub .sec_index.plan .spot_title .pin::before {
    height: 6.6667vw;
    margin-right: 3.7333vw;
    width: 4.8vw;
  }
  .contents.sub .sec_index.plan .spot_txt {
    font-size: 3.7333vw;
    margin-bottom: 2.6667vw;
  }
  .contents.sub .sec_index.plan .spot_tour {
    margin: 0 -4vw;
    padding: 4vw;
    position: relative;
    width: calc(100% + (4vw * 2));
  }
  .contents.sub .sec_index.plan .spot_tour .tour_title {
    font-size: 3.7333vw;
    margin-bottom: 2.6667vw;
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .tab_wrap .tab {
    margin-right: -1.0667vw;
    width: calc(100% + 1.0667vw);
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .tab_wrap .tab li {
    border-radius: 0.8vw 0.8vw 0 0;
    font-size: 2.6667vw;
    height: 9.3333vw;
    margin-right: 1.0667vw;
    width: 12.8vw;
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .tab_wrap .tab li b {
    font-size: 150%;
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .panel {
    padding: 2.6667vw;
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .panel .wrap {
    align-items: flex-end;
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_btn {
    width: 33.3333vw;
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_btn a {
    border-radius: 1.3333vw;
    font-size: 3.2vw;
    height: 10.6667vw;
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_price .price_txt {
    font-size: 3.7333vw;
    letter-spacing: -0.04em;
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_price .price_txt .min_price {
    font-size: 133.33%;
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_price .price_txt .att {
    font-size: 66.67%;
    margin-bottom: 0.8vw;
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .panel_wrap .tour_price .att_txt {
    font-size: 2.6667vw;
    margin-top: 1.0667vw;
  }
  .contents.sub .sec_index.plan .spot_link {
    margin: -1px -4vw 0;
    padding: 1.3333vw 4vw 5.3333vw;
    position: relative;
    width: calc(100% + (4vw * 2));
  }
  .contents.sub .sec_index.plan .spot_link::before {
    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.sub .sec_index.plan .spot_link a {
    border-width: 1px;
    font-size: 3.4667vw;
    min-height: 10.6667vw;
    min-width: 66.6667vw;
  }
  .contents.sub .sec_index.plan .spot_imgs {
    padding-bottom: 3.2vw;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-dots {
    height: 3.2vw;
    margin: 0 8vw;
    padding: 0;
    width: calc(100% - 16vw);
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-dots li {
    height: 1.0667vw;
    margin: 0 0.5333vw;
    width: 5.3333vw;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-dots li {
    height: 1.0667vw;
    margin: 0.2667vw 0.5333vw;
    width: 5.3333vw;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-dots li button {
    padding-top: 1.0667vw;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-arrow {
    bottom: -2.6667vw;
    padding-top: 8vw;
    width: 8vw;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-arrow {
    background-size: 25% auto;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-prev {
    left: -2.5vw;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-next {
    right: -2.5vw;
  }
  .contents.sub .sec_index.plan .spot_imgs {
    margin-bottom: 4vw;
    max-width: 100%;
  }
  .contents.sub .sec_index.plan .spot_imgs .slide {
    margin-bottom: 1.3333vw;
  }
  .contents.sub .sec_index.plan .spot_imgs .slide .caption {
    font-size: 3.2vw;
    line-height: 1.33;
    margin-top: 1.6vw;
  }
  .contents.sub .sec_index.plan .index_btn {
    margin-top: 10.6667vw;
  }
  .contents.sub .sec_index.plan .index_btn a {
    font-size: 4.2667vw;
  }
  .contents.sub .sec_index.plan .index_btn a::after {
    height: 3.7333vw;
    right: 4vw;
    top: calc(50% - 1.8667vw);
    width: 3.7333vw;
  }
  .contents.sub .sec_index.gallery {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contents.sub .sec_index.gallery {
    padding-bottom: 4vw;
  }
  .contents.sub .sec_index.gallery .sec_head {
    margin-bottom: 4vw;
  }
  .contents.sub .sec_index.gallery .sec_head .head_tit {
    font-size: 5.8667vw;
    margin-bottom: 4vw;
  }
  .contents.sub .sec_index.gallery .sec_head .head_desc {
    font-size: 3.7333vw;
  }
  .contents.sub .sec_index.gallery .sec_body .scroll_box {
    margin: 0 -4vw;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: calc(100% + (4vw * 2));
  }
  .contents.sub .sec_index.gallery .sec_body .scroll_box_inner {
    display: flex;
    flex-wrap: nowrap;
    padding-left: calc(4vw - 3.2vw);
  }
  .contents.sub .sec_index.gallery .sec_body .scroll_box_inner::after {
    content: "　";
    display: block;
    width: calc(4vw - 3.2vw);
  }
  .contents.sub .sec_index.gallery .sec_body .post_cnt {
    flex: 0 0 69.3333vw;
    margin-left: 4vw;
  }
  .contents.sub .sec_index.gallery .sec_body .post_cnt .inner {
    padding: 4vw;
  }
  .contents.sub .sec_index.gallery .sec_body .post_cnt .img_wrap {
    margin-bottom: 2.6667vw;
  }
  .contents.sub .sec_index.gallery .sec_body .post_img {
    margin-bottom: 10px;
  }
  .contents.sub .sec_index.gallery .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.sub .sec_index.gallery .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.sub .sec_index.gallery .sec_body .post_btn {
    font-size: 3.2vw;
    height: 9.6vw;
    margin-top: 4vw;
  }
  .contents.sub .sec_index.gallery .gallery_wrap {
    margin: 0 -1.8667vw -4vw -2.1333vw;
    width: calc(100% + 4vw);
  }
  .contents.sub .sec_index.gallery .gallery_photo {
    margin: 0 1.8667vw 4vw 2.1333vw;
    width: calc(50% - 4vw);
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup {
    height: calc(var(--vh) - 50px);
    position: fixed;
    top: 50px;
    width: var(--vw);
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box {
    background: #fff;
    left: 50%;
    padding: 14.6667vw 6.6667vw 10.6667vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - (4vw * 2));
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .area_name {
    color: var(--main-color);
    font-size: 5.3333vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .area_name span {
    padding-left: 2.6667vw;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .area_name small {
    font-size: 75%;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .area_name::before {
    background-image: url(../img/common/spot_pin_blue.svg);
    height: 26px;
    width: 16px;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .area_desc {
    font-size: 3.7333vw;
    line-height: 1.5;
    margin-bottom: 8vw;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .btn_tour a {
    border-radius: 9.6vw;
    font-size: 3.2vw;
    height: 9.6vw;
    margin: 0 auto;
    width: 65.8667vw;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .btn_tour a::after {
    background: url(../img/common/arr_01_blue.svg) center center/auto 100% no-repeat;
    content: "";
    height: 2.6667vw;
    position: absolute;
    right: 3.7333vw;
    top: calc(50% - 1.3333vw);
    width: 2.6667vw;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_box .btn_close {
    font-size: 3.7333vw;
    margin-top: 5.3333vw;
    text-align: center;
  }
  .contents.sub .sec_index.gallery .gallery_photo .popup_close {
    background: #ddd url(../img/common/modal_close_blue.svg) center center/4.5333vw auto no-repeat;
    height: 10.6667vw;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.6667vw;
  }
  .contents.sub .nav_wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contents.sub .nav_wrap {
    border-top: 2px solid var(--main-color);
    padding-bottom: 8vw;
    padding-top: 4vw;
  }
  .contents.sub .nav_wrap .link_btn {
    margin-top: 6.1333vw;
  }
  .contents.sub .nav_wrap .link_btn a {
    width: 100%;
  }
  .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_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.sub .sec_index.plan .spot_tour .tabpanel .tab_wrap .tab li:not(.is_active) {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents.sub .sec_index.plan .spot_tour .tabpanel .tab_wrap .tab li:not(.is_active):active {
    opacity: 0.65;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-dots li button {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-dots li button:active {
    opacity: 0.65;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-arrow {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-arrow:active {
    opacity: 0.65;
  }
  .contents.sub .sec_index.gallery .sec_body .post_cnt .inner {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents.sub .sec_index.gallery .sec_body .post_cnt .inner:active {
    opacity: 0.65;
  }
  .contents.sub .sec_index.gallery .gallery_photo .photo {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents.sub .sec_index.gallery .gallery_photo .photo: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_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.sub .sec_index.plan .spot_tour .tabpanel .tab_wrap .tab li:not(.is_active):hover {
    opacity: 0.65;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-dots li button:hover {
    opacity: 0.65;
  }
  .contents.sub .sec_index.plan .spot_imgs .slick-arrow:hover {
    opacity: 0.65;
  }
  .contents.sub .sec_index.gallery .sec_body .post_cnt .inner:hover {
    opacity: 0.65;
  }
  .contents.sub .sec_index.gallery .gallery_photo .photo:hover {
    opacity: 0.65;
  }
  .contents .sec_contactus .contact_btns .btn_form a:hover {
    opacity: 0.65;
  }
  .contents .sec_voice .sec_body .post_cnt .inner:hover {
    opacity: 0.65;
  }
}
