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

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

:root {
  --okinawa-color: #F8BD4F;
  --hokkaido-color: #3962D0;
  --kanto-color: #8AC95C;
  --kinki-color: #BF70B3;
  --kyushu-color: #D8566A;
}

.direction__contetns__inner {
  margin-bottom: 50px;
}

/* タイトル str */
.main__visual {
  position: relative;
  background-image: url("/attending/gakusei/kokunai/images/main__visual--kokunai.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  max-width: 1950px;
  width: 100%;
  height: 440px;
  margin: 0 auto;
}

.main__visual h1 {
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  /*width: 731px;
  height: 699px;
  margin: auto;*/
}

/*.main__visual h1 img {
  margin-top: -20px;
}*/

.main__visual .label__naigai--dept {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: inline-block;
  background-color: #032181;
  border-radius: 5px;
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding: 5px 10px;
}
/* タイトル end */

/* アンカー str */
.page__anchor__wrapper > .Common21__inner {
  padding-bottom: 20px;
}

.page__anchor__items {
  display: flex;
  justify-content: space-between;
  border: solid 1px #61574B;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px 60px;
}

.page__anchor__link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #61574B;
  padding-right: 20px;
}

.page__anchor__link::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 5px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #61574B;
  border-right: 2px solid #61574B;
  transform: translateY(-50%) rotate(135deg);
}

/* アンカー end */

/* おすすめツアー str */
.kokunai__all__wrap {
  padding: 50px 0;
}

.Tour--gakusei__wrapper {
  flex-wrap: wrap;
}

.Tour--gakusei:not(:nth-of-type(4n)) {
  margin-right: 20px;
}

.Tour--gakusei:nth-child(n+5) {
  margin-top: 20px;
}

.Ranking--gakusei .Common21__fill-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--kokunai-color);
  width: 100%;
  height: 100%;
  line-height: 1.3;
  padding: 0;
}

/* おすすめツアー end */

/* ランキング str */
.ranking__all__wrap {
  padding: 50px 0;
}

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

.Ranking--gakusei {
  display: flex;
  flex-direction: column;
  width: 330px;
  height: auto;
  outline: 1px solid #e5e5e5;
  border-radius: 6px;
  background-color: #fff;
}

.Ranking--gakusei:nth-child(n+4) {
  margin-top: 20px;
}

.Ranking--gakusei:not(:nth-of-type(3n)) {
  margin-right: 17px;
}

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

.Ranking--gakusei__txt {
  padding: 10px;
}

.Ranking--gakusei__txt--inner {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Ranking--gakusei__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.Ranking--gakusei__caption {
  /* display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; */

  font-size: 1.4rem;
  margin-bottom: 10px;
}

.Ranking--gakusei__tourist {
  margin-bottom: 20px;
}

.Ranking--gakusei__tourist a {
  font-size: 1.4rem;
  color: #1d3994;
  text-decoration: underline;
}

.ranking .Ranking--gakusei__wrapper .Common21__fill-btn-wrap {
  width: 100%;
  height: 40px;
  margin-top: auto;
}

.ranking .Common21__fill-btn-wrap.kokunai {
  margin: 20px auto 50px;
}

.ranking .Common21__fill-btn-wrap.kaigai {
  margin: 20px auto 30px;
}

.Ranking__gakusei--1::before {
  content: "";
  background: url(/attending/gakusei/common/images/icn__rank01.png);
  width: 76px;
  height: 57px;
  margin-right: 15px;
}

.Ranking__gakusei--2::before {
  content: "";
  background: url(/attending/gakusei/common/images/icn__rank02.png);
  width: 76px;
  height: 57px;
  margin-right: 15px;
}

.Ranking__gakusei--3::before {
  content: "";
  background: url(/attending/gakusei/common/images/icn__rank03.png);
  width: 76px;
  height: 57px;
  margin-right: 15px;
}

.Ranking__gakusei--4::before {
  content: "";
  background: url(/attending/gakusei/common/images/icn__rank04.png);
  width: 76px;
  height: 57px;
  margin-right: 15px;
}

.Ranking__gakusei--5::before {
  content: "";
  background: url(/attending/gakusei/common/images/icn__rank05.png);
  width: 76px;
  height: 57px;
  margin-right: 15px;
}

.Ranking__gakusei--6::before {
  content: "";
  background: url(/attending/gakusei/common/images/icn__rank06.png);
  width: 76px;
  height: 57px;
  margin-right: 15px;
}

.Ranking__gakusei--7::before {
  content: "";
  background: url(/attending/gakusei/common/images/icn__rank07.png);
  width: 76px;
  height: 57px;
  margin-right: 15px;
}

.Ranking__gakusei--8::before {
  content: "";
  background: url(/attending/gakusei/common/images/icn__rank08.png);
  width: 76px;
  height: 57px;
  margin-right: 15px;
}

.Ranking__gakusei--9::before {
  content: "";
  background: url(/attending/gakusei/common/images/icn__rank09.png);
  width: 76px;
  height: 57px;
  margin-right: 15px;
}

.Ranking__gakusei--10::before {
  content: "";
  background: url(/attending/gakusei/common/images/icn__rank10.png);
  width: 76px;
  height: 57px;
  margin-right: 15px;
}

/* ランキング end */

/* 方面アンカー str */
.direction__anchor__wrapper {
  margin-bottom: 40px;
}

.direction__anchor__items {
  display: flex;
  justify-content: space-between;
  width: 765px;
  height: auto;
  margin: 0 auto;
}

.direction__anchor__item {
  width: 132px;
  font-size: 1.8rem;
  color: #61574B;
  text-align: center;
}

.direction__anchor__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 2% 0;
  transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.direction__anchor__link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #61574B;
  border-right: 1px solid #61574B;
  transform: translateY(-50%) rotate(135deg);
  transition: border-color 0.3s;
}

