@charset "utf-8";

.mizukakeInfo {
	padding: 60px 0px 90px;
	background: url("../../images/body01_bg.png") center;
}
@media only screen and (max-width: 640px) {
	.mizukakeInfo {
		padding: 30px 10px 50px;
	}
}

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

.map {
	max-width: 1120px;
	margin: 0 auto 60px;
	padding: 30px 30px 25px;
	background: rgba(255,255,255,1);
	border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #777777;
}
.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: #db2a4a;
    width: 310px;
}
.banner.pdf:hover {
  background-color: #bd1e3b;
}
.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;
  }
}