@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-color02: #5DBC67;
    --theme-color03: #D9AC12;
    --theme-color04: #83C2F0;
}

.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-image: url(/attending/guide/common_kaigai/images/h2-background.png);
    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_kaigai/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: 50px 0;
}

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

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

.keyvisual .figure.slick-slide span{
	position: absolute;
    bottom: 5px;
    right: 50px;
	padding:3px 15px;
	background-color:rgba(0,0,0,.6);
	color:#fff;
	font-size:12px;
}

/* start_keyvisual */
.keyvisual {
  /*width:1252px;*/
	/*width:100%;*/
  /*height: 578px;*/
  margin-left:auto;
  margin-right:auto;
}

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

.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: space-evenly;
    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:last-child:after{
	content: none;
}

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

.temp-city .anchor-items .anchor-item{
	width:calc(100%/3);
}
.temp-city .anchor-items .anchor-item.anchor-item-s{
	width:calc(100%/2);
}

.anchor-link {
    position: relative;
    display: flex;
	flex-direction: column;
    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-color04);
  border-right: 2px solid var(--theme-color04);
  transform: translateY(-50%) rotate(135deg);
}

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

/* end_block-anchor */

/* start_block-map */
.group-map {
    position: relative;
    background-repeat: no-repeat;
    width: 1024px;
    height: 567px;
    margin-bottom: 40px;
	border: 1px solid #e5e5e5;
}

.map-link {
  /*display: inline-block;*/
	display:inline-flex;
	align-items: center;
	z-index:3;
	position:relative;
  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 {
  background-color: #FFF5F5;
  box-shadow: 0px 10px 7px -7px rgb(0 0 0 / 0%);
}

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

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

/* end_block-map */

/* --------------------start_ranking-------------------- */
.block-ranking .Ranking{
	position:relative;
}

.Ranking__swiper{
	padding-top:40px;
}

.Tour__rank {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 5;
  color: var(--sub-corporate-color);
  font-weight: 600;
  padding: 2px 18px;
  background: #dbecfa;
  border-radius: 3px 3px 3px 0;
}

.Tour__rank::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-right: 3px;
  background: url(/attending/common/images/icn_rank--blue.svg) no-repeat center / contain;
}

.Tour__rank::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dbecfa;
  border-radius: 2px;
  transform: skewY(-45deg);
}

.Tour__rank--1::before,
.Tour__rank--2::before,
.Tour__rank--3::before {
  background-image: url(/attending/common/images/icn_rank--white.svg);
}

.Tour__rank--1 {
  color: white;
  background-color: #e3ab00;
}

.Tour__rank--2 {
  color: white;
  background-color: #969a98;
}

.Tour__rank--3 {
  color: white;
  background-color: #976b2f;
}

.Tour__rank--1::after {
  background-color: #e3ab00;
}

.Tour__rank--2::after {
  background-color: #969a98;
}

.Tour__rank--3::after {
  background-color: #976b2f;
}

.Tour__rank-unit {
  font-size: 1.3rem;
  font-weight: 400;
}
.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;
	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-color04);
}
.block-ranking .label::before {
    content: "";
    display: block;
    width: 13px;
    height: 16px;
    margin-right: 5px;
    background: url(/attending/guide/common_kaigai/images/mark.svg) no-repeat center / contain;
}
/* end_ranking */

/* --------------------start_heritage-------------------- */
.block-heritage .name, .block-art .name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px;
}

.block-heritage .caption, .block-art .caption {
  font-size: 14px;
  margin-bottom: 10px;
}
/* end_heritage */

/* --------------------start_nav-------------------- */
.block-nav ul{
	display:flex;
	justify-content: space-between;
}

.block-nav ul li{
	width:188px;
}

.block-nav ul li a small{
	padding-right:1rem;
	font-size:15px;
	letter-spacing: 0;
}

.block-nav ul li a{
	position: relative;
    display: block;
    background-color: #fff;
    border-radius: 100px;
	border:1px solid var(--theme-color04);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #000;
    width: 100%;
    margin-top: 40px;
	margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
	transition: background-color 0.5s, color 0.5s;
}
.block-nav ul li a:hover{
	background-color:var(--theme-color04);
	color:#fff;
}
.block-nav ul li a::after{
	content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--theme-color04);
    border-right: 2px solid var(--theme-color04);
    transform: translateY(-50%) rotate(135deg);
	transition: border 0.5s;
}
.block-nav ul li a:hover::after{
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
/* end_nav */

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

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

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

.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;
    display: flex;
    flex-direction: column;
    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;
    flex-grow: 1;
    display: flex;
    text-align: center;
    padding: 10px 0 5px;
    justify-content: center;
    align-items: center;
}

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

