/* * {
  outline: 2px solid blue;
} */
.t1-eventspace {
  font-size: 1.2em;
  font-weight: bold;
  color: #b9cc1b;
  margin-bottom: 20px;
}

.sec-eventspace {
  padding: 0;
}
@media (max-width: 800px) {
  .sec-eventspace {
    padding: 0;
  }
}

.cnt-eventspace {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 800px) {
  .cnt-eventspace {
    width: 90%;
  }
}

.contact-btn-eventspace {
  margin: 50px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.shadow-btn-eventspace {
  display: inline-block;
  background: #c7d34a; /* 黄緑色 */
  color: #fff; /* 白文字 */
  /* font-weight: bold; */
  /* font-size: 1.2em; */
  /* padding: 16px 60px; */
  border: none;
  border-radius: 2px !important;
  box-shadow: 8px 8px 4px 0 rgba(128, 128, 0, 0.7); /* 下に影 */
  /* letter-spacing: 0.15em; */
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
}

.shadow-btn-eventspace:hover {
  box-shadow: 4px 4px 2px 0 rgba(128, 128, 0, 0.18);
  transform: translateY(2px);
  background: #b9cc1b;
}

/* メイン内観＋サムネイルスライダー用 */
.gallery-thumb.active {
  outline: 3px solid #b9cc1b;
  box-shadow: 0 0 8px #b9cc1b;
}
.gallery-thumbnails {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 800px) {
  .gallery-thumbnails img {
    width: 120px;
  }
}

.main-gallery-image-full {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.main-gallery-image-full img {
  width: 100vw;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: cover;
}
.gallery-thumbnails-full {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 24px 0 16px 0;
}
.gallery-thumbnails-slider {
  display: flex;
  gap: 16px;
  transition: transform 0.3s;
  will-change: transform;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 60px;
}
.gallery-thumbnails-slider img {
  width: 240px;
  cursor: pointer;
  border-radius: 6px;
  flex-shrink: 0;
}
.gallery-thumb.active {
  outline: 3px solid #b9cc1b;
  box-shadow: 0 0 8px #b9cc1b;
}
.thumb-prev,
.thumb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #b9cc1b;
  color: #b9cc1b;
  font-size: 2rem;
  width: 40px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
  border-radius: 8px;
  opacity: 0.8;
}
.thumb-prev {
  left: 8px;
}
.thumb-next {
  right: 8px;
}
@media (max-width: 800px) {
  .gallery-thumbnails-slider img {
    width: 120px;
  }
  .gallery-thumbnails-slider {
    padding: 0 30px;
  }
  .thumb-prev,
  .thumb-next {
    width: 30px;
    height: 40px;
    font-size: 1.3rem;
  }
}

.main-swiper {
  width: 100%;
   height: 100%;
  /* height: 56vw !important; */
  /* max-height: 300px; */
  margin: 0 calc(50% - 50vw);
  margin-bottom: 30px !important;
}
.main-swiper img {
  /* width: 100vw; */
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 800px) {
  .main-swiper {
max-height: 280px;
  }
  
}
.thumb-swiper {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 20px 0;
  height: 120px; /* サムネイル画像の高さ＋余白に合わせて調整 */
  overflow: visible;
}
.thumb-swiper .swiper-slide {
  width: 180px !important;
  height: 120px !important;
  cursor: pointer;
}
.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.thumb-swiper img {
  width: 180px;
  height: 120px;
  object-fit: cover;
}

.thumb-swiper-prev,
.thumb-swiper-next {
  background: white;
  border: none;
  color: #b9cc1b;
  font-size: 1rem;
  width: auto;
  height: auto;
  cursor: pointer;
  opacity: 1;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.thumb-swiper-next {
  right: 15px !important;
}
.thumb-swiper-prev:hover,
.thumb-swiper-next:hover {
  opacity: 0.5;
}
@media (max-width: 800px) {
  .thumb-swiper {
    height: 80px; /* サムネイル画像の高さ＋余白に合わせて調整 */
  }

  .thumb-swiper-prev,
  .thumb-swiper-next {

    font-size: 1.3rem;
  }
  .thumb-swiper-next {
    right: 0px !important;
  }
  .thumb-swiper .swiper-slide {
    width: 120px !important;
    height: 80px !important;
    cursor: pointer;
  }
  .thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  .thumb-swiper img {
    width: 120px;
    height: 80px;
    object-fit: cover;
  }
}

/* 設備・備品セクション用 */
.equipment-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 80%;
  margin: 0 auto;
}
.equipment-text {
  flex: 1;
  min-width: 200px;
}
.equipment-title {
  color: #b9cc1b;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 16px;
}
.catering-title {
  color: #b9cc1b;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 16px;
}
.equipment-detail-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 28px;
  border: 2px solid #b9cc1b;
  color: #b9cc1b !important;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2px !important;
  box-shadow: 8px 8px 4px 0 rgba(128, 128, 0, 0.7);
  transition: box-shadow 0.2s, transform 0.2s;
}
.equipment-detail-btn:hover {
  background: #b9cc1b;
  color: #fff !important;
}
.equipment-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  max-width: 400px;
}
.equipment-images > img {
  width: 100%;
}
.equipment-sub-images {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.equipment-sub-images img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 800px) {
  .equipment-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .equipment-images {
    align-items: flex-start;
    max-width: 100%;
  }
}

