@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* 共通 */
html {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 14px;
  }
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
}

.main .pc-only {
  /*display: block !important;*/
}
@media screen and (max-width: 1023px) {
  .main .pc-only {
    display: none !important;
  }
}
.main .sp-only {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .main .sp-only {
    display: block !important;
  }
}

.margin16-24 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .margin16-24 {
    margin-bottom: 24px;
  }
}

.margin32-16 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .margin32-16 {
    margin-bottom: 16px;
  }
}

.breadcrumb__item {
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb__inner {
    overflow-x: scroll;
  }
  .breadcrumb__item + .breadcrumb__item::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .bg {
    padding: 64px 24px;
  }
}
.bg__kaigai {
  background-color: #3B62A8;
}
.bg__kokunai {
  background-color: #B466B7;
}
.bg__souvenir {
  background-color: #4EDAB9;
}

.section__wrap {
  width: 992px;
  margin: 0 auto;
  padding: 64px 40px;
}
@media screen and (max-width: 1023px) {
  .section__wrap {
    width: 87.2vw;
    padding: 64px 0;
  }
}
@media screen and (min-width: 1024px) {
  .section__wrap.section__inner {
    background-color: #fff;
    border-radius: 8px;
  }
}

.section__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .section__title > img {
    display: inline-block;
    height: 26px;
  }
}

.section__text {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .section__text {
    text-align: left;
  }
}

.section__btn {
  display: block;
  width: 240px;
  height: 56px;
  margin: 0 auto;
  border: 3px solid #46B36C;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}
.section__btn > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .section__btn {
    width: 64vw;
    max-width: 240px;
  }
}
.section__btn .section__btn-default {
  transition: all 0.3s;
}
.section__btn .section__btn-hover {
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .section__btn:hover {
    border-color: #BB9ED0;
  }
  .section__btn:hover .section__btn-default {
    opacity: 0;
  }
  .section__btn:hover .section__btn-hover {
    opacity: 1;
  }
}

.reserve__btn {
  border: none;
  background-color: #46B36C;
  width: 325px;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .reserve__btn {
    width: 76.8vw;
    max-width: 288px;
  }
}
@media screen and (max-width: 374px) {
  .reserve__btn {
    width: 64vw;
  }
}
@media screen and (min-width: 1024px) {
  .reserve__btn:hover {
    background-color: #BB9ED0;
  }
}

.link-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "zen-maru-gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
.link-btn svg,
.link-btn #path-flag {
  transition: all 0.3s;
}
.link-btn > span {
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .link-btn {
    position: relative;
  }
  .link-btn .link-btn__default {
    transition: visibility 0.3s, opacity 0.3s;
  }
  .link-btn .link-btn__hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .link-btn:hover {
    color: #af77d8;
  }
  .link-btn:hover .link-btn__default {
    opacity: 0;
    visibility: hidden;
  }
  .link-btn:hover .link-btn__hover {
    opacity: 1;
    visibility: visible;
  }
  .link-btn:hover svg {
    fill: #af77d8;
  }
  .link-btn:hover #path-flag {
    fill: #af77d8;
  }
}
@media screen and (max-width: 1023px) {
  .link-btn {
    gap: 4px;
  }
  .link-btn img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .link-btn img.link-btn__hover {
    display: none;
  }
  .link-btn svg {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 374px) {
  .link-btn .sm-none {
    display: none;
  }
}
/* MV */
#mvSection {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #mvSection {
    margin-bottom: 0;
  }
}
#mvSection .section__wrap {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #mvSection .section__wrap {
    width: 100%;
  }
}
#mvSection .mv__bg {
  background-image: url(../images/mv/BG.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  #mvSection .mv__bg {
    background-image: url(../images/mv/BG_sp.jpg);
  }
}
#mvSection .mv__title {
  padding-top: 64px;
  margin-bottom: -32px;
  font-size: 110px;
  font-family: "zen-maru-gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #mvSection .mv__title {
    font-size: 50px;
    padding-top: 112px;
    margin-bottom: 0;
  }
}
#mvSection .mv__text {
  width: 946px;
  height: 197px;
  margin: 0 auto 16px;
  background-image: url(../images/mv/cards.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: visible;
}
#mvSection .mv__text > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  #mvSection .mv__text {
    width: 87.2vw;
    max-width: 327px;
    background-size: 111px 130px;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 0;
  }
  #mvSection .mv__text.mv__cards-kaigai {
    background-image: url(../images/mv/cards_sp.png);
  }
  #mvSection .mv__text.mv__cards-kokunai {
    background-image: url(../images/mv/cards_sp_kokunai.png);
  }
  #mvSection .mv__text > img {
    left: 16px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 374px) {
  #mvSection .mv__text {
    width: 87.2vw;
  }
}

