@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.contents-title {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  gap: 15px;
}
@media (min-width: 768px) {
  .contents-title {
    align-items: center;
    flex-direction: row;
  }
}
.contents-title-img {
  min-width: 220px;
}
.contents-title.contents-center {
  justify-content: center;
  align-items: center;
}
.contents-title.contents-center .contents-title-img {
  min-width: auto;
}
.contents-text {
  line-height: 1.2;
  font-size: 15px;
}
@media (min-width: 768px) {
  .contents-text {
    font-size: 20px;
  }
}

.fv {
  position: relative;
  height: auto;
  padding-top: 55px;
  min-height: auto;
}
@media (min-width: 768px) {
  .fv {
    padding-top: 70px;
  }
}
.fv-area {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .fv-area {
    max-height: 718px;
    height: auto;
  }
}
@media screen and (min-width: 1150px) {
  .fv-area {
    max-height: 62vw;
    height: 62vw;
  }
}
.fv-image {
  width: 100%;
}
.fv-image img {
  max-width: auto;
  width: 100%;
}
.fv-image02 {
  width: 100%;
  position: relative;
}
.fv .caption {
  width: 100%;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0;
  z-index: 2;
  color: #000;
  text-shadow: 0px 0px 1px rgb(255, 255, 255), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 13px rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .fv .caption {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.fv .caption2 {
  bottom: 10px;
  font-size: 10px;
}
.fv .caption2.sp {
  background: #fff;
  padding-bottom: 5px;
}

.band {
  background: #181818;
  padding: 30px 15px;
  display: flex;
  justify-content: center;
}

.information {
  padding: 50px 15px 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .information {
    padding: 100px 15px 50px;
  }
}
.information-title {
  text-align: center;
}
.information-list {
  margin: 15px auto 0;
  padding: 20px 10px;
  overflow-y: auto;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .information-list {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .information-list {
    margin: 15px auto 0;
    padding: 20px;
  }
}
.information-list-ul {
  margin: 0 auto;
  display: inline;
}
.information-list-li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.information-list-li:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .information-list-li {
    font-size: 16px;
    line-height: 20px;
  }
}
.information-list-li .info-link {
  text-decoration: underline;
  color: #0075c1;
}
.information-list-text {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .information-list-text {
    padding-left: 40px;
  }
}
.information-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.information-btn .btn-brown {
  padding: 15px 30px;
  transition: all 0.5s ease;
}
.information-btn .btn-brown:hover {
  opacity: 0.6;
}

.intro-title {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  color: #4d4d4d;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .intro-title {
    font-size: 23px;
  }
}
.intro-view {
  position: relative;
  margin-bottom: 10px;
}
.intro-view-caption {
  position: absolute;
  z-index: 3;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 10px;
  text-shadow: 0px 0px 1px rgb(0, 0, 0), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.intro-view .link01 {
  position: absolute;
  left: 42%;
  top: 51.5%;
  width: 50%;
  z-index: 2;
  transition: all 0.5s ease;
  filter: drop-shadow(0 0 10px #ffffff);
}
.intro-view .link01:hover {
  filter: drop-shadow(0 0 15px #9f8d81);
  opacity: 0.9;
}
.intro-view .link02 {
  position: absolute;
  left: 49%;
  top: 74.5%;
  width: 44.5%;
  z-index: 2;
  transition: all 0.5s ease;
  filter: drop-shadow(0 0 10px #ffffff);
}
.intro-view .link02:hover {
  filter: drop-shadow(0 0 15px #1fb6ff);
}
.intro .hs-banner {
  margin-top: 30px;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .intro .hs-banner {
    margin-top: 70px;
  }
}
.intro .hs-banner:hover {
  opacity: 0.7;
}
.intro .caption {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .intro .caption {
    padding: 0;
  }
}

.leadtown {
  padding: 50px 0 50px;
}
.leadtown-title {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.leadtown-text {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .leadtown-text {
    font-size: 16px;
    margin-top: 40px;
  }
}
.leadtown-img {
  padding: 30px 15px 0;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .leadtown-img {
    padding: 50px 15px 0;
  }
}
.leadtown-area {
  padding: 0 15px;
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .leadtown-area {
    max-width: none;
  }
}
.leadtown-area-btn {
  margin-top: 45px;
  display: block;
  transition: all 0.5s;
  position: relative;
}
.leadtown-area-btn:hover {
  opacity: 0.5;
}
.leadtown-area .new:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 2;
  width: 52px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/common/new-icon.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .leadtown-area .new:before {
    top: 30px;
    max-width: 84px;
    width: 17%;
    height: 33px;
    background: url("../img/common/new-icon-big.svg") no-repeat center center;
    background-size: contain;
  }
}

.intro-notice {
  padding: 15px;
}

.information {
  padding: 50px 15px 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .information {
    padding: 50px 15px 50px;
  }
}
.information-title {
  text-align: center;
}
.information-contents {
  margin: 15px auto 0;
  padding: 20px 10px;
  overflow-y: auto;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .information-contents {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .information-contents {
    margin: 15px auto 0;
    padding: 20px;
  }
}
.information-contents-ul {
  margin: 0 auto;
  display: inline;
}
.information-contents-li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.information-contents-li:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .information-contents-li {
    font-size: 16px;
    line-height: 20px;
  }
}
.information-contents-li .info-link {
  text-decoration: underline;
  color: #0075c1;
}
.information-contents-text {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .information-contents-text {
    padding-left: 40px;
  }
}

.concept {
  padding: 50px 0 0;
  margin-top: 70px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  /* SwiperのCSSファイルの後に読み込む */
}
@media (min-width: 768px) {
  .concept {
    margin-top: 70px;
    padding: 70px 0 0;
  }
}
.concept-swiper {
  width: 100%;
  overflow: hidden;
}
.concept-bottom {
  background: #d9d1be;
}
.concept-bottom .caption {
  padding-top: 5px;
}
.concept .swiper-slide img {
  max-width: auto;
  width: 100%;
}
.concept-fv {
  position: relative;
  margin-top: 30px;
}
.concept-fv-caption {
  position: absolute;
  font-size: 10px;
  color: #000;
  bottom: 5px;
  right: 5px;
}
.concept-scene {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  transform: translateY(-20%);
}
.concept-scene .img {
  width: 85%;
}
@media (min-width: 768px) {
  .concept-scene .img {
    width: 75%;
  }
}
.concept-4scene .scene1,
.concept-4scene .scene2,
.concept-4scene .scene3,
.concept-4scene .scene4 {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  padding-bottom: 30px;
  gap: 15px;
}
@media (min-width: 768px) {
  .concept-4scene .scene1,
  .concept-4scene .scene2,
  .concept-4scene .scene3,
  .concept-4scene .scene4 {
    padding: 0;
    padding-bottom: 30px;
    flex-direction: row;
  }
}
.concept-4scene .scene1 .img,
.concept-4scene .scene2 .img,
.concept-4scene .scene3 .img,
.concept-4scene .scene4 .img {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .concept-4scene .scene1 .img,
  .concept-4scene .scene2 .img,
  .concept-4scene .scene3 .img,
  .concept-4scene .scene4 .img {
    width: 300px;
    min-width: 300px;
  }
}
.concept-4scene .scene1 .text,
.concept-4scene .scene2 .text,
.concept-4scene .scene3 .text,
.concept-4scene .scene4 .text {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .concept-4scene .scene1 .text,
  .concept-4scene .scene2 .text,
  .concept-4scene .scene3 .text,
  .concept-4scene .scene4 .text {
    padding: 0;
  }
}
.concept-4scene .scene1 .text .slidetext,
.concept-4scene .scene2 .text .slidetext,
.concept-4scene .scene3 .text .slidetext,
.concept-4scene .scene4 .text .slidetext {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .concept-4scene .scene1 .text .slidetext,
  .concept-4scene .scene2 .text .slidetext,
  .concept-4scene .scene3 .text .slidetext,
  .concept-4scene .scene4 .text .slidetext {
    font-size: 28px;
  }
}
.concept-4scene .scene1 .text .slidetext2,
.concept-4scene .scene2 .text .slidetext2,
.concept-4scene .scene3 .text .slidetext2,
.concept-4scene .scene4 .text .slidetext2 {
  font-size: 4vw;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .concept-4scene .scene1 .text .slidetext2,
  .concept-4scene .scene2 .text .slidetext2,
  .concept-4scene .scene3 .text .slidetext2,
  .concept-4scene .scene4 .text .slidetext2 {
    padding-left: 2rem;
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .concept-4scene .scene1 .text .slidetext2,
  .concept-4scene .scene2 .text .slidetext2,
  .concept-4scene .scene3 .text .slidetext2,
  .concept-4scene .scene4 .text .slidetext2 {
    font-size: 24px;
  }
}
.concept-4scene .scene1 .text .slidetext2 .big,
.concept-4scene .scene2 .text .slidetext2 .big,
.concept-4scene .scene3 .text .slidetext2 .big,
.concept-4scene .scene4 .text .slidetext2 .big {
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 1.2em;
  padding: 0 5px;
}
.concept-4scene .scene1 .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d9d1be;
  z-index: 4;
  opacity: 0.35;
  transition: all 1s ease-out;
  transition-delay: 1s;
}
.concept-4scene .scene1 .img.is-show:after {
  transform: translate(-30%, -15%);
}
@media (min-width: 768px) {
  .concept-4scene .scene1 {
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.concept-4scene .scene1 .underline-move:after {
  background: #d9d1be;
}
.concept-4scene .scene2 .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #9f8d81;
  z-index: 4;
  opacity: 0.35;
  transition: all 1s ease-out;
  transition-delay: 1s;
}
.concept-4scene .scene2 .img.is-show:after {
  transform: translate(10%, 10%);
}
@media (min-width: 768px) {
  .concept-4scene .scene2 {
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    margin-top: -20px;
  }
}
@media screen and (min-width: 1100px) {
  .concept-4scene .scene2 {
    margin-top: -40px;
  }
}
.concept-4scene .scene2 .underline-move:after {
  background: #9f8d81;
}
.concept-4scene .scene3 .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f1ed;
  z-index: 4;
  opacity: 0.35;
  transition: all 1s ease-out;
  transition-delay: 1s;
}
.concept-4scene .scene3 .img.is-show:after {
  transform: translate(10%, 10%);
}
@media (min-width: 768px) {
  .concept-4scene .scene3 {
    align-items: center;
    margin: 0 auto;
    transform: translateY(-5%);
    margin-top: -10px;
  }
  .concept-4scene .scene3 .img {
    transform: translateX(-30px);
  }
  .concept-4scene .scene3 .text {
    transform: translateY(-25%);
    width: 80%;
  }
}
@media screen and (min-width: 1100px) {
  .concept-4scene .scene3 {
    margin-top: -20px;
  }
}
.concept-4scene .scene3 .underline-move:after {
  background: #f2f1ed;
}
.concept-4scene .scene4 .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #8bc6cc;
  z-index: 4;
  opacity: 0.35;
  transition: all 1s ease-out;
  transition-delay: 1s;
}
.concept-4scene .scene4 .img.is-show:after {
  transform: translate(-30%, 15%);
}
@media (min-width: 768px) {
  .concept-4scene .scene4 {
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: -40px;
  }
  .concept-4scene .scene4 .img {
    transform: translateX(30px);
  }
}
.concept-4scene .scene4 .underline-move:after {
  background: #8bc6cc;
}
.concept-text {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  font-size: 4vw;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .concept-text {
    font-size: 2vw;
    padding: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .concept-text {
    font-size: 24px;
  }
}
.concept-text .big {
  font-size: 1.2em;
}
.concept .swiper-container.concept-swiper-main .swiper-wrapper {
  /* 線形アニメーションを適用 */
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.landscape {
  padding: 50px 0;
  background: #d9d1be;
}
@media (min-width: 768px) {
  .landscape {
    padding: 70px 0;
  }
}
.landscape-map {
  padding: 0 15px;
}
.landscape-map-img {
  margin: 0;
  margin-top: 15px;
  background: #f2f1ed;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .landscape-map-img {
    margin-top: 30px;
  }
}
.landscape-map-img .map {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landscape-map-img .maptext {
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .landscape-map-img .maptext {
    margin-top: -50px;
  }
}

.location {
  font-feature-settings: "palt";
  padding: 50px 0;
  background: #f2f1ed;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .location {
    padding: 70px 0;
  }
}
.location-subtitle {
  color: #9f8d81;
  text-align: center;
  font-size: 16px;
  margin: 50px 0 15px;
}
@media (min-width: 768px) {
  .location-subtitle {
    margin: 70px 0 30px;
    font-size: 24px;
  }
}
.location .txt {
  font-size: 10px;
  font-weight: 400;
  color: #4d4d4d;
}
@media (min-width: 768px) {
  .location .eng {
    mix-blend-mode: multiply;
  }
}
.location-shopping {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 15px;
  position: relative;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .location-shopping {
    padding: 0 15px;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
.location-shopping .eng {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .location-shopping .eng {
    z-index: 3;
    transform: translate(-70%, -30px);
  }
}
.location-shopping .col1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.location-shopping .col2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .location-shopping .col2 {
    gap: 30px;
  }
}
.location-shopping .col2-col1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .location-shopping .col2-col1 {
    width: 70%;
    align-self: flex-start;
  }
}
.location-shopping .col2-col2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .location-shopping .col2-col2 {
    width: 70%;
    align-self: flex-end;
  }
}
.location-park {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 15px;
  position: relative;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .location-park {
    padding: 0 15px;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 30px;
    width: 80%;
    margin: 0 auto;
  }
}
.location-park .eng {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .location-park .eng {
    z-index: 3;
    left: auto;
    right: 0;
    transform: translate(100%, -50px);
  }
}
.location-park .col1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .location-park .col1 {
    padding-bottom: 70px;
  }
}
.location-park .col2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .location-park .col2 {
    width: 60%;
  }
}
.location-education {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 15px;
  position: relative;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .location-education {
    padding: 0 15px;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
.location-education .eng {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .location-education .eng {
    z-index: 3;
    transform: translate(-70%, -10px);
  }
}
.location-education .col1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.location-education .col2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .location-education .col2 {
    gap: 30px;
  }
}
.location-education .col2-col1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .location-education .col2-col1 {
    width: 70%;
    align-self: flex-end;
  }
}
.location-education .col2-col2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .location-education .col2-col2 {
    width: 70%;
    align-self: flex-start;
  }
}
.location-pickup {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .location-pickup {
    flex-direction: row-reverse;
    margin: 0 auto;
    margin-top: -50px;
    width: 80%;
  }
}
.location-pickup-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.location-pickup-title {
  padding: 15px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .location-pickup-title {
    padding: 0;
    padding-top: 50px;
    transform: translate(-15px, -15px);
  }
}
.location-pickup-subtitle {
  border-top: 1px solid #8bc6cc;
  border-bottom: 1px solid #8bc6cc;
  padding: 10px;
}
.location-pickup-text {
  line-height: 1.5;
  font-size: 14px;
  padding: 10px;
}
@media (min-width: 768px) {
  .location-pickup-text {
    font-size: 16px;
  }
}
.location-pickup-img {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px;
}
.location-pickup-img .circle {
  border-radius: 50%;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.7));
}
.location-other {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .location-other {
    padding: 0 15px;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    width: 90%;
    margin-bottom: 30px;
  }
}
.location-other .eng {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .location-other .eng {
    z-index: 3;
    left: auto;
    right: 0;
    transform: translate(110%, -50px);
  }
}
.location-other .col1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.location-other .col1-col1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .location-other .col1-col1 {
    width: 60%;
    align-self: flex-start;
  }
}
.location-other .col1-col2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .location-other .col1-col2 {
    width: 60%;
    align-self: flex-end;
  }
}
.location-other .col2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .location-other .col2 {
    width: 50%;
  }
}