/* レイアウトセクション用 */
.layout-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 0 auto;
  width: 80%;
}
.layout-image {
  /* flex: 1; */
  display: flex;
}
.layout-text {
  flex: 1;
  color: #fff;
  min-width: 320px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.layout-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 16px;
}
.layout-btn {
  margin-top: 32px;
  background: #fff;
  color: #b9cc1b !important;
  border: 2px solid #fff;
  font-size: 1.1em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 8px 8px 4px 0 rgba(128, 128, 0, 0.7);
  transition: box-shadow 0.2s, transform 0.2s;
}
.layout-btn:hover {
  background: #b9cc1b;
  color: #fff !important;
  border: 2px solid #fff;
}
@media (max-width: 900px) {
  .layout-flex {
    flex-direction: column;
  }
  .layout-text {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .layout-flex {
    gap: 0px;
  }

  .layout-text,
  .layout-text p {
    text-align: left !important;
    align-items: flex-start !important;
  }
}

/* PCでは横並び、スマホでは縦並び */
.layout-image-sp,
.layout-btn-sp {
  display: none;
}

.layout-image-pc,
.layout-btn-pc {
  display: block;
}

@media (max-width: 800px) {
  .layout-image-pc,
  .layout-btn-pc {
    display: none;
  }

  .layout-image-sp,
  .layout-btn-sp {
    display: block;
    margin: 16px 0;
  }
}

/* PCではテキスト内のボタンを表示、画像下のボタンを非表示 */
.equipment-detail-btn-pc {
  display: inline-block;
}

.equipment-detail-btn-sp {
  display: none;
}
@media (max-width: 800px) {
  /* スマホではテキスト内のボタンを非表示、画像下のボタンを表示 */
  .equipment-detail-btn-pc {
    display: none;
  }
  .equipment-detail-btn-sp {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    width: 80%;
  }
}

.catering-option-btn {
  font-size: small;
}
/*==================================================================
  Ginza EventSpace
==================================================================*/
.sec-ginzaeventspace-top {
  display: flex;
  height: 100vh;
}
@media (max-width: 800px) {
  .sec-ginzaeventspace-top {
    height: 50vh;
  }
}

.image-container {
  width: 50%;
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をカバーする */
  object-position: center; /* 中心を基準に画像を配置 */
}

.image-container-one-photo {
  width: 100%;
  overflow: hidden;
}
.image-container-one-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をカバーする */
  object-position: center; /* 中心を基準に画像を配置 */
}

.t-center {
  text-align: center;
}

@media (max-width: 800px) {
  .top-section-eventspace {
    width: 90%;
  }
}

#lp-ginzaeventspace iframe {
  max-width: 1200px;
}
@media (max-width: 800px) {
  #lp-ginzaeventspace iframe {
    height: 30vh;
  }
}

#lp-tokyoyaesueventspace iframe {
  max-width: 1200px;
}
@media (max-width: 800px) {
  #lp-tokyoyaesueventspace iframe {
    height: 30vh;
  }
}

#lp-tachikawaeventspace iframe {
  max-width: 1200px;
}
@media (max-width: 800px) {
  #lp-tachikawaeventspace iframe {
    height: 30vh;
  }
}

.sec-iframe {
  text-align: center;
}

.sec-lp-ginzaeventspace-to-apply {
  margin-top: 50px;
  background-color: #b9cc1b;
  color: #fff;
}

