@charset "UTF-8";
/***************************************************************
トップページ
***************************************************************/
#toparea {
  margin: 0 auto;
  max-width: 2000px;
}
#toparea img {
  width: 70%;
}

#top-gallery img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

/***************************************************************
トピック
***************************************************************/
#topic .top-banner li {
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
  height: auto;
}

#topic .top-banner li:nth-child(n+2) {
  margin-top: 15px;
}

#topic .top-banner__pdf {
  background: #fff;
  border: 2px solid #333;
  font-size: 24px;
  padding: 0;
  text-align: center;
}

.top-banner__pdf a {
  display: block;
}

/***************************************************************
ひがふなフェスタとは
***************************************************************/
.about01-list {
  list-style: none;
  margin-top: 30px;
  text-align: right;
}

.about01-img {
  margin-top: 15px;
  text-align: center;
}

/***************************************************************
コンテンツ
***************************************************************/
#summary .about-inner img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.text-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.text-indent.-em2 {
  margin-left: 2em;
  text-indent: -2em;
}

.img-click {
  margin-top: 10px;
}

.img-click.-tac {
  text-align: center;
}

.img-closed {
  margin-top: 10px;
  width: 90%;
  max-width: 500px;
}

.img-closed img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.about-list-venue__list {
  list-style: none;
  margin-top: 15px;
}

.about-list-venue__item {
  margin-left: 1em;
}

.about-list-venue__item:not(:first-child) {
  margin-top: 1em;
}

.about-list-venue__item p {
  line-height: 1.3;
  margin-top: 5px;
}

.about-list-venue__item strong {
  display: block;
  font-weight: bold;
  margin-left: -1em;
}

.about-list-venue__item.-timetable strong {
  font-size: 24px;
  margin-left: 0;
}

.about-list-venue__item.-timetable img {
  display: block;
  margin-top: 5px;
  max-width: 500px;
}

.about-list-venue__small {
  font-size: 85%;
}

.about-list-venue__btn {
  margin-top: 30px;
}

.about-list {
  margin-bottom: 30px;
  padding: 15px 10px;
}

@media (max-width: 599px) {
  .about-list {
    margin-bottom: 0;
    padding: 0;
  }
}
.about-list__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 599px) {
  .about-list__ttl {
    font-size: 24px;
    text-align: center;
  }
}
.about-list-images {
  display: flex;
  margin-top: 5px;
}

@media (max-width: 480px) {
  .about-list-images {
    flex-wrap: wrap;
  }
}
.about-list-images__img {
  width: 23%;
}

@media (min-width: 481px) {
  .about-list-images__img:not(:last-child) {
    margin-right: 2%;
  }
}
@media (max-width: 480px) {
  .about-list-images__img {
    width: 48%;
  }
  .about-list-images__img:nth-child(odd) {
    margin-right: 2%;
  }
  .about-list-images__img:nth-child(n+3) {
    margin-top: 2%;
  }
}
.about-introduction {
  border: 1px solid #333;
  font-size: 18px;
  font-weight: bold;
  margin: 15px auto;
  padding: 20px;
  width: 90%;
}

@media (max-width: 600px) {
  .about-introduction {
    font-size: 18px;
    margin: 0 auto 10%;
    padding: 15px;
  }
}
.about-introduction__signature {
  font-size: 16px;
  margin-top: 0.5em;
  text-align: right;
}

@media (max-width: 450px) {
  .about-introduction__signature {
    margin-top: 1em;
    text-align: left;
  }
}
.about-top-sponsor {
  border-top: 1px solid #333;
  font-size: 18px;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
}

.about-df + .showtengai-note {
  margin-top: 15px;
}

.summary-box .stage-schedule__table {
  width: 100%;
}

