@charset "UTF-8";
/*---------------------------
map.css  ガーラ・レジデンス川口
---------------------------*/

:root {
  --map-bg-top: #d7e6ea;
  --map-bg-bottom: #c5d8de;
  --map-title-color: #4b4b4b;
  --map-frame: #8a9398;
  --map-btn-bg: #dce7ec;
  --map-btn-border: #c0ced7;
  --map-btn-text: #4f5963;
  --map-entry-blue: #1f4691;
}

/*---------------------------
共有箇所
---------------------------*/
.widthArea {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* Tab */
@media screen and (max-width: 1170px) {
}

/* sp */
@media only screen and (max-width: 768px) {
  .widthArea {
    width: 100%;
    max-width: initial;
  }
}

/*---------------------------
現地案内図
---------------------------*/
#map .map_con {
  margin: 0 auto;
  padding: 4.6em 0 3.2em;
  background: linear-gradient(180deg, var(--map-bg-top) 0%, var(--map-bg-bottom) 100%);
}

#map .top_tx {
  margin-bottom: 2.3em;
  text-align: center;
  letter-spacing: 0.05em;
}

#map .top_tx .ttl {
  font-size: 34px;
  line-height: 1.0;
  margin-bottom: 0.2em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
  color: var(--map-title-color);
}

#map .top_tx .txt {
  font-size: 31px;
  letter-spacing: 0.16em;
  color: var(--map-title-color);
}

.footer_BtnLink {
  margin: 0 auto;
  padding-top: 1.8em;
}

#map footer {
  background: var(--map-bg-bottom);
}

#map .footerArea {
  background: #fff;
}

#map footer > .section {
  position: relative;
  z-index: 0;
  padding-bottom: 5em;
}

#map footer > .section::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--map-bg-bottom);
  z-index: -1;
}

/*---------------------------
マップ画像
---------------------------*/
#map .map01 {
  margin-bottom: 1.15em;
}

#map .map01 .widthArea {
  max-width: 860px;
  border: 1px solid var(--map-frame);
  overflow: hidden;
  background: #fff;
}

#map .map01 .widthArea img {
  width: 100%;
  height: auto;
  display: block;
}

/*---------------------------
閉じる・印刷するボタン
---------------------------*/
#map .map_close_print {
  display: flex;
  justify-content: center;
  gap: 0.8em;
  margin: 1.15em auto 1.8em;
  max-width: 720px;
}

.map_btn {
  flex: 1;
  max-width: 220px;
  min-height: 34px;
  padding: 0.58em 1em;
  font-size: 12px;
  font-family: "a-otf-ryumin-pr6n", serif;
  letter-spacing: 0.08em;
  cursor: pointer;
  border: 1px solid var(--map-btn-border);
  background: var(--map-btn-bg);
  color: var(--map-btn-text);
  line-height: 1.1;
  transition: background 0.3s, color 0.3s;
}

.map_btn:hover {
  background: #cfdde6;
}

/*---------------------------
フッターエントリーボタン
---------------------------*/
.footer_BtnLink .btn_entryLink {
  width: 470px;
  max-width: 470px;
}

.footer_BtnLink .btn_entryLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  width: 100%;
  padding: 0.95em 1.4em;
  background-color: var(--map-entry-blue);
  color: #fff !important;
  font-size: 23px;
  letter-spacing: 0.08em;
  border-radius: 0;
  box-sizing: border-box;
  transition: opacity 0.4s;
  text-decoration: none;
}

.footer_BtnLink .btn_entryLink a:hover {
  opacity: 0.75;
}

.click_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c4a86b;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  border-radius: 3px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-style: normal;
}

/*---------------------------
ページトップボタン
---------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  background-color: rgba(26,59,107,0.8);
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding-top: 14px;
  box-sizing: border-box;
  z-index: 9999;
  transition: opacity 0.3s;
  font-family: "adobe-garamond-pro", serif;
}

.pagetop:hover {
  opacity: 0.75;
}

/* Tab */
@media screen and (max-width: 1170px) {
}

/* sp */
@media only screen and (max-width: 768px) {
  #map .map_con {
    padding: 2.2em 0 2em;
  }

  #map .top_tx {
    margin-bottom: 1.35em;
  }

  #map .top_tx .ttl {
    font-size: 5.2vw;
    margin-bottom: 0.25em;
  }

  #map .top_tx .txt {
    font-size: 5vw;
    letter-spacing: 0.12em;
  }

  .footer_BtnLink {
    margin: 0 auto;
    padding-top: 1.1em;
  }

  #map footer > .section {
    padding-bottom: 3em;
  }

  #map .map_close_print {
    gap: 0.6em;
    padding: 0 5%;
    margin: 1em auto 1.5em;
  }

  .map_btn {
    font-size: 3.2vw;
    min-height: 34px;
    padding: 0.55em 0.5em;
  }

  .footer_BtnLink .btn_entryLink {
    width: 94%;
    max-width: 460px;
  }

  .footer_BtnLink .btn_entryLink a {
    font-size: 4.15vw;
    padding: 0.95em 0.8em;
    border-radius: 0;
  }

  .click_badge {
    font-size: 2.8vw;
  }

  .pagetop {
    bottom: 72px;
    right: 14px;
    width: 76px;
    height: 76px;
    padding-top: 0;
    background-color: #9acfd4;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    font-size: 0;
    line-height: 1;
  }

  .pagetop br {
    display: none;
  }

  .pagetop::before {
    content: "TOP";
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #fff;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-weight: 400;
  }

  .pagetop::after {
    content: "";
    width: 18px;
    height: 18px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
  }
}