.sec-lp-ginzaeventspace-to-apply .btn {
  background-color: #fff;
  color: #b9cc1b;
}

.sec-lp-tokyoyaesueventspace-to-apply {
  background-color: #b9cc1b;
}

.sec-lp-tokyoyaesueventspace-to-apply .btn {
  background-color: #fff;
  color: #b9cc1b;
}

.sec-lp-tachikawaeventspace-to-apply {
  background-color: #b9cc1b;
}

.sec-lp-tachikawaeventspace-to-apply .btn {
  background-color: #fff;
  color: #b9cc1b;
}

.sec__ginzaevent {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 670px;
  transform: translateY(60px);
  margin-bottom: 60px;
  padding-top: 60px !important;
}

.ginzaevent__facilitiesBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ginzaevent__facilitiesBox__card {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .ginzaevent__facilitiesBox__card {
    width: 100%;
  }
}

.ginzaevent__facilitiesBox__left {
  width: 40%;
}

.ginzaevent__facilitiesBox__right {
  width: 55%;
}

.ginzaUsecaseBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ginzaUsecase__card {
  width: 24%;
}
@media (max-width: 800px) {
  .ginzaUsecase__card {
    width: 49%;
  }
}

.ginzaUsecase__card > p {
  padding: 10px;
  width: 100%;
  text-align: center;
}

/*==================================================================
  GinzaSameAgeEvent
==================================================================*/
.sec__GSAevent__top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("images/GSAevent/top_01.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 700px;
  transform: translateY(60px);
  margin-bottom: 60px;
  padding-top: 60px !important;
}
@media (max-width: 800px) {
  .sec__GSAevent__top {
    height: 300px;
  }
}

.sec__GSAevent__top img {
  width: 50%;
}

.GSAevent__topText {
  text-align: center;
  font-size: 50px;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.GSAevent__pplcardBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 800px) {
  .GSAevent__pplcardBox {
    justify-content: space-around;
  }
}

.GSAevent__pplcard {
  width: 21%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 800px) {
  .GSAevent__pplcard {
    width: 40%;
  }
}

