/* 専門店pc共通css */

/* --------------------start_キービジュアル-------------------- */
.Common21__inner--keyvisual {
  position: relative;
}

.Keyvisual__spot-name {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  color: white;
  font-size: 1.2rem;
  background-color: #000;
}
/* --------------------end_キービジュアル-------------------- */

/* --------------------start_地図から探す-------------------- */
#Map {
  position: relative;
  margin: 40px 0 60px 0;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: 1300px;
  background-position: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.Map__inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1024px;
  height: 100%;
  padding: 60px 0;
  transform: translateX(-50%);
}

.Map__inner::before,
.Map__inner::after {
  content: "";
  display: block;
  width: 350px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.Map__inner::before {
  left: -140px;
  background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 45%);
}

.Map__inner::after {
  right: -140px;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 55%, rgba(245, 245, 245, 1) 100%);
}

.Map__items:not(:first-of-type) {
  display: none;
}

.Map__item {
  position: absolute;
}

.Map__link {
  display: inline-block;
  position: relative;
  padding: 10px 50px 10px 30px;
  background: white;
  border-radius: 3px;
  border: 1px solid white;
  box-shadow: 0px 10px 7px -5px rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s, background-color 0.3s, border-color 0.3s;
}

.Map__link--disabled {
  color: #888;
  background-color: #c3c3c3;
  border: none;
  box-shadow: none;
  pointer-events: none;
}

.Map__link:not(.Map__link--search)::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 2;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.Map__link:not(.Map__link--search)::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  background-color: var(--corporate-color);
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}

.Map__link--search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../../../sharing/common21/images/icn_search--blue.svg);
  transform: translateY(-50%);
  pointer-events: none;
}

.Map__link--search.Map__link--disabled::after {
  background: url(../../../../sharing/common21/images/icn_search--black.svg);
  opacity: 0.4;
}

.Map__link--disabled:not(.Map__link--search)::before {
  opacity: 0.5;
}

.Map__link--disabled:not(.Map__link--search)::after {
  background-color: #888;
}

.Map__link:not(.Map__link--disabled):hover {
  border-color: var(--corporate-color);
  background-color: var(--active-color);
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0);
}

/* start_地図切り替えボタン */
.Map__link--switch {
  display: block;
  padding: 10px 50px 10px 30px;
  color: var(--corporate-color);
  background: white;
  border-radius: 100px;
  border: 1px solid var(--corporate-color);
  box-shadow: 0px 10px 7px -5px rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s, background-color 0.3s, border-color 0.3s;
}

.Map__link--switch:hover {
  background-color: var(--active-color);
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0);
}

.Map__link--switch::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 2;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-65%) rotate(45deg);
}

.Map__link--switch::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  background-color: var(--corporate-color);
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-55%);
}
/* end_地図切り替えボタン */

/* start_人気の都市観光地 */
.Map__popular {
  position: absolute;
  top: 144px;
  right: 50%;
  width: 320px;
  padding: 20px;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 18px 25px -15px rgb(0 0 0 / 10%);
  transform: translateX(512px);
  z-index: 50;
}

.Map__popular-ttl {
  margin-bottom: 20px;
  color: var(--sub-corporate-color);
  font-size: 1.8rem;
  font-weight: 600;
}

.Map__popular-ttl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icn_spot.svg) no-repeat center / contain;
  vertical-align: -3px;
}

.Map__popular-item:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.Map__popular-item:not(:last-child) {
  border-bottom: 1px dotted #888;
}

.Map__popular-link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 1px;
}

.Map__popular-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}

.Map__popular-link:hover {
  text-decoration: underline;
}
/* end_人気の都市観光地 */

.Map__move-link {
  position: absolute;
  bottom: 60px;
  right: 0;
}

.Map__move-link--02 {
  bottom: 90px;
}

.Map__move-link--03 {
  bottom: 120px;
}

.Map__move-link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}

.Map__move-link:hover {
  text-decoration: underline;
}
/* --------------------end_地図から探す-------------------- */

/* --------------------start_ブランド-------------------- */
#BrandTour {
  margin-bottom: 60px;
}

.BrandTour__group {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}

.BrandTour__group:not(:last-child) {
  margin-bottom: 60px;
}

.BrandTour__header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.BrandTour__header::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.BrandTour__header--trapics::before {
  background-image: url(../../images/logo_trapics.svg);
  background-size: 86px;
  background-position: center 16px;
}

