@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300&family=Kiwi+Maru:wght@300&display=swap");
@import url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");

:root {
  --common-bgcolor01: #f5f5f5;
  --theme-color01: #f08384;
  --theme-color01--a11y: #d70049;
  --theme-color02: #5dbc67;
  --theme-color03: #d9ac12;
  --theme-color04: #57c6ef;
}

.en {
  font-family: "Hind", sans-serif;
}

.maruGothic {
  font-family: "Kiwi Maru", serif;
}

.yuGothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.contents {
  width: 100%;
  color: #000;
  margin: 0 auto;
}

h1 {
  background-repeat: no-repeat;
  width: 1024px;
  height: 134px;
  font-size: 40px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 35px 0 0 150px;
}
h1 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

h1 small {
  display: block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
}

h2 {
  position: relative;
  font-size: 30px;
  font-weight: 900;
  /* font-family: 'Noto Sans JP', sans-serif; */
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 1;
}

h2::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-image: url(/attending/guide/common_kokunai/images/h3-background.png);
  width: 181px;
  height: 51px;
  z-index: -1;
}

.group-heading {
  text-align: center;
  margin-bottom: 30px;
}

.group-heading small {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  transform: skewX(-10deg);
  letter-spacing: 0.05em;
  z-index: 1;
}

.block-blog .group-heading span {
  display: block;
  color: #6f6f6f;
  font-size: 13px;
}

.seo {
  width: 1024px;
  height: auto;
  line-height: 1.8;
  margin: 0 auto;
  padding: 30px 0;
}

section[class^="block-"] {
  padding: 60px 0;
}

/* start_keyvisual */
.keyvisual {
  /* height: 400px; */
}

.keyvisual .figure {
  position: relative;
  width: 1024px;
  height: 473px;
}

.keyvisual .figure.slick-slide span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 3px 15px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}

.slick-slide {
  margin: 0 20px;
}

/* end_keyvisual */

/* start_block-anchor */
.block-anchor {
  background-color: var(--common-bgcolor01);
}

.anchor-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  gap: 10px 0;
}

.anchor-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 4);
  height: 50px;
}

.anchor-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #e5e5e5;
  width: 1px;
  height: 14px;
}

.anchor-item:nth-child(4n):after {
  content: none;
}

.anchor-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #333;
  padding: 10px 0;
  transition: background-color 0.5s, color 0.5s;
}

.anchor-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 23px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--theme-color01);
  border-right: 2px solid var(--theme-color01);
  transform: translateY(-50%) rotate(135deg);
}

.anchor-link:hover {
  background-color: #fff5f5;
  color: var(--theme-color01);
}

/* end_block-anchor */

/* start_block-map */
.group-map {
  position: relative;
  background-repeat: no-repeat;
  width: 1024px;
  height: 476px;
  margin-bottom: 40px;
}

.group-map.group-map_brd {
  border: 1px solid #e5e5e5;
}

.map-link,
.map-link2 {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  border: solid 1px #e45e61;
  border-radius: 100px;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0px 10px 7px -7px rgb(0 0 0 / 15%);
  transition: background-color 0.5s, box-shadow 0.3s;
  font-size: 2rem;
}

.map-link:hover,
.map-link2:hover {
  background-color: #fff5f5;
  box-shadow: 0px 10px 7px -7px rgb(0 0 0 / 0%);
}

.map-link::before,
.map-link2::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  margin-right: 3px;
  vertical-align: -2px;
  background: url(/attending/guide/common_kokunai/images/mark.svg) no-repeat center / contain;
}

p.map-link,
p.map-link2 {
  position: absolute;
  padding: 0;
  font-size: 1.6rem;
  border-radius: 5px;
  background: #e45e61;
  color: #fff;
}

p.map-link a,
p.map-link2 a {
  display: block;
  padding: 6px 14px;
}

p.map-link:hover,
p.map-link2:hover {
  background-color: #e48d8f;
}
p.map-link::before,
p.map-link2::before {
  content: none;
}
p.map-link::after,
p.map-link2::after {
  content: "▶";
  font-size: 1rem;
  height: 10px;
  vertical-align: 2px;
  background: none;
  position: absolute;
  right: 2px;
  top: 9px;
}