/* .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_kaigai/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;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: var(--theme-color04);
    border-radius: 100px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 5px 50px;
    transition: opacity 0.3s;
}

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

.Spot .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);
  transition: opacity 0.3s;
}

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

.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;
}
/* end_spot */

/* --------------------start_recommend-------------------- */
.h-shopping{
	margin-top:60px;
}
.h-model, .h-meal, .h-shopping, .h-search{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.block-recommend h3::before, .block-spot h3::before, .block-recommend h4::before, .block-spot h4::before{
	content: "";
    display: block;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.h-search::before{
	background-image: url(/attending/guide/common_kaigai/images/mark-search.svg);
    width: 21px;
    height: 22px;
}
.h-meal::before{
	/*background-image: url(/attending/guide/common_kaigai/images/mark-meal.svg);　アイコン消す
    width: 21px;
    height: 22px;*/
}
.h-shopping::before{
	/*background-image: url(/attending/guide/common_kaigai/images/mark-shopping.svg);アイコン消す
    width: 21px;
    height: 22px;*/
}
.block-recommend h3::after, .block-recommend h4::after{
	content: "";
    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);
}

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

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

.block-movie .Common21__inner{
	display: flex;
    justify-content: center;
	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-modelcourse-------------------- */
.block-modelcourse .Common21__inner{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.modelcourse{
	position: relative;
    width: calc(96% / 3);
    height: auto;
    padding: 15px;
	margin-left:20px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: white;
}
.modelcourse:first-child{
	margin-left:0;
}
.modelcourse__img{
	display: block;
    position: relative;
    margin-bottom: 15px;
    height: 150px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.modelcourse__caption{
	font-size: 1.4rem;
}
.block-modelcourse .modelcourse__img{
	height:auto;
}
/* end_block-modelcourse */

/* start_block-info */
#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;
}
/* end_block-info */

/* 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-color04) 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-color04);
  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;
	border:1px solid #E5E5E5;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #000;
    width: 50%;
    margin-top: 40px;
	margin-left: auto;
    margin-right: auto;
    padding: 15px 35px;
	transition: background-color 0.5s, color 0.5s;
}
.block-blog .btn:hover{
	background-color:var(--theme-color04);
	color:#fff;
}
.block-blog .btn::after{
	content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--theme-color04);
    border-right: 2px solid var(--theme-color04);
    transform: translateY(-50%) rotate(45deg);
	transition: border 0.5s;
}
.block-blog .btn:hover::after{
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
/* end_block-blog */

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

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

.search-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: solid 1px var(--theme-color04);
  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-color04);
  color: #fff;
}

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

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

.mark-hotel::before {
  background: url(/attending/guide/common_kaigai/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-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;
  margin-bottom: 0.8rem;
  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-color04);
  border-right: 2px solid var(--theme-color04);
  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-color04);
  border-right: 2px solid var(--theme-color04);
  transform: translateY(-50%) rotate(45deg);
}

.group-link_inner {
  display: flex;
	flex-wrap: wrap;
}

.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-size: 14px;
  font-weight: 600;
  color: var(--theme-color04);
  /*margin-top: 10px;*/
	margin-bottom:20px;
}

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

.guide-destlink_items_wrap{
	display:flex;
	justify-content: space-between;
	margin-top:40px;
}

.guide-destlink_items {
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 40px;
}

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

.guide-destlink_items.beu{
	width:241px;
	height: 444px;
	flex-direction: column;
	justify-content: flex-start;
}
.guide-destlink_items.beu .guide-destlink_item, .guide-destlink_items.aas .guide-destlink_item{
	width:50%;
}
.guide-destlink_items.caf{
	width:140px;
	flex-direction: column;
	justify-content: flex-start;
}
.guide-destlink_items.aas{
	width:250px;
	height:323px;
	flex-direction: column;
	justify-content: flex-start;
}
.guide-destlink_items.dnu{
	width:104px;
	flex-direction: column;
	justify-content: flex-start;
}
.guide-destlink_items.foc{
	width:140px;
	flex-direction: column;
	justify-content: flex-start;
}
.beu .guide-destlink_item, .caf .guide-destlink_item, .aas .guide-destlink_item, .dnu .guide-destlink_item, .foc .guide-destlink_item{
	padding-right:0;
	margin-right: 0;
}

/* end_block-link */

/* --------------------start_共通ボタン-------------------- */
.block-recommend .Common21__inner:not(:last-child){
	margin-bottom:60px;
}

