@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
  width: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

body {
  color: #171717;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  background-color: #fff;
}

main {
  display: block;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #171717;
  transition: all 0.3s ease;
}

a:hover {
  opacity: .7;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.sp-only {
  display: none;
}

/* header --------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
  background-color: #CCF9FF;
}

.page-width {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.header-logo {
  z-index: 2;
  max-width: 470px;
  min-width: 244px;
  width: 39%;
}

.header-logo a {
  display: block;
  transition: opacity .6s ease;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.nav-item a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.header-logo a:hover,
.nav-item a:hover {
  opacity: .7;
}

.hamburger,
.nav-sp {
  display: none;
}
.lang-switcher{
  position: relative;
  padding-right:27px;
}
.lang-switcher:after{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-repeat: none;
  background-size: contain;
  background-position: center;
  background-image: url(../images/arrow-lang.svg);
}
.lang-current {
  width:38px;
  height:38px;
  border: 1px solid #171717;
  border-radius: 999px;
  cursor: pointer;
  font-size:1.4rem;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}

.lang-dropdown {
  padding: 1.4rem 2rem 1.4rem 2rem;
  min-width: 137px;
  position: absolute;
  top: 100%;
  right:0;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap:2.3rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.lang-dropdown a {
  display: flex;
  align-items: center;
  gap:1rem;
  line-height: 1;
  white-space: nowrap;
}
.lang-dropdown a .en{
  font-weight: 700;
    font-size:1.6rem;
}
.lang-dropdown a .ja{
  font-weight: 500;
    font-size:1.5rem;
    padding-bottom: 0.2rem;
}
.lang-dropdown a:hover {
  color:#42964C;
  opacity: 1;
}
@media (hover: hover) {
  .lang-switcher:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
  }
  .lang-switcher:hover:after{
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  }
}
/* kv -------------------------------------------------*/
.kv {
  position: relative;
  background-color: #CCF9FF;
}
.kv .page-width{
  z-index: 1;
  position: relative;
}
.kv-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 11.7rem 0 2.8rem;
}

.kv-ttl {
  width: 83.75%;
}

.kv-txt {
  margin: 4.4rem 0 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.sponsor-logo {
  width: 12.16%;
}

.kv-back {
  position: absolute;
}

.kv-back01 {
  max-width: 236px;
  min-width: 118px;
  width: 12.29%;
  top: 60px;
  left: 6.04%;
}

.kv-back02 {
  max-width: 304px;
  min-width: 118px;
  width: 15.83%;
  bottom: -17px;
  left: 10.41%;
}

.kv-back03 {
  max-width: 309px;
    min-width: 103px;
  width: 16.09%;
  bottom: 63px;
  right: 9.06%;
}

/* about -------------------------------------------------*/
.about {
  z-index: 1;
  position: relative;
  padding-top: 5.2rem;
}
.about .page-width{
 z-index: 1;
  position: relative;
}
.about-flex {
  display: flex;
  gap: 2.5%;
}

.about-info {
  width: 37.5%;
}
.about-info-img{
  margin-top:3.8rem;
  margin-left:-117px;
  max-width: 536px;
}
.about-img{
  width:61%;
  margin-top:-129px;

}
.section-ttl {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.about-back{
  position:absolute;
}
.about-back01{
  max-width: 237px;
  width:12.34%;
  top:20%;
  left: 3%;
}
/* anchor --------------------------------------------*/
.anchor {
  padding-top: 5.2rem;
  position: relative;
}

.anchor .section-ttl {
  text-align: center;
}

.anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.6rem 3.75%;
}

.anchor-item {
  width: calc((100% - 7.5%)/3);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 23px;
}

.anchor-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: transform .6s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.anchor01 .anchor-img {
  background-image: url(../images/anchor01.jpg);
}

.anchor02 .anchor-img {
  background-image: url(../images/anchor02.jpg);
}

.anchor03 .anchor-img {
  background-image: url(../images/anchor03.jpg);
}

.anchor04 .anchor-img {
  background-image: url(../images/anchor04.jpg);
}

.anchor05 .anchor-img {
  background-image: url(../images/anchor05.jpg);
}

.anchor06 .anchor-img {
  background-image: url(../images/anchor06.jpg);
}

.anchor-item:hover .anchor-img {
  transform: scale(1.04);
}

.anchor-link {
  display: block;
  padding: 2rem 1rem 2.5rem 2.5rem;
}

.anchor-link:hover {
  opacity: 1;
}

.anchor-head {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.anchor-flex {
  margin-top: 15.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.anchor-area {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  padding: 0.6rem 1.6rem;
  min-width: 116px;
  text-align: center;
  border-radius: 999px;
  margin-right: 1rem;
}

.anchor01 .anchor-area {
  background-color: #48B2BF;
}

.anchor02 .anchor-area,
.anchor03 .anchor-area {
  background-color: #42964C;
}

.anchor04 .anchor-area,
.anchor05 .anchor-area,
.anchor06 .anchor-area {
  background-color: #E8A933;
}

.anchor-more {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-right: 2.8rem;
  color: #fff;
}

.anchor-more:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  right: 3px;
}

.anchor-txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  margin-top: 1.3rem;
}

.anchor-back {
  position: absolute;
  z-index: -3;
}

.anchor-back01 {
  top: -28%;
  left: 0;
}

.anchor-back02 {
  bottom: -16rem;
  right: 5rem;
}
.anchor-back03 {
  top: -8%;
  right: 15%;
  max-width: 190px;
  min-width: 100px;
  width:9.89%;
}
/*  slider-------------------------------------------------*/
.slider {
  margin-top: 16.9rem;
  width: 100%;
}

.slick-slide {
  width: 100%;
  height: 100%;
  aspect-ratio: 192 / 65;
  object-fit: cover;
}

.dots-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
  margin-top: 2.5rem;
}

