@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Press+Start+2P&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #083b72;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.global_head {
  margin: 0;
}

.global_foot {
  border-top: none;
}

@media only screen and (min-width: 768px) {
  .wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}

.hero {
  background-color: #005bac;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero {
    margin: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 7px 0 7px 7px;
  }
}
.hero h1 {
  margin: 0;
}
.hero img {
  width: 100%;
}

.content {
  background-color: #005bac;
  margin: 7px;
}
.content h2 {
  font-family: "DotGothic16", sans-serif;
  font-family: "Press Start 2P", system-ui;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  border-bottom: 3px solid #083b72;
}
@media only screen and (max-width: 767px) {
  .content h2 {
    font-size: 1.4rem;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content h2 {
    font-size: 2rem;
    padding: 20px;
  }
}
.content h2 span {
  font-family: "DotGothic16", sans-serif;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 767px) {
  .content h2 span {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .content h2 span {
    font-size: 0.95rem;
    margin: 10px 0 0;
  }
}
.content .item {
  border-bottom: 7px solid #083b72;
}
.content .item:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .content .item__content {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content .item__content {
    padding: 30px;
  }
}
.content .item__link {
  border: 2px dotted #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content .item__link {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .content .item__link {
    height: 55px;
    transition: 0.3s;
  }
  .content .item__link:hover {
    background-color: #fff;
  }
  .content .item__link:hover:after {
    border-top: solid 2px #005bac;
    border-right: solid 2px #005bac;
  }
  .content .item__link:hover a {
    color: #005bac;
  }
}
.content .item__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
.content .item__link a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .content .item__link a {
    font-size: 0.95rem;
  }
}

.shop__name {
  font-weight: 600;
  margin: 0 0 15px;
  display: inline-block;
  border-bottom: 2px dotted #fff;
}
@media only screen and (max-width: 767px) {
  .shop__name {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__name {
    font-size: 1.2rem;
  }
}
.shop__detail {
  display: grid;
  gap: 10px 0;
  margin: 0 0 20px;
}
.shop__detail p {
  margin: 0;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .shop__detail p {
    font-size: 0.9rem;
  }
}
.shop .access {
  margin: 30px 0 0;
}
.shop .access__ttl {
  margin: 0 0 15px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .shop .access__ttl {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop .access__ttl {
    font-size: 1.2rem;
  }
}
.shop .access__ttl::before {
  font-family: "Font Awesome 6 Free";
  content: "\f3c5";
  font-weight: 900;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop .access__ttl::before {
    font-size: 1rem;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .access__ttl::before {
    font-size: 1.1rem;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */