.main_logo_wh {
  background-color: #ffffff;
}

.main_logo {
  margin: 0 auto 32px;
  max-width: 480px;
  height: auto;
}

.main_logo img {
  height: auto;
  margin-top: 90px;
}

.main_visual_items {
  max-width: 800px;
  margin: 0 auto;
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  display: block;
  border-radius: 50%;
  background: #ccc;
  border: none;
}

.slick-dots .slick-active button {
  background: #333;
}

.shop_text, .about_text {
  max-width: 480px;
  margin: 40px auto;
}
.shop_text p, .about_text p {
  line-height: 1.8;
  letter-spacing: 0.3rem;
}

.about_img {
  max-width: 480px;
  height: auto;
  margin: 60px auto 40px;
}

.menu_title {
  font-size: 28px;
  margin-bottom: 48px;
}

.menu_img {
  max-width: 880px;
  margin: 0 auto 80px;
}

.course_menu {
  max-width: 880px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 80px;
}

.course_img {
  max-width: 380px;
}

.course_text {
  max-width: 440px;
}

.course_text p {
  font-size: 14px;
}

.course_text_items {
  margin-bottom: 24px;
}

.course_text_items:nth-child(3) {
  margin-bottom: 0;
}

.course_menu_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.drink_menu {
  margin-bottom: 56px;
}

.access_container {
  max-width: 960px;
  margin: 40px auto 0;
}

.access_img {
  width: 100%;
  height: auto;
}

.access_info {
  max-width: 960px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}

.access_text {
  border-collapse: collapse;
  max-width: 360px;
  font-size: 12px;
}

.access_text tbody {
  width: 100%;
}

.access_text tr {
  background-color: #fbfbfb;
}

.access_text tr:nth-child(odd) {
  background-color: #e8e8e8;
}

.access_text th, .access_text td {
  padding: 1em;
  vertical-align: middle;
}

.access_text td {
  max-width: 240px;
}

.access_text th {
  max-width: 120px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .shop_text {
    margin: 32px auto;
    padding: 0 24px;
    font-size: 12px;
  }
  .about_img, .about_text {
    margin: 0 auto 32px;
    padding: 0 24px;
  }
  .about_img p, .about_text p {
    font-size: 12px;
  }
  .menu_img {
    padding: 0 16px;
  }
  .course_menu {
    display: block;
  }
  .course_img {
    margin: 0 24px;
  }
  .course_text {
    max-width: 360px;
    margin: 12px 24px;
  }
  .course_text_items {
    margin-bottom: 32px;
  }
  .course_text p {
    font-size: 12px;
  }
  .access_info {
    display: block;
  }
  .access_map iframe {
    width: 100%;
    padding: 0 24px;
  }
  .access_img, .access_text {
    width: 90%;
    margin: 10px auto;
  }
}
/*# sourceMappingURL=style.css.map */