.nav__list {
  display: flex;
  flex-wrap: wrap;
  width: 992px;
  height: 168px;
  padding: 4px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .nav__list {
    width: auto;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }
  .nav__list.nav__kaigai {
    max-width: 558.5px;
  }
  .nav__list.nav__kokunai {
    max-width: 87.2vw;
  }
}
@media screen and (max-width: 600px) {
  .nav__list.nav__kaigai {
    max-width: 375px;
  }
  .nav__list.nav__kokunai {
    max-width: 100%;
  }
}
.nav__list .nav__item {
  background-color: #fff;
  margin: 4px;
}
.nav__list .nav__item-col4 {
  width: 238px;
}
.nav__list .nav__item-col5 {
  width: 188.8px;
}
@media screen and (max-width: 1023px) {
  .nav__list .nav__item-sp-col2 {
    width: calc((100vw - 24px) / 2);
    max-width: 175.5px;
    height: 56px;
  }
  .nav__list .nav__item-sp-col3 {
    width: calc((100vw - 32px) / 3);
    max-width: 114.3px;
    height: 72px;
  }
}
.nav__list .nav__item-disabled .link-btn {
  opacity: 0.4;
  pointer-events: none;
}

#globalNav {
  background-color: #46B36C;
  height: 68px;
  position: sticky;
  top: -1px;
  z-index: 101;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-68px);
  transition: all 0.3s;
}
#globalNav .section__wrap {
  padding: 0;
}
#globalNav .nav__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#globalNav .hamburger__icon {
  width: 48px;
  height: 48px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
#globalNav .hamburger__icon span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 9px;
  transition: all 0.3s;
}
#globalNav .hamburger__icon span:nth-child(1) {
  top: 13px;
}
#globalNav .hamburger__icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#globalNav .hamburger__icon span:nth-child(3) {
  bottom: 13px;
}
#globalNav .nav__inner {
  background-color: #46B36C;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  margin-top: -1px;
}
@media screen and (min-width: 1024px) {
  #globalNav .nav__inner {
    width: 992px;
    margin: -1px auto 0;
  }
}
#globalNav.is-open .hamburger__icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 48%;
}
#globalNav.is-open .hamburger__icon span:nth-child(2) {
  display: none;
}
#globalNav.is-open .hamburger__icon span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 48%;
}
#globalNav.is-open .nav__inner {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s, opacity 0.3s;
}
#globalNav.is-stick {
  height: 68px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mv__nav {
  position: relative;
}
.mv__nav .mv__tab {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -124px;
  left: 50%;
  transform: translateX(-50%);
  width: 992px;
  height: 124px;
}
@media screen and (max-width: 1023px) {
  .mv__nav .mv__tab {
    width: 96vw;
    height: 65px;
    top: -65px;
  }
}
.mv__nav .mv__tab-item {
  width: 50%;
  position: relative;
  border-radius: 4px 4px 0 0;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.mv__nav .mv__tab-item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
}
.mv__nav .mv__tab-item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .mv__nav .mv__tab-item a img {
    width: 60.7%;
    max-width: 104.43px;
  }
}
.mv__nav .mv__tab-item-kaigai a {
  background-color: #3B62A8;
  transition: all 0.3s;
}
.mv__nav .mv__tab-item-kaigai a:hover {
  background-color: #123A83;
}
.mv__nav .mv__tab-item-kokunai a {
  background-color: #B466B7;
  transition: all 0.3s;
}
.mv__nav .mv__tab-item-kokunai a:hover {
  background-color: #932897;
}
.mv__nav .nav__list {
  margin: 0 auto;
  padding-top: 24px;
  justify-content: center;
  height: auto;
}

