@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP/下層共通
  ------------------------------------------------------------*/
.mainWrap section.newsList ul {
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap section.newsList ul {
    gap: 1.5rem;
  }
}
.mainWrap section.newsList ul li {
  width: calc(25% - 2.75rem);
  background: #fff;
  padding: 1.5rem;
  min-height: 335px;
  position: relative;
  box-shadow: 0px 3px 6px 0px #ccc;
}
@media screen and (max-width: 1200px) {
  .mainWrap section.newsList ul li {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 991px) {
  .mainWrap section.newsList ul li {
    width: 100%;
    padding: 1rem;
    min-height: inherit;
    display: flex;
    flex-wrap: wrap;
  }
}
.mainWrap section.newsList ul li .date {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 991px) {
  .mainWrap section.newsList ul li .date {
    width: 100%;
  }
}
.mainWrap section.newsList ul li .thumb {
  margin-bottom: 1.5rem;
  aspect-ratio: 250/165;
}
@media screen and (max-width: 991px) {
  .mainWrap section.newsList ul li .thumb {
    width: 130px;
  }
}
.mainWrap section.newsList ul li .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 991px) {
  .mainWrap section.newsList ul li .txtBox {
    width: calc(100% - 130px);
    padding: 0 1rem;
  }
}
.mainWrap section.newsList ul li .txtBox h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .mainWrap section.newsList ul li .txtBox h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.mainWrap section.newsList ul li .txtBox .viewMore {
  font-size: 1.1rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap section.newsList ul li .txtBox .viewMore {
    right: 1.5rem;
    left: inherit;
    bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap section.newsList a.baseLinkBtn {
    width: 140px;
    margin: 4rem auto 0;
  }
}
.mainWrap section.toursList ul {
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap section.toursList ul {
    gap: 5rem;
  }
}
.mainWrap section.toursList ul li {
  background: #fff;
  padding: 1.5rem 1.5rem 2rem;
  width: calc(33.33% - 2rem);
  box-shadow: 0px 3px 6px 0px #ccc;
}
@media screen and (max-width: 1200px) {
  .mainWrap section.toursList ul li {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 991px) {
  .mainWrap section.toursList ul li {
    width: 100%;
  }
}
.mainWrap section.toursList ul li .ttlBox {
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.mainWrap section.toursList ul li .ttlBox .hour {
  font-size: 3.2rem;
  font-weight: bold;
  width: 110px;
  text-align: center;
  line-height: 1;
  padding-right: 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap section.toursList ul li .ttlBox .hour {
    font-size: 2.8rem;
    width: 100px;
  }
}
.mainWrap section.toursList ul li .ttlBox .hour span {
  font-size: 8.2rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .mainWrap section.toursList ul li .ttlBox .hour span {
    font-size: 7.8rem;
  }
}
.mainWrap section.toursList ul li .ttlBox__txt {
  min-height: 100px;
}
@media screen and (max-width: 991px) {
  .mainWrap section.toursList ul li .ttlBox__txt {
    margin-bottom: 1rem;
    min-height: auto;
  }
}
.mainWrap section.toursList ul li .ttlBox__txt p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.mainWrap section.toursList ul li .ttlBox__txt h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.mainWrap section.toursList ul li .thumb {
  margin-bottom: 1.5rem;
  aspect-ratio: 348/159;
}
@media screen and (max-width: 991px) {
  .mainWrap section.toursList ul li .thumb {
    margin-bottom: 1rem;
  }
}
.mainWrap section.toursList ul li .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mainWrap section.toursList ul li .readTxt {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  min-height: 185px;
}
@media screen and (max-width: 991px) {
  .mainWrap section.toursList ul li .readTxt {
    min-height: auto;
  }
}
.mainWrap section.toursList ul li .baseLinkBtn {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap section.toursList ul li .baseLinkBtn {
    position: relative;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap section.toursList a.baseLinkBtn {
    width: 140px;
    margin: 4rem auto 0;
  }
}
.mainWrap .secIntro {
  padding: 4rem 1.5rem 0;
}
@media screen and (max-width: 991px) {
  .mainWrap .secIntro {
    padding: 3rem 0 0;
  }
}
.mainWrap .secIntro .inner-l {
  padding-bottom: 12rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secIntro .inner-l {
    padding-bottom: 6rem;
  }
}
.mainWrap .secIntro .inner-l ul li {
  width: 80%;
  aspect-ratio: 1000/560;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .mainWrap .secIntro .inner-l ul li {
    width: 100%;
  }
}
.mainWrap .secIntro .inner-l ul li iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
  TOP
  ------------------------------------------------------------*/
.mainWrap.-top {
  /* -- 共通 -- */
}
.mainWrap.-top .secNews,
.mainWrap.-top .secTours {
  padding: 4rem 1.5rem 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secNews,
  .mainWrap.-top .secTours {
    padding: 3rem 0 0;
  }
}
.mainWrap.-top .secNews .inner-l,
.mainWrap.-top .secTours .inner-l {
  padding-bottom: 7rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secNews .inner-l,
  .mainWrap.-top .secTours .inner-l {
    padding-bottom: 5rem;
  }
}
.mainWrap.-top {
  /* -- 個別 -- */
}
.mainWrap.-top .secMv {
  padding: 0;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv {
    height: 90vh;
  }
}
.mainWrap.-top .secMv .inner-l {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  right: 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .inner-l {
    height: 90vh;
  }
}
.mainWrap.-top .secMv .inner-l img.fvLogo {
  width: 558px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 45vh;
  padding-left: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .inner-l img.fvLogo {
    width: 280px;
    top: 40vh;
  }
}
.mainWrap.-top .secMv .inner-l .fvCopy {
  position: absolute;
  z-index: 1;
  font-size: 3.2rem;
  font-weight: bold;
  top: calc(45vh + 8rem);
  left: 2.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .inner-l .fvCopy {
    font-size: 2.2rem;
    top: calc(40vh + 5rem);
    left: 1.5rem;
  }
}
.mainWrap.-top .secMv .inner-l .soonTxt {
  position: absolute;
  z-index: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF500;
  bottom: 5rem;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .inner-l .soonTxt {
    bottom: 2.5rem;
    padding: 0 1.5rem;
  }
}
.mainWrap.-top .secMv ul.slick-mv-slide {
  height: 100%;
}
.mainWrap.-top .secMv ul.slick-mv-slide .slick-list {
  height: 100%;
}
.mainWrap.-top .secMv ul.slick-mv-slide .slick-list .slick-track {
  height: 100%;
}
.mainWrap.-top .secMv ul.slick-mv-slide .slick-list .slick-track li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: 65% 0%;
     object-position: 65% 0%;
}
.mainWrap.-top .secRead {
  padding: 6rem 1.5rem 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead {
    padding: 2rem 0 0;
    overflow: inherit;
  }
}
.mainWrap.-top .secRead .inner-l {
  border-bottom: 1px solid #707070;
  padding-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .inner-l {
    padding-bottom: 0;
  }
}
.mainWrap.-top .secRead .inner-l .read {
  margin-bottom: 7rem;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .inner-l .read {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .inner-l .read .eagleLogo {
    width: 88px;
    position: absolute;
  }
}
.mainWrap.-top .secRead .inner-l .read .imgTxt {
  width: calc(100% - 322px);
  width: calc(100% - 322px);
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .inner-l .read .imgTxt {
    order: 2;
    width: 100%;
  }
}
.mainWrap.-top .secRead .inner-l .read .imgTxt img {
  width: 224px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .inner-l .read .imgTxt img {
    display: none;
  }
}
.mainWrap.-top .secRead .inner-l .read .imgTxt__txt {
  padding: 0 1.5rem 0 7rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secRead .inner-l .read .imgTxt__txt {
    padding: 0 1.5rem 0 3rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .inner-l .read .imgTxt__txt {
    padding: 2rem 0 0 0;
  }
}
.mainWrap.-top .secRead .inner-l .read .imgTxt__txt h2 {
  font-size: 5.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secRead .inner-l .read .imgTxt__txt h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .inner-l .read .imgTxt__txt h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secRead .inner-l .read .imgTxt__txt .readTxt {
  font-size: 1.7rem;
  font-weight: bold;
  max-width: 590px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secRead .inner-l .read .imgTxt__txt .readTxt {
    max-width: 420px;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .inner-l .read .imgTxt__txt .readTxt {
    font-size: 1.6rem;
  }
}
.mainWrap.-top .secRead .inner-l .read img.map {
  width: 322px;
  margin-top: -12rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .inner-l .read img.map {
    width: 234px;
    margin-left: calc(100% - 234px);
    order: 1;
    margin-top: -6rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .inner-l ul {
    display: block;
  }
}
.mainWrap.-top .secRead .inner-l ul li {
  width: 33.33%;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .inner-l ul li {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.mainWrap.-top .secRead .inner-l ul li img.icon01 {
  width: 85px;
}
.mainWrap.-top .secRead .inner-l ul li img.icon02 {
  width: 92px;
}
.mainWrap.-top .secRead .inner-l ul li img.icon03 {
  width: 92px;
}
.mainWrap.-top .secRead .inner-l ul li p {
  font-size: 1.7rem;
  font-weight: bold;
  padding-left: 2rem;
  max-width: 290px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secRead .inner-l ul li p {
    max-width: 220px;
  }
}
.mainWrap.-top .secAboutAcc {
  padding: 8rem 1.5rem 10rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAboutAcc {
    padding: 4rem 0 5rem;
  }
}
.mainWrap.-top .secAboutAcc h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAboutAcc h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secAboutAcc .ttlTxt {
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAboutAcc .ttlTxt {
    margin-bottom: 3.5rem;
  }
}
.mainWrap.-top .secAboutAcc .acc {
  gap: 11rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAboutAcc .acc {
    gap: 5rem;
  }
}
.mainWrap.-top .secAboutAcc .acc__box {
  width: calc(50% - 5.5rem);
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAboutAcc .acc__box {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAboutAcc .acc__box {
    width: 100%;
  }
}
.mainWrap.-top .secAboutAcc .acc__box img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAboutAcc .acc__box img {
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secAboutAcc .acc__box .city {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAboutAcc .acc__box .city {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.mainWrap.-top .secAboutAcc .acc__box .name {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAboutAcc .acc__box .name {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secAboutAcc .acc__box .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAboutAcc .acc__box .ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secAboutAcc .acc__box .readTxt {
  margin-bottom: 3rem;
  min-height: 87px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAboutAcc .acc__box .readTxt {
    font-size: 1.4rem;
    min-height: auto;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secAboutAcc .acc__box a.baseLinkBtn {
  width: 215px;
}

/*------------------------------------------------------------
  下層ページ共通
  ------------------------------------------------------------*/
.mainWrap.-sub section {
  padding: 7rem 1.5rem 9rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-sub section {
    padding: 3.5rem 0 5rem;
  }
}
.mainWrap.-sub .secMv {
  padding: 66px 0 0;
  position: relative;
}
.mainWrap.-sub .secMv .inner-l {
  position: absolute;
  width: 1200px;
  margin: 0 auto;
  top: 13rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-sub .secMv .inner-l {
    top: 7.6rem;
  }
}

/*------------------------------------------------------------
  下層ページ
  ------------------------------------------------------------*/
body.about .secRead {
  padding-bottom: 0;
}
body.about .secRead .inner-l {
  border-bottom: 1px solid #707070;
  padding-bottom: 11rem;
}
@media screen and (max-width: 991px) {
  body.about .secRead .inner-l {
    padding-bottom: 0;
  }
}
body.about .secRead .inner-l h3 {
  font-size: 5.9rem;
  font-weight: bold;
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  body.about .secRead .inner-l h3 {
    font-size: 3rem;
    margin-bottom: 3.5rem;
  }
}
body.about .secRead .inner-l .imgTxt {
  gap: 3%;
}
@media screen and (max-width: 991px) {
  body.about .secRead .inner-l .imgTxt {
    margin-bottom: 5rem;
  }
}
body.about .secRead .inner-l .imgTxt__txt {
  width: 47%;
}
@media screen and (max-width: 991px) {
  body.about .secRead .inner-l .imgTxt__txt {
    width: 100%;
    margin-bottom: 3rem;
    order: 1;
  }
}
body.about .secRead .inner-l .imgTxt__txt h4 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-top: 7rem;
}
@media screen and (max-width: 991px) {
  body.about .secRead .inner-l .imgTxt__txt h4 {
    padding-top: 0;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
body.about .secRead .inner-l .imgTxt img {
  width: 50%;
}
@media screen and (max-width: 991px) {
  body.about .secRead .inner-l .imgTxt img {
    width: 100%;
    order: 2;
  }
}
body.about .secIntro {
  padding-bottom: 0;
}
body.toursInfo .secToursInfo .tour-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner {
    padding: 0 2rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .boxInner {
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .boxInner {
    margin-bottom: 4rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .ttlBox {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .ttlBox {
    margin-bottom: 2.5rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .ttlBox .hour {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 120px;
  margin-left: -1.5rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .ttlBox .hour {
    font-size: 2.4rem;
    width: 100px;
  }
}
body.toursInfo .secToursInfo .tour-inner .ttlBox .hour span {
  font-size: 8.5rem;
  display: block;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .ttlBox .hour span {
    font-size: 5rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .ttlBox__txt {
  border-left: 1px solid #000;
  padding-left: 2rem;
}
body.toursInfo .secToursInfo .tour-inner .ttlBox__txt p {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .ttlBox__txt p {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .ttlBox__txt h3 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .ttlBox__txt h3 {
    font-size: 2rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .readTxt.intro {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .readTxt.intro {
    margin-bottom: 2.5rem;
  }
}
body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-slide li {
  aspect-ratio: 3/2;
  overflow: hidden;
}
body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-slide li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-thumb-slide {
  width: 90%;
  margin: 2.5rem auto 6rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-thumb-slide {
    margin: 1.5rem auto 3rem;
  }
}
body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-thumb-slide li {
  padding: 0 1rem;
  cursor: pointer;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-thumb-slide li {
    padding: 0 0.5rem;
  }
}
body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-thumb-slide li img {
  border: 4px solid transparent;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-thumb-slide li img {
    border: 2px solid transparent;
  }
}
body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-thumb-slide li img:hover {
  border: 4px solid #8CD1EB;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-thumb-slide li img:hover {
    border: 2px solid #8CD1EB;
  }
}
body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-thumb-slide li.slick-current img {
  border: 4px solid #8CD1EB;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner ul.slick-tour-info-thumb-slide li.slick-current img {
    border: 2px solid #8CD1EB;
  }
}
body.toursInfo .secToursInfo .tour-inner .schTxt dl {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .schTxt dl {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .schTxt dl dt {
  width: 65px;
  text-align: right;
  padding-right: 1.8rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .schTxt dl dt {
    width: 60px;
    padding-right: 1rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .schTxt dl dd {
  width: calc(100% - 65px);
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .schTxt dl dd {
    width: calc(100% - 60px);
  }
}
body.toursInfo .secToursInfo .tour-inner .spot {
  gap: 1.5rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .spot {
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .spot__txt {
  width: 320px;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .spot__txt {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .spot__txt .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .spot__txt .ttl {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    padding-top: 0;
  }
}
body.toursInfo .secToursInfo .tour-inner .spot__txt .name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .spot__txt .name {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .spot__txt .address {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .spot__txt .address {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .spot__txt a {
  display: inline-block;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .spot__txt a {
    font-size: 1.4rem;
  }
}
body.toursInfo .secToursInfo .tour-inner .spot__txt a img {
  width: 10px;
  height: 11px;
  vertical-align: 0px;
}
body.toursInfo .secToursInfo .tour-inner .spot img {
  width: calc(50% - 160px - 1.5rem);
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .spot img {
    width: calc(50% - 0.75rem);
  }
}
body.toursInfo .secToursInfo .tour-inner .baseLinkBtn {
  margin: 3rem auto 0;
  font-size: 1.6rem;
  padding: 1.5rem 0;
  width: 200px;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .baseLinkBtn {
    margin: 1.5rem auto 0;
    font-size: 1.5rem;
    padding: 1rem 0;
    width: 160px;
  }
}
body.toursInfo .secToursInfo .tour-inner .baseLinkBtn::after {
  top: 1.7rem;
}
@media screen and (max-width: 991px) {
  body.toursInfo .secToursInfo .tour-inner .baseLinkBtn::after {
    top: 1.1rem;
  }
}
body.faq .secFaq .inner-m .ttlTxt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  body.faq .secFaq .inner-m .ttlTxt {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
body.faq .secFaq .inner-m a.baseLinkBtn.contact {
  margin: 0 auto 10rem;
}
@media screen and (max-width: 991px) {
  body.faq .secFaq .inner-m a.baseLinkBtn.contact {
    margin: 0 auto 5rem;
  }
}
body.faq .secFaq .inner-m ul.anchorLink {
  gap: 4rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  body.faq .secFaq .inner-m ul.anchorLink {
    gap: 1.5rem;
    margin-bottom: 4rem;
  }
}
body.faq .secFaq .inner-m ul.anchorLink li a {
  color: #1E81A7;
  border-bottom: 1px solid #1E81A7;
}
@media screen and (max-width: 991px) {
  body.faq .secFaq .inner-m ul.anchorLink li a {
    font-size: 1.4rem;
  }
}
body.faq .secFaq .inner-m .cateBox {
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.faq .secFaq .inner-m .cateBox {
    margin-bottom: 4rem;
  }
}
body.faq .secFaq .inner-m .cateBox dl {
  border-bottom: 1px solid #707070;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.faq .secFaq .inner-m .cateBox dl {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
body.faq .secFaq .inner-m .cateBox dl dt {
  font-size: 2.4rem;
  cursor: pointer;
  position: relative;
  padding: 0 3rem 0 6rem;
}
@media screen and (max-width: 991px) {
  body.faq .secFaq .inner-m .cateBox dl dt {
    font-size: 1.8rem;
    padding: 0 2rem 0 4rem;
  }
}
body.faq .secFaq .inner-m .cateBox dl dt:hover {
  opacity: 0.6;
}
body.faq .secFaq .inner-m .cateBox dl dt::after {
  content: "+";
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
}
body.faq .secFaq .inner-m .cateBox dl dt.open::after {
  content: "-";
}
body.faq .secFaq .inner-m .cateBox dl dt span {
  font-size: 4.5rem;
  color: #8CD1EB;
  margin-right: 1rem;
  position: absolute;
  top: -2rem;
  left: 0;
}
@media screen and (max-width: 991px) {
  body.faq .secFaq .inner-m .cateBox dl dt span {
    font-size: 2.8rem;
    top: -1rem;
  }
}
body.faq .secFaq .inner-m .cateBox dl dd {
  display: none;
  position: relative;
  padding-left: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  body.faq .secFaq .inner-m .cateBox dl dd {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
body.faq .secFaq .inner-m .cateBox dl dd span {
  font-weight: bold;
  color: #8CD1EB;
  position: absolute;
  left: 0;
  top: 0;
}
body.newsDetail .secNewsDetail .inner-m .ttlBox {
  border-bottom: 1px solid #000;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-m .ttlBox {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
body.newsDetail .secNewsDetail .inner-m .ttlBox p.arcDate {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-m .ttlBox p.arcDate {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
body.newsDetail .secNewsDetail .inner-m .ttlBox h3.detailTtl {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  z-index: 0;
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-m .ttlBox h3.detailTtl {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
}
body.newsDetail .secNewsDetail .inner-m .ttlBox h3.detailTtl::after {
  content: "";
  display: block;
  position: absolute;
  background: #8CD1EB;
  width: 45px;
  height: 105%;
  top: 0.2rem;
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-m .ttlBox h3.detailTtl::after {
    width: 20px;
  }
}
body.newsDetail .secNewsDetail .inner-m .arcContent {
  border-bottom: 1px solid #000;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}
body.newsDetail .secNewsDetail .inner-m .arcContent p {
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-m .arcContent p {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
body.newsDetail .secNewsDetail .inner-m .arcContent img {
  max-width: 49%;
  margin: 0 0.5%;
}
body.newsDetail .secNewsDetail .inner-m .arcContent h2 {
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 2rem;
  z-index: 0;
  border-left: 6px solid #8CD1EB;
  padding: 0 0 0.2rem 0.7rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-m .arcContent h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    border-left: 4px solid #8CD1EB;
    padding: 0 0 0.2rem 0.5rem;
  }
}
body.newsDetail .secNewsDetail .inner-m .arcContent b, body.newsDetail .secNewsDetail .inner-m .arcContent strong {
  position: relative;
  z-index: 0;
  display: inline-block;
}
body.newsDetail .secNewsDetail .inner-m .arcContent b::after, body.newsDetail .secNewsDetail .inner-m .arcContent strong::after {
  content: "";
  display: block;
  position: absolute;
  background: #8CD1EB;
  width: 100%;
  height: 10px;
  bottom: 0.3rem;
  z-index: -1;
  left: 0;
}
body.newsDetail .secNewsDetail .inner-m .arcContent a {
  color: #1E81A7;
  border-bottom: 1px solid #1E81A7;
}
body.newsDetail .secNewsDetail .inner-m .arcLink {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-m .arcLink {
    font-size: 1.6rem;
  }
}
body.newsDetail .secNewsDetail .inner-m .arcLink a.all {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  padding: 0 1.5rem 0.2rem;
  margin: 0 0.5rem;
}
body.flow .secMv h2.baseTtl {
  font-size: 5.5rem;
  padding: 2rem 0 1.5rem 5rem;
}
@media screen and (max-width: 991px) {
  body.flow .secMv h2.baseTtl {
    font-size: 2rem;
    padding: 0.2rem 0 0.7rem 2rem;
  }
}
body.flow .secFlow .inner-m .ttlTxt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  body.flow .secFlow .inner-m .ttlTxt {
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
}
body.flow .secFlow .inner-m .flowBox {
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.flow .secFlow .inner-m .flowBox {
    margin-bottom: 3rem;
  }
}
body.flow .secFlow .inner-m .flowBox h4 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.flow .secFlow .inner-m .flowBox h4 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
body.flow .secFlow .inner-m .flowBox .readTxt {
  margin-bottom: 3rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 991px) {
  body.flow .secFlow .inner-m .flowBox .readTxt {
    margin-bottom: 1.5rem;
    padding-left: 1.6rem;
  }
}
body.contact .secContact {
  padding-bottom: 15rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact {
    padding-bottom: 10rem;
  }
}
body.contact .secContact .inner-m .ttlTxt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .inner-m .ttlTxt {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
body.contact .secContact .inner-m .ttlRead {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .inner-m .ttlRead {
    margin-bottom: 3rem;
  }
}
body.contact .secContact .inner-m .reqTxt {
  font-size: 1.4rem;
  color: #ff0000;
  margin-bottom: 0.5rem;
}
body.contact .secContact .inner-m .contactBox {
  border: 1px solid #000;
  background: #fff;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .inner-m .contactBox {
    padding: 0;
  }
}
body.contact .secContact .inner-m .contactBox dl {
  border-bottom: 1px solid #000;
}
body.contact .secContact .inner-m .contactBox dl:last-child {
  border-bottom: none;
}
body.contact .secContact .inner-m .contactBox dl dt {
  width: 230px;
  background: #EFEFEF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .inner-m .contactBox dl dt {
    width: 100%;
    border-right: none;
    padding: 1rem 0 1rem 2rem;
    justify-content: flex-start;
  }
}
body.contact .secContact .inner-m .contactBox dl dd {
  width: calc(100% - 230px);
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .inner-m .contactBox dl dd {
    width: 100%;
    padding: 2rem 2rem;
  }
}
body.contact .secContact .inner-m .contactBox dl dd input, body.contact .secContact .inner-m .contactBox dl dd textarea {
  border: 1px solid #000;
  font-size: 1.6rem;
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 5px;
}
body.contact .secContact .inner-m .btnBox {
  justify-content: center;
  gap: 3rem;
}
body.contact .secContact .inner-m .btnBox .baseLinkBtn {
  display: flex;
  padding: 2.3rem 2.5rem;
  min-width: 300px;
  border: none;
  background: #fff;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .inner-m .btnBox .baseLinkBtn {
    padding: 1.8rem 2.5rem;
  }
}
body.contact .secContact .inner-m .btnBox .baseLinkBtn::before {
  width: 45px;
  background: #FFEB00;
}
body.contact .secContact .inner-m .btnBox .baseLinkBtn::after {
  width: 28px;
  height: 28px;
  right: 1rem;
  top: 2.4rem;
  background-size: 28px;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .inner-m .btnBox .baseLinkBtn::after {
    width: 18px;
    height: 18px;
    top: 2.2rem;
    background-size: 18px;
  }
}
body.contact .secContact .inner-m .btnBox .baseLinkBtn input {
  background: none;
  font-size: 2.4rem;
  padding: 0;
  text-align: left;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .inner-m .btnBox .baseLinkBtn input {
    font-size: 2rem;
  }
}
body.contact .secContact .inner-m .mw_wp_form_input .btnBox .baseLinkBtn.back {
  display: none;
}
body.contact .secContact .inner-m .mw_wp_form_confirm dl.email2,
body.contact .secContact .inner-m .mw_wp_form_confirm span.required {
  display: none;
}
body.privacy .secFlow .inner-m .flowBox .readTxt {
  padding-left: 0;
}

/*------------------------------------------------------------
  英語個別調整
  ------------------------------------------------------------*/
body.en .secRead .inner-l .read .imgTxt__txt {
  width: calc(100% - 224px);
}
@media screen and (max-width: 991px) {
  body.en .secRead .inner-l .read .imgTxt__txt {
    width: 100%;
  }
}
body.en .secRead .inner-l .read .imgTxt__txt h2 {
  font-size: 3.8rem !important;
}
@media screen and (max-width: 1200px) {
  body.en .secRead .inner-l .read .imgTxt__txt h2 {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 991px) {
  body.en .secRead .inner-l .read .imgTxt__txt h2 {
    font-size: 2.2rem !important;
  }
}

/*------------------------------------------------------------
  Loader
  ------------------------------------------------------------*/
#loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #8CD1EB;
  z-index: 10000;
  top: 0;
}
#loader.loaded {
  animation: fadeOut 0.5s forwards;
}
#loader img {
  max-width: 64px;
}
@keyframes float {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}/*# sourceMappingURL=page.css.map */