@charset "UTF-8";
@-webkit-keyframes line-repetition {
  0% {
    height: 0px;
    top: 0;
  }
  50% {
    height: 63px;
    top: 37px;
  }
  100% {
    height: 0px;
    top: 100%;
  }
}
@keyframes line-repetition {
  0% {
    height: 0px;
    top: 0;
  }
  50% {
    height: 63px;
    top: 37px;
  }
  100% {
    height: 0px;
    top: 100%;
  }
}
.animate-fadeup {
  /* blur + opacity + transition */
  opacity: 1;
  filter: blur(0px) brightness(1);
  transform: translate3d(0, 0%, 0);
  transition: opacity 0.6s, filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, filter, transform;
}
.animate-fadeup.effect, .animate-fadeup.delayed_effect {
  opacity: 0;
  filter: blur(15px) brightness(1.25);
  transform: translate3d(0, 100px, 0);
}

.animate-fadeup2 {
  /* opacity + transition */
  opacity: 1;
  transform: translate3d(0, 0%, 0);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, transform;
}
.animate-fadeup2.effect, .animate-fadeup2.delayed_effect {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

.animate-fadeup3 {
  /* opacity */
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity;
}
.animate-fadeup3.effect, .animate-fadeup3.delayed_effect {
  opacity: 0;
}

@-webkit-keyframes flowing {
  100% {
    transform: translate(-100%, -50%);
  }
}

@keyframes flowing {
  100% {
    transform: translate(-100%, -50%);
  }
}
.mt_1 {
  margin-top: 1px;
}

.mb_1 {
  margin-bottom: 1px;
}

.ml_1 {
  margin-left: 1px;
}

.mr_1 {
  margin-right: 1px;
}

.my_1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx_1 {
  margin-left: 1px;
  margin-right: 1px;
}

.pt_1 {
  padding-top: 1px;
}

.pb_1 {
  padding-bottom: 1px;
}

.pl_1 {
  padding-left: 1px;
}

.pr_1 {
  padding-right: 1px;
}

.py_1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px_1 {
  padding-left: 1px;
  padding-right: 1px;
}

.fs_1 {
  font-size: 1px !important;
}

.mt_2 {
  margin-top: 2px;
}

.mb_2 {
  margin-bottom: 2px;
}

.ml_2 {
  margin-left: 2px;
}

.mr_2 {
  margin-right: 2px;
}

.my_2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mx_2 {
  margin-left: 2px;
  margin-right: 2px;
}

.pt_2 {
  padding-top: 2px;
}

.pb_2 {
  padding-bottom: 2px;
}

.pl_2 {
  padding-left: 2px;
}

.pr_2 {
  padding-right: 2px;
}

.py_2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.px_2 {
  padding-left: 2px;
  padding-right: 2px;
}

.fs_2 {
  font-size: 2px !important;
}

.mt_3 {
  margin-top: 3px;
}

.mb_3 {
  margin-bottom: 3px;
}

.ml_3 {
  margin-left: 3px;
}

.mr_3 {
  margin-right: 3px;
}

.my_3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.mx_3 {
  margin-left: 3px;
  margin-right: 3px;
}

.pt_3 {
  padding-top: 3px;
}

.pb_3 {
  padding-bottom: 3px;
}

.pl_3 {
  padding-left: 3px;
}

.pr_3 {
  padding-right: 3px;
}

.py_3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.px_3 {
  padding-left: 3px;
  padding-right: 3px;
}

.fs_3 {
  font-size: 3px !important;
}

.mt_4 {
  margin-top: 4px;
}

.mb_4 {
  margin-bottom: 4px;
}

.ml_4 {
  margin-left: 4px;
}

.mr_4 {
  margin-right: 4px;
}

.my_4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mx_4 {
  margin-left: 4px;
  margin-right: 4px;
}

.pt_4 {
  padding-top: 4px;
}

.pb_4 {
  padding-bottom: 4px;
}

.pl_4 {
  padding-left: 4px;
}

.pr_4 {
  padding-right: 4px;
}

.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px_4 {
  padding-left: 4px;
  padding-right: 4px;
}

.fs_4 {
  font-size: 4px !important;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.ml_5 {
  margin-left: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.my_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx_5 {
  margin-left: 5px;
  margin-right: 5px;
}

.pt_5 {
  padding-top: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pl_5 {
  padding-left: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.py_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px_5 {
  padding-left: 5px;
  padding-right: 5px;
}

.fs_5 {
  font-size: 5px !important;
}

.mt_6 {
  margin-top: 6px;
}

.mb_6 {
  margin-bottom: 6px;
}

.ml_6 {
  margin-left: 6px;
}

.mr_6 {
  margin-right: 6px;
}

.my_6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mx_6 {
  margin-left: 6px;
  margin-right: 6px;
}

.pt_6 {
  padding-top: 6px;
}

.pb_6 {
  padding-bottom: 6px;
}

.pl_6 {
  padding-left: 6px;
}

.pr_6 {
  padding-right: 6px;
}

.py_6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px_6 {
  padding-left: 6px;
  padding-right: 6px;
}

.fs_6 {
  font-size: 6px !important;
}

.mt_7 {
  margin-top: 7px;
}

.mb_7 {
  margin-bottom: 7px;
}

.ml_7 {
  margin-left: 7px;
}

.mr_7 {
  margin-right: 7px;
}

.my_7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mx_7 {
  margin-left: 7px;
  margin-right: 7px;
}

.pt_7 {
  padding-top: 7px;
}

.pb_7 {
  padding-bottom: 7px;
}

.pl_7 {
  padding-left: 7px;
}

.pr_7 {
  padding-right: 7px;
}

.py_7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.px_7 {
  padding-left: 7px;
  padding-right: 7px;
}

.fs_7 {
  font-size: 7px !important;
}

.mt_8 {
  margin-top: 8px;
}

.mb_8 {
  margin-bottom: 8px;
}

.ml_8 {
  margin-left: 8px;
}

.mr_8 {
  margin-right: 8px;
}

.my_8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mx_8 {
  margin-left: 8px;
  margin-right: 8px;
}

.pt_8 {
  padding-top: 8px;
}

.pb_8 {
  padding-bottom: 8px;
}

.pl_8 {
  padding-left: 8px;
}

.pr_8 {
  padding-right: 8px;
}

.py_8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px_8 {
  padding-left: 8px;
  padding-right: 8px;
}

.fs_8 {
  font-size: 8px !important;
}

.mt_9 {
  margin-top: 9px;
}

.mb_9 {
  margin-bottom: 9px;
}

.ml_9 {
  margin-left: 9px;
}

.mr_9 {
  margin-right: 9px;
}

.my_9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.mx_9 {
  margin-left: 9px;
  margin-right: 9px;
}

.pt_9 {
  padding-top: 9px;
}

.pb_9 {
  padding-bottom: 9px;
}

.pl_9 {
  padding-left: 9px;
}

.pr_9 {
  padding-right: 9px;
}

.py_9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.px_9 {
  padding-left: 9px;
  padding-right: 9px;
}

.fs_9 {
  font-size: 9px !important;
}

.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.my_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx_10 {
  margin-left: 10px;
  margin-right: 10px;
}

.pt_10 {
  padding-top: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.py_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.fs_10 {
  font-size: 10px !important;
}

:root {
  --main-color:#bd0b0b;
  --icon-color:#fc6901;
}

.bg_main-color {
  background: #bd0b0b !important;
}

.text_main-color {
  color: #bd0b0b !important;
}

.border_main-color {
  border-color: #bd0b0b !important;
}

.bg_icon-color {
  background: #fc6901 !important;
}

.text_icon-color {
  color: #fc6901 !important;
}

.border_icon-color {
  border-color: #fc6901 !important;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Hatton-M";
  src: url(../font/Hatton-Medium.otf);
}
@font-face {
  font-family: "Hatton-B";
  src: url(../font/Hatton-Semibold.otf);
}
@font-face {
  font-family: "DMSans-R";
  src: url(../font/DMSans-Regular.ttf);
}
@font-face {
  font-family: "DMSans-B";
  src: url(../font/DMSans-Bold.ttf);
}
@font-face {
  font-family: "Garet-R";
  src: url(../font/Garet-Book.otf);
}
@font-face {
  font-family: "Garet-B";
  src: url(../font/Garet-Heavy.otf);
}
@font-face {
  font-family: "LibreFranklin-R";
  src: url(../font/LibreFranklin-Regular.ttf);
}
@font-face {
  font-family: "LibreFranklin-B";
  src: url(../font/LibreFranklin-Bold.ttf);
}
@font-face {
  font-family: "montserrat-R";
  src: url(../font/montserrat.regular.ttf);
}
@font-face {
  font-family: "montserrat-B";
  src: url(../font/montserrat.bold.ttf);
}
@font-face {
  font-family: "trocchi-R";
  src: url(../font/Trocchi.ttf);
}
@font-face {
  font-family: "trocchi-B";
  src: url(../font/Trocchi-Bold.ttf);
}
html {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 0.052vw;
}

body {
  font-family: "Garet-R";
  font-size: 20rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 90rem;
  }
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap {
  width: calc(100% - 300rem);
  margin: auto;
}

.wraper {
  width: calc(100% - 500rem);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .wraper {
    width: 100%;
    padding: 0 100rem;
  }
}

.book-now1 {
  font-family: "montserrat-B";
  font-size: 25rem;
  color: #000;
  background-color: #FFF;
  border: 1rem solid #FFF;
  padding: 10rem 30rem;
  border-radius: 30rem;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .book-now1 {
    font-size: 100rem;
    padding: 30rem 50rem;
    border-radius: 50rem;
  }
}
.book-now1:hover {
  background-color: var(--main-color);
  color: #FFF;
  border: 1rem solid var(--main-color);
}

.book-now2 {
  font-family: "montserrat-B";
  font-size: 25rem;
  color: #FFF;
  background-color: var(--main-color);
  border: 1rem solid var(--main-color);
  padding: 10rem 30rem;
  border-radius: 30rem;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .book-now2 {
    font-size: 100rem;
    padding: 30rem 50rem;
    border-radius: 50rem;
    margin: auto;
  }
}
.book-now2:hover {
  background-color: #FFF;
  color: var(--main-color);
}

.section-title,
.page-title {
  font-family: "Hatton-B";
  font-size: 60rem;
  line-height: 1.5;
  color: var(--main-color);
}
@media only screen and (max-width: 768px) {
  .section-title,
.page-title {
    font-size: 120rem;
    padding: 100rem 0;
  }
}

h2 span {
  display: block;
  width: 30rem;
  position: relative;
  transition: all 2s;
}
h2 span::before {
  height: 1px;
  background-color: #97813F;
  width: 97.5%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  content: "";
}
h2 span img {
  width: 30rem;
}
@media only screen and (max-width: 768px) {
  h2 span img {
    width: 100rem;
  }
}
h2 .left {
  text-align: right;
}
h2 .left::before {
  left: 0;
}
h2 .right {
  margin-left: auto;
}
h2 .right::before {
  right: 0;
}

.on span {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .on span {
    width: 100%;
  }
}

.stalker {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  mix-blend-mode: exclusion;
  z-index: 1002;
}

.dropbtn {
  font-family: "montserrat-B";
  color: #000;
  background-color: #FFF;
  color: #000;
  padding: 10rem 20rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 565rem;
}

@media only screen and (max-width: 768px) {
  .dropdown {
    margin-left: 480rem;
  }
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: var(--main-color);
  color: #FFF;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media print, screen and (max-width: 991px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 100rem;
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 50rem 100rem;
  }
}
header .logo {
  width: 200rem;
}
@media only screen and (max-width: 768px) {
  header .logo {
    width: 30%;
  }
}
header .menu {
  font-family: "DMSans-B";
  font-size: 20rem;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50rem;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  header .menu {
    display: none;
  }
}
header .menu a:not(:last-child) {
  position: relative;
}
header .menu a:not(:last-child)::after {
  content: "";
  width: 0;
  height: 1rem;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
header .menu a:not(:last-child):hover::after {
  width: 100%;
}
header #hamburger {
  display: none;
  background: none;
  width: 30px;
  height: 20px;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  margin-right: 30rem;
}
header #hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  opacity: 1;
  transition: all 0.5s;
}
header #hamburger span:nth-child(1) {
  top: 0;
}
header #hamburger span:nth-child(2) {
  top: 50%;
}
header #hamburger span:nth-child(3) {
  top: 100%;
}
header #hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header #hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(90deg);
}
header #hamburger.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 768px) {
  header #hamburger {
    display: block;
  }
}