.GSAevent__pplpicBox {
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.GSAevent__pplpicBox img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.ginzaeventaccessBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.ginzaeventaccessBox > img {
  width: 48%;
}

.sec__ginzaevenet__benefits {
  background-image: url("images/home/app_bg.webp");
  background-size: cover; /* 画像をコンテナに合わせてカバー */
  background-position: center; /* 画像を中央に配置 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sec__ginzaevenet__benefits img {
  width: 40%;
}
@media (max-width: 800px) {
  .sec__ginzaevenet__benefits img {
    width: 90%;
  }
}

a.GSAevent__link {
  color: #26a69a;
}

.highlightunder {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.ttl__5 {
  font-size: 18px;
}
@media (max-width: 800px) {
  .ttl__5 {
    font-size: 15px;
  }
}

.ginzaevent__facilitiesBox__right .nml {
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .ginzaevent__facilitiesBox__right .nml {
    font-size: 13px;
    padding: 0 0 20px;
  }
}

/*==================================================================
  GinzaEvent
==================================================================*/
.sec__GinzaEvent__top {
  background-image: url("images/GinzaSameAgeEvent/top_bg.png");
  background-size: cover; /* 画像をコンテナに合わせてカバー */
  background-position: center; /* 画像を中央に配置 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(30px);
}

.cont__GinzaEvent__top {
  max-width: 600px;
}

.top__flex01 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.top__flex01 img {
  width: 100%;
  transform: translateX(-5%);
}

.top__flex02 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.top__flex02 img {
  width: 80%;
  transform: translateX(5%);
  transform: translateY(-30px);
}

.top__flex03 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.top__flex03 p {
  width: 100%;
  text-align: center;
}

.top__flex04 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.top__flex04 div {
  width: 50%;
}

@media (max-width: 800px) {
  .top__flex04 div {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .top__flex04 div img {
    width: 70%;
  }
}

.top__flex04 div a.btn {
  width: 100%;
}
@media (max-width: 800px) {
  .top__flex04 div a.btn {
    margin-top: 0;
  }
}

a.btn {
  color: #fff;
}

.h2__ttl {
  font-size: 40px;
  padding: 0 0 30px;
}
@media (max-width: 800px) {
  .h2__ttl {
    font-size: 26px;
    padding: 0 0 20px;
  }
}

.p__content {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  padding: 0 0 30px;
}
@media (max-width: 800px) {
  .p__content {
    font-size: 13px;
    padding: 0 0 20px;
  }
}

.text-container {
  position: relative;
  display: inline-block;
}

.highlighted-text {
  position: relative;
  z-index: 1;
  padding: 10px;
  background-color: white;
}

.highlighted-text::before,
.highlighted-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.highlighted-text::before {
  background-color: #b9cc1b;
  transform: translate(5px, 5px);
  border-radius: 5px;
}

.highlighted-text::after {
  background-color: #fff;
  border-radius: 5px;
}

.sec__GinzaEvent__concept {
  padding-top: 100px;
}

/* •·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•· */
:root {
  --delay: 0;
  --duration: 800ms;
  --iterations: 1;
}
/* •·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•· */

.reveal-text,
.reveal-text::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  font-size: 1.5rem;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 5px solid #b9cc1b;

  &::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b9cc1b;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes text-revealer {
  0%,
  50% {
    transform-origin: 0 50%;
  }

  60%,
  100% {
    transform-origin: 100% 50%;
  }

  60% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

@media (max-width: 800px) {
  .reveal-text {
    font-size: 0.9rem;
  }
}

.sec__GinzaEvent__LastCTA {
  background-color: #b9cc1b;
}

.sec__GinzaEvent__LastCTA .btn {
  background-color: #fff;
  color: #a0b500;
}

/*==================================================================
  Tokyo Yaezu EventSpace
==================================================================*/

.D {
  display: none;
}

.tabs-eventspace {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
}

.tabs-eventspace > div {
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  color: gray;
  background-color: #eeefe9;
  transition: all 0.3s ease;
}

.tabs-eventspace > div.active {
  background-color: #b9cc1b;
  color: white;
}

@media (max-width: 541px) {
  .tabs-eventspace {
    width: 100%;
  }

  .tab-eventspace {
    font-size: small;
  }
}

.tabs-eventspace > div.on {
  background-color: #b9cc1b;
  color: white;
}

.tabs-eventspace > div.off {
  color: gray !important;
  background-color: #eeefe9 !important;
}

.equipment-title-event-space {
  font-size: 35px;
  font-weight: bold;
  margin: 15px 0;
  color: #b9cc1b;
}
@media (max-width: 800px) {
  .equipment-title-event-space {
    font-size: 6vw;
    padding: 0 0 10px;
  }
}

.use-title-event-space {
  font-size: 35px;
  font-weight: bold;
  margin: 15px 0;
  color: #b9cc1b;
}
@media (max-width: 800px) {
  .use-title-event-space {
    font-size: 6vw;
    padding: 0 0 10px;
  }
}

.tokyoUsecase__card > p {
  padding: 10px;
  width: 100%;
  text-align: center;
}

.tokyoUsecaseBox-equipment {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns on PC */
  gap: 20px;
}

/* Responsive design for tablets and mobile */
@media screen and (max-width: 768px) {
  .tokyoUsecaseBox-equipment {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
  }
}

/* Card styling */
.tokyoUsecase__card-equipment {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  background-color: white;
}

.tokyoUsecase__card p {
  margin-bottom: 5px;
}

.equipment-image-event-space {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.use-image-event-space {
  width: 200px;
  height: 150px;
  object-fit: contain;
}

@media (max-width: 541px) {
  .use-image-event-space {
    width: 130px;
    height: 110px;
    object-fit: contain;
  }
}

.equipment-title {
  font-weight: 600;
}

@media (max-width: 541px) {
  .equipment-detail {
    font-size: smaller;
  }
}

.tokyoUsecaseBox-use {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr); /* 3 columns on PC */
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .tokyoUsecaseBox-use {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
    gap: 20px;
  }
}

.use-title {
  font-weight: 600;
}

.tokyoUsecase__card {
  justify-content: center;
  padding: 15px;
  text-align: center;
}

.tokyoUsecase__card > p {
  padding: 10px;
  width: 100%;
  text-align: center;
}

.iframe-eventspace-phone {
  height: 300px !important;
}

.ricoh-theta-tour-image-phone iframe {
  height: 300px !important;
}

.F,
.G {
  display: none;
}

.responsive-map {
  max-width: 1200px; /* PC時の最大幅 */
  width: 100%;
  height: 350px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: block;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .responsive-map {
    max-width: 100vw;
    width: 100vw;
    height: 100vw;
    border-radius: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
