@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
#btnToTop{
  z-index: 30;
}
:root{
  --number01: 44px;
}

.confirmation {
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px 0;
    word-break: break-all;
}
h1{
  width: 1024px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}
.contents *,
.contents *:before,
.contents *:after {
  box-sizing: border-box;
}
.YuMincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho,  serif;
}
.YuGothic{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.sec_bg{
  position: relative;
  overflow: hidden;
}
.sec_bg:nth-last-of-type(odd){
  background-color: #F7F7F7;
}
#reco_tour::after{
  content: "";
  position: absolute;
  background: url(/attending/kaigai/train/images/bg01.png) no-repeat;
  background-size: contain;
  width: 1345px;
  height: 651px;
  bottom: 0;
  left: calc(50% - 1345px / 2 - 600px);
  display: inline-block;
  z-index: 10;
}

#reco_train::after{
  content: "";
  position: absolute;
  background: url(/attending/kaigai/train/images/bg_il01.svg) no-repeat;
  background-size: contain;
  width: 350px;
  height: 134px;
  bottom: 0;
  right:calc(50% - 350px / 2 - 500px);
  display: inline-block;
  z-index: 10;
}

#location::before{
  content: "";
  position: absolute;
  background: url(/attending/kaigai/train/images/bg02.png) no-repeat;
  background-size: contain;
  width: 1345px;
  height: 651px;
  top: 0;
  right: calc(50% - 1345px / 2 - 600px);
  display: inline-block;
  z-index: 10;
}
#location::after{
  content: "";
  position: absolute;
  background: url(/attending/kaigai/train/images/bg03.png) no-repeat;
  background-size: contain;
  width: 1345px;
  height: 651px;
  bottom: 0;
  left: calc(50% - 1345px / 2 - 600px);
  display: inline-block;
  z-index: 10;
}
/* キービジュアル */

/* keyvis */
.keyvis{
  padding-bottom: var(--number01);
  background-color: #F7F7F7;
}
.keyvis_inner{
  background: url("/attending/kaigai/train/images/keyvis_bg.png") 0% 100% / cover no-repeat;
  height: 594px;
  margin-top: var(--number01);
  position: relative;
}

.keyvis .Common21__inner{
  position: relative;
  padding-top: var(--number01);
}
.keyvis_title{
  position: absolute;
  top: 10px;
  left: calc(50% - 410px / 2);
  z-index: 5;
}
.slide_keyvisual{
  height: 450px;
  margin-top: calc(var(--number01) * -2);
}
.keyvis .slick-track{
  height: inherit;
}
.slide_keyvisual .item-slide{
  position: relative;
}
.slide_keyvisual .item-slide img{
  border-radius: 15px;
}
.slide_keyvisual .item-slide .copyright{
  position: absolute;
  text-align: right;
  bottom:5px;
  right: 10px;
  font-size: 10px;
  color: #fff;
  z-index: 20;
  line-height: 1.2;
  text-shadow: -1px 2px 3px rgb(0 0 0 / 70%), -1px -1px 2px rgb(0 0 0 / 70%);
}

.keyvis_text{
  width: 700px;
  margin: 25px auto 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
  color: #043D5C;
  /* text-shadow: 
    1px 1px 3px rgba(255, 255, 255, 1.0),
    1px 1px 3px rgba(255, 255, 255, 1.0),
    1px 1px 3px rgba(255, 255, 255, 1.0),
    -1px -1px 3px rgba(255, 255, 255, 1.0), 
    -1px -1px 3px rgba(255, 255, 255, 1.0), 
    -1px -1px 3px rgba(255, 255, 255, 1.0); */
}

#reco_tour .h_wrapper{
  /* padding-top:calc(var(--number01) * 2) ; */
}
.h_wrapper{
  padding:60px 0 90px;
}
.h_title{
  position: relative;
  color: #988246;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 44px 0 20px;
}