.summary-box .stage-schedule__table th,
.summary-box .stage-schedule__table td {
  border: 1px solid #333;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

@media (max-width: 480px) {
  .summary-box .stage-schedule__table th,
  .summary-box .stage-schedule__table td {
    font-size: 14px;
  }
}
.summary-box .stage-schedule__table th {
  width: 70%;
}

@media (max-width: 480px) {
  .summary-box .stage-schedule__table th {
    width: 60%;
  }
}
.summary-box .stage-schedule__table td {
  width: 30%;
}

@media (max-width: 480px) {
  .summary-box .stage-schedule__table td {
    width: 40%;
  }
}
.summary-box .stage-schedule__table.-a thead th {
  background: #ffc356;
}

.summary-box .stage-schedule__table.-b {
  margin-top: 15px;
}

.summary-box .stage-schedule__table.-b thead th {
  background: #86a4d3;
}

.summary-box .stage-schedule__table tbody th,
.summary-box .stage-schedule__table tbody td {
  background: #fff;
}

.summary-box .stage-schedule__table tbody th {
  text-align: left;
}

.c-entry-btn {
  text-align: center;
}

.c-entry-btn a {
  background: #f00;
  border-radius: 15px;
  box-sizing: border-box;
  color: yellow;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 0;
  text-decoration: none;
  width: 300px;
}

.c-entry-btn a:hover {
  background: #d00;
  color: yellow;
}

.c-entry-btn.-disabled a {
  background: #6f6f6f;
  color: #fff;
  pointer-events: none;
}

.c-entry-thanks {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 981px) {
  .c-entry-thanks {
    white-space: nowrap;
  }
}
.gift-card__top p {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 601px) {
  .gift-card__top p {
    font-size: 14px;
  }
}
.gift-card__top p:not(:first-child) {
  margin-top: 1em;
}

.gift-card__limit {
  font-weight: bold;
  text-decoration: underline;
}

.gift-card__note {
  margin-top: 15px;
}

.gift-card__note li {
  font-size: 14px;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

@media (min-width: 601px) {
  .gift-card__note li {
    font-size: 12px;
  }
}
.gift-card-famima {
  border: 2px solid #f00;
  display: inline-block;
  margin: 30px auto 0 0;
  padding: 10px 15px;
}

.gift-card-famima__txt {
  color: #f00;
}

.gift-card-famima__txt p {
  font-weight: bold;
}

.gift-card-famima__txt a {
  text-decoration: underline;
  color: #6767ff;
  font-weight: bold;
}

.gift-card-famima__txt a:hover {
  text-decoration: none;
}

.gift-card-famima__note {
  font-weight: bold;
  margin: 10px 0 0 1em;
  text-indent: -1em;
}

.gift-card-box {
  margin-top: 30px;
}

.gift-card-box.-border {
  border-top: 1px solid #333;
  padding-top: 30px;
}

.gift-card-box__ttl {
  font-weight: bold;
}

.gift-card-box__ttl strong {
  color: #f00;
  font-weight: bold;
}

.gift-card-box__note {
  font-size: 14px;
  margin: 0 0 15px 1em;
  text-indent: -1em;
}

.gift-card-box__txt p:not(:first-child) {
  margin-top: 10px;
}

.gift-card-box__txt strong {
  font-weight: bold;
}

.gift-card-box__date {
  font-size: 14px;
  margin: 15px 0 0 1em;
  text-indent: -1em;
}

.gift-card-box__end {
  font-size: 14px;
  margin-top: 15px;
  text-align: right;
}

@media (max-width: 480px) {
  .gift-card-box__end {
    margin: 15px 0 0 1em;
    text-align: left;
    text-indent: -1em;
  }
}
.about-list__ttl.-gift {
  border-top: 1px solid #333;
  font-size: 22px;
  margin-top: 30px;
  padding-top: 30px;
}

.about-list__ttl.-mt {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .about-list__ttl.-mt {
    margin-top: 50px;
  }
}
.gift-card__img {
  margin-top: 30px;
}

#summary .about-inner .gift-card__img img {
  width: 500px;
}

.about-thanks {
  margin-bottom: 50px;
}

.about-thanks h2 span {
  display: inline-block;
  font-weight: bold;
}

#topic ul li.top-banner__cs {
  background: #fff;
  border: 1px solid #333;
  box-sizing: border-box;
  max-width: 458px;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 599px) {
  #topic ul li.top-banner__cs {
    max-width: 500px;
  }
}
@media (max-width: 350px) {
  #topic ul li.top-banner__cs {
    padding: 40px 0;
  }
}
#topic ul li.top-banner__cs p {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 350px) {
  #topic ul li.top-banner__cs p {
    font-size: 16px;
  }
}
#topic ul li.top-banner__cs p:last-child {
  margin-top: 30px;
}

@media (max-width: 350px) {
  #topic ul li.top-banner__cs p:last-child {
    margin-top: 15px;
  }
}
.about-links {
  margin-top: 30px;
  padding: 15px 10px;
}

.about-links dt {
  margin-left: 1em;
  text-indent: -1em;
}

.about-links dt:not(:first-child) {
  margin-top: 15px;
}

.about-links dd {
  margin: 10px 0 0 1em;
}

.about-cs {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 15px 10px;
}