.sec-btn-wrap .btn{
	position: relative;
    display: block;
    background-color: #fff;
    border-radius: 100px;
	border:1px solid var(--theme-color04);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #000;
    width: 39%;
    margin-top: 40px;
	margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;
	transition: background-color 0.5s, color 0.5s;
}
.sec-btn-wrap .btn:hover{
	background-color:var(--theme-color04);
	color:#fff;
}
.sec-btn-wrap .btn::after{
	content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--theme-color04);
    border-right: 2px solid var(--theme-color04);
    transform: translateY(-50%) rotate(45deg);
	transition: border 0.5s;
}
.sec-btn-wrap .btn:hover::after{
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
/* end_共通ボタン */

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

#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_ツアー枠-------------------- */

.sec__catch{
	padding:20px 50px;
	margin-bottom:30px;
	background:#F5F5F5;
}

.Tour__swiper-outer {
  position: relative;
}

.Ranking__swiper,
.Heritage__swiper,
.Gourmet__swiper,
.Spot_a__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;
}

.Ranking__swiper .swiper-slide,
.Heritage__swiper .swiper-slide,
.Gourmet__swiper .swiper-slide,
.Spot_a__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;
}

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


.Ranking__swiper .swiper-scrollbar-drag,
.Heritage__swiper .swiper-scrollbar-drag,
.Gourmet__swiper .swiper-scrollbar-drag,
.Spot_a__swiper .swiper-scrollbar-drag {
  background: #ccc;
}

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

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

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

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

.Movie {
  position: relative;
  width: calc(96% / 3);
  height: auto;
  padding: 15px;
	/*margin-left:20px;*/
  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%;
}
/*.Movie:first-child{
	margin-left:0;
}*/

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

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

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

.Spot_a:hover .caption, .Spot_b:hover .caption, .Spot_c:hover .caption, .Spot_d:hover .caption, .Spot_e:hover .caption
/*.Ranking:hover .caption,*/
/*.Gourmet:hover .caption,*/
/*.Tour:hover .caption*/ {
  text-decoration: underline;
}


.Ranking: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: 100;
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;
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; */
}
.GuideModal__contents-inner .swiper-pagination-bullets{
	text-align: center;
}
.GuideModal__contents-inner .swiper-pagination-bullets span:only-child{
	display:none;
}
.swiper-pagination-bullet-active{
	background-color:var(--theme-color04);
}
.swiper-pagination-bullet{
	width: 10px;
    height: 10px;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
	margin: 0 5px;
}
.block-spot-a .modal-information .label::before, .block-spot-b .modal-information .label::before, .block-spot-c .modal-information .label::before, .block-spot-d .modal-information .label::before, .block-spot-e .modal-information .label::before{
	content:none;
}
.block-spot-a .modal-information .label, .block-spot-b .modal-information .label, .block-spot-c .modal-information .label, .block-spot-d .modal-information .label, .block-spot-e .modal-information .label{
	color:#000;
}
.block-spot-a .GuideModal__contents-inner .btn::after, .block-spot-b .GuideModal__contents-inner .btn::after, .block-spot-c .GuideModal__contents-inner .btn::after, .block-spot-d .GuideModal__contents-inner .btn::after, .block-spot-e .GuideModal__contents-inner .btn::after{
	border-top: 1px solid var(--theme-color04);
    border-right: 1px solid var(--theme-color04);
}

/* 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.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:#d9ac12;
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 {
float: left;
display: inline-block;
border-radius: 100px;
border: solid 1px var(--theme-color04);
font-size: 15px;
line-height: 1;
color: var(--theme-color04);
margin: 0 10px 10px 0;
padding: 5px 15px;
}

.modal-other_ttl {
display: block;
font-size: 15px;
font-weight: 600;
border-bottom: solid 2px #333;
margin-bottom: 10px;
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{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	text-align: right;
    margin-right: 14%;
}

.GuideModal-tourBtn-wrap .btn{
	width:calc(99%/1);
	position: relative;
    background-color: #fff;
    border-radius: 100px;
	border:1px solid var(--theme-color04);
    font-size: 14px;
	text-align: center;
    color: #000;
    padding: 10px;
	transition: opacity 0.3s;
}
.GuideModal-tourBtn-wrap .btn:not(:first-child){
	margin-top:20px;
}
.GuideModal-tourBtn-wrap .btn.single{
	width:100%;
}
.GuideModal-tourBtn-wrap .btn:hover, .GuideModal-tourBtn-wrap .btnL:hover{
	opacity: var(--hoverOpacity);
}
.GuideModal-tourBtn-wrap .btn::after, .GuideModal-tourBtn-wrap .btnL::after{
	content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--theme-color04);
    border-right: 1px solid var(--theme-color04);
    transform: translateY(-50%) rotate(45deg);
    transition: opacity 0.3s;
}
.GuideModal-tourBtn-wrap .btnL{
	width: calc(99%/1);
	position: relative;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid var(--theme-color04);
	margin-top:20px;
    font-size: 14px;
    text-align: center;
    color: #000;
    padding: 10px;
    transition: opacity 0.3s;
}
/* --------------------end_モーダル-------------------- */