li[class^="bt-"] {
  position: absolute;
}

.block-map .name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px;
}

.block-map .caption {
  font-size: 14px;
  margin-bottom: 40px;
}

.block-map .btn {
  position: absolute;
  bottom: 10px;
  width: 88%;
  display: block;
  background-color: var(--theme-color01);
  border-radius: 100px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  transition: opacity 0.3s;
}

.block-map .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(255, 255, 255, 1);
  transform: translateY(-50%) rotate(45deg);
}
/* end_block-map */

/* start_block-ranking */
#rank {
  display: flex;
  justify-content: center;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  gap: 0 20px;
}

#rank .rank {
  width: calc(100% / 4);
  color: #6b6b6b;
}

.rank {
  position: relative;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 0;
  cursor: pointer;
  transition: box-shadow 0.5s;
}

.rank::before {
  content: "";
  position: absolute;
  left: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 41px;
  height: 34px;
  transition: background-image 0.5s;
}

.rank.current::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: block;
  width: 16px;
  height: 16px;
  background-color: gray;
  border: 3px solid gray;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

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

.rank.spring {
  background-color: #ffe8e8;
}

.rank.spring::before {
  background-image: url(/attending/guide/common_kokunai/images/mark-spring.png);
}

.rank.spring:hover,
.rank.spring.current {
  box-shadow: 0px 0px 0px 3px var(--theme-color01) inset;
}

.rank.spring.current::after {
  background-color: #ffe8e8;
  border-color: var(--theme-color01);
}

.rank.summer {
  background-color: #f4fbf4;
}

.rank.summer::before {
  background-image: url(/attending/guide/common_kokunai/images/mark-summer.png);
}

.rank.summer:hover,
.rank.summer.current {
  box-shadow: 0px 0px 0px 3px var(--theme-color02) inset;
}

.rank.summer.current::after {
  background-color: #f4fbf4;
  border-color: var(--theme-color02);
}

.rank.autumn {
  background-color: #fff9e6;
}

.rank.autumn::before {
  background-image: url(/attending/guide/common_kokunai/images/mark-autumn.png);
}

.rank.autumn:hover,
.rank.autumn.current {
  box-shadow: 0px 0px 0px 3px var(--theme-color03) inset;
}

.rank.autumn.current::after {
  background-color: #fff9e6;
  border-color: var(--theme-color03);
}

.rank.winter {
  background-color: #ebfaff;
}

.rank.winter::before {
  background-image: url(/attending/guide/common_kokunai/images/mark-winter.png);
}

.rank.winter:hover,
.rank.winter.current {
  box-shadow: 0px 0px 0px 3px var(--theme-color04) inset;
}

.rank.winter.current::after {
  background-color: #ebfaff;
  border-color: var(--theme-color04);
}

.tab-contents {
  margin-top: 30px;
}

.tab-contents .lead {
  background-color: #f5f5f5;
  font-size: 15px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px;
}

.block-ranking .name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px;
}

.block-ranking .caption {
  font-size: 14px;
  margin-top: 10px;
}

.block-ranking .label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: var(--theme-color01--a11y);
}

.block-ranking .label::before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  background: url(/attending/guide/common_kokunai/images/mark.svg) no-repeat center / contain;
}

.block-ranking .Ranking {
  position: relative;
}

.Ranking__swiper {
  padding-top: 40px;
}

.block-ranking .name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px;
}

.block-ranking .caption {
  font-size: 14px;
  margin-bottom: 10px;
}

/* end_block-ranking */

/* start_block-spot */
.group-spot_search {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.h-searchBox .group-spot_search {
  justify-content: center;
}

.spot__select {
  width: 62%;
  position: relative;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  font-size: 1.6rem;
  color: #333;
}

.spot__select {
  width: 30%;
}

.h-searchBox .spot__select {
  width: 62%;
}

/*.serchBox.spot__select {
    width: 30%;
}*/

.group-spot_search select {
  width: 100%;
  height: 46px;
  padding: 5px 30px 5px 20px;
}

.spot__select::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-80%) rotate(45deg);
}

