.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-list li {
  border-bottom: 1px solid #ccc;
}
.menu-list li + li {
  margin-top: 20px;
}
.menu-list a {
  text-decoration: none !important;
  display: block;
  padding: 10px;
  transition: all 1s;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.menu-list a:hover {
  color: #244248;
  background-color: #eeeeee;
}
.menu-list h2 {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  line-height: 1;
}
.menu-list h3 {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  font-family: sans-serif;
}
.news_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news_list li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.news_list .cat {
  background-color: #244248;
  color: white;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px 0 10px;
  width: 8em;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
  padding: 2px 5px;
  font-size: 0.9em;
}
#content {
  padding: 100px 0;
}
#content p {
  margin: 0;
  line-height: 1.6;
}
#content p + p {
  margin-top: 0.8em;
}
#page_title {
  margin-bottom: 50px;
}
#page_title h2 {
  font-size: 2em;
  font-weight: normal;
  font-family: 'Cinzel', serif;
}
@media (min-width: 768px) {
  #page_title h2 {
    font-size: 2.4em;
  }
}
#page_title h2 .kana {
  font-size: 0.6em;
  font-weight: normal;
  display: block;
  font-family: sans-serif;
}
@media (min-width: 768px) {
  #page_title h2 .kana {
    margin-left: 1em;
    display: inline-block;
  }
}
.flower-box {
  line-height: 1.5em;
}
/*# sourceMappingURL=https://t-space.united-sd.com/wp-content/build/scss_library/c3d0e4dd27a00b6697ee39056070e8f75eadf4e8.css.map */