.dots-wrap li {
  width: 38px;
  height: 3px;
  background: #EAEAEA;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #707070;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/*  tour-------------------------------------------------*/
.tour-overview {
  margin-top: 20rem;
  padding-top: 20rem;
  position: relative;
}
.tour-overview .page-width{
  position: relative;
  z-index: 1;
}
.tour-ttl {
  font-size: 7.4rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 107px;
  position: relative;
}

.tour-ttl::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 79px;
  height: 105px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-image: url(../images/map-pin.png);
  vertical-align: middle;
}

.tour-flex {
  margin-top: 5rem;
  display: flex;
  gap: 5%;
}

.tour-info {
  width: 56%;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 4.4rem;
}

.tag-item {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.6rem 1.6rem;
  min-width: 128px;
  text-align: center;
  border-radius: 999px;
background-color: #fff;
}
#tour01 .tag-item,
.blue,
#tour01 .or-item:after {
  color: #48B2BF;
}
#tour02 .tag-item,
#tour03 .tag-item,
.green,
#tour02 .or-item:after,
#tour03 .or-item:after {
  color: #42964C;
}
#tour04 .tag-item,
#tour05 .tag-item,
#tour06 .tag-item,
.orange,
#tour04 .or-item:after,
#tour05 .or-item:after,
#tour06 .or-item:after {
  color: #E8A933;
}
#tour01 .tag-item {
  border: 1px solid #48B2BF;
}
#tour02 .tag-item,
#tour03 .tag-item {
  border: 1px solid #42964C;
}
#tour04 .tag-item,
#tour05 .tag-item,
#tour06 .tag-item {
  border: 1px solid #E8A933;
}
#tour01 .tag-fill {
  color: #fff;
  background-color: #48B2BF;
}
#tour02 .tag-fill,
#tour03 .tag-fill {
  color: #fff;
  background-color: #42964C;
}
#tour04 .tag-fill,
#tour05 .tag-fill,
#tour06 .tag-fill {
  color: #fff;
  background-color: #E8A933;
}
.tour-img {
  margin-right: calc(39% - 50vw);
  flex: 1;
}

.tour-table {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4.6rem;
  margin-top: 6.6rem;
}

.tour-tr {
  width: calc((100% - 4.6rem)/2);
  display: flex;
  border-top: 1px solid #707070;
  padding: 2rem 0;
}

.tour-tr:nth-last-child(1),
.tour-tr:nth-last-child(2) {
  border-bottom: 1px solid #707070;
}

.tour-th {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 1.3rem;
  min-width: 124px;
  line-height: 1.5;
}