.direction__anchor__items .direction__anchor__link {
  background-color: #fff;
  border-radius: 100px;
  border: solid 1px #61574B;
}


.direction__anchor__items .direction__anchor__link:hover {
  color: #fff;
  background-color: #61574B;
  box-shadow: 0px 0px 0px 1px #61574B inset;
}

.direction__anchor__items .direction__anchor__link:hover::before {
  border-color: #fff;
}

/* 方面アンカー end */

/* 見出し str */
.direction__all__wrap h3 {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 400;
  margin: 0 auto 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.direction__all__wrap h3::before,
.direction__all__wrap h3::after {
  content: "";
  height: 2px;
  flex-grow: 1;
}

.direction__all__wrap h4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.3;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 50px auto 20px;
}

.direction__all__wrap svg {
  margin: 0 auto 5px;
}

/* 見出し end */

/* 地図 str */
.Direction--map__wrapper {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto 50px;
}

.Direction--map__wrapper .Common21__fill-btn {
  width: 100%;
  font-size: 1.6rem;
}

.Direction--map__img {
  width: 453px;
  height: auto;
}

.Direction--map__txt {
  width: 452px;
  height: auto;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* 地図 end */

/* 方面から探す str */
.direction__all__wrap {
  padding: 50px 0;
}

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

.Direction--dest {
  display: flex;
  flex-direction: column;
  width: 330px;
  height: auto;
  outline: 1px solid #e5e5e5;
  border-radius: 6px;
  background-color: #fff;
}

.Direction--dest:nth-child(n+4) {
  margin-top: 20px;
}

.Direction--dest:not(:nth-of-type(3n)) {
  margin-right: 17px;
}

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

.Direction--dest__txt {
  padding: 10px;
}

.Direction--dest__txt--inner {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Direction--dest__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.Direction--dest__caption {
  /* display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; */

  font-size: 1.4rem;
  margin-bottom: 5px;
}

.Direction--dest__spot {
  -moz-box-shadow: 0px 2px 5px 0px #777777;
  -webkit-box-shadow: 0px 2px 5px 0px #777777;
  -ms-box-shadow: 0px 2px 5px 0px #777777;
  box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.Direction--dest__spot--dt {
  position: relative;
  font-size: 14px;
  padding-left: 8px;
}

.Direction--dest__spot--dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
}

.Direction--dest__spot--dd {
  font-size: 14px;
  letter-spacing: -0.005em;
}

.Direction--dest__tourist {
  margin-bottom: 20px;
}

.Direction--dest__tourist a {
  font-size: 1.4rem;
  color: #1d3994;
  text-decoration: underline;
}

.Direction--dest__wrapper .Common21__fill-btn-wrap {
  width: 100%;
  height: 40px;
  margin-top: auto;
}

.Direction--dest__wrapper .Common21__fill-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--kokunai-color);
  width: 100%;
  height: 100%;
  line-height: 1.3;
  padding: 0;
}

/* 方面から探す end */

