@charset "utf-8";

/* CSS Document */
/* リセットcss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd,
ol,
figure {
  padding: 0;
  margin: 0;
  line-height: 1.8;
}

img {
  vertical-align: top;
}

body {
  line-height: 1.8;
}

.d-none {
  display: block;
}

.dl-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .d-none {
    display: none;
  }

  .dl-none {
    display: block;
  }
}

.new_body-font_ja_en {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.new_body-font_zh {
  font-family: 'Noto Sans SC', sans-serif, "微软雅黑", "宋体";
}

/* 轮播 */
.new_swiper-wrapper {
  display: flex;
  align-items: center;
  /* 垂直居中 */
}

.new_swiper-slide img {
  width: 100%;
  /* 图片自适应宽度 */
  height: auto;
  /* 保持图片纵横比 */
}

/* 确保导航按钮和分页也相对居中 */
.new_swiper-button-next,
.new_swiper-button-prev {
  color: #fff;
}

.new_swiper-pagination {
  text-align: center;
  bottom: 10px;
  /* 调整分页的位置 */
}

/*Googleフォント微软雅黑*/
.new_font_zh-text {
  font-family: "Noto Sans SC", sans-serif;
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol,
dl,
h2 {
  list-style-type: none;
}

.new_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.new_inner2 {
  margin: 0 auto;
}

/* リセットcss ここまで*/
/* ページ共通 */

/* ここからheader */
header {
  background-color: #fff;
  border-bottom: 1px solid #00a7ea;
  padding-top: 30px;
}

header .new_inner {
  position: relative;
}

header h1 {
  position: absolute;
  bottom: auto;
}

/* 電話 */
.new_top_phone-hd {
  position: absolute;
  right: 280px;
}

.new_top_phone-hd_text-cl {
  font-size: 10px;
  color: #e50150;
}


.new_top_phone-hd_text {
  font-size: 18px;
  font-weight: bold;
}

/* お問い合わせ */
.new_top_info-hd {
  height: 42.8px;
  background-color: #fdd03c;
  /* 全体の色 */
  background: linear-gradient(to right, #fdd03c, #ff704f);
  border-radius: 10px;
  display: flex;
  width: 140px;
  position: absolute;
  right: 130px;
  justify-content: center;
  align-items: center;
}

/*↓マウスが乗った時透明になる*/
.new_top_info-hd:hover {
  opacity: 0.7;
  filter: brightness(110%);
}

.new_top_info-hd_text {
  font-size: 14px;
  color: #fff;
}


.new_top_info-hd figure {}

.new_top_info-hd_img {
  height: 12px;
  width: 20px;
}

/* ログイン */
.new_top_logu-hd {
  height: 42.8px;
  background-color: #fdd03c;
  /* 全体の色 */
  background: linear-gradient(to right, #00a7ea, #0088ce);
  border-radius: 10px;
  display: flex;
  width: 120px;
  position: absolute;
  right: 0px;
  justify-content: center;
  align-items: center;
}

/*↓マウスが乗った時透明になる*/
.new_top_logu-hd:hover {
  opacity: 0.7;
  filter: brightness(110%);
}

.new_top_logu-hd_text {
  color: #fff;
  font-size: 14px;
}


.new_top_logu-hd figure {}

.new_top_logu-hd_img {
  height: 12px;
  width: 20px;
}

/* アウト・インバウンドナビここから*/
#g-nav_top-logo-out {
  margin-left: 5%;
  /* 左右空き */
  margin-right: 5%;
  /* 左右空き */
}

#g-nav_top-logo-out ul {
  list-style-type: none;
  display: flex;
  /* 横並び */
  /*flex-wrap: wrap;*/
  /*　折り返しあり */
}

#g-nav_top-logo-out li {
  flex-grow: 3;
  /*border-left: 1px solid #fff;*/
  /*　Gナビ縦線 */
  margin-top: 60px;
  /*↑トップからさげた*/
}