#nav-menu {
  width: 100%;
  height: 100vh;
  font-family: "DMSans-B";
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  position: fixed;
  top: 0;
  left: -100%;
  transition: all 0.5s;
  z-index: 998;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #nav-menu {
    padding: 600rem 0;
    font-size: 120rem;
  }
}
#nav-menu ul {
  margin-left: 400rem;
}
#nav-menu ul li {
  padding: 50rem 0;
}
#nav-menu ul .nav-social {
  padding: 100rem 0;
}
#nav-menu ul .nav-social a:nth-child(2) {
  padding: 0 100rem;
}
#nav-menu ul .book-now1 {
  font-size: 120rem;
}
#nav-menu.active {
  left: 0;
}

main .fv .swiper-container {
  width: 100vw;
  height: 100vh;
  position: relative;
}
main .fv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .fv .text {
  position: absolute;
  top: 30%;
  left: 200rem;
  z-index: 10;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main .fv .text {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
}
 main .fv .text .heading-wrapper {
    padding: 40rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30rem;
	margin-bottom: 150rem;
}

@media only screen and (max-width: 768px) {
  main .fv .text .heading-wrapper {
    margin-bottom: 500rem;
  }
}
main .fv .text h1 {
  font-family: "Hatton-B";
  font-size: 80rem;
  color: #FFF;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
@media only screen and (max-width: 768px) {
  main .fv .text h1 {
    font-size: 200rem;
    line-height: 1.5;
  }
}
main .fv .text h3 {
  font-family: "Garet-B";
  font-size: 40rem;
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
@media only screen and (max-width: 768px) {
  main .fv .text h3 {
    font-size: 100rem;
    margin-top: 100rem;
  }
}
main .fv .text .book-now1 {
  position: relative;
}
main .fv .text .book-now1::before {
  content: "";
  background-image: url(../img/up-arrow.png);
  background-size: cover;
  width: 40rem;
  height: 40rem;
  position: absolute;
  top: -60rem;
  left: 70rem;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  main .fv .text .book-now1::before {
    width: 120rem;
    height: 120rem;
    position: absolute;
    top: -210rem;
    left: 230rem;
  }
}
main .fv .text .book-now1:hover::before {
  top: -70rem;
}
main .explore {
  margin-top: 150rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 100rem;
}
@media only screen and (max-width: 768px) {
  main .explore {
    flex-direction: column;
    position: relative;
  }
}
main .explore .left-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main .explore .left-part .title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
main .explore .left-part .title h2 span {
  display: block;
  width: 30rem;
  position: relative;
  transition: all 2s;
}
main .explore .left-part .title h2 span::before {
  height: 1px;
  background-color: #97813F;
  width: 97.5%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  content: "";
}
main .explore .left-part .title h2 span img {
  width: 30rem;
}
@media only screen and (max-width: 768px) {
  main .explore .left-part .title h2 span img {
    width: 100rem;
  }
}
main .explore .left-part .title h2 .left {
  text-align: right;
}
main .explore .left-part .title h2 .left::before {
  left: 0;
}
main .explore .left-part .title h2 .right {
  margin-left: auto;
}
main .explore .left-part .title h2 .right::before {
  right: 0;
}
main .explore .left-part .title .on span {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main .explore .left-part .title .on span {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main .explore .left-part .title {
    align-items: center;
    flex-direction: column;
  }
}
main .explore .left-part .title .map {
  width: 250rem;
}
@media only screen and (max-width: 768px) {
  main .explore .left-part .title .map {
    position: absolute;
    top: 22%;
    left: 20%;
    width: 50%;
    z-index: -1;
    opacity: 0.5;
  }
}
main .explore .left-part .description-wrapper {
  margin-bottom: 50rem;
}
@media only screen and (max-width: 768px) {
  main .explore .left-part .description-wrapper {
    margin-bottom: 100rem;
  }
}
main .explore .left-part .description-wrapper .description {
  font-family: "Garet-R";
  line-height: 1.6;
  margin-bottom: 30rem;
}
main .explore .left-part .description-wrapper .description:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  main .explore .left-part .description-wrapper .description {
    line-height: 2;
    margin-bottom: 60rem;
  }
}
@media only screen and (max-width: 768px) {
  main .explore .right-part {
    margin-top: 100rem;
  }
}
main .explore .right-part img {
  border-radius: 50% 50% 0 0;
}
main .service {
  margin-block: 150rem;
  /* スライダー */
}
@media only screen and (max-width: 768px) {
  main .service {
    margin-block: 200rem;
  }
}
main .service h2 span {
  display: block;
  width: 30rem;
  position: relative;
  transition: all 2s;
}
main .service h2 span::before {
  height: 1px;
  background-color: #97813F;
  width: 97.5%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  content: "";
}
main .service h2 span img {
  width: 30rem;
}
@media only screen and (max-width: 768px) {
  main .service h2 span img {
    width: 100rem;
  }
}
main .service h2 .left {
  text-align: right;
}
main .service h2 .left::before {
  left: 0;
}
main .service h2 .right {
  margin-left: auto;
}
main .service h2 .right::before {
  right: 0;
}
main .service .on span {
  width: 28%;
}
@media only screen and (max-width: 768px) {
  main .service .on span {
    width: 55%;
  }
}
main .service .slick-wrapper {
  position: relative;
}
main .service .slick-wrapper .slick-items .slider-item {
  width: 35vw;
  margin-right: 40rem;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  main .service .slick-wrapper .slick-items .slider-item {
    width: initial;
    margin-inline: 40rem;
  }
}
main .service .slick-wrapper .slick-items .slider-item:first-child {
  margin-left: 40rem;
}
main .service .slick-wrapper .slick-arrows .slick-prev-custom,
main .service .slick-wrapper .slick-arrows .slick-next-custom {
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}
main .service .slick-wrapper .slick-arrows .slick-prev-custom {
  position: absolute;
  top: 50%;
  left: -80rem;
  transform: translateY(-50%);
}
main .service .slick-wrapper .slick-arrows .slick-next-custom {
  position: absolute;
  top: 50%;
  right: -80rem;
  transform: translateY(-50%);
}
main .service .slick-wrapper .slick-arrows .material-symbols-outlined {
  font-size: 60rem;
}
@media only screen and (max-width: 768px) {
  main .service .slick-wrapper .slick-arrows .material-symbols-outlined {
    font-size: 100rem;
  }
}
main .service .service-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 100rem;
  margin-top: 50rem;
}
main .service .service-content .service-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80rem;
  border: 3rem solid #6F8496;
  border-radius: 30rem;
  padding: 20rem;
}
@media only screen and (max-width: 768px) {
  main .service .service-content .service-item {
    width: 100%;
    border-width: 5rem;
    padding: 50rem;
    border-radius: 100rem;
  }
}
main .service .service-content .service-item .img-zoom {
  width: 300rem;
  height: 300rem;
  border-radius: 50rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  main .service .service-content .service-item .img-zoom {
    width: 50%;
    height: auto;
    border-radius: 100rem;
  }
}
main .service .service-content .service-item .img-zoom .service-img img {
  width: 100%;
  transition: all 0.3s;
}
main .service .service-content .service-item .img-zoom .service-img img:hover {
  transform: scale(1.2);
}
main .service .service-content .service-item .service-text {
  width: 50%;
}
main .service .service-content .service-item .service-text .title {
  font-family: "Garet-B";
  font-size: 30rem;
  margin-bottom: 50rem;
}
@media only screen and (max-width: 768px) {
  main .service .service-content .service-item .service-text .title {
    font-size: 70rem;
  }
}
main .service .service-content .service-item .service-text .title .title-sub {
	display: block;
	margin-bottom: 8rem;
	font-size: 25rem;
}
@media only screen and (max-width: 768px) {
	main .service .service-content .service-item .service-text .title .title-sub {
    font-size: 45rem;
  }
}
main .service .service-content .service-item .service-text .link-service {
  font-family: "LibreFranklin-B";
  font-size: 25rem;
  color: #6F8496;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main .service .service-content .service-item .service-text .link-service {
    font-size: 60rem;
  }
}
main .service .service-content .service-item .service-text .link-service::after {
  content: ">>";
  position: absolute;
  right: -40rem;
}
@media only screen and (max-width: 768px) {
  main .service .service-content .service-item .service-text .link-service::after {
    right: -110rem;
    top: 0;
  }
}
main .top_movie {
  margin-top: 150rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  main .top_movie_sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  main .top_movie {
    display: none;
  }
}