.BrandTour__header--crystal::before {
  background-image: url(../../images/logo_crystal.svg);
  background-size: 66px;
  background-position: center 20px;
}

.BrandTour__header--every::before {
  background-image: url(../../images/logo_every.svg);
  background-size: 66px;
  background-position: center 20px;
}

.BrandTour__header--friend::before {
  background-image: url(../../images/logo_friend.svg);
  background-size: 66px;
  background-position: center 20px;
}

.BrandTour__name {
  font-size: 2.8rem;
  font-weight: 600;
}

.BrandTour__txt {
  font-size: 1.5rem;
}

.Common21__line-btn--BrandTour {
  margin-left: auto;
}
/* --------------------end_ブランド-------------------- */

/* --------------------start_動画-------------------- */
#Movie {
  margin-bottom: 60px;
  padding: 40px 0;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.Movie {
  position: relative;
  height: auto;
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0 2.5rem 2rem -2rem rgba(0, 0, 0, 0.1);
  background: white;
  transition: box-shadow 0.3s;
}

.Movie:hover {
  box-shadow: 0 2.5rem 2rem -2rem rgba(0, 0, 0, 0);
}

.Movie .uliza-wrap + div {
  width: 100% !important;
  margin: 1rem 0;
  object-fit: cover !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
}

.Movie__img {
  display: block;
  position: relative;
  margin-bottom: 15px;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.video-js .vjs-big-play-button {
  display: none !important;
}

.Movie__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: black;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, background-color 0.3s;
  z-index: 10;
}

.Movie__img:hover::before {
  opacity: 1;
  background-color: var(--corporate-color);
}

.Movie__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent white;
  transform: translate(-30%, -50%);
  z-index: 20;
}

.Movie__ttl {
  margin-bottom: 5px;
  font-weight: 600;
}

.Movie__caption {
  font-size: 1.4rem;
}

/* start_magnific-popup */
.mfp-bg {
  background: #00111a;
  opacity: 0.7;
}

.mfp-content {
  border: 30px solid white;
  border-radius: 6px;
}

.mfp-iframe-scaler iframe {
  box-shadow: none;
}

.mfp-iframe-holder .mfp-close {
  top: -80px;
  right: -35px;
  opacity: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #888;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  background: white;
  transition: opacity 0.3s;
}

.mfp-iframe-holder .mfp-close:hover {
  opacity: 0.7;
}
/* end_magnific-popup */
/* --------------------start_動画-------------------- */

/* --------------------start_動画枠swiper設定-------------------- */
.Movie__swiper-outer {
  position: relative;
}

.Movie__swiper {
  --swiper-theme-color: var(--corporate-color);
  margin: -10px auto 0 auto;
  padding: 10px 0 60px 0;
  position: static;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.Movie__swiper .swiper-slide {
  transition-property: transform, box-shadow;
}

/* start_swiper-arrow */
.Movie__swiper-button-next.swiper-button-disabled,
.Movie__swiper-button-prev.swiper-button-disabled {
  display: none;
}

.Movie__swiper-button-next,
.Movie__swiper-button-prev {
  position: absolute;
  top: 120px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  border: 2px solid var(--corporate-color);
  transition: background-color 0.3s;
  cursor: pointer;
}

.Movie__swiper-button-next:hover,
.Movie__swiper-button-prev:hover {
  background-color: var(--active-color);
}

.Movie__swiper-button-next {
  right: -25px;
}

.Movie__swiper-button-prev {
  left: -25px;
  transform: rotate(180deg);
}

.Movie__swiper-button-next:after,
.Movie__swiper-button-prev:after {
  content: none;
}

.Movie__swiper.swiper-container-horizontal > .swiper-scrollbar {
  height: 10px;
  z-index: 1;
  background: #f5f5f5;
}

.Movie__swiper .swiper-scrollbar-drag {
  background: #ccc;
}
/* end_swiper-arrow */
/* --------------------end_動画枠swiper設定-------------------- */

/* --------------------start_QA-------------------- */
#QA {
  margin-bottom: 60px;
}

.QA__group {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.QA__group:not(:last-child) {
  margin-bottom: 20px;
}

.QA__q {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  color: var(--sub-corporate-color);
  font-weight: 600;
  font-size: 1.8rem;
  cursor: pointer;
}

.QA__q::before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: white;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--sub-corporate-color);
}