.tour-td {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  position:relative;
  padding-left: 24px;
}
.tour-td:after {
    display: block;
  content: "：";
  position: absolute;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  left: 0;
  top: 0;
}
.tour-td .small {
  font-size: 1.6rem;
}
.table-att{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top:2rem;
}
.btn-middle {
  text-align: center;
  margin-top: 14rem;
}

.btn {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  padding-left: 4.5rem;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 2.4rem;
  border-radius: 999px;
  width: 100%;
  max-width: 338px;
  height: 60px;
  font-weight: 700;
  transition: 0.3s;
  box-sizing: border-box;
  position: relative;
}
.lang-en .btn,
.lang-zhtw .btn{
  padding-left: 10rem;
}
.lang-zhcn .btn{
  padding-left: 8rem;
}
.btn:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon-btn.svg);
  vertical-align: middle;
}

#tour01 .btn {
  background-color: #48B2BF;
}
#tour02 .btn,
#tour03 .btn  {
  background-color: #42964C;
}
#tour04 .btn,
#tour05 .btn,
#tour06 .btn  {
  background-color: #E8A933;
}
.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  margin-top: 6.6rem;
}

.schedule-item {
  position: relative;
}

.arrow-item:after {
  display: block;
  content: "";
  position: absolute;
  width: 34px;
  height: 59px;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  background-size: contain;
  background-position: center;
}

#tour01 .arrow-item:after {
  background-image: url(../images/arrow-blue.svg);
}
#tour02 .arrow-item:after,
#tour03 .arrow-item:after {
  background-image: url(../images/arrow-green.svg);
}
#tour04 .arrow-item:after,
#tour05 .arrow-item:after,
#tour06 .arrow-item:after {
  background-image: url(../images/arrow-orange.svg);
}

.or-item:after {
  display: block;
  content: "or";
  position: absolute;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
}

.schedule-block {
  display: flex;
  border-radius: 23px;
  padding: 37px 23px 37px 33px;
  gap: 3.6%;
}

#tour01 .schedule-block {
  background-color: #E1EDEF;
}
#tour02 .schedule-block,
#tour03 .schedule-block {
  background-color: #ECF5ED;
}
#tour04 .schedule-block,
#tour05 .schedule-block,
#tour06 .schedule-block {
  background-color: #FFF6E5;
}
.schedule-time {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}
.three-block .schedule-time {
  width:18.2%;
}
.schedule-time .small {
  font-size: 2.4rem;
}

.schedule-time .ja {
  font-size: 1.8rem;
}
.three-block .schedule-info{
  width:42.6%;
}
.two-block .schedule-info{
width:64.4%;
}
.schedule-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.schedule-type {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1rem 0;
}

.schedule-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
.three-block .schedule-img,
.two-block .schedule-img{
  width:32%;
}
.schedule-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 183 / 119;
  border-radius: 23px;
}

.schedule-item .section-ttl {
  text-align: center;
}