.company {
  padding-top: 150rem;
}
@media only screen and (max-width: 768px) {
  .company {
    padding-top: 300rem;
  }
}
.company .on span {
  width: 22%;
}
@media only screen and (max-width: 768px) {
  .company .on span {
    width: 36%;
  }
}
.company .section-content {
  font-family: "trocchi-R";
  font-size: 25rem;
  width: 100%;
  margin-top: 50rem;
}
@media only screen and (max-width: 768px) {
  .company .section-content {
    font-size: 80rem;
    margin-top: 0;
  }
}
.company .section-content tr, .company .section-content th, .company .section-content td {
  border: 1rem solid #000;
  border-collapse: collapse;
  padding: 30rem;
}
.company .section-content .index {
  color: var(--main-color);
}

.mission {
  padding-top: 50rem;
}
.mission .on span {
  width: 28%;
}
@media only screen and (max-width: 768px) {
  .mission .on span {
    width: 47%;
  }
}
.mission .section-content {
  font-family: "trocchi-R";
  font-size: 25rem;
  margin-top: 50rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .mission .section-content {
    font-size: 80rem;
    margin-top: 0;
  }
}

.recruit {
  padding-top: 150rem;
}
@media only screen and (max-width: 768px) {
  .recruit {
    padding-top: 300rem;
  }
}
.recruit .on span {
  width: 18%;
}
@media only screen and (max-width: 768px) {
  .recruit .on span {
    width: 30%;
  }
}
.recruit .section-content {
  font-family: "trocchi-R";
  font-size: 25rem;
  width: 100%;
  margin-top: 50rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .recruit .section-content {
    font-size: 80rem;
    margin-top: 0;
  }
}