.QA__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}

.QA__q-inner {
  position: relative;
  width: calc(100% - 50px);
}

.QA__q-inner::before,
.QA__q-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}

.QA__q-inner::before {
  transform: translateY(-50%) rotate(90deg);
}

.open .QA__q-inner::before {
  transform: translateY(-50%) rotate(0);
}

.QA__a {
  display: none;
  border-top: 1px solid #e5e5e5;
}

.QA__a-inner {
  display: block;
  position: relative;
  padding: 20px 20px 20px 70px;
}

.QA__a-inner a {
  color: var(--corporate-color);
}

.QA__a-inner a:hover {
  color: var(--corporate-color);
  text-decoration: underline;
}

.QA__a-inner::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: var(--sub-corporate-color);
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
  border: 1px solid var(--sub-corporate-color);
}
/* --------------------end_QA-------------------- */

/* --------------------start_各地の観光情報-------------------- */
#OtherTourism {
  margin-bottom: 60px;
}

.OtherTourism__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.OtherTourism__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 188px;
  margin-bottom: 20px;
  padding: 10px;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.55);
  transition: opacity 0.3s;
}

.OtherTourism__item:hover {
  opacity: var(--hoverOpacity);
}

.OtherTourism__item:not(:nth-child(5n)) {
  margin-right: 20px;
}

.OtherTourism__item img {
  transition: opacity 0.3s;
}

.OtherTourism__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.OtherTourism__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 100%;
  transform: translate(-50%, -50%);
}
/* --------------------end_各地の観光情報-------------------- */

/* --------------------start_専門店関連リンク-------------------- */
#SenmonRelated {
  margin-bottom: 60px;
}

.SenmonRelated__ttl-note {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}

.SenmonRelated__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.SenmonRelated__item {
  margin: 0 30px 5px 0;
}

.SenmonRelated__link:hover {
  text-decoration: underline;
}

.SenmonRelated__link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}
/* --------------------start_専門店関連リンク-------------------- */

/* --------------------start_SenmonAsideLink-------------------- */
#SenmonAsideLink {
  margin-bottom: 60px;
  padding: 40px 0;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.Common21__inner--SenmonAsideLink {
  display: flex;
  justify-content: center;
}

.SenmonAsideLink__item {
  display: block;
  position: relative;
  width: 320px;
  padding: 20px;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #c3c3c3 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
}

.SenmonAsideLink__item:not(:last-child) {
  margin-right: 32px;
}

.SenmonAsideLink__item:not(.SenmonAsideLink__item--has-txt-link)::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: var(--corporate-color);
  border-radius: 50%;
}

.SenmonAsideLink__item:not(.SenmonAsideLink__item--has-txt-link)::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 17px;
  right: 18px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}

.SenmonAsideLink__item:not(.SenmonAsideLink__item--has-txt-link):hover {
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
}

.SenmonAsideLink__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.SenmonAsideLink__ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  color: var(--corporate-color);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.SenmonAsideLink__ttl::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #dbecfa;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
}

.SenmonAsideLink__ttl--dp::before {
  background-image: url(../images/icn_SenmonAsideLink--dp.svg);
}

.SenmonAsideLink__ttl--hotel::before {
  background-image: url(../images/icn_SenmonAsideLink--hotel.svg);
}

.SenmonAsideLink__ttl--option::before {
  background-image: url(../images/icn_SenmonAsideLink--option.svg);
}

.SenmonAsideLink__ttl--air::before {
  background-image: url(../images/icn_SenmonAsideLink--air.svg);
}

.SenmonAsideLink__txt {
  font-size: 1.4rem;
}

.SenmonAsideLink__txt-link-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.SenmonAsideLink__txt-link {
  margin-right: 5px;
  font-size: 1.5rem;
  display: inline-block;
}

.SenmonAsideLink__txt-link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}

.SenmonAsideLink__txt-link:hover {
  text-decoration: underline;
}
/* --------------------end_SenmonAsideLink-------------------- */

/* --------------------start_旅の情報-------------------- */
#TourismInfo {
  margin-bottom: 60px;
}

.TourismInfo__note {
  display: block;
  width: 960px;
  margin: 0 auto 40px auto;
  padding: 20px;
  border-radius: 6px;
  background-color: #e5f2f8;
}

