@charset "UTF-8";
h2.top-title {
  padding: 2.5em 0;
  font-weight: 500; }

/*------------------------------------------------------
 メインビジュアル
-------------------------------------------------------*/
.mainvisual {
  padding: 50px 20px 0;
  margin: 0 auto;
  max-width: 1320px; }
  @media screen and (max-width: 768px) {
    .mainvisual {
      padding: 20px 10px 1rem; } }

section.infomation {
  background: #e2e295 url("../img/top/grunge-wall.png") repeat; }
  section.infomation .bg-green-notext {
    background: url("../img/top/bg-green-text.png") repeat;
    padding: 1rem 10px 5rem; }
  section.infomation .topics-area {
    background: #FFF;
    padding: 1rem;
    border-radius: 23px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }
    section.infomation .topics-area h2 {
      text-align: center;
      margin-bottom: 1rem;
      font-weight: bold; }
      section.infomation .topics-area h2 span {
        font-size: 12px;
        display: block;
        margin-bottom: 5px; }
    section.infomation .topics-area a.btn-topics {
      display: block;
      text-decoration: none;
      font-weight: bold;
      background: #ff9000;
      color: #FFF;
      padding: 5px 10px;
      width: 200px;
      margin: 1rem auto .5rem;
      text-align: center;
      border-radius: 20px; }
  section.infomation .join-area {
    background: #628250;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 23px;
    padding: 1rem 15px; }
    section.infomation .join-area .inner {
      background: #FFF;
      padding: 10px;
      border-radius: 10px;
      height: 540px;
      overflow-y: scroll; }
    section.infomation .join-area h2 {
      text-align: center;
      margin-bottom: 1rem;
      color: #FFF;
      font-weight: bold; }
      section.infomation .join-area h2 span {
        font-size: 12px;
        display: block;
        margin-bottom: 5px; }

/*------------------------------------------------------
 防災情報
-------------------------------------------------------*/
section.bousai {
  background: #ffe63f url("../img/top/bg-bousai.webp") repeat;
  padding: 1.5rem 0 0; }
  section.bousai .bn-area {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px; }

/*------------------------------------------------------
 四番丁地区について
-------------------------------------------------------*/
section.about {
  padding: 1rem 10px 5rem; }

/*------------------------------------------------------
 アクセス
-------------------------------------------------------*/
section.access {
  background: #eaeaab url("../img/top/grunge-wall2.png") repeat;
  padding: 5rem 10px 4rem; }
  section.access h2 {
    margin-bottom: 1rem; }
    @media screen and (max-width: 576px) {
      section.access h2 {
        margin-top: 2rem;
        margin-bottom: .3rem; } }
  section.access dl.access-list {
    display: flex;
    flex-direction: column;
    gap: 0.75em; }
    section.access dl.access-list div.access-item {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
    section.access dl.access-list dt {
      display: flex;
      align-items: center;
      width: 6em;
      font-weight: bold;
      flex-shrink: 0; }
    section.access dl.access-list .bullet {
      color: #628250;
      margin-right: 0.3em; }
    section.access dl.access-list dd {
      margin: 0;
      flex: 1;
      min-width: calc(100% - 6em); }
      section.access dl.access-list dd dl {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start; }
        section.access dl.access-list dd dl dt {
          width: 6em;
          font-weight: normal;
          flex-shrink: 0;
          font-weight: bold; }
        section.access dl.access-list dd dl dd {
          flex: 1;
          margin: 0;
          min-width: calc(100% - 6em); }
    @media screen and (max-width: 576px) {
      section.access dl.access-list .info-item {
        flex-direction: column; }
      section.access dl.access-list dt {
        width: auto;
        margin-bottom: 0.25em; }
      section.access dl.access-list dd {
        min-width: 100%; } }