.expending {
  padding-top: 150rem;
}
@media only screen and (max-width: 768px) {
  .expending {
    padding-top: 300rem;
  }
}
.expending .on span {
  width: 41%;
}
@media only screen and (max-width: 768px) {
  .expending .on span {
    width: 70%;
  }
}
.expending .expending-img {
  width: 900rem;
  height: 500rem;
  overflow: hidden;
  transition: all 0.3s;
  margin-top: 50rem;
}
@media only screen and (max-width: 768px) {
  .expending .expending-img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}
.expending .expending-img img {
  width: 100%;
  transition: all 0.3s;
}
.expending .expending-img img:hover {
  transform: scale(1.2);
}
.expending .section-content {
  font-family: "trocchi-R";
  font-size: 25rem;
  width: 100%;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .expending .section-content {
    font-size: 80rem;
    margin-top: 50rem;
  }
}
.expending .section-content .link-contact {
  color: var(--main-color);
}

.contact {
  padding-top: 150rem;
}
@media only screen and (max-width: 768px) {
  .contact {
    padding-top: 300rem;
  }
}
.contact .on span {
  width: 18%;
}
@media only screen and (max-width: 768px) {
  .contact .on span {
    width: 30%;
  }
}
.contact ul {
  margin-top: 100rem;
  font-family: "trocchi-R";
  font-size: 25rem;
}
@media only screen and (max-width: 768px) {
  .contact ul {
    font-size: 80rem;
  }
}
.contact ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30rem;
  padding-bottom: 30rem;
  border-bottom: 1px solid #333333;
  flex-wrap: wrap;
}
.contact ul li .label {
  width: calc(100% - 766rem);
  padding-left: 20rem;
}
@media only screen and (max-width: 768px) {
  .contact ul li .label {
    width: 100%;
  }
}
.contact ul li .label.must {
  padding-left: 0;
}
.contact ul li .label.must::before {
  content: "● ";
  color: var(--main-color);
}
.contact ul li .label.not-must {
  padding-left: 0;
}
.contact ul li .label.not-must::before {
  content: "● ";
  color: #D4B669;
}
.contact ul li .input_field {
  width: 766rem;
}
@media only screen and (max-width: 768px) {
  .contact ul li .input_field {
    width: 100%;
    margin-top: 10rem;
  }
}
.contact ul li .input_field.zip input:not([type=checkbox]) {
  width: 230rem;
}
@media only screen and (max-width: 768px) {
  .contact ul li .input_field.zip input:not([type=checkbox]) {
    width: 100%;
  }
}
.contact ul li .input_field input:not([type=checkbox]) {
  width: 490rem;
}
.contact ul li .input_field textarea {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact ul li .input_field input[type=text] {
    width: 100%;
  }
}
.contact ul .btn01 {
  text-align: center;
  margin-top: 50rem;
}
.contact ul .btn01 .submit-btn {
  background-color: var(--main-color);
  border: 1rem solid var(--main-color);
  color: #FFF;
  padding: 10rem 50rem;
  border-radius: 10rem;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .contact ul .btn01 .submit-btn {
    padding: 30rem 120rem;
    border-radius: 30rem;
  }
}
.contact ul .btn01 .submit-btn:hover {
  background-color: #FFF;
  color: var(--main-color);
}

