.p-arHd {
  position: relative;
}

.p-arHd__bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 480px;
  border-radius: 0 0 48px 48px;
}
.p-arHd__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-arHd__box {
  position: absolute;
  top: 65px;
  left: calc(50% - 360px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 472px;
  padding: 32px 40px 40px;
  border: 2px solid #066397;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.8980392157);
}

.p-arHd__ttl {
  font-size: 32px;
  color: #F7829E;
}

.p-arHd__read {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.p-arHd__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-arHd__prmy .p-arHd__label {
  border-top: 2px solid #066397;
}
.p-arHd__prmy .p-arHd__txt {
  border-top: 2px solid #A0ACBD;
}

.p-arHd__label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 85px;
  padding: 12px 0;
  border-bottom: 2px solid #066397;
  font-size: 16px;
  font-weight: bold;
}

.p-arHd__txt {
  width: 100%;
  padding: 12px 0;
  padding-left: 40px;
  border-bottom: 2px solid #A0ACBD;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-arHd__bg {
    width: 100%;
    height: 667px;
  }
  .p-arHd__box {
    top: 32px;
    left: 50%;
    width: calc(100% - 40px);
    padding: 25px 20px;
  }
  .p-arHd__ttl {
    font-size: 24px;
  }
  .p-arHd__read {
    font-size: 14px;
  }
  .p-arHd__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75px;
    font-size: 14px;
  }
  .p-arHd__txt {
    font-size: 14px;
  }
}
.p-arIt {
  margin-top: 40px;
}

.p-arIt__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 576px;
  height: 85px;
  margin: 0 auto;
  border: 2px solid #066397;
  border-radius: 999px;
  background: #fff;
}

.p-arIt__link {
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #192C3E;
}
.p-arIt__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 21px;
  background: #A0ACBD;
}
.p-arIt__link:first-child::after {
  display: none;
}

.p-arIt__ttl {
  margin-top: 64px;
  font-size: 40px;
  text-align: center;
  color: #066397;
}
.p-arIt__ttl span {
  color: #F7829E;
}

.p-arIt__read {
  width: 784px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-arIt__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    height: auto;
    padding: 12px 24px 0;
    border-radius: 20px;
  }
  .p-arIt__link {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #A0ACBD;
    font-size: 16px;
    text-align: center;
  }
  .p-arIt__link:first-child {
    border-top: 0;
  }
  .p-arIt__link::after {
    display: none;
  }
  .p-arIt__ttl {
    font-size: 32px;
  }
  .p-arIt__read {
    width: 100%;
  }
}
.p-arSt {
  padding-top: 130px;
  padding-bottom: 220px;
}

.p-arSt__bgTxt {
  position: absolute;
  top: -10px;
  right: 0;
  width: 468px;
  height: auto;
}

.p-arSt__items {
  margin-top: 40px;
}