.spot__submit {
  padding: 0 30px;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: var(--theme-color01);
  border-radius: 6px;
}

.group-spot {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* gap: 30px 0; */
}

.group-spot::after {
  content: "";
  display: block;
  width: 320px;
}

.Spot {
  position: relative;
  width: 320px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: none;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
}

.Spot .name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px;
}

.Spot .label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: var(--theme-color01--a11y);
}

/* .Spot .label02 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  background-color: #E5E5E5;
  display: inline-block;
  padding: 3px 8px;
} */

.Spot .label[data-area]::before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  background: url(/attending/guide/common_kokunai/images/mark.svg) no-repeat center / contain;
}

.Spot .caption {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
  margin: 10px 0;
}

.Spot .btn {
  position: relative;
  display: inline-block;
  padding: 5px 50px;
  font-size: 14px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid var(--theme-color01);
  background-color: #ffe8e8;
  color: var(--theme-color01--a11y);
}

.Spot .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--theme-color01);
  border-right: 2px solid var(--theme-color01);
  transform: translateY(-50%) rotate(45deg);
}

.Spot .btn:hover::after {
  opacity: var(--hoverOpacity);
}

.search-again {
  text-align: center;
}

.search-again .btn {
  position: relative;
  display: inline-block;
  border: solid 1px #c3c3c3;
  border-radius: 100px;
  line-height: 1;
  font-weight: 600;
  padding: 10px 100px;
}

.search-again .btn::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 23px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}

.GuideModal .swiper-pagination {
  width: 520px;
}
/* end_block-spot */

/* start_block-recommend */
.h-model,
.h-meal,
.h-search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.block-recommend h4::before,
.block-spot h4::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.h-model::before {
  background-image: url(/attending/guide/common_kokunai/images/mark-flag.svg);
  width: 14px;
  height: 19px;
}

.h-meal::before {
  background-image: url(/attending/guide/common_kokunai/images/mark-meal.svg);
  width: 21px;
  height: 22px;
}

.h-search::before {
  background-image: url(/attending/guide/common_kokunai/images/mark-search.svg);
  width: 21px;
  height: 22px;
}

.block-recommend h4::after {
  content: "";
  background-color: #e5e5e5;
  height: 1px;
  flex-grow: 1;
  margin-left: 10px;
}

.h-searchBox .block-spot h4::after {
  content: none;
}
.block-spot h4::after {
  content: "";
  display: block;
  background-color: #e5e5e5;
  height: 1px;
  flex-grow: 1;
  margin-left: 10px;
}
.group-recommend {
  display: flex;
  justify-content: space-between;
  width: 715px;
  height: auto;
  margin: 0 auto 30px;
}

.recommend-text {
  flex: 1;
  margin-left: 25px;
}

.recommend-text .caption {
  font-size: 14px;
  line-height: 1.6;
}

.recommend-text .btn {
  position: relative;
  display: block;
  background-color: var(--theme-color01);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  padding: 15px 0;
}

.recommend-text .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(255, 255, 255, 1);
  border-right: 2px solid rgba(255, 255, 255, 1);
  transform: translateY(-50%) rotate(45deg);
}

.block-recommend .name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px;
}

.block-recommend .caption {
  font-size: 14px;
  margin-top: 10px;
}

.block-recommend .label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: var(--theme-color01--a11y);
}

.block-recommend .label::before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  background: url(/attending/guide/common_kokunai/images/mark.svg) no-repeat center / contain;
}

/* end_block-recommend */

/* start_block-movie */
.block-movie {
  background-color: var(--common-bgcolor01);
  z-index: -1;
}

.block-movie .Common21__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-movie .Common21__inner::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

.forMovie__swiper {
  width: 100%;
}
.forMovie__swiper .swiper-wrapper {
  justify-content: center;
  gap: 20px;
}
.forMovie__swiper.swiper-container-initialized .swiper-wrapper {
  justify-content: space-around;
  gap: 0px;
}

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

.Movie__img {
  display: block;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.Movie__img img {
  height: auto;
  object-fit: cover;
}

.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;
}

.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_block-movie */

