@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}
.fnt18.spfntS {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt18.spfntS {
    font-size: 1.8rem;
  }
}
.fnt18 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt18 .numList li {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}
.fnt20 .numList li {
  font-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .fnt20 .numList li {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.fnt28 {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt28 {
    font-size: 2.8rem !important;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.txt--br {
  color: #885d0d;
}

.txt--main {
  color: #631939;
}

.txt--bl {
  color: #004292;
}

.txt--red {
  color: #C20D23;
}

.txt--tbl {
  color: #00A199;
}

.txt--gn {
  color: #005c02;
}

.txt--pk {
  color: #FF6666;
}

.txt--lbr {
  color: #cfb03c;
}

.txt--br {
  color: #ad8e1d;
}

.txt--or {
  color: #FF6600;
}

.bg--lor {
  background: #fff9ed;
  padding: 20px 0;
}
@media screen and (min-width: 740px) {
  .bg--lor {
    padding: 40px 0;
  }
}

.bg-red {
  background: #c00;
  padding: 10px 20px 8px;
  color: #fff;
}

.bg--w {
  background: #fff;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}
.contentsInr a {
  text-decoration: none !important;
  transition: all 0.3s;
}
.contentsInr a:hover {
  opacity: 0.6;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: none !important;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  background: #FCFFF1;
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.inner02 {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 0 15px;
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.top-bg {
  background-color: #2493C7 !important;
  padding: 20px 0 !important;
}

.sec-top {
  background-color: #fff9b8;
  padding: 16px;
}
.sec-top .sec-top-wrap {
  background-color: #fff;
  padding: 16px;
}
.sec-top .sec-top-wrap .sec-top-ttl .heading {
  font-size: 2rem;
}
@media screen and (min-width: 740px) {
  .sec-top .sec-top-wrap .sec-top-ttl .heading {
    font-size: 3rem;
  }
}
.sec-top .sec-top-wrap .sec-top-ttl .heading .text-top::before {
  content: "＼";
  margin-right: 8px;
  display: inline-block;
  font-size: 20px;
}
@media screen and (min-width: 740px) {
  .sec-top .sec-top-wrap .sec-top-ttl .heading .text-top::before {
    font-size: 26px;
  }
}
.sec-top .sec-top-wrap .sec-top-ttl .heading .text-top::after {
  content: "／";
  margin-left: 8px;
  display: inline-block;
  font-size: 20px;
}
@media screen and (min-width: 740px) {
  .sec-top .sec-top-wrap .sec-top-ttl .heading .text-top::after {
    font-size: 26px;
  }
}
.sec-top .sec-top-wrap .sec-top-ttl .heading .text-color {
  color: #cc0000;
  font-size: 3rem;
}
@media screen and (min-width: 740px) {
  .sec-top .sec-top-wrap .sec-top-ttl .heading .text-color {
    font-size: 4rem;
  }
}
.sec-top .sec-top-wrap .top-time {
  background-color: #fff9b8;
  padding: 16px;
}
.sec-top .coupon_area .heading {
  position: relative;
}
.sec-top .coupon_area .heading sup {
  position: absolute;
  background-color: #cc0000;
  padding: 0px 16px;
  color: #fff;
  top: -28px;
  left: -16px;
  transform: rotate(-4deg);
}
@media screen and (min-width: 740px) {
  .sec-top .coupon_area .heading sup {
    position: absolute;
    background-color: #cc0000;
    padding: 0px 16px;
    color: #fff;
    top: -45px;
    left: -16px;
    transform: rotate(-6deg);
  }
}
.sec-top .coupon_area .brd_RD {
  border: 2px solid #cc0000;
  padding: 8px;
}

.sec-ttl {
  background: linear-gradient(180deg, #018AE4 0%, #499DA8 100%);
  color: #fff;
  border-radius: 10px;
}

.sec-point {
  background-color: #f2fbff !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  border-radius: 10px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.sec-point .sec-ttl {
  background: none;
  color: #00a6c7;
  border-radius: 0px;
  background: linear-gradient(transparent 60%, #fff9b8 50%);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: 100% 5em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.sec-point .point-wrap {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 740px) {
  .sec-point .point-wrap {
    gap: 8px;
  }
}
.sec-point .point-list {
  display: flex;
  align-items: center;
  gap: 0px;
}
@media screen and (min-width: 740px) {
  .sec-point .point-list {
    gap: 0px;
  }
}
.sec-point .point-list > div:first-of-type {
  max-width: 24px;
}
@media screen and (min-width: 740px) {
  .sec-point .point-list > div:first-of-type {
    max-width: 32px;
  }
}
.sec-point .point-list p {
  padding: 12px 0px 8px 16px;
}
@media screen and (width >= 769px) {
  .sec-point .point-list p {
    padding: 16px 16px;
  }
}
.sec-point .point-list p br {
  display: none;
}
@media screen and (width >= 769px) {
  .sec-point .point-list p br {
    display: revert;
  }
}
.sec-point .point-list p strong {
  color: #00a6c7 !important;
}
.sec-point .point-list p strong span {
  color: #00a6c7 !important;
  background: linear-gradient(transparent 60%, #fff9b8 50%);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: 100% 2em;
}
.sec-point .point-list p b strong {
  color: #00a6c7 !important;
}
.sec-point .point-list p b strong span {
  color: #00a6c7 !important;
  background: linear-gradient(transparent 60%, #fff9b8 50%);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: 100% 2em;
}
@media screen and (min-width: 740px) {
  .sec-point {
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100% !important;
  }
}

.sec-area {
  background-color: #fefff2 !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  border-radius: 10px !important;
}
.sec-area .area_text {
  background: #eaff9e !important;
  padding: 10px !important;
  margin-bottom: 10px !important;
}

.sec-adventure {
  background-color: #f2fbff !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  border-radius: 10px !important;
}
.sec-adventure .adventure_img_wrap .adventure_img img {
  border-radius: 10px;
}
.sec-adventure .tour-ttl .ttlLv2 {
  position: relative;
  background-color: #DBF2E0;
  border-radius: 40px;
}
@media screen and (min-width: 740px) {
  .sec-adventure .tour-ttl .ttlLv2 {
    border-radius: 10px;
  }
}
.sec-adventure .tour-ttl .ttlLv2 .tour_bubble {
  font-size: 14px;
  background-color: #3995AC;
  padding: 8px 32px;
  border-radius: 999px;
  color: #fff;
  margin-bottom: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 740px) {
  .sec-adventure .tour-ttl .ttlLv2 .tour_bubble {
    transform: rotate(-3deg);
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: -24px;
    padding: 16px 32px;
    border-radius: 999px;
    width: auto;
  }
}
.sec-adventure .tour-ttl .ttlLv2 .tour_ttl {
  color: #3995AC;
}
.sec-adventure .tour-ttl .ttlLv2 .tour_ttl > div {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.sec-adventure .tour-ttl .ttlLv2 .tour_ttl span {
  font-size: 18px;
  padding: 0 10px;
  color: #3995AC;
}
.sec-adventure .tour-ttl .ttlLv2 .tour_ttl span::before {
  content: "＼";
  margin-right: 8px;
  display: inline-block;
  font-size: 20px;
}
@media screen and (min-width: 740px) {
  .sec-adventure .tour-ttl .ttlLv2 .tour_ttl span::before {
    font-size: 26px;
  }
}
.sec-adventure .tour-ttl .ttlLv2 .tour_ttl span::after {
  content: "／";
  margin-left: 8px;
  display: inline-block;
  font-size: 20px;
}
@media screen and (min-width: 740px) {
  .sec-adventure .tour-ttl .ttlLv2 .tour_ttl span::after {
    font-size: 26px;
  }
}
@media screen and (min-width: 740px) {
  .sec-adventure .tour-ttl .ttlLv2 .tour_ttl span {
    font-size: 24px;
  }
}
.sec-adventure .tour-ttl .ttlLv2 .tour_ttl .ttl-sub {
  background: linear-gradient(transparent 50%, #fff9b8 50%);
}
.sec-adventure .tour-ttl .ttlLv2 .tour_ttl .ttl-sub::before {
  display: none;
}
.sec-adventure .tour-ttl .ttlLv2 .tour_ttl .ttl-sub::after {
  display: none;
}
.sec-adventure .text-color {
  color: #3995ac;
  font-weight: 600;
  line-height: 1.5;
}
.sec-adventure .list-wrap {
  background-color: #fff;
  padding: 10px;
}
.sec-adventure .list-flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}
.sec-adventure .list-flex > div:first-of-type {
  min-width: 110px;
  max-width: 110px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .sec-adventure .list-flex {
    flex-direction: row;
  }
}
.sec-adventure .column img {
  border-radius: 10px;
}
.sec-adventure .adventure_ex {
  background-color: #fff;
  padding: 16px 10px;
}
@media screen and (min-width: 740px) {
  .sec-adventure .adventure_ex {
    padding: 24px 10px;
  }
}
.sec-adventure .adventure_ex .adventure_point-ttl {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #fff9b8;
  padding: 12px 8px 0px 8px;
  border-radius: 4px;
}
@media screen and (min-width: 740px) {
  .sec-adventure .adventure_ex .adventure_point-ttl {
    flex-direction: row;
  }
}
.sec-adventure .adventure_ex .adventure_point-ttl::before {
  content: "＼";
  margin-right: 8px;
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 740px) {
  .sec-adventure .adventure_ex .adventure_point-ttl::before {
    font-size: 26px;
    margin-top: 0;
  }
}
.sec-adventure .adventure_ex .adventure_point-ttl::after {
  content: "／";
  margin-left: 8px;
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 740px) {
  .sec-adventure .adventure_ex .adventure_point-ttl::after {
    font-size: 26px;
    margin-top: 0;
  }
}
.sec-adventure .adventure_ex .adventure_point-ttl p b br {
  display: revert;
}
@media screen and (min-width: 740px) {
  .sec-adventure .adventure_ex .adventure_point-ttl p b br {
    display: none;
  }
}
.sec-adventure .adventure_ex .adventure_point {
  display: flex;
  align-items: start;
  flex-direction: column;
  background-color: #dbf2e0;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 10px;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 740px) {
  .sec-adventure .adventure_ex .adventure_point {
    flex-direction: row;
    align-items: center;
  }
}
.sec-adventure .adventure_ex .adventure_point > div:first-of-type {
  max-width: 50px;
  margin-right: 16px;
  margin-bottom: 8px;
}
@media screen and (min-width: 740px) {
  .sec-adventure .adventure_ex .adventure_point > div:first-of-type {
    max-width: 70px;
    margin-bottom: 0;
  }
}
.sec-adventure .adventure_ex .adventure_point .text-color p b {
  color: #3995ac !important;
  font-size: 1.8rem;
}
@media screen and (width >= 769px) {
  .sec-adventure .adventure_ex .adventure_point .text-color p b {
    font-size: 2rem;
  }
}
.sec-adventure .adventure_ex .adventure_point .jalpack-img {
  max-width: 150px;
  margin-top: 8px;
}
@media screen and (min-width: 740px) {
  .sec-adventure .adventure_ex .adventure_point .jalpack-img {
    max-width: 100px;
    margin-top: 0;
  }
}
.sec-adventure .adventure_ex .point02-flex {
  position: relative;
}
.sec-adventure .adventure_ex .point02-flex > div:first-of-type {
  font-weight: 800 !important;
  color: #3995ac;
}
.sec-adventure .adventure_ex .point02-flex > div:first-of-type strong {
  color: #3995ac !important;
  font-size: 1.8rem;
}
@media screen and (width >= 769px) {
  .sec-adventure .adventure_ex .point02-flex > div:first-of-type strong {
    font-size: 2rem;
  }
}
.sec-adventure .adventure_ex .point02-flex > div:nth-child(2) {
  position: absolute;
  top: 0px;
  right: -10px;
  max-width: 150px;
  width: 100%;
  transform: rotate(5deg);
}
@media screen and (min-width: 740px) {
  .sec-adventure .adventure_ex .point02-flex > div:nth-child(2) {
    position: absolute;
    bottom: 30px;
    right: 30px;
    max-width: 200px;
    width: 100%;
    transform: rotate(5deg);
  }
}
.sec-adventure .adventure_ex .taiken-wrap {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}

.sec-hotel {
  background-color: #fefff2 !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
}
.sec-hotel .hotel-box {
  background-color: #fff;
  padding: 12px;
  border: 1px solid #ccc;
  text-align: center;
}
.sec-hotel .hotel-box .responsivegrid {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-inline: auto;
}
.sec-hotel .hotel-box > div:nth-child(2) {
  width: 100% !important;
}
.sec-hotel .hotel-box .hotel-text--height a {
  height: auto;
}
@media screen and (min-width: 740px) {
  .sec-hotel .hotel-box .hotel-text--height a {
    height: 48px;
  }
}
.sec-hotel .hotel-box > div:last-of-type a {
  width: 100%;
}
.sec-hotel .hotel-top {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
}
.sec-hotel .hotel-top > div:nth-child(2) > div:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .sec-hotel .hotel-top > div:nth-child(2) > div:first-of-type {
    flex-direction: row;
  }
}
.sec-hotel .hotel-top > div:nth-child(2) > div:first-of-type > div:nth-child(2) {
  width: 100%;
  margin-left: 16px;
}
@media screen and (min-width: 740px) {
  .sec-hotel .hotel-top > div:nth-child(2) > div:first-of-type > div:nth-child(2) {
    max-width: 280px;
  }
}
.sec-hotel .hotel-top > div:nth-child(2) > div:first-of-type > div:nth-child(2) .hotel-top-text > div:nth-child(2) {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.sec-reserve {
  background-color: #f2fbff !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  border-radius: 10px !important;
}

.reserve-img {
  max-width: 650px;
  width: 100%;
  height: auto;
  margin-inline: auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}