#aboutTour {
  padding-top: 88px;
  position: relative;
  z-index: -10;
}
@media screen and (min-width: 1024px) {
  #aboutTour::before {
    content: "";
    display: block;
    width: 985px;
    height: 351px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #aboutTour.bg__kaigai::before {
    background-image: url(../images/about-tour/about-tour_bg.png);
  }
  #aboutTour.bg__kokunai::before {
    background-image: url(../images/about-tour/about-tour_bg_kokunai.png);
  }
}
@media screen and (max-width: 1023px) {
  #aboutTour.bg {
    padding: 64px 0;
  }
  #aboutTour.bg__kaigai {
    background-color: #3B62A8;
  }
  #aboutTour.bg__kokunai {
    background-color: #B466B7;
  }
  #aboutTour .section__wrap.section__inner {
    border-radius: 8px;
    padding: 48px 24px;
    background-color: #fff;
  }
}
#aboutTour .about-tour__list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #aboutTour .about-tour__list {
    display: block;
  }
}
#aboutTour .about-tour__list .about-tour__item {
  width: 444px;
  height: 374px;
  margin: 0 12px;
  padding: 24px;
  background-color: #EEFDF0;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #aboutTour .about-tour__list .about-tour__item {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto 40px;
    background-color: #fff;
  }
}
#aboutTour .about-tour__list .about-tour__item .about-tour__item-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  #aboutTour .about-tour__list .about-tour__item .about-tour__item-title {
    font-size: 16px;
  }
}
#aboutTour .about-tour__list .about-tour__item .about-tour__item-text > em {
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #aboutTour .about-tour__list .about-tour__item .about-tour__item-text > span {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  #aboutTour .about-tour__list .about-tour__item .about-tour__btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023px) {
  #aboutTour .about-tour__list .about-tour__item .about-tour__btn {
    margin-top: 40px;
  }
}

.city__area {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.city__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -12px 24px;
}
.city__list .city__item {
  width: 230px;
  margin: 0 12px 24px;
}
.city__list .city__item img {
  display: block;
  width: 100%;
  height: 160px;
  margin-bottom: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.city__list .city__item .city__item-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.city__list .city__item .city__item-text {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .city__list .city__item .city__item-text {
    font-size: 12px;
  }
}

#city .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  #city .sp-only {
    display: block;
  }
}
#city.section__wrap {
  padding: 64px 0;
}
@media screen and (max-width: 600px) {
  #city .city__list {
    display: block;
    margin: 0 0 48px 0;
  }
}
@media screen and (max-width: 600px) {
  #city .city__list .city__item {
    display: flex;
    justify-content: left;
    width: 100%;
    margin: 0 0 16px 0;
  }
  #city .city__list .city__item.pc-only {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #city .city__list .city__item img {
    width: 60px;
    height: 60px;
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #city .city__list .city__item .city__item-name {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  #city .city__list .city__item .city__item-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  #city .city__list .accordion__hidden {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
    transform: translateY(-100%);
    transition: all 0.3s;
  }
  #city .city__list .accordion__hidden.is-visible {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-bottom: 16px;
    transform: translateY(0);
  }
}

