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

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


.kokunai__all__wrap {
  padding: 50px 0;
}

.kaigai__all__wrap {
  padding: 50px 0;
}

.popular__all__wrap {
  padding: 50px 0;
}

.under__all__wrap {
  padding: 50px 0;
}

.recommended__all__wrap {
  padding: 50px 0;
}

/* タイトル str */
.main__visual {
   position: relative;
  background-image: url("/attending/gakusei/images/main__visual.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;
}*/

/* タイトル end */

/* ツアー str */
.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;
}

.page__link01__wrapper {
  display: flex;
  justify-content: space-between;
  width: 750px;
  height: auto;
  margin: 0 auto 50px;
}

.page__link01__wrapper .Common21__fill-btn-wrap {
  width: 360px;
  height: 56px;
}

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

.kokunai__other__inner {
  width: 400px;
  height: auto;
}

.kokunai__other__inner h3 {
  border-bottom: solid 1px #333;
  padding-bottom: 15px;
}

.kokunai__other__inner .Common21__fill-btn-wrap {
  width: 400px;
  height: 56px;
}

.kaigai__other__tour {
  display: flex;
  justify-content: center;
  width: 950px;
  height: auto;
  margin: 0 auto;
}

.kaigai__other__tour .Common21__fill-btn-wrap {
  width: 308px;
  height: 56px;
}

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

/* ツアー end */

/* 内外アンカー str */
.naigai__anchor__wrapper {
  margin-bottom: 40px;
}

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

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

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

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

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


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

.naigai__anchor__items .naigai__anchor__link:hover::before {
  border-color: #fff;
}

/* 内外アンカー 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 {
  width: 420px;
  height: auto;
  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 */
.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: calc(98% / 2);
  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 */
.kakuyasu__all__wrap {
  padding: 50px 0;
}

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

.kakuyasu .Common21__fill-btn-wrap.kokunai {
  margin: 20px auto 50px;
}
/* 格安旅行 end */

/* 学生旅行調査 str */
.research__all__wrap {
  background: url(/attending/gakusei/images/budget__bg.png);
  padding: 50px 0;
}

.QA__group {}

.QA__group:not(:last-child) {}

.QA__q {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #61574b;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  cursor: pointer;
}

.QA__q::before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  color: white;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
}

/* .QA__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.QA__q-inner {
  position: relative;
  width: calc(100% - 50px);
}

.QA__q-inner::before,
.QA__q-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: var(--other-color);
  transform: translateY(-50%);
  z-index: 10;
}

.QA__q-inner::before {
  transform: translateY(-50%) rotate(90deg);
}

.open .QA__q-inner::before {
  transform: translateY(-50%) rotate(0);
} */

.QA__a {
  /* display: none; */
  border-top: 1px solid #e5e5e5;
  font-size: 1.8rem;
}

.QA__a-inner {
  display: block;
  position: relative;
  font-size: 2.2rem;
  padding: 15px 15px 15px 60px;
}

.QA__a-inner::before {
  content: "A.";
  position: absolute;
  top: 5px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  color: var(--other-color);
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
}

.QA__a-group {
  font-size: 1.4rem;
}

.QA__a-txt a {
  color: #1d3994;
  text-decoration: underline;
}

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

.QA__a-txt--link-wrap {
  text-align: right;
}

.QA__a-txt--link-wrap a::after {
  content: '>>';
  vertical-align: 1px;
}

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

/* 学生旅行調査 end */

/* 学生旅行体験記 str */
.experience__all__wrap {
  background: url(/attending/gakusei/images/budget__bg.png);
  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 */

/* 学生に人気のツアー str */
.fixBox {
  display: flex;
  justify-content: flex-start;
}

.fixBox li {
  width: calc(1024px / 4);
  outline: 1px solid #e5e5e5;
  border-radius: 6px;
  background-color: #fff;
}

.fixBox li:not(:last-child) {
  margin-right: 10px;
}

.fixBox li a{
	display: block;
    height: 100%;
	transition: opacity 0.5s;
}

.fixBox li a:hover{
	opacity:0.5;
}

.fixItem .pht {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.fixItem dt {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 10px 10px 0;
}

.fee {
  color: #FF2800;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.01em;
  padding: 10px;
}

/* 学生に人気のツアー end */

/* おすすめのテーマパーク特集 str */
.themepark__all__wrap {
  padding: 50px 0;
}

.themepark--gakusei__wrapper {
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
}

/* flexアイテムの個数調整 */
/* .themepark--gakusei__wrapper::after {
  content: "";
  display: block;
  width: 245px;
}

.themepark--gakusei__wrapper::before {
  content: "";
  display: block;
  width: 245px;
  order: 1;
} */

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

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

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

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

.themepark--gakusei img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}

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

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

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

  font-size: 1.5rem;
  font-weight: 500;
}

a.themepark--gakusei__link:hover + figure + .themepark--gakusei__txt .themepark--gakusei__caption {
  text-decoration: underline;
}
/* おすすめのテーマパーク特集 end */

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

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

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

.swiper-button-next {
  top: calc(50% - 15px);
  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;
}

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

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

.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見出し 海外 ----------*/

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

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

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

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



/* ---------- h2見出し ランキング ----------*/

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

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

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

/* 右画像 */
.rank_osusume_sec_ttl::after {
  background-image: url(/attending/gakusei/images/rank_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見出し えりすぐりの格安旅行 ----------*/

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

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

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

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



/* ---------- h2見出し 学生旅行調査 ----------*/

.survey_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/survey_icon_bg.png) no-repeat center top;
  padding-top: 77px;
  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; 
}

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

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

/* 右画像 */
.survey_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見出し おすすめのテーマパーク特集 ----------*/

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

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

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

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



/* ---------- h2見出し その他おすすめ特集 ----------*/

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

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

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

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