@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2.6666666667vw;
  }
}

.float_area {
  width: 100%;
  padding: 25px 0;
  background: rgba(242, 242, 242, 0.8);
  position: fixed;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  .float_area {
    padding: 3.3333333333vw 0;
  }
}
.float_area .cta_btn {
  width: 676px;
  margin: 0 auto;
  filter: drop-shadow(0 8px 10px rgba(0, 97, 119, 0.2));
}
@media screen and (max-width: 750px) {
  .float_area .cta_btn {
    width: 90.1333333333vw;
    filter: drop-shadow(0 1.0666666667vw 1.3333333333vw rgba(0, 97, 119, 0.2));
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.wrap {
  max-width: 750px;
  margin: 0 auto;
}
.wrap .access_area {
  position: relative;
}
.wrap .access_area .map {
  width: 100%;
  height: 340px;
  position: absolute;
  top: 192px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .wrap .access_area .map {
    height: 45.3333333333vw;
    top: 25.6vw;
  }
}
.wrap .access_area .cta_btn {
  width: 676px;
  margin: 0 auto;
  filter: drop-shadow(0 8px 10px rgba(0, 97, 119, 0.2));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
}
@media screen and (max-width: 750px) {
  .wrap .access_area .cta_btn {
    width: 90.1333333333vw;
    filter: drop-shadow(0 1.0666666667vw 1.3333333333vw rgba(0, 97, 119, 0.2));
    bottom: 12vw;
  }
}/*# sourceMappingURL=style.css.map */
/* SEO/アクセシビリティ用：視覚的には非表示、検索エンジン・スクリーンリーダーには読まれる（デザインは一切変更しない） */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* pictureタグをブロック要素として扱い、中のimgが正しく100%幅になるようにする */
picture {
  display: block;
  width: 100%;
}