#schedule {
  background-color: #F6F6F6;
  padding-bottom: 136px;
}
#schedule::after {
  content: "※対象都市は随時追加予定";
  display: block;
  text-align: right;
  width: 992px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #schedule::after {
    width: 87.2vw;
  }
}
#schedule .section__wrap {
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  #schedule .schedule__table-wrap {
    width: calc(100% - 32px);
    overflow: scroll;
    margin-left: 32px;
    height: 500px;
  }
}
#schedule table {
  border-collapse: collapse;
  width: 992px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #schedule table {
    width: 670px;
  }
}
#schedule table .schedule__flag-box {
  width: 80px;
  border-right: none !important;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__flag-box {
    width: 42px;
  }
}
#schedule table .schedule__flag-box .schedule__flag {
  display: inline-block;
  width: 32px;
  height: 32px;
}
#schedule table .schedule__name-box {
  border-left: none !important;
}
#schedule table .schedule__topbar {
  background-color: #3B62A8;
  color: #fff;
  height: 38px;
}
#schedule table .schedule__topbar th {
  width: 234px;
  padding-right: 50px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__topbar th {
    width: 183px;
  }
}
#schedule table .schedule__topbar td {
  text-align: center;
  font-weight: bold;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  line-height: 1.3;
  padding-top: 5px;
}
#schedule table .schedule__topbar td:first-child {
  border-left: 2px solid #3B62A8;
}
#schedule table .schedule__topbar td:last-child {
  border-right: 2px solid #3B62A8;
}
#schedule table .schedule__topbar td small {
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__topbar td small {
    display: inline-block;
  }
}
#schedule table .schedule__body {
  background-color: #fff;
}
#schedule table .schedule__body th {
  border: 2px solid #3B62A8;
  position: relative;
}
#schedule table .schedule__body td {
  border: 2px solid #3B62A8;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body td {
    background-color: #fff;
  }
}
#schedule table .schedule__body .time__bar {
  content: "";
  display: block;
  height: 16px;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body .time__bar {
    z-index: 1;
  }
}
#schedule table .schedule__body .time__bar.blue {
  background-color: #69E0E4;
}
#schedule table .schedule__body .time__bar.green {
  background-color: #5DCF85;
}
#schedule table .schedule__body .time__bar.lightgreen {
  background-color: #50E2C0;
}
#schedule table .schedule__body .time__bar.purple {
  background-color: #BB9ED0;
}
#schedule table .schedule__body .time__bar.time__note::before {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -13px;
  left: -16px;
  width: 80px;
  z-index: 1;
}
#schedule table .schedule__body.schedule__idn .time__bar {
  width: 570px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__idn .time__bar {
    width: 372px;
  }
}
#schedule table .schedule__body.schedule__sin .time__bar {
  width: 622px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__sin .time__bar {
    width: 439px;
  }
}
#schedule table .schedule__body.schedule__tha .time__bar {
  width: 466px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__tha .time__bar {
    width: 304px;
  }
}
#schedule table .schedule__body.schedule__mfm .time__bar {
  width: 518px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__mfm .time__bar {
    width: 338px;
  }
}
#schedule table .schedule__body.schedule__mys .time__bar {
  width: 466px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__mys .time__bar {
    width: 304px;
  }
}
#schedule table .schedule__body.schedule__mng .time__bar {
  width: 414px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__mng .time__bar {
    width: 270px;
  }
}
#schedule table .schedule__body.schedule__hkg .time__bar {
  width: 64px;
  left: -14px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__hkg .time__bar {
    width: 44px;
  }
}
#schedule table .schedule__body.schedule__hkg .time__bar.time__note::before {
  content: "※20:50～";
}
#schedule table .schedule__body.schedule__twn .time__bar {
  width: 50px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__twn .time__bar {
    width: 32px;
  }
}
#schedule table .schedule__body.schedule__ind .time__bar {
  width: 466px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__ind .time__bar {
    width: 304px;
  }
}
#schedule table .schedule__body.schedule__npl .time__bar {
  width: 466px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__npl .time__bar {
    width: 304px;
  }
}
#schedule table .schedule__body.schedule__aus .time__bar {
  width: 622px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__aus .time__bar {
    width: 406px;
  }
}
#schedule table .schedule__body.schedule__rts .time__bar {
  width: 466px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__rts .time__bar {
    width: 304px;
  }
}
#schedule table .schedule__body.schedule__hnl .time__bar {
  width: 153px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__hnl .time__bar {
    width: 100px;
  }
}
#schedule table .schedule__body.schedule__las .time__bar {
  width: 153px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__las .time__bar {
    width: 100px;
  }
}
#schedule table .schedule__body.schedule__nld .time__bar {
  width: 255px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__nld .time__bar {
    width: 166px;
  }
}
#schedule table .schedule__body.schedule__grc .time__bar {
  width: 360px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__grc .time__bar {
    width: 234px;
  }
}
#schedule table .schedule__body.schedule__che .time__bar {
  width: 360px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__che .time__bar {
    width: 234px;
  }
}
#schedule table .schedule__body.schedule__uzb .time__bar {
  width: 516px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__uzb .time__bar {
    width: 336px;
  }
}
#schedule table .schedule__body.schedule__mar .time__bar {
  width: 255px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__mar .time__bar {
    width: 166px;
  }
}
#schedule table .schedule__body.schedule__tun .time__bar {
  width: 360px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__tun .time__bar {
    width: 234px;
  }
}
#schedule table .schedule__body.schedule__ist .time__bar {
  width: 516px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__ist .time__bar {
    width: 336px;
  }
}
#schedule table .schedule__body.schedule__nav .time__bar {
  width: 413px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__nav .time__bar {
    width: 268px;
  }
}
#schedule table .schedule__body.schedule__mex .time__bar {
  width: 78px;
  left: -29px;
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule__mex .time__bar {
    width: 50px;
    left: -19px;
  }
}
#schedule table .schedule__body.schedule__mex .time__bar.time__note::before {
  content: "※21:30～";
}
#schedule table .fixed {
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #schedule table .fixed {
    position: sticky !important;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #schedule table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 100%;
    height: 100%;
    border-left: 3px solid #3B62A8;
  }
}
@media screen and (max-width: 1023px) {
  #schedule table .fixed__top {
    position: sticky !important;
    top: 0;
    left: 0;
    z-index: 9;
  }
  #schedule table .fixed__top:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__topbar .fixed {
    background-color: #3B62A8;
  }
  #schedule table .schedule__topbar .fixed::before {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #schedule table .schedule__topbar .fixed:last-child::before {
    border-right: 2px solid #3B62A8;
  }
  #schedule table .schedule__topbar .fixed.schedule__flag-box::before {
    border-right: none;
    border-left: 2px solid #3B62A8;
  }
  #schedule table .schedule__topbar .fixed.schedule__name-box::before {
    border-right: none;
    border-left: none;
  }
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body .fixed {
    background-color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  #schedule table .schedule__body.schedule01 th, #schedule table .schedule__body.schedule01 td {
    border-top: none;
  }
}