.privacy {
  padding-top: 150rem;
}
@media only screen and (max-width: 768px) {
  .privacy {
    padding-top: 300rem;
  }
}
.privacy .on span {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  .privacy .on span {
    width: 52%;
  }
}
.privacy .section-content {
  font-family: "DMSans-R";
  font-size: 25rem;
  width: 100%;
  margin-top: 50rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .privacy .section-content {
    font-size: 80rem;
    margin-top: 0;
  }
}
.privacy .section-content .txt-01 {
  font-size: 40rem;
  color: var(--main-color);
  border-bottom: 1rem solid var(--main-color);
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .privacy .section-content .txt-01 {
    font-size: 100rem;
    line-height: 1.5;
    margin-bottom: 50rem;
  }
}
.privacy .section-content .txt-02 {
  font-size: 30rem;
  color: var(--main-color);
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .privacy .section-content .txt-02 {
    font-size: 90rem;
    margin-bottom: 10rem;
  }
}
.privacy .section-content .ml-txt {
  padding-left: 50rem;
}
@media only screen and (max-width: 768px) {
  .privacy .section-content .ml-txt {
    padding-left: 100rem;
  }
}
.privacy .section-content .ml-txt1 {
  padding-left: 80rem;
}
@media only screen and (max-width: 768px) {
  .privacy .section-content .ml-txt1 {
    padding-left: 120rem;
  }
}