/* start_block-information */
.group-information {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 715px;
  height: auto;
  margin: 0 auto;
}

.group-information .swiper-pagination_info {
  width: 360px;
  bottom: -30px;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.information-text {
  width: calc(100% - 360px - 25px);
  margin-left: 25px;
}

.information-text .caption {
  font-size: 16px;
  line-height: 1.6;
}

/* end_block-information */

/* start_block-blog */
.block-blog {
  background-color: var(--common-bgcolor01);
}

.block-blog .dTxt {
  font-size: 13px;
  color: #6f6f6f;
  text-align: center;
  margin-top: 20px;
}

.group-blog {
  display: flex;
  justify-content: flex-start;
}

.Blog__article {
  position: relative;
  width: calc((100% - 90px) / 4);
  height: auto;
  padding: 20px;
  box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
  border-radius: 6px;
  background-color: #fff;
  transition: box-shadow 0.3s;
}

.Blog__article:not(:last-of-type) {
  margin-right: 30px;
}

.Blog__article:hover {
  box-shadow: 0px 0px 0px 2px var(--theme-color01) inset;
}

.Blog__article-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.Blog__article-img {
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.Blog__article-img img {
  width: 100%;
  height: 147px;
  object-fit: cover;
  transition: opacity 0.3s;
}

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

.Blog__article-date {
  color: var(--theme-color01--a11y);
  font-size: 1.4rem;
}

.Blog__article-ttl {
  word-break: break-all;
  font-size: 1.5rem;
}
.block-blog .btn {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 50%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  box-shadow: 0px 0px 0px 1px var(--theme-color01) inset;
  transition: box-shadow 0.5s;
}
.block-blog .btn:hover {
  box-shadow: 0px 0px 0px 3px var(--theme-color01) inset;
}
.block-blog .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--theme-color01);
  border-right: 2px solid var(--theme-color01);
  transform: translateY(-50%) rotate(45deg);
}
/* end_block-blog */

/* start_block-search */
.search-items {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.search-item {
  width: calc(100% / 3);
}

.search-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: solid 1px var(--theme-color01);
  border-radius: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px;
  transition: background-color 0.5s, color 0.5s;
}

.search-link::before {
  content: "";
  display: block;
  width: 55px;
  height: 46px;
  margin-right: 20px;
}

.search-link:hover {
  background-color: var(--theme-color01);
  color: #fff;
}

.mark-tour::before {
  background: url(/attending/guide/common_kokunai/images/mark-tour.svg) no-repeat center / contain;
}

.mark-dp::before {
  background: url(/attending/guide/common_kokunai/images/mark-dp.svg) no-repeat center / contain;
}

.mark-hotel::before {
  background: url(/attending/guide/common_kokunai/images/mark-hotel.svg) no-repeat center / contain;
}

.search-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: border 0.5s;
}

.search-link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/* end_block-search */

/* start_block-tour */
.block-tour .caption {
  font-size: 15px;
  margin: 10px 0;
}

.block-tour .price {
  font-size: 16px;
  font-weight: 600;
  color: #f00;
  text-align: right;
}
/* end_block-tour */

/* start_block-feature */
.block-feature {
  margin-top: 40px;
}

#SlideBanner {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

.bannerCassette_content {
  width: 95%;
}

.bannerCassette_content p.bannerImg {
  width: 220px;
  height: 175px;
}

.bannerCassette_content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.swiper-banner-container {
  overflow: hidden;
  position: relative;
  width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
}

.swiper-banner-container .swiper-slide a {
  display: block;
}

.swiper-banner-container .swiper-slide a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
  text-decoration: underline;
  color: #4c4c4c;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px !important;
  height: 44px !important;
  background-size: 44px 44px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;

  width: 50px;
  height: 50px;
  cursor: pointer;
  top: calc(50% - 15px);
  z-index: 10;

  transition: all 0.3s;

  background-image: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  transition: all 0.3s;
  opacity: 0.8;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.swiper-button-prev::before {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none;
}

.swiper-container-horizontal .swiper-scrollbar-drag {
  background: #ccc;
}

.swiper-container-horizontal > .swiper-scrollbar {
  left: 0;
  background: #f5f5f5;
  width: 100%;
  height: 10px;
}

