@charset "UTF-8";

.l-paragraph p {
  font-size: 18px;
  margin-bottom: 20px;
}
.navi-base {
  width: 1200px;
  padding: 0 13px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .navi-base {
    width: 100%;
  }
}

.content-base {
  max-width: 1226px;
  padding: 0 13px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-base {
    width: 100%;
  }
}

#main .aisatsu img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#main table th {
  white-space: nowrap;
  width: 0;
}
#main table:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main table.__sp-block th {
    white-space: normal;
    width: auto;
  }
}
#main hr {
  margin: 2em 0;
  height: 1px;
  border: 0;
  background: #CBCBCB;
}
#main .l-container h2:first-child {
  margin-top: 0;
}

.googlemap {
  margin: 1em 0;
}
.googlemap iframe {
  width: 100%;
  height: 31.25rem;
}



.aisatsu {
  font-size: 1.125rem;
}
.aisatsu .l-section-div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .aisatsu .l-section-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aisatsu .l-ph-area {
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .aisatsu .l-ph-area {
    width: 100%;
  }
  .aisatsu .l-paragraph {
    order: 1;
  }
}
.aisatsu .name {
  text-align: center;
  margin-top: 0.625rem;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bolder;
}
p.txt-size-annotation {
  font-size: 1.2rem;
}