main .VacationRental-fv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
main .VacationRental-fv .fv-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
main .VacationRental-fv .fv-slider .slick-list {
  height: 100%;
}
main .VacationRental-fv .fv-slider .slick-list .slick-track {
  height: 100%;
}
main .VacationRental-fv .fv-slider .slick-list .slick-track .fv-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
main .VacationRental-fv .fv-slider .slick-list .slick-track .fv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .VacationRental-fv .fv-slider .slick-list .slick-track .fv-slide.active {
  opacity: 1;
  z-index: 1;
}
main .VacationRental-fv .fv-overlay-bg {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
  background-size: 2px 2px;
  pointer-events: none;
}
main .VacationRental-fv .fv-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 150rem;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  main .VacationRental-fv .fv-wrapper {
    justify-content: flex-start;
    gap: 200rem;
    padding-top: 10vh;
  }
}
main .VacationRental-fv .fv-wrapper .fv-logo {
  width: 15vw;
}
@media only screen and (max-width: 768px) {
  main .VacationRental-fv .fv-wrapper .fv-logo {
    width: 30vw;
  }
}
main .VacationRental-fv .fv-wrapper .fv-logo img {
  width: 100%;
}
main .VacationRental-fv .fv-wrapper .destination-list {
  display: flex;
  justify-content: space-between;
  gap: 100rem;
  font-size: 30rem;
}
@media only screen and (max-width: 768px) {
  main .VacationRental-fv .fv-wrapper .destination-list {
    flex-direction: column;
    text-align: center;
    font-size: 60rem;
  }
}