/* インスタ映えスポット str */
.Direction--spot__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.Direction--spot {
  display: flex;
  flex-direction: column;
  width: 330px;
  height: auto;
  outline: 1px solid #e5e5e5;
  border-radius: 6px;
  background-color: #fff;
}

.Direction--spot:nth-child(n+4) {
  margin-top: 20px;
}

.Direction--spot:not(:nth-of-type(3n)) {
  margin-right: 17px;
}

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

.Direction--spot__txt {
  padding: 10px;
}

.Direction--spot__txt--inner {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Direction--spot__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.Direction--spot__caption {
  /* display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; */

  font-size: 1.4rem;
  margin-bottom: 10px;
}

.Direction--spot__tourist {
  margin-bottom: 20px;
}

.Direction--spot__tourist a {
  font-size: 1.4rem;
  color: #1d3994;
  text-decoration: underline;
}

.Direction--spot__tourist a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s;
}

.Direction--spot__wrapper .Common21__fill-btn-wrap {
  width: 100%;
  height: 40px;
  margin-top: auto;
}

.Direction--spot__wrapper .Common21__fill-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--kokunai-color);
  width: 100%;
  height: 100%;
  line-height: 1.3;
  padding: 0;
}

/* インスタ映えスポット end */

/* おすすめのホテル str */
.Direction--hotel__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.Direction--hotel {
  display: flex;
  flex-direction: column;
  width: 330px;
  height: auto;
  outline: 1px solid #e5e5e5;
  border-radius: 6px;
  background-color: #fff;
}

.Direction--hotel:nth-child(n+4) {
  margin-top: 20px;
}

.Direction--hotel:not(:nth-of-type(3n)) {
  margin-right: 17px;
}

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

.Direction--hotel__txt {
  padding: 10px;
}

.Direction--hotel__txt--inner {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Direction--hotel__baloon {
  position: relative;
  display: block;
  border: solid 1px #F8BD4F;
  font-size: 1.5rem;
  color: #f8bd4f;
  text-align: center;
  margin-bottom: 10px;
  padding: 2px 0;
}

.Direction--hotel__baloon::before {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #F8BD4F;
  border-right: 1px solid #F8BD4F;
  background-color: #fff;
  transform: translateY(-50%) rotate(135deg) skew(-15deg, -15deg);
}

.Direction--hotel__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.Direction--hotel__caption {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;

  font-size: 1.4rem;
  margin-bottom: 10px;
}

.Direction--hotel__tourist {
  margin-bottom: 20px;
}

.Direction--hotel__tourist a {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #1d3994;
  text-decoration: underline;
}

.Direction--hotel__wrapper .Common21__fill-btn-wrap {
  width: 100%;
  height: 40px;
  margin-top: auto;
}

.Direction--hotel__wrapper .Common21__fill-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--kokunai-color);
  width: 100%;
  height: 100%;
  line-height: 1.3;
  padding: 0;
}

/* おすすめのホテル end */

/* 目的から探す str */
.Direction--search__wrapper.sp {
  display: none;
}

.info-visit.area-modal {
  display: none;
}

.Direction--search__wrapper--inner {
  display: flex;
  justify-content: space-between;
}

.Direction--search__wrapper--inner:first-child {
  margin-bottom: 15px;
}

.col01 {
  position: relative;
  width: 418px;
  height: 338px;
}