.p-arSt__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4%;
  margin-top: 64px;
}
.p-arSt__item:first-child {
  margin-top: 0;
}
.p-arSt__item::after {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 80px;
  height: 80px;
  padding: 10px 0 0 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.p-arSt__item.no1::after {
  content: "1";
  background: url(../img/area/numbg_red.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-arSt__item.no2::after {
  content: "2";
  background: url(../img/area/numbg_sky.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-arSt__item.no3::after {
  content: "3";
  background: url(../img/area/numbg_green.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.p-arSt__img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 48%;
  height: auto;
  aspect-ratio: 576/400;
  border-radius: 32px;
}
.p-arSt__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-arSt__cnt {
  width: 48%;
  padding-top: 20px;
}

.p-arSt__name {
  font-size: 24px;
  font-weight: bold;
}

.p-arSt__read {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
}

.p-arSt__metas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px;
  gap: 8%;
}

.p-arSt__meta {
  width: 46%;
}

.p-arSt__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-arSt__flex.p-arHd__prmy .p-arSt__label {
  border-top: 2px solid #066397;
}
.p-arSt__flex.p-arHd__prmy .p-arSt__txt {
  border-top: 2px solid #A0ACBD;
}

.p-arSt__label {
  width: 60px;
  padding: 11px 0;
  border-bottom: 2px solid #066397;
  font-size: 14px;
  font-weight: bold;
}

.p-arSt__txt {
  width: calc(100% - 60px);
  padding: 11px 0;
  padding-left: 24px;
  border-bottom: 2px solid #A0ACBD;
  font-size: 14px;
  font-weight: 500;
}

.p-arSt__slicks {
  margin-top: 17px;
  counter-reset: spot 3;
}
.p-arSt__slicks .slick-list {
  padding-top: 40px;
  height: auto !important;
}
.p-arSt__slicks .slick-prev,
.p-arSt__slicks .slick-next {
  position: absolute;
  top: unset;
  right: unset;
  bottom: -105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
  height: 64px;
}
.p-arSt__slicks .slick-prev::before,
.p-arSt__slicks .slick-next::before {
  display: none;
}
.p-arSt__slicks .slick-prev {
  left: calc(50% - 120px);
  background: url(../img/area/slick_prev.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-arSt__slicks .slick-next {
  left: calc(50% + 120px);
  background: url(../img/area/slick_next.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-arSt__slicks .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-arSt__slicks .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.p-arSt__slicks .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background: rgba(6, 99, 151, 0.25);
}
.p-arSt__slicks .slick-dots li button::before {
  display: none;
}
.p-arSt__slicks .slick-dots li.slick-active button {
  background: #066397;
}

.p-arSt__slickFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 48px 4%;
  padding: 0 10px;
}

.p-arSt__linkImg {
  position: relative;
  display: block;
  width: 48%;
  height: auto;
  aspect-ratio: 576/284;
}
.p-arSt__linkImg img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-arSt__linkImg::after {
  content: counter(spot);
  counter-increment: spot;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 80px;
  height: 80px;
  padding: 10px 0 0 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: url(../img/area/numbg_navy.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.p-arSt__slicks .slick-cloned .p-arSt__linkImg::after {
  content: none;
  counter-increment: none;
}

.p-arSt__slick:nth-of-type(2) .p-arSt__linkImg:nth-child(n+3)::after,
.p-arSt__slick:nth-of-type(n + 3) .p-arSt__linkImg::after {
  padding: 10px 0 0 10px;
}

@media screen and (max-width: 768px) {
  .p-arSt {
    padding-top: 64px;
    padding-bottom: 135px;
  }
  .p-arSt__bgTxt {
    top: -25px;
    right: 20px;
    width: 269px;
  }
  .p-arSt__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .p-arSt__item::after {
    top: -4px;
    left: -4px;
    width: 55px;
    height: 55px;
    padding: 7px 0 0 14px;
    font-size: 20px;
  }
  .p-arSt__img {
    width: 100%;
  }
  .p-arSt__name {
    font-size: 20px;
  }
  .p-arSt__cnt {
    width: 100%;
  }
  .p-arSt__metas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-arSt__meta {
    width: 100%;
  }
  .p-arSt__read {
    font-size: 14px;
  }
  .p-arSt__metas {
    gap: 0;
    margin-top: 20px;
  }
  .p-arSt__label {
    width: 55px;
    font-size: 12px;
  }
  .p-arSt__flex.p-arHd__prmy .p-arSt__label,
  .p-arSt__flex.p-arHd__prmy .p-arSt__txt {
    border-top: none;
  }
  .p-arSt__flex.p-arHd__prmySp .p-arSt__label {
    border-top: 2px solid #066397;
  }
  .p-arSt__flex.p-arHd__prmySp .p-arSt__txt {
    border-top: 2px solid #A0ACBD;
  }
  .p-arSt__txt {
    width: calc(100% - 55px);
    font-size: 12px;
  }
  .p-arSt__slicks {
    margin-top: 15px;
    counter-reset: spot 3;
  }
  .p-arSt__slicks .slick-list {
    padding-top: 25px;
  }
  .p-arSt__slicks .slick-prev,
  .p-arSt__slicks .slick-next {
    bottom: -70px;
    width: 40px;
    height: 40px;
  }
  .p-arSt__slicks .slick-dots {
    bottom: -55px;
  }
  .p-arSt__slicks .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
  .p-arSt__slicks .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .p-arSt__slickFlex {
    gap: 16px 4%;
    padding: 0 10px;
  }
  .p-arSt__linkImg {
    width: 48%;
    aspect-ratio: 160/111;
  }
  .p-arSt__linkImg img {
    border-radius: 16px;
  }
  .p-arSt__linkImg::after {
    content: counter(spot);
    counter-increment: spot;
    top: -4px;
    left: -4px;
    width: 45px;
    height: 45px;
    padding: 6px 0 0 12px;
    font-size: 16px;
  }
  .p-arSt__slick:nth-of-type(2) .p-arSt__linkImg:nth-child(n+3)::after,
  .p-arSt__slick:nth-of-type(n + 3) .p-arSt__linkImg::after {
    padding: 6px 0 0 7px;
  }
}
.p-arGm {
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.5019607843);
}

.p-arGm__wrap {
  position: relative;
}

.p-arGm__bgTxt {
  position: absolute;
  top: -20px;
  right: 0;
  width: 345px;
  height: auto;
}

.p-arGm__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  margin-top: 40px;
}

.p-arGm__item {
  width: calc((100% - 80px) / 5);
  border: 2px solid #066397;
  border-radius: 24px;
  padding: 16px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-arGm__item:hover .p-arGm__icon {
    border-color: #066397;
    background-color: #066397;
  }
  .p-arGm__item:hover .p-arGm__icon::after {
    background: url(https://nanameue-travel.com/wp-content/themes/sango-theme-child/assets/img/icon/slantign_arrow_white_01.png) center/contain no-repeat;
  }
}

.p-arGm__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 120px;
  border-radius: 12px;
}
.p-arGm__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-arGm__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.p-arGm__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 22px;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #F7829E;
}

.p-arGm__ttl {
  margin-top: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #192C3E;
}

.p-arGm__txt {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #192C3E;
}

.p-arGm__icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 7px;
  margin-left: auto;
  border: 1.5px solid #192C3E;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-arGm__icon::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(https://nanameue-travel.com/wp-content/themes/sango-theme-child/assets/img/icon/slanting_arrow_blue_02.png) center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-arGm {
    padding-top: 80px;
    padding-bottom: 40px;
    border-radius: 40px;
  }
  .p-arGm__bgTxt {
    top: -40px;
    right: 20px;
    width: 275px;
    height: auto;
  }
  .p-arGm__items {
    gap: 0;
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  .p-arGm__items.slick-dotted.slick-slider {
    margin-bottom: 100px;
  }
  .p-arGm__items .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-arGm__items .slick-list {
    overflow: visible;
    padding-left: 20px;
  }
  .p-arGm__items .slick-prev,
  .p-arGm__items .slick-next {
    position: absolute;
    top: unset;
    right: unset;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 40px;
  }
  .p-arGm__items .slick-prev::before,
  .p-arGm__items .slick-next::before {
    display: none;
  }
  .p-arGm__items .slick-prev {
    left: calc(50% - 120px);
    background: url(../img/area/slick_prev.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .p-arGm__items .slick-next {
    left: calc(50% + 120px);
    background: url(../img/area/slick_next.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .p-arGm__items .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-arGm__items .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
  .p-arGm__items .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background: rgba(6, 99, 151, 0.25);
  }
  .p-arGm__items .slick-dots li button::before {
    display: none;
  }
  .p-arGm__items .slick-dots li.slick-active button {
    background: #066397;
  }
  .p-arGm__item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 295px;
    height: auto;
    margin-right: 20px;
  }
  .p-arGm__img {
    height: 164px;
  }
}
.p-arSv {
  margin-top: 125px;
}

.p-arSv__bgTxt {
  position: absolute;
  top: -20px;
  right: 0;
  width: 353px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-arSv {
    margin-top: 80px;
  }
  .p-arSv__bgTxt {
    top: -40px;
    right: 20px;
    width: 270px;
  }
}
.p-arFaq {
  padding-top: 100px;
  padding-bottom: 120px;
}

.p-arFaq__bgTxt {
  position: absolute;
  top: -20px;
  right: 0;
  width: 140px;
  height: auto;
}

.p-arFaq__wrap {
  position: relative;
  max-width: 784px;
  width: 100%;
  margin: 0 auto;
}

.p-arFaq__items {
  margin-top: 40px;
}

.p-arFaq__item {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  border-radius: 24px;
  border: 2px solid #066397;
}

.p-arFaq__ques {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  gap: 12px;
  cursor: pointer;
}

.p-arFaq__quesIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding-bottom: 2px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #066397;
}

.p-arFaq__ttl {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.p-arFaq__plus {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
}
.p-arFaq__plus::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #192C3E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-arFaq__plus::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #192C3E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-arFaq__plus.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-arFaq__ans {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-arFaq__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  border-top: 2px solid #066397;
  padding: 20px;
}

.p-arFaq__ansIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding-bottom: 2px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #F7829E;
}

.p-arFaq__text {
  width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-arFaq {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .p-arFaq__bgTxt {
    width: 106px;
    top: 10px;
  }
}
.p-arIv {
  position: relative;
  padding-top: 125px;
  padding-bottom: 95px;
  border-radius: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 158, 179, 0.5)), to(rgba(110, 227, 232, 0.5)));
  background: -webkit-linear-gradient(top, rgba(247, 158, 179, 0.5) 0%, rgba(110, 227, 232, 0.5) 100%);
  background: linear-gradient(180deg, rgba(247, 158, 179, 0.5) 0%, rgba(110, 227, 232, 0.5) 100%);
}

.p-arBg__text {
  position: absolute;
  top: -20px;
  left: calc(50% + 400px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 398px;
  height: auto;
}

.p-arIv__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4%;
  height: 480px;
  margin-top: 40px;
}

.p-arIv__box {
  position: relative;
  width: 40%;
  padding: 24px;
  border: 2px solid #066397;
  border-radius: 24px;
  cursor: pointer;
  color: #192C3E;
}
@media (any-hover: hover) {
  .p-arIv__box:hover .p-arIv__icon {
    border-color: #066397;
    background-color: #066397;
  }
  .p-arIv__box:hover .p-arIv__icon::after {
    background: url(https://nanameue-travel.com/wp-content/themes/sango-theme-child/assets/img/icon/slantign_arrow_white_01.png) center/contain no-repeat;
  }
}

.p-arIv__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 276px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.p-arIv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-arIv__ttl {
  font-size: 16px;
  font-weight: bold;
  color: #192C3E;
}

.p-arIv__date {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #192C3E;
}

.p-arIv__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  padding-right: 60px;
}

.p-arIv__tag {
  height: 22px;
  padding: 0 8px;
  border: 1px solid #192C3E;
  border-radius: 99px;
  font-size: 12px;
  font-weight: bold;
  color: #192C3E;
}

.p-arIv__icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 48px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: 1.5px solid #192C3E;
  border-radius: 50%;
}
.p-arIv__icon::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(https://nanameue-travel.com/wp-content/themes/sango-theme-child/assets/img/icon/slanting_arrow_blue_02.png) center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-arIv__cnts {
  position: relative;
  overflow: auto;
  width: 56%;
  padding-right: 10px;
  scrollbar-color: #066397 rgba(6, 99, 151, 0.2509803922);
  scrollbar-width: thin;
}
.p-arIv__cnts::-webkit-scrollbar {
  height: 8px;
}
.p-arIv__cnts::-webkit-scrollbar-track {
  background: rgba(6, 99, 151, 0.2509803922);
  border-radius: 999px;
}
.p-arIv__cnts::-webkit-scrollbar-thumb {
  background: #066397;
  border-radius: 999px;
}

.p-arIv__cnt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 12px;
  padding: 16px;
  border: 2px solid #066397;
  border-radius: 24px;
}

.p-arIv__cntImg {
  position: relative;
  overflow: hidden;
  width: 184px;
  height: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 16px;
}
.p-arIv__cntImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-arIv__meta {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-arIv {
    padding-top: 80px;
    padding-bottom: 50px;
    border-radius: 40px;
  }
  .p-arBg__text {
    top: -40px;
    right: 20px;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 275px;
  }
  .p-arIv__ttl {
    margin-top: 15px;
    font-size: 18px;
  }
}
.p-arOt {
  padding-top: 85px;
  padding-bottom: 120px;
}

.p-arOt__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-top: 25px;
  padding-bottom: 40px;
  overflow: auto;
  scrollbar-color: #066397 rgba(6, 99, 151, 0.2509803922);
  scrollbar-width: thin;
}
.p-arOt__items::-webkit-scrollbar {
  height: 8px;
}
.p-arOt__items::-webkit-scrollbar-track {
  background: rgba(6, 99, 151, 0.2509803922);
  border-radius: 999px;
}
.p-arOt__items::-webkit-scrollbar-thumb {
  background: #066397;
  border-radius: 999px;
}