/* .h_title::before{
  content:'';
  position: absolute;
  background: url("/attending/kaigai/train/images/h_line.svg") no-repeat;
  width: 312px;
  height: 17px;;
  top:calc(50% - 17px / 2);
  left: 0;
}
.h_title::after{
  content:'';
  position: absolute;
  background: url("/attending/kaigai/train/images/h_line.svg") no-repeat;
  width: 312px;
  height: 17px;;
  top:calc(50% - 17px / 2);
  right: 0;
} */
.h_title::before,
.h_title::after{
  content:'';
  position: absolute;
  /* 透明を 31px まで続けて 32pxめに #333 の色になる垂直のグラデーション */
  background-image: linear-gradient(90deg, transparent 10px, #CBBD98 10px);
  background-size: 12px;
  height: 17px;
  top: calc(50% - 17px / 2);
}
.h_title::before{
  left: 0;
}
.h_title::after{
  right: 0;
}

#reco_tour .h_title::before,
#reco_tour .h_title::after{
  width: calc(50% - 7em / 2 - 1em);
  /* 見出し7文字 */
}
#reco_train .h_title::before,
#reco_train .h_title::after{
  width: calc(50% - 10em / 2 - 1em);
}
#location .h_title::before,
#location .h_title::after{
  width: calc(50% - 9em / 2 - 1em);
}
#qa .h_title::before,
#qa .h_title::after{
  width: calc(50% - 6em / 2 - 1em);
}
#qa .h_title{
  color: #fff;
}
#qa .h_title::before,
#qa .h_title::after{
  background-image: linear-gradient(90deg, transparent 10px, #fff 10px);
}



.h_title .icn{
  position: absolute;
  top:-35px;
  left: calc(50% - 110px / 2);
  width: 110px;
  height: 22px;
}

#qa .h_title{
  color: #fff;
}