#recommend.section__wrap {
  padding: 60px 0 88px;
}
@media screen and (max-width: 1023px) {
  #recommend.section__wrap {
    padding-bottom: 64px;
  }
}
#recommend .section__title,
#recommend .section__text {
  margin-bottom: 24px;
}
#recommend .recommend__desc {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  #recommend .recommend__desc span {
    display: none;
  }
}
#recommend .recommend__link-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 600px) {
  #recommend .recommend__link-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 16px;
  }
}
#recommend .recommend__list > li {
  padding-top: 48px;
}
#recommend .recommend__list > li:not(:last-child) {
  padding-bottom: 44px;
  background-image: url(../images/icon_ashiato.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
}
#recommend .recommend__list > li .recommend__list-title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
#recommend .recommend__list > li .recommend__list-title-wrap .recommend__list-title {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  #recommend .recommend__list > li .recommend__list-title-wrap .recommend__list-title {
    font-size: 20px;
  }
}
#recommend .recommend__list > li .recommend__list-title-wrap .recommend__list-title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  #recommend .recommend__list > li .recommend__list-title-wrap .recommend__list-title::before {
    width: 36px;
    height: 36px;
    background-size: contain;
    margin-bottom: 8px;
  }
}
#recommend .recommend__list > li .recommend__list-title-wrap .recommend__list-title span {
  font-size: 18px;
  margin-left: 16px;
}
@media screen and (max-width: 600px) {
  #recommend .recommend__list > li .recommend__list-title-wrap .recommend__list-title span {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
}
#recommend .recommend__list > li .recommend__list-title-wrap .recommend__list-course-pc {
  display: flex;
}
@media screen and (max-width: 1023px) {
  #recommend .recommend__list > li .recommend__list-title-wrap .recommend__list-course-pc {
    display: none;
  }
}
#recommend .recommend__list > li .recommend__list-title-wrap .recommend__list-course-pc li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
#recommend .recommend__list > li .recommend__list-title-wrap .recommend__list-course-pc li img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#recommend .recommend__list > li .recommend__list-title-wrap .recommend__list-course-pc li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  margin: 0 8px;
  background-image: url(../images/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
#recommend .recommend__list > li .section__text {
  text-align: left;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  #recommend .recommend__list > li .section__text {
    padding: 6px 0;
  }
}
@media screen and (max-width: 1023px) {
  #recommend .recommend__list > li .section__text {
    display: flex;
    flex-direction: column;
  }
}
#recommend .recommend__list > li .section__text::before {
  background-color: #38c5a4;
  padding: 6px 10px;
  margin-right: 16px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  #recommend .recommend__list > li .section__text::before {
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 10px;
    margin-bottom: 4px;
  }
}
#recommend .recommend__list > li.family .recommend__list-title-wrap .recommend__list-title::before {
  background-image: url(../images/recommend/recommend_icon_family.svg);
}
#recommend .recommend__list > li.family .section__text::before {
  content: "ご家族向け";
}
#recommend .recommend__list > li.school .recommend__list-title-wrap .recommend__list-title::before {
  background-image: url(../images/recommend/recommend_icon_school.svg);
}
#recommend .recommend__list > li.school .section__text::before {
  content: "学校団体向け";
}
#recommend .recommend__list > li.friend .recommend__list-title-wrap .recommend__list-title::before {
  background-image: url(../images/recommend/recommend_icon_friend.svg);
}
#recommend .recommend__list > li.friend .section__text::before {
  content: "学生・ご友人向け";
}
#recommend .recommend__list > li.company .recommend__list-title-wrap .recommend__list-title::before {
  background-image: url(../images/recommend/recommend_icon_company.svg);
}
#recommend .recommend__list > li.company .section__text::before {
  content: "会社の懇親会向け";
}
#recommend .recommend__list > li.school::before {
  background-image: url(../images/recommend/recommend_icon_school.svg);
}
#recommend .recommend__list > li.friend::before {
  background-image: url(../images/recommend/recommend_icon_friend.svg);
}
#recommend .recommend__list > li.company::before {
  background-image: url(../images/recommend/recommend_icon_company.svg);
}
#recommend .recommend__list > li picture > img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #recommend .recommend__list > li picture > img {
    max-width: 654px;
  }
}
#recommend .recommend__list > li .recommend__list-course-sp {
  margin-top: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  #recommend .recommend__list > li .recommend__list-course-sp li {
    max-width: 350px;
    margin: 0 auto;
  }
}
#recommend .recommend__list > li .recommend__list-course-sp li .recommend__list-course-title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1;
}
#recommend .recommend__list > li .recommend__list-course-sp li .recommend__list-course-title > img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 600px) {
  #recommend .recommend__list > li .recommend__list-course-sp li .recommend__list-course-desc {
    font-size: 12px;
  }
}
#recommend .recommend__list > li .recommend__list-course-sp li:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  margin: 8px 0;
  background-image: url(../images/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#souvenir {
  background-image: url(../images/souvenir/souvenir_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 130px center;
}
@media screen and (max-width: 600px) {
  #souvenir {
    background-image: url(../images/souvenir/souvenir_bg_sp.png);
    background-size: 125vw;
    background-position: top 188px center;
  }
}
@media screen and (max-width: 600px) {
  #souvenir .section__title {
    margin-bottom: 24px;
  }
}
#souvenir .section__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #souvenir .section__text {
    margin-bottom: 24px;
  }
}
#souvenir .souvenir__contents {
  display: block;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #souvenir .souvenir__contents {
    padding: 0;
    margin: 0 -6.4vw 40px;
  }
  #souvenir .souvenir__contents img {
    width: 100%;
  }
}
#souvenir .souvenir__example {
  display: block;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 600px) {
  #souvenir .souvenir__example {
    margin-bottom: 40px;
  }
}
#souvenir h3 {
  text-align: center;
  margin-bottom: 40px;
}
#souvenir .souvenir__list-wrap::after {
  content: "※順次追加予定";
  display: block;
  font-size: 14px;
  text-align: right;
  margin: 40px -40px 0 auto;
}
@media screen and (max-width: 1023px) {
  #souvenir .souvenir__list-wrap::after {
    font-size: 12px;
    text-align: center;
    margin: 24px 0 0;
  }
}
#souvenir .souvenir__list-wrap .souvenir__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  margin: 0 -40px;
}
@media screen and (max-width: 1023px) {
  #souvenir .souvenir__list-wrap .souvenir__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 16px;
    margin: 0 auto;
    max-width: 497px;
  }
}
#souvenir .souvenir__list-wrap .souvenir__list .souvenir__item {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1023px) {
  #souvenir .souvenir__list-wrap .souvenir__list .souvenir__item {
    max-width: 155px;
  }
}
@media screen and (max-width: 1023px) {
  #souvenir .souvenir__list-wrap .souvenir__list .souvenir__item {
    width: 41vw;
  }
}
#souvenir .souvenir__list-wrap .souvenir__list .souvenir__item-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin: 8px 0;
  height: 107px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 1023px) {
  #souvenir .souvenir__list-wrap .souvenir__list .souvenir__item-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  #souvenir .souvenir__list-wrap .souvenir__list .souvenir__item-name {
    height: auto;
    min-height: 72px;
    margin: 16px 0 8px;
  }
}
#souvenir .souvenir__list-wrap .souvenir__list .souvenir__item-price {
  text-align: right;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  #souvenir .souvenir__list-wrap .souvenir__list .souvenir__item-price {
    font-size: 14px;
  }
}
#souvenir .souvenir__list-wrap .souvenir__list .souvenir__item-price span {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  #souvenir .souvenir__list-wrap .souvenir__list .souvenir__item-price span {
    font-size: 12px;
  }
}