main .VacationRental-fv .fv-wrapper .destination-list li {
	padding: 20rem;
    background: rgba(255, 255, 255, 0.5);
}
main .VacationRental-fv .fv-wrapper .destination-list .destination-item {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 8rem;
  color: #333;
  text-decoration: none;
  display: inline-block;
}
main .VacationRental-fv .fv-wrapper .destination-list .destination-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4rem;
  width: 0;
  height: 2rem;
  background-color: #fff;
  transition: width 0.3s ease;
}
main .VacationRental-fv .fv-wrapper .destination-list .destination-item:hover::after {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  main .VacationRental-contents {
    margin: 80px 3% 0px 3%;
  }
}
main .VacationRental-contents section {
  margin-bottom: 100px;
}
main .VacationRental-contents section .VacationRental-section-title {
  margin-bottom: 100rem;
}
main .VacationRental-contents section .VacationRental-section-title-main {
  width: 100%;
  font-size: 40rem;
  font-family: "Playfair Display", serif;
  letter-spacing: 16rem;
  line-height: 80rem;
}
@media only screen and (max-width: 960px) {
	main .VacationRental-contents section .VacationRental-section-title-main {
  		font-size: 80rem;
	}
}
main .VacationRental-contents section .VacationRental-section-title-main::first-letter {
  font-size: 60rem;
  color: #0B3B7D;
}
@media only screen and (max-width: 960px) {
	main .VacationRental-contents section .VacationRental-section-title-main::first-letter {
  		font-size: 100rem;
	}
}
main .VacationRental-contents section .VacationRental-section-title-main::before {
  background: none;
}
main .VacationRental-contents section .VacationRental-section-title-sub {
  display: inline-block;
  width: 100%;
  font-size: 20rem;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 5rem;
}
@media only screen and (max-width: 960px) {
	main .VacationRental-contents section .VacationRental-section-title-sub  {
  		font-size: 40rem;
	}
}
main .VacationRental-contents section .VacationRental-section-title-sub::before {
  position: relative;
  content: "/";
  margin-right: 20rem;
  background: none;
}
main .VacationRental-contents .VacationRental-service {
  margin: 220px 150px 100px 150px;
}
@media only screen and (max-width: 960px) {
	main .VacationRental-contents .VacationRental-service {
  		margin: 100px 32px;
}
}
main .VacationRental-lineup {
  margin-block: 220px 100px;
}
main .VacationRental-lineup .VacationRental-section-title {
  margin-inline: 150px;
}
@media only screen and (max-width: 960px) {
	main .VacationRental-lineup .VacationRental-section-title {
  		margin-inline: 32px;
}
}
main .VacationRental-lineup .lineup-links {
  display: none;
  margin-inline: 32px;
}
@media (max-width: 960px) {
	main .VacationRental-lineup .lineup-links {
  		display: block;
	}
}
main .VacationRental-lineup .lineup-links .lineup-link {
  margin-right: 16rem;
  padding: 8rem 12rem;
  border: 1px solid #0B3B7D;
  font-size: 40rem;
  color: #0B3B7D;
  border-radius: 4px;
}
main .VacationRental-lineup .lineup-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-inline: auto;
}
main .VacationRental-lineup .lineup-items .lineup-item {
  height: 200px;
  width: 280px;
  margin: 20px;
}

@media (max-width:1600px) {
	main .VacationRental-lineup .lineup-items .lineup-item {
		width: 30%;
	}
}
@media (max-width:1200px) {
	main .VacationRental-lineup .lineup-items .lineup-item {
		max-width: 280px;
	}
}
			
@media (max-width:960px) {
	main .VacationRental-lineup .lineup-items .lineup-item {
		width: 100%;
		max-width: 480px;
	}
}

main .VacationRental-lineup .lineup-items .lineup-item .lineup-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
main .VacationRental-lineup .lineup-items .lineup-item .lineup-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
main .VacationRental-lineup .lineup-items .lineup-item .lineup-bg .lineup-inner {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
  padding: 4%;
}
main .VacationRental-lineup .lineup-items .lineup-item .lineup-bg .lineup-inner .lineup-title {
  font-size: clamp(16px, 40rem, 32px);
  font-weight: bold;
}
main .VacationRental-lineup .lineup-items .lineup-item .lineup-bg .lineup-inner .lineup-subtitle {
  font-size: clamp(12px, 20rem, 24px);
}
main .VacationRental-lineup .lineup-items .lineup-item1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
  width: 280px
}
@media (max-width:1600px) {
	main .VacationRental-lineup .lineup-items .lineup-item1 {
		width: 30%;
	}
}
@media (max-width:1200px) {
	main .VacationRental-lineup .lineup-items .lineup-item1 {
		max-width: 280px;
	}
}
			
@media (max-width:960px) {
	main .VacationRental-lineup .lineup-items .lineup-item1 {
		width: 100%;
		max-width: 480px;
	}
}

