@charset "UTF-8";
/*レスポンシブ対応。カラム数とカラム間marginを自由に設定するMixin*/
/*一列組のみ、記事が増え、2段、3段になるカラム組には適さない*/
/*参考→　https://qiita.com/noqua/items/0dc04aa528269db41a07　*/
#map {
  height: 400px;
  margin: 0 0 30px 0;
}

.map-date {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 620px) {
  .map-date {
    display: block;
  }
}

@media all and (max-width: 620px) {
  .button-basic {
    margin: 0 auto;
  }
}

.menu-list {
  margin: -80px 0 80px 0;
}
@media all and (max-width: 980px) {
  .menu-list {
    margin: -40px 0 70px 0;
  }
}
.menu-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.menu-list li {
  margin: 0 20px 0 0;
}
@media all and (max-width: 620px) {
  .menu-list li {
    margin: 0 20px 10px 0;
  }
}
.menu-list a {
  display: block;
  border: 1px solid;
  padding: 5px 15px;
}
.menu-list .crr a {
  background: #000;
  color: #fff;
}

.about-section {
  margin: 0 0 80px 0;
}
.about-section h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 0 0 30px 0;
  padding: 0;
}
.about-section p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.about-section dl {
  margin: 0;
}
@media all and (max-width: 620px) {
  .about-section dl {
    margin: 0 0 40px 0;
  }
}
.about-section dd {
  margin: 0;
}

.policy .title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 30px 0;
}
.policy .dest {
  margin: 0 0 30px 0;
}
.policy .list {
  text-align: justify;
  text-justify: inter-ideograph;
}
.policy .list dd {
  margin: 0 0 10px 0;
}
.policy h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 0 0 30px 0;
}
.policy .no {
  padding: 0 0 10px 0;
  border-bottom: 1px solid;
}

.table {
  border-top: 1px solid;
}
.table dl {
  display: flex;
  border-bottom: 1px solid;
}
@media all and (max-width: 620px) {
  .table dl {
    display: block;
    margin: 0;
  }
}
.table dl dt {
  width: 200px;
  padding: 15px 20px;
}
@media all and (max-width: 620px) {
  .table dl dt {
    padding: 15px 0 5px 0;
  }
}
.table dl dd {
  padding: 15px 20px;
}
@media all and (max-width: 620px) {
  .table dl dd {
    padding: 0 0 15px 0;
  }
}
.table dl dd a {
  color: #9f7638;
}

.role {
  margin: 0 0 5px 0;
}

.flex-unit {
  display: flex;
}
@media all and (max-width: 980px) {
  .flex-unit {
    display: block;
  }
}
.flex-unit .img-unit {
  width: 40%;
}
@media all and (max-width: 980px) {
  .flex-unit .img-unit {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media all and (max-width: 620px) {
  .flex-unit .img-unit {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex-unit .text-unit {
  width: 70%;
  padding-right: 20px;
}
@media all and (max-width: 980px) {
  .flex-unit .text-unit {
    width: 100%;
    padding: 0 0 40px;
  }
}
.flex-unit .text-unit h4 {
  margin-bottom: 35px;
}
.flex-unit .text-unit p {
  text-align: justify;
}
.flex-unit .text-unit p:last-child {
  margin: 0;
}
@media all and (max-width: 980px) {
  .flex-unit .text-unit p br {
    display: block;
  }
}
@media all and (max-width: 620px) {
  .flex-unit .text-unit p br {
    display: none;
  }
}

.thumbnail {
  padding-top: 100%;
  width: 100%;
  position: relative;
}
.thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.historyblock {
  border-top: 1px solid #9fa0a0;
}

.history-unit .top-unit {
  padding: 10px !important;
  border-bottom: 1px solid #9fa0a0;
}
@media all and (max-width: 620px) {
  .history-unit .top-unit {
    padding: 10px !important;
  }
}
.history-unit .top-unit .name {
  padding: 0;
}
@media all and (max-width: 620px) {
  .history-unit .top-unit .name {
    padding: 0;
  }
}
.history-unit .top-unit .place {
  padding-left: 15px;
}
@media all and (max-width: 620px) {
  .history-unit .top-unit .place {
    padding: 0;
  }
}
.history-unit .top-unit .con {
  padding-left: 16px;
}
@media all and (max-width: 620px) {
  .history-unit .top-unit .con {
    padding: 0;
  }
}
.history-unit .top-unit .area {
  padding-left: 15px;
}
@media all and (max-width: 620px) {
  .history-unit .top-unit .area {
    padding: 0;
  }
}
.history-unit .years {
  padding: 10px;
  border-bottom: 1px solid #9fa0a0;
  background: #efefef;
}
.history-unit .years p {
  margin: 0;
}
.history-unit .list-number {
  list-style-position: inside;
  border-bottom: 1px solid #9fa0a0;
  padding: 10px 10px 10px 0 !important;
}
.history-unit ul {
  margin: 0;
  padding: 0;
}
.history-unit .name {
  width: 40%;
  display: inline-flex;
  padding-left: 10px;
}
@media all and (max-width: 620px) {
  .history-unit .name {
    width: 80%;
  }
}
.history-unit .place {
  width: 30%;
  display: inline-flex;
}
@media all and (max-width: 620px) {
  .history-unit .place {
    width: 100%;
  }
}
.history-unit .con {
  width: 13%;
  display: inline-flex;
}
@media all and (max-width: 620px) {
  .history-unit .con {
    width: 100%;
  }
}
.history-unit .area {
  width: 10%;
  display: inline-flex;
}
@media all and (max-width: 620px) {
  .history-unit .area {
    width: 100%;
  }
}