@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html {
  font-size: 3.4482758621vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 26.4827586207px;
  }
}

html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

b {
  font-weight: 700;
}

p,
span {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: justify;
  font-feature-settings: "palt" 1;
}

span {
  display: inline;
}

header,
main {
  margin: 0 auto;
  max-width: 768px;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.bg--wide {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 44%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pt--s {
  padding-top: 2%;
}
.pt--m {
  padding-top: 4%;
}
.pt--l {
  padding-top: 6%;
}

.pb--s {
  padding-bottom: 2%;
}
.pb--m {
  padding-bottom: 4%;
}
.pb--l {
  padding-bottom: 6%;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.js--hide {
  display: none;
}

.js--hide.js--on {
  display: block;
}

.js--open:hover {
  cursor: pointer;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo {
  margin-left: 26.7%;
  width: 46.4%;
}

.try {
  margin-left: 3.14%;
  width: 94.27%;
  margin-top: 2.76%;
}

.class__ttl {
  margin-left: 5.79%;
  width: 86.98%;
  margin-top: 3rem;
}

.class__0 {
  margin-left: 3.1%;
  width: 100%;
  margin: 4.81% 0;
  border: 2px solid rgb(0, 84, 160);
  border-radius: 1rem;
}

.class__6 {
  margin-left: 3.1%;
  width: 93.45%;
  margin-top: 4.81%;
}

.shop h2 {
  color: #0054a0;
  text-align: center;
}

.shop__0 {
  margin-left: 39.32%;
  width: 20.68%;
  margin-top: 2.26%;
}

.shop__1 {
  margin-left: 3.45%;
  width: 93.1%;
  margin-top: 2.29%;
}

.shop__item__img {
  position: relative;
  width: 96%;
  margin-left: 2%;
}

.shop__item__img::before {
  padding-top: 38.8888888889%;
  display: block;
  content: "";
}

.shop__item__img--0 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}

.shop__item__img--1 {
  position: absolute;
  top: 25.7138206845%;
  left: 70.670731156%;
  width: 28.1481481481%;
}

.shop__item__img--2 {
  position: absolute;
  top: 52.3804873512%;
  left: 70.670731156%;
  width: 28.1481481481%;
}

.shop__item__img--3 {
  position: absolute;
  top: 75.2380951389%;
  left: 1.4701725004%;
  width: 97.0370369935%;
}

.aaa {
  position: relative;
}

.aaa__img--1 {
  position: absolute;
  top: 89.784946265%;
  left: 5.2325581388%;
  width: 89.5348837224%;
}

.heroa {
  position: relative;
}

.heroa__img--1 {
  position: absolute;
  left: 6.96%;
  top: 78%;
  width: 86%;
}

.ks {
  position: relative;
}/*# sourceMappingURL=style.css.map */