@charset "utf-8";

.mizukakeInfo {
  padding: 60px 15px 100px;
}
@media only screen and (max-width: 640px) {
  .mizukakeInfo {
    padding: 30px 15px 0;
  }
}

.indent {
  font-size: 14px;
  max-width: 1120px;
  margin: 0 auto 20px;
  text-indent: -1em;
  padding-left: 1em;
}

.map {
  max-width: 1120px;
  margin: 0 auto 0px;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.map .txt1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.map .txt2 {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.map .mapArea {
  margin: 0 auto 15px;
  max-width: 1060px;
}
@media only screen and (max-width: 640px) {
  .map {
    padding: 20px 20px 15px;
    border-radius: 6px;
  }
  .map .txt1 {
    font-size: 15px;
  }
}
.banner {
  display: flex;
  background-color: #16417e;
  width: 220px;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-radius: 5px;
  margin: 0 auto 10px;
  font-size: 18px;
}
.banner:hover {
  background-color: #0e9cbe;
}
.banner span:first-of-type {
  width: 30px;
}
.banner span:last-of-type {
  width: calc(100% - 40px);
}
.banner span img {
  width: 100%;
  height: auto;
}
.banner.sheet {
  background-color: #1eaa39;
  width: 380px;
}
.banner.sheet:hover {
  background-color: #0e9cbe;
}
.banner.ticket {
  background-color: #e95e9d;
  width: 310px;
}
.banner.ticket:hover {
  background-color: #0e9cbe;
}
.banner.pdf {
  background-color: #bd1e3b;
  max-width: 310px;
  width: 100%;
}
.banner.pdf:hover {
  background-color: #a8132e;
}
.banner02 {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 667px) {
  .banner {
    width: 200px;
    font-size: 14px;
  }
  .banner02 {
    display: block;
  }
  .banner.pdf {
    width: 280px;
  }
}
