/* common
---------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-y: scroll;
  scroll-behavior: auto !important;
}

@media screen and (max-width: 1199.98px) {
  html {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 1.8252933507vw;
  }
}
body {
  overflow-x: hidden;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-feature-settings: "palt";
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  background-color: #fff;
  background-image: url("../images/bg-noise.png");
  background-repeat: repeat;
}

h2,
h3 {
  font-weight: 400;
}

div,
p,
li,
dt,
dd {
  font-size: 16px;
}

@media screen and (max-width: 1599px) {
  div,
  p,
  li,
  dt,
  dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  div,
  p,
  li,
  dt,
  dd {
    font-size: 14px;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: block;
}

.container-custom {
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 1599px) {
  .container-custom {
    max-width: 1230px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
}

/* br
---------------------------------------------------- */
.br-xxl {
  display: none;
}
@media (max-width: 1500px) {
  .br-xxl {
    display: block;
  }
}

.br-xl {
  display: none;
}
@media (max-width: 1399.98px) {
  .br-xl {
    display: block;
  }
}

.br-l {
  display: none;
}
@media (max-width: 1199.98px) {
  .br-l {
    display: block;
  }
}

.br-m {
  display: none;
}
@media (max-width: 991.98px) {
  .br-m {
    display: block;
  }
}

.br-m-x {
  display: block;
}
@media (max-width: 991.98px) {
  .br-m-x {
    display: none;
  }
}

.br-s {
  display: none;
}
@media (max-width: 767.98px) {
  .br-s {
    display: block;
  }
}

.br-xs {
  display: none;
}
@media (max-width: 575.98px) {
  .br-xs {
    display: block;
  }
}

.br-xs-x {
  display: block;
}
@media (max-width: 575.98px) {
  .br-xs-x {
    display: none;
  }
}

.br-400 {
  display: none;
}
@media (max-width: 400px) {
  .br-400 {
    display: block;
  }
}

/* text
---------------------------------------------------- */
.text-vertical {
  writing-mode: vertical-rl;
  line-height: 3.75;
  letter-spacing: 0.2em;
}

.text-horizontal {
  writing-mode: horizontal-tb;
  display: inline-block;
  padding-left: 0.2em;
}
@media (max-width: 575.98px) {
  .text-horizontal {
    padding-left: 0;
  }
}

.tight {
  letter-spacing: -0.4em;
}

.no-break {
  white-space: nowrap;
}

/* anchor
---------------------------------------------------- */
.historical-site,
.origin,
.deity,
.sacred-beyond,
.access {
  position: relative;
}

.anchor-offset {
  position: absolute;
  height: 0px;
  top: 0px;
  visibility: hidden;
}

.historical-site .anchor-offset {
  height: 100px;
  top: -100px;
}

@media (max-width: 575.98px) {
  .access .anchor-offset {
    height: 50px;
    top: -50px;
  }
}

