@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
button,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 0.75px;
}

body,
table,
input,
textarea,
select,
option,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-family: "Adrianna";
}

b,
strong,
.bold {
  font-family: "Adrianna";
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Adrianna", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
.wrapper {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.datepicker {
  position: absolute;
}
.datepicker.dropdown-menu {
  min-width: 304px;
  background-color: #000;
  border-radius: 10px;
  font-size: 16px;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed {
  width: 100%;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr th {
  color: #fff;
  padding: 8px;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr th:hover {
  background-color: #faf3d9;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr td {
  color: #fff;
  padding: 8px;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr td:hover {
  background-color: #faf3d9;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr td.active {
  background-color: #e8c143;
  background-image: none;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr td.disabled {
  color: #989898;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed,
.datepicker.dropdown-menu .datepicker-years .table-condensed {
  width: 100%;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed tr th,
.datepicker.dropdown-menu .datepicker-years .table-condensed tr th {
  color: #fff;
  padding: 8px;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed tr th:hover,
.datepicker.dropdown-menu .datepicker-years .table-condensed tr th:hover {
  background-color: #faf3d9;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed span,
.datepicker.dropdown-menu .datepicker-years .table-condensed span {
  color: #fff;
  padding: 0;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed span:hover,
.datepicker.dropdown-menu .datepicker-years .table-condensed span:hover {
  background-color: #faf3d9;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed span.active,
.datepicker.dropdown-menu .datepicker-years .table-condensed span.active {
  background-color: #e8c143;
  background-image: none;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed span.disabled,
.datepicker.dropdown-menu .datepicker-years .table-condensed span.disabled {
  color: #989898;
}
.datepicker.datepicker-orient-bottom::after {
  border-bottom: 6px solid #000;
}
.datepicker.datepicker-orient-top::after {
  border-top: 6px solid #000;
}

.small-loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #000; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff2"), url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff"), url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff2"), url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff"), url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("woff2"), url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("woff"), url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff2"), url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff"), url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("woff2"), url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("woff"), url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("woff2"), url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("woff"), url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 100;
}
.c-header {
  background-color: #000;
  padding: 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.c-header.home-page {
  top: -150rem;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media screen and (max-width: 768px) {
  .c-header.home-page {
    top: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .c-header.type_breadcrumb {
    height: 52px;
  }
  .c-header.type_breadcrumb .location-pc {
    display: block;
  }
  .c-header.type_breadcrumb .c-header__logo {
    width: 35px;
  }
  .c-header.type_breadcrumb .navigation__menumain__item > a {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
  .c-header.type_breadcrumb .c-header__contact p {
    line-height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .c-header.type_breadcrumb .location-sp {
    display: block;
  }
}
.c-header.hide_search .c-header__search {
  display: none;
}
.c-header.hide_search .c-header__blocksp__search {
  display: none;
}
.c-header.hide-sticky {
  top: -130rem;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-header {
    padding: 7px 10px 7px 20px;
    height: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-header.hide_travel_agents .c-header__travel-agents {
  display: none;
}
.c-header.head_checkout {
  height: 75px;
}
.c-header.head_checkout .c-header__travel-agents {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header.head_checkout {
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 25px;
  }
}
.c-header.head_checkout .c-header__search {
  display: none;
}
.c-header.head_checkout .navigation {
  display: none;
}
.c-header.head_checkout .c-header__cart {
  display: none;
}
.c-header.head_checkout .c-header__currency {
  opacity: 0;
}
.c-header.head_checkout .c-header__logo {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .c-header.head_checkout .c-header__logo {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .c-header.head_checkout .c-header__left {
    padding-left: 0;
  }
}
.c-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header__left {
    padding-left: 10vw;
    position: relative;
  }
}
.c-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-left: 25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-header__right {
    display: block;
    background-color: #fff;
    position: fixed;
    width: 0;
    height: 100vh;
    left: -100%;
    top: 0;
    z-index: 8888;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 0;
    width: 100%;
  }
  .c-header__right.show {
    left: 0;
  }
}
.c-header__logo {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    width: 89px;
  }
}
.c-header__logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-header__logo img {
    width: 100%;
  }
}
.c-header__search {
  padding-left: 30px;
  width: 260px;
  position: relative;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header__search {
    width: 195px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__search {
    display: none;
  }
}
.c-header__search__autocomplete input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px 15px;
  padding-right: 35px;
  font-size: 16px;
  border-radius: 10px;
  height: 34px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.c-header__search__submit {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 3px;
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url(https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/ic-search-black.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: center;
  border-radius: 0 10px 10px 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}
.c-header__search .autocomplete {
  position: relative;
  display: inline-block;
}
.c-header__search form {
  position: relative;
}
.c-header__search input {
  border: 0;
  background-color: #f1f1f1;
  padding: 10px 15px;
  padding-right: 35px;
  font-size: 16px;
  border-radius: 10px;
  height: 34px;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}
.c-header__search input:focus {
  outline-width: 0 !important;
  border: 0 !important;
  height: 34px !important;
}
.c-header__search input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
.c-header__search .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  z-index: 99;
  top: 123%;
  left: 0;
  right: 0;
  font-size: 16px;
  background-color: #fff;
  border-radius: 10px;
  width: 540px;
}
.c-header__search .autocomplete-items #search-barautocomplete-list-sub {
  padding: 10px;
}
.c-header__search .autocomplete-items #search-barautocomplete-list-sub div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
}
.c-header__search .autocomplete-items #search-barautocomplete-list-sub div:hover {
  background-color: #e9e9e9;
}
.c-header__search #search-for-all {
  cursor: pointer;
  padding: 15px 20px;
  -webkit-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.0509803922);
  position: relative;
}
.c-header__search #search-for-all::before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 8px;
  top: 19px;
  right: 10px;
  background-image: url("https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/pc/Icon-Arrow-Right-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-header__search .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.c-header__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header__block {
    display: block;
  }
}
.c-header__cart {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-header__cart {
    display: none;
  }
}
.c-header__cart.hidden {
  display: none;
}
.c-header__cart:hover .box_cart {
  visibility: visible;
  opacity: 1;
}
.c-header__cart > a {
  display: block;
  padding: 22rem 26rem;
}
.c-header__cart img {
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .c-header__cart img {
    width: 19px;
  }
}
.c-header__cart .cart_number {
  display: inline-block;
  font-size: 9px;
  color: #fff;
  background-color: #f53508;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 14px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .c-header__cart .cart_number {
    right: 11px;
    top: 9px;
  }
}
.c-header__cart-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header__cart-sp {
    display: block;
    position: relative;
  }
}
.c-header__cart-sp .cart_number {
  display: inline-block;
  font-size: 9px;
  color: #fff;
  background-color: #f53508;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  position: absolute;
  width: 15px;
  height: 15px;
  right: -9px;
  top: -6px;
}
.c-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .c-header__group {
    width: 37%;
  }
}
@media (min-width: 768px) and (max-width: 1336px) {
  .c-header__group {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-header__group {
    width: auto;
    padding: 0 20px;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-header__currency {
  width: 100px;
  position: relative;
  min-width: 112px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .c-header__currency {
    width: 35%;
  }
}
.c-header__currency dt {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18rem;
  padding-left: 7px;
  border-bottom: 0;
  border-radius: 0;
  padding: 16px 8px;
  color: #fff;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-header__currency dt {
    font-size: 15px;
    padding: 16px 0px;
    position: relative;
    z-index: 3;
    border-bottom: 2px solid #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.c-header__currency dt img {
  margin-top: -2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-header__currency dt.is-open img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-header__currency dd {
  display: none;
  position: absolute;
  top: 52px;
  width: 400px;
  left: 0;
  border-top: 0;
  background-color: #fff;
  z-index: 2;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1480px) and (min-width: 769px) {
  .c-header__currency dd {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1336px) and (min-width: 769px) {
  .c-header__currency dd {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header__currency dd {
    padding: 10px;
    width: 300px;
  }
}
.c-header__currency dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 300px;
  overflow-y: auto;
}
.c-header__currency dd ul li {
  width: 49%;
  margin-right: 2%;
}
.c-header__currency dd ul li:nth-child(2n) {
  margin-right: 0;
}
.c-header__currency dd ul li p {
  cursor: pointer;
  color: #000;
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 600;
  display: block;
  border-radius: 20px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header__currency dd ul li p {
    font-size: 1.3vw;
    padding: 10px;
  }
}
.c-header__currency dd ul li p:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .c-header__currency {
    display: none;
  }
}
.c-header__contact {
  display: none;
  padding-left: 2vw;
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .c-header__contact {
    padding-left: 1vw;
  }
}
@media (min-width: 768px) and (max-width: 1336px) {
  .c-header__contact {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-header__contact {
    padding-left: 0;
    display: block;
  }
}
.c-header__contact p {
  color: #fff;
  font-size: 18rem;
  line-height: 35rem;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-header__contact p {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: left;
    white-space: normal;
    font-weight: 600;
    color: #000;
  }
}
.c-header__contact p img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-header__contact p img {
    background-color: #000;
    border-radius: 10px;
  }
}
.c-header__travel-agents {
  color: #000;
  font-weight: 600;
  background-color: #efc109;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
  padding: 0 20rem;
  font-size: 19rem;
  line-height: 50rem;
  margin-left: 2vw;
}
@media (max-width: 1200px) {
  .c-header__travel-agents {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-header__travel-agents {
    margin-top: 10px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 60rem;
    width: 100%;
  }
}
.c-header__travel-agents span {
  position: relative;
  left: 10px;
}
.c-header__travel-agents img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline;
  opacity: 0;
  position: relative;
  bottom: 1px;
}
.c-header__travel-agents:hover img {
  opacity: 1;
  padding-left: 20px;
}
.c-header__btn-menu {
  display: none;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-header__btn-menu {
    display: block;
  }
}
.c-header__btn-menu > div {
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
}
.c-header__btn-menu .bar2 {
  margin: 6px 0;
  width: 24px;
}
.c-header__location {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #efc109;
  padding-left: 115px;
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header__location {
    padding-left: 95px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__location {
    position: relative;
    top: auto;
    padding-left: 0;
    background-color: #fff;
  }
}
.c-header__location ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header__location ul {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__location ul li:first-child a {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__location ul li:last-child {
    border-bottom: 1px dashed #989898;
    margin-bottom: 20px;
  }
}
.c-header__location ul li a {
  font-size: 17rem;
  font-weight: 600;
  line-height: 30px;
  margin-right: 50px;
  color: #000000;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header__location ul li a {
    margin-right: 35px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__location ul li a {
    font-size: 18px;
    line-height: 25px;
    padding: 0 18px 30px;
    color: #000;
    margin-right: 0;
  }
}
.c-header__location ul li a.underline {
  text-decoration: underline;
}
.c-header__blocksp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header__blocksp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.c-header__blocksp__search {
  width: 18px;
}
.c-header__blocksp__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #fff;
  border: 0;
  font-size: 16px;
}
.c-header__user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 5px;
  padding-right: 10px;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  min-width: 68px;
}
@media screen and (max-width: 768px) {
  .c-header__user-menu {
    margin-left: 0;
  }
}
.c-header__user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 30px;
}
.c-header__user-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-header__user-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: unset;
}
.c-header__user-toggle.show .c-header__user-arrow {
  margin-top: -2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-header__user-icon {
  margin-right: 5px;
}
.c-header__user-arrow {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-header__user-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  left: -90px;
  z-index: 2;
}
.c-header__user-dropdown ul {
  border-top: 0;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-header__user-dropdown li.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.c-header__user-dropdown li.flex-row p {
  white-space: nowrap;
}
.c-header__user-dropdown p,
.c-header__user-dropdown a {
  cursor: pointer;
  color: #000;
  font-size: 15px;
  padding: 10px 5px;
  font-weight: 600;
  display: block;
  border-radius: 20px;
  text-align: center;
}
.c-header__user-dropdown p:hover,
.c-header__user-dropdown a:hover {
  background-color: #f5f5f5;
}
.c-header__user-dropdown p.inactive,
.c-header__user-dropdown a.inactive {
  cursor: default;
}
.c-header__user-dropdown p.inactive:hover,
.c-header__user-dropdown a.inactive:hover {
  background-color: unset;
}
.c-header__user-dropdown p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .c-header__user-not-login.pc-only {
    display: none;
  }
}
.c-header__user-not-login.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header__user-not-login.sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-header__user-login.pc-only {
    display: none;
  }
}
.c-header__user-login.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header__user-login.sp-only {
    display: block;
  }
}
.c-header__user-login .c-header__user-icon {
  font-size: 18rem;
  color: #fff;
}
.c-header__user-login .c-header__user-menu {
  border: none;
}
.c-header__user-login .c-header__user-dropdown {
  left: -50px;
  top: 40px;
}
.c-header__user-login .c-header__user-dropdown ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-header__user-login .c-header__user-dropdown a,
.c-header__user-login .c-header__user-dropdown p {
  text-align: left;
}

.box_cart {
  padding: 30rem;
  border-radius: 10rem;
  background-color: #fff;
  width: 345px;
  position: absolute;
  top: 55px;
  left: 20px;
  -webkit-box-shadow: 10rem 10rem 30rem rgba(0, 0, 0, 0.1607843137);
          box-shadow: 10rem 10rem 30rem rgba(0, 0, 0, 0.1607843137);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 99;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .box_cart {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .box_cart {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 310px;
  }
}
.box_cart__head {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.box_cart__tt {
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 4px;
}
.box_cart__rows {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box_cart__rows dt {
  width: 100px;
  height: 70px;
  overflow: hidden;
  border-radius: 10rem;
}
.box_cart__rows dt img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_cart__rows dd {
  width: calc(100% - 100rem);
  padding-left: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_cart__text {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #989898;
  padding: 0;
  text-transform: inherit;
  margin: 0 !important;
}
.box_cart__text span {
  color: #efc109;
}
.box_cart__btn {
  color: #000000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  line-height: 40px;
  border-radius: 10rem;
  background-color: #efc109;
  display: block;
  margin-top: 20rem;
}

.navigation__head {
  position: relative;
  padding: 7px 25px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation__head {
    display: block;
    padding: 20px;
    margin-bottom: 15px;
    padding-bottom: 0;
    height: auto;
  }
}
.navigation__head .c-header__logo {
  width: 40px;
}
.navigation__closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  padding: 10px;
}
.navigation__menumain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .navigation__menumain {
    display: block;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item {
    border-bottom: 1px dashed #989898;
  }
}
.navigation__menumain__item > a,
.navigation__menumain__item > p {
  color: #fff;
  font-size: 18rem;
  line-height: 35rem;
  font-weight: 700;
  cursor: pointer;
  padding: 19rem 26rem;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .navigation__menumain__item > a,
  .navigation__menumain__item > p {
    padding: 19rem 20rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .navigation__menumain__item > a,
  .navigation__menumain__item > p {
    font-size: 1.3vw;
    padding: 19rem 1vw;
  }
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item > a,
  .navigation__menumain__item > p {
    font-size: 17px;
    color: #000;
    display: block;
    font-weight: 700;
    padding: 10px 0;
    padding-bottom: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 15px 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .navigation__menumain__item > a,
  .navigation__menumain__item > p {
    font-size: 35rem;
  }
}
.navigation__menumain__item > a > img,
.navigation__menumain__item > p > img {
  margin-left: 10px;
  margin-top: -5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item > a > img,
  .navigation__menumain__item > p > img {
    display: none;
  }
}
.navigation__menumain__item > a:hover, .navigation__menumain__item > a.active,
.navigation__menumain__item > p:hover,
.navigation__menumain__item > p.active {
  color: #efc109;
}
.navigation__menumain__item > a.navigation__menumain__item__destinations,
.navigation__menumain__item > p.navigation__menumain__item__destinations {
  padding: 32rem 0;
  margin-right: 50rem;
  margin-left: 26rem;
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .navigation__menumain__item > a.navigation__menumain__item__destinations,
  .navigation__menumain__item > p.navigation__menumain__item__destinations {
    margin-right: 23rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .navigation__menumain__item > a.navigation__menumain__item__destinations,
  .navigation__menumain__item > p.navigation__menumain__item__destinations {
    margin-left: 2vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item > a.navigation__menumain__item__destinations,
  .navigation__menumain__item > p.navigation__menumain__item__destinations {
    margin: 0;
    padding: 10px 0;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
  }
  .navigation__menumain__item > a.navigation__menumain__item__destinations::after,
  .navigation__menumain__item > p.navigation__menumain__item__destinations::after {
    content: "";
    width: 10px;
    height: 8px;
    background-image: url("https://cdn.forevervacation.com/layout_v_3/FV_new_v2/assets/images/small_icon_down.svg");
    background-size: contain;
    background-position: right 0 center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.navigation__menumain__item > a.navigation__menumain__item__destinations:hover, .navigation__menumain__item > a.navigation__menumain__item__destinations.active,
.navigation__menumain__item > p.navigation__menumain__item__destinations:hover,
.navigation__menumain__item > p.navigation__menumain__item__destinations.active {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item > a.navigation__menumain__item__destinations:hover, .navigation__menumain__item > a.navigation__menumain__item__destinations.active,
  .navigation__menumain__item > p.navigation__menumain__item__destinations:hover,
  .navigation__menumain__item > p.navigation__menumain__item__destinations.active {
    color: #000;
  }
}
.navigation__menumain__item > a.navigation__menumain__item__destinations.current img,
.navigation__menumain__item > p.navigation__menumain__item__destinations.current img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item > a.navigation__menumain__item__destinations.current::after,
  .navigation__menumain__item > p.navigation__menumain__item__destinations.current::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
}
.navigation__wrap {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0;
  z-index: 20;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 280rem;
  padding-right: 100rem;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .navigation__wrap {
    padding-left: 10vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .navigation__wrap {
    padding: 0;
    background: none;
    position: relative;
    left: auto;
    top: -20px;
  }
}
.navigation__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .navigation__submenu {
    display: block;
  }
}
.navigation__submenu__inner.show {
  width: 100%;
}
.navigation__submenu__item {
  width: 16.66%;
}
@media screen and (max-width: 768px) {
  .navigation__submenu__item {
    width: 100%;
  }
}
.navigation__submenu__item > a {
  color: #efc109;
  font-size: 22rem;
  padding: 10px 0;
  display: block;
  position: relative;
  font-weight: 700;
}
.navigation__submenu__item > a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .navigation__submenu__item > a {
    color: #000;
    font-size: 16px;
    padding: 15px 0;
  }
  .navigation__submenu__item > a::before {
    content: "";
    width: 12px;
    height: 14px;
    background-image: url(https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/Arrow-left-news.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 34px;
    top: 37%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.navigation__submenu__head {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0;
  border-bottom: 1px solid #989898;
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation__submenu__head {
    display: none;
  }
}
.navigation__submenu__head__back {
  padding: 10px;
}
.navigation__submenu__head__name {
  color: #efc109;
  font-size: 18px;
  text-transform: uppercase;
}
.navigation__submenu__head .navigation__closebtn {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.navigation__submenu2 li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 20rem;
  padding: 5px 0;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .navigation__submenu2 li a {
    font-size: 16px;
    padding: 10px 0;
    padding-top: 0;
    line-height: 25px;
    font-weight: 400;
    color: #000;
  }
}
.navigation__submenu2 li a:hover {
  color: #efc109;
}
@media screen and (max-width: 768px) {
  .navigation__submenu2 li a:hover {
    color: #000;
  }
}
.navigation__submenu2 li.active a {
  text-decoration: underline;
  color: #efc109;
}
@media screen and (max-width: 768px) {
  .navigation__submenu2 li.active a {
    color: #000;
  }
}
.navigation__home {
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation__home {
    display: block;
    border-bottom: 1px dashed #989898;
  }
  .navigation__home a {
    display: block;
    font-size: 17px;
    color: #000;
    display: block;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .navigation__home a {
    font-size: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .navigation__signup {
    border-bottom: 0;
  }
}

.fancybox__container {
  z-index: 1029999;
}

.modal_search_mobile {
  display: block;
  background-color: #fff;
  position: fixed;
  width: 0%;
  height: 100vh;
  right: -200px;
  top: 0;
  z-index: 99999;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 0;
  padding: 20px 20px;
}
.modal_search_mobile.show {
  width: 100%;
  right: 0;
}
.modal_search_mobile__title {
  font-size: 23px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.modal_search_mobile__head {
  position: relative;
}
.modal_search_mobile__head .navigation__closebtn {
  position: absolute;
  margin-left: auto;
  right: 0;
  top: 5px;
  padding: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.modal_search_mobile__group {
  position: relative;
  margin-top: 25px;
}
.modal_search_mobile__group input {
  height: 48px;
  border: 1px solid #989898;
  background-color: #fff;
}
.modal_search_mobile__group .c-header__search__submit {
  top: 6px;
}
.modal_search_mobile__group .autocomplete-items {
  width: 100%;
  margin-top: 20px;
}
.modal_search_mobile__group #search-barautocomplete-list-sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal_search_mobile__group #search-barautocomplete-list-sub div {
  font-size: 15px;
  margin-bottom: 20px;
  height: 34px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_search_mobile__group #search-barautocomplete-list-sub div::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background-image: url("https://cdn.forevervacation.com/layout_v_3/FV_new_v2/assets/images/location-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.modal_search_mobile__group #search-barautocomplete-list-sub div p {
  margin-left: 50px;
  font-weight: 600;
}
.modal_search_mobile__group #search-for-all {
  margin-top: 10px;
  border-radius: 10px;
  padding: 15px 30px;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

/* The Modal (background) */
.password-wrap {
  position: relative;
}
.password-wrap .eye-icon,
.password-wrap .eye-icon-close {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.password-wrap .eye-icon-close {
  display: none;
}

.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  /* The Close Button */
}
.popup .close {
  color: #aaa;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  padding: 10px;
}
.popup .close:hover, .popup .close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .popup .close {
    top: -5px;
    right: 5px;
  }
}
.popup__content {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
  max-width: 600px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px 30px 20px 30px;
}
@media screen and (max-width: 1024px) {
  .popup__content {
    padding: 40px 15px 30px 15px;
    width: 95%;
  }
}
.popup__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #111;
}
.popup .form .text-field {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  font-family: Roboto, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
  background: #fff;
  width: 100%;
}
.popup .form input {
  background: #fff;
  border: none;
  border-radius: 4px;
  color: #111;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-family: inherit;
  font-size: inherit;
  padding: 16px;
  -webkit-appearance: textfield;
  text-align: center;
}
.popup .form__item {
  margin: 16px 0;
}
.popup .form__item button,
.popup .form__item a {
  background: #005d8f;
  border: 1px solid #005d8f;
  border-radius: 30px;
  -webkit-box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 1.125rem;
  padding: 8px 12px !important;
  -webkit-transition: background 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  width: 100%;
}
.popup .form__item button:hover,
.popup .form__item a:hover {
  background: #0083cc;
  border-color: #0083cc;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.175);
}
.popup .form__item button.unfollow,
.popup .form__item a.unfollow {
  background: #fff;
  color: #005d8f;
  border: 1px solid #005d8f;
  font-weight: 600;
}
.popup .form__item button.unfollow:hover,
.popup .form__item a.unfollow:hover {
  background: #005d8f;
  color: #fff;
}
.popup .form__item .text {
  font-size: 15px;
  text-align: center;
  width: 100%;
  display: block;
  color: #000;
}
.popup__link {
  color: #005d8f;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
}
.popup__link:hover {
  color: #0083cc;
  text-decoration: underline;
}
.popup__cancel {
  color: #686868;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: block;
}
.popup__cancel:hover {
  color: #888;
}
.popup__sign_in__title {
  position: relative;
}
.popup__sign_in__title svg {
  width: 100%;
  position: relative;
  bottom: 12px;
  z-index: 1;
}
.popup__sign_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .popup__sign_in {
    padding: 0;
  }
}
.popup__sign_in form {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .popup__sign_in form {
    margin-top: 10px;
  }
}
.popup__sign_in h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  position: relative;
}
.popup__sign_in .input-group {
  margin-bottom: 15px;
  text-align: left;
}
.popup__sign_in .input-group label {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.popup__sign_in .input-group label span {
  color: #666;
  font-weight: normal;
}
.popup__sign_in .input-group .error-text {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.popup__sign_in input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.popup__sign_in input.error {
  border-color: red;
}
.popup__sign_in .groups {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup__sign_in .groups .input-group {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popup__sign_in .login-btn {
  background-color: #efc109;
  color: #000;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  height: 44px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup__sign_in .login-btn.loading span {
  display: block;
}
.popup__sign_in .login-btn.loading p {
  display: none;
}
.popup__sign_in .login-link {
  display: block;
  margin-top: 15px;
  color: #0073bb;
  text-decoration: none;
  font-weight: 500;
}
.popup__sign_in .forgot-password {
  color: #e8c143;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}
.popup__sign_in .forgot-password::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  font-size: 16px;
  background-color: #e8c143;
}
.popup__sign_in .terms {
  font-size: 14px;
  color: #666;
  margin: 20px 0;
  width: 100%;
  text-align: center;
  line-height: 20px;
}
.popup__sign_in .terms a {
  color: #0073bb;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
}
.popup__sign_in .divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.popup__sign_in .divider::before,
.popup__sign_in .divider::after {
  content: "";
  background-color: #ccc;
  width: 28%;
  height: 1px;
  position: absolute;
  font-size: 18px;
  font-weight: 500;
}
.popup__sign_in .divider::before {
  left: 14%;
}
.popup__sign_in .divider::after {
  right: 14%;
}
.popup__sign_in .divider span {
  color: #666;
  font-size: 16px;
}
.popup__sign_in .google-button {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  max-width: unset;
  margin-bottom: 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  position: relative;
  font-weight: 500;
  height: 46px;
}
.popup__sign_in .google-button svg {
  position: absolute;
  left: 15px;
}
.popup__sign_in .signup {
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .popup__sign_in .signup {
    margin-top: 10px;
  }
}
.popup__sign_in .signup a,
.popup__sign_in .signup span {
  color: #0073bb;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
.popup__sign_in.sign_up h2 {
  margin-bottom: 0;
}
.popup__sign_in.sign_up .login-btn {
  margin-top: 20px;
}
.popup__sign_in.sign_up .divider2 {
  width: 100%;
  height: 1px;
  background-color: #dadada;
  margin: 30px 0;
}
.popup__sign_in.sign_up .signup {
  font-weight: bold;
  color: #000;
}
.popup__sign_in.sign_up .signup a {
  font-weight: bold;
}
.popup .currency-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  width: 100%;
  gap: 20px;
  overflow-y: auto;
  max-height: 350px;
}
.popup .currency-list li {
  width: 100%;
  max-width: 140px;
}
.popup .currency-list .currency-item {
  cursor: pointer;
  color: #000;
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 600;
  display: block;
  border-radius: 20px;
  margin-bottom: 3px;
  text-align: center;
}
.popup .currency-list .currency-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.popup .currency-list .currency-item.active {
  background-color: #000;
  color: #fff;
}

.c-footer {
  position: relative;
  z-index: 2;
}
.c-footer.is_hide_all .c-footer__bottom__inner {
  max-width: 1480px;
}
.c-footer.is_hide_all .c-footer__top {
  display: none;
}
.c-footer.is_hide_all .c-footer__bottom {
  padding-bottom: 0;
  padding: 10px 0;
}
.c-footer.is_hide_all .c-footer__bottom__gr {
  display: none;
}
.c-footer.is_hide_all .c-footer__bottom__text {
  padding-top: 0;
  display: inline-block;
  text-align: left;
}
.c-footer.is_hide_all .c-footer__bottom__text li:first-child {
  list-style-type: none;
}
.c-footer.is_hide_all .c-footer__bottom__text p,
.c-footer.is_hide_all .c-footer__bottom__text a {
  position: relative;
}
.c-footer.is_hide_all .c-footer__bottom__text a {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 25px;
  padding-left: 20px;
}
.c-footer.is_hide_all .c-footer__bottom__text a span {
  position: absolute;
  left: 4px;
  top: -1px;
}
.c-footer.is_hide_all .c-footer__bottom__text a:hover {
  text-decoration: underline;
}
.c-footer__logo {
  width: 60px;
  margin-bottom: 70rem;
}
@media screen and (max-width: 768px) {
  .c-footer__logo {
    width: 80px;
    margin-bottom: 30px;
  }
}
.c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-footer__nav > li {
  padding-right: 50rem;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__nav > li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav > li {
    padding-right: 0;
    width: 100%;
    margin-bottom: 50px;
  }
}
.c-footer__nav > li:last-child {
  padding-right: 0;
  width: 40%;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__nav > li:last-child {
    width: 100%;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav > li:last-child {
    width: 100%;
  }
}
.c-footer__nav__title {
  font-size: 22rem;
  line-height: 27rem;
  margin-bottom: 20rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__title {
    font-size: 20px;
    line-height: 35px;
  }
}
.c-footer__nav__text {
  font-size: 18rem;
  line-height: 30rem;
  font-weight: 500;
  color: #c0c0c0;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__text {
    font-size: 17px;
    line-height: 25px;
    color: #7f7f7f;
  }
}
.c-footer__nav__img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__img01 {
    margin-top: 30px;
  }
}
.c-footer__nav__img01 img {
  margin-right: 1.5vw;
  margin-bottom: 15px;
  margin-top: 0px;
  width: 100%;
  max-width: 75px;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__img01 img {
    max-width: 52px;
  }
}
.c-footer__nav__payment_methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.c-footer__nav__payment_methods li {
  margin-right: 15rem;
}
.c-footer__nav__payment_methods img {
  width: 3.8vw;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__payment_methods img {
    width: 35px;
  }
}
.c-footer__nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.c-footer__nav__social li {
  margin-right: 30rem;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__social li {
    margin-right: 2vw;
  }
}
.c-footer__nav__social a {
  width: 25px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__social a {
    width: 50px;
    height: 50px;
    padding: 16px;
    line-height: 18px;
  }
}
.c-footer__nav__social a img {
  width: 100%;
}
.c-footer__top {
  padding-top: 300rem;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__top {
    padding-left: 50rem;
    padding-right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__top {
    padding-top: 250px;
  }
}
.c-footer__top__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-footer__top__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .c-footer__top__bg img {
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}
.c-footer__center {
  margin-top: 75rem;
  padding-bottom: 70rem;
}
@media screen and (max-width: 768px) {
  .c-footer__center {
    margin-top: 0;
  }
}
.c-footer__currency {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-footer__currency {
    display: block;
    margin-bottom: 50px;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    font-size: 15px;
    padding: 16px 0px;
    position: relative;
    z-index: 3;
    border-bottom: 2px solid #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 120px;
    color: #fff;
    text-align: center;
    background-image: url("https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/tour-detail/pc/arrow-down-white.svg");
    background-repeat: no-repeat;
    background-size: 20px 15px;
    background-position: right 10px center;
    padding-right: 15px;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
.c-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-footer__links li a {
  font-size: 19rem;
  line-height: 50rem;
  font-weight: 500;
  color: #c0c0c0;
  text-decoration: underline;
  display: block;
  padding: 0 65rem;
}
@media screen and (max-width: 768px) {
  .c-footer__links li a {
    padding: 0;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 40px;
  }
}
.c-footer__links li a.travel-agents {
  color: #000;
  font-weight: 600;
  background-color: #efc109;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  padding: 0 30rem;
}
@media screen and (max-width: 768px) {
  .c-footer__links li a.travel-agents {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.c-footer__links li a.travel-agents.pc-only {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-footer__links li a.travel-agents.pc-only {
    display: none;
  }
}
.c-footer__links li a.travel-agents.mobile-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-footer__links li a.travel-agents.mobile-only {
    display: inline-block;
  }
}
.c-footer__links li a.travel-agents span {
  position: relative;
  left: 10px;
}
.c-footer__links li a.travel-agents img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline;
  opacity: 0;
  position: relative;
  bottom: 1px;
}
.c-footer__links li a.travel-agents:hover img {
  opacity: 1;
  padding-left: 20px;
}
.c-footer__bottom {
  padding-bottom: 50px;
  background-color: black;
}
.c-footer__bottom__inner {
  padding-left: 6%;
  padding-right: 6%;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__bottom__inner {
    padding-left: 50rem;
    padding-right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__inner {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.c-footer__bottom__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__bottom__gr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__bottom__country {
    width: 20%;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__country {
    margin-bottom: 20px;
  }
}
.c-footer__bottom__country dt a {
  font-size: 15px;
  font-weight: 600;
  color: #c0c0c0;
  line-height: 50rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__country dt a {
    line-height: 30px;
  }
}
.c-footer__bottom__country dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.c-footer__bottom__country dd a {
  font-size: 19rem;
  font-weight: 500;
  color: #c0c0c0;
  line-height: 18px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__country dd a {
    line-height: 30px;
  }
}
.c-footer__bottom__text {
  padding-top: 70rem;
  font-size: 15px;
  line-height: 25px;
  color: #7f7f7f;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__text {
    font-size: 17px;
  }
}

@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff2"), url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff"), url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff2"), url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff"), url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("woff2"), url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("woff"), url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff2"), url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff"), url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("woff2"), url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("woff"), url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("woff2"), url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("woff"), url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 100;
}
.attraction {
  padding-top: 220rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .attraction {
    padding-top: 120px;
  }
}
.attraction__bg-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  display: block;
}

.not-found {
  color: black;
  font-size: 24px;
  text-align: center;
  margin: 100px 0;
}
.not-found a {
  font-weight: bold;
  border-bottom: 2px solid #ebd59a;
}

.c-container {
  width: 100%;
  max-width: 1500rem;
  margin: 0 auto;
  padding: 0 20rem;
}
@media screen and (max-width: 768px) {
  .c-container {
    padding: 0 20px;
  }
}

.c-breadcrumbs li {
  color: #989898;
  font-size: 18rem;
  line-height: 25rem;
  display: inline;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs li {
    font-size: 16px;
    line-height: 25px;
  }
}
.c-breadcrumbs li a {
  text-decoration: none;
  color: #989898;
}
.c-breadcrumbs li p {
  display: inline;
  text-decoration: underline;
}
.c-breadcrumbs li + li::before {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}

.c-title02 {
  font-size: 40px;
  line-height: 55rem;
  margin-bottom: 50rem;
  font-weight: 800;
  color: #000000;
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-title02 {
    font-size: 7.2vw;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .c-title02 {
    font-size: 34rem;
    line-height: 40rem;
  }
}
.c-title02::before {
  content: "";
  position: absolute;
  width: 170rem;
  height: 115rem;
  top: -35rem;
  left: 50%;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/pc/brush-yellow.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-title02::before {
    height: 90px;
    top: 50%;
    width: 111px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .c-title02 {
    margin-bottom: 60px;
  }
}

.c-search_basic {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.c-search_basic input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px;
  padding-right: 32px;
  font-size: 20px;
  color: #000000;
  border: 1px solid rgb(204, 204, 204);
  width: 100%;
}
.c-search_basic button {
  position: absolute;
  right: 3px;
  top: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: block;
  background: none;
  padding: 10px 10px;
}

.c-nav_attractions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 80px;
}
.c-nav_attractions__item {
  width: 32%;
  margin-right: 2%;
  -webkit-box-shadow: 5px 20px 50px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 5px 20px 50px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: white;
  margin-bottom: 30rem;
}
.c-nav_attractions__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-nav_attractions__item {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .c-nav_attractions__item {
    width: 49%;
    margin-right: 2%;
  }
  .c-nav_attractions__item:nth-child(3n) {
    margin-right: 2%;
  }
  .c-nav_attractions__item:nth-child(2n) {
    margin-right: 0;
  }
}
.c-nav_attractions__item:hover .c-nav_attractions__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-nav_attractions__item a {
  display: block;
}
.c-nav_attractions__img {
  height: 368px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.c-nav_attractions__img img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-nav_attractions__cont {
  position: relative;
  height: auto;
  padding: 20rem 30rem;
}
@media screen and (max-width: 768px) {
  .c-nav_attractions__cont {
    padding: 20px;
  }
}
.c-nav_attractions__title {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-nav_attractions__title {
    font-size: 16px;
  }
}
.c-nav_attractions__sub {
  font-size: 14px;
  line-height: 20px;
  color: #989898;
}
@media screen and (max-width: 768px) {
  .c-nav_attractions {
    margin-top: 40px;
  }
}

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