@charset "UTF-8";
body {
  background-image: url(../../img/paper-bg-01_512.jpg);
  background-repeat: repeat;
}

main {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 120px 0;
}

h1,
h2,
h3,
h4,
p,
dl,
a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
}

.top-image {
  height: 330px;
  margin-bottom: 80px;
  background: url(../../img/top-calendar.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}
.top-image .sec-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.top-image .sec-title p {
  font-weight: 700;
  font-size: 42px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.top-image .sec-title h2 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

#calendar {
  margin-bottom: 80px;
}
#calendar .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*段組みの数*/
  gap: 5px 2%;
  padding-left: 0;
  margin: 0 0 40px 0;
}
#calendar .gallery li {
  margin-bottom: 20px;
  /*各画像下に余白をつける*/
  list-style: none;
}
#calendar .gallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}
#calendar .calendar_pdf a {
  text-decoration: none;
  display: block;
  width: 200px;
  padding: 10px 0;
  background-color: #fbd8b5;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#hours h2 {
  width: 150px;
  padding: 8px 0;
  background-color: #edf2c5;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin: 0 auto 20px auto;
}
#hours .hours-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#hours .hours-container .hours-item:first-child {
  margin-bottom: 40px;
}
#hours .hours-container .hours-item h3 {
  width: 300px;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
  font-weight: 700;
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin: 0 auto 20px auto;
}
#hours .hours-container .hours-item .hours-box {
  font-weight: 400;
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin-bottom: 20px;
}/*# sourceMappingURL=calendar.css.map */