/* start_季節タブ */
.TourismInfo__tab-items {
  display: flex;
  justify-content: space-between;
}

.TourismInfo__tab-item {
  width: 240px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #c3c3c3 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  cursor: pointer;
  background: white;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.TourismInfo__tab-item:hover {
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset, 0 0 0 0 rgb(0 0 0 / 0);
  background-color: var(--active-color);
}

.TourismInfo__tab-item.active {
  position: relative;
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset, 0 0 0 0 rgb(0 0 0 / 0);
  background-color: var(--active-color);
  cursor: default;
}

.TourismInfo__tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: var(--corporate-color) transparent transparent transparent;
  transform: translateX(-50%);
}

.TourismInfo__tab-season {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

.TourismInfo__tab-month-wrap {
  text-align: center;
}

.TourismInfo__tab-month {
  display: inline-block;
  padding: 3px 8px 2px 8px;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  background-color: var(--sub-corporate-color);
  border-radius: 15px;
}
/* end_季節タブ */

.TourismInfo__tab-contents:not(.active) {
  display: none;
}

.TourismInfo__group:not(:last-child) {
  margin-bottom: 60px;
}

.TourismInfo__group-note {
  width: 100%;
  margin: -40px 0;
  padding: 80px 0;
  background: #f5f5f5;
}

.TourismInfo__group-note-inner {
  display: block;
  width: 920px;
  margin: 0 auto;
}

.Tour__label--color {
  color: var(--sub-corporate-color);
}

.Tour__label--spot {
  color: var(--sub-corporate-color);
}

.Tour__label--spot::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background: url(../images/icn_spot.svg) no-repeat center / contain;
  vertical-align: -3px;
}

/*240423追加*/

.Tour__label--spot {
  color: #000;
  text-align: center;
}

.Tour__label--spot::before {
  display: none;
}

.Tour__txt .label {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: var(--sub-corporate-color);
}

.Tour__txt .label::before {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  margin-right: 2px;
  background: url(../images/icn_spot.svg) no-repeat center / contain;
  vertical-align: -3px;
}

/*.TourRanking.TourismInfo__group_d .Tour__label--spot{
	color:#000;
}

.TourRanking.TourismInfo__group_d .Tour__label--spot span{
	display: flex;
    justify-content: center;
    margin: 10px 0;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    color: var(--sub-corporate-color);
}

.TourRanking.TourismInfo__group_d .Tour__label--spot span::before{
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background: url(../images/icn_spot.svg) no-repeat center / contain;
    vertical-align: -3px;
}*/

/*240423追加*/

.TourismInfo__link {
  margin-top: 20px;
  text-align: center;
}

#TourismInfo .Tour__description {
  display: block;
}
/* --------------------end_旅の情報-------------------- */

/* --------------------start_他の都道府県-------------------- */
#SenmonLink {
  margin-bottom: 60px;
  padding: 40px 0;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.Common21__section-ttl-lev1--SenmonLink {
  margin-bottom: 55px;
}

.SenmonLink__group-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.SenmonLink__items-container:not(:last-of-type) {
  margin-bottom: 20px;
}

.SenmonLink__items-wrap {
  display: flex;
  justify-content: space-between;
}

.SenmonLink__items--2col {
  margin-right: 20px;
}

.SenmonLink__item {
  margin-bottom: 5px;
}

.SenmonLink__item-homen {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 16px;
  font-weight: 600;
  font-size: 1.5rem;
  border-bottom: 1px solid #c3c3c3;
}

.SenmonLink__item-homen--hokkaido {
  width: 70%;
}

.SenmonLink__item-homen--okinawa {
  width: 45%;
}

.SenmonLink__item-homen::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
}

.SenmonLink__link {
  font-size: 1.4rem;
}

.SenmonLink__link.active {
  color: var(--corporate-color);
}

.SenmonLink__link:hover {
  text-decoration: underline;
}

.SenmonLink__link--child::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 3px;
  border-left: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  vertical-align: 3px;
}

.SenmonLink__link-homen:hover {
  color: var(--corporate-color);
}

.SenmonLink__link span {
  display: block;
  text-indent: 1rem;
}

.js_SenmonLink__sp-toggle {
  display: none;
}
/* --------------------end_他の都道府県-------------------- */