#g-nav_top-logo-out a {
  color: #3147ab;
  font-size: 1em;
  font-weight: normal;
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
}

#g-nav_top-logo-out a:hover {
  color: #ff6f4f;
  /*マウスが乗ったときの色*/
  text-decoration: none;
}

/* アウトバウンドナビここまで*/

/*海外　文字を縦に*/
.new_top_out_text-area-out {
  background-color: #3147ab;
  border-radius: 5px;
  width: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
}

.new_top_out_text {
  color: #fff;
  font-weight: bold;
  writing-mode: vertical-rl;
  font-size: 15px;
}

/*国内　文字を縦に*/
.new_top_out_text-area-in {
  background-color: #e50150;
  border-radius: 5px;
  width: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
}

.new_top_in_text {
  color: #fff;
  font-weight: bold;
  writing-mode: vertical-rl;
  font-size: 15px;
}

/* グローバルナビゲーションここから*/
#g-nav_top {
  margin-left: 0px;
  /*padding-bottom: 30px;*/
}

#g-nav_top ul {
  list-style-type: none;
  display: flex;
  /* 横並び */
  /*flex-wrap: wrap;*/
  /*　折り返しあり */
}

#g-nav_top li {
  flex-grow: 1;
  /*border-left: 1px solid #fff;*/
  /*　Gナビ縦線 */
}

#g-nav_top a {
  color: #3147ab;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-bottom: 20px;
}

#g-nav_top a:hover {
  color: #ff6f4f;
  /*マウスが乗ったときの色*/
  text-decoration: none;
  /*border-bottom: 1px solid #3147ab;*/
}

.new_top_g-nav-text {
  color: #000;
  font-size: 10px;
}

/* グローバルナビゲーションここまで*/

/*footerここから*/
footer {}

.new_footer_bg {
  background-color: #ecf5fb;
}