.access {
  padding: 50px 0;
  background: #d9d1be;
}
@media (min-width: 768px) {
  .access {
    padding: 70px 0;
  }
}
.access-map {
  padding: 0 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .access-map {
    margin-top: 30px;
  }
}
.access-map-img {
  background: #f2f1ed;
  padding: 15px;
}
.access-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .access-flex {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.access-flex-col {
  display: flex;
  flex-direction: column;
  width: calc((100% - 10px) / 2);
}
@media (min-width: 768px) {
  .access-flex-col {
    width: calc((100% - 30px) / 4);
  }
}
.access-flex-col .text {
  background: #f2f1ed;
}

.banner {
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .banner {
    padding: 70px 15px;
  }
}
.banner-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.banner-flex .btn-darkred {
  padding: 20px 40px;
  transition: all 0.5s ease;
  display: block;
  font-size: 20px;
}
.banner-flex .btn-darkred:hover {
  opacity: 0.6;
}
.banner a {
  transition: all 0.5s ease;
}
.banner a:hover {
  opacity: 0.7;
}

.footerbanner-area {
  padding: 0 15px 50px;
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footerbanner-area {
    max-width: none;
    padding: 0 15px 50px;
  }
}
.footerbanner-area-btn {
  margin-top: 45px;
  display: block;
  transition: all 0.5s;
}
.footerbanner-area-btn:hover {
  opacity: 0.5;
}
.footerbanner-text {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .footerbanner-text {
    font-size: 16px;
  }
}/*# sourceMappingURL=top.css.map */