.btn-bottom {
  margin-top: 5.2rem;
}
.tour-back{
  position: absolute;
}
.tour-back01{
  width: 92.96%;
  top:-2%;
  left:50%;
  transform: translateX(-50%);
}
.tour-back02{
  width: 100%;
  bottom:5%;
  left:50%;
  transform: translateX(-50%);
}
/*  footer-------------------------------------------------*/
.footer {
  margin-top: 33rem;
  background-color: #EAEAEA;
  padding: 7.5rem 0 4.5rem;
}
.footer-flex{
  display: flex;
  justify-content: center;
  gap:5rem;
}
.footer-tr{
  display: flex;
  gap:2rem;
}
.footer-th{
  font-size:1.6rem;
  font-weight: 700;
  white-space: nowrap;
}
.footer-td{
  font-size:1.6rem;
  font-weight: 400;
}
.footer-copy {
  font-size:1.6rem;
  font-weight: 400;
  text-align: center;
  margin:4rem auto;
}
.footer-logo{
  text-align: center;
  margin:0 auto;
  max-width: 202px;
}
.footer-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*  sp-------------------------------------------------*/
@media screen and (max-width: 1700px) {
  .kv-back01 {
  left: 3%;
}

.kv-back02 {
  left: 5%;
}
.kv-back03 {
  right: 4.5%;
}
.about-back01{
  top:15%;
  left: -3%;
}
.anchor-back03 {
  top: -5%;
  right: 10%;
}
}
@media screen and (max-width: 1400px) {
  .kv-back01 {
left: -1%;
}
.kv-back03 {
  right: 1%;
}
.about-info-img{
  margin-top:3.8rem;
  margin-left:0;
  margin-right: -100px;
}
.about-back01{
  display: none;
}
.anchor-back03 {
  top: -3%;
  right: 2%;
}
}
@media screen and (max-width: 1159px) {
  .header {
    height: 45px;
  }

  .nav-list {
    display: none;
  }

  .header-nav {
    height: 45px;
  }

  .hamburger {
    position: absolute;
    right: 20px;
    top: 0;
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 38px;
    z-index: 2;
  }

  .hamburger span {
    position: absolute;
    transition: .3s;
    right: 0;
  }

  .hamburger span:nth-child(1),
  .hamburger span:nth-child(2) {
    background: #171717;
    height: 1px;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
    width: 25px;
  }

  .hamburger span:nth-child(2) {
    top: 18px;
    width: 38px;
  }

  .ham-menu,
  .ham-close {
    top: 26px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
  }

  .hamburger .ham-close {
    display: none;
    right: -2px;
  }

  .hamburger.bgactive .ham-close {
    display: block;
  }

  .hamburger.bgactive .ham-menu {
    display: none;
  }

  .hamburger.bgactive span:nth-child(1) {
    transform: translateY(4px) rotate(15deg);
    width: 38px;
  }

  .hamburger.bgactive span:nth-child(2) {
    transform: translateY(-4px) rotate(-15deg);
    width: 38px;
  }

  .nav-sp {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 1;
    visibility: hidden;
  }

  .nav-sp-flex {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width:fit-content;
  }

  .nav-list-sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    gap: 3rem;
  }
  .nav-item-sp a {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
  }
.nav-item-sp-row{
  display: flex;
  justify-content: center;
  gap:3rem;
}
.lang-switcher{
  margin-top:3rem;
  padding-right:38px;
  display: inline-block;
}
.lang-switcher:after{
  width: 22px;
  height: 22px;
}
.lang-current {
  width:55px;
  height:55px;
  font-size:2rem;
  line-height: 55px;
}

.lang-dropdown {
  padding: 1.7rem 2.8rem 1.7rem 1.7rem;
  min-width: 168px;
  left:0;
}

.lang-dropdown a {
  gap:1.2rem;
}
.lang-dropdown a .en{
    font-size:1.9rem;
}
.lang-dropdown a .ja{
    font-size:1.9rem;
    padding-bottom: 0.2rem;
}
  .lang-switcher.open:after{
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  }
  .lang-switcher.open .lang-dropdown {
  opacity: 1;
  visibility: visible;
}
  .nav-sp.bgactive {
    opacity: 1;
    visibility: visible;
  }
  .anchor-back03 {
  top: -8%;
  right: 10%;
}
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
/* kv -------------------------------------------------*/
.kv-main {
  padding: 6.5rem 0 24.3rem;
}

.kv-ttl {
  width: 100%;
  max-width: 335px;
}

.kv-txt {
  margin: 1.5rem 0 1rem;
  font-size: 1.2rem;
}

.sponsor-logo {
  width: 28.65%;
  max-width: 100px;
}
.kv-back01 {
  top: 40%;
  left: 20%;
}

.kv-back02 {
  bottom: 27px;
  left: 10%;
}

.kv-back03 {
  bottom: 42%;
  right: 17%;
}
.kv-back04 {
  max-width: 359px;
  width: 100%;
  bottom: -122px;
  left:50%;
  transform: translateX(-50%);
}
/* about -------------------------------------------------*/
.about {
  padding-top: 13rem;
}
.about-flex {
  flex-direction: column;
}

