body {
  background: #E5E5E5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #615C5C;
}

main {
  padding: 50px 0;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

.italian {
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

h2 {
  padding: 60px 0 30px;
  font-family: "Italianno", cursive;
  font-size: 50px;
  color: #CFAB74;
  text-align: center;
}

h3 {
  font-size: 22px;
  padding-bottom: 10px;
}

.shopWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shopWrap .shop {
  font-weight: bold;
  font-size: 20px;
}

.shopWrap a {
  display: block;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 50px;
    line-height: 1;
    padding: 90px 0 30px;
  }
  h3 {
    font-size: 20px;
  }
  .shopWrap .shop {
    font-size: 18px;
  }
}

.secData .data {
  font-size: 18px;
}

.secData .day {
  font-size: 20px;
}

.secData .wrap {
  padding-bottom: 30px;
  text-align: center;
}

.secData .detail {
  padding-top: 20px;
  font-size: 18px;
}

.secData .detail span {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: bold;
}

.secData .btn {
  background: #56B6DF;
  display: block;
  border-radius: 5px;
  max-width: 200px;
  width: 90%;
  margin: 0 auto;
}

.secData .btn p {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.secData .enja {
  padding-top: 50px;
}

.secData .enja h3 {
  padding-bottom: 5px;
}

.secData .enja h3 + p {
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .secData .data {
    font-size: 16px;
  }
  .secData .day {
    font-size: 18px;
  }
  .secData .detail {
    font-size: 16px;
  }
  .secData .btn p {
    font-size: 16px;
  }
  .secData .enja h3 + p {
    font-size: 18px;
  }
}

.secDj .wrap {
  margin: 0 auto;
  text-align: center;
}

.secDj .wrap div {
  margin: 0 auto;
  text-align: center;
}

.secDj .wrap .name {
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
}

.secDj .wrap .detail {
  font-size: 18px;
  padding-bottom: 80px;
}

.secDj .wrap .hiba {
  line-height: 2;
}

.secDj .wrap .nameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .secDj .wrap .namwWrap img {
    width: 20px;
    height: 20px;
  }
  .secDj .wrap .name {
    font-size: 18px;
  }
  .secDj .wrap .detail {
    font-size: 14px;
    padding-bottom: 60px;
  }
  .secDj .wrap:last-of-type .detail {
    padding-bottom: 0;
  }
}

.secAccess {
  padding-bottom: 100px;
}

.secAccess .wrap {
  text-align: center;
  padding-bottom: 20px;
}

.secAccess .google_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.secAccess .google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */