@charset "UTF-8";

/* ----------------------------------
2022.07.30
---------------------------------- */
#pageTitle .ttlBox {
  background: url("../images/visit/bg_title.jpg") no-repeat center / cover;
}

main .txt01 {
  padding: 20px;
  margin: 30px 0;
  line-height: 1.4;
  color: #42B1AF;
  font-family: 'M PLUS Rounded 1c', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', YuGothic, Meiryo, sans-serif;
  transform: rotate(0.03deg);
  font-weight: 700;
}
main .txt02 {
  margin-top: 50px;
  padding: 20px;
  border-radius: 20px;
}

@media (min-width: 768px) {
  main .txt01 {
    font-size: 2rem;
  }
}

.calendar {
  text-align: center;
}