/* parts
---------------------------------------------------- */
.heading {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 9.375rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 575.98px) {
  .heading {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.heading__inner {
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.heading__jp {
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .heading__jp {
    font-size: 24px;
  }
}
.heading__en {
  position: relative;
  padding-top: 1.4em;
  font-family: "Crimson Text", serif;
  text-orientation: sideways;
  line-height: 3;
}
.heading__en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-image: url("../images/icon-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.pagetitle {
  margin-top: 4em;
  display: flex;
  margin-bottom: 8.125rem;
}
@media (max-width: 1199.98px) {
  .pagetitle {
    margin-top: 130px;
  }
}
@media (max-width: 767.98px) {
  .pagetitle {
    display: block;
    margin-bottom: 60px;
  }
}
.pagetitle .heading {
  padding-top: 2em;
  padding-left: 7em;
  padding-right: 7em;
  padding-bottom: 0;
  background-image: url(../images/kasumi-l-01.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 50px) calc(100% - 30px);
  background-size: 130%;
  height: 400px;
}
@media (max-width: 767.98px) {
  .pagetitle .heading {
    height: 250px;
    padding-top: 0;
    background-position: center calc(100% - 30px);
    background-size: 200px;
  }
}
.pagetitle .heading__jp {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .pagetitle .heading__jp {
    font-size: 24px;
  }
}
.pagetitle__img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .pagetitle__img {
    height: 300px;
  }
}
.pagetitle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.btn--small {
  position: relative;
  display: inline-block;
}
.btn--small::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(188, 188, 188);
  bottom: -5px;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.5s;
}
.btn--small .btn__text {
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .btn--small .btn__text {
    font-size: 14px;
  }
}
.btn--small .btn__icon {
  padding-left: 2em;
  font-size: 12px;
  color: rgb(161, 161, 161);
  vertical-align: initial;
}

.btn--large {
  border: 1px solid rgb(228, 228, 228);
  padding: 1.5em 1em 1.5em 3em;
  position: relative;
  display: inline-block;
  color: rgb(34, 34, 34);
  text-decoration: none;
  background-color: #fff;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.btn--large::after, .btn--large::before,
.btn--large span::after,
.btn--large span::before {
  background-color: rgb(161, 161, 161);
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.btn--large::after {
  width: 0px;
  height: 1px;
  top: -1px;
  left: -1px;
}
.btn--large::before {
  width: 0px;
  height: 1px;
  right: -1px;
  bottom: -1px;
}
.btn--large span::after {
  width: 1px;
  height: 0px;
  left: -1px;
  bottom: -1px;
}
.btn--large span::before {
  width: 1px;
  height: 0px;
  top: -1px;
  right: -1px;
}
.btn--large:hover::after, .btn--large:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.btn--large:hover span::after, .btn--large:hover span::before {
  height: 100%;
  height: calc(100% + 1px);
}
.btn--large .btn__icon {
  padding-left: 4em;
  font-size: 14px;
  color: rgb(161, 161, 161);
  vertical-align: initial;
}

.category {
  padding-bottom: 6.25rem;
}
@media (max-width: 575.98px) {
  .category {
    padding-bottom: 60px;
  }
}
.category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media (max-width: 575.98px) {
  .category__list {
    gap: 0.5em;
  }
}
.category li {
  flex: 1;
}
@media (max-width: 767.98px) {
  .category li {
    flex: 0 0 calc(50% - 0.5em);
  }
}
@media (max-width: 575.98px) {
  .category li {
    flex: 0 0 100%;
  }
}
.category__item {
  text-align: center;
  border: 1px solid rgb(188, 188, 188);
  padding: 0.8em 0;
  position: relative;
  background-color: transparent;
  transition: all 0.5s ease;
}
@media (max-width: 575.98px) {
  .category__item {
    padding: 0.5em 0;
  }
}
.category__item:hover {
  background-color: rgb(103, 103, 103);
  color: #fff;
}
@media (hover: none) {
  .category__item:hover {
    background-color: transparent;
    color: rgb(34, 34, 34);
  }
}
.category__item:hover .btn__icon {
  color: #fff;
}
@media (hover: none) {
  .category__item:hover .btn__icon {
    color: rgb(161, 161, 161);
  }
}
.category__item .btn__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: rgb(161, 161, 161);
  vertical-align: initial;
  transition: all 0.5s ease;
}
.category .current {
  background-color: rgb(103, 103, 103);
  color: #fff;
}
.category .current .btn__icon {
  color: #fff;
}

.paging {
  padding-top: 5rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .paging {
    padding-top: 60px;
  }
}

div.paging span.current,
div.paging span.paging-text {
  margin: 0px 2px;
  color: rgb(34, 34, 34);
  border: 1px solid rgb(188, 188, 188);
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  padding: 0.3em 0.8em;
  display: block;
  transition: all 0.5s ease;
}

div.paging span.current {
  background: rgb(103, 103, 103);
  border: 1px solid rgb(188, 188, 188);
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 0.3em 0.8em;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

div.paging span.paging-text a:hover {
  background: rgb(188, 188, 188);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.paging-icon {
  font-size: 14px;
}

/* animation
---------------------------------------------------- */
.wrapper {
  animation: fadein 2.5s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blur {
  opacity: 0;
  filter: blur(20px);
  transform: translateY(15px);
  transition: opacity 0.5s ease-out, filter 1s ease-out;
}

.blur.is-visible {
  opacity: 1;
  filter: blur(0);
}

.fade {
  opacity: 0;
  transition: opacity 1s ease-out 0.3s;
}

.fade.is-fade {
  opacity: 1;
}

/* pagetop
---------------------------------------------------- */
.pagetop {
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 50;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pagetop {
    right: 30px;
  }
}
.pagetop::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(188, 188, 188);
  bottom: -5px;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.5s;
}
.pagetop:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
.pagetop__inner {
  padding-bottom: 0.2em;
  color: rgb(34, 34, 34);
}
.pagetop__icon {
  padding-left: 2.5em;
  font-size: 13px;
  color: rgb(161, 161, 161);
  vertical-align: initial;
}

.photo-ofi {
  height: 0;
  display: block;
  background-color: #EFEFEF;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  transition: 0.6s;
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

/* modaal
---------------------------------------------------- */
.modaal-content-container {
  max-width: 600px;
  padding: 0;
}

.modaal-container {
  background-image: url("../images/bg-noise.png");
  background-repeat: repeat;
  width: 35%;
}
@media (max-width: 1199.98px) {
  .modaal-container {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .modaal-container {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .modaal-container {
    width: 100%;
  }
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
}

.modaal-close:hover {
  transform: none !important;
  color: inherit !important;
  background: none !important;
}

.modaal-close:after,
.modaal-close:before {
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40px;
  transform: translate(-50%, -50%) rotate(0deg);
}

.modaal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modaal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff !important;
}

.modaal-inner-wrapper {
  padding: 0 25px;
}

/* header
---------------------------------------------------- */
.header {
  width: 100%;
}
.header__top-bar {
  height: 15px;
  background-color: rgb(34, 34, 34);
  width: 100%;
}
@media (max-width: 1199.98px) {
  .header__top-bar {
    display: none;
  }
}
.header__fixed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 60px 35px;
}
@media (max-width: 1199.98px) {
  .header__fixed {
    display: none;
  }
}
.header__logo--wrapper {
  padding-bottom: 1em;
  display: flex;
  align-items: center;
}
.header__logo {
  padding-right: 60px;
}
@media (max-width: 1399.98px) {
  .header__logo {
    padding-right: 48px;
  }
}
@media (max-width: 1399.98px) {
  .header__logo img {
    width: 200px;
  }
}
.header__catch {
  padding-bottom: 1.25em;
  font-size: max(0.875rem, 12px);
  line-height: 1.5;
}
.header .contact {
  padding: 0.2em 1em 0.4em;
  border: 1px solid rgb(161, 161, 161);
}
.header .contact__text {
  font-size: max(0.875rem, 12px);
}
.header .contact__text a {
  display: inline;
}
.header .contact__number {
  padding-left: 0.5em;
  font-size: max(1rem, 14px);
  font-weight: 700;
}
.header__menu .gnav__menu {
  display: flex;
  gap: 1.875em;
}
.header__menu .gnav__menu li {
  line-height: 1;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  position: relative;
}
.header__menu .gnav__menu li::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-image: url("../images/icon-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.header__menu .gnav__menu li.current::before {
  opacity: 1;
}
.header__menu .gnav__menu li:not(.current):hover::before {
  opacity: 1;
}
.header .logo__fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  height: 75px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 1199.98px) {
  .header .logo__fixed {
    height: 72px;
  }
}
.header .logo__fixed .logo {
  display: inline-block;
  height: 100%;
  padding-top: 1em;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .header .logo__fixed .logo {
    padding-top: 1.3em;
  }
}
.header .logo__fixed .logo img {
  width: 180px;
}
@media (max-width: 1199.98px) {
  .header .logo__fixed .logo img {
    width: 144px;
  }
}

/* hamburger
---------------------------------------------------- */
.header__btn--gnav {
  all: unset;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 80px;
  height: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 1199.98px) {
  .header__btn--gnav {
    width: 64px;
    height: 12px;
  }
}
.header__btn--gnav span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgb(34, 34, 34);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header__btn--gnav.open span:nth-child(1) {
  transform: rotate(20deg) translate(5px, 6px);
}
@media (max-width: 1199.98px) {
  .header__btn--gnav.open span:nth-child(1) {
    transform: rotate(20deg) translate(5px, 4px);
  }
}
.header__btn--gnav.open span:nth-child(2) {
  transform: rotate(-20deg) translate(5px, -5px);
}
.header .hamburger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  overflow-y: auto;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.header .hamburger.open {
  opacity: 1;
  pointer-events: auto;
}
.header .hamburger__wrapper {
  display: flex;
}
.header .hamburger__img {
  width: 60vw;
  height: 100dvh;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .header .hamburger__img {
    width: 50vw;
  }
}
@media (max-width: 767.98px) {
  .header .hamburger__img {
    display: none;
  }
}
.header .hamburger__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header .hamburger__text {
  width: 40vw;
  padding-top: max(5vw, 80px);
}
@media (max-width: 1199.98px) {
  .header .hamburger__text {
    width: 50vw;
  }
}
@media (max-width: 767.98px) {
  .header .hamburger__text {
    width: 100%;
  }
}
.header .hamburger__nav {
  padding-bottom: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575.98px) {
  .header .hamburger__nav {
    padding-bottom: 50px;
  }
}
.header .hamburger .gnav__menu {
  padding: 1.5em;
  display: flex;
  gap: 1.875em;
}
@media (max-width: 575.98px) {
  .header .hamburger .gnav__menu {
    padding: 1em;
  }
}
.header .hamburger .gnav__menu li {
  line-height: 1.5;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  position: relative;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .header .hamburger .gnav__menu li {
    line-height: 1;
  }
}
.header .hamburger .gnav__menu li::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/icon-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.header .hamburger .gnav__menu li.current::before {
  opacity: 1;
}
.header .hamburger .gnav__menu li:not(.current):hover::before {
  opacity: 1;
}
.header .hamburger__bottom {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .hamburger__bottom .contact {
  border: none;
  border-top: 1px solid rgb(161, 161, 161);
}
.header .hamburger__bottom .contact__text {
  padding-top: 0.2em;
}
.header .hamburger__logo {
  padding-bottom: 1.5em;
}
.header .hamburger__logo img {
  width: 200px;
}
@media (max-width: 575.98px) {
  .header .hamburger__logo img {
    width: 180px;
  }
}
.header .hamburger__catch {
  padding-bottom: 0.8em;
  font-size: 13px;
  line-height: 1.5;
}
.header .hamburger .contact__text {
  font-size: 13px;
}
.header .logo__fixed,
.header .header__btn--gnav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media (max-width: 1199.98px) {
  .header .logo__fixed,
  .header .header__btn--gnav {
    opacity: 1;
    pointer-events: auto;
  }
}
.header .logo-show {
  opacity: 1;
  pointer-events: auto;
}
.header .btn-show {
  opacity: 1;
  pointer-events: auto;
}

/* access
---------------------------------------------------- */
.access {
  position: relative;
  padding-bottom: 13.75rem;
}
@media (max-width: 991.98px) {
  .access {
    padding-bottom: 200px;
  }
}
@media (max-width: 767.98px) {
  .access {
    padding-bottom: 150px;
  }
}
.access__inner {
  position: relative;
  z-index: 2;
}
.access__inner .heading {
  padding-bottom: 3.75rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .access__inner .heading {
    padding-left: 1.5em;
  }
}
.access__item {
  padding-bottom: 2em;
}
.access__title {
  font-weight: 900;
  padding-bottom: 0.3em;
  font-size: 15px;
}
.access__detail a {
  display: inline;
}
@media (max-width: 767.98px) {
  .access .left__inner {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .access .number {
    line-height: 2.5;
  }
}
.access__right {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .access__right {
    position: static;
    text-align: center;
  }
}
.access__map {
  padding-top: 9.375rem;
  display: block;
  width: 45vw;
}
@media (max-width: 767.98px) {
  .access__map {
    padding-top: 40px;
    width: 100%;
  }
}
.access__map iframe {
  width: 45vw;
  height: 43.75rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .access__map iframe {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  .access__map iframe {
    width: 100%;
    height: 500px;
  }
}
.access .decor__item {
  position: absolute;
  z-index: 1;
  width: 29.0625rem;
}
@media (max-width: 767.98px) {
  .access .decor__item {
    width: 19.6875rem;
  }
}
.access .__1 {
  top: 12em;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .access .__1 {
    top: 8em;
  }
}
@media (max-width: 767.98px) {
  .access .__1 {
    width: 17.5rem;
    top: 6em;
    left: 50%;
    transform: translateX(50px);
  }
}
.access .__2 {
  bottom: 7em;
  left: -5em;
}
@media (max-width: 767.98px) {
  .access .__2 {
    width: 15.625rem;
    bottom: auto;
    top: 12em;
    left: 50%;
    transform: translateX(-250px);
  }
}
@media (max-width: 575.98px) {
  .access .__2 {
    top: 11em;
    left: auto;
    right: 50%;
    transform: translateX(-50px);
  }
}
@media (max-width: 767.98px) {
  .access .__2 img {
    transform: scaleX(-1);
  }
}
.access .modal__parking {
  text-decoration: underline;
  transition: color 0.5s ease, text-decoration-color 0.5s ease;
}
.access .modal__parking:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
.access .modal__parking img {
  max-width: 300px;
}

.access.__no-margin {
  margin-top: 0;
}

.modaal-content .modal__parking--inner {
  text-align: center;
  padding: 2em;
}
@media (max-width: 575.98px) {
  .modaal-content .modal__parking--inner {
    padding: 1em;
  }
}
.modaal-content .modal__parking--inner img {
  margin: 0 auto;
  max-width: 350px;
}
.modaal-content .modal__parking--inner .modal__text {
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgb(188, 188, 188);
  font-size: 16px;
}

.modaal-content {
  position: relative;
  padding: 2em;
}
.modaal-content:after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgb(216, 216, 216);
  background: none;
  z-index: 1;
  pointer-events: none;
}
.modaal-content .modal__title {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid rgb(216, 216, 216);
  font-size: 18px;
}

/* footer
---------------------------------------------------- */
.footer {
  position: relative;
  background: rgb(34, 34, 34);
  color: #fff;
  padding: 7.5rem 0 10rem;
}
@media (max-width: 991.98px) {
  .footer {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 575.98px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
.footer__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer__inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .footer__left {
    text-align: center;
  }
}
.footer__logo {
  padding-bottom: 5em;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .footer__logo {
    padding-bottom: 4em;
  }
}
@media (max-width: 991.98px) {
  .footer__logo img {
    width: 250px;
  }
}
@media (max-width: 575.98px) {
  .footer__logo img {
    width: 130px;
  }
}
.footer .copylight {
  color: rgb(188, 188, 188);
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .footer .copylight {
    font-size: 10px;
  }
}
.footer .fnav__menu {
  display: flex;
  gap: 2.1em;
}
@media (max-width: 991.98px) {
  .footer .fnav__menu {
    justify-content: center;
    padding-bottom: 6em;
  }
}
@media (max-width: 575.98px) {
  .footer .fnav__menu {
    display: none;
  }
}
.footer .fnav__menu li {
  line-height: 1;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  transition: color 0.5s ease;
}
.footer .fnav__menu li:hover {
  color: rgb(161, 161, 161);
}
.footer .decor__item {
  position: absolute;
  z-index: 1;
  width: 32.375rem;
  bottom: 0;
  right: 0;
}/*# sourceMappingURL=common.css.map */