/* --------------------start_特集バナー-------------------- */
#FeatureBn {
  margin-bottom: 60px;
}

.Common21__inner--FeatureBn {
  display: flex;
  justify-content: center;
}

.FeatureBn__item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 320px;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #e5e5e5 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
}

.FeatureBn__item:not(:last-child) {
  margin-right: calc((1024px - (320px * 3)) / 2);
}

.FeatureBn__item:hover {
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
}

.FeatureBn__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.FeatureBn__img {
  width: 120px;
  height: 70px;
  background: #f5f5f5;
}

.FeatureBn__txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: calc(100% - 130px);
  color: var(--corporate-color);
  font-weight: 600;
  line-height: 1.3;
}
/* --------------------end_特集バナー-------------------- */

#AsideLink {
  margin-bottom: 0;
  border-bottom: 0;
}

/* --------------------start_人気の都市・観光地の表示本数の制御-------------------- */

.Map__popular {
  display: flex;
  flex-wrap: wrap;
}

.Map__popular-ttl {
  width: 100%;
}

.Map__popular ul {
  width: 100%;
}

.Map__popular ul:last-of-type {
  display: none;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #888;
}

.Map__popular-item-more-btn {
  margin-left: auto;
  cursor: pointer;
  text-align: right;
}

.Map__popular-item-more-btn:hover {
  text-decoration: underline;
}

.Map__popular-item-more-btn::after,
.Map__popular-item-more-btn.open::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-bottom: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 4px;
}

.Map__popular-item-more-btn.open::after {
  transform: rotate(225deg);
  vertical-align: 0;
}

/* --------------------end_人気の都市・観光地の表示本数の制御-------------------- */

.kaigai .SenmonAsideLink__item {
  width: 964px;
  padding: 20px 70px 20px 30px;
}

.kaigai .SenmonAsideLink__item dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kaigai .SenmonAsideLink__item dl .SenmonAsideLink__ttl {
  font-size: 2rem;
}

.kaigai .SenmonAsideLink__item dl .SenmonAsideLink__txt {
  font-size: 1.6rem;
}

.kaigai .SenmonAsideLink__item dl .SenmonAsideLink__txt .invalid {
  display: none;
}

.kaigai .SenmonAsideLink__item:not(.SenmonAsideLink__item--has-txt-link)::before {
  bottom: 43%;
  right: 15px;
}

.kaigai .SenmonAsideLink__item:not(.SenmonAsideLink__item--has-txt-link)::after {
  bottom: 50%;
  right: 23px;
}

.kaigai .SenmonAsideLink__ttl {
  margin-bottom: 0;
}

/*keyvisual横幅固定*/
#Keyvisual {
  background-color: #f5f5f5;
  background-size: auto 100%;
}

/* --------------------start_基本情報設定-------------------- */
/* start_block-info */
#sec-info {
  margin-bottom: 60px;
}

#info {
  display: flex;
  justify-content: center;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  gap: 0 20px;
}

#info .info {
  width: calc(100% / 4);
}

.info {
  position: relative;
  display: flex;
  justify-content: center;
  border: solid 1px #e5e5e5;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 8px 0;
  cursor: pointer;
  transition: background-color 0.5s, border 0.5s, color 0.5s;
}

.info.current::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}

.info:hover::before {
  transition: background-image 0.5s;
}

.info.spring {
  background-color: #ebfaff;
  color: #57c6ef;
}

.info.spring.current {
  background-color: #57c6ef;
  border: solid 1px #57c6ef;
  color: #fff;
}

.info.spring:hover {
  background-color: #57c6ef;
  border: solid 1px #57c6ef;
  color: #fff;
}

.info.spring.current::after {
  border-color: #57c6ef transparent transparent transparent;
}

.info.summer {
  background-color: #ffe8e8;
  color: #f08384;
}

.info.summer.current {
  background-color: #f08384;
  border: solid 1px #f08384;
  color: #fff;
}

.info.summer:hover {
  background-color: #f08384;
  border: solid 1px #f08384;
  color: #fff;
}

.info.summer.current::after {
  border-color: #f08384 transparent transparent transparent;
}

.info.autumn {
  background-color: #f4fbf4;
  color: #5dbc67;
}

.info.autumn.current {
  background-color: #5dbc67;
  border: solid 1px #5dbc67;
  color: #fff;
}