.about-cs__txt {
  flex: 1;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 600px) {
  .about-cs__txt {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .about-cs__txt {
    font-size: 18px;
  }
}
.about-cs__box {
  border: 1px solid #333;
  font-size: 48px;
  padding: 30px;
  text-align: center;
  width: 100%;
}

.about-links__link {
  text-decoration: underline;
}

.about-links__link:hover {
  text-decoration: none;
}

.about-cs__ttl li {
  list-style-type: none;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .about-cs__ttl li {
    margin-bottom: 10px;
  }
}
.about-cs02 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 15px 10px;
}

@media (min-width: 601px) {
  .about-cs02 {
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .about-cs02__ttl,
  .about-cs02__txt {
    text-align: center;
  }
}
.about-cs02__ttl {
  width: 30%;
}

@media (max-width: 600px) {
  .about-cs02__ttl {
    width: 100%;
  }
}
.about-cs02__ttl:not(:first-child) {
  margin-top: 30px;
}

.about-cs02__txt {
  width: 68%;
}

@media (min-width: 601px) {
  .about-cs02__txt:not(:nth-child(2)) {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .about-cs02__txt {
    margin-top: 10px;
    width: 100%;
  }
}
/***************************************************************
過去のひがふなフェスタ
***************************************************************/
.past__item {
  background: #40A3D2;
  box-sizing: border-box;
  list-style: none;
  padding: 10px;
}

@media (max-width: 1000px) {
  .past__item {
    margin: 0 auto;
    width: 90%;
  }
}
@media (max-width: 350px) {
  .past__item {
    padding: 5px 5px 5px 0;
  }
}
.past__item:not(:first-child) {
  margin-top: 30px;
}

.past__item a {
  display: flex;
  align-items: center;
  color: #fff;
}

.past__item a:hover {
  opacity: 0.9;
}

.past__item a p {
  font-size: 24px;
}

@media (max-width: 480px) {
  .past__item a p {
    font-size: 18px;
  }
}
.past__item a p:first-child {
  margin: 0 20px;
  white-space: nowrap;
}

@media (max-width: 350px) {
  .past__item a p:first-child {
    margin: 0 10px;
  }
}
/***************************************************************
ミュージック1day
***************************************************************/
.m1day-txt {
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  .m1day-txt {
    margin-top: 30px;
  }
}
.m1day-txt p {
  font-size: 18px;
  margin-bottom: 1em;
  text-align: left;
}

@media (max-width: 599px) {
  .m1day-txt p {
    font-size: 16px;
  }
}
/***************************************************************
ひがふなフェスタ通信一覧
***************************************************************/
.top-pdf {
  margin: 30px auto 0;
  width: 98%;
}

.top-pdf__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.top-pdf__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-pdf__list li {
  background: #fff;
  border: 2px solid #333;
  box-sizing: border-box;
  list-style-type: none;
  margin: 15px 0 0 !important;
  padding: 5px !important;
  text-align: center;
  width: 49% !important;
  height: auto !important;
}

.top-pdf__list li dt {
  font-weight: bold;
}

/***************************************************************
ひがふな～ドン！​保育園
***************************************************************/
.higafuna-don__gallery {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.higafuna-don__gallery li {
  width: 32%;
}
.higafuna-don__gallery li:nth-child(n+4) {
  margin-top: 2%;
}
.higafuna-don__gallery li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.higafuna-don__gallery li a:hover {
  opacity: 0.8;
}

/***************************************************************
防犯灯の設置​
***************************************************************/
.boukatou__txt {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.boukatou__list {
  margin-top: 15px;
}

.boukatou__list dt {
  font-size: 18px;
  font-weight: bold;
}

.boukatou__list dd {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.boukatou__list dd a {
  width: 32%;
}

.boukatou__list dd a:hover {
  opacity: 0.8;
}

.boukatou__list dd img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 230px;
}

@media (max-width: 980px) {
  .boukatou__list dd img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .boukatou__list dd img {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .boukatou__list dd img {
    height: 130px;
  }
}
@media (max-width: 480px) {
  .boukatou__list dd img {
    height: 90px;
  }
}
/***************************************************************
フォトギャラリー
***************************************************************/
#gallery img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

/***************************************************************
お問い合わせ
***************************************************************/
.form-select__item.-c_end {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .form-select__item {
    height: auto !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 400px) {
  .form-select__item {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .form-select__item:last-child {
    margin-top: 15px !important;
  }
}

.form-select__note {
  font-size: 14px;
}