#flow {
  background-color: #F6F6F6;
}
#flow .section__title {
  margin-bottom: 48px;
}
#flow .flow__list {
  position: relative;
  padding-left: 136px;
  margin: 0;
}
#flow .flow__list::before {
  content: "";
  width: 94px;
  height: 236px;
  background-image: url(../images/step.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 16px;
}
@media screen and (max-width: 1023px) {
  #flow .flow__list {
    padding-left: 0;
  }
  #flow .flow__list::before {
    width: 2px;
    height: 415px;
    background-image: url(../images/dashed_line.svg);
    top: 10px;
    left: 11px;
  }
}
#flow .flow__list .flow__item {
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  #flow .flow__list .flow__item {
    height: 127px;
  }
  #flow .flow__list .flow__item:last-child {
    height: auto;
  }
}
#flow .flow__list .flow__item .flow__item-text {
  padding-left: 35px;
}
#flow .flow__list .flow__item .flow__item-text em {
  font-weight: bold;
}
#flow .flow__list .flow__item .flow__item-text em a {
  color: #3B62A8;
}
#flow .flow__list .flow__item .flow__item-text em a:hover {
  text-decoration: none;
}

#faq.bg__kaigai, #faq.bg__kokunai {
  background-color: #fff;
}
#faq .faq__list {
  margin-bottom: 40px;
}
#faq .faq__list .faq__item {
  margin-bottom: 32px;
}
#faq .faq__list .faq__item:last-child {
  margin-bottom: 0;
}
#faq .faq__list .faq__item .faq__question {
  font-weight: bold;
  margin-bottom: 16px;
}
#faq .faq__list .faq__item .faq__answer {
  padding: 16px;
  background-color: #EEFDF0;
  font-size: 14px;
}
#faq .faq__btn {
  position: relative;
}
#faq .faq__btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_more.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  #faq .faq__btn:hover::after {
    background-image: url(../images/icon_more_hover.svg);
  }
}