.about-info {
  width: 100%;
}
.about-info-img{
  margin-top:3.5rem;
  margin-left:-40px;
    margin-right:0;
    width:80%;
    max-width: 350px;
}
.about-img{
  display: none;
}
.section-ttl {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
  /* anchor --------------------------------------------*/
  .anchor {
    margin-top: 2.6rem;
  }

  .anchor-list {
    gap: 1.7rem;
  }

  .anchor-item {
    width: 100%;
  }

  .anchor-link {
    display: block;
    padding: 1.5rem 1.7rem 2.7rem 2.2rem;
  }

  .anchor-head {
    font-size: 1.6rem;
  }

  .anchor-flex {
    margin-top: 4rem;
  }

  .anchor-area {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    min-width: 104px;
  }

  .anchor-more {
    font-size: 1.2rem;
  }

  .anchor-more:before {
    width: 11px;
    height: 11px;
    top: -3px;
  }

  .anchor-txt {
    font-size: 1.4rem;
  }

  .anchor-back01,
  .anchor-back02 {
    display: none;
  }
  .anchor-back03 {
  top: -15%;
  right: 5%;
}
  /*  slider-------------------------------------------------*/
  .slider {
    margin-top: 6.4rem;
    width: 100%;
  }

  .slick-slide {
    aspect-ratio: 375 / 241;
  }

  .dots-box {
    display: none;
  }

  /*  tour-------------------------------------------------*/
.tour-overview {
  margin-top: 6rem;
  padding-top: 6rem;
}

.tour-ttl {
  font-size: 3.4rem;
  padding-left: 50px;
}

.tour-ttl::before {
  width: 37px;
  height: 49px;
}

.tour-flex {
  margin-top: 2rem;
  gap: 3rem;
  flex-direction: column;
}

.tour-info {
  width: 100%;
}

.tag-list {
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.tag-item {
  font-size: 1.1rem;
  padding: 0.45rem 1.6rem;
  min-width: 100px;
}

.tour-img {
  margin-right: -20px;
  margin-left: -20px;
}

.tour-table {
  gap: 0;
  margin-top: 3rem;
}

.tour-tr {
  width: 100%;
  padding: 1.6rem 0;
}
.tour-tr:nth-last-child(2) {
  border-bottom: none;
}
.tour-th {
  font-size: 1.5rem;
  margin-left: 1rem;
  width: 95px;
}

.tour-td {
  width: calc(100% - 95px);
  font-size: 1.5rem;
  padding-left: 20px;
}
.tour-td:after {
  font-size: 1.5rem;
}
.tour-td .small {
  font-size: 1.2rem;
}

.btn-middle {
  text-align: center;
  margin-top: 4.1rem;
}

.btn {
  padding-left: 3.7rem;
  font-size: 2rem;
  max-width: 281px;
  height: 50px;
}
.lang-en .btn,
.lang-zhcn .btn,
.lang-zhtw .btn{
  padding-left: 8rem;
}
.btn:after {
  width: 23px;
  height: 23px;
  right: 30px;
}

.schedule-list {
  gap: 7rem;
  margin-top: 4.1rem;
}

.arrow-item:after {
  width: 21px;
  height: 37px;
  bottom: -55px;
}

.or-item:after {
  font-size: 4rem;
  bottom: -50px;
}

.schedule-block {
  flex-direction: column;
  padding: 2.4rem 2rem;
  gap: 1.5rem;
}

.schedule-time {
  font-size: 1.9rem;
}
.three-block .schedule-time,
.three-block .schedule-info,
.two-block .schedule-info,
.three-block .schedule-img,
.two-block .schedule-img{
  width:100%;
}
.schedule-time .small {
  font-size: 0.9rem;
}

.schedule-time .ja {
  font-size: 1.2rem;
}

.schedule-ttl {
  font-size: 1.8rem;
}

.schedule-type {
  font-size: 1.4rem;
}

.schedule-txt {
  font-size: 1.4rem;
}
.btn-bottom {
  margin-top: 4rem;
}
.tour-back01{
  top:-0.5%;
}
.tour-back02{
  display: none;
}
/*  footer-------------------------------------------------*/
.footer {
  margin-top: 15rem;
  padding: 6rem 0 3rem;
}
.footer-flex{
  flex-direction: column;
  gap:3rem;
}
.footer-tr{
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap:0.5rem;
}
.footer-th{
  font-size:1.4rem;
}
.footer-td{
  font-size:1.4rem;
}
.footer-copy {
  font-size:1.4rem;
  margin:3rem auto 4rem;
}
.footer-logo{
  max-width: 150px;
}
}
@media screen and (max-width: 520px) {
.kv-back01 {
  left: -1%;
}

.kv-back02 {
  left: -9%;
}

.kv-back03 {
  right: -5%;
}
}