@charset "UTF-8";
#sub img {
  width: 150px; }

.topaboout h4 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3b322c;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5rem;
  line-height: 1.6; }
  .topaboout h4::before {
    content: "◯";
    position: absolute;
    left: 0;
    top: 0.1em;
    color: #a9a27f;
    font-size: 0.9em; }
.topaboout p {
  padding: 0 !important; }

.about p {
  padding: 0 !important; }
.about .aboutwrap {
  margin-bottom: 50px; }
  .about .aboutwrap .map {
    max-width: 450px !important; }
  .about .aboutwrap .aboutlist {
    line-height: 1.7; }
  .about .aboutwrap .aboutlist02 li {
    line-height: 1.7; }
  .about .aboutwrap .aboutlist02 li strong {
    display: inline-block;
    font-weight: 700;
    color: #4a5b45;
    font-size: 1.1rem;
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-left: 4px solid #a9c3a1;
    padding-left: 0.6em; }

.event p {
  padding: 0 !important; }
.event .houyou-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  font-size: 0.95rem; }
  .event .houyou-table th, .event .houyou-table td {
    border: 1px solid #ccc;
    padding: 0.75em 1em;
    text-align: left; }
  .event .houyou-table th {
    background-color: #c0c0c0;
    font-weight: bold; }
  .event .houyou-table tbody tr:nth-child(odd) {
    background-color: #fafafa; }
  @media screen and (max-width: 767px) {
    .event .houyou-table thead {
      display: none; }
    .event .houyou-table tbody tr {
      display: block;
      margin-bottom: 1.5em;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 1em;
      background: #fff; }
    .event .houyou-table tbody td {
      display: block;
      border: none;
      padding: 0.3em 0; }
      .event .houyou-table tbody td:first-child::before {
        content: "年月日：";
        font-weight: bold;
        color: #666; }
      .event .houyou-table tbody td:last-child::before {
        content: "行事名：";
        font-weight: bold;
        color: #666; } }

@media screen and (min-width: 768px) {
  .aboutwrap .aboutlist {
    display: flex; }
    .aboutwrap .aboutlist li {
      flex: 1 1 50%;
      padding: 1rem; } }