/* end_block-feature */

/* start_block-link */
.block-link {
  background-color: var(--common-bgcolor01);
}

.block-link h4 {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}

.group-link {
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  background-color: #fff;
  padding: 30px;
}

.group-link:not(:last-child) {
  margin-bottom: 30px;
}

.group-link .group-link_inner:not(:last-child) {
  margin-bottom: 10px;
}

.guide-link {
  position: relative;
  font-weight: 600;
  margin-right: 3rem;
  padding-left: 2rem;
}

.guide-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--theme-color01);
  border-right: 2px solid var(--theme-color01);
  transform: translateY(-50%) rotate(45deg);
}

.guide-sublink {
  font-size: 14px;
}

.guide-destlink {
  position: relative;
  /*font-size: 14px;*/
  font-weight: 600;
  padding-left: 1.5rem;
}

.guide-destlink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--theme-color01);
  border-right: 2px solid var(--theme-color01);
  transform: translateY(-50%) rotate(45deg);
}

.group-link_inner {
  display: flex;
}

.group-link_inner a.guide-link:hover,
.group-link_inner a.guide-sublink:hover,
.group-link h5 a:hover,
.group-link a.guide-destlink:hover {
  text-decoration: underline;
}

.guide-link_items {
  display: flex;
  margin-right: 5rem;
}

.guide-link_item {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
}

.guide-link_item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #c3c3c3;
  width: 1px;
  height: 14px;
}

.link-ttl {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--theme-color01--a11y);
  margin-top: 10px;
}

.link-ttl::after {
  content: "";
  background-color: #c3c3c3;
  height: 1px;
  flex-grow: 1;
  margin-left: 10px;
}

.guide-destlink_items {
  display: flex;
}

.guide-destlink_item {
  margin-right: 1rem;
  padding-right: 1rem;
}

/* end_block-link */

/* --------------------start_ツアー枠-------------------- */
.Tour__swiper-outer {
  position: relative;
}

.Map__swiper,
.Ranking__swiper,
.Gourmet__swiper,
.Modal__swiper,
.Information__swiper,
.Tour__swiper,
.Nearby__swiper,
.forMovie__swiper {
  margin: 0 auto;
  padding-bottom: 30px;
  position: static;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.Modal__swiper {
  width: 520px;
  margin: 0;
  padding: 0;
}

.Information__swiper {
  width: 360px;
  margin: 0;
  padding: 0;
}

.Map__swiper .swiper-slide,
.Ranking__swiper .swiper-slide,
.Gourmet__swiper .swiper-slide,
.Information__swiper .swiper-slide,
.Tour__swiper .swiper-slide,
.Nearby__swiper .swiper-slide,
.forMovie__swiper .swiper-slide {
  height: auto;
  transition-property: transform, box-shadow;
}

.Tour__swiper-button-next.swiper-button-disabled,
.Tour__swiper-button-prev.swiper-button-disabled {
  display: none;
}

.Tour__swiper-button-next,
.Tour__swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50%;
  border: none;

  width: 50px;
  height: 50px;
  cursor: pointer;
  top: calc(50% - 20px);
  z-index: 10;

  transition: all 0.3s;

  background-image: none;
}

.Tour__swiper-button-next:hover,
.Tour__swiper-button-prev:hover {
  transition: all 0.3s;
  opacity: 0.8;
}

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

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

.Tour__swiper-button-next::after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.Tour__swiper-button-prev::after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.Tour__swiper-button-next:after,
.Tour__swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.Map__swiper.swiper-container-horizontal > .swiper-scrollbar_map,
.Ranking__swiper.swiper-container-horizontal > .swiper-scrollbar,
.Gourmet__swiper.swiper-container-horizontal > .swiper-scrollbar,
.Movie__swiper.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  height: 10px;
  z-index: 1;
  background: #f5f5f5;
}

.Map__swiper .swiper-scrollbar-drag,
.Ranking__swiper .swiper-scrollbar-drag,
.Gourmet__swiper .swiper-scrollbar-drag,
.Movie__swiper .swiper-scrollbar-drag {
  background: #ccc;
}

