@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.container.full .viewport-wrap {
  position: relative;
  width: calc(100% - 72px);
  height: calc(100vh - 54px);
  height: calc(100lvh - 54px);
  height: calc(100svh - 54px);
  margin: 54px auto 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
  background-image: url("../../assets/images/top_key-visual.jpg");
}
.container.full .viewport-wrap .viewport-inner.primary {
  top: 50%;
  left: 50%;
  width: 50%;
  padding: 40px 80px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(44, 116, 137, 0.5);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  text-shadow: 0 0 10px rgba(58, 155, 183, 0.8);
}
.container.full .viewport-wrap .viewport-inner.primary h1 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.75rem;
  color: rgb(255, 255, 255);
}
.container.full .viewport-wrap .viewport-inner.primary h2 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 100;
  letter-spacing: 0.5rem;
  color: rgb(234, 164, 157);
}
.container.full .viewport-wrap .viewport-inner.primary ul {
  list-style: circle;
  margin-left: 2rem;
  color: rgb(255, 255, 255);
}
.container.full .viewport-wrap .viewport-inner.primary p {
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.container.full .viewport-wrap .viewport-inner.primary p a {
  color: rgb(255, 255, 255);
}
.container.full .viewport-wrap .viewport-inner.slide {
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .container.full .viewport-wrap .viewport-inner.primary {
    top: 50%;
    left: 50%;
    width: 110%;
    padding: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(109, 189, 209, 0.5);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    text-shadow: 0 0 10px rgba(58, 155, 183, 0.8);
  }
  .container.full .viewport-wrap .viewport-inner.primary h1 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .container.full .viewport-wrap .viewport-inner.primary h2 {
    font-size: 2.625rem;
    font-weight: 300;
  }
  .container.full .viewport-wrap .viewport-inner.primary p {
    color: rgb(255, 255, 255);
  }
  .container.full .viewport-wrap .viewport-inner.slide {
    overflow: hidden;
  }
}
#top-page .news ul {
  list-style: disc;
  margin: 2rem 0 2rem 2rem;
}

.main-visiual {
  width: 100%;
  height: auto;
}

.store-list .tab-content h3 {
  font-size: 3.5rem;
  font-weight: 100;
  color: rgb(81, 85, 89);
}
.store-list .tab-content h3 span {
  font-size: 1.3125rem;
}

.store-info {
  width: 100%;
  margin: auto;
  margin-top: 15px;
}
.store-info ul {
  margin-top: 25px;
}
.store-info ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
}
.store-info ul li:before {
  border-radius: 50%; /*丸くする*/
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #eaa49d;
}

dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaa49d;
}

dt {
  width: 35%;
  padding: 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #eaa49d;
  color: #eaa49d;
  font-weight: 700;
}
dt.map {
  border: none;
  width: 100%;
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
}
dt.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

dd {
  width: 65%;
  padding: 20px;
  font-size: 1.125rem;
  background-color: #ffffff;
  border-top: 1px solid #eaa49d;
  line-height: 1.75;
}

p {
  margin-top: 1rem;
}

@media screen and (max-width: 980px) {
  #top-page .news ul {
    list-style: disc;
    margin: 2rem 0 2rem 1rem;
  }
  .main-visiual .image-wrap .image-box {
    height: 300px;
  }
  .store-list .tab-content h3 {
    font-size: 1.875rem;
  }
  dt {
    width: 30%;
    padding: 15px 5px;
    font-size: 0.75rem;
  }
  dd {
    width: 70%;
    padding: 15px 5px;
    background-color: #ffffff;
    border-top: 1px solid #eaa49d;
    font-size: 0.9375rem;
    line-height: 1.42;
  }
  p {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=uncommon.css.map */