.info.autumn:hover {
  background-color: #5dbc67;
  border: solid 1px #5dbc67;
  color: #fff;
}

.info.autumn.current::after {
  border-color: #5dbc67 transparent transparent transparent;
}

.info.winter {
  background-color: #fff9e6;
  color: #d9ac12;
}

.info.winter.current {
  background-color: #d9ac12;
  border: solid 1px #d9ac12;
  color: #fff;
}

.info.winter:hover {
  background-color: #d9ac12;
  border: solid 1px #d9ac12;
  color: #fff;
}

.info.winter.current::after {
  border-color: #d9ac12 transparent transparent transparent;
}
.tab-contents-wraper {
  padding: 25px;
}
.tab-contents {
  margin: 30px auto;
}
.tab-contents h3 {
  padding: 12px 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.info_cts01 h3 {
  background: #b6ebfd;
}
.info_cts02 h3 {
  background: #f8c1c2;
}
.info_cts03 h3 {
  background: #afdeb4;
}
.info_cts04 h3 {
  background: #f6ebc4;
}
.info_cts01 {
  background: #ebfaff;
}
.info_cts02 {
  background: #fff5f5;
}
.info_cts03 {
  background: #f4fbf4;
}
.info_cts04 {
  background: #fff9e6;
}
.tab-contents .tab-contents-wraper p {
  font-size: 15px;
}
.tab-contents .tab-contents-wraper ul {
  margin-top: 20px;
}
.tab-contents .tab-contents-wraper ul li {
  margin-bottom: 20px;
}
.info_cts01.tab-contents .tab-contents-wraper ul li {
  margin-bottom: 1px;
}
.tab-contents .tab-contents-wraper ul li dt {
  display: inline-block;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.tab-contents .tab-contents-wraper dl {
  display: flex;
}
.tab-contents .tab-contents-wraper ul li dd {
  display: flex;
  align-items: center;
  margin-left: 2rem;
  font-size: 15px;
  font-weight: 400;
}
.info_cts01 .tab-contents-wraper ul li dt {
  background: #b6ebfd;
  width: 130px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_cts02 .tab-contents-wraper ul li dt {
  background: #f8c1c2;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_cts03 .tab-contents-wraper ul li dt {
  background: #afdeb4;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_cts04 .tab-contents-wraper ul li dt {
  background: #f6ebc4;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_cts02 .tab-contents-wraper:nth-child(2) dt {
  width: 15%;
}
.info_cts02 .tab-contents-wraper:nth-child(2) dd {
  width: 85%;
}
.info_cts02 .tab-contents-wraper:nth-child(6) dt {
  width: 13%;
}
.info_cts02 .tab-contents-wraper:nth-child(6) dd {
  width: 87%;
}
.info_cts02 .tab-contents-wraper:nth-child(6) li:nth-child(2) dd {
  display: block;
}
.info_cts02 .tab-contents-wraper:nth-child(8) dt {
  width: 12%;
}
.info_cts02 .tab-contents-wraper:nth-child(8) dd {
  width: 88%;
}
.info_cts03 .tab-contents-wraper:nth-child(2) dt {
  width: 17%;
}
.info_cts03 .tab-contents-wraper:nth-child(2) dd {
  width: 83%;
}
.info_cts03 .tab-contents-wraper:nth-child(4) dt {
  width: 22%;
}
.info_cts03 .tab-contents-wraper:nth-child(4) dd {
  width: 78%;
}
.info_cts03 .tab-contents-wraper:nth-child(6) dt {
  width: 22%;
}
.info_cts03 .tab-contents-wraper:nth-child(6) dd {
  width: 78%;
}
.info_cts04 .tab-contents-wraper:nth-child(2) dt {
  width: 38%;
}
.info_cts04 .tab-contents-wraper:nth-child(2) dd {
  width: 62%;
}
.info_cts04 .tab-contents-wraper:nth-child(4) dt {
  width: 25%;
}
.info_cts04 .tab-contents-wraper:nth-child(4) dd {
  width: 78%;
}
.info_cts04 .tab-contents-wraper:nth-child(6) dt {
  width: 19%;
}
.info_cts04 .tab-contents-wraper:nth-child(6) dd {
  width: 81%;
}
.info_cts04 .tab-contents-wraper:nth-child(8) dt {
  width: 25%;
}
.info_cts04 .tab-contents-wraper:nth-child(8) dd {
  width: 75%;
}
.info_cts04 .tab-contents-wraper:nth-child(10) dt {
  width: 21%;
}
.info_cts04 .tab-contents-wraper:nth-child(10) dd {
  width: 79%;
}
.tab-contents .tab-contents-wraper ul li span.plub01 {
  width: 268px;
  display: inline-block;
}
.tab-contents .tab-contents-wraper ul li span.plub02 {
  width: 182px;
  display: inline-block;
}
.tab-contents .tab-contents-wraper ul li span.plub03 {
  width: 92px;
  display: inline-block;
}
.tab-contents .tab-contents-wraper ul li span.plub04 {
  width: 404px;
  display: inline-block;
}
.tab-contents .tab-contents-wraper ul li span.plub05 {
  width: 154px;
  display: inline-block;
}
.tab-contents .tab-contents-wraper ul li span.plub06 {
  width: 163px;
  display: inline-block;
}
.tab-contents .tab-contents-wraper ul li span.plub07 {
  width: 245px;
  display: inline-block;
}
.tab-contents .tab-contents-wraper ul li span.plub08 {
  width: 76px;
  display: inline-block;
}
.tab-contents .tab-contents-wraper ul li span.plub09 {
  width: 156px;
  display: inline-block;
}
.tab-contents .tab-contents-wraper ul li span.plub09 {
  width: 156px;
  display: inline-block;
}
.tab-contents .tab-contents-wraper ul li span.plub10 {
  width: 158px;
  display: inline-block;
}
.tab-contents .tab-contents-wraper ul li span.plub17 {
  width: 176px;
  display: inline-block;
}
.phoneWrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.phoneWrapper li {
  display: flex;
}
.phone_img {
  width: 400px;
  display: inline-block;
}
.info_cts03 .tab-contents-wraper dd span,
.info_cts03 .tab-contents-wraper p span {
  color: #f54337;
}
.info_cts02 .tab-contents-wraper.infoSeasonWraper ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.info_cts02 .tab-contents-wraper.infoSeasonWraper ul li {
  width: calc(98% / 4);
}

.info_cts02 .tab-contents-wraper.infoSeasonWraper ul.column02 li {
  width: calc(98% / 2);
}

.info_cts02 .tab-contents-wraper.infoSeasonWraper ul.column03 li {
  width: calc(98% / 3);
}

.infoSeasonWraper dl {
  display: flex;
  flex-direction: column;
}
.info_cts02 .tab-contents-wraper.infoSeasonWraper ul li dt {
  background: none;
  width: 75%;
}

.info_cts02 .tab-contents-wraper.infoSeasonWraper ul.column02 li dt {
  background: none;
  width: 37.5%;
}

.info_cts02 .tab-contents-wraper.infoSeasonWraper ul.column03 li dt {
  background: none;
  width: 56.5%;
}

.tab-contents-plug ul,
.tab-contents-post ul {
  display: flex;
}
.tab-contents-plug ul li {
  width: 25%;
}
.tab-contents-plug ul li:first-child {
  width: auto;
  margin-right: 50px;
}
.tab-contents-post ul ul {
  flex-direction: column;
}
.infoSeasonTxt {
  text-align: right;
}

.tab-contents .tab-contents-wraper ul li dt.info_txt_s {
  font-size: 12px;
}

.plug-illust {
  display: flex;
  gap: 10px;
}

.plug-illust img {
  width: 40%;
}

.block-info h2 {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0 0 10px;
  font-size: 2.1rem;
  font-weight: 600;
  border-top: 1px solid #e5e5e5;
}

.block-info h2::before,
.block-info h2::after {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 36px;
}

.block-info h2::before {
  transform: translateY(-100%);
  background: var(--corporate-color);
}

.block-info h2::after {
  background: var(--sub-corporate-color);
}

.en {
  display: none;
}

.group-heading {
  width: 1024px;
  margin: 0 auto;
}

dt.Q__guide::before {
  content: "i";
}

dd.A__guide .tab-contents {
  margin-top: 0;
  margin-bottom: 0;
}

.tab-contents.info_cts03 .btn {
  text-decoration: underline;
  text-align: right;
  display: block;
  padding: 0 20px 20px 20px;
}

/* end_block-info */
/* --------------------end_基本情報設定-------------------- */