.col02 {
  width: 398px;
  height: 338px;

  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.col03 {
  position: relative;
  width: 186px;
  height: 338px;
}

.col04 {
  position: relative;
  width: 195px;
  height: 280px;
}

.col05 {
  position: relative;
  width: 365px;
  height: 280px;
}

.col06 {
  position: relative;
  width: 442px;
  height: 280px;

  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.row01,
.row02,
.row03,
.row04 {
  position: relative;
}

.img-gallery .img-hover:hover .info-visit {
  opacity: 1;
  cursor: pointer;
}

.img-gallery .info-visit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 10px 50px;
  opacity: 0;
  transition: 0.3s;
  border-radius: 5px;
}

.img-gallery .info-visit .wrap02 {
  position: relative;
  top: 32%;
  -webkit-transform: translateY(-32%);
  transform: translateY(-32%);
}

.img-gallery .info-visit .wrap02 p {
  font-size: 15px;
  color: #fff;
  line-height: 1.38;
}

.img-gallery .info-visit .btn-to {
  width: 95%;
  position: absolute;
  bottom: 15px;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #ffe100;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-align: center;
}

.img-gallery .col03 .info-visit .btn-to,
.img-gallery .col04 .info-visit .btn-to {
  width: 89%;
  line-height: 20px;
  height: auto;
  padding: 8px 0;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* 目的から探す end */

/* 学生におすすめのツアー str */
.Direction--recommended__wrapper {
  display: flex;
  justify-content: flex-start;
}

/* 学生におすすめのツアー end */

/* アイコン str */
.kokunai .cls-1 {
  fill-rule: evenodd;
}

.kokunai .cls-3 {
  fill: rgba(0, 0, 0, 0);
}

/* アイコン end */

/* 各方面色変更 str */
.okinawa .cls-1,
.okinawa .cls-2 {
  fill: var(--okinawa-color);
}

.okinawa h3::before,
.okinawa h3::after {
  background-color: var(--okinawa-color);
}

.okinawa .Tour--gakusei__tag01 {
  border: solid 1px var(--okinawa-color);
  color: var(--okinawa-color);
}

.okinawa .Common21__fill-btn {
  background-color: var(--okinawa-color);
}

.okinawa .Common21__fill-btn:hover {
  color: var(--okinawa-color);
  box-shadow: 0px 0px 0px 1px var(--okinawa-color) inset;
}

.hokkaido .cls-1,
.hokkaido .cls-2 {
  fill: var(--hokkaido-color);
}

.hokkaido h3::before,
.hokkaido h3::after {
  background-color: var(--hokkaido-color);
}

.hokkaido .Tour--gakusei__tag01 {
  border: solid 1px var(--hokkaido-color);
  color: var(--hokkaido-color);
}

.hokkaido .Common21__fill-btn {
  background-color: var(--hokkaido-color);
}

.hokkaido .Common21__fill-btn:hover {
  color: var(--hokkaido-color);
  box-shadow: 0px 0px 0px 1px var(--hokkaido-color) inset;
}

.kanto .cls-1,
.kanto .cls-2 {
  fill: var(--kanto-color);
}

.kanto h3::before,
.kanto h3::after {
  background-color: var(--kanto-color);
}

.kanto .Tour--gakusei__tag01 {
  border: solid 1px var(--kanto-color);
  color: var(--kanto-color);
}

.kanto .Common21__fill-btn {
  background-color: var(--kanto-color);
}

.kanto .Common21__fill-btn:hover {
  color: var(--kanto-color);
  box-shadow: 0px 0px 0px 1px var(--kanto-color) inset;
}

.kinki .cls-1,
.kinki .cls-2 {
  fill: var(--kinki-color);
}

.kinki h3::before,
.kinki h3::after {
  background-color: var(--kinki-color);
}

.kinki .Tour--gakusei__tag01 {
  border: solid 1px var(--kinki-color);
  color: var(--kinki-color);
}

.kinki .Common21__fill-btn {
  background-color: var(--kinki-color);
}

.kinki .Common21__fill-btn:hover {
  color: var(--kinki-color);
  box-shadow: 0px 0px 0px 1px var(--kinki-color) inset;
}

.kyushu .cls-1,
.kyushu .cls-2 {
  fill: var(--kyushu-color);
}

.kyushu h3::before,
.kyushu h3::after {
  background-color: var(--kyushu-color);
}

.kyushu .Tour--gakusei__tag01 {
  border: solid 1px var(--kyushu-color);
  color: var(--kyushu-color);
}

.kyushu .Common21__fill-btn {
  background-color: var(--kyushu-color);
}

.kyushu .Common21__fill-btn:hover {
  color: var(--kyushu-color);
  box-shadow: 0px 0px 0px 1px var(--kyushu-color) inset;
}

.okinawa .Common21__fill-btn:hover::after {
  border-color: var(--okinawa-color);
}

.hokkaido .Common21__fill-btn:hover::after {
  border-color: var(--hokkaido-color);
}

.kanto .Common21__fill-btn:hover::after {
  border-color: var(--kanto-color);
}

.kinki .Common21__fill-btn:hover::after {
  border-color: var(--kinki-color);
}

.kyushu .Common21__fill-btn:hover::after {
  border-color: var(--kyushu-color);
}

.kanto .Direction--dest__spot dt::before {
  background-color: var(--kanto-color);
}

.kinki .Direction--dest__spot dt::before {
  background-color: var(--kinki-color);
}

.kyushu .Direction--dest__spot dt::before {
  background-color: var(--kyushu-color);
}

/* 各方面色変更 end */

/* ボタン幅 str */
.Common21__fill-btn {
  width: 360px;
  padding: 18px 60px 18px 50px;
}

/* ボタン幅 end */

/* 旅行予算 str */
.budget__all__wrap {
  background: url(/attending/gakusei/images/budget__bg.png) !important;
  padding: 50px 0;
}

.budget__all_wrap .Common21__inner {
  width: 950px;
  height: auto;
  margin: 0 auto;
}

.budget__txt01 {
  font-size: 1.4rem;
}

.budget__txt02 {
  font-size: 1.4rem;
  text-align: center;
}

.naigai__tab__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.naigai__tab__item {
  position: relative;
  width: 470px;
  height: auto;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}

.naigai__tab__item.kokunai {
  background-color: var(--kokunai-color);
}

.naigai__tab__item.kaigai {
  background-color: var(--kaigai-color);
}

.naigai__tab__item.kokunai.active::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: var(--kokunai-color) transparent transparent transparent;
  transform: translateX(-50%);
}

.naigai__tab__item.kaigai.active::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: var(--kaigai-color) transparent transparent transparent;
  transform: translateX(-50%);
}