.Map {
  position: relative;
  /* max-width: calc((100% - 60px) / 3.8101); */
  margin-right: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
}

.Ranking {
  position: relative;
  max-width: calc((100% - 60px) / 3.8101);
  margin-right: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
}

.Gourmet {
  position: relative;
  max-width: calc((100% - 60px) / 3.8101);
  margin-right: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
}

.Movie {
  position: relative;
  width: calc(96% / 3);
  height: auto;
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: white;
  display: flex;
  flex-direction: column;
}
.Movie__txt {
  padding: 10px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 (9 / 16 = 0.5625) */
}

.video-wrapper > div,
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Information {
  position: relative;
  width: 100%;
}

.Tour {
  position: relative;
  max-width: calc((100% - 60px) / 3.8101);
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
}

.Tour__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.Tour__img {
  content-visibility: auto;
  contain-intrinsic-size: 166px;
  height: 166px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.Map img,
.Ranking img,
.Gourmet img,
.Tour img {
  transition: opacity 0.3s;
}

a.Tour__link:hover + figure > img {
  opacity: var(--hoverOpacity);
}

.Map:hover .caption
/*.Ranking:hover .caption,*/
/*.Gourmet:hover .caption,*/
/*.Tour:hover .caption*/ {
  text-decoration: underline;
}

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

/* --------------------end_ツアー枠-------------------- */

/* --------------------start_モーダル-------------------- */
body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  overflow-y: scroll;
}

.js_guideModal {
  cursor: pointer;
}

.GuideModal {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -10;
  width: 1024px;
  font-size: 1.5rem;
  background: white;
  transform: translate(-50%, calc(-50% + 20px));
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}

.GuideModal.active {
  opacity: 1;
  z-index: 100;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.block-spot .GuideModal__ttl:not(.GuideModal__ttl--no-icn)::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(/sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.GuideModal__contents-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
}

.GuideModal--search .GuideModal__contents-inner {
  padding: 0;
}

.GuideModal__scroll-area {
  height: calc((var(--vh, 1vh) * 100) - 30px - 75px);
  overflow-y: auto;

  /*height: calc(100vh - 40px - 30px - 75px);*/
  /* max-height: calc(830px - 30px - 75px); */
  /*
100vh(画面の高さ)
30px(モーダル見出しの高さ)
75px（モーダル下部ボタンエリアの高さ）
830px（モーダル最大の高さ）
*/
  /* overflow-y: auto; */
}

/* start_閉じるボタン */
.js_guideModal-close {
  cursor: pointer;
}

.GuideModal__close-wrap {
  height: 30px;
}

.GuideModal__close {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.GuideModal__close:hover {
  opacity: 0.7;
}

.GuideModal__close::before,
.GuideModal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000000;
}

.GuideModal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.GuideModal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* end_閉じるボタン */

/* start_オーバーレイ */
.GuideModal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 20;
  opacity: 0.5;
}
/* end_オーバーレイ */

.GuideModal-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 175px;
  transform: translateY(-1px);
}

.GuideModal-btn {
  position: relative;
  width: 140px;
  padding: 10px 20px 10px 0;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 100px;
  border: solid 1px #c3c3c3;
  transition: opacity 0.3s;
}

.GuideModal-btn::before,
.GuideModal-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #000000;
}

.GuideModal-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.GuideModal-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.GuideModal-btn:hover {
  opacity: 0.7;
}

.GuideModal__contents01 {
  width: 520px;
  height: auto;
}

.GuideModal__contents02 {
  width: 430px;
  height: auto;
}

.modal-information {
  margin-top: 30px;
}

.modal-information_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.modal-information_ttl::after {
  content: "";
  background-color: #e5e5e5;
  height: 1px;
  flex-grow: 1;
  margin-left: 10px;
}

.modal-information_txt {
}

.modal-information_txt .details {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  margin-bottom: 10px;
}

.modal-information_txt .details:not(:last-child) {
  margin-bottom: 10px;
}

.modal-information_txt .details .label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  width: 10rem;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  margin-right: 10px;
  padding: 8px 0;
}

