@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@font-face {
  font-family: icon;
  src: url(../font/icon.eot);
  src: url(../font/icon.eot#iefix) format("embedded-opentype"),
    url(../font/icon.woff) format("woff"),
    url(../font/icon.ttf) format("truetype"),
    url(../font/icon.svg#icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"]:before,
[class*=" ico-"]:before {
  display: inline-block;
  font-family: "icon";
  font-size: 120%;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: .2em;
  margin-right: .2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-pagetop:before {
  content: '\e802';
}

.ico-star:before {
  content: '\e803';
}

.ico-flag:before {
  content: '\e804';
}

.ico-location:before {
  content: '\e805';
}

.ico-info:before {
  content: '\e806';
}

.ico-brochure:before {
  content: '\e807';
}

.ico-decoration:before {
  content: '\e808';
}

.ico-ticket:before {
  content: '\e809';
}

.ico-angle-left:before {
  content: '\f104';
}

.ico-angle-right:before {
  content: '\f105';
}

.ico-angle-up:before {
  content: '\f106';
}

.ico-angle-down:before {
  content: '\f107';
}

.ico-circle:before {
  content: '\f111';
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translate3d(1.25em, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.jtb-nav-breadcrumb {
  margin-bottom: 25px;
  max-width: 1236px;
}

.l-page {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

.l-page * {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.l-page a {
  color: #333;
}

.l-page a,
.l-page a img {
  transition: all .4s ease;
}

.l-page button {
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.l-page img {
  display: block;
  margin: 0 auto;
  width: 100%;
  top: 47%;
}

.l-page strong {
  font-weight: 700;
}

.l-page .bg-color__campaign {
  background-color: #f9f9f9;
}

.l-page .c-block__row-head h2 {
  display: inline-block;
  font-weight: 500;
}

.l-page .c-block__row-bottom {
  text-align: left;
}

.l-page .c-btn {
  align-items: center;
  border-radius: 100vh;
  display: flex;
  height: 4.5em;
  justify-content: center;
  position: relative;
  width: 100%;
}

.l-page .c-btn:not(.c-btn__border) span {
  color: #fff;
}

.l-page .c-btn span {
  font-size: 1.25em;
  font-weight: 700;
}

.l-page .c-btn__link::after {
  align-items: center;
  background-color: #feb2a4;
  border-radius: 50%;
  color: #fff;
  content: "\f105";
  display: flex;
  font-family: "icon";
  height: 1.25em;
  justify-content: center;
  letter-spacing: -.1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25em;
}

.l-page .c-btn__border {
  background-color: #fff !important;
  border: 2px solid;
}

.l-page .c-btn__block {
  margin-top: 2em;
}

.l-page .c-btn__bottom {
  margin: 0 auto;
}

.l-page .c-cap {
  color: #888;
  font-size: .625em;
  line-height: 1;
}

.l-page .c-col__two .c-pic,
.l-page .c-plan__item {
  box-shadow: 0 .25em 1em 0 #0000001A;
}

.l-page .c-color__black {
  color: #333 !important;
}

.l-page .c-credit {
  margin-top: 4em;
}

.l-page .c-pic {
  position: relative;
}

.l-page .c-pic .c-cap {
  bottom: 1.5em;
  color: #fff;
  font-weight: 500;
  position: absolute;
  right: 1.75em;
}

.l-page .c-pic__slider,
.l-page .c-pic__slider-arrow {
  opacity: 0;
  transition: opacity .3s linear;
}

.l-page .c-pic__slider.slick-initialized,
.l-page .c-pic__slider-arrow.slick-initialized {
  opacity: 1;
}

.l-page .c-inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 89%;
}

.l-page .c-pic__border {
  background-color: #fff;
  display: block;
}

.l-page .c-sec+.c-sec {
  border-top: 1px solid;
}

.l-page .c-sec__title span {
  display: block;
  font-weight: 500;
  position: relative;
}

.l-page .c-sec__title span.c-sec__sub {
  display: inline-block;
  font-size: 1.5em;
  position: relative;
}

.l-page .c-sec__sub::before,
.l-page .c-sec__sub::after {
  content: "\e808";
  display: block;
  font-size: .8333em;
  font-weight: normal;
  font-family: "icon";
  position: absolute;
  top: 50%;
}

.l-page .c-sec__sub::before {
  left: 0;
  transform: translate(-1.3em, -44%);
}

.l-page .c-sec__sub::after {
  right: 0;
  transform: translate(1.3em, -44%);
}

.l-page .c-tag {
  align-items: center;
  border-radius: .25em;
  display: inline-flex;
  justify-content: center;
  padding: .625em 1em;
  position: relative;
}

.l-page .c-tag::after {
  background-color: rgba(255, 255, 255, .6);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.l-page .c-tag span {
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.l-page .c-txt {
  text-align: left;
}

.l-page .c-txt__block {
  margin: 1.5em auto 0;
  max-width: 720px;
  text-align: left;
}

.l-page .c-txt .c-btn+.c-btn {
  margin-top: 1em;
}

.l-page .lazyload {
  opacity: 0;
  transition: opacity .8s ease-out;
}

.l-page .lazyloaded {
  opacity: 1;
}

.js-btn-page-top {
  bottom: 50px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 50px;
  z-index: 100;
}

.js-btn-page-top a {
  display: block;
  height: 17px;
  position: relative;
  width: 35px;
}

.js-btn-page-top a::before {
  color: #000;
  content: "\e802";
  display: inline-block;
  font-family: "icon";
  font-size: 17px;
  height: 17px;
  width: 35px;
}

.js-btn-page-top a:hover {
  opacity: .8;
}

.is-fixed {
  left: 50%;
  max-width: 1280px;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
}

.l-mv {
  align-items: center;
  background: url(../img/bg_mv.jpg) no-repeat 50% 50% / cover;
  display: flex;
  width: 100%;
}

.l-mv__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

.l-mv__title {
  filter: drop-shadow(0 0 1.25em #fff);
  text-align: center;
}

.l-mv__title h1 {
  color: #16a2ec;
  font-weight: 700;
  line-height: 1.3;
}

.l-nav {
  background: #fff;
  box-shadow: 0 .25em .25em 0 rgba(0, 0, 0, .1);
}

.l-nav__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.l-nav__item {
  position: relative;
  width: 25%;
}

.l-nav__item a {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0.2rem 0 0.22rem;
}

.l-nav__item a span {
  font-weight: 700;
  line-height: 1.3;
}


.l-nav__item a span::before {
  content: "\e808";
  display: block;
  font-family: "icon"
}

.l-anchor__list {
  border-radius: .5em;
  display: flex;
  width: 100%;
}

.l-anchor__item {
  position: relative;
}

.l-anchor__item+.l-anchor__item::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1.5em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.l-anchor__item a {
  color: #fff;
}

.l-anchor__item span {
  font-weight: 500;
}

.sec-map .c-map__wrap {
  aspect-ratio: 23 / 10;
  background: url(../img/bg_map.png) no-repeat 50% 50% / cover;
  margin: 0 auto;
  position: relative;
}

.sec-map .c-map__item {
  left: 50%;
  position: absolute;
}

.sec-map .c-map__btn {
  align-items: center;
  background-color: #fff;
  border: 2px solid;
  border-radius: 100vh;
  box-shadow: 0 .25em .25em 0 #0000001a;
  display: inline-flex;
  justify-content: center;
  padding: 0 1.5em;
}

.sec-map .c-map__btn span,
.sec-map .c-map__btn em {
  font-weight: 700;
}

.sec-park .c-park__item {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.4 67.16"><g fill="%23feb2a4"><path d="M31.05,20.84c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M33.95,46.07c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M19.39,59.63c2.44-.35,4.19-.54,4.83-1.36.65-.82.82-3.03,1.11-6.12.27,3.09.42,5.3,1.07,6.13.65.82,2.38,1.03,4.82,1.4-2.44.35-4.19.54-4.83,1.36-.65.82-.82,3.03-1.11,6.12-.28-3.09-.42-5.3-1.07-6.13-.65-.82-2.38-1.03-4.82-1.4Z"/><path d="M0,37.93c5.76-.65,9.87-1,11.41-2.47,1.54-1.47,1.92-5.46,2.63-11.02.66,5.57.99,9.56,2.52,11.03,1.52,1.48,5.63,1.85,11.37,2.53-5.76.65-9.87,1-11.41,2.47-1.54,1.47-1.92,5.45-2.63,11.02-.66-5.57-.99-9.56-2.52-11.03-1.52-1.49-5.63-1.85-11.37-2.53Z"/><path d="M10.47,8.97c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.63,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65s-.79,3.63-1.08,7.33c-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/></g></svg>') no-repeat 100% 0 / 3em auto;
}

.sec-park .c-area {
  font-size: 1.25em;
}

.sec-park .c-name {
  color: #16a2ec;
  font-size: 1.75em;
  font-weight: 500;
}

.sec-park .c-name+p {
  margin-top: 1em;
}

.sec-links .c-bnr__list {
  margin-top: 3em;
}

.sec-links .c-bnr__list img {
  width: auto;
}

.sec-intro__info .c-info__list {
  border-bottom: 1px solid #dedede;
}

.sec-intro__info .c-info__item {
  border-top: 1px solid #dedede;
  display: block;
}

.sec-intro__info .c-info__item a {
  color: #139fef;
}

.sec-campaign .c-campaign__info {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.sec-campaign .c-campaign__info dt {
  align-items: center;
  border-radius: .5em;
  display: flex;
  justify-content: center;
}

.sec-campaign .c-campaign__info dt span {
  color: #fff;
}

.sec-ticket__block {
  background-color: #f9f9f9;
  border-radius: .5em;
}

.sec-ticket__block li {
  padding-left: 1em;
  position: relative;
}

.sec-ticket__block li::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: .375em;
  left: 0;
  position: absolute;
  top: .75em;
  width: .375em;
}

.sec-ticket__block li+li {
  margin-top: 1.375em;
}

.sec-guide .c-guide__box {
  border: 1px solid;
  border-radius: .75em;
}

.sec-guide .c-guide__title,
.sec-guide .c-txt .c-photo__title {
  font-weight: 500;
}

.sec-guide .c-photo__list:has(> :nth-child(2):last-child) .c-photo__item .c-txt,
.sec-guide .c-txt p {
  padding-top: .75em;
}

.sec-tour .tour-cassette_item {
  text-align: left;
}

.sec-tour .tour-cassette_item .lookjtb-cst_icon li {
  background-color: #fff;
  border: 1px solid;
}

.sec-tour .tour-cassette_item .c-btn {
  height: 3em;
  margin: 2em auto 0;
  width: calc(100% - 2.5em);
}

.sec-tour .tour-cassette_item .c-btn span {
  font-size: 1em;
}

.sec-hotel .c-hotel__item {
  background-color: #fff;
  border: 1px solid;
  border-radius: .75em;
}

.sec-hotel .c-hotel__item .c-txt p {
  margin-top: 1em;
}

.sec-hotel .c-hotel__item .c-txt ul li {
  display: list-item;
  list-style: disc;
  list-style-position: outside;
  margin-left: 1em;
}

.sec-hotel .c-hotel__name {
  font-weight: 500;
  display: block;
  text-align: left;
}

.sec-hotel .c-tag span {
  font-size: .9375em;
}

.sec-plan .c-plan__item .c-txt {
  padding: 1em;
}

.sec-plan .c-access {
  font-size: .875em;
  margin-top: 1em;
}

.sec-plan .c-tag__list {
  margin-top: .5em;
}

.sec-plan .c-tag {
  margin: .5em .5em 0 0;
}

.sec-plan .c-tag span {
  font-size: .8125em;
}

.sec-plan .c-tag span::before {
  content: "#";
}

.sec-faq .c-faq__list {
  margin-top: 3em;
  text-align: left;
}

.sec-faq .c-faq__item {
  background-color: #fff;
  padding: 0 2.5em;
}

.sec-faq .c-faq__item+.c-faq__item {
  margin-top: .25em;
}

.sec-faq .c-faq__item-q,
.sec-faq .c-faq__item-a {
  padding-left: 3em;
  position: relative;
}

.sec-faq .c-faq__item-q {
  cursor: pointer;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 2em;
  padding-top: 2em;
}

.sec-faq .c-faq__item-q::before,
.sec-faq .c-faq__item-a::before {
  font-size: 1.5em;
  left: 0;
  line-height: 1;
  position: absolute;
}

.sec-faq .c-faq__item-q::before {
  content: "Q.";
}

.sec-faq .c-faq__item-q::after {
  content: "\f107";
  display: inline-block;
  font-family: "icon";
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  right: 0;
  transition: all .5s ease;
}

.sec-faq .is-open .c-faq__item-q::after {
  transform: rotate(-180deg);
}

.sec-faq .c-faq__item-a {
  display: none;
  padding-bottom: 2em;
}

.sec-faq .c-faq__item-a::before {
  content: "A.";
  font-weight: 500;
  mix-blend-mode: multiply;
}

.p-home .c-btn__feature {
  background-color: #16a2ec;
}

.p-home .c-btn__feature span {
  color: #fff;
}

.p-home .c-btn__feature span::before,
.p-home .c-btn__tour span::before {
  color: #feb2a4;
}

.p-home .c-btn__tour {
  border-color: #16a2ec;
}

.p-home .c-btn__tour span {
  color: #16a2ec;
}

.p-home .c-btn__brochure {
  background-color: #feb2a4;
}

.p-home .c-btn__brochure span {
  color: #fff;
}

.p-home .c-btn__brochure span::before {
  color: #16a2ec;
}

.p-home .c-sec__title span {
  display: inline-block !important;
  position: relative;
}

.p-home .c-sec__title span::before,
.p-home .c-sec__title span::after {
  color: #feb2a4;
  content: "\e808";
  display: block;
  font-size: .6em;
  font-weight: normal;
  font-family: "icon";
  position: absolute;
  top: 50%;
}

.p-home .c-sec__title span::before {
  left: 0;
  transform: translate(-1.5em, -44%) rotate(-90deg);
}

.p-home .c-sec__title span::after {
  right: 0;
  transform: translate(1.5em, -44%) rotate(90deg);
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .l-page {
    font-size: 1.25vw;
    margin: 0;
  }
}

@media screen and (min-width:768px) {
  .breadcrumb-upper {
    margin: 0 auto 25px;
    max-width: 1230px;
    padding: 0 .5em;
    text-align: left;
  }

  .breadcrumb-upper__fix,
  .breadcrumb-upper__scroll,
  .breadcrumb-upper__item {
    display: inline-block;
    font-size: 10px;
  }

  .breadcrumb-upper__item {
    line-height: 2.1;
    margin-left: 1.5em;
    padding-left: .2em;
    position: relative;
  }

  .breadcrumb-upper__item::before {
    color: #999;
    content: ">";
    left: -1.1em;
    line-height: 2.1;
    position: absolute;
    top: 0;
  }

  .l-page a:hover {
    text-decoration: none;
  }

  .l-page a:hover img {
    opacity: .7;
  }

  .l-page .c-block__row {
    align-items: center;
    display: flex;
  }

  .l-page .c-block__row-head {
    font-size: 2em;
  }

  .l-page .c-block__row-bottom {
    flex: 1;
  }

  .l-page .c-block__row-bottom ul {
    margin-left: 7.125em;
  }

  .l-page .c-btn {
    overflow: hidden;
  }

  .l-page .c-btn::before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    transition: all .4s ease;
    width: 100%;
  }

  .l-page .c-btn:not(.c-btn__border)::before {
    background-color: rgba(0, 0, 0, .5);
    mix-blend-mode: overlay;
  }

  .l-page .c-btn__border::before {
    background-color: #16a2ec;
  }

  .l-page .c-btn:hover::before {
    left: 0;
  }

  .l-page .c-btn__border:hover span {
    color: #fff;
    position: relative;
  }

  .l-page .c-btn__bottom {
    margin-top: 4em;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .l-page .c-col__two {
    align-items: flex-start;
  }

  .l-page .c-col__two+.c-col__two {
    margin-top: 5em;
  }

  .l-page .c-col__two .c-pic,
  .sec-hotel .c-pic__slider {
    width: 36.25em;
  }

  .l-page .c-col__two .c-txt {
    flex: 1;
    padding-left: 3.75em;
  }

  .l-page .c-flex {
    display: flex;
    justify-content: space-between;
  }

  .l-page .c-pic__border {
    padding: .625em;
  }

  .l-page .c-sec {
    padding: 6em 0;
  }

  .l-page .c-sec__title span {
    font-size: 2.5em;
  }

  .l-page .c-sec__title+* {
    margin-top: 3.75em;
  }

  .l-mv {
    height: 30.25em;
  }

  .l-mv__title {
    flex: 1;
  }

  .l-mv__title h1 {
    font-size: 4.5em;
    letter-spacing: -3px;
  }

  .l-mv__title img {
    width: 32.75em;
  }

  .l-mv__pic {
    width: 36.25em;
  }

  .l-nav__list {
    max-width: 1280px;
    width: 89%;
  }

  .l-nav__item::before,
  .l-nav__item:last-child:after {
    background-color: #dedede;
    content: "";
    display: block;
    height: 3em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }

  .l-nav__item:last-child:after {
    left: auto;
    right: 0;
  }

  .l-nav__item a {
    height: 5.5em;
  }

  .l-nav__item a span {
    font-size: 1.125em;
  }

  .l-anchor {
    height: 5.5em;
    margin-top: 2.5em;
  }

  .l-anchor__list {
    justify-content: center;
  }

  .l-anchor__item {
    flex: 1;
  }

  .l-anchor__item a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 5.5em;
    width: 100%;
  }

  .l-anchor__item a::after {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 100vh;
    bottom: 1em;
    content: "";
    height: .25em;
    left: 50%;
    mix-blend-mode: overlay;
    position: absolute;
    transition: .4s;
    transform: translateX(-50%);
    width: 0;
  }

  .l-anchor__item a:hover::after {
    width: 90%;
  }

  .l-anchor__list.is-fixed a {
    height: 4em;
  }

  .sec-map .c-map__wrap {
    width: 69em;
  }

  .sec-map .c-map__btn {
    height: 3.75em;
  }

  .sec-map .c-map__btn span {
    font-size: 1.5em;
  }

  .sec-map .p-hongkong {
    top: 45%;
    transform: translateX(-304%);
  }

  .sec-map .p-aulani {
    top: 60%;
    transform: translateX(0);
  }

  .sec-map .p-california {
    top: 26%;
    transform: translateX(38%);
  }

  .sec-map .p-florida {
    top: 42%;
    transform: translateX(120%);
  }

  .sec-map .p-china {
    top: 26%;
    transform: translateX(-186%);
  }

  .sec-map .p-paris {
    top: 28%;
    transform: translateX(-562%);
  }

  .sec-links .c-link__list {
    flex-wrap: wrap;
  }

  .sec-links .c-link__list a {
    width: 48.75%;
  }

  .sec-links .c-link__list a:nth-child(n + 3) {
    margin-top: 2em;
  }

  .sec-intro__info {
    margin-top: 6.25em;
  }

  .sec-intro__info .c-info__item {
    padding: 1.5em 0;
  }

  .sec-intro__map {
    margin: 0 auto 0;
    max-width: 800px;
    width: 100%;
  }

  .sec-ticket__block {
    padding: 2.5em;
  }

  .sec-campaign .c-col__two {
    margin-top: 5em;
  }

  .sec-campaign .c-campaign__info {
    margin-top: 2em;
  }

  .sec-campaign .c-campaign__info dt {
    width: 7.5em;
  }

  .sec-campaign .c-campaign__info dd {
    padding-left: 2em;
    width: calc(100% - 7.5em);
  }

  .sec-campaign .c-campaign__info dt:nth-of-type(n + 2),
  .sec-campaign .c-campaign__info dd:nth-of-type(n + 2) {
    margin-top: 1em;
  }

  .sec-guide .c-guide__title {
    font-size: 2em;
  }

  .sec-guide .c-guide__box {
    margin-top: 2.5em;
    padding: 4.5em 3.875em;
  }

  .sec-guide .c-photo__list {
    margin-top: 2.5em;
  }

  .sec-guide .c-photo__list:has(> :nth-child(2):last-child) .c-photo__item {
    width: 48.007%;
  }

  .sec-guide .c-txt .c-photo__title {
    font-size: 1.5em;
  }

  .sec-tour .tour-cassette_item a {
    display: flex;
    flex-direction: column;
  }

  .sec-tour .tour-cassette_item .tour-cassette_head {
    margin-bottom: auto;
  }

  .sec-hotel .c-hotel__list,
  .sec-plan .c-plan__list {
    margin-top: 4em;
  }

  .sec-hotel .c-hotel__item {
    padding: 1.25em 3em 2.25em;
  }

  .sec-hotel .c-hotel__item+.c-hotel__item {
    margin-top: 1.875em;
  }

  .sec-hotel .c-hotel__name {
    font-size: 2em;
    padding: .5em 2em .5em 0;
  }

  .sec-hotel .c-col__two {
    margin-top: .5em;
  }

  .sec-plan .c-plan__item {
    width: calc(calc(100% - 3.5em) / 3);
  }

  .sp-item {
    display: none;
  }
}

@media screen and (max-width:767px) {
  #JTBGF-ly_footer.JTBGF-ly_footer {
    margin-top: 0 !important;
  }

  .breadcrumb-upper {
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    display: flex;
    flex-wrap: nowrap;
    font-size: 10px;
    line-height: 3rem;
    margin-top: 5em;
    overflow: hidden;
    position: relative;
  }

  .breadcrumb-upper__fix {
    box-shadow: 6px 0 10px 0 rgba(0, 0, 0, .3);
    position: relative;
    transition: box-shadow .3s;
    width: 7em;
    z-index: 3;
  }

  .breadcrumb-upper__fix a {
    padding-left: .5rem;
  }

  .breadcrumb-upper__scroll {
    flex: 1;
    overflow: hidden;
  }

  .breadcrumb-upper__list {
    display: flex;
    flex-wrap: nowrap;
    height: 3rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .breadcrumb-upper__item a {
    padding: 0 .5rem 0 1.8rem;
  }

  .breadcrumb-upper__item:last-child {
    padding: 0 1.2rem 0 1.8rem;
  }

  .breadcrumb-upper__fix a,
  .breadcrumb-upper__item a {
    display: block;
    background-color: #fff;
    text-align: center;
    position: relative;
  }

  .breadcrumb-upper__fix a::before,
  .breadcrumb-upper__item a::before,
  .breadcrumb-upper__fix a:after,
  .breadcrumb-upper__item a:after {
    content: "";
    border-style: solid;
    border-width: 2rem 0 2rem 1rem;
    position: absolute;
    top: -.5rem;
  }

  .breadcrumb-upper__fix a::before,
  .breadcrumb-upper__item a::before {
    border-color: transparent transparent transparent #fff;
    right: -.9rem;
    z-index: 2;
  }

  .breadcrumb-upper__fix a::after,
  .breadcrumb-upper__item a::after {
    border-color: transparent transparent transparent #d7d7d7;
    right: -1rem;
    z-index: 1;
  }

  .js-btn-page-top {
    bottom: 20px;
    right: 20px;
  }

  .js-btn-page-top a {
    background-color: #999;
    border-radius: 6px;
    display: block;
    height: 30px;
    width: 30px;
  }

  .js-btn-page-top a::before {
    color: #fff;
    content: "\f106";
    display: inline-block;
    font-family: "icon";
    line-height: 29px;
    width: auto;
  }

  .l-page {
    font-size: 3.2vw;
    padding: 20px 0 0;
  }

  .l-page button {
    font-size: 3.2vw;
  }

  .l-page .c-block__row-head {
    font-size: 1.5em;
    margin-bottom: 1em;
  }

  .l-page .c-btn__bottom {
    margin-top: 3em;
    display: grid;
    gap: 10px;
  }

  .l-page .c-pic__border {
    padding: .375em;
  }

  .l-page .c-sec {
    padding: 3em 0;
  }

  .l-page .c-sec__head {
    margin-bottom: 2em;
  }

  .l-page .c-sec__title span {
    font-size: 1.75em;
  }

  .l-page .c-sec__title+* {
    margin-top: 2.5em;
  }

  .l-page .c-txt {
    padding-top: 1em;
  }

  .l-mv {
    padding: 2em 0 3em 0;
  }

  .l-mv__wrap.c-inner {
    flex-direction: column;
    width: 98%;
  }

  .l-mv__title h1 {
    font-size: 2.875em;
  }

  .l-mv__title img {
    width: 70%;
  }

  .l-mv__pic {
    margin-top: 1.5em;
  }

  .l-nav__item a {
    height: 3.5em;
  }

  .l-nav__item+.l-nav__item::before {
    background-color: #dedede;
    content: "";
    display: block;
    height: 2em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }

  .l-anchor__list {
    flex-wrap: wrap;
  }

  .l-anchor__item a {
    align-items: center;
    display: flex;
    height: 2.5em;
    justify-content: center;
  }

  .l-anchor__item a span {
    font-size: .875em;
  }

  .l-anchor__list:has(> :nth-child(4):last-child) .l-anchor__item,
  .l-anchor__list:has(> :nth-child(7)):has(> :nth-child(-n+8):last-child) .l-anchor__item {
    width: 25%;
  }

  .l-anchor__list:has(> :nth-child(4):last-child) .l-anchor__item a {
    height: 2.5em;
  }

  .l-anchor__list:has(> :nth-child(5)):has(> :nth-child(-n+6):last-child) .l-anchor__item {
    width: calc(100% / 3);
  }

  .l-anchor__list:has(> :nth-child(5):last-child) .l-anchor__item:last-child::after,
  .l-anchor__list:has(> :nth-child(7):last-child) .l-anchor__item:last-child::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1.5em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }

  .l-anchor__list:has(> :nth-child(5)):has(> :nth-child(-n+6):last-child) .l-anchor__item:nth-child(-n + 3) {
    border-bottom: 1px solid #fff;
  }

  .l-anchor__list:has(> :nth-child(5)):has(> :nth-child(-n+6):last-child) .l-anchor__item:nth-child(3)+.l-anchor__item::before {
    content: none;
  }

  .l-anchor__list:has(> :nth-child(7)):has(> :nth-child(-n+8):last-child) .l-anchor__item:nth-child(-n + 4) {
    border-bottom: 1px solid #fff;
  }

  .l-anchor__list:has(> :nth-child(7)):has(> :nth-child(-n+8):last-child) .l-anchor__item:nth-child(4)+.l-anchor__item::before {
    content: none;
  }

  .l-anchor__list.is-fixed {
    border-radius: 0;
  }

  .sec-map .c-map__btn {
    height: auto;
  }

  .sec-map .c-map__btn span {
    font-size: 1em;
  }

  .sec-map .p-hongkong {
    top: 60%;
    transform: translateX(-136%);
  }

  .sec-map .p-aulani {
    top: 62%;
    transform: translateX(-22%);
  }

  .sec-map .p-california {
    top: 20%;
    transform: translateX(14%);
  }

  .sec-map .p-florida {
    top: 56%;
    transform: translateX(74%);
  }

  .sec-map .p-china {
    top: 20%;
    transform: translateX(-112%);
  }

  .sec-map .p-paris {
    top: 10%;
    transform: translateX(-252%);
  }

  .sec-park .c-park__item+.c-park__item {
    margin-top: 4em;
  }

  .sec-links .c-link__list a span {
    font-size: 11px;
  }

  .sec-links .c-link__list a+a {
    margin-top: 1em;
  }

  .sec-intro__info {
    margin-top: 2.5em;
  }

  .sec-intro__info .c-info__item {
    padding: .75em 0;
  }

  .sec-intro__map {
    margin-top: 0;
  }

  .sec-campaign .c-sec__title br {
    display: none;
  }

  .sec-campaign .c-col__two {
    margin-top: 1.5em;
  }

  .sec-campaign .c-campaign__info {
    margin-top: 1em;
  }

  .sec-campaign .c-campaign__info dt {
    width: 6em;
  }

  .sec-campaign .c-campaign__info dd {
    padding-left: 1em;
    width: calc(100% - 6em);
  }

  .sec-ticket__block {
    padding: 1.5em;
  }

  .sec-guide .c-guide__box {
    background-size: 15% auto !important;
    padding: 1.5em;
  }

  .sec-guide .c-guide__box+.c-guide__box,
  .sec-guide .c-photo__list,
  .sec-guide .c-photo__item+.c-photo__item,
  .sec-hotel .c-hotel__list,
  .sec-hotel .c-hotel__item+.c-hotel__item,
  .sec-plan .c-plan__item+.c-plan__item {
    margin-top: 2em;
  }

  .sec-guide .c-guide__title {
    font-size: 1.5em;
  }

  .sec-guide .c-txt .c-photo__title {
    font-size: 1.25em;
  }

  .sec-hotel .c-hotel__item {
    padding: 1.5em;
  }

  .sec-hotel .c-hotel__name {
    font-size: 1.5em;
    padding: 0 2em 1em 0;
  }

  .sec-faq .c-faq__item {
    padding: 0 5%;
  }

  .sec-faq .c-faq__item-q,
  .sec-faq .c-faq__item-a {
    font-size: 1.125em;
  }

  .sec-faq .c-faq__item-q {
    padding-right: 1.5em;
  }

  .sec-faq .c-faq__item-q::after {
    top: 1.5em;
  }

  .pc-item {
    display: none;
  }
}

.p-home .c-color__txt,
.p-home .c-sec__title {
  color: #16a2ec;
}

.p-home .c-btn__border::before {
  background-color: #16a2ec;
}

.p-home .c-box__border,
.p-home .c-sec+.c-sec {
  border-color: #16a2ec;
}

.p-home .bg-color {
  background-color: #f2fbff;
}

.p-aulani .c-color__txt,
.p-aulani .c-block__row-head::before,
.p-aulani .about-headlist .m-ico,
.p-aulani .c-access::before,
.p-aulani .sec-faq p a,
.p-aulani .sec-faq *::before,
.p-aulani .sec-faq *::after {
  color: #e71cc7;
}

.p-aulani .c-btn,
.p-aulani .c-color__bg,
.p-aulani li::before,
.p-aulani .c-btn__border::before,
.p-aulani .slick-dots li.slick-active button::before {
  background-color: #e71cc7;
}

.p-aulani .c-box__border,
.p-aulani .c-sec+.c-sec {
  border-color: #e71cc7;
}

.p-aulani .bg-color {
  background-color: #feedfb;
}

.p-aulani .bg-color-middle {
  background-color: #ffc0f1;
}

.p-aulani .c-hotel__name {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.4 67.16"><g fill="%23e71cc7"><path d="M31.05,20.84c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M33.95,46.07c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M19.39,59.63c2.44-.35,4.19-.54,4.83-1.36.65-.82.82-3.03,1.11-6.12.27,3.09.42,5.3,1.07,6.13.65.82,2.38,1.03,4.82,1.4-2.44.35-4.19.54-4.83,1.36-.65.82-.82,3.03-1.11,6.12-.28-3.09-.42-5.3-1.07-6.13-.65-.82-2.38-1.03-4.82-1.4Z"/><path d="M0,37.93c5.76-.65,9.87-1,11.41-2.47,1.54-1.47,1.92-5.46,2.63-11.02.66,5.57.99,9.56,2.52,11.03,1.52,1.48,5.63,1.85,11.37,2.53-5.76.65-9.87,1-11.41,2.47-1.54,1.47-1.92,5.45-2.63,11.02-.66-5.57-.99-9.56-2.52-11.03-1.52-1.49-5.63-1.85-11.37-2.53Z"/><path d="M10.47,8.97c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.63,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65s-.79,3.63-1.08,7.33c-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/></g></svg>') no-repeat 100% 0 / 1.5em auto;
}

.p-aulani .sec-guide .c-guide__box {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%23e71cc7"><path d="M90.26,31.55c-1.16,9.33-2.03,10.6-8.38,12.31-.21.06-.36.3-.36.61s.15.55.36.61c6.34,1.73,7.2,2.98,8.38,12.31.04.28.23.51.44.51s.4-.21.44-.51c1.18-9.33,2.03-10.6,8.38-12.31.21-.06.36-.3.36-.61s-.15-.55-.36-.61c-6.34-1.71-7.2-2.98-8.38-12.31-.04-.28-.21-.51-.44-.51s-.4.21-.44.51Z"/><path d="M190.85.72c-1.04,8.32-1.8,9.46-7.48,11-.19.06-.32.28-.32.53s.13.49.32.53c5.66,1.54,6.44,2.65,7.48,11,.04.27.19.45.38.45s.34-.19.38-.45c1.04-8.34,1.82-9.46,7.48-11,.19-.06.32-.28.32-.53s-.13-.49-.32-.53c-5.66-1.54-6.44-2.65-7.48-11-.04-.27-.19-.46-.38-.46s-.34.19-.38.46Z"/><path d="M40.74,30.43c-.91,7-1.58,7.94-6.51,9.23-.17.04-.28.23-.28.46s.11.42.28.46c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.28-.23.28-.46s-.11-.42-.28-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.04-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M156.47,21.37c-.91,7-1.58,7.94-6.51,9.23-.15.04-.26.23-.26.46s.11.42.26.45c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.27-.23.27-.45s-.11-.42-.27-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M122.37,40.25c-.91,7-1.58,7.94-6.51,9.23-.15.04-.27.23-.27.46s.11.42.27.45c4.94,1.29,5.6,2.24,6.51,9.23.04.23.17.38.34.38s.3-.17.32-.38c.91-7,1.58-7.94,6.51-9.23.17-.04.29-.23.29-.45s-.11-.42-.29-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.32-.38s-.3.17-.34.38Z"/><path d="M20.42,42.62c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.45.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.33-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M5.41,27.91c-.61,4.53-1.04,5.14-4.35,5.97-.11.02-.19.15-.19.28s.08.27.19.28c3.29.83,3.74,1.44,4.35,5.97.02.15.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.02.19-.15.19-.28s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97-.02-.15-.11-.25-.23-.25s-.21.09-.23.25Z"/><path d="M175.14,35.25c-.61,4.53-1.04,5.14-4.35,5.97-.1.04-.19.15-.19.28s.08.27.19.3c3.29.83,3.74,1.44,4.35,5.97.02.13.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.04.19-.15.19-.3s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97,0-.13-.11-.25-.23-.25s-.21.11-.23.25Z"/><path d="M134.36,15.51c-.61,4.89-1.04,5.56-4.35,6.47-.1.04-.19.17-.19.32s.08.28.19.32c3.29.91,3.74,1.57,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M235,43.21c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.72-1.57-4.35-6.47,0-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M216.33,30.89c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.33-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M149.46.27c-.61,4.89-1.04,5.56-4.35,6.47-.11.02-.19.15-.19.32s.08.28.19.32c3.29.89,3.74,1.55,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.91-3.74-1.57-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M110.05,15.43c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M194.42,29.71c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M219.73,11.28c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.13-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.32-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M58.63,43.32c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.32.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M55.31,28.42c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.09-.13.17s.06.15.13.17c2.3.47,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.06-3.45.08,0,.13-.09.13-.17s-.06-.15-.13-.17c-2.3-.47-2.62-.83-3.06-3.45,0-.08-.08-.15-.15-.15s-.15.06-.15.15Z"/><path d="M231.74,22.13c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.08-.13.17s.06.15.13.17c2.3.49,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.04-3.45.08,0,.13-.08.13-.17s-.06-.15-.13-.17c-2.32-.47-2.62-.83-3.04-3.45,0-.08-.08-.13-.15-.13s-.13.06-.15.13Z"/><path d="M154.28,49.58c-.44,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M76.56,17.46c-.61,4.89-1.04,5.56-4.35,6.45-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.45-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M0,49.2c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M90.69,19.57c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.2,54.09c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M108.79,37.24c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M139.34,42.19c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M213.71,1.42c0,.78.65,1.42,1.42,1.42s1.43-.63,1.43-1.42-.65-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M20,31.04c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.54,38.03c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M169.38,8.46c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M204.5,21.71c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M171.36,21.99c0,.78.65,1.42,1.43,1.42s1.42-.64,1.42-1.42-.64-1.42-1.42-1.42-1.43.64-1.43,1.42Z"/></g></svg>') no-repeat 98% 1.5em / 15em auto, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%23e71cc7"><path d="M149.3,31.04c-.23,0-.4.23-.44.51-1.18,9.33-2.04,10.6-8.38,12.31-.21.06-.36.3-.36.61,0,.31.15.55.36.61,6.35,1.71,7.2,2.98,8.38,12.31.04.3.23.51.44.51s.4-.23.44-.51c1.18-9.33,2.04-10.58,8.38-12.31.21-.06.36-.3.36-.61,0-.31-.15-.55-.36-.61-6.35-1.71-7.22-2.98-8.38-12.31-.04-.3-.21-.51-.44-.51Z"/><path d="M48.77.26c-.19,0-.34.19-.38.46-1.04,8.35-1.82,9.46-7.48,11-.19.04-.32.28-.32.53s.13.47.32.53c5.66,1.54,6.44,2.66,7.48,11,.04.26.19.45.38.45s.34-.18.38-.45c1.04-8.35,1.82-9.46,7.48-11,.19-.04.32-.28.32-.53s-.13-.47-.32-.53c-5.68-1.54-6.44-2.68-7.48-11-.04-.27-.19-.46-.38-.46Z"/><path d="M198.92,30.05c-.17,0-.3.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.17.04-.28.23-.28.46,0,.23.13.42.28.46,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.17-.04.28-.23.28-.46,0-.23-.11-.42-.28-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M83.19,20.99c-.17,0-.32.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.16.04-.27.24-.27.46,0,.22.12.41.27.45,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.15-.03.26-.22.26-.45,0-.23-.11-.42-.26-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M117.29,39.87c-.15,0-.3.15-.32.38-.91,6.99-1.57,7.94-6.51,9.23-.18.04-.29.24-.29.46,0,.22.12.41.29.45,4.93,1.29,5.6,2.23,6.51,9.23.02.21.15.38.32.38s.3-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.16-.03.27-.22.27-.45,0-.23-.12-.42-.27-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.21-.19-.38-.34-.38Z"/><path d="M219.35,42.35c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.56,4.33,6.45.02.16.11.27.23.27s.21-.12.23-.27c.63-4.9,1.06-5.56,4.35-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M234.36,27.66c-.12,0-.21.1-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.15-.19.28,0,.13.08.26.19.28,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.1.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11,0,.19-.15.19-.28,0-.13-.08-.26-.19-.28-3.31-.83-3.74-1.44-4.35-5.97-.02-.16-.11-.25-.23-.25Z"/><path d="M64.63,35c-.12,0-.23.12-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.13-.19.28,0,.15.08.26.19.3,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.12.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11-.03.19-.17.19-.3s-.09-.24-.19-.28c-3.31-.83-3.74-1.44-4.35-5.97-.02-.14-.11-.25-.23-.25Z"/><path d="M105.41,15.24c-.12,0-.21.12-.23.27-.61,4.92-1.06,5.58-4.35,6.47-.11.04-.19.15-.19.32,0,.17.08.3.19.32,3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.61-4.9,1.06-5.56,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.09-.28-.19-.32-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M4.77,42.94c-.12,0-.23.12-.23.27-.63,4.9-1.06,5.58-4.35,6.47C.08,49.72,0,49.85,0,50s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.63-4.92,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M23.44,30.62c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.28.91,3.72,1.58,4.33,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M90.31,0c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.3.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.92,1.06-5.58,4.35-6.47.11-.04.19-.15.19-.32s-.08-.3-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47C90.52.11,90.43,0,90.31,0Z"/><path d="M129.8,15.24c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M45.43,29.52c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M20.12,11.09c-.07,0-.15.08-.15.19-.42,3.43-.72,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53.02.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M181.22,43.13c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23,0,.12.05.21.13.23,2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.72-3.9,3.04-4.53.07-.02.13-.11.13-.23,0-.12-.05-.21-.13-.23-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M184.54,28.27c-.07,0-.15.07-.15.15-.44,2.62-.76,2.98-3.06,3.45-.07.02-.13.09-.13.17s.05.17.13.17c2.32.47,2.64.83,3.06,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.98,3.04-3.45.07-.02.13-.09.13-.17s-.05-.17-.13-.17c-2.3-.47-2.62-.83-3.04-3.45,0-.09-.08-.15-.15-.15Z"/><path d="M8.11,22c-.07,0-.15.05-.15.13-.42,2.62-.72,2.98-3.04,3.45-.07.02-.13.08-.13.17,0,.09.05.17.13.17,2.3.47,2.62.83,3.04,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.96,3.04-3.45.07-.02.13-.08.13-.17,0-.09-.05-.17-.13-.17-2.3-.47-2.62-.83-3.04-3.45-.02-.07-.08-.13-.15-.13Z"/><path d="M85.57,49.39c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.6-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M163.21,17.19c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.45-.11.04-.19.15-.19.32s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.08-.28-.19-.32-3.31-.89-3.74-1.56-4.35-6.45-.02-.16-.11-.27-.23-.27Z"/><path d="M238.58,47.78c-.77,0-1.42.64-1.42,1.42,0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M147.89,18.15c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.63-1.42-1.42-1.42Z"/><path d="M168.38,52.67c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M129.79,35.82c-.77,0-1.42.64-1.42,1.42,0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42Z"/><path d="M99.24,40.77c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42-.62-1.42-1.42-1.42Z"/><path d="M24.87,0c-.78,0-1.43.63-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42S25.65,0,24.87,0Z"/><path d="M218.58,29.62c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42-.63-1.42-1.42-1.42Z"/><path d="M168.04,36.61c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M69.2,7.04c-.77,0-1.42.64-1.42,1.42s.63,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M34.08,20.29c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42c0-.78-.62-1.42-1.42-1.42Z"/><path d="M67.21,20.57c-.78,0-1.42.64-1.42,1.42s.64,1.42,1.42,1.42,1.43-.64,1.43-1.42c0-.78-.65-1.42-1.43-1.42Z"/></g></svg>') no-repeat 2% 1.5em / 15em auto;
  background-color: #fff;
}

.p-california .c-color__txt,
.p-california .c-block__row-head::before,
.p-california .about-headlist .m-ico,
.p-california .c-access::before,
.p-california .sec-faq p a,
.p-california .sec-faq *::before,
.p-california .sec-faq *::after {
  color: #0d85e8;
}

.p-california .c-btn,
.p-california .c-color__bg,
.p-california li::before,
.p-california .c-btn__border::before,
.p-california .slick-dots li.slick-active button::before {
  background-color: #0d85e8;
}

.p-california .c-box__border,
.p-california .c-sec+.c-sec {
  border-color: #0d85e8;
}

.p-california .bg-color {
  background-color: #eff7fe;
}

.p-california .c-hotel__name {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.4 67.16"><g fill="%230d85e8"><path d="M31.05,20.84c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M33.95,46.07c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M19.39,59.63c2.44-.35,4.19-.54,4.83-1.36.65-.82.82-3.03,1.11-6.12.27,3.09.42,5.3,1.07,6.13.65.82,2.38,1.03,4.82,1.4-2.44.35-4.19.54-4.83,1.36-.65.82-.82,3.03-1.11,6.12-.28-3.09-.42-5.3-1.07-6.13-.65-.82-2.38-1.03-4.82-1.4Z"/><path d="M0,37.93c5.76-.65,9.87-1,11.41-2.47,1.54-1.47,1.92-5.46,2.63-11.02.66,5.57.99,9.56,2.52,11.03,1.52,1.48,5.63,1.85,11.37,2.53-5.76.65-9.87,1-11.41,2.47-1.54,1.47-1.92,5.45-2.63,11.02-.66-5.57-.99-9.56-2.52-11.03-1.52-1.49-5.63-1.85-11.37-2.53Z"/><path d="M10.47,8.97c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.63,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65s-.79,3.63-1.08,7.33c-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/></g></svg>') no-repeat 100% 0 / 1.5em auto;
}

.p-california .sec-guide .c-guide__box {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%230d85e8"><path d="M90.26,31.55c-1.16,9.33-2.03,10.6-8.38,12.31-.21.06-.36.3-.36.61s.15.55.36.61c6.34,1.73,7.2,2.98,8.38,12.31.04.28.23.51.44.51s.4-.21.44-.51c1.18-9.33,2.03-10.6,8.38-12.31.21-.06.36-.3.36-.61s-.15-.55-.36-.61c-6.34-1.71-7.2-2.98-8.38-12.31-.04-.28-.21-.51-.44-.51s-.4.21-.44.51Z"/><path d="M190.85.72c-1.04,8.32-1.8,9.46-7.48,11-.19.06-.32.28-.32.53s.13.49.32.53c5.66,1.54,6.44,2.65,7.48,11,.04.27.19.45.38.45s.34-.19.38-.45c1.04-8.34,1.82-9.46,7.48-11,.19-.06.32-.28.32-.53s-.13-.49-.32-.53c-5.66-1.54-6.44-2.65-7.48-11-.04-.27-.19-.46-.38-.46s-.34.19-.38.46Z"/><path d="M40.74,30.43c-.91,7-1.58,7.94-6.51,9.23-.17.04-.28.23-.28.46s.11.42.28.46c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.28-.23.28-.46s-.11-.42-.28-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.04-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M156.47,21.37c-.91,7-1.58,7.94-6.51,9.23-.15.04-.26.23-.26.46s.11.42.26.45c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.27-.23.27-.45s-.11-.42-.27-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M122.37,40.25c-.91,7-1.58,7.94-6.51,9.23-.15.04-.27.23-.27.46s.11.42.27.45c4.94,1.29,5.6,2.24,6.51,9.23.04.23.17.38.34.38s.3-.17.32-.38c.91-7,1.58-7.94,6.51-9.23.17-.04.29-.23.29-.45s-.11-.42-.29-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.32-.38s-.3.17-.34.38Z"/><path d="M20.42,42.62c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.45.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.33-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M5.41,27.91c-.61,4.53-1.04,5.14-4.35,5.97-.11.02-.19.15-.19.28s.08.27.19.28c3.29.83,3.74,1.44,4.35,5.97.02.15.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.02.19-.15.19-.28s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97-.02-.15-.11-.25-.23-.25s-.21.09-.23.25Z"/><path d="M175.14,35.25c-.61,4.53-1.04,5.14-4.35,5.97-.1.04-.19.15-.19.28s.08.27.19.3c3.29.83,3.74,1.44,4.35,5.97.02.13.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.04.19-.15.19-.3s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97,0-.13-.11-.25-.23-.25s-.21.11-.23.25Z"/><path d="M134.36,15.51c-.61,4.89-1.04,5.56-4.35,6.47-.1.04-.19.17-.19.32s.08.28.19.32c3.29.91,3.74,1.57,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M235,43.21c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.72-1.57-4.35-6.47,0-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M216.33,30.89c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.33-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M149.46.27c-.61,4.89-1.04,5.56-4.35,6.47-.11.02-.19.15-.19.32s.08.28.19.32c3.29.89,3.74,1.55,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.91-3.74-1.57-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M110.05,15.43c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M194.42,29.71c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M219.73,11.28c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.13-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.32-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M58.63,43.32c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.32.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M55.31,28.42c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.09-.13.17s.06.15.13.17c2.3.47,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.06-3.45.08,0,.13-.09.13-.17s-.06-.15-.13-.17c-2.3-.47-2.62-.83-3.06-3.45,0-.08-.08-.15-.15-.15s-.15.06-.15.15Z"/><path d="M231.74,22.13c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.08-.13.17s.06.15.13.17c2.3.49,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.04-3.45.08,0,.13-.08.13-.17s-.06-.15-.13-.17c-2.32-.47-2.62-.83-3.04-3.45,0-.08-.08-.13-.15-.13s-.13.06-.15.13Z"/><path d="M154.28,49.58c-.44,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M76.56,17.46c-.61,4.89-1.04,5.56-4.35,6.45-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.45-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M0,49.2c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M90.69,19.57c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.2,54.09c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M108.79,37.24c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M139.34,42.19c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M213.71,1.42c0,.78.65,1.42,1.42,1.42s1.43-.63,1.43-1.42-.65-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M20,31.04c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.54,38.03c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M169.38,8.46c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M204.5,21.71c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M171.36,21.99c0,.78.65,1.42,1.43,1.42s1.42-.64,1.42-1.42-.64-1.42-1.42-1.42-1.43.64-1.43,1.42Z"/></g></svg>') no-repeat 98% 1.5em / 15em auto, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%230d85e8"><path d="M149.3,31.04c-.23,0-.4.23-.44.51-1.18,9.33-2.04,10.6-8.38,12.31-.21.06-.36.3-.36.61,0,.31.15.55.36.61,6.35,1.71,7.2,2.98,8.38,12.31.04.3.23.51.44.51s.4-.23.44-.51c1.18-9.33,2.04-10.58,8.38-12.31.21-.06.36-.3.36-.61,0-.31-.15-.55-.36-.61-6.35-1.71-7.22-2.98-8.38-12.31-.04-.3-.21-.51-.44-.51Z"/><path d="M48.77.26c-.19,0-.34.19-.38.46-1.04,8.35-1.82,9.46-7.48,11-.19.04-.32.28-.32.53s.13.47.32.53c5.66,1.54,6.44,2.66,7.48,11,.04.26.19.45.38.45s.34-.18.38-.45c1.04-8.35,1.82-9.46,7.48-11,.19-.04.32-.28.32-.53s-.13-.47-.32-.53c-5.68-1.54-6.44-2.68-7.48-11-.04-.27-.19-.46-.38-.46Z"/><path d="M198.92,30.05c-.17,0-.3.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.17.04-.28.23-.28.46,0,.23.13.42.28.46,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.17-.04.28-.23.28-.46,0-.23-.11-.42-.28-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M83.19,20.99c-.17,0-.32.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.16.04-.27.24-.27.46,0,.22.12.41.27.45,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.15-.03.26-.22.26-.45,0-.23-.11-.42-.26-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M117.29,39.87c-.15,0-.3.15-.32.38-.91,6.99-1.57,7.94-6.51,9.23-.18.04-.29.24-.29.46,0,.22.12.41.29.45,4.93,1.29,5.6,2.23,6.51,9.23.02.21.15.38.32.38s.3-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.16-.03.27-.22.27-.45,0-.23-.12-.42-.27-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.21-.19-.38-.34-.38Z"/><path d="M219.35,42.35c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.56,4.33,6.45.02.16.11.27.23.27s.21-.12.23-.27c.63-4.9,1.06-5.56,4.35-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M234.36,27.66c-.12,0-.21.1-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.15-.19.28,0,.13.08.26.19.28,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.1.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11,0,.19-.15.19-.28,0-.13-.08-.26-.19-.28-3.31-.83-3.74-1.44-4.35-5.97-.02-.16-.11-.25-.23-.25Z"/><path d="M64.63,35c-.12,0-.23.12-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.13-.19.28,0,.15.08.26.19.3,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.12.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11-.03.19-.17.19-.3s-.09-.24-.19-.28c-3.31-.83-3.74-1.44-4.35-5.97-.02-.14-.11-.25-.23-.25Z"/><path d="M105.41,15.24c-.12,0-.21.12-.23.27-.61,4.92-1.06,5.58-4.35,6.47-.11.04-.19.15-.19.32,0,.17.08.3.19.32,3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.61-4.9,1.06-5.56,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.09-.28-.19-.32-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M4.77,42.94c-.12,0-.23.12-.23.27-.63,4.9-1.06,5.58-4.35,6.47C.08,49.72,0,49.85,0,50s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.63-4.92,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M23.44,30.62c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.28.91,3.72,1.58,4.33,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M90.31,0c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.3.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.92,1.06-5.58,4.35-6.47.11-.04.19-.15.19-.32s-.08-.3-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47C90.52.11,90.43,0,90.31,0Z"/><path d="M129.8,15.24c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M45.43,29.52c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M20.12,11.09c-.07,0-.15.08-.15.19-.42,3.43-.72,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53.02.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M181.22,43.13c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23,0,.12.05.21.13.23,2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.72-3.9,3.04-4.53.07-.02.13-.11.13-.23,0-.12-.05-.21-.13-.23-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M184.54,28.27c-.07,0-.15.07-.15.15-.44,2.62-.76,2.98-3.06,3.45-.07.02-.13.09-.13.17s.05.17.13.17c2.32.47,2.64.83,3.06,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.98,3.04-3.45.07-.02.13-.09.13-.17s-.05-.17-.13-.17c-2.3-.47-2.62-.83-3.04-3.45,0-.09-.08-.15-.15-.15Z"/><path d="M8.11,22c-.07,0-.15.05-.15.13-.42,2.62-.72,2.98-3.04,3.45-.07.02-.13.08-.13.17,0,.09.05.17.13.17,2.3.47,2.62.83,3.04,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.96,3.04-3.45.07-.02.13-.08.13-.17,0-.09-.05-.17-.13-.17-2.3-.47-2.62-.83-3.04-3.45-.02-.07-.08-.13-.15-.13Z"/><path d="M85.57,49.39c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.6-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M163.21,17.19c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.45-.11.04-.19.15-.19.32s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.08-.28-.19-.32-3.31-.89-3.74-1.56-4.35-6.45-.02-.16-.11-.27-.23-.27Z"/><path d="M238.58,47.78c-.77,0-1.42.64-1.42,1.42,0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M147.89,18.15c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.63-1.42-1.42-1.42Z"/><path d="M168.38,52.67c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M129.79,35.82c-.77,0-1.42.64-1.42,1.42,0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42Z"/><path d="M99.24,40.77c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42-.62-1.42-1.42-1.42Z"/><path d="M24.87,0c-.78,0-1.43.63-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42S25.65,0,24.87,0Z"/><path d="M218.58,29.62c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42-.63-1.42-1.42-1.42Z"/><path d="M168.04,36.61c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M69.2,7.04c-.77,0-1.42.64-1.42,1.42s.63,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M34.08,20.29c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42c0-.78-.62-1.42-1.42-1.42Z"/><path d="M67.21,20.57c-.78,0-1.42.64-1.42,1.42s.64,1.42,1.42,1.42,1.43-.64,1.43-1.42c0-.78-.65-1.42-1.43-1.42Z"/></g></svg>') no-repeat 2% 1.5em / 15em auto;
  background-color: #fff;
}

.p-florida .c-color__txt,
.p-florida .c-block__row-head::before,
.p-florida .about-headlist .m-ico,
.p-florida .c-access::before,
.p-florida .sec-faq p a,
.p-florida .sec-faq *::before,
.p-florida .sec-faq *::after {
  color: #1ac05a;
}

.p-florida .c-btn,
.p-florida .c-color__bg,
.p-florida li::before,
.p-florida .c-btn__border::before,
.p-florida .slick-dots li.slick-active button::before {
  background-color: #1ac05a;
}

.p-florida .c-box__border,
.p-florida .c-sec+.c-sec {
  border-color: #1ac05a;
}

.p-florida .bg-color {
  background-color: #f0fcf5;
}

.p-florida .c-hotel__name {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.4 67.16"><g fill="%231ac05a"><path d="M31.05,20.84c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M33.95,46.07c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M19.39,59.63c2.44-.35,4.19-.54,4.83-1.36.65-.82.82-3.03,1.11-6.12.27,3.09.42,5.3,1.07,6.13.65.82,2.38,1.03,4.82,1.4-2.44.35-4.19.54-4.83,1.36-.65.82-.82,3.03-1.11,6.12-.28-3.09-.42-5.3-1.07-6.13-.65-.82-2.38-1.03-4.82-1.4Z"/><path d="M0,37.93c5.76-.65,9.87-1,11.41-2.47,1.54-1.47,1.92-5.46,2.63-11.02.66,5.57.99,9.56,2.52,11.03,1.52,1.48,5.63,1.85,11.37,2.53-5.76.65-9.87,1-11.41,2.47-1.54,1.47-1.92,5.45-2.63,11.02-.66-5.57-.99-9.56-2.52-11.03-1.52-1.49-5.63-1.85-11.37-2.53Z"/><path d="M10.47,8.97c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.63,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65s-.79,3.63-1.08,7.33c-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/></g></svg>') no-repeat 100% 0 / 1.5em auto;
}

.p-florida .sec-guide .c-guide__box {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%231ac05a"><path d="M90.26,31.55c-1.16,9.33-2.03,10.6-8.38,12.31-.21.06-.36.3-.36.61s.15.55.36.61c6.34,1.73,7.2,2.98,8.38,12.31.04.28.23.51.44.51s.4-.21.44-.51c1.18-9.33,2.03-10.6,8.38-12.31.21-.06.36-.3.36-.61s-.15-.55-.36-.61c-6.34-1.71-7.2-2.98-8.38-12.31-.04-.28-.21-.51-.44-.51s-.4.21-.44.51Z"/><path d="M190.85.72c-1.04,8.32-1.8,9.46-7.48,11-.19.06-.32.28-.32.53s.13.49.32.53c5.66,1.54,6.44,2.65,7.48,11,.04.27.19.45.38.45s.34-.19.38-.45c1.04-8.34,1.82-9.46,7.48-11,.19-.06.32-.28.32-.53s-.13-.49-.32-.53c-5.66-1.54-6.44-2.65-7.48-11-.04-.27-.19-.46-.38-.46s-.34.19-.38.46Z"/><path d="M40.74,30.43c-.91,7-1.58,7.94-6.51,9.23-.17.04-.28.23-.28.46s.11.42.28.46c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.28-.23.28-.46s-.11-.42-.28-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.04-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M156.47,21.37c-.91,7-1.58,7.94-6.51,9.23-.15.04-.26.23-.26.46s.11.42.26.45c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.27-.23.27-.45s-.11-.42-.27-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M122.37,40.25c-.91,7-1.58,7.94-6.51,9.23-.15.04-.27.23-.27.46s.11.42.27.45c4.94,1.29,5.6,2.24,6.51,9.23.04.23.17.38.34.38s.3-.17.32-.38c.91-7,1.58-7.94,6.51-9.23.17-.04.29-.23.29-.45s-.11-.42-.29-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.32-.38s-.3.17-.34.38Z"/><path d="M20.42,42.62c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.45.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.33-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M5.41,27.91c-.61,4.53-1.04,5.14-4.35,5.97-.11.02-.19.15-.19.28s.08.27.19.28c3.29.83,3.74,1.44,4.35,5.97.02.15.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.02.19-.15.19-.28s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97-.02-.15-.11-.25-.23-.25s-.21.09-.23.25Z"/><path d="M175.14,35.25c-.61,4.53-1.04,5.14-4.35,5.97-.1.04-.19.15-.19.28s.08.27.19.3c3.29.83,3.74,1.44,4.35,5.97.02.13.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.04.19-.15.19-.3s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97,0-.13-.11-.25-.23-.25s-.21.11-.23.25Z"/><path d="M134.36,15.51c-.61,4.89-1.04,5.56-4.35,6.47-.1.04-.19.17-.19.32s.08.28.19.32c3.29.91,3.74,1.57,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M235,43.21c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.72-1.57-4.35-6.47,0-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M216.33,30.89c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.33-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M149.46.27c-.61,4.89-1.04,5.56-4.35,6.47-.11.02-.19.15-.19.32s.08.28.19.32c3.29.89,3.74,1.55,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.91-3.74-1.57-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M110.05,15.43c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M194.42,29.71c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M219.73,11.28c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.13-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.32-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M58.63,43.32c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.32.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M55.31,28.42c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.09-.13.17s.06.15.13.17c2.3.47,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.06-3.45.08,0,.13-.09.13-.17s-.06-.15-.13-.17c-2.3-.47-2.62-.83-3.06-3.45,0-.08-.08-.15-.15-.15s-.15.06-.15.15Z"/><path d="M231.74,22.13c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.08-.13.17s.06.15.13.17c2.3.49,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.04-3.45.08,0,.13-.08.13-.17s-.06-.15-.13-.17c-2.32-.47-2.62-.83-3.04-3.45,0-.08-.08-.13-.15-.13s-.13.06-.15.13Z"/><path d="M154.28,49.58c-.44,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M76.56,17.46c-.61,4.89-1.04,5.56-4.35,6.45-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.45-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M0,49.2c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M90.69,19.57c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.2,54.09c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M108.79,37.24c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M139.34,42.19c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M213.71,1.42c0,.78.65,1.42,1.42,1.42s1.43-.63,1.43-1.42-.65-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M20,31.04c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.54,38.03c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M169.38,8.46c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M204.5,21.71c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M171.36,21.99c0,.78.65,1.42,1.43,1.42s1.42-.64,1.42-1.42-.64-1.42-1.42-1.42-1.43.64-1.43,1.42Z"/></g></svg>') no-repeat 98% 1.5em / 15em auto, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%231ac05a"><path d="M149.3,31.04c-.23,0-.4.23-.44.51-1.18,9.33-2.04,10.6-8.38,12.31-.21.06-.36.3-.36.61,0,.31.15.55.36.61,6.35,1.71,7.2,2.98,8.38,12.31.04.3.23.51.44.51s.4-.23.44-.51c1.18-9.33,2.04-10.58,8.38-12.31.21-.06.36-.3.36-.61,0-.31-.15-.55-.36-.61-6.35-1.71-7.22-2.98-8.38-12.31-.04-.3-.21-.51-.44-.51Z"/><path d="M48.77.26c-.19,0-.34.19-.38.46-1.04,8.35-1.82,9.46-7.48,11-.19.04-.32.28-.32.53s.13.47.32.53c5.66,1.54,6.44,2.66,7.48,11,.04.26.19.45.38.45s.34-.18.38-.45c1.04-8.35,1.82-9.46,7.48-11,.19-.04.32-.28.32-.53s-.13-.47-.32-.53c-5.68-1.54-6.44-2.68-7.48-11-.04-.27-.19-.46-.38-.46Z"/><path d="M198.92,30.05c-.17,0-.3.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.17.04-.28.23-.28.46,0,.23.13.42.28.46,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.17-.04.28-.23.28-.46,0-.23-.11-.42-.28-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M83.19,20.99c-.17,0-.32.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.16.04-.27.24-.27.46,0,.22.12.41.27.45,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.15-.03.26-.22.26-.45,0-.23-.11-.42-.26-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M117.29,39.87c-.15,0-.3.15-.32.38-.91,6.99-1.57,7.94-6.51,9.23-.18.04-.29.24-.29.46,0,.22.12.41.29.45,4.93,1.29,5.6,2.23,6.51,9.23.02.21.15.38.32.38s.3-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.16-.03.27-.22.27-.45,0-.23-.12-.42-.27-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.21-.19-.38-.34-.38Z"/><path d="M219.35,42.35c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.56,4.33,6.45.02.16.11.27.23.27s.21-.12.23-.27c.63-4.9,1.06-5.56,4.35-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M234.36,27.66c-.12,0-.21.1-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.15-.19.28,0,.13.08.26.19.28,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.1.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11,0,.19-.15.19-.28,0-.13-.08-.26-.19-.28-3.31-.83-3.74-1.44-4.35-5.97-.02-.16-.11-.25-.23-.25Z"/><path d="M64.63,35c-.12,0-.23.12-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.13-.19.28,0,.15.08.26.19.3,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.12.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11-.03.19-.17.19-.3s-.09-.24-.19-.28c-3.31-.83-3.74-1.44-4.35-5.97-.02-.14-.11-.25-.23-.25Z"/><path d="M105.41,15.24c-.12,0-.21.12-.23.27-.61,4.92-1.06,5.58-4.35,6.47-.11.04-.19.15-.19.32,0,.17.08.3.19.32,3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.61-4.9,1.06-5.56,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.09-.28-.19-.32-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M4.77,42.94c-.12,0-.23.12-.23.27-.63,4.9-1.06,5.58-4.35,6.47C.08,49.72,0,49.85,0,50s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.63-4.92,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M23.44,30.62c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.28.91,3.72,1.58,4.33,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M90.31,0c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.3.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.92,1.06-5.58,4.35-6.47.11-.04.19-.15.19-.32s-.08-.3-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47C90.52.11,90.43,0,90.31,0Z"/><path d="M129.8,15.24c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M45.43,29.52c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M20.12,11.09c-.07,0-.15.08-.15.19-.42,3.43-.72,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53.02.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M181.22,43.13c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23,0,.12.05.21.13.23,2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.72-3.9,3.04-4.53.07-.02.13-.11.13-.23,0-.12-.05-.21-.13-.23-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M184.54,28.27c-.07,0-.15.07-.15.15-.44,2.62-.76,2.98-3.06,3.45-.07.02-.13.09-.13.17s.05.17.13.17c2.32.47,2.64.83,3.06,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.98,3.04-3.45.07-.02.13-.09.13-.17s-.05-.17-.13-.17c-2.3-.47-2.62-.83-3.04-3.45,0-.09-.08-.15-.15-.15Z"/><path d="M8.11,22c-.07,0-.15.05-.15.13-.42,2.62-.72,2.98-3.04,3.45-.07.02-.13.08-.13.17,0,.09.05.17.13.17,2.3.47,2.62.83,3.04,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.96,3.04-3.45.07-.02.13-.08.13-.17,0-.09-.05-.17-.13-.17-2.3-.47-2.62-.83-3.04-3.45-.02-.07-.08-.13-.15-.13Z"/><path d="M85.57,49.39c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.6-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M163.21,17.19c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.45-.11.04-.19.15-.19.32s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.08-.28-.19-.32-3.31-.89-3.74-1.56-4.35-6.45-.02-.16-.11-.27-.23-.27Z"/><path d="M238.58,47.78c-.77,0-1.42.64-1.42,1.42,0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M147.89,18.15c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.63-1.42-1.42-1.42Z"/><path d="M168.38,52.67c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M129.79,35.82c-.77,0-1.42.64-1.42,1.42,0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42Z"/><path d="M99.24,40.77c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42-.62-1.42-1.42-1.42Z"/><path d="M24.87,0c-.78,0-1.43.63-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42S25.65,0,24.87,0Z"/><path d="M218.58,29.62c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42-.63-1.42-1.42-1.42Z"/><path d="M168.04,36.61c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M69.2,7.04c-.77,0-1.42.64-1.42,1.42s.63,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M34.08,20.29c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42c0-.78-.62-1.42-1.42-1.42Z"/><path d="M67.21,20.57c-.78,0-1.42.64-1.42,1.42s.64,1.42,1.42,1.42,1.43-.64,1.43-1.42c0-.78-.65-1.42-1.43-1.42Z"/></g></svg>') no-repeat 2% 1.5em / 15em auto;
  background-color: #fff;
}

.p-hongkong .c-color__txt,
.p-hongkong .c-block__row-head::before,
.p-hongkong .about-headlist .m-ico,
.p-hongkong .c-access::before,
.p-hongkong .sec-faq p a,
.p-hongkong .sec-faq *::before,
.p-hongkong .sec-faq *::after {
  color: #ff8000;
}

.p-hongkong .c-btn,
.p-hongkong .c-color__bg,
.p-hongkong li::before,
.p-hongkong .c-btn__border::before,
.p-hongkong .slick-dots li.slick-active button::before {
  background-color: #ff8000;
}

.p-hongkong .c-box__border,
.p-hongkong .c-sec+.c-sec {
  border-color: #ff8000;
}

.p-hongkong .bg-color {
  background-color: #fff9ed;
}

.p-hongkong .bg-color-middle {
  background-color: #ffb21b;
}


.p-hongkong .c-hotel__name {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.4 67.16"><g fill="%23ff8000"><path d="M31.05,20.84c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M33.95,46.07c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M19.39,59.63c2.44-.35,4.19-.54,4.83-1.36.65-.82.82-3.03,1.11-6.12.27,3.09.42,5.3,1.07,6.13.65.82,2.38,1.03,4.82,1.4-2.44.35-4.19.54-4.83,1.36-.65.82-.82,3.03-1.11,6.12-.28-3.09-.42-5.3-1.07-6.13-.65-.82-2.38-1.03-4.82-1.4Z"/><path d="M0,37.93c5.76-.65,9.87-1,11.41-2.47,1.54-1.47,1.92-5.46,2.63-11.02.66,5.57.99,9.56,2.52,11.03,1.52,1.48,5.63,1.85,11.37,2.53-5.76.65-9.87,1-11.41,2.47-1.54,1.47-1.92,5.45-2.63,11.02-.66-5.57-.99-9.56-2.52-11.03-1.52-1.49-5.63-1.85-11.37-2.53Z"/><path d="M10.47,8.97c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.63,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65s-.79,3.63-1.08,7.33c-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/></g></svg>') no-repeat 100% 0 / 1.5em auto;
}

.p-hongkong .sec-guide .c-guide__box {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%23ff8000"><path d="M90.26,31.55c-1.16,9.33-2.03,10.6-8.38,12.31-.21.06-.36.3-.36.61s.15.55.36.61c6.34,1.73,7.2,2.98,8.38,12.31.04.28.23.51.44.51s.4-.21.44-.51c1.18-9.33,2.03-10.6,8.38-12.31.21-.06.36-.3.36-.61s-.15-.55-.36-.61c-6.34-1.71-7.2-2.98-8.38-12.31-.04-.28-.21-.51-.44-.51s-.4.21-.44.51Z"/><path d="M190.85.72c-1.04,8.32-1.8,9.46-7.48,11-.19.06-.32.28-.32.53s.13.49.32.53c5.66,1.54,6.44,2.65,7.48,11,.04.27.19.45.38.45s.34-.19.38-.45c1.04-8.34,1.82-9.46,7.48-11,.19-.06.32-.28.32-.53s-.13-.49-.32-.53c-5.66-1.54-6.44-2.65-7.48-11-.04-.27-.19-.46-.38-.46s-.34.19-.38.46Z"/><path d="M40.74,30.43c-.91,7-1.58,7.94-6.51,9.23-.17.04-.28.23-.28.46s.11.42.28.46c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.28-.23.28-.46s-.11-.42-.28-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.04-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M156.47,21.37c-.91,7-1.58,7.94-6.51,9.23-.15.04-.26.23-.26.46s.11.42.26.45c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.27-.23.27-.45s-.11-.42-.27-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M122.37,40.25c-.91,7-1.58,7.94-6.51,9.23-.15.04-.27.23-.27.46s.11.42.27.45c4.94,1.29,5.6,2.24,6.51,9.23.04.23.17.38.34.38s.3-.17.32-.38c.91-7,1.58-7.94,6.51-9.23.17-.04.29-.23.29-.45s-.11-.42-.29-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.32-.38s-.3.17-.34.38Z"/><path d="M20.42,42.62c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.45.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.33-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M5.41,27.91c-.61,4.53-1.04,5.14-4.35,5.97-.11.02-.19.15-.19.28s.08.27.19.28c3.29.83,3.74,1.44,4.35,5.97.02.15.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.02.19-.15.19-.28s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97-.02-.15-.11-.25-.23-.25s-.21.09-.23.25Z"/><path d="M175.14,35.25c-.61,4.53-1.04,5.14-4.35,5.97-.1.04-.19.15-.19.28s.08.27.19.3c3.29.83,3.74,1.44,4.35,5.97.02.13.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.04.19-.15.19-.3s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97,0-.13-.11-.25-.23-.25s-.21.11-.23.25Z"/><path d="M134.36,15.51c-.61,4.89-1.04,5.56-4.35,6.47-.1.04-.19.17-.19.32s.08.28.19.32c3.29.91,3.74,1.57,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M235,43.21c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.72-1.57-4.35-6.47,0-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M216.33,30.89c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.33-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M149.46.27c-.61,4.89-1.04,5.56-4.35,6.47-.11.02-.19.15-.19.32s.08.28.19.32c3.29.89,3.74,1.55,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.91-3.74-1.57-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M110.05,15.43c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M194.42,29.71c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M219.73,11.28c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.13-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.32-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M58.63,43.32c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.32.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M55.31,28.42c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.09-.13.17s.06.15.13.17c2.3.47,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.06-3.45.08,0,.13-.09.13-.17s-.06-.15-.13-.17c-2.3-.47-2.62-.83-3.06-3.45,0-.08-.08-.15-.15-.15s-.15.06-.15.15Z"/><path d="M231.74,22.13c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.08-.13.17s.06.15.13.17c2.3.49,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.04-3.45.08,0,.13-.08.13-.17s-.06-.15-.13-.17c-2.32-.47-2.62-.83-3.04-3.45,0-.08-.08-.13-.15-.13s-.13.06-.15.13Z"/><path d="M154.28,49.58c-.44,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M76.56,17.46c-.61,4.89-1.04,5.56-4.35,6.45-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.45-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M0,49.2c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M90.69,19.57c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.2,54.09c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M108.79,37.24c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M139.34,42.19c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M213.71,1.42c0,.78.65,1.42,1.42,1.42s1.43-.63,1.43-1.42-.65-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M20,31.04c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.54,38.03c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M169.38,8.46c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M204.5,21.71c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M171.36,21.99c0,.78.65,1.42,1.43,1.42s1.42-.64,1.42-1.42-.64-1.42-1.42-1.42-1.43.64-1.43,1.42Z"/></g></svg>') no-repeat 98% 1.5em / 15em auto, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%23ff8000"><path d="M149.3,31.04c-.23,0-.4.23-.44.51-1.18,9.33-2.04,10.6-8.38,12.31-.21.06-.36.3-.36.61,0,.31.15.55.36.61,6.35,1.71,7.2,2.98,8.38,12.31.04.3.23.51.44.51s.4-.23.44-.51c1.18-9.33,2.04-10.58,8.38-12.31.21-.06.36-.3.36-.61,0-.31-.15-.55-.36-.61-6.35-1.71-7.22-2.98-8.38-12.31-.04-.3-.21-.51-.44-.51Z"/><path d="M48.77.26c-.19,0-.34.19-.38.46-1.04,8.35-1.82,9.46-7.48,11-.19.04-.32.28-.32.53s.13.47.32.53c5.66,1.54,6.44,2.66,7.48,11,.04.26.19.45.38.45s.34-.18.38-.45c1.04-8.35,1.82-9.46,7.48-11,.19-.04.32-.28.32-.53s-.13-.47-.32-.53c-5.68-1.54-6.44-2.68-7.48-11-.04-.27-.19-.46-.38-.46Z"/><path d="M198.92,30.05c-.17,0-.3.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.17.04-.28.23-.28.46,0,.23.13.42.28.46,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.17-.04.28-.23.28-.46,0-.23-.11-.42-.28-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M83.19,20.99c-.17,0-.32.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.16.04-.27.24-.27.46,0,.22.12.41.27.45,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.15-.03.26-.22.26-.45,0-.23-.11-.42-.26-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M117.29,39.87c-.15,0-.3.15-.32.38-.91,6.99-1.57,7.94-6.51,9.23-.18.04-.29.24-.29.46,0,.22.12.41.29.45,4.93,1.29,5.6,2.23,6.51,9.23.02.21.15.38.32.38s.3-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.16-.03.27-.22.27-.45,0-.23-.12-.42-.27-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.21-.19-.38-.34-.38Z"/><path d="M219.35,42.35c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.56,4.33,6.45.02.16.11.27.23.27s.21-.12.23-.27c.63-4.9,1.06-5.56,4.35-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M234.36,27.66c-.12,0-.21.1-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.15-.19.28,0,.13.08.26.19.28,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.1.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11,0,.19-.15.19-.28,0-.13-.08-.26-.19-.28-3.31-.83-3.74-1.44-4.35-5.97-.02-.16-.11-.25-.23-.25Z"/><path d="M64.63,35c-.12,0-.23.12-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.13-.19.28,0,.15.08.26.19.3,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.12.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11-.03.19-.17.19-.3s-.09-.24-.19-.28c-3.31-.83-3.74-1.44-4.35-5.97-.02-.14-.11-.25-.23-.25Z"/><path d="M105.41,15.24c-.12,0-.21.12-.23.27-.61,4.92-1.06,5.58-4.35,6.47-.11.04-.19.15-.19.32,0,.17.08.3.19.32,3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.61-4.9,1.06-5.56,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.09-.28-.19-.32-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M4.77,42.94c-.12,0-.23.12-.23.27-.63,4.9-1.06,5.58-4.35,6.47C.08,49.72,0,49.85,0,50s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.63-4.92,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M23.44,30.62c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.28.91,3.72,1.58,4.33,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M90.31,0c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.3.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.92,1.06-5.58,4.35-6.47.11-.04.19-.15.19-.32s-.08-.3-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47C90.52.11,90.43,0,90.31,0Z"/><path d="M129.8,15.24c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M45.43,29.52c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M20.12,11.09c-.07,0-.15.08-.15.19-.42,3.43-.72,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53.02.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M181.22,43.13c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23,0,.12.05.21.13.23,2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.72-3.9,3.04-4.53.07-.02.13-.11.13-.23,0-.12-.05-.21-.13-.23-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M184.54,28.27c-.07,0-.15.07-.15.15-.44,2.62-.76,2.98-3.06,3.45-.07.02-.13.09-.13.17s.05.17.13.17c2.32.47,2.64.83,3.06,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.98,3.04-3.45.07-.02.13-.09.13-.17s-.05-.17-.13-.17c-2.3-.47-2.62-.83-3.04-3.45,0-.09-.08-.15-.15-.15Z"/><path d="M8.11,22c-.07,0-.15.05-.15.13-.42,2.62-.72,2.98-3.04,3.45-.07.02-.13.08-.13.17,0,.09.05.17.13.17,2.3.47,2.62.83,3.04,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.96,3.04-3.45.07-.02.13-.08.13-.17,0-.09-.05-.17-.13-.17-2.3-.47-2.62-.83-3.04-3.45-.02-.07-.08-.13-.15-.13Z"/><path d="M85.57,49.39c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.6-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M163.21,17.19c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.45-.11.04-.19.15-.19.32s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.08-.28-.19-.32-3.31-.89-3.74-1.56-4.35-6.45-.02-.16-.11-.27-.23-.27Z"/><path d="M238.58,47.78c-.77,0-1.42.64-1.42,1.42,0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M147.89,18.15c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.63-1.42-1.42-1.42Z"/><path d="M168.38,52.67c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M129.79,35.82c-.77,0-1.42.64-1.42,1.42,0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42Z"/><path d="M99.24,40.77c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42-.62-1.42-1.42-1.42Z"/><path d="M24.87,0c-.78,0-1.43.63-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42S25.65,0,24.87,0Z"/><path d="M218.58,29.62c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42-.63-1.42-1.42-1.42Z"/><path d="M168.04,36.61c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M69.2,7.04c-.77,0-1.42.64-1.42,1.42s.63,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M34.08,20.29c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42c0-.78-.62-1.42-1.42-1.42Z"/><path d="M67.21,20.57c-.78,0-1.42.64-1.42,1.42s.64,1.42,1.42,1.42,1.43-.64,1.43-1.42c0-.78-.65-1.42-1.43-1.42Z"/></g></svg>') no-repeat 2% 1.5em / 15em auto;
  background-color: #fff;
}

.p-china .c-color__txt,
.p-china .c-block__row-head::before,
.p-china .about-headlist .m-ico,
.p-china .c-access::before,
.p-china .sec-faq p a,
.p-china .sec-faq *::before,
.p-china .sec-faq *::after {
  color: #cf2d11;
}

.p-china .c-btn,
.p-china .c-color__bg,
.p-china li::before,
.p-china .c-btn__border::before,
.p-china .slick-dots li.slick-active button::before {
  background-color: #cf2d11;
}

.p-china .c-box__border,
.p-china .c-sec+.c-sec {
  border-color: #cf2d11;
}

.p-china .bg-color {
  background-color: #fff0f0;
}

.p-china .c-hotel__name {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.4 67.16"><g fill="%23cf2d11"><path d="M31.05,20.84c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M33.95,46.07c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M19.39,59.63c2.44-.35,4.19-.54,4.83-1.36.65-.82.82-3.03,1.11-6.12.27,3.09.42,5.3,1.07,6.13.65.82,2.38,1.03,4.82,1.4-2.44.35-4.19.54-4.83,1.36-.65.82-.82,3.03-1.11,6.12-.28-3.09-.42-5.3-1.07-6.13-.65-.82-2.38-1.03-4.82-1.4Z"/><path d="M0,37.93c5.76-.65,9.87-1,11.41-2.47,1.54-1.47,1.92-5.46,2.63-11.02.66,5.57.99,9.56,2.52,11.03,1.52,1.48,5.63,1.85,11.37,2.53-5.76.65-9.87,1-11.41,2.47-1.54,1.47-1.92,5.45-2.63,11.02-.66-5.57-.99-9.56-2.52-11.03-1.52-1.49-5.63-1.85-11.37-2.53Z"/><path d="M10.47,8.97c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.63,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65s-.79,3.63-1.08,7.33c-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/></g></svg>') no-repeat 100% 0 / 1.5em auto;
}

.p-china .sec-guide .c-guide__box {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%23cf2d11"><path d="M90.26,31.55c-1.16,9.33-2.03,10.6-8.38,12.31-.21.06-.36.3-.36.61s.15.55.36.61c6.34,1.73,7.2,2.98,8.38,12.31.04.28.23.51.44.51s.4-.21.44-.51c1.18-9.33,2.03-10.6,8.38-12.31.21-.06.36-.3.36-.61s-.15-.55-.36-.61c-6.34-1.71-7.2-2.98-8.38-12.31-.04-.28-.21-.51-.44-.51s-.4.21-.44.51Z"/><path d="M190.85.72c-1.04,8.32-1.8,9.46-7.48,11-.19.06-.32.28-.32.53s.13.49.32.53c5.66,1.54,6.44,2.65,7.48,11,.04.27.19.45.38.45s.34-.19.38-.45c1.04-8.34,1.82-9.46,7.48-11,.19-.06.32-.28.32-.53s-.13-.49-.32-.53c-5.66-1.54-6.44-2.65-7.48-11-.04-.27-.19-.46-.38-.46s-.34.19-.38.46Z"/><path d="M40.74,30.43c-.91,7-1.58,7.94-6.51,9.23-.17.04-.28.23-.28.46s.11.42.28.46c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.28-.23.28-.46s-.11-.42-.28-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.04-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M156.47,21.37c-.91,7-1.58,7.94-6.51,9.23-.15.04-.26.23-.26.46s.11.42.26.45c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.27-.23.27-.45s-.11-.42-.27-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M122.37,40.25c-.91,7-1.58,7.94-6.51,9.23-.15.04-.27.23-.27.46s.11.42.27.45c4.94,1.29,5.6,2.24,6.51,9.23.04.23.17.38.34.38s.3-.17.32-.38c.91-7,1.58-7.94,6.51-9.23.17-.04.29-.23.29-.45s-.11-.42-.29-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.32-.38s-.3.17-.34.38Z"/><path d="M20.42,42.62c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.45.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.33-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M5.41,27.91c-.61,4.53-1.04,5.14-4.35,5.97-.11.02-.19.15-.19.28s.08.27.19.28c3.29.83,3.74,1.44,4.35,5.97.02.15.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.02.19-.15.19-.28s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97-.02-.15-.11-.25-.23-.25s-.21.09-.23.25Z"/><path d="M175.14,35.25c-.61,4.53-1.04,5.14-4.35,5.97-.1.04-.19.15-.19.28s.08.27.19.3c3.29.83,3.74,1.44,4.35,5.97.02.13.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.04.19-.15.19-.3s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97,0-.13-.11-.25-.23-.25s-.21.11-.23.25Z"/><path d="M134.36,15.51c-.61,4.89-1.04,5.56-4.35,6.47-.1.04-.19.17-.19.32s.08.28.19.32c3.29.91,3.74,1.57,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M235,43.21c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.72-1.57-4.35-6.47,0-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M216.33,30.89c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.33-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M149.46.27c-.61,4.89-1.04,5.56-4.35,6.47-.11.02-.19.15-.19.32s.08.28.19.32c3.29.89,3.74,1.55,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.91-3.74-1.57-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M110.05,15.43c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M194.42,29.71c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M219.73,11.28c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.13-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.32-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M58.63,43.32c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.32.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M55.31,28.42c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.09-.13.17s.06.15.13.17c2.3.47,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.06-3.45.08,0,.13-.09.13-.17s-.06-.15-.13-.17c-2.3-.47-2.62-.83-3.06-3.45,0-.08-.08-.15-.15-.15s-.15.06-.15.15Z"/><path d="M231.74,22.13c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.08-.13.17s.06.15.13.17c2.3.49,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.04-3.45.08,0,.13-.08.13-.17s-.06-.15-.13-.17c-2.32-.47-2.62-.83-3.04-3.45,0-.08-.08-.13-.15-.13s-.13.06-.15.13Z"/><path d="M154.28,49.58c-.44,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M76.56,17.46c-.61,4.89-1.04,5.56-4.35,6.45-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.45-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M0,49.2c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M90.69,19.57c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.2,54.09c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M108.79,37.24c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M139.34,42.19c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M213.71,1.42c0,.78.65,1.42,1.42,1.42s1.43-.63,1.43-1.42-.65-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M20,31.04c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.54,38.03c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M169.38,8.46c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M204.5,21.71c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M171.36,21.99c0,.78.65,1.42,1.43,1.42s1.42-.64,1.42-1.42-.64-1.42-1.42-1.42-1.43.64-1.43,1.42Z"/></g></svg>') no-repeat 98% 1.5em / 15em auto, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%23cf2d11"><path d="M149.3,31.04c-.23,0-.4.23-.44.51-1.18,9.33-2.04,10.6-8.38,12.31-.21.06-.36.3-.36.61,0,.31.15.55.36.61,6.35,1.71,7.2,2.98,8.38,12.31.04.3.23.51.44.51s.4-.23.44-.51c1.18-9.33,2.04-10.58,8.38-12.31.21-.06.36-.3.36-.61,0-.31-.15-.55-.36-.61-6.35-1.71-7.22-2.98-8.38-12.31-.04-.3-.21-.51-.44-.51Z"/><path d="M48.77.26c-.19,0-.34.19-.38.46-1.04,8.35-1.82,9.46-7.48,11-.19.04-.32.28-.32.53s.13.47.32.53c5.66,1.54,6.44,2.66,7.48,11,.04.26.19.45.38.45s.34-.18.38-.45c1.04-8.35,1.82-9.46,7.48-11,.19-.04.32-.28.32-.53s-.13-.47-.32-.53c-5.68-1.54-6.44-2.68-7.48-11-.04-.27-.19-.46-.38-.46Z"/><path d="M198.92,30.05c-.17,0-.3.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.17.04-.28.23-.28.46,0,.23.13.42.28.46,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.17-.04.28-.23.28-.46,0-.23-.11-.42-.28-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M83.19,20.99c-.17,0-.32.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.16.04-.27.24-.27.46,0,.22.12.41.27.45,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.15-.03.26-.22.26-.45,0-.23-.11-.42-.26-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M117.29,39.87c-.15,0-.3.15-.32.38-.91,6.99-1.57,7.94-6.51,9.23-.18.04-.29.24-.29.46,0,.22.12.41.29.45,4.93,1.29,5.6,2.23,6.51,9.23.02.21.15.38.32.38s.3-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.16-.03.27-.22.27-.45,0-.23-.12-.42-.27-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.21-.19-.38-.34-.38Z"/><path d="M219.35,42.35c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.56,4.33,6.45.02.16.11.27.23.27s.21-.12.23-.27c.63-4.9,1.06-5.56,4.35-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M234.36,27.66c-.12,0-.21.1-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.15-.19.28,0,.13.08.26.19.28,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.1.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11,0,.19-.15.19-.28,0-.13-.08-.26-.19-.28-3.31-.83-3.74-1.44-4.35-5.97-.02-.16-.11-.25-.23-.25Z"/><path d="M64.63,35c-.12,0-.23.12-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.13-.19.28,0,.15.08.26.19.3,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.12.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11-.03.19-.17.19-.3s-.09-.24-.19-.28c-3.31-.83-3.74-1.44-4.35-5.97-.02-.14-.11-.25-.23-.25Z"/><path d="M105.41,15.24c-.12,0-.21.12-.23.27-.61,4.92-1.06,5.58-4.35,6.47-.11.04-.19.15-.19.32,0,.17.08.3.19.32,3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.61-4.9,1.06-5.56,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.09-.28-.19-.32-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M4.77,42.94c-.12,0-.23.12-.23.27-.63,4.9-1.06,5.58-4.35,6.47C.08,49.72,0,49.85,0,50s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.63-4.92,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M23.44,30.62c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.28.91,3.72,1.58,4.33,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M90.31,0c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.3.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.92,1.06-5.58,4.35-6.47.11-.04.19-.15.19-.32s-.08-.3-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47C90.52.11,90.43,0,90.31,0Z"/><path d="M129.8,15.24c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M45.43,29.52c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M20.12,11.09c-.07,0-.15.08-.15.19-.42,3.43-.72,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53.02.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M181.22,43.13c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23,0,.12.05.21.13.23,2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.72-3.9,3.04-4.53.07-.02.13-.11.13-.23,0-.12-.05-.21-.13-.23-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M184.54,28.27c-.07,0-.15.07-.15.15-.44,2.62-.76,2.98-3.06,3.45-.07.02-.13.09-.13.17s.05.17.13.17c2.32.47,2.64.83,3.06,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.98,3.04-3.45.07-.02.13-.09.13-.17s-.05-.17-.13-.17c-2.3-.47-2.62-.83-3.04-3.45,0-.09-.08-.15-.15-.15Z"/><path d="M8.11,22c-.07,0-.15.05-.15.13-.42,2.62-.72,2.98-3.04,3.45-.07.02-.13.08-.13.17,0,.09.05.17.13.17,2.3.47,2.62.83,3.04,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.96,3.04-3.45.07-.02.13-.08.13-.17,0-.09-.05-.17-.13-.17-2.3-.47-2.62-.83-3.04-3.45-.02-.07-.08-.13-.15-.13Z"/><path d="M85.57,49.39c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.6-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M163.21,17.19c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.45-.11.04-.19.15-.19.32s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.08-.28-.19-.32-3.31-.89-3.74-1.56-4.35-6.45-.02-.16-.11-.27-.23-.27Z"/><path d="M238.58,47.78c-.77,0-1.42.64-1.42,1.42,0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M147.89,18.15c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.63-1.42-1.42-1.42Z"/><path d="M168.38,52.67c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M129.79,35.82c-.77,0-1.42.64-1.42,1.42,0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42Z"/><path d="M99.24,40.77c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42-.62-1.42-1.42-1.42Z"/><path d="M24.87,0c-.78,0-1.43.63-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42S25.65,0,24.87,0Z"/><path d="M218.58,29.62c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42-.63-1.42-1.42-1.42Z"/><path d="M168.04,36.61c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M69.2,7.04c-.77,0-1.42.64-1.42,1.42s.63,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M34.08,20.29c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42c0-.78-.62-1.42-1.42-1.42Z"/><path d="M67.21,20.57c-.78,0-1.42.64-1.42,1.42s.64,1.42,1.42,1.42,1.43-.64,1.43-1.42c0-.78-.65-1.42-1.43-1.42Z"/></g></svg>') no-repeat 2% 1.5em / 15em auto;
  background-color: #fff;
}

.p-paris .c-color__txt,
.p-paris .c-block__row-head::before,
.p-paris .about-headlist .m-ico,
.p-paris .c-access::before,
.p-paris .sec-faq p a,
.p-paris .sec-faq *::before,
.p-paris .sec-faq *::after {
  color: #844eef;
}

.p-paris .c-btn,
.p-paris .c-color__bg,
.p-paris li::before,
.p-paris .c-btn__border::before,
.p-paris .slick-dots li.slick-active button::before {
  background-color: #844eef;
}

.p-paris .c-box__border,
.p-paris .c-sec+.c-sec {
  border-color: #844eef;
}

.p-paris .bg-color {
  background-color: #f4efff;
}

.p-paris .c-hotel__name {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.4 67.16"><g fill="%23844eef"><path d="M31.05,20.84c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M33.95,46.07c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M19.39,59.63c2.44-.35,4.19-.54,4.83-1.36.65-.82.82-3.03,1.11-6.12.27,3.09.42,5.3,1.07,6.13.65.82,2.38,1.03,4.82,1.4-2.44.35-4.19.54-4.83,1.36-.65.82-.82,3.03-1.11,6.12-.28-3.09-.42-5.3-1.07-6.13-.65-.82-2.38-1.03-4.82-1.4Z"/><path d="M0,37.93c5.76-.65,9.87-1,11.41-2.47,1.54-1.47,1.92-5.46,2.63-11.02.66,5.57.99,9.56,2.52,11.03,1.52,1.48,5.63,1.85,11.37,2.53-5.76.65-9.87,1-11.41,2.47-1.54,1.47-1.92,5.45-2.63,11.02-.66-5.57-.99-9.56-2.52-11.03-1.52-1.49-5.63-1.85-11.37-2.53Z"/><path d="M10.47,8.97c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.63,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65s-.79,3.63-1.08,7.33c-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/></g></svg>') no-repeat 100% 0 / 1.5em auto;
}

.p-paris .sec-guide .c-guide__box {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%23844eef"><path d="M90.26,31.55c-1.16,9.33-2.03,10.6-8.38,12.31-.21.06-.36.3-.36.61s.15.55.36.61c6.34,1.73,7.2,2.98,8.38,12.31.04.28.23.51.44.51s.4-.21.44-.51c1.18-9.33,2.03-10.6,8.38-12.31.21-.06.36-.3.36-.61s-.15-.55-.36-.61c-6.34-1.71-7.2-2.98-8.38-12.31-.04-.28-.21-.51-.44-.51s-.4.21-.44.51Z"/><path d="M190.85.72c-1.04,8.32-1.8,9.46-7.48,11-.19.06-.32.28-.32.53s.13.49.32.53c5.66,1.54,6.44,2.65,7.48,11,.04.27.19.45.38.45s.34-.19.38-.45c1.04-8.34,1.82-9.46,7.48-11,.19-.06.32-.28.32-.53s-.13-.49-.32-.53c-5.66-1.54-6.44-2.65-7.48-11-.04-.27-.19-.46-.38-.46s-.34.19-.38.46Z"/><path d="M40.74,30.43c-.91,7-1.58,7.94-6.51,9.23-.17.04-.28.23-.28.46s.11.42.28.46c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.28-.23.28-.46s-.11-.42-.28-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.04-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M156.47,21.37c-.91,7-1.58,7.94-6.51,9.23-.15.04-.26.23-.26.46s.11.42.26.45c4.94,1.29,5.6,2.24,6.51,9.23.02.23.17.38.34.38s.3-.15.34-.38c.91-7,1.58-7.94,6.51-9.23.15-.04.27-.23.27-.45s-.11-.42-.27-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.34-.38s-.3.15-.34.38Z"/><path d="M122.37,40.25c-.91,7-1.58,7.94-6.51,9.23-.15.04-.27.23-.27.46s.11.42.27.45c4.94,1.29,5.6,2.24,6.51,9.23.04.23.17.38.34.38s.3-.17.32-.38c.91-7,1.58-7.94,6.51-9.23.17-.04.29-.23.29-.45s-.11-.42-.29-.46c-4.94-1.29-5.6-2.24-6.51-9.23-.02-.23-.17-.38-.32-.38s-.3.17-.34.38Z"/><path d="M20.42,42.62c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.45.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.33-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M5.41,27.91c-.61,4.53-1.04,5.14-4.35,5.97-.11.02-.19.15-.19.28s.08.27.19.28c3.29.83,3.74,1.44,4.35,5.97.02.15.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.02.19-.15.19-.28s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97-.02-.15-.11-.25-.23-.25s-.21.09-.23.25Z"/><path d="M175.14,35.25c-.61,4.53-1.04,5.14-4.35,5.97-.1.04-.19.15-.19.28s.08.27.19.3c3.29.83,3.74,1.44,4.35,5.97.02.13.11.25.23.25s.21-.09.23-.25c.61-4.53,1.04-5.14,4.35-5.97.11-.04.19-.15.19-.3s-.08-.27-.19-.28c-3.29-.83-3.74-1.44-4.35-5.97,0-.13-.11-.25-.23-.25s-.21.11-.23.25Z"/><path d="M134.36,15.51c-.61,4.89-1.04,5.56-4.35,6.47-.1.04-.19.17-.19.32s.08.28.19.32c3.29.91,3.74,1.57,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M235,43.21c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.55,4.35,6.47,0,.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.72-1.57-4.35-6.47,0-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M216.33,30.89c-.61,4.89-1.04,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.33-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.57-4.33-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M149.46.27c-.61,4.89-1.04,5.56-4.35,6.47-.11.02-.19.15-.19.32s.08.28.19.32c3.29.89,3.74,1.55,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.05-5.56,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.29-.91-3.74-1.57-4.35-6.47-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M110.05,15.43c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M194.42,29.71c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M219.73,11.28c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.13-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.32-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.15.08-.15.19Z"/><path d="M58.63,43.32c-.42,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.32.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.04-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M55.31,28.42c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.09-.13.17s.06.15.13.17c2.3.47,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.06-3.45.08,0,.13-.09.13-.17s-.06-.15-.13-.17c-2.3-.47-2.62-.83-3.06-3.45,0-.08-.08-.15-.15-.15s-.15.06-.15.15Z"/><path d="M231.74,22.13c-.42,2.62-.74,2.98-3.04,3.45-.08,0-.13.08-.13.17s.06.15.13.17c2.3.49,2.62.83,3.04,3.45,0,.08.08.13.15.13s.15-.06.15-.13c.42-2.62.74-2.98,3.04-3.45.08,0,.13-.08.13-.17s-.06-.15-.13-.17c-2.32-.47-2.62-.83-3.04-3.45,0-.08-.08-.13-.15-.13s-.13.06-.15.13Z"/><path d="M154.28,49.58c-.44,3.43-.74,3.91-3.04,4.53-.08.02-.13.11-.13.23s.06.21.13.23c2.3.63,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.91,3.06-4.53.08-.02.13-.11.13-.23s-.06-.21-.13-.23c-2.3-.63-2.62-1.1-3.06-4.53,0-.11-.08-.19-.15-.19s-.13.08-.15.19Z"/><path d="M76.56,17.46c-.61,4.89-1.04,5.56-4.35,6.45-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.74,1.57,4.35,6.47.02.15.11.27.23.27s.21-.11.23-.27c.61-4.89,1.04-5.56,4.35-6.47.11-.02.19-.15.19-.32s-.08-.28-.19-.32c-3.29-.89-3.74-1.55-4.35-6.45-.02-.15-.11-.27-.23-.27s-.21.11-.23.27Z"/><path d="M0,49.2c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M90.69,19.57c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.2,54.09c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.63-1.42,1.42Z"/><path d="M108.79,37.24c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M139.34,42.19c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M213.71,1.42c0,.78.65,1.42,1.42,1.42s1.43-.63,1.43-1.42-.65-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M20,31.04c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.63-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M70.54,38.03c0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M169.38,8.46c0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42-1.42.64-1.42,1.42Z"/><path d="M204.5,21.71c0,.78.65,1.42,1.42,1.42s1.43-.64,1.43-1.42-.63-1.42-1.43-1.42-1.42.64-1.42,1.42Z"/><path d="M171.36,21.99c0,.78.65,1.42,1.43,1.42s1.42-.64,1.42-1.42-.64-1.42-1.42-1.42-1.43.64-1.43,1.42Z"/></g></svg>') no-repeat 98% 1.5em / 15em auto, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60.01"><g fill="%23844eef"><path d="M149.3,31.04c-.23,0-.4.23-.44.51-1.18,9.33-2.04,10.6-8.38,12.31-.21.06-.36.3-.36.61,0,.31.15.55.36.61,6.35,1.71,7.2,2.98,8.38,12.31.04.3.23.51.44.51s.4-.23.44-.51c1.18-9.33,2.04-10.58,8.38-12.31.21-.06.36-.3.36-.61,0-.31-.15-.55-.36-.61-6.35-1.71-7.22-2.98-8.38-12.31-.04-.3-.21-.51-.44-.51Z"/><path d="M48.77.26c-.19,0-.34.19-.38.46-1.04,8.35-1.82,9.46-7.48,11-.19.04-.32.28-.32.53s.13.47.32.53c5.66,1.54,6.44,2.66,7.48,11,.04.26.19.45.38.45s.34-.18.38-.45c1.04-8.35,1.82-9.46,7.48-11,.19-.04.32-.28.32-.53s-.13-.47-.32-.53c-5.68-1.54-6.44-2.68-7.48-11-.04-.27-.19-.46-.38-.46Z"/><path d="M198.92,30.05c-.17,0-.3.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.17.04-.28.23-.28.46,0,.23.13.42.28.46,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.17-.04.28-.23.28-.46,0-.23-.11-.42-.28-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M83.19,20.99c-.17,0-.32.15-.34.38-.91,6.99-1.57,7.94-6.51,9.23-.16.04-.27.24-.27.46,0,.22.12.41.27.45,4.93,1.29,5.6,2.23,6.51,9.23.04.23.17.38.34.38s.32-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.15-.03.26-.22.26-.45,0-.23-.11-.42-.26-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.23-.17-.38-.34-.38Z"/><path d="M117.29,39.87c-.15,0-.3.15-.32.38-.91,6.99-1.57,7.94-6.51,9.23-.18.04-.29.24-.29.46,0,.22.12.41.29.45,4.93,1.29,5.6,2.23,6.51,9.23.02.21.15.38.32.38s.3-.15.34-.38c.91-6.99,1.57-7.94,6.51-9.23.16-.03.27-.22.27-.45,0-.23-.12-.42-.27-.46-4.93-1.29-5.6-2.23-6.51-9.23-.04-.21-.19-.38-.34-.38Z"/><path d="M219.35,42.35c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.29.89,3.72,1.56,4.33,6.45.02.16.11.27.23.27s.21-.12.23-.27c.63-4.9,1.06-5.56,4.35-6.45.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M234.36,27.66c-.12,0-.21.1-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.15-.19.28,0,.13.08.26.19.28,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.1.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11,0,.19-.15.19-.28,0-.13-.08-.26-.19-.28-3.31-.83-3.74-1.44-4.35-5.97-.02-.16-.11-.25-.23-.25Z"/><path d="M64.63,35c-.12,0-.23.12-.23.25-.61,4.53-1.06,5.14-4.35,5.97-.11,0-.19.13-.19.28,0,.15.08.26.19.3,3.31.83,3.74,1.44,4.35,5.97.02.16.11.25.23.25s.21-.12.23-.25c.61-4.53,1.06-5.14,4.35-5.97.11-.03.19-.17.19-.3s-.09-.24-.19-.28c-3.31-.83-3.74-1.44-4.35-5.97-.02-.14-.11-.25-.23-.25Z"/><path d="M105.41,15.24c-.12,0-.21.12-.23.27-.61,4.92-1.06,5.58-4.35,6.47-.11.04-.19.15-.19.32,0,.17.08.3.19.32,3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.61-4.9,1.06-5.56,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.09-.28-.19-.32-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M4.77,42.94c-.12,0-.23.12-.23.27-.63,4.9-1.06,5.58-4.35,6.47C.08,49.72,0,49.85,0,50s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.23-.12.23-.27c.63-4.92,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M23.44,30.62c-.12,0-.21.12-.23.27-.59,4.9-1.04,5.58-4.33,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.28.91,3.72,1.58,4.33,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32s-.08-.28-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47-.02-.16-.11-.27-.23-.27Z"/><path d="M90.31,0c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.47-.11.04-.19.17-.19.32s.08.28.19.32c3.3.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.92,1.06-5.58,4.35-6.47.11-.04.19-.15.19-.32s-.08-.3-.19-.32c-3.31-.91-3.74-1.58-4.35-6.47C90.52.11,90.43,0,90.31,0Z"/><path d="M129.8,15.24c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M45.43,29.52c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M20.12,11.09c-.07,0-.15.08-.15.19-.42,3.43-.72,3.9-3.04,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.3.62,2.62,1.1,3.04,4.53.02.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.62-1.1-3.04-4.53,0-.11-.08-.19-.15-.19Z"/><path d="M181.22,43.13c-.07,0-.15.08-.15.19-.42,3.43-.74,3.9-3.04,4.53-.07.02-.13.11-.13.23,0,.12.05.21.13.23,2.3.62,2.62,1.1,3.04,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.72-3.9,3.04-4.53.07-.02.13-.11.13-.23,0-.12-.05-.21-.13-.23-2.3-.62-2.62-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M184.54,28.27c-.07,0-.15.07-.15.15-.44,2.62-.76,2.98-3.06,3.45-.07.02-.13.09-.13.17s.05.17.13.17c2.32.47,2.64.83,3.06,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.98,3.04-3.45.07-.02.13-.09.13-.17s-.05-.17-.13-.17c-2.3-.47-2.62-.83-3.04-3.45,0-.09-.08-.15-.15-.15Z"/><path d="M8.11,22c-.07,0-.15.05-.15.13-.42,2.62-.72,2.98-3.04,3.45-.07.02-.13.08-.13.17,0,.09.05.17.13.17,2.3.47,2.62.83,3.04,3.45,0,.07.08.13.15.13s.15-.05.15-.13c.42-2.62.74-2.96,3.04-3.45.07-.02.13-.08.13-.17,0-.09-.05-.17-.13-.17-2.3-.47-2.62-.83-3.04-3.45-.02-.07-.08-.13-.15-.13Z"/><path d="M85.57,49.39c-.07,0-.15.08-.15.19-.44,3.43-.76,3.9-3.06,4.53-.07.02-.13.11-.13.23s.05.21.13.23c2.32.62,2.64,1.1,3.06,4.53,0,.11.08.19.15.19s.15-.08.15-.19c.42-3.43.74-3.9,3.04-4.53.07-.02.13-.11.13-.23s-.05-.21-.13-.23c-2.3-.62-2.6-1.1-3.04-4.53-.02-.11-.08-.19-.15-.19Z"/><path d="M163.21,17.19c-.12,0-.21.12-.23.27-.61,4.9-1.06,5.56-4.35,6.45-.11.04-.19.15-.19.32s.08.3.19.32c3.31.91,3.74,1.58,4.35,6.47.02.16.11.27.23.27s.21-.12.23-.27c.61-4.9,1.06-5.58,4.35-6.47.11-.04.19-.17.19-.32,0-.15-.08-.28-.19-.32-3.31-.89-3.74-1.56-4.35-6.45-.02-.16-.11-.27-.23-.27Z"/><path d="M238.58,47.78c-.77,0-1.42.64-1.42,1.42,0,.78.63,1.42,1.42,1.42s1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M147.89,18.15c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.63-1.42-1.42-1.42Z"/><path d="M168.38,52.67c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.79-.65-1.42-1.42-1.42Z"/><path d="M129.79,35.82c-.77,0-1.42.64-1.42,1.42,0,.78.65,1.42,1.42,1.42s1.42-.64,1.42-1.42-.65-1.42-1.42-1.42Z"/><path d="M99.24,40.77c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42-.62-1.42-1.42-1.42Z"/><path d="M24.87,0c-.78,0-1.43.63-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42S25.65,0,24.87,0Z"/><path d="M218.58,29.62c-.79,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42-.63-1.42-1.42-1.42Z"/><path d="M168.04,36.61c-.77,0-1.42.64-1.42,1.42s.65,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M69.2,7.04c-.77,0-1.42.64-1.42,1.42s.63,1.42,1.42,1.42,1.42-.64,1.42-1.42c0-.78-.65-1.42-1.42-1.42Z"/><path d="M34.08,20.29c-.8,0-1.43.64-1.43,1.42s.66,1.42,1.43,1.42,1.42-.64,1.42-1.42c0-.78-.62-1.42-1.42-1.42Z"/><path d="M67.21,20.57c-.78,0-1.42.64-1.42,1.42s.64,1.42,1.42,1.42,1.43-.64,1.43-1.42c0-.78-.65-1.42-1.43-1.42Z"/></g></svg>') no-repeat 2% 1.5em / 15em auto;
  background-color: #fff;
}

/* 20260327 海外ディズニートップの色*/
.p-disneytopNav .c-color__txt { 
  color:#16a2ec;
}

.p-disneytopNav .c-color__bg {
  background-color: #16a2ec;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "icon";
  font-size: 4rem;
  left: 50%;
  line-height: 1;
  opacity: .75;
  color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -2em;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: -2em;
}

.slick-next:before {
  content: "\f105";
}

.slick-dots {
  bottom: 1em;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  height: 1.5em;
  margin: 0;
  padding: 0;
  position: relative;
  width: 1.5em;
}

.slick-dots li button {
  background-color: transparent;
  border: 0;
  color: transparent;
  display: block;
  height: 1.5em;
  line-height: 0;
  outline: none;
  width: 1.5em;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button::before {
  background-color: #999;
  content: "";
  border-radius: 100vh;
  display: inline-block;
  height: 1.25em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width .4s ease;
  width: 1.25em;
}

/* .slick-dots li.slick-active button::before { width: 1.5em; } */


/*20241022 画像レイアウト修正*/
.tour-cassette_photo figure {
  padding-top: calc(315 / 500* 100%) !important;
}

.l-page img {
  height: auto;
}

/* 20241106 MV下のナビバーの「香港」削除→「海外ディズニーリゾート」を新規追加� */
.p-disneytop .c-color__txt {
  color: #e8543a;
}

@media screen and (max-width:767px) {
  .p-disneytop .c-color__txt {
    color: #e8543a;
    font-size: 10px;
  }

  .p-disneytop .c-color__txt::before {
    font-size: 12px;
  }
}

/* スマホのみ改行（PCは改行しない）� */
.sp-only {
  display: none;
}

@media screen and (max-width:768px) {
  .sp-only {
    display: block;
  }
}

/* PCのみ改行（SPは改行しない）� */
.pc-only {
  display: block;
}

@media screen and (max-width:768px) {
  .pc-only {
    display: none;
  }
}

/* 20241203 フロリダカスタマイズ */
a.link_detail_btn {
  background-color: #1ac05a;
  color: #fff;
  width: 20%;
  display: flex;
  text-align: center;
  margin-left: 13em;
  margin-top: 1.5em;
  border-radius: 10px;
  margin-right: 13em;
  margin-bottom: 0.5em;
  justify-content: center;
  padding: 5px;
}

a.link_detail_btn:hover {
  opacity: 0.3;
}

@media screen and (max-width:767px) {
  a.link_detail_btn {
    width: 100%;
    margin: 1em 0 0;
  }
}

/* 20241205 CTAボタンテキスト真ん中寄せ */
.l-page .c-btn {
  text-align: center;
}

/* 20241205 カリフォルニア カスタマイズ */
.microcopy_text {
  text-align: center;
  font-weight: 700;
  color: #0d85e8;
  font-size: 1em;
  margin-bottom: .3em;
}

.c-btn2 {
  background-color: #e2f4ff;
  border: 2px solid #0d85e8;
}

.l-page .c-btn2 {
  align-items: center;
  border-radius: 100vh;
  display: flex;
  height: 4.5em;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}

.l-page .c-btn2:not(.c-btn__border) span {
  color: #0d85e8;
}

.l-page .c-btn2 span {
  font-size: 1.25em;
  font-weight: 700;
}

.l-page .c-btn2 {
  overflow: hidden;
}

.l-page .c-btn2::before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  transition: all .4s ease;
  width: 100%;
}

.l-page .c-btn2:not(.c-btn__border)::before {
  background-color: rgba(0, 0, 0, .5);
  mix-blend-mode: overlay;
}

.l-page .c-btn2__border::before {
  background-color: #16a2ec;
}

.l-page .c-btn2:hover::before {
  left: 0;
}

.l-page .c-btn2__border:hover span {
  color: #fff;
  position: relative;
}

.l-page .c-btn2__bottom {
  margin-top: 4em;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.c-txt__bottomtext {
  margin: 1em auto 0;
  max-width: 720px;
  text-align: left;
}

.c-txt__bottomtext a {
  color: #139fef;
}

.c-flex2 {
  display: flex;
  justify-content: center;
}

/* 20241218 CMSクレジット表記追加� */
span.crdt {
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 1;
  padding: 0 5px;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.3;
  text-shadow: 0 0 0.8em rgb(0 0 0 / 80%);
}

@media screen and (max-width:767px) {
  span.crdt {
    font-size: .7rem;
  }
}

/* 20250110 ディズニークルーズライン追加�*/
@media screen and (min-width:768px) {
  .sec-map .p-cruiseline {
    top: 60%;
    transform: translateX(57%);
  }
}

@media screen and (max-width:767px) {
  .sec-map .p-cruiseline {
    top: 82%;
    transform: translateX(-18%);
    white-space: nowrap;
  }
}

.p-cruiseline .c-color__txt {
  color: #1ac05a;
}

.p-cruiseline .c-btn {
  background-color: #1ac05a;
}

.p-cruiseline .c-box__border {
  border-color: #1ac05a;
}

.p-cruiseline .bg-color {
  background-color: #f0fcf5;
}


/* 20250110 ナビゲーションバーのテキスト改行を行わないCSS追加�*/
.l-nav__item a span {
  white-space: nowrap;
}

.p-cruiseline.l-nav__item a span {
  margin: 5px;
}

.p-disneytop.l-nav__item a span {
  margin: 5px;
}

/* 20250205 ナビゲーションバーのスマホ版 調整 */
@media screen and (max-width:767px) {
  .l-nav__list {
    padding: 5px 0;
  }

  .l-nav__item a span {
    white-space: normal;
    font-size: 10px;
    line-height: 1;
  }
}

/* 20250521 香港ディズニー20周年追加(カリフォルニア70周年記念にも使用)�*/
.c-point__title {
  margin-top: 20px;
  margin-bottom: 15px;
  align-items: center;
  border-radius: .25em;
  display: inline-flex;
  justify-content: center;
  padding: .625em 1em;
  position: relative;
}

.c-point__title::after {
  background-color: rgba(255, 255, 255, .6);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.c-point__title span {
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.c-point__box {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
  align-items: baseline;
}

.c-point__item {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: calc(calc(100% - 5.25em) / 3);
}

.color__white {
  color: #fff;
}

.disneykeyword__list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  line-height: 1.2;
}

.disneykeyword__list li::before {
  content: "#";
  margin-right: 2px;
  background: none;
}

.disneykeyword__list li {
  color: #966c1a;
  font-size: 1.3rem;
  margin: 5px 0px 0px 5px;
}

.a-btn {
  margin-top: 5rem;
}

.threecol {
  width: initial !important;
}

@media screen and (max-width:767px) {
  .c-point__title {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .c-point__title span {
    font-size: 1.5rem;
  }

  .c-point__box {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .c-point__item {
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
  }

  .disneykeyword__list li {
    font-size: 1rem;
  }

  .a-btn {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .disneykeyword__list li {
    font-size: 1rem;
  }
}


/* 20250526 上海ディズニーナビバー スマホの幅調整 */
@media screen and (max-width:767px) {
  .anchor__width {
    width: 33%;
  }
}

/* 20250603 上海ディズニー 免責事項追加�*/
.disclaimer_txt {
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width:767px) {
  .disclaimer_txt {
    font-size: 1rem;
  }
}

/* 20250604 NEWマーク追加�*/
.info_newicon::before {
  content: "NEW";
  font-size: 1.2rem;
  color: #fff;
  background-color: #ffa5cc;
  margin-right: 10px;
  padding: 3px 5px;
  border-radius: 3px;
}


/* 20250624 カリフォルニアディズニー事前入園予約領域追加� */


.parkreservation__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
}

.parkreservation__flow {
  padding-left: 0;
  margin: 0 30px;
}

.parkreservation__flow>li {
  display: flex;
  padding: 20px;
  margin: 20px auto;
  border-radius: 50px;
  box-shadow: 0 0 0.5em rgb(190 225 255);
}

.parkreservation__flow>li dl dt {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  color: #0d85e8;
}

.parkreservation__flow>li .stepicon {
  font-size: 5rem;
  font-weight: bold;
  color: #0d85e8;
  line-height: 1;
  text-align: center;
  width: 80px;
  position: relative;
  margin-top: 0;
}

.parkreservation__flow>li .stepicon::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.parkreservation__flow>li dl dd {
  margin: 10px 0;
  text-align: left;
}

.parkreservation__flow>li dl {
  width: calc(100% - 120px);
  margin-top: 0.5em;
}

.sidenote {
  display: flex;
  background: #f9f9f9;
  margin: 15px 0 0;
  padding: 15px 15px 15px 25px;
  border-radius: 5px;
  position: relative;
}

.sidenote:before {
  display: flex;
  content: "＊";
  position: absolute;
  left: 0.8rem;
  top: 1.47rem;
}

.parkreservation__notesbox {
  display: block;
  align-items: center;
  margin: 20px 0 0;
}

.parkreservation__notesitem {
  margin: 0px 35px;
  padding: 30px;
  text-align: left;
  border-top: 1px solid #dedede;
}

.parkreservation__tit {
  font-size: 1.5em;
  font-weight: 500;
  text-align: left;
}

.parkreservation__notestxt {
  margin: 15px 15px 5px 0px;
  max-width: 750px;
  font-weight: 700;
}

.parkreservation__notesflow {
  margin: 1rem 0 0 1.5rem;
  text-align: left;
  max-width: 900px;
}

li.listicon {
  margin-left: 1em;
  position: relative;
}

.listicon:before {
  content: "";
  width: .375em;
  height: .375em;
  display: block;
  background-color: #333 !important;
  border-radius: 50%;
  margin-right: 8px;
  position: absolute;
  left: -15px;
  top: 10px;
}

.parkreservation__notesflow_add {
  margin: 10px 0px 0px 10px;
}

.bg_pointicon {
  background: #164e7c;
  padding: 3px 10px;
  color: #ffffff;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  width: 10rem;
}

.parkreservation__notesflow_table {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.parkreservation__notesflow_table dt {
  align-items: center;
  background: #333;
  color: #fff;
  display: flex;
  font-weight: 500;
  justify-content: center;
  width: 7em;
  margin-bottom: 0.5em;
}

.parkreservation__notesflow_table dd {
  padding-left: .75em;
  width: calc(100% - 7.125em);
}


.parkreservation__notesitem:first-child {
  border-top: none;
}

.strongcolor {
  color: #f03246;
  font-weight: 700;
}

.btn-yellow {
  background: #fff584 !important;
  width: 50% !important;
  margin: -35px auto 0;
  box-shadow: 3px 3px #fff584;
  border: 3px solid #333;
}

.park_txtbtn {
  color: #333 !important;
}

@media screen and (max-width:767px) {
  .parkreservation__box {
    margin: 15px auto 0;
  }

  .parkreservation__flow {
    max-width: 340px;
  }

  .parkreservation__flow>li {
    padding: 10px;
    border-radius: 30px;
  }

  .parkreservation__flow>li .stepicon {
    font-size: 2rem;
    width: 50px;
    margin-top: 5px;
  }

  .parkreservation__flow>li .stepicon::before {
    font-size: 0.4em;
    margin-bottom: 2px;
  }

  .parkreservation__flow>li dl {
    width: 100%;
  }

  .parkreservation__notesbox {
    margin: 10px 0 0;
  }

  .parkreservation__notesitem {
    margin: 15px;
    padding: 20px 5px 15px 5px;
  }

  .parkreservation__notesflow {
    font-size: inherit;
    width: 100%;
  }

  .parkreservation__notesflow_table {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .parkreservation__notesflow_table dt {
    margin-bottom: 0;
  }

  .parkreservation__notesflow_table dd {
    padding: 1em 0.5em;
    width: 100%;
  }


  .btn-yellow {
    width: 100% !important;
    padding: 10px;
    border: 2px solid #333;
  }
}


/* 20250624 カリフォルニアディズニー 70周年 */
.catchtxt {
  color: #f03246;
  font-weight: bold;
}

.comment__item {
  height: 100px;
}

.comment__itemlist {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  color: #144e7e;
  font-size: 1.3rem;
}

.logo-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-image {
  width: 15% !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.frame_blue {
  color: #0d85e8;
  background: #bde4ff;
}


@media screen and (max-width:767px) {
  .comment__item {
    height: auto;
  }

  .comment__itemlist {
    margin-top: 1.2em;
    font-size: 1rem;
  }

  .logo-h3 {
    display: block;
  }

  .logo-image {
    width: 50% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}


/* 20250724 カリフォルニアディズニー hrefカラー�css */
.href-color {
  color: #139fef !important;
}

/* 20251028 �フロリダディズニー ジップエア直行便 special.asp css */
.sec-special .c-special__item {
  background-color: #fff;
  border: 1px solid;
  border-radius: .75em;
}

.sec-special .c-special__item .c-txt p {
  margin-top: 1em;
  background: #f0fcf5;
  padding: 0.5rem;
  border-radius: 3px;
}

.sec-special .c-special__item .c-txt ul li {
  display: list-item;
  list-style: disc;
  list-style-position: outside;
  margin-left: 1em;
  margin-right: 1em;
}

.sec-special .c-special__name {
  font-weight: 500;
  display: block;
  text-align: left;
}

.p-florida .c-box__border,
.p-florida .c-sec+.c-sec {
  border-color: #1ac05a;
}

.p-florida .c-special__name {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.4 67.16"><g fill="%231ac05a"><path d="M31.05,20.84c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M33.95,46.07c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.62,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65-.63.98-.79,3.63-1.08,7.33-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/><path d="M19.39,59.63c2.44-.35,4.19-.54,4.83-1.36.65-.82.82-3.03,1.11-6.12.27,3.09.42,5.3,1.07,6.13.65.82,2.38,1.03,4.82,1.4-2.44.35-4.19.54-4.83,1.36-.65.82-.82,3.03-1.11,6.12-.28-3.09-.42-5.3-1.07-6.13-.65-.82-2.38-1.03-4.82-1.4Z"/><path d="M0,37.93c5.76-.65,9.87-1,11.41-2.47,1.54-1.47,1.92-5.46,2.63-11.02.66,5.57.99,9.56,2.52,11.03,1.52,1.48,5.63,1.85,11.37,2.53-5.76.65-9.87,1-11.41,2.47-1.54,1.47-1.92,5.45-2.63,11.02-.66-5.57-.99-9.56-2.52-11.03-1.52-1.49-5.63-1.85-11.37-2.53Z"/><path d="M10.47,8.97c2.36-.43,4.05-.67,4.67-1.65.63-.98.79-3.63,1.08-7.33.26,3.7.41,6.35,1.03,7.34.63.99,2.31,1.23,4.66,1.68-2.36.43-4.05.67-4.67,1.65s-.79,3.63-1.08,7.33c-.26-3.7-.4-6.35-1.03-7.34-.63-.99-2.31-1.23-4.66-1.68Z"/></g></svg>') no-repeat 100% 0 / 1.5em auto;
}

.c-special_subname {
  color: #fff;
  background-color: #cb1956;
  margin-right: 10px;
  padding: 3px 5px;
  border-radius: 3px;
  font-weight: 500;
  max-width: 160px;
  align-items: center;
  white-space: nowrap;
  max-height: 33px;
  margin-top: 1rem;
}

#anchor_special .c-cap {
  bottom: 3.5em;
}

li.list-square {
  list-style-type: none !important;
  position: relative;
}

li.list-square::before {
  border-radius: 20%;
  content: "";
  display: block;
  height: .5em;
  left: 0;
  position: absolute;
  top: .5em;
  width: .5em;
}

.list-square ol {
  margin-left: 1em;
}

#anchor_special .c-btn {
  padding: 1rem 2rem;
}

.yoyaku_box {
  background-color: #fcedf2;
  display: block;
  padding: 1rem;
  border-radius: 3px;
}

.yoyaku_box_title {
  margin-top: 0 !important;
  color: #cb1956;
  margin-bottom: 1rem;
  background: #fcedf2 !important;
}

.yoyaku_box_txt {
  background-color: #fff;
  display: block;
  padding: 0.5rem;
}

div#anchor_special {
  border-top: none !important;
}

div#anchor_info {
  border-top: none;
  padding-top: 0;
}



@media screen and (min-width:768px) {

  .sec-special .c-special__list,
  .sec-plan .c-plan__list {
    margin-top: 4em;
  }

  .sec-special .c-special__item {
    padding: 1.25em 3em 2.25em;
  }

  .sec-special .c-special__item+.c-hotel__item {
    margin-top: 1.875em;
  }

  .sec-special .c-special__name {
    font-size: 2em;
    padding: .5em 2em .5em 0;
    display: flex;
  }

  .sec-special .c-col__two {
    margin-top: .5em;
  }

  .l-page .c-col__two .c-pic,
  .sec-special .c-pic__slider {
    width: 36.25em;
  }

  .c-special_subname {
    font-size: 1.6rem;
    display: flex;
  }

  .notes-kome {
    font-size: 1.4rem;
  }

  div#anchor_special {
    padding-top: 1.5em !important;
  }
}

@media screen and (max-width:767px) {
  .sec-special .c-special__item {
    padding: 1.5em;
  }

  .sec-special .c-special__name {
    font-size: 1.5em;
    padding: 0 2em 1em 0;
  }

  .c-special_subname {
    font-size: 1.5rem;
  }

  .yoyaku_box {
    width: 100%;
  }

  .notes-kome {
    font-size: 1rem;
  }
}


/* 20260107 フロリダディズニー  ページ上部のパークマップクレジット表記調整 */
.credit-froridamap {
  text-align: right;
  left: 60em;
  top: 0.5rem;
}

@media screen and (max-width:767px) {
  .credit-froridamap {
    left: 0em;
    right: 33em !important;
    text-align: left;
    top: 0.5rem;
  }
}

/* 20260121 ディズニーTOPページ下部にディズニープラスバナー設置 */
.c-bnr__item {
  padding: 32px 0 !important;
}

.c-bnr__item:nth-child(n+2) {
  padding-top: 0 !important;
}

.c-bnr__item:nth-child(n+2) {
  padding-bottom: 0 !important;
}

.c-bnr__item a img {
  display: inline-block;
  width: inherit;
  max-width: 100%;
}

@media screen and (max-width:767px) {
  .c-bnr__item {
    padding: 24px 0 !important;
  }

  .c-bnr__item_bn_pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .c-bnr__item_bn_sp {
    display: none !important;
  }
}

/* 20260121 フロリダ・カリフォルニア・アウラニ・香港ページのCMS下にディズニープラスバナー設置 */
.middle-bnr__item {
  padding: 6em 0 0 !important;
}

.middle-bnr__item a img {
  display: inline-block;
  width: inherit;
  max-width: 100%;
}

@media screen and (max-width:767px) {
  .middle-bnr__item {
    padding: 3em 0 0 !important;
  }

  .middle-bnr__item_bn_pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .middle-bnr__item_bn_sp {
    display: none !important;
  }
}

/* 20260121 アウラニディズニー キャラクターグリーティング枠の設置 */
.c-special__list .c-txt__summarytxt {
  background: #ffffff00 !important;
  margin: 1.5em auto 0;
  max-width: 815px;
}

.c-special__list .c-box__non-border {
  border: none !important;
}

.p-aulani .c-special__item {
  background: #fff;
}

.p-aulani .margin-t {
  margin-top: 2rem;
}

.p-aulani .c-txt__summarytxt__table {
  align-items: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.5em auto 0;
  max-width: 815px;
}

.p-aulani .c-txt__summarytxt__table dt {
  align-items: center;
  background: #333;
  color: #fff;
  display: flex;
  font-weight: 500;
  justify-content: center;
  width: 7em;
  margin-bottom: 0.5em;
}

.p-aulani .c-txt__summarytxt__table dd {
  padding-left: .75em;
  width: calc(100% - 7.125em);
  margin-bottom: 0.7rem;
  align-items: center;
  display: flex;
}


@media screen and (min-width:768px) {
.c-special__list .c-btn__block {
  display: flex;
  justify-content: center;
}

.sikaku-btn {
  width: 50% !important;
  height: 3em !important;
}
}

@media screen and (max-width:767px) {
  .p-aulani .margin-t {
    margin: -2rem 0;
  }

  .p-aulani .c-txt__summarytxt__table {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .p-aulani .c-txt__summarytxt__table dt {
    margin-bottom: 0;
  }
  .p-aulani .c-txt__summarytxt__table dd {
    margin: 0.5rem 0;
    width: 100%;
  }
  .c-special__list .c-txt__summarytxt {
    margin: 0 auto 0;
    margin-top: 0 !important;
  }
}

/* 20260327 MV画像上のh1背景色*/
h1{
  background: #ffffff54;
  box-shadow: 5px 5px 5px 2px #ffffff54;
  margin: 1rem auto;
  padding: 10px 5px;
}

/* 20260324 ナビゲージョンバーの文字の上にあるアイコンをなくす*/
.l-nav__item a span::before {
  display: none;
}

/* 20260326 ナビゲージョンバー 選んだページを開いている時に、選んだページのテキスト色を白にする*/
.l-nav__item a span{
  color: #fff;
}

/* 20260326 ナビゲージョンバー PC画面のみホバー時に変化*/
@media screen and (min-width: 768px) {
  .hover-line {
    position: relative;
    text-decoration: none;
  }
  .hover-line::after{
    background-color: #dedede;
    border-radius: 100vh;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 1em;
    transform: translateX(-50%);
    width: 0;
    height: .2em;
    transition: .4s;
  }
  .hover-line:hover::after{
    width: 50%;
  }
}

/* 20260326 サブナビゲーションバー*/
.l-anchor {
  margin-top: 0;
  margin-bottom: 2.5em;
}

