@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");

.webNotoSerif {
  font-family: "Noto Serif JP", serif;
}

.fontTime {
  font-family: "Times New Roman", Times, "serif";
}

.contWrap1024 {
  width: 1024px;
  margin: 0px auto;
  position: relative;
}

.anc {
  position: relative;
}
.ancIn {
  position: absolute;
  /*top: -69px;*/
}

.relativeWrap01 {
  position: relative;
}

a.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

.boxShadow01 {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.1);
}

/*------------------------------------*/

.contents {
  margin: 0 auto;
  background-color: #f9f5ed;
}

.contents h2 {
  text-align: center;
}

/* ツアー str */
.dept__tour--inner {
  position: relative;
}

.Tour--train__wrapper {
  display: flex;
  justify-content: flex-start;
}

.Tour__train {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 40px;
  margin: 0 auto;
  position: static;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.Tour--train {
  display: flex;
  flex-direction: column;
  width: calc(calc(1024px / 4) - 15px);
  height: auto;
  background-color: #fff;
}

.Tour--train__link {
  display: block;
  width: 100%;
  height: 100%;
  /* position: absolute;
  top: 0;
  left: 0; */
  z-index: 1;
  transition: opacity 0.5s;
}

.Tour--train__link:hover {
  opacity: 0.5;
}

.Tour--train__img {
  overflow: hidden;
}

.Tour--train img {
  transition: opacity 0.3s;
}

a.Tour--train__link:hover + figure > img {
  opacity: var(--hoverOpacity);
}

.Tour--train__group {
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Tour--train__dest {
  color: #fff;
  background-color: var(--corporate-color);
  margin: 0 10px 5px;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.Tour--train__tags {
  display: flex;
  justify-content: flex-start;
  padding: 20px 15px 10px 15px;
}

.Tour--train__tag01,
.Tour--train__tag02 {
  max-width: calc(96% / 2);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
}

.Tour--train__tag01 {
  margin-right: 5px;
  border: 1px solid gray;
}

.Tour--train__tag01-inner {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 3px;
  line-height: 1.1;
}

.Tour--train__tag02 {
  color: white;
  white-space: nowrap;
  background-color: gray;
}

.Tour--train__name {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 0 20px;
  text-decoration: underline;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.Tour--train__caption {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding: 0 20px;
}

.Tour--train__price {
  color: #ff2800;
  font-family: arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.01em;
  margin-top: auto;
  padding: 0 10px 10px;
}

/* swiper */
.swiper-button-prev {
  left: -25px;
}

.swiper-button-next {
  right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #fff;
  border-radius: 50%;

  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;

  transition: all 0.3s;

  background-image: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  transition: all 0.3s;
  opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
}

.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-container-horizontal > .swiper-scrollbar {
  left: 0;
  width: 100%;
  height: 10px;
}

/* start_おすすめ特集 */

.Other {
  padding: 80px 0 40px 0;
  width: 1024px;
  margin: 0 auto;
}

.Other__swiper-outer {
  position: relative;
}

.swiper-container-horizontal > .swiper-scrollbar {
  left: 0 !important;
  width: 100% !important;
  height: 8px !important;
}

.common_recommend_wapper {
  margin-top: 50px;
}

#SlideBanner {
  width: 1024px;
}

.swiper-wrapper {
  margin-bottom: 25px;
}

.bannerCassette_content {
  width: 95%;
}

.bannerCassette_content p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.3;
}

.bannerCassette_content p.bannerImg {
  width: 230px;
  height: 174px;
}

.bannerCassette_content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.swiper-banner-container {
  position: relative;
  width: 1074px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.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,
.swiper-button-next {
  background-color: transparent !important;
  width: 62px !important;
  height: 62px !important;
  background-size: 100% auto !important;
  margin-top: -147px !important;
}

.Other__swiper-outer .swiper-button-prev,
.Other__swiper-outer .swiper-button-next {
  margin-top: -40px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  right: -28px;
  background-image: url("/attending/kokunai/train/images/slide_ar.png") !important;
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  left: -28px;
  background-image: url(/attending/kokunai/train/images/slide_ar.png) !important;
  transform: scale(-1, 1);
  /* 左右反転 */
}

.bannerImg {
  transition: opacity 0.3s;
}

.bannerImg:hover {
  opacity: 0.7;
}

/* end_おすすめ特集 */

/*---------------------------------*/

.mainAncNaviWrap01 {
  margin-top: 20px;
  text-align: center;
}
.mainAncNaviWrap01 ul {
  display: flex;
  justify-content: center;
}
.mainAncNaviWrap01 li {
  position: relative;
}
.mainAncNaviWrap01 li::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}
.mainAncNaviWrap01 li:first-child::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
}

.mainAncNaviWrap01 li a {
  display: flex;
  justify-content: center;
  width: 260px;
  height: 55px;
  position: relative;
}
.mainAncNaviWrap01 a:link {
  color: #ffffff;
  text-decoration: none;
}
.mainAncNaviWrap01 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.mainAncNaviWrap01 a:hover {
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}
.mainAncNaviWrap01 a:active {
  color: #ffffff;
  text-decoration: none;
}

.mainAncNaviWrap01 li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -3px;
}

.mainAncNaviWrap01 li .p01 {
  font-size: 16px;
  line-height: 1.6em;
}
.mainAncNaviWrap01 li .p02 {
  font-size: 12px;
  letter-spacing: 0.4em;
  line-height: 1.3em;
}

/*----------------------------------*/

.contH2Wrap03 {
  text-align: center;
  margin-bottom: 30px;
}
.contH2Wrap03 img {
  height: 75px;
  width: auto;
}

.swiper-scrollbar {
  background-color: white;
}