.modal-information_txt .details .text {
  display: flex;
  align-items: center;
  flex: 1;
}
.modal-information_txt .details .text a {
  text-decoration: underline;
  word-break: break-all;
}
.modal-information_txt .details .text a:hover {
  opacity: var(--hoverOpacity);
}
.modal-information_txt .details .text a.icon:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: "\f08e";
}
.modal-heading {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.GuideModal__contents02 .modal-heading {
  display: inline-block;
  margin-bottom: 10px;
}

.modal-heading {
  display: flex;
  flex-direction: column;
  text-align: start;
  /*text-align: justify;  * この指定は text-align-last を IE に対応させるために必要 *
text-align-last: justify;*/
}

.modal-heading span {
  display: block;
  color: var(--theme-color01--a11y);
  font-size: 12px;
}

.GuideModal__contents02 .caption {
  font-size: 14px;
  margin-bottom: 10px;
}

.modal-theme_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.modal-theme_ttl::after {
  content: "";
  background-color: #e5e5e5;
  height: 1px;
  flex-grow: 1;
  margin-left: 10px;
}

.modal-theme_compos {
  overflow: hidden;
}

.modal-theme_compo {
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px 15px;
  color: var(--theme-color01--a11y);
  font-size: 15px;
  line-height: 1;
  border-radius: 100px;
  border: solid 1px var(--theme-color01);
}

.modal-other_ttl {
  display: block;
  font-size: 15px;
  font-weight: 600;
  border-bottom: solid 2px #333;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

.modal-other_images {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 15px;
  width: 72%;
}

.modal-other_image {
  width: 50%;
}

.modal-other_image:not(:last-child) {
  margin-right: 10px;
}

.modal-other_image .text {
  font-size: 13px;
}

.modal-other_image:hover img {
  opacity: var(--hoverOpacity);
  cursor: pointer;
}
.modal-other_image:hover p {
  text-decoration: underline;
}

.modal-other_images img {
  transition: opacity 0.3s;
}

.GuideModal-tourBtn-wrap {
  text-align: right;
  margin-left: 14%;
  margin-top: 15px;
  width: 72%;
}

.GuideModal-tourBtn-wrap .btn {
  display: block;
  position: relative;
  padding: 10px 50px;
  color: var(--theme-color01--a11y);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 100px;
  background-color: #ffe8e8;
  box-shadow: 0px 0px 0px 1px var(--theme-color01) inset;
}
.GuideModal-tourBtn-wrap .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--theme-color01);
  border-right: 2px solid var(--theme-color01);
  transform: translateY(-50%) rotate(45deg);
  transition: opacity 0.3s;
}
.GuideModal-tourBtn-wrap .btn:hover {
  opacity: var(--hoverOpacity);
}
/* --------------------end_モーダル-------------------- */

.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: var(--theme-color01);
}

/*.swiper-pagination span.swiper-pagination-bullet:only-child{
	display:none;
}*/

.hide {
  display: none;
}

h1 img {
  width: 296px;
  height: 69px;
}

.GuideModal__contents-inner .swiper-pagination-bullets {
  text-align: center;
}
.GuideModal__contents-inner .swiper-pagination-bullets span:only-child {
  display: none;
}

.lb-l {
  line-break: loose;
}

.h-searchBox {
  display: flex;
  justify-content: space-between;
}
.h-searchBox .h-searchBoxChild {
  width: 48%;
}
.h-searchBoxChild {
  width: 100%;
}
.h-searchBox .h-search::after {
  content: none;
}
.h-searchBox .h-searchBoxChild .h-search {
  justify-content: center;
}
.h-searchBoxChild .h-search {
  justify-content: flex-start;
}
.nSearchResult {
  display: none;
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
  background: #eee;
  padding: 15px;
  font-size: 14px;
}

/*TTJヘッダー・フッター非表示*/
header#top,
footer.footer_multi {
  display: none;
}
/*ウィジェット非表示　はWOVNの設定に変更*/
/*html:lang(ja) #wovn-translate-widget{
	display:none!important;
}*/

.Search__form {
  border: 0.2rem solid #e5e5e5;
  background: white;
  border-radius: 0.6rem;
}