/* .budget__naigai__wrap:not(.active) {
  display: none;
} */

.budget .Common21__fill-btn-wrap {
  width: 360px;
  height: 56px;
  margin: 20px auto 0;
}

/* 旅行予算 end */

/* 学生旅行体験記 str */
.experience__all__wrap {
  padding: 50px 0;
}

.experience--gakusei__wrapper {
  display: flex;
  justify-content: flex-start;
}

.Experience--gakusei__wraper {
  display: flex;
  justify-content: flex-start;
}

.Experience--gakusei {
  display: flex;
  flex-direction: column;
  width: calc(calc(1024px / 4) - 15px);
  outline: 1px solid #e5e5e5;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
}

.Experience--gakusei:not(:last-child) {
  margin-right: 20px;
}

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

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

.Experience--gakusei img {
  transition: opacity 0.3s;
}

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

.Experience--gakusei__label {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  background-color: #d1382b;
  border-radius: 10px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  font-family: 'Jost', sans-serif;
  padding: 2px 10px;
  z-index: 10;
}

.Experience--gakusei__txt {
  padding: 15px;
}

.Experience--gakusei__name {
  border-bottom: solid 1px #333;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.Experience--gakusei__budget {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.Experience--gakusei__budget em {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff2800;
  font-style: normal;
}

.Experience--gakusei__baloon {
  position: relative;
  display: block;
  background-color: #8f8880;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.Experience--gakusei__baloon::before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  display: block;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #8f8880 transparent transparent transparent;
  transform: translateX(-50%);
}

.Experience--gakusei__caption {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
}

/* .Experience--gakusei:hover .Experience--gakusei__name,
.Experience--gakusei:hover .Experience--gakusei__caption {
  text-decoration: underline;
} */

.experience .Common21__fill-btn-wrap {
  width: 360px;
  height: 56px;
  margin: 20px auto 0;
}
/* 学生旅行体験記 end */

/* テキストリンク */
.Direction--hotel__tourist a {
  transition: opacity 0.3s;
}

.Direction--hotel__tourist a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s;
}

.Direction--dest__tourist a {
  transition: opacity 0.3s;
}

.Direction--dest__tourist a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s;
}

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



/* ---------- h2見出し 国内 ----------*/

