@charset "UTF-8";
.banner_tokumei {
  text-align: center;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}

.banner_tokumei .banner_tokumei-text {
  font-size: 20px;
  font-weight: bold;
  color: #f8d2ff;
  text-shadow: 0px 0px 20px #f5dcff;
  margin-bottom: 10px;
}

.banner_tokumei a:hover {
  opacity: .8;
}
@media (max-width: 768px) {
  .banner_tokumei .banner_tokumei-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}