/* 遷移ボタン_start */
.search__btn {
  margin-bottom: 20px;
}
.search__btn:first-of-type {
  margin-top: 20px;
}
.search__btn button {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: transform 0.3s, background-color 0.3s;
}
.search__btn button::before,
.search__btn button::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s;
}
.search__btn button::before {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.search__btn button::after {
  width: 4px;
  height: 4px;
  top: 50%;
  right: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  transform: translateY(-50%) rotate(45deg);
}
.search__btn button:hover {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.search__btn button:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.search__btn button:hover::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
/* 遷移ボタン_end */

.Common21__section-ttl-lev1::before {
left: 50%;
transform: translateX(-100%);
background: var(--corporate-color);
}

.Common21__section-ttl-lev1::after {
left: 50%;
background: var(--sub-corporate-color);
}

/* その他おすすめ特集_start */
.swiper-slider__outer {
  position: relative;
  z-index: 20;
}

.bannerCassette_content .bannerImg {
    width: 230px;
    height: 173px;
}
/* swiper */
#SlideBanner .swiper-wrapper {
  margin-bottom: 30px;
}

.swiper-slider__outer .swiper-button-prev {
  top: calc(50% - 15px);
  left: -25px;
}

.swiper-slider__outer .swiper-button-next {
  top: calc(50% - 15px);
  right: -25px;
}

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

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

.swiper-slider__outer .swiper-button-prev,
.swiper-slider__outer .swiper-button-next {
  background-color: #988246;
  border-radius: 50%;

  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 30;
  transition: all 0.3s;
  background-image: none;
}

.swiper-slider__outer .swiper-button-prev:active,
.swiper-slider__outer .swiper-button-next:active {
  transition: all 0.3s;
  opacity: 0.5;
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
}

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

.swiper-slider__outer .swiper-button-next::before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

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

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* その他おすすめ特集_end */

.nav {
  position: relative;
  z-index: 20;
  bottom: calc(-1 * var(--number01) / 2);
  
  /* left: calc(50% - 1024px / 2); */
  height: 100px;
}
.nav .Common21__inner {
  border-radius: 15px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
  padding-top: 0;
}
.nav__list-links {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.nav__list-links li {
  flex: 1;
  position: relative;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border-bottom: 4px solid #fff;
  height: 100px;
}
.nav__list-links li a {
  word-break: keep-all;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 10px;
  display: block;
  width: 100%;
  height: 100%;
}
.nav__list-links li:last-of-type {
  border-radius: 0 0 15px 0;
}
.nav__list-links li:first-of-type {
  border-radius: 0 0 0 15px;
}
.nav__list-links li:hover {
  border-bottom: 4px solid #59AEDB;
  transition: all 0.3s;
  border-radius: 0;
}
/* .nav__list-links li:last-of-type {
  border-right: none;
} */
.nav__list-links li .icn {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 20px;
}
.nav__list-links li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #333;
  border-right: 1.5px solid #333;
  transform:translateY(-10px) rotate(135deg) skew(10deg, 10deg);
}

.nav__list-links a:hover {
  color: #827e7e !important;
}




.tour_wrapper {
	width: 1024px;
	margin: 0 auto;
	display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tourCassette_content {
  width: calc(100% / 4 - 14px);
	border: 1px solid #EAE9E8;
	border-radius: 8px;
	margin-right: 14px;	
	margin-bottom: 14px;	
	height: auto;
	position: relative;
	background-color: #fff;
  filter: drop-shadow(1px 4px 5px rgba(0, 0, 0, 0.1));
  z-index: 20;
}
.tourCassette_content:nth-of-type(4n) {
  margin-right: 0;	
}

.tourCassette_content:last-child {
	margin-right: auto;	
}

.tourCassette_content a {
	transition: 0.3s;
	display: block;
}

.tourCassette_content a:hover {
	opacity: .7;
}

.tourCassette_ph {
  content-visibility: auto;
  contain-intrinsic-size: 189px;
  height: 150px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  margin-bottom: 10px;  
}
.tourCassette_ph img {
  object-fit: cover;
}

.txts {
	padding: 10px;
}

.txts ul {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 13px;
}

.txts ul li {
  background-color: #fff;
  border: 1px solid #97814A;
  padding: 1px;
  color: #97814A;
  text-align: center;
  font-size: 12px;
  margin-right: 6px;
  font-weight: 600;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.txts ul li:last-of-type {
  margin-right: 0;
}

.tour_card__desc {
  background: #E6DDC3;
  color: #988246;
  font-size: 12px;
  font-weight: bold;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 4px;
  padding: 2px 2px 2px 8px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desc__clamp {
  font-size: 12px;
  font-weight: bold;
  vertical-align: bottom;
}

.tourCassette_title {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 9px;
}

.tourCassette_text {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 48px;
  /* text-decoration: underline;
  text-decoration-color: #fff0f0;
  text-decoration-thickness: 5px;
  text-underline-offset: -2px; */
}



.tourCassette_pirce {
  font-size: 16px;
  color: #E33C0B;
  font-weight: 600;
  position: absolute;
  bottom: 17px;
  right: 10px;
}




/* おすすめの鉄道・列車 */

.reco_train_lists{
  display: flex;

}


.reco_trainCassette_content {
  width: calc(100% / 4 - 11px);
	border-radius: 8px;
	margin-right: 14px;	  
	height: auto;
	position: relative;
  z-index: 20;
	background-color: #fff;
  filter: drop-shadow(1px 4px 5px rgba(0, 0, 0, 0.1));
}
.reco_trainCassette_body{
}
.reco_trainCassette_content:nth-of-type(4n) {
  margin-right: 0;	
}

.reco_trainCassette_content:last-child {
	margin-right: auto;	
}

.reco_trainCassette_content a {
  height: 100%;
  display: block;
  transition: 0.3s;
	display: block;
}
.reco_trainCassette_content a:hover{
  opacity: 0.7;
  transition: all 0.3s;
}

.reco_trainCassette_ph {
  /* content-visibility: auto;
  contain-intrinsic-size: 189px; */
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.reco_trainCassette_ph img {
  object-fit: cover;
  object-position: 70% 100%;
  height: 150px;
  width: 225px;
}

.reco_trainCassette_txts {
	padding:10px;
}
.reco_trainCassette_lodging {
  color: #988246;
  font-size: 13px;
  margin:0 0 4px;
  text-align: left;
  position: relative;
  padding-left: 15px;
}

.reco_trainCassette_lodging::before{
  content:'';
  background: url(/attending/kaigai/train/images/icn_location.png) 100% / 10px 14px no-repeat;
  position: absolute;
  top: calc(50% - 14px / 2);
  left: 0;
  width: 10px;
  height: 14px;
}

.reco_trainCassette_title {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 6px;
  font-weight: 600;
  color: #043D5C;
}

.reco_trainCassette_text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 60px;
}
.reco_trainCassette_btn{
  font-size: 16px;
  background-color: #59AEDB;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  position: absolute;
  bottom: 17px;
  text-align: center;
  margin: 0 12px;
  width: calc(100% - 24px);
  transition: all 0.3s;
}
.reco_trainCassette_btn:hover{
  opacity: 0.7;
  transition: all 0.3s;
}
.reco_trainCassette_btn a {
  padding: 10px 0;
}
.reco_trainCassette_btn::before{
  content: "";
	display: block;
	top: calc(50% - 2px);
	right: 26px;
	width: 5px;
	height: 5px;
	position: absolute;
	border-top: 2px solid #59AEDB;
	border-right: 2px solid #59AEDB;
	transform: translateY(-35%) translateX(110%) rotate(45deg);
	transition: border-color 0.5s;
	z-index: 5;
}

.reco_trainCassette_btn::after{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  z-index: 1;
}
  
/* .reco_trainCassette_btn::after{
  content:'';
  border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	transform:rotate(135deg) skew(1deg, 1deg);
	position: absolute;
  top: calc(50% - 10px / 2);
	right:15px;
	width: 10px;
	height: 10px; 
}*/
/* おすすめの鉄道・列車_end */

/* 方面から列車を探す */
.location_inner{
  padding-bottom: 60px;
}
.location_btns{
  display: flex;
  width: 860px;
  margin: 0 auto;
  gap: 0 20px;
}
.location_btn br{
  display: none;
}
.location_btn{
  color: #043D5C;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  outline:1px solid #043D5C;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  transition: 0.3s;
  /* word-break: keep-all; */
  padding: 15px 0px;
  text-align: center;
  line-height: 1.4;
}
.location_btn:hover{
  background: #E7F5FD;
  outline-width: 2px;
  cursor:pointer;
  transition: 0.3s;
}
.location_btn.current{
  background: #043D5C;
  color: #fff;
  position: relative;
}
.location_btn.current::after{
  content: '';
  background: #043D5C;
  width: 21px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom:-10px;
  left:calc(50% - 21px / 2);

}

.train_lists_wrap{
  width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.train_lists{
  position: relative;
  z-index: 20;

}
.train_list a{
  transition: all 0.3s;
}
.train_list a:hover{
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #043D5C;
  text-decoration-thickness: 1px;
  transition: all 0.3s;
}
.train_list_title strong br{
  display: none;
}
.train_list_title{
  color: #043D5C;
  margin: 50px auto 28px;
  text-align: center;
  position: relative;
  z-index: 20;
}
.train_list_title > strong{
  font-size: 28px;
  font-weight: 600;
  border-bottom: 2px solid #043D5C;
  padding-bottom: 8px;
}
.train_list_h:not(.open)::after{
  content: '';
  width: 924px;
  height: 1px;
  background: #D3E5EF;
  position: absolute;
  bottom:0;
  left: calc(50% - 924px / 2);
}
.train_list_h strong br{
  display: none;
}
.train_list_h{
  color: #043D5C;
  width: 1024px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;  
  position: relative;
  z-index: 20;
  cursor: pointer;
}
.train_list_h:hover{
  opacity: 0.7;
  transition: all 0.3s;
}
.train_list_h > strong{
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.train_list_h > strong:hover{
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-color: #043D5C;
  text-decoration-thickness: 1px;
  transition: all 0.3s;
}
.train_lists{
  background: #E7F5FD;
  border-radius: 16px;
}
.train_lists_inner{
  padding: 30px;
}
.train_lists_inner ul{
  display: flex;
  flex-flow:row wrap;
  gap: 20px 10px;
}
.train_list{
  width: calc((100% - 10px) / 2);
  padding-right: 30px;
  word-break: keep-all;
}
.train_list a{
  color: #043D5C;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
}
.train_list a span{
  font-size: 13px;
  position: relative;
}
.train_list a span::after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: #55ADDD 2px solid;
  border-right: #55ADDD 2px solid;
  transform: rotate(135deg);
  top: calc(50% - 8px / 2 - 3px);
  position: absolute;
  right: -24px;
  margin: auto;
  transition: all 0.3s;
}


.train_lists_inner .close_box a{
  text-align: center;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #043D5C;
  width: 90px;
  height: 34px;
  border: 1px solid #D3E5EF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 20px;
  margin: 20px auto 0;
}
.train_lists_inner .close_box a::before,
.train_lists_inner .close_box a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px / 2);
  left: 20px;
  width: 1.5px; /* 棒の幅（太さ） */
  height: 10px; /* 棒の高さ */
  background: #043D5C;
}
.train_lists_inner .close_box a::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.train_lists_inner .close_box a::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.train_list_h:not(.open) .icn_box{
  display: block;
  width: 11px;
  height: 11px;
  border-top: #043D5C 2px solid;
  border-right: #043D5C 2px solid;
  transform: rotate(-45deg);
  top: calc(50% - 16px / 2 + 4px);
  position: absolute;
  right: 40px;
  margin: auto;
  transition: all 0.3s;
}
.train_list_h.open .icn_box{
  display: block;
  width: 11px;
  height: 11px;
  border-top: #043D5C 2px solid;
  border-right: #043D5C 2px solid;
  transform: rotate(135deg);
  top: calc(50% - 16px / 2);
  position: absolute;
  right: 40px;
  margin: auto;
  transition: all 0.3s;
}

/* 方面から列車を探す_end */




.railway_article {
  width: 1024px;
  margin: 30px auto 40px;
  background-color: white;
  border-radius: 30px;
  padding: 40px;
  border: 1px solid #E5E5E5;
  position: relative;
  z-index: 20;
}
.railway_article__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.railway_article:not(:first-of-type) {
  /* margin-top: 30px; */
}

.railway_article__sec:nth-of-type(odd){
  width: 472px;
  height: auto;
}
.railway_article__sec:nth-of-type(even){
  position: relative;
  z-index: 20;
  width: 430px;
}
.railway_article__slide {
  position: relative;
  overflow: hidden;
  align-self: flex-start;
}


.railway_article__slide .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.railway_article__slide .swiper-slide .copyright{
  position: absolute;
  text-align: right;
  bottom:5px;
  right: 10px;
  font-size: 10px;
  color: #fff;
  z-index: 20;
  line-height: 1.2;
  text-shadow: -1px 2px 3px rgb(0 0 0 / 70%), -1px -1px 2px rgb(0 0 0 / 70%);
}
.railway_article__slide .swiper-slide img {
  width: 472px;
  height: 305px;
  object-fit: cover;
}



.railway_article__slide:has(.swiper-pagination-bullet[aria-label="Go to slide 2"]) {
  padding-bottom: 27px;
}

.swiper-pagination:not(:has(.swiper-pagination-bullet[aria-label="Go to slide 2"])) {
  display: none;
}

.railway_article__slide.swiper-container-horizontal > .swiper-pagination-bullets,
.railway_article__slide .swiper-pagination-custom,
.railway_article__slide .swiper-pagination-fraction {
  bottom: 0;
}
.railway_article__slide.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.railway_article__slide .swiper-pagination-bullet-active {
  background: #55ADDD;
}

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

.railway_article__h{
  font-size: 15px;
  color: #BABABA;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}
.railway_article__name{
  font-size: 28px;
  color: #043D5C;
  font-weight: 600;
  margin: 3px auto 15px;
  line-height: 1.2;
}
.railway_article__tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 15px;
}

.railway_article__tag {
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  border-radius: 100vw;
  background-color: #55ADDD;
  color: #fff;
}

.railway_article__point {
  /* margin-bottom: 20px; */
}



.railway_article__sec .routemap img{
  border-radius: 15px;
  border: 2px solid #043D5C;
}
.railway_article__sec .routemap{
  position: relative;
}
.railway_article__sec .routemap::before{
  content: '路線図';
  background: #043D5C;
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 33px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.railway_article__info dl{
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  gap: 0 20px;
}
.railway_article__info:not(:last-of-type) dl{
  margin-bottom: 20px;
}
.railway_article__info_h{
  color: #043D5C;
  font-size: 14px;
  font-weight: 600;
  min-width: 105px;
  text-align: justify;
}
#asia02 .railway_article__info:nth-of-type(n+2) .railway_article__info_h{
  min-width: 30px;
}
.railway_article__info_txt{
  font-size: 14px;
  text-align: justify;
}

.railway_article__phts{
  margin-top: 30px;
}
.railway_article__phts ul{
  display: flex;
  gap: 0 25px; 
}
.railway_article__phts li{
  width: 298px;
}
.railway_article__phts .swiper-scrollbar{
  display: none;
}
.railway_article__pht {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.railway_article__pht .copyright{
  position: absolute;
  text-align: right;
  bottom:5px;
  right: 10px;
  font-size: 10px;
  color: #fff;
  z-index: 20;
  line-height: 1.2;
  text-shadow: -1px 2px 3px rgb(0 0 0 / 70%), -1px -1px 2px rgb(0 0 0 / 70%);
}

.railway_article__pht img{
  width: 298px;
  height: 204px;
  object-fit: cover;
  border-radius: 15px;
}
.railway_article__pht_txt{
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;

}

.railway_article__btn{
}
.railway_article__btn a{
  font-size: 18px;
  background-color: #59AEDB;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;  
  width: 550px;
  height: 63px;
  margin: 30px auto 0;
}
.railway_article__btn a:hover{
  opacity: 0.7;
  transition: all 0.3s;
}
.railway_article__btn a::before{
  content: "";
	display: block;
	top: calc(50% - 2px);
	right: 26px;
	width: 5px;
	height: 5px;
	position: absolute;
	border-top: 2px solid #59AEDB;
	border-right: 2px solid #59AEDB;
	transform: translateY(-35%) translateX(110%) rotate(45deg);
	transition: border-color 0.5s;
	z-index: 5;
}

.railway_article__btn a::after{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  z-index: 1;
}


/* 他の方面の列車を見る */
.other_train_group{
  display: flex;
  width: 900px;
  margin: 0 auto;
  gap: 0 30px;
}
.other_train__btn{
  width: 100%;  
}
.other_train__btn a{
  color: #043D5C;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 0;
  border-radius: 15px;
  outline:1px solid #043D5C;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 20;
  transition: 0.3s;
  padding: 10px;
  position: relative;
}
.other_train__btn a:hover{
  background: #E7F5FD;
  outline-width: 2px;
  cursor:pointer;
  transition: 0.3s;
}
.other_train__btn:has(>.current){
  display: none;
}
.other_train__btn a::before{
  content: "";
	display: block;
	top: calc(50% - 2px);
	right: 26px;
	width: 5px;
	height: 5px;
	position: absolute;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
  transform: translateY(-22%) translateX(120%) rotate(315deg);
	transition: border-color 0.5s;
	z-index: 5;
}

.other_train__btn a::after{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #043D5C;
  transform: translateY(-50%);
  z-index: 1;
}
.other_train__pht{


}
.other_train__pht img{
  width: 132px;
  height: 94px;
  object-fit: cover;
  border-radius: 10px;
}
.other_train__h br + br{
  display: none;
}
.other_train__h{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}




/*FAQ*/
.qa_list {
  margin-bottom: 20px;
}
.qa_list dt {
  box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 35px;
  padding: 10px 0;
  transition: all 0.3s;
}
.qa_list dt:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.qa_list dd:has(.qa_contents_txt) {
  padding: 10px 0;
  /* background-color: rgb(25 138 198 / 70%); */
  /* filter: drop-shadow(0 0 5px #198ac6); */
}
.qa_list dd .qa_contents_txt {
  display: flex;
  justify-content: flex-start;
}

.qa_list .qa_title_arrow {
  display: flex;
  width:100%;
  position: relative;
}
.qa_list .qa_title_arrow::after {
  content:'';
  position: absolute;
  top: calc(50% - 24px / 2);
  right: 26px;
  background: #043D5C;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.qa_list dt .icon_Q {
  font-family: 'Cormorant Garamond', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #96792A;
  font-size: 30px;
  font-weight: 500;
  width:60px;
}
.qa_list dt .qTxt{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #043D5C;
  width:100%;
}
.qa_list dd {
  display: none;
}
.qa_list dd .icon_A {
  font-family: 'Cormorant Garamond', serif;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffc537;
  font-size: 30px;
  font-weight: 500;
  width:60px;
  text-shadow: -1px 2px 3px rgb(25 138 198 / 70%), -1px -1px 2px rgb(25 138 198 / 70%);
}
.qa_list dd .aTxt {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  color: #fff;
  text-shadow: -1px 2px 3px rgb(25 138 198 / 70%), -1px -1px 2px rgb(25 138 198 / 70%);
}
.qa_list dt::before,
.qa_list dt::after {
content: "";
position: absolute;
top: 50%;
right: 30px;
display: block;
background-color: #FFFFFF;
width: 15px;
height: 2px;
transform: translateY(-50%);
z-index: 10;
}

.qa_list dt:after {
  transform: translateY(-50%);
}

.qa_list dt:before {
  transform: translateY(-50%) rotate(90deg);
}
.qa_list.selected dt:before {
  display: none;
}
.qa_list dt.faq_open:before {
  transform: translateY(-50%);
}
.qa_list:first-of-type dd {
display: block;
}

#qa.sec_bg{
  background: url(/attending/kaigai/train/images/bg_BP19-113395D.jpg) 50% 0% / 135% auto no-repeat;
  height: 100%;
  position: relative;
}
.qa_bg{
  background: rgb(25 138 198 / 82%);
  height: 100%;
}

/*モーダル*/
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #f4f4f4;
  margin: 5% auto;
  width: 1100px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@keyframes modalopen {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px 0 0;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-header .modalClose {
  font-size: 2rem;
  text-align: right; 
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.modal-header .modalClose::before,
.modal-header .modalClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 27px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
.modal-header .modalClose::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-header .modalClose::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.modal-body {
  color: black;
}

.closs_btn{
  font-size: 16px;
  background-color: #d8d8d8;
  color: #333;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 0;
  bottom: 17px;
  text-align: center;
  margin: 0 12px;
  width: calc(20% - 24px);
  transition: all 0.3s;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.closs_btn:hover{
  opacity: 0.7;
  transition: all 0.3s;
}

.modal-fotter {
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}

.modal-fotter .modalClose {
  font-size: 2rem;
  display: block;
  position: relative;
  text-align: center;
  padding-right: 1em;
}
.modal-fotter .modalClose::before,
.modal-fotter .modalClose::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16%;
  width: 2px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
.modal-fotter .modalClose::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-fotter .modalClose::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.block_recommended .swiper-slide a:hover{
  transition: all 0.3s;
  opacity: 0.7;
}

/* 路線図mapトリ時のレイアウト変更_start */
#asia04 .railway_article__info_group,
#europe11 .railway_article__info_group{
    display: grid;
    justify-content: space-between;
    grid-template-columns: 430px 430px;
    grid-template-rows: auto auto;
    width: 942px;
    margin-top: 10px;
}
#asia04 .railway_article__info:nth-of-type(1),
#europe11 .railway_article__info:nth-of-type(1){
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 2;
}
#asia04 .railway_article__info:nth-of-type(2),
#europe11 .railway_article__info:nth-of-type(2){
  grid-row-start: 2;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
}
#asia04 .railway_article__info:nth-of-type(3),
#europe11 .railway_article__info:nth-of-type(3){
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
}
#asia04 .railway_article__info:nth-of-type(4),
#europe11 .railway_article__info:nth-of-type(4){
  grid-row-start: 2;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
}
#asia04 .railway_article__info dl,
#europe11 .railway_article__info dl{
  padding: 10px 0;
  margin-bottom: 0;
}
/* 路線図mapトリ時のレイアウト変更_end */