/*start_旧ページからカレンダー移植*/
/* 国の概要・気候・祝祭日 */

.infoList{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.infoList ul{
	margin-bottom:0.6em;
}
.infoList ul li{
	padding-left:0.6em;
	font-size:1.4rem;
	line-height:1.6;
	text-indent:-0.6em;
}
.infoList ul li span{
	color:#70948a;
}
.infoFlag{
	width:62.5%;
	margin:2.0em auto 2.5em;
	padding:10px;
	border:1px solid #ccc;
}
.infoFlag img{
	width:68% !important;
	margin:5px auto 15px;
	display:block;
}
.infoSeason{
	clear:both;
}
.infoSeason h3{
	width:37.7%;
	float:left;
}
.infoSeason p{
	width:60%;
	float:right;
}
.infoSeason table{
	width:100%;
}
.infoSeason th{
	color:#fff;
}
.infoSeason th,
.infoSeason td{
	padding:3px;
	line-height:1.2;
	text-align:center;
	vertical-align:middle;
	background:#FFF;
}
.infoSeason tr.temperature th{
	border-top:1px solid #ffffff;
}
.infoSeason tr.temperature td{
	color:#ff8a00;
}
.infoSeason tr.rain td{
	color:#6fb9fe;
}
/*.spring{
	background:#fff6f8;
}*/
.spring table{
	border-bottom:1px solid #ff94ab;
}
.spring th,.spring td{
	border-top:1px solid #ff94ab;
	border-left:1px solid #ff94ab;
	border-right:1px solid #ff94ab;
}
.spring .month th,.spring .temperature th{
	background:#ff94ab;
}
.spring tr.month td{
	color:#ff94ab;
}
/*.summer{
	background:#eeffff;
}*/
.summer table{
	border-bottom:1px solid #70d3d6;
}
.summer th,.summer td{
	border-top:1px solid #70d3d6;
	border-left:1px solid #70d3d6;
	border-right:1px solid #70d3d6;
}
.summer .month th,.summer .temperature th{
	background:#70d3d6;
}
.summer tr.month td{
	color:#70d3d6;
}
/*.autumn{
	background:#f2e1e1;
}*/
.autumn table{
	border-bottom:1px solid #d48484;
}
.autumn th,.autumn td{
	border-top:1px solid #d48484;
	border-left:1px solid #d48484;
	border-right:1px solid #d48484;
}
.autumn .month th,.autumn .temperature th{
	background:#d48484;
}
.autumn tr.month td{
	color:#d48484;
}
/*.winter{
	background:#fffdeb;
}*/
.winter table{
	border-bottom:1px solid #c4bd89;
}
.winter th,.winter td{
	border-top:1px solid #c4bd89;
	border-left:1px solid #c4bd89;
	border-right:1px solid #c4bd89;
}
.winter .month th,.winter .temperature th{
	background:#c4bd89;
}
.winter tr.month td{
	color:#c4bd89;
}
.infoSeason th, .infoSeason td{
	    padding: 3px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    background: #FFF;
}
/*end_旧ページからカレンダー移植*/


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

.btn {
    /*text-decoration: underline;*/
    text-align: right;
    display: block;
    /*padding: 0 20px 20px 20px;*/
}

.btn:hover {
    opacity: 0.7;
}

p.map-link, p.map-link2{
	position: absolute;
    padding: 0;
    font-size: 1.6rem;
    border-radius: 5px;
    background: #E45E61;
    color: #fff;
}
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;
}
p.map-link::before{
	content:none;
}
p.map-link a, p.map-link2 a {
    display: block;
    padding: 6px 14px;
}
p.map-link{
	bottom: 10px;
    right: 10px;
}
map-link:hover, .map-link2:hover {
    background-color: #FFF5F5;
    box-shadow: 0px 10px 7px -7px rgb(0 0 0 / 0%);
}
p.map-link:hover, p.map-link2:hover{
	background-color: #e48d8f;
}
.map-text{
	position: absolute;
	z-index: 2;
	font-weight: 600;
    line-height: 1;
	letter-spacing: 0;
	font-size: 1.6rem;
	color:#333;
}
.bg_ill li::before{
	content:"";
	position:absolute;
	background-size: contain;
	width:300px;
	height:300px;
	background-repeat: no-repeat;
	z-index:1;
}

.link {
    text-decoration: underline;
}

.link:hover {
    opacity: 0.7;
}

#sec-ranking{
	padding-bottom:0;
}

.sec-btn-wrap.Common21__inner {
    padding-bottom: 60px;
}

.link.under {
    text-decoration: underline;
}

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

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

.btn02{
	    text-decoration: underline;
    text-align: right;
    display: block;
}
a.icon:after{
	margin: 0 3px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f08e';
}

#btnToTop {
    z-index: 50;
}