@charset "UTF-8";
/*===================================
	TOP
=====================================*/
/* common
-------------------------------------*/
.top_cmn_ttl {
  line-height: 1;
  margin-bottom: 45px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .top_cmn_ttl {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_cmn_ttl {
    font-size: 5.3rem;
  }
}

.top_cmn_cnt {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .top_cmn_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_cmn_cnt__ttl {
  line-height: 1.9;
  font-weight: 600;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .top_cmn_cnt__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_cmn_cnt__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .top_cmn_cnt__ttl {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .top_cmn_cnt__ttl {
    margin-bottom: 35px;
  }
}
.top_cmn_cnt__ttl span {
  display: inline-block;
}
.top_cmn_cnt__txt {
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .top_cmn_cnt__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .top_cmn_cnt__txt {
    width: 45%;
  }
}

/* other
-------------------------------------*/
.mainVisual {
  color: #fff;
  position: relative;
  isolation: isolate;
}
.mainVisual::before {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ababab), color-stop(41%, #ababab), color-stop(65%, #545454), to(#545454));
  background-image: linear-gradient(to bottom, #ababab 0%, #ababab 41%, #545454 65%, #545454 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.mainVisual__youtube {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mainVisual__youtube__wrap {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100lvh;
  overflow: clip;
  inset: 0;
}
.mainVisual__youtube__wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mainVisual__cnt {
  position: relative;
  width: 100%;
  height: 100lvh;
}
.mainVisual__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: fade 5s forwards 2s;
          animation: fade 5s forwards 2s;
}
@media screen and (min-width: 768px) {
  .mainVisual__logo {
    width: 377px;
    height: 243px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__logo {
    width: 260px;
    height: 168px;
  }
}
.mainVisual__logo .cls-1 {
  fill: #fff;
}
.mainVisual__cnt2 {
  position: relative;
  width: 100%;
  height: 100lvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1001px) {
  .mainVisual__cnt2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .mainVisual__cnt2 {
    font-size: 2.3rem;
  }
}

.top_intro {
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top_intro {
    padding: 17.19% 0 11.25%;
  }
}
@media screen and (max-width: 767px) {
  .top_intro {
    padding: 150px 0 180px;
  }
}
.top_intro::before, .top_intro::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.top_intro::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
}
.top_intro::after {
  left: 50%;
  background: url(../img/index/bg_intro.png) no-repeat center/100%;
  max-width: 1194px;
  width: 140%;
  aspect-ratio: 60/31;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .top_intro::after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .top_intro::after {
    top: 70px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_intro__txt {
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0;
}
@media screen and (min-width: 1001px) {
  .top_intro__txt {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 768px) {
  .top_about {
    padding: 12.5% 0;
  }
}
@media screen and (max-width: 767px) {
  .top_about {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .top_about__img {
    margin-left: -5.63%;
    aspect-ratio: 75/52;
  }
  .top_about__img img {
    max-width: unset;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top_about__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    margin: 3.13% 0 14.37%;
  }
}
@media screen and (max-width: 767px) {
  .top_about__cnt {
    margin: 60px 0 110px;
  }
}
@media screen and (min-width: 1001px) {
  .top_about__cnt__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .top_about__cnt__txt {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .top_about__cnt__txt {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .top_about__cnt__img {
    width: 45%;
  }
}

.top_point {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_point {
    padding: 11.88% 0 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .top_point {
    padding: 160px 0 150px;
  }
}
.top_point::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
}
.top_point__list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_point__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .top_point__list__item {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top_point__list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_point__list__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.top_point__list__item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  background-color: #fff;
}
.top_point__list__item__l {
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_point__list__item__l {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top_point__list__item__l {
    margin: 0 35px;
  }
}
.top_point__list__item__l::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
.top_point__list__item__l iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top_point__list__item__r {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_point__list__item__r {
    padding: 45px 35px 25px;
  }
}
@media screen and (min-width: 768px) {
  .top_point__list__item__r__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_point__list__item__r__l {
  font-size: 3.6rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1.2;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .top_point__list__item__r__l {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .top_point__list__item__r__r {
    width: calc(100% - 60px);
  }
}
.top_point__list__item__ttl {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 20px;
}

.top_exp {
  overflow: hidden;
  color: #fff;
  background: url(../img/common/bg2.jpg) repeat top left;
}
@media screen and (min-width: 768px) {
  .top_exp {
    padding: 12.5% 0;
  }
}
@media screen and (max-width: 767px) {
  .top_exp {
    padding-bottom: 130px;
  }
}
.top_exp .top_cmn_ttl {
  color: #fff;
}
.top_exp__cnt {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .top_exp__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .top_exp__cnt__l {
    max-width: 370px;
    width: 43%;
    position: relative;
  }
}
.top_exp__cnt__l .btn {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .top_exp__cnt__r {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .top_exp__cnt__r {
    width: 112%;
    margin: 0 0 70px -6%;
  }
}
@media screen and (min-width: 768px) {
  .top_exp__cnt__r__img {
    max-width: unset;
    width: 53.3vw;
  }
}
.top_exp__cnt__ttl {
  line-height: 1.9;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (min-width: 1001px) {
  .top_exp__cnt__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_exp__cnt__ttl {
    font-size: 2.6rem;
  }
}
.top_exp__cnt__txt {
  opacity: 0.7;
  margin-bottom: 2.5em;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .top_exp__cnt__txt {
    font-size: 1.8rem;
  }
}
.top_exp__ttl {
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .top_exp__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_exp__ttl {
    font-size: 2.2rem;
  }
}
.top_exp__list {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .top_exp__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_exp__list__item {
  background-color: #333;
  padding: 25px 30px 35px;
}
@media screen and (min-width: 768px) {
  .top_exp__list__item {
    width: 32.7%;
  }
}
@media screen and (max-width: 767px) {
  .top_exp__list__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .top_exp__list__item__txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .top_exp__list__item__txt {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .top_exp__list__item__txt {
    margin-bottom: 2.5em;
  }
}
.top_exp__list__item__name {
  opacity: 0.7;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .top_exp__list__item__name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_exp__list__item__name {
    font-size: 1.3rem;
  }
}
.top_exp__list__item__name__occ {
  margin-bottom: 0.7em;
  line-height: 1.5;
}
.top_exp__list__item__name__occ span {
  display: inline-block;
}
.top_exp__list__item__name__occ span:not(:last-child) {
  margin-right: 1em;
}
.top_exp__list__item__name__date {
  line-height: 1;
}
.top_exp__list__item__name__date span {
  display: inline-block;
}
.top_exp__list__item__name__date span:not(:last-child) {
  border-right: 1px solid;
  margin-right: 0.5em;
  padding-right: 0.8em;
}

@media screen and (min-width: 768px) {
  .top_ppl {
    padding: 12.5% 0 10.63%;
  }
}
@media screen and (max-width: 767px) {
  .top_ppl {
    padding: 100px 0 120px;
  }
}
.top_ppl__youtube {
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top_ppl__youtube {
    margin-bottom: 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .top_ppl__youtube {
    margin-bottom: 100px;
  }
}
.top_ppl__youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top_ppl__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .top_ppl__cnt__l {
    width: 40%;
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .top_ppl__cnt__l {
    margin-bottom: 80px;
  }
}
.top_ppl__cnt__l__ttl {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .top_ppl__cnt__l__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_ppl__cnt__l__ttl {
    font-size: 2.6rem;
  }
}
.top_ppl__cnt__l__txt {
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .top_ppl__cnt__l__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .top_ppl__cnt__r {
    width: 55%;
  }
}
.top_ppl__cnt__r__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top_ppl__cnt__r__guide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .top_ppl__cnt__r__guide__l {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .top_ppl__cnt__r__guide__l {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .top_ppl__cnt__r__guide__r {
    width: 64%;
  }
}
@media screen and (max-width: 767px) {
  .top_ppl__cnt__r__guide__r {
    width: 45%;
  }
}
.top_ppl__cnt__r__guide__name {
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
}
@media screen and (min-width: 1001px) {
  .top_ppl__cnt__r__guide__name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_ppl__cnt__r__guide__name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .top_ppl__cnt__r__guide__name {
    margin-bottom: 25px;
  }
}
.top_ppl__cnt__r__guide__name span {
  color: #767676;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .top_ppl__cnt__r__guide__name span {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_ppl__cnt__r__guide__name span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .top_ppl__cnt__r__guide__name span {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .top_ppl__cnt__r__guide__name span {
    display: block;
    margin-top: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .top_ppl__cnt__r__guide__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_ppl__cnt__r__guide__txt {
    display: none;
  }
}
.top_ppl__cnt__r__txt {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top_ppl__cnt__r__txt {
    display: none;
  }
}
.top_ppl__cnt__r__tbl {
  width: 100%;
  line-height: 1.5;
}
.top_ppl__cnt__r__tbl tr {
  border-top: 1px solid rgba(61, 61, 61, 0.2);
}
.top_ppl__cnt__r__tbl th {
  text-align: left;
  font-weight: 600;
  padding: 25px 0;
  width: 150px;
  vertical-align: top;
}
@media screen and (min-width: 1001px) {
  .top_ppl__cnt__r__tbl th {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_ppl__cnt__r__tbl th {
    font-size: 2.2rem;
  }
}
.top_ppl__cnt__r__tbl td {
  color: #767676;
  padding: 25px 0;
  width: calc(100% - 150px);
}
@media screen and (min-width: 1001px) {
  .top_ppl__cnt__r__tbl td {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_ppl__cnt__r__tbl td {
    font-size: 1.4rem;
  }
}

/*===================================
	tour
=====================================*/
.tour_mainVisual {
  position: relative;
  height: 100lvh;
  width: 100%;
  color: #fff;
  background: url(../img/index/tour_mainVisual.jpg) no-repeat top center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .tour_mainVisual {
    min-height: 850px;
  }
}
@media screen and (max-width: 1000px) {
  .tour_mainVisual {
    min-height: 700px;
  }
}
.tour_mainVisual::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #a3a3a3;
  mix-blend-mode: multiply;
}
.tour_mainVisual .inner {
  position: relative;
  z-index: 1;
}
.tour_mainVisual__ttl {
  line-height: 1.7;
  margin-bottom: 10%;
}
@media screen and (min-width: 1001px) {
  .tour_mainVisual__ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_mainVisual__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1001px) {
  .tour_mainVisual__txt {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .tour_itin {
    padding-top: 8.44%;
  }
}
@media screen and (max-width: 767px) {
  .tour_itin {
    padding-top: 150px;
  }
}
.tour_itin__ttl {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .tour_itin__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_itin__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .tour_itin__ttl {
    margin-bottom: 9.58%;
  }
}
@media screen and (min-width: 768px) {
  .tour_itin__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9.38%;
  }
}
@media screen and (max-width: 767px) {
  .tour_itin__list {
    margin: 0 auto 100px;
    width: 90%;
  }
}
.tour_itin__list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .tour_itin__list__item {
    width: 33.33%;
    padding: 0 5.83%;
  }
}
@media screen and (max-width: 767px) {
  .tour_itin__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0;
  }
}
.tour_itin__list__item:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  background-color: #3d3d3d;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .tour_itin__list__item:not(:last-child)::after {
    top: 0;
    width: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tour_itin__list__item:not(:last-child)::after {
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .tour_itin__list__item__r {
    width: calc(93% - 50px);
  }
}
.tour_itin__list__item__ttl {
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 500;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .tour_itin__list__item__ttl {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_itin__list__item__ttl {
    font-size: 2.5rem;
  }
}
.tour_itin__list__item__txt {
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .tour_itin__list__item__txt {
    font-size: 1.8rem;
  }
}
.tour_itin__list__item__txt:not(:last-child) {
  margin-bottom: 0.8em;
}
.tour_itin__list__item__txt span {
  display: inline-block;
  color: #3d3d3d;
}
@media screen and (min-width: 1001px) {
  .tour_itin__list__item__txt span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_itin__list__item__txt span {
    font-size: 1.3rem;
  }
}

.tour_days {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .tour_days {
    margin-bottom: 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .tour_days {
    margin-bottom: 5%;
  }
  .tour_days:last-child {
    margin-bottom: 150px;
  }
}
.tour_days__main {
  height: 100vh;
  width: 100%;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .tour_days__main {
    padding: 6.25% 0;
    margin-bottom: 6.25%;
  }
}
@media screen and (max-width: 767px) {
  .tour_days__main {
    padding: 90px 0;
    margin-bottom: 70px;
  }
}
.tour_days__main::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #999;
  mix-blend-mode: multiply;
  z-index: -1;
}
.tour_days__main__bg {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .tour_days__main__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .tour_days__main__wrap {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .tour_days__main__l {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tour_days__main__l {
    margin-bottom: 40px;
  }
}
.tour_days__main__l__ttl {
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .tour_days__main__l__ttl {
    font-size: 13rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_days__main__l__ttl {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .tour_days__main__l__ttl {
    font-size: 5.3rem;
  }
}
@media screen and (min-width: 1001px) {
  .tour_days__main__r {
    max-width: 470px;
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1000px) {
  .tour_days__main__r {
    max-width: 470px;
    width: calc(95% - 170px);
  }
}
@media screen and (max-width: 767px) {
  .tour_days__main__r {
    width: 100%;
    max-width: unset;
  }
}
.tour_days__main__r__ttl {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (min-width: 1001px) {
  .tour_days__main__r__ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_days__main__r__ttl {
    font-size: 2.6rem;
  }
}
.tour_days__main__r__txt {
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .tour_days__main__r__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .tour_days__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .tour_days__list__item:not(:last-child) {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .tour_days__list__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.tour_days__list__item__l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .tour_days__list__item__l {
    width: 40%;
    max-width: 415px;
  }
}
@media screen and (max-width: 767px) {
  .tour_days__list__item__l {
    margin-bottom: 30px;
  }
}
.tour_days__list__item__l__l {
  font-weight: 600;
  font-family: "EB Garamond", serif;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .tour_days__list__item__l__l {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_days__list__item__l__l {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .tour_days__list__item__l__r {
    width: calc(93% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .tour_days__list__item__l__r {
    width: calc(93% - 30px);
  }
}
.tour_days__list__item__l__r__ttl {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .tour_days__list__item__l__r__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_days__list__item__l__r__ttl {
    font-size: 2.7rem;
  }
}
.tour_days__list__item__l__r__txt {
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .tour_days__list__item__l__r__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .tour_days__list__item__r {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .tour_days__list__item__r img {
    max-width: unset;
    width: 53.3vw;
  }
}
.tour_days__cnt {
  max-width: 1300px;
  width: 90%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tour_days__cnt {
    margin: 7.69% auto 0;
    padding: 5.5% 8%;
  }
}
@media screen and (max-width: 767px) {
  .tour_days__cnt {
    margin: 80px auto 0;
    padding: 50px 8% 60px;
  }
}
.tour_days__cnt::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .tour_days__cnt__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5.77%;
  }
}
@media screen and (max-width: 767px) {
  .tour_days__cnt__wrap {
    margin-bottom: 50px;
  }
}
.tour_days__cnt__wrap__ttl {
  line-height: 1.5;
  font-weight: 600;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .tour_days__cnt__wrap__ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_days__cnt__wrap__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tour_days__cnt__wrap__ttl {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1001px) {
  .tour_days__cnt__wrap__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .tour_days__cnt__wrap__txt {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .tour_days__cnt__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 768px) {
  .tour_days__cnt__list__item {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .tour_days__cnt__list__item {
    margin-bottom: 50px;
  }
}
.tour_days__cnt__list__item img {
  margin-bottom: 23px;
}
.tour_days__cnt__list__item__ttl {
  margin-bottom: 15px;
  color: #1a1a1a;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .tour_days__cnt__list__item__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_days__cnt__list__item__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1001px) {
  .tour_days__cnt__list__item__txt {
    font-size: 1.8rem;
  }
}
.tour_days__cnt__txt {
  text-align: center;
  font-weight: 600;
  position: relative;
  padding: 1em 0;
}
@media screen and (min-width: 1001px) {
  .tour_days__cnt__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_days__cnt__txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .tour_days__cnt__txt {
    line-height: 1.5;
  }
}
.tour_days__cnt__txt::before, .tour_days__cnt__txt::after {
  position: absolute;
  content: "";
  left: 0;
  background-color: #3d3d3d;
  width: 100%;
  height: 1px;
  opacity: 0.2;
}
.tour_days__cnt__txt::before {
  top: 0;
}
.tour_days__cnt__txt::after {
  bottom: 0;
}

.tour_deib {
  position: relative;
}
@media screen and (min-width: 768px) {
  .tour_deib {
    padding: 12.5% 0;
  }
}
@media screen and (max-width: 767px) {
  .tour_deib {
    padding: 150px 0;
  }
}
.tour_deib::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
.tour_deib__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: -5%;
}
.tour_deib__list__item {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .tour_deib__list__item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .tour_deib__list__item {
    width: 47.5%;
  }
}

.tour_pg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .tour_pg {
    padding: 12.5% 0;
  }
}
@media screen and (max-width: 767px) {
  .tour_pg {
    padding: 150px 0;
  }
}
.tour_pg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .tour_pg__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tour_pg__cnt__l {
    width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .tour_pg__cnt__r {
    width: calc(95% - 360px);
  }
}
@media screen and (max-width: 767px) {
  .tour_pg__cnt__r {
    display: none;
  }
}
.tour_pg__cnt__ttl {
  line-height: 1;
  margin-bottom: 60px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .tour_pg__cnt__ttl {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_pg__cnt__ttl {
    font-size: 5.3rem;
  }
}
.tour_pg__cnt__ttl2 {
  line-height: 1.5;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 40px;
}
@media screen and (min-width: 1001px) {
  .tour_pg__cnt__ttl2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_pg__cnt__ttl2 {
    font-size: 2.6rem;
  }
}
.tour_pg__cnt__ttl3 {
  line-height: 1.8;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .tour_pg__cnt__ttl3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_pg__cnt__ttl3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .tour_pg__cnt__img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tour_pg__cnt__img {
    width: 100vw;
    margin: 0 0 30px -5.5%;
  }
}
.tour_pg__cnt__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  padding: 0.8em 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tour_pg__cnt__list {
    font-size: 1.4rem;
  }
}
.tour_pg__cnt__list__item:not(:last-child) {
  position: relative;
  padding-right: 2em;
}
.tour_pg__cnt__list__item:not(:last-child)::after {
  position: absolute;
  content: "→";
  right: 0.5em;
  top: 0;
}
.tour_pg__cnt__txt {
  margin-bottom: 20px;
}
.tour_pg__btn {
  color: #1a1a1a;
  border-bottom: 1px solid;
  font-weight: 500;
  padding-right: 20px;
  position: relative;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tour_pg__btn:hover {
  opacity: 0.5;
}
.tour_pg__btn::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/common/icon_link.svg) no-repeat center/100%;
}
@media screen and (min-width: 768px) {
  .tour_pg__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin: 6.25% 0 -5%;
  }
}
@media screen and (max-width: 767px) {
  .tour_pg__list {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .tour_pg__list__item {
    width: 30%;
  }
  .tour_pg__list__item:not(:last-child, :nth-child(3n)) {
    margin: 0 5% 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .tour_pg__list__item:not(:last-child) {
    margin-bottom: 70px;
  }
}
.tour_pg__list__item__img {
  width: 100%;
  margin-bottom: 20px;
}
.tour_pg__list__item__ttl {
  color: #1a1a1a;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (min-width: 1001px) {
  .tour_pg__list__item__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_pg__list__item__ttl {
    font-size: 2.2rem;
  }
}
.tour_pg__list__item__txt {
  margin-bottom: 20px;
}

.tour_cnt {
  background: url(../img/common/bg2.jpg) repeat top left;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tour_cnt {
    padding: 12.5% 0;
  }
}
@media screen and (max-width: 767px) {
  .tour_cnt {
    padding: 5% 0;
  }
}
.tour_cnt__mask {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .tour_cnt__mask {
    padding: 9.17% 5%;
  }
}
@media screen and (max-width: 767px) {
  .tour_cnt__mask {
    padding: 70px 5%;
  }
}
.tour_cnt__mask::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../img/index/tour_cnt_bg.jpg) no-repeat center/cover;
  opacity: 0.26;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tour_cnt__ttl {
  line-height: 1.7;
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .tour_cnt__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .tour_cnt__ttl {
    font-size: 2.6rem;
  }
}
.tour_cnt__txt {
  opacity: 0.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .tour_cnt__txt {
    font-size: 1.4rem;
  }
}
.tour_cnt .btn {
  max-width: 300px;
}

/*===================================
	contact
=====================================*/
@media screen and (min-width: 768px) {
  .section_cnt {
    padding-top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .section_cnt {
    padding-top: 150px;
  }
}

.cnt_ttl {
  line-height: 1;
  text-align: center;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 1001px) {
  .cnt_ttl {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  .cnt_ttl {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cnt_ttl {
    margin-bottom: 16.25%;
  }
}
@media screen and (max-width: 767px) {
  .cnt_ttl {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .cnt_wrap {
    margin-bottom: 16.25%;
  }
}
@media screen and (max-width: 767px) {
  .cnt_wrap {
    margin-bottom: 80px;
  }
}
.cnt_wrap__ttl {
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.9;
  color: #000;
}
@media screen and (min-width: 1001px) {
  .cnt_wrap__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .cnt_wrap__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1001px) {
  .cnt_wrap__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .cnt_wrap__txt {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cnt_wrap__txt {
    margin-bottom: 40px;
  }
}
.cnt_wrap__box {
  position: relative;
  padding: 50px 8.5%;
}
.cnt_wrap__box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.05;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cnt_wrap__box.more_cnt {
  padding-bottom: 0;
}
.cnt_wrap__box__ttl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .cnt_wrap__box__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .cnt_wrap__box__ttl {
    font-size: 2rem;
  }
}
.cnt_wrap__box__txt {
  opacity: 0.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cnt_wrap__box__txt {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .cnt_wrap__box__txt {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cnt_wrap__img {
    max-width: 270px;
    margin: auto;
  }
}
.cnt_wrap__dlist__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.cnt_wrap__dlist__ttl span {
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 50px;
  margin-left: 0.5em;
}
.cnt_wrap__more {
  text-align: center;
  background-color: #3d3d3d;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 120.4%;
  margin-left: -10.2%;
}
.cnt_wrap__more.open span::before {
  -webkit-transform: rotate(-90deg) translateX(70%);
          transform: rotate(-90deg) translateX(70%);
}
.cnt_wrap__more span {
  position: relative;
  padding-left: 20px;
}
.cnt_wrap__more span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: url(../img/common/arrow.svg) no-repeat center/100%;
  width: 9px;
  height: 14px;
  -webkit-transform: rotate(90deg) translateX(-60%);
          transform: rotate(90deg) translateX(-60%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cnt_wrap__list {
  overflow: hidden;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.cnt_wrap__list__item {
  position: relative;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt_wrap__list__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3d3d3d;
  opacity: 0.2;
}
.cnt_wrap__list__item__l {
  font-weight: 500;
  font-family: "EB Garamond", serif;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .cnt_wrap__list__item__l {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .cnt_wrap__list__item__l {
    font-size: 3.3rem;
  }
}
.cnt_wrap__list__item__r {
  width: calc(95% - 40px);
}
.cnt_wrap__list__item__ttl {
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
}
@media screen and (min-width: 1001px) {
  .cnt_wrap__list__item__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .cnt_wrap__list__item__ttl {
    font-size: 1.8rem;
  }
}
.cnt_wrap__list__item__txt2 {
  margin-top: 25px;
}
.cnt_wrap__list__item__dlist {
  margin-top: 25px;
}
.cnt_wrap__list__item__dlist__ttl {
  font-weight: 600;
}

.list_ann {
  font-weight: 600;
}
.list_ann__item {
  padding-left: 1.3em;
  position: relative;
}
.list_ann__item::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.cnt_form {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cnt_form {
    padding: 6.25% 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .cnt_form {
    padding: 50px 0;
  }
}
.cnt_form::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.05;
  width: 100%;
  height: 100%;
}
.cnt_form__ttl {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .cnt_form__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .cnt_form__ttl {
    font-size: 2.6rem;
  }
}

/*===================================
	404
=====================================*/
@media screen and (min-width: 768px) {
  .section_404 {
    padding: 250px 0;
  }
}
@media screen and (max-width: 767px) {
  .section_404 {
    padding: 150px 0;
  }
}
.section_404__txt {
  text-align: center;
  margin-bottom: 50px;
}

/*===================================
	en
=====================================*/
.pg-en .btn {
  letter-spacing: 0;
}
.pg-en .top_intro__txt {
  font-weight: 500;
}
.pg-en .top_cmn_cnt__ttl, .pg-en .top_ppl__cnt__l__ttl {
  line-height: 1.2;
}
.pg-en .top_point__list__item__ttl, .pg-en .top_exp__cnt__ttl {
  line-height: 1.3;
}
.pg-en .top_ppl__cnt__r__tbl th {
  width: 160px;
  font-size: 2rem;
}
.pg-en .top_ppl__cnt__r__tbl td {
  width: calc(100% - 160px);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pg-en .top_ppl__cnt__r__tbl td {
    font-size: 1.6rem;
  }
}
.pg-en .top_point__list__item__txt, .pg-en .top_cmn_cnt__txt, .pg-en .top_about__cnt__txt, .pg-en .mainVisual__txt, .pg-en .header__cnt, .pg-en .top_exp__ttl, .pg-en .top_ppl__cnt__r__guide__txt {
  letter-spacing: 0;
}
.pg-en .fix_btn {
  letter-spacing: 0.04em;
}
.pg-en .footer__op, .pg-en .footer__policy {
  font-weight: 400;
  letter-spacing: 0.04em;
}
.pg-en .tour_mainVisual__ttl {
  line-height: 1.3;
}
.pg-en .tour_mainVisual__txt, .pg-en .tour_days__main__r__txt, .pg-en .tour_days__list__item__l__r__txt, .pg-en .tour_days__cnt__wrap__txt, .pg-en .tour_days__cnt__list__item__txt, .pg-en .tour_pg__cnt__txt, .pg-en .tour_pg__list__item__txt {
  letter-spacing: 0;
}
.pg-en .tour_days__cnt__txt {
  letter-spacing: 0;
  font-weight: 500;
}
.pg-en .tour_pg__cnt__ttl2, .pg-en .tour_pg__list__item__ttl, .pg-en .tour_pg__cnt__ttl3 {
  line-height: 1.2;
}
.pg-en .tour_itin__list__item__txt {
  font-weight: 500;
  letter-spacing: 0;
}
.pg-en .cnt_wrap__txt, .pg-en .cnt_wrap__box {
  letter-spacing: 0;
}
.pg-en .list_ann {
  font-weight: 500;
}
.pg-en .cnt_wrap__more {
  letter-spacing: 0.04em;
}