.d_osusume_sec_ttl{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 25px !important;
  text-align: center;
  background: url(/attending/gakusei/images/d_icon_bgosusume.png) no-repeat center top;
  padding-top: 55px;
  background-size: contain;
  font-size: 36px;
  position: relative;
  line-height: 1.4;
  width: 100%;
    /* 左右あしらい用 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px; 
}

/* 共通設定 */
.d_osusume_sec_ttl::before,
.d_osusume_sec_ttl::after {
  content: "";
  width: 125px;   /* 画像サイズ */
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

/* 左画像 */
.d_osusume_sec_ttl::before {
  background-image: url(/attending/gakusei/images/d_icon_osusume_l.png);
}

/* 右画像 */
.d_osusume_sec_ttl::after {
  background-image: url(/attending/gakusei/images/d_icon_osusume_r.png);
}

/* ---------- h2見出し 学生・卒業旅行 人気の国内旅行先ランキング ----------*/

.rank_d_osusume_sec_ttl{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 25px !important;
  text-align: center;
  background: url(/attending/gakusei/images/rank_d_icon_bgosusume.png) no-repeat center top;
  padding-top: 65px;
  background-size: contain;
  font-size: 35px;
  letter-spacing: 0.1rem;
  position: relative;
  line-height: 1.4;
  width: 100%;
    /* 左右あしらい用 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px; 
}

/* 共通設定 */
.rank_d_osusume_sec_ttl::before,
.rank_d_osusume_sec_ttl::after {
  content: "";
  width: 125px;   /* 画像サイズ */
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

/* 左画像 */
.rank_d_osusume_sec_ttl::before {
  background-image: url(/attending/gakusei/images/d_icon_osusume_l.png);
}

/* 右画像 */
.rank_d_osusume_sec_ttl::after {
  background-image: url(/attending/gakusei/images/d_icon_osusume_r.png);
}



/* ---------- h2見出し 学生・卒業旅行 人気の国内旅行先ランキング ----------*/

.search_d_sec_ttl{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 25px !important;
  text-align: center;
  background: url(/attending/gakusei/images/search_d_icon_bg.png) no-repeat center top;
  padding-top: 55px;
  background-size: contain;
  font-size: 36px;
  letter-spacing: 0.1rem;
  position: relative;
  line-height: 1.4;
  width: 100%;
    /* 左右あしらい用 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px; 
}

/* 共通設定 */
.search_d_sec_ttl::before,
.search_d_sec_ttl::after {
  content: "";
  width: 125px;   /* 画像サイズ */
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

/* 左画像 */
.search_d_sec_ttl::before {
  background-image: url(/attending/gakusei/images/d_icon_osusume_l.png);
}

/* 右画像 */
.search_d_sec_ttl::after {
  background-image: url(/attending/gakusei/images/d_icon_osusume_r.png);
}



/* ---------- h2見出し ひと目でわかる旅行予算 ----------*/

.budget_osusume_sec_ttl{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 25px !important;
  text-align: center;
  background: url(/attending/gakusei/images/budget_icon_bg.png) no-repeat center top;
  padding-top: 60px;
  background-size: contain;
  font-size: 36px;
  position: relative;
  line-height: 1.4;
  width: 100%;
    /* 左右あしらい用 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px; 
}

/* 共通設定 */
.budget_osusume_sec_ttl::before,
.budget_osusume_sec_ttl::after {
  content: "";
  width: 125px;   /* 画像サイズ */
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

/* 左画像 */
.budget_osusume_sec_ttl::before {
  background-image: url(/attending/gakusei/images/rank_icon_osusume_l.png);
}

/* 右画像 */
.budget_osusume_sec_ttl::after {
  background-image: url(/attending/gakusei/images/rank_icon_osusume_r.png);
}



/* ---------- h2見出し 学生旅行体験記 ----------*/

.exper_osusume_sec_ttl{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 25px !important;
  text-align: center;
  background: url(/attending/gakusei/images/experience_icon_bg.png) no-repeat center top;
  padding-top: 60px;
  background-size: contain;
  font-size: 36px;
  position: relative;
  line-height: 1.4;
  width: 100%;
    /* 左右あしらい用 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px; 
}

/* 共通設定 */
.exper_osusume_sec_ttl::before,
.exper_osusume_sec_ttl::after {
  content: "";
  width: 125px;   /* 画像サイズ */
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

/* 左画像 */
.exper_osusume_sec_ttl::before {
  background-image: url(/attending/gakusei/images/rank_icon_osusume_l.png);
}

/* 右画像 */
.exper_osusume_sec_ttl::after {
  background-image: url(/attending/gakusei/images/rank_icon_osusume_r.png);
}




/* ---------- h2見出し その他の旅行プランを探す ----------*/

.plan_osusume_sec_ttl{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 25px !important;
  text-align: center;
  background: url(/attending/gakusei/images/plan_icon_bg.png) no-repeat center top;
  padding-top: 60px;
  background-size: contain;
  font-size: 36px;
  position: relative;
  line-height: 1.4;
  width: 100%;
    /* 左右あしらい用 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px; 
}

/* 共通設定 */
.plan_osusume_sec_ttl::before,
.plan_osusume_sec_ttl::after {
  content: "";
  width: 125px;   /* 画像サイズ */
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

/* 左画像 */
.plan_osusume_sec_ttl::before {
  background-image: url(/attending/gakusei/images/plan_icon_osusume_l.png);
}

/* 右画像 */
.plan_osusume_sec_ttl::after {
  background-image: url(/attending/gakusei/images/plan_icon_osusume_r.png);
}