.p-arOt__item {
  width: 224px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-arOt__img {
  position: relative;
  overflow: hidden;
  width: 224px;
  height: 144px;
  border-radius: 20px;
}
.p-arOt__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-arOt__ttl {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #192C3E;
}

.p-arOt__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}

.p-arOt__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}

.p-arOt__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 22px;
  padding: 0 8px;
  border: 1px solid #192C3E;
  border-radius: 99px;
  font-size: 12px;
  font-weight: bold;
  color: #192C3E;
}

.p-arOt__date {
  padding-top: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #192C3E;
}

@media screen and (max-width: 768px) {
  .p-arOt {
    padding-top: 64px;
    padding-bottom: 20px;
  }
  .p-arOt__items {
    gap: 0;
    overflow: visible;
    width: calc(100% + 20px);
    margin-left: -20px;
    padding-bottom: 0;
  }
  .p-arOt__items.slick-dotted.slick-slider {
    margin-bottom: 100px;
  }
  .p-arOt__items .slick-list {
    overflow: visible;
    padding-left: 20px;
  }
  .p-arOt__items .slick-prev,
  .p-arOt__items .slick-next {
    position: absolute;
    top: unset;
    right: unset;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 40px;
  }
  .p-arOt__items .slick-prev::before,
  .p-arOt__items .slick-next::before {
    display: none;
  }
  .p-arOt__items .slick-prev {
    left: calc(50% - 120px);
    background: url(../img/area/slick_prev.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .p-arOt__items .slick-next {
    left: calc(50% + 120px);
    background: url(../img/area/slick_next.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .p-arOt__items .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-arOt__items .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
  .p-arOt__items .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background: rgba(6, 99, 151, 0.25);
  }
  .p-arOt__items .slick-dots li button::before {
    display: none;
  }
  .p-arOt__items .slick-dots li.slick-active button {
    background: #066397;
  }
  .p-arOt__item {
    width: 264px;
    margin-left: 20px;
  }
  .p-arOt__img {
    width: 100%;
    height: 163px;
  }
  .p-arOt__ttl {
    margin-top: 16px;
    font-size: 16px;
  }
  .p-arOt__meta {
    margin-top: 16px;
  }
}
html {
  background: url(https://nanameue-travel.com/wp-content/themes/sango-theme-child/assets/img/background/tile_bg.png) repeat;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.potta {
  font-family: "Potta One", system-ui;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.p-ar {
  position: relative;
  max-width: 100%;
  padding: 160px 0px 118px;
  overflow: hidden;
}
.p-ar .hvrImg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-ar .hvrImg img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-ar .hvrImg:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .p-ar .sp {
    display: block !important;
  }
  .p-ar .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .p-ar .pc {
    display: block;
  }
  .p-ar .sp {
    display: none !important;
  }
}

.p-arBg {
  position: absolute;
  top: 335px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
}
.p-arBg img {
  width: 100%;
  height: auto;
}

.p-arInr {
  position: relative;
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.p-arTtl {
  position: relative;
  padding-left: 30px;
  font-size: 32px;
  font-weight: bold;
  color: #192C3E;
}
.p-arTtl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  width: 6px;
  height: 55px;
  background: #192C3E;
}

.p-arMore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 45px;
  margin-left: auto;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-arMore:hover .p-arMoreIcon {
    background-color: #066397;
    border-color: #066397;
  }
  .p-arMore:hover .p-arMoreIcon::after {
    background: url(https://nanameue-travel.com/wp-content/themes/sango-theme-child/assets/img/icon/slantign_arrow_white_01.png) center/contain no-repeat;
  }
}

.p-arMoreTxt {
  font-size: 18px;
  font-weight: 500;
  color: #192C3E;
}

.p-arMoreIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1.5px solid #192C3E;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-arMoreIcon::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(https://nanameue-travel.com/wp-content/themes/sango-theme-child/assets/img/icon/slanting_arrow_blue_02.png) center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-ar {
    padding: 72px 0px 118px;
  }
  .p-ar .page_top {
    top: unset;
  }
  .p-arInr {
    padding: 0 20px;
  }
  .p-arTtl {
    font-size: 24px;
  }
  .p-arTtl::after {
    width: 4px;
    height: 36px;
    top: 2px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .p-arMore {
    gap: 12px;
    margin: 40px auto 0;
  }
}/*# sourceMappingURL=area.css.map */