.new_footer_bg-blue {
  background: linear-gradient(to right, #00a7ea, #0086cd);
}

/*h4ここから*/
.new_titl_area_bg {
  background-color: #003F8E;
}

.new_footer_area {
  padding-top: 150px;
}

/* footer電話番号 */
.new_footer_phone_area {
  background-color: #fdd03c;
  /* 全体の色 */
  background: linear-gradient(to right, #fdd03c, #ff704f);
  border-radius: 10px;
  display: flex;
  width: 300px;
  position: absolute;
  right: 360px;
  margin-top: -50px;
}

/*↓マウスが乗った時透明になる*/
.new_footer_phone_area:hover {
  opacity: 0.7;
  filter: brightness(110%);
}

.new_footer_phone_text {
  margin-left: 10px;
  margin-top: 8px;
  font-size: 22px;
  color: #fff;
}

.new_footer_phone_text-small {
  margin-left: 10px;
  margin-top: 8px;
  font-size: 12px;
  color: #fff;
}

.new_footer_phone_area figure {
  margin-top: 14px;
  margin-left: 10px;
}

.new_footer_company_area {
  margin-top: 65px;
  width: 400px;
}

.new_footer_company_day {
  color: #fc7f65;
  font-size: 12px;
}

.new_footer_company_day-text {
  font-size: 15px;
  color: #000;
  font-weight: bold;
}

.new_footer_company_text {
  font-size: 12px;
  margin-top: 25px;
}

/* footerナビここから*/
.new_footer_link-nation_box {
  margin-top: 70px;
}

.new_footer_h4 {
  font-size: 15px;
  color: #000;
  padding-bottom: 20px;
}

.new_footer_link-nation_box a:hover {
  color: #ff704f;
  /*マウスが乗ったときの色*/
  text-decoration: none;
}

.new_footer_disc {
  list-style-type: "▶ ";
  color: #6bc8f2;
  padding-bottom: 10px;
}


.new_footer_link-nation_area {
  display: flex;
  /* 横並び */
  flex-wrap: wrap;
  /*　折り返しあり */
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 60px;
  padding-left: 0px;
}

.new_footer_link-nation_area::after {
  content: "";
  display: block;
  width: 400px;
  padding-right: 0px;
}

/* 中文版 footer 的 ::after 伪元素调整 */
body.new_body-font_zh .new_footer_link-nation_area::after {
  width: 0;
  flex: 0 0 0;
}

/* footerナビここまで*/

/* footerサブナビ*/
footer .new_footer_link a {
  padding: 0 25px;
  text-decoration: none;
  color: #fff;
}

.new_footer_link {
  margin-bottom: 40px;
  padding-top: 40px;
}

.new_footer_link a:hover {
  color: #000;
  /* 上に乗った時の色 */
}

.new_footer_link ul {
  display: flex;
  /* 横並び */
  list-style-type: none;
  justify-content: start;
  align-items: stretch;
  font-size: 16px;
  font-weight: lighter;
}

.new_footer_link li::before,
.new_footer_link li:last-child::after {
  /*content: "|";*/
  /* スマホのみ表記*/
  color: #fff;
}

/* footerサブナビここまで*/
.new_footer_logo-area {
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  display: flex;
  /* 横並び */
  list-style-type: none;
  justify-content: center;
  align-items: center;
  /*font-size: 16px;*/
  font-weight: lighter;
}

.new_footer_logo-area::after {
  content: "";
  display: block;
  padding-right: 0px;
}

.new_footer_logo-text {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.new_footer_logo-area figure {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px
}

.new_footer_logo-area figure:hover {
  opacity: 0.5;
  filter: brightness(110%);
}

/*↓マウスが乗った時透明になる*/
.new_footer_logo-area figure:hover {
  opacity: 0.5;
  filter: brightness(110%);
}

.new_footer_cp-text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.new_top_air_text-border {
  background: linear-gradient(transparent 80%, #fedf75 30%);
}

/*ボタンここから*/
a.new_btn_travel {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  background-color: #fdd03c;

  /* 全体の色 */
  background: linear-gradient(to right, #fdd03c, #ff704f);
  color: #fff;
  transition: 0.5s;
  border-radius: 5px;
  font-size: 14px;
  width: 150px;
}

a.new_btn_travel:hover {
  color: #000;
}

/* トップページに戻る ここから*/
html {
  scroll-behavior: smooth;
  /* cssのみでトップページに戻る */
}

.new_gotop {
  position: fixed;
  bottom: 0;
  right: 20px;
  opacity: 0.8;
  z-index: 1000;
}

.new_gotop:hover {
  opacity: 1;
}

.new_gotop figure {
  margin-top: 30px;
}

/* トップページに戻る ここまで*/

/*　↓中ページメイン画像の上文字ここから */
.new_all_sub_titl {
  color: #001c58;
  font-size: 30px;
  font-weight: normal;
  text-shadow: 1px 2px 3px #808080;
  padding-top: 20%;
  /*文字位置 もと50*/
}

.new_all_sub_course {
  color: #001c58;
  font-size: 35px;
  font-weight: normal;
  text-shadow: 1px 2px 3px #808080;
  padding-bottom: 150px;
  /*文字位置 もと180*/
}

.new_all_sub_titl_white_event {
  color: #fff;
  font-size: 45px;
  font-weight: normal;
  text-shadow: 1px 2px 3px #808080;
  padding-top: 20%;
  /*文字位置 もと30*/
}
.new_all_sub_titl_white {
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  text-shadow: 1px 2px 3px #808080;
  padding-top: 5%;
  /*文字位置 もと30*/
}
.new_all_sub_course_white_event {
  color: #fff;
  font-size: 75px;
  font-weight: normal;
  text-shadow: 1px 2px 3px #808080;
  padding-bottom: 150px;
  /*文字位置 もと180*/
  line-height: 1.4em;
}
.new_all_sub_course_white {
  color: #fff;
  font-size: 60px;
  font-weight: normal;
  text-shadow: 1px 2px 3px #808080;
  padding-bottom: 5px;
  /*文字位置 もと180px*/
  line-height: 1.em;
}

/* 当有小标题时，大标题不需要 padding-top */
.new_all_sub_titl_white+.new_all_sub_course_white {
  padding-top: 0;
  /*有小标题时，移除上边距 */
}

/* 当没有小标题时（英语/西班牙语页面），字体小一点 */
.new_all_sub_course_white:not(.new_all_sub_titl_white + .new_all_sub_course_white) {
  font-size: 65px;
  /*没有小标题时，字体稍小 */
}

/*　メイン画像の上文字ここまで */

/* ↓中ページここから中ページサブナビ */
.new_sidenav-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
}
.new_sidenav {
  flex: 1;
}

.new_sidenav .new_topic {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.new_sidenav a {
  color: #00a7ea;
}

.new_sidenav .new_topic li {
  display: inline;
}

.new_sidenav .new_topic li+li:before {
  content: "> ";
}

/* 语言选择按钮式下拉菜单 */
.new_japan-trip_lang-selector {
  margin-left: 20px;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  min-width: 160px;
}

.new_japan-trip_lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #00a7ea 0%, #0088cc 100%);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
  min-width: 160px;
}

.new_japan-trip_lang-btn:hover {
  background: linear-gradient(135deg, #0088cc 0%, #0077b3 100%);
  transform: translateY(-2px);
}

.new_japan-trip_lang-btn:active {
  transform: translateY(0);
}

.new_japan-trip_lang-icon {
  font-size: 18px;
  line-height: 1;
}

.new_japan-trip_lang-label-text {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.9;
  position: relative;
  padding-right: 8px;
}

.new_japan-trip_lang-label-text::after {
  content: ':';
  margin-left: 2px;
  opacity: 0.7;
}

.new_japan-trip_lang-btn-text {
  font-size: 14px;
  font-weight: 600;
}

.new_japan-trip_lang-arrow {
  font-size: 10px;
  transition: transform 0.3s ease;
  margin-left: 2px;
  display: inline-block;
}

.new_japan-trip_lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 140px;
  background: #fff;
  border: 2px solid #00a7ea;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  overflow: hidden;
}

.new_japan-trip_lang-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.new_japan-trip_lang-option {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.new_japan-trip_lang-option:last-child {
  border-bottom: none;
}

.new_japan-trip_lang-option:hover {
  background-color: #f0f8ff;
  color: #00a7ea;
  padding-left: 20px;
}

.new_japan-trip_lang-option.active {
  background-color: #e8f4f8;
  color: #00a7ea;
  font-weight: 600;
}

.new_japan-trip_lang-option.active::before {
  content: "✓ ";
  color: #00a7ea;
  font-weight: bold;
  margin-right: 4px;
}

/* 响应式设计 - 移动端 */
@media screen and (max-width: 767px) {
  .new_sidenav-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .new_japan-trip_lang-selector {
    margin-left: 0;
    min-width: 100%;
    width: 100%;
  }

  .new_japan-trip_lang-btn {
    padding: 10px 16px;
    font-size: 14px;
    gap: 8px;
    min-width: 100%;
    width: 100%;
    justify-content: center;
  }

  .new_japan-trip_lang-icon {
    font-size: 16px;
  }

  .new_japan-trip_lang-label-text {
    font-size: 13px;
    margin-right: 4px;
    padding-right: 6px;
  }

  .new_japan-trip_lang-btn-text {
    font-size: 14px;
  }

  .new_japan-trip_lang-dropdown {
    right: 0;
    left: 0;
    min-width: 100%;
    width: 100%;
  }

  .new_japan-trip_lang-option {
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* 中ページサブナビここまで */

.new_color_bass01 {
  color: #e50150;
}

/*h2青ここから*/
.new_h2_comon_area_blue {
  border-radius: 10px;
  background: linear-gradient(to right, #3048ac, #01a6e9);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
}

.new_h2_comon_text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-left: 50px;
}

/*h2青ここまで*/

/*h2オレンジここから*/
.new_h2_company_area02_orange {
  margin-top: 100px;
  display: block;
}

.new_h2_comon_area_orange {
  border-radius: 10px;
  background: linear-gradient(to right, #ff6f4f, #fdd23c);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 50px;
}

/*ｈ2オレンジここまで*/
/*h2グリーンここから*/
.new_h2_company_area02_green {
  margin-top: 100px;
  display: block;
}

.new_h2_comon_area_green {
  border-radius: 10px;
  background: linear-gradient(to right, #47afc7, #9dc7d1);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 50px;
}

/*h2グリーンここまで*/
/*h2グリーン02ここから*/
.new_h2_company_area02_green02 {
  margin-top: 100px;
  display: block;
}

.new_h2_comon_area_green02 {
  border-radius: 10px;
  background: linear-gradient(to right, #007b06, #66bb6a);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 50px;
}

/*h2グリーン02ここまで*/
/*h2ピンクここから*/
.new_h2_company_area02_pink {
  margin-top: 100px;
  display: block;
}

.new_h2_comon_area_pink {
  border-radius: 10px;
  background: linear-gradient(to right, #e81a62, #fca9c5);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 50px;
}

/*ｈ2ピンクここまで*/
/*h2ピンク02ここから*/
.new_h2_company_area02_pink02 {
  margin-top: 100px;
  display: block;
}

.new_h2_comon_area_pink02 {
  border-radius: 10px;
  background: linear-gradient(to right, #e50150, #fea7c7);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 50px;
}

/*ｈ2ピンク02ここまで*/

/*h2紫ここから*/
.new_h2_company_area_purple {
  margin-top: 100px;
  display: block;
}

.new_h2_comon_area_purple {
  border-radius: 10px;
  background: linear-gradient(to right, #5d1cb8, #a860ea);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 50px;
}

/*ｈ2紫ここまで*/

.text_color-red {
  color: red;
}

/*h3ここから 青*/
.new_comon_h3_titl-blue {
  font-size: 25px;
  font-weight: bold;
  color: #3048ac;
}

.new_comon_h3_titl-area-blue {
  margin-bottom: 20px;
  padding-top: 40px;
}

.new_comon_h3_border-area-blue {
  display: flex;
}

.new_comon_h3_border01-blue {
  border-bottom: 3px solid #00a7ea;
  width: 10%;
  text-align: left;
}

.new_comon_h3_border02-blue {
  border-bottom: 3px solid #c0c0c0;
  width: 90%;
  text-align: right;
}

/*h3ここまで 青*/

/*h3ここから オレンジ*/
.new_comon_h3_titl-orange {
  font-size: 25px;
  font-weight: bold;
  color: #3048ac;
}

.new_comon_h3_titl-area-orange {
  margin-bottom: 20px;
  padding-top: 40px;
}

.new_comon_h3_border-area-orange {
  display: flex;
}

.new_comon_h3_border01-orange {
  border-bottom: 3px solid #ff704f;
  width: 10%;
  text-align: left;
}

.new_comon_h3_border02-orange {
  border-bottom: 3px solid #c0c0c0;
  width: 90%;
  text-align: right;
}

/*h3ここまで オレンジ*/

/*h3ここから 緑*/
.new_comon_h3_titl-green {
  font-size: 25px;
  font-weight: bold;
  color: #3048ac;
}

.new_comon_h3_titl-area-green {
  margin-bottom: 20px;
  padding-top: 40px;
}

.new_comon_h3_border-area-green {
  display: flex;
}

.new_comon_h3_border01-green {
  border-bottom: 3px solid #47afc7;
  width: 10%;
  text-align: left;
}

.new_comon_h3_border02-green {
  border-bottom: 3px solid #c0c0c0;
  width: 90%;
  text-align: right;
}

/*h3ここまで 緑*/
.new-comon-footer_accordion {
  display: none;
}

.new_footer_link_sp {
  display: none;
}




@media screen and (max-width:767px) {

  /*ビューポートの幅が1040以下の場合のcss*/
  /* リセットcss */
  img {
    max-width: 100%;
    height: auto;
  }

  .new_inner {
    width: calc(100% - 40px);
  }

  .new_inner2 {
    width: calc(100% - 40px);
  }

  nav ul {
    flex-wrap: wrap;
    /*ナビが下に落ちる*/
  }

  nav a {
    padding: 0 10px;
  }

  /* リセットcssここまで */

  /*ビューポートの幅が600以下の場合のcss*/
  /* リセットcss */
  figure {
    text-align: center;
  }

  header h1 {
    width: 25vw;
  }

  .new_gotop {
    width: 11vw;
  }

  /*ナビセンターに寄せる*/
  .new_inner {
    padding: 0 0px;
  }

  /* リセットcssここまで */
  .new_top-sec1,
  .new_top-sec2,
  .new_top-sec3,
  .new_top-sec4,
  .new_top-sec5,
  .new_top-sec6,
  .new_top-sec7,
  .new_top-sec8,
  .new_top-sec9,
  .new_top-sec10,
  .new_top-sec11,
  .new_top-sec12,
  .new_top-sec13,
  .new_top-sec14,
  .new_top-sec15,
  .new_top-sec16,
  .new_top-sec17,
  .new_top-sec18,
  .new_top-sec19,
  .new_top-sec20 {
    width: 100%;
  }

  .new_top_info dt {
    float: none;
  }

  .new_top_info dd {
    padding-left: 0em;
  }

  /*ナビセンターに寄せる*/
  #g-nav_top {
    margin-left: 0;
  }

  #g-nav_nav {
    margin-left: 0;
  }

  nav ul {
    display: block;
  }

  #g-nav_top li {
    border-left: none;
    padding-left: 0px;
    /* 左幅広げるたのを消す*/
  }

  /* 電話 */
  .new_top_phone-hd {
    right: 0px;
    width: 50%;
  }

  .new_top_phone-hd_text {
    font-size: 12px;
  }

  .new_top_phone-hd_text-cl {
    font-size: 5px;
    line-height: 2em;
  }

  /* お問い合わせ */
  .new_top_info-hd {
    display: none;
  }

  /* ログイン */
  .new_top_logu-hd {
    display: none;
  }

  .new_top_logu-hd_text {
    margin-left: 10px;
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
  }

  .new_top_logu-hd figure {
    margin-top: 14px;
    margin-left: 10px;
  }

  .new_top_out_text {
    writing-mode: horizontal-tb;
    font-size: 15px;
  }

  .new_top_in_text {
    writing-mode: horizontal-tb;
    font-size: 15px;
  }

  /*ボタンここから600*/
  a.new_btn_travel {
    width: 100%;
  }

  .new_footer_area {
    padding-top: 20px;
  }

  .new_footer_phone_area {
    border-radius: 0px;
    width: 100%;
    right: 0px;
    margin-top: 10px;
    text-align: center;
  }

  /* footerナビここから*/
  .new_footer_link-nation_box {
    margin-top: 30px;
  }

  .new_footer_h4 {
    font-size: 15px;
    padding-bottom: 10px;
  }


  .new_footer_link-nation_box a {
    color: #000;
    font-size: 12px;
  }


  .new_footer_link-nation_area {
    display: block;
    /* 横並びトル */
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 30px;
    padding-top: 50px;
  }

  .new_footer_link li {
    text-align: left;
  }

  .new_footer_disc {
    list-style-type: " ";
  }

  .new_footer_company_text {
    text-align: left;
  }

  .new_footer_company_day {
    text-align: left;
  }

  /* footerナビここまで*/

  .new_footer_company_text {
    margin-top: 0px;
  }

  .new_footer_logo-area {
    border-radius: 5px;
    padding: 20px;
    font-size: 10px;
    margin-top: 30px;
  }

  .new_footer_cp-text {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .new_footer_company_area {
    width: 100%;
    margin-top: 30px;
  }

  .new_footer_company_text {
    margin-top: 0px;
  }

  /*中ページKV文字*/
  .new_all_sub_titl {
    font-size: 20px;
    text-align: center;
  }

  .new_all_sub_course {
    font-size: 30px;
    text-align: center;
  }
.new_all_sub_course_white_event {
    font-size: 30px;
    text-align: center;
  }
	
  .new_all_sub_titl_white {
    font-size: 20px;
    text-align: center;
    padding-top: 30%;
    /*文字位置 */
  }
  .new_all_sub_titl_white_event {
    font-size: 20px;
    text-align: center;
    padding-top: 30%;
    /*文字位置 */
  }

  .new_all_sub_course_white {
    font-size: 30px;
    text-align: center;
    line-height: 1.2em;
    padding-top: 30%;
    /*文字位置 - 当没有小标题时居中显示 */
  }

  /* 当有小标题时，大标题不需要 padding-top */
  .new_all_sub_titl_white+.new_all_sub_course_white {
    padding-top: 0;
    /*有小标题时，移除上边距 */
  }

  /* 当没有小标题时（英语/西班牙语页面），移动端字体也小一点，并确保居中 */
  .new_all_sub_course_white:not(.new_all_sub_titl_white + .new_all_sub_course_white) {
    font-size: 24px;
    /*没有小标题时，移动端字体稍小 */
    padding-top: 130px;
    /*banner高度300px，使用固定值居中文字 */
    padding-bottom: 0;
  }

  /*中ページKV文字ここまで*/
  /*h2ここから*/
  .new_h2_comon_text {
    font-size: 15px;
    text-align: center;
    margin-left: 0px;
  }

  /*h2ここまで*/

  /*h3ここから　青*/
  .new_comon_h3_titl-blue {
    font-size: 15px;
    font-weight: bold;
    color: #3048ac;
    text-align: center;
  }

  .new_comon_h3_titl-area-blue {
    margin-bottom: 50px;
    padding-top: 40px;
  }

  .new_comon_h3_border-area-blue {
    display: flex;
  }

  .new_comon_h3_border01-blue {
    border-bottom: 3px solid #00a7ea;
    width: 10%;
    text-align: left;
  }

  .new_comon_h3_border02-blue {
    border-bottom: 3px solid #c0c0c0;
    width: 90%;
    text-align: right;
  }

  /*h3ここまで　青*/
  /*h3ここから　オレンジ*/
  .new_comon_h3_titl-orange {
    font-size: 15px;
    font-weight: bold;
    color: #3048ac;
    text-align: center;
  }

  .new_comon_h3_titl-area-orange {
    margin-bottom: 50px;
    padding-top: 40px;
  }

  .new_comon_h3_border-area-orange {
    display: flex;
  }

  .new_comon_h3_border01-orange {
    border-bottom: 3px solid #ff704f;
    width: 10%;
    text-align: left;
  }

  .new_comon_h3_border02-orange {
    border-bottom: 3px solid #c0c0c0;
    width: 90%;
    text-align: right;
  }

  /*h3ここまで　オレンジ*/
  /*h3ここから　緑*/
  .new_comon_h3_titl-green {
    font-size: 15px;
    font-weight: bold;
    color: #3048ac;
    text-align: center;
  }

  .new_comon_h3_titl-area-green {
    margin-bottom: 50px;
    padding-top: 40px;
  }

  .new_comon_h3_border-area-green {
    display: flex;
  }

  .new_comon_h3_border01-green {
    border-bottom: 3px solid #47afc7;
    width: 10%;
    text-align: left;
  }

  .new_comon_h3_border02-green {
    border-bottom: 3px solid #c0c0c0;
    width: 90%;
    text-align: right;
  }

  /*h3ここまで　緑*/

  /*767pxのみ表記　footer新規*/
  .new-comon-footer_accordion {
    padding-bottom: 20px;
    display: block;
    /*767のみアコーディオンを表示させる*/
  }

  .new_footer_phone_text {
    color: #fff;
    /*黒くなる不具合防止*/
  }

  .new_footer_link li::before,
  .new_footer_link li:last-child::after {
    content: "|";
    color: #fff;
  }

  .new_footer_logo-area figure {
    padding-left: 5px;
    padding-right: 5px
  }

  /*767のみ表示　footerアコーディオンここから*/
  .new-comon-p-accordion {
    max-width: 100%;
    margin-inline: auto;
  }

  .new-comon-p-accordion-desc {
    font-size: 15px;
    font-weight: 700;
    margin-top: 40px;
  }

  .new-comon-p-accordion__head_cdt-arrange {
    cursor: pointer;
    background-color: #fff;
    /*白色*/
    display: block;
    color: white;
    padding: 5px 20px;
    /*margin-top: 40px;*/
    border-radius: 10px;
    border: 2px solid #00a7ea;
    font-weight: bold;
    margin-top: 20px;
  }

  .new-comon-p-accordion__head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #00a7ea;
    font-size: 15px;
  }

  .new-comon-p-accordion__icon {
    display: block;
    position: relative;
    width: 24px;
    transition: transform 0.25s;
  }

  .new-comon-p-accordion__icon:before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #00a7ea;
    /*斜め線色*/
  }

  .new-comon-p-accordion__icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #00a7ea;
    /*斜め線色*/
  }

  .new-comon-p-accordion__icon:before {
    left: 0;
    transform: rotate(45deg);
  }

  .new-comon-p-accordion__icon:after {
    right: 0;
    transform: rotate(-45deg);
  }

  .new-comon-p-accordion__input input[name=new-comon-p-accordion__block] {
    display: none;
  }

  .new-comon-p-accordion__input .new-comon-p-accordion__block {
    cursor: pointer;
  }

  .new-comon-p-accordion__input .new-comon-p-accordion__content {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
    opacity: 0.5;
    background-color: #ecf5fb;
    transition: padding 0.25s ease, opacity 0.3s ease 0s;
  }

  /*青色*/
  .new-comon-p-accordion__input input[name=new-comon-p-accordion__block]:checked+.new-comon-p-accordion__head_cdt-arrange>.new-comon-p-accordion__head-inner .new-comon-p-accordion__icon {
    transform: rotate(-180deg);
  }

  /*青色*/
  .new-comon-p-accordion__input input[name=new-comon-p-accordion__block]:checked+.new-comon-p-accordion__head_cdt-arrange+.new-comon-p-accordion__content {
    /*開閉時*/
    height: auto;
    opacity: 1;
    padding: 20px;
  }

  /*アコーディオンここまで*/
  .new_comon_color-light-blue {
    color: #6bc8f2;
  }

  .new-comon-p-tekt {
    padding-bottom: 5px;
  }

  .new_footer_link-nation_box {
    display: none;
    /*footerリンク767で非表示にする*/
  }

  .new-comon-p-accordion__main {
    color: #333;
  }

  .new-comon-p-accordion__main a:hover {
    color: #ff704f;
  }

  .new-comon-p-accordion__main p {
    padding-bottom: 15px;
  }

  .new_footer_link {
    display: none;
    /*footerリンク767で非表示にする*/
  }

  .new_footer_link_sp {
    display: block;
    /*footerリンク767で表示にする*/
  }

  .new_footer_nav-sp {

    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  a .new_footer_nav-sp {
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }










}