main .VacationRental-lineup .lineup-items .lineup-item1 .lineup-title {
	font-size: clamp(16px, 40rem, 24px);
}
main .VacationRental-lineup .lineup-items .lineup-item1 .lineup-subtitle {
	font-size: clamp(12px, 30rem, 16px);
}
main .VacationRental-lineup .lineup-items .lineup-item1 .lineup-img-wrap {
  width: 100%;
  height: 200px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
main .VacationRental-lineup .lineup-items .lineup-item1 .lineup-img-wrap .lineup-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
main .VacationRental-members {
  margin: 220px 150px 100px 150px;
}

@media only screen and (max-width: 768px) {
	main .VacationRental-members {
  		margin: 100px 32px;
}
}



.page-footer {
  background: #585036;
  padding-block: 20rem;
  height: auto;
}
.page-footer .page-copyright {
  font-size: 16rem;
  color: #fff;
  text-align: center;
}

main {
  color: #333;
}
main .accommodation-inner {
  margin: 220px 150px 0px 150px;
}
@media only screen and (max-width: 768px) {
  main .accommodation-inner {
    margin: 80px 3% 0px 3%;
  }
}
main .accommodation-inner .accommodation-section-title {
  margin-bottom: 100rem;
}
main .accommodation-inner .accommodation-section-title-main {
  margin-bottom: 10rem;
  font-size: 40rem;
  font-family: "Playfair Display", serif;
  letter-spacing: 8rem;
}
main .accommodation-inner .accommodation-section-title-sub {
  font-size: 20rem;
  color: #585036;
  font-family: "Shippori Mincho B1", serif;
}
main .accommodation-inner .accommodation-section-title-sub::before {
  content: "/";
  margin-right: 16rem;
}
main .accommodation-inner .accommodation-wrapper {
  margin-bottom: 200rem;
  font-family: "Shippori Mincho B1", serif;
}
main .accommodation-inner .accommodation-wrapper h3 {
  font-size: 32rem;
  letter-spacing: 8rem;
}
main .accommodation-inner .accommodation-wrapper p {
  font-size: 25rem;
  letter-spacing: 4rem;
}
main .accommodation-inner .concept-wrapper .wp-block-columns {
  gap: 100rem;
}
main .accommodation-inner .concept-wrapper .wp-block-columns .concept-image img {
  border-radius: 30rem;
}
main .accommodation-inner .rooms-wrapper .rooms-image img {
  border-radius: 30rem;
  margin-bottom: 40rem;
}
main .accommodation-inner .location-wrapper .location-image img {
  border-radius: 30rem;
}
main .accommodation-inner .access-wrapper .access-map {
  width: 100%;
  filter: grayscale(100%);
}
main .accommodation-inner .price-wrapper .price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 25rem;
}
main .accommodation-inner .price-wrapper .price-table table {
  width: 100%;
  table-layout: auto !important;
  border-collapse: collapse;
}
main .accommodation-inner .price-wrapper .price-table tr {
  border: none;
  border-bottom: 1px solid #585036;
}
main .accommodation-inner .price-wrapper .price-table th,
main .accommodation-inner .price-wrapper .price-table td {
  padding: 1em;
  border: none;
  text-align: left;
}
main .accommodation-inner .price-wrapper .price-table th {
  width: 1%;
  font-weight: 600;
  white-space: nowrap;
}
main .accommodation-inner .price-wrapper .price-table td {
  flex: 1;
}

footer {
  margin-top: 150rem;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 360rem;
}
@media only screen and (max-width: 768px) {
  footer {
    height: 1000rem;
  }
}
footer .logo-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30rem 0;
}
@media only screen and (max-width: 768px) {
  footer .logo-part {
    padding: 100rem 0;
  }
}
footer .logo-part .logo {
  width: 300rem;
}

@media only screen and (max-width: 768px) {
  footer .logo-part .logo {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  footer .logo-part .book-now1 {
    font-size: 90rem;
  }
}
footer .menu {
  font-family: "DMSans-B";
  font-size: 20rem;
  color: #FFF;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50rem;
}
@media only screen and (max-width: 768px) {
  footer .menu {
    display: none;
  }
}
footer .menu a {
  position: relative;
}
footer .menu a::after {
  content: "";
  width: 0;
  height: 1rem;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
footer .menu a:hover::after {
  width: 100%;
}
footer .social-link {
  display: flex;
  justify-content: flex-end;
  gap: 50rem;
  align-items: center;
  padding: 30rem 0;
}
@media only screen and (max-width: 768px) {
  footer .social-link {
    gap: 100rem;
  }
}
footer .social-link a {
  font-size: 30rem;
  color: #FFF;
  transition: all 0.5s;
}
footer .social-link a:hover {
  color: var(--main-color);
}
@media only screen and (max-width: 768px) {
  footer .social-link a {
    font-size: 120rem;
  }
}
footer .copyright {
  font-size: 16rem;
  color: #FFF;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .copyright {
    font-size: 60rem;
    text-align: center;
    margin-top: 50rem;
  }
}
/*# sourceMappingURL=style.css.map */