/* ==========================
header
========================== */


/* ==========================
menu
========================== */
.menu-title {
  margin-top: 100px;
  margin-bottom: 50px;
}
.drip-contents {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.drip-item {
  width: 40%;
  text-align: center;
}

.drip-no {
  font-size: 5em;
  font-weight: bold;
  color: #b0c4de;
  margin-top: 50px;
}

.drip-comment {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #082B48;
  margin-bottom: 100px;
}


/* スマホ */
@media(max-width: 600px) {
  .container {
  /* width: 100%; */
  margin: auto;
}

  .header-logo {
  width: 50%;
  margin: 0 auto;
}

.nav-bar {
  margin-top: 30px;
}

.menu-title {
  font-size: 1.5em;
}

.drip-contents {
  width: 70%;
  display: block;
}

.drip-item {
  width: 100%;
  text-align: center;
}

.drip-no {
  font-size: 4em;
  font-weight: bold;
  color: #b0c4de;
  margin-top: 50px;
}

.drip-comment {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #082B48;
  margin-bottom: 100px;
}

}