.fixed-button {
  position: fixed;
  top: 143px;
  right: -40px;
  z-index: 100;
  font-family: "zen-maru-gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .fixed-button {
    font-size: 18px;
    top: auto;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    gap: 16px;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 374px) {
  .fixed-button {
    font-size: 14px;
    gap: 8px;
  }
}
.fixed-button a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 16px 64px 16px 24px;
  line-height: 1.3;
  gap: 12px;
  border: 4px solid #fff;
  border-radius: 8px;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .fixed-button a {
    padding: 12px;
    flex-shrink: 0;
    border-width: 2px;
    gap: 6px;
  }
}
.fixed-button-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixed-button-icon {
  width: 40px;
}
@media screen and (max-width: 1023px) {
  .fixed-button-icon {
    width: 18px;
  }
}
.fixed-button-text-small {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .fixed-button-text-small {
    display: none;
  }
}
.fixed-button-search {
  background-color: #B466B7;
}
.fixed-button-search:hover {
  background-color: #AC00B2;
}
.fixed-button-search .fixed-button-icon {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .fixed-button-search .fixed-button-icon {
    font-size: 18px;
  }
}
.fixed-button-contact {
  background-color: #1A813E;
}
.fixed-button-contact:hover {
  background-color: #00B53F;
}
.fixed-button-contact .fixed-button-icon {
  font-size: 48px;
}
@media screen and (max-width: 1023px) {
  .fixed-button-contact .fixed-button-icon {
    font-size: 22px;
  }
}

.material-symbols-rounded {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */