@charset "UTF-8";
body {
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.topimg {
  text-align: center;
  margin: 0 auto;
}

#sugoshikataautumn {
  padding: 0 0 70px;
}

.ib {
  display: inline-block;
  text-align: left;
}

#sugoshikataautumn img {
  max-width: 100%;
}

#sugoshikataautumn h1.ttl {
  font-size: 48px;
  line-height: 1.3;
  color: #b41337;
  text-align: center;
  padding: 10px 10px 20px;
}

#sugoshikataautumn h1.ttl.small {
  font-size: 28px;
  line-height: 1.5;
}

#sugoshikataautumn h1.first {
  font-size: 44px;
  line-height: 1.3;
  letter-spacing: -1px;
  padding: 50px 10px 20px;
}

#sugoshikataautumn h1.ttl.wide {
  letter-spacing: 5px;
}

#sugoshikataautumn p.subttl {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  padding: 0 10px 20px;
}

#sugoshikataautumn p.line {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  padding-top: 50px;
  border-top: 1px solid #aaa;
}

#sugoshikataautumn p.text1 {
  font-size: 16px;
  line-height: 1.8;
  max-width: 680px;
  width: 92%;
  margin: 0 auto;
  padding: 10px 10px 40px;
}

.caption {
  display: block;
  padding-top: 10px;
}

.kakomi {
  text-align: center;
  padding-bottom: 25px;
  margin: 0 20px;
}

.kakomi p {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: bold;
  color: #b41337;
  background-color: #e8efb8;
  border: solid 1px #00903b;
  padding: 10px 60px;
  border-radius: 10px;
}

.photos_yoko {
  display: table;
  margin: 0 auto 50px;
}

.photos_yoko li {
  display: table-cell;
  padding-right: 10px;
}

.photos_yoko li:last-child {
  padding-right: 0;
}

.photos_tate {
  text-align: center;
  padding: 0 0 50px;
}

.photos_tate p {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 0 30px;
}

.photos_tate p a {
  color: #000;
  font-size: 20px;
}

.photos_tate p a:hover {
  color: #666;
  text-decoration: underline;
}

#trecmenu {
  padding-bottom: 50px;
}

.trecmenu_text {
  text-align: center;
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  padding-top: 30px;
  border-top: 1px solid #aaa;
}

.trecmenu_text_inner {
  text-align: left;
  display: inline-block;
}

.trecmenu_text p {
  text-align: left;
  font-size: 19px;
  line-height: 1.8;
  padding-bottom: 1em;
}

.trecmenu_text p span {
  font-weight: bold;
}

.trecmenu_text p em {
  font-style: normal;
}

.trecmenu_text p.note {
  font-size: 12px;
  text-indent: -2em;
  padding-left: 2em;
  margin-left: 10px;
}

#event {
  padding: 50px 0 25px;
}

.event {
  padding: 30px 0 50px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.cellbase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 0 auto 20px;
  width: 100%;
}

.cellbase .cell {
  width: 24%;
  text-align: center;
  margin: 0 1% 60px;
}

.cellbase .cell p {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}

.cellbase .cell img {
  padding-bottom: 10px;
}

.cellbase .cell span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  padding-top: 5px;
  display: block;
}

.cellbase .cell a {
  color: #000;
  display: block;
}

.cellbase .cell a:hover {
  color: #008633;
  background-color: #fff;
}

.cellbase .cell a:hover img {
  opacity: 0.8;
}

.info_title {
  font-size: 24px;
  letter-spacing: 1px;
  padding: 0 0 10px;
  color: #00833d;
  text-align: center;
  border-bottom: solid 1px #aaa;
  margin-bottom: 30px;
}

/* -------------------------------------------------

レスポンシブ設定

----------------------------------------------------- */
@media screen and (max-width: 800px) {
  /* タブレット */
  #sugoshikataautumn h1.ttl {
    font-size: 36px;
  }
  #sugoshikataautumn h1.first {
    font-size: 32px;
  }
  #sugoshikataautumn p.subttl {
    font-size: 20px;
  }
  #sugoshikataautumn h1.ttl.small {
    font-size: 22px;
  }
  .trecmenu_text p {
    font-size: 16px;
  }
  .cellbase .cell {
    width: 29%;
  }
  .cellbase .cell p {
    font-size: 13px;
  }
  .cellbase .cell span {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ */
  #sugoshikataautumn h1.first {
    font-size: 28px;
  }
  #sugoshikataautumn h1.first span {
    display: block;
  }
  #sugoshikataautumn h1.ttl {
    font-size: 26px;
  }
  #sugoshikataautumn h1.ttl.small {
    font-size: 18px;
  }
  #sugoshikataautumn h1.ttl span {
    display: block;
  }
  #sugoshikataautumn p.subttl {
    font-size: 16px;
    line-height: 1.5;
  }
  #sugoshikataautumn p.subttl span {
    display: block;
  }
  #sugoshikataautumn p.text1 {
    font-size: 13px;
  }
  #sugoshikataautumn p.line {
    width: 90%;
  }
  .trecmenu_text p {
    font-size: 13px;
    padding: 0 20px 20px;
  }
  .trecmenu_text p em {
    display: block;
  }
  .kakomi p {
    font-size: 16px;
    padding: 5px 60px;
  }
  .photos_tate p {
    font-size: 12px;
    line-height: 1.8;
    padding: 0 20px 20px;
  }
  .photos_tate p a {
    font-size: 14px;
    text-decoration: underline;
  }
  .cellbase .cell {
    width: 45%;
    margin: 0 1% 30px;
  }
  .cellbase .cell p {
    font-size: 13px;
  }
  .cellbase .cell img {
    padding-bottom: 10px;
  }
  .cellbase .cell span {
    font-size: 11px;
  }
  .cellbase .cell a {
    display: block;
  }
  p.tatenaga {
    text-align: center;
  }
  p.tatenaga img {
    width: 80%;
  }
  .event {
    width: 96%;
  }
  .nosp {
    display: none;
  }
}
/* 20200901 */
.trec_content {
  border-top: solid 1px #ccc;
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px;
}

.trec_width {
  max-width: 700px;
  margin: 0 auto;
}

.trec_content p.bold {
  font-weight: bold;
}

.trec_content p.ntxt.large {
  font-size: 22px;
  padding-bottom: 10px;
}

.trec_content p.ntxt {
  font-size: 17px;
  line-height: 1.6;
}

.trec_content p.fs_s {
  font-size: 15px;
  padding-top: 4px;
}

.trec_content p.mb_s {
  margin-bottom: 20px;
}

.trec_content p.mb_m {
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  /* スマホ */
  .trec_content p.ntxt {
    font-size: 14px;
  }
  .trec_content p.ntxt.large {
    font-size: 16px;
  }
  .trec_content p.fs_s {
    font-size: 14px;
  }
}
.okushiga_navi {
  text-align: center;
  padding: 50px 15px 0;
}
.okushiga_navi a {
  width: 70%;
  max-width: 325px;
  display: block;
  margin: 0 auto;
  border: solid 1px #ccc;
}
.okushiga_navi .okushiga_navi_text {
  padding-top: min(5vw, 30px);
  font-size: min(5.6vw, 20px);
  line-height: 1.7;
  font-weight: 500;
}
.okushiga_navi .okushiga_navi_text span {
  display: inline-block;
}