@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-cs__box.-ver2 {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about-cs__box.-ver2 {
    font-size: 18px;
  }
}

.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%;
  }
}
.about-ticket {
  background: #fff;
  margin: 20px auto;
  padding: 18px;
  box-sizing: border-box;
  color: #222;
}

.about-ticket__intro-ttl {
  color: #d80000;
  font-size: 22px !important;
}
.about-ticket__intro p {
  margin-top: 15px;
}

.about-ticket__box {
  border: 6px solid #d80000;
  border-radius: 6px;
  padding: 18px;
  background: #fff;
  margin-top: 30px;
  box-sizing: border-box;
}

.about-ticket__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
@media (max-width: 980px) {
  .about-ticket__title {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.about-ticket__title h2 {
  margin: 0;
  padding: 0 !important;
  color: #d80000;
  font-size: 20px;
  text-align: left !important;
  -webkit-text-decoration: underline 2px solid #d00000;
          text-decoration: underline 2px solid #d00000;
  line-height: 1.3;
}

.about-ticket__sub {
  font-size: 14px;
  color: #444;
}

.about-ticket__important {
  display: inline-block;
  background: yellow;
  color: #d80000;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  margin-left: 8px;
  font-size: 13px;
}

.about-ticket__important2 {
  display: inline-block;
  background: yellow;
  color: #d80000;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  margin-left: 8px;
  font-size: 18px;
  position: relative;
}
.about-ticket__important2 span {
  color: #000;
  font-size: 13px;
  position: absolute;
  bottom: -15px;
  right: -20px;
}
@media (max-width: 350px) {
  .about-ticket__important2 span {
    position: static;
  }
}

.about-ticket__grid {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 12px;
  align-items: start;
  border-top: 5px solid #d80000;
  margin-top: 30px;
  padding: 30px 30px 0 30px;
}
@media (max-width: 900px) {
  .about-ticket__grid .about-ticket__qr {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .about-ticket__grid {
    padding: 30px 0 0;
  }
}

.about-ticket__qr {
  border: 4px dashed #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}

.about-ticket__qr img {
  max-width: 100%;
  height: auto;
  display: block;
}

.about-ticket__note {
  font-size: 13px;
  color: #444;
  line-height: 1.6;
}
.about-ticket__note-ul li {
  font-size: 14px;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}
.about-ticket__note-ul li span {
  color: #d80000;
  text-decoration: underline;
}
.about-ticket__note-dl {
  margin-top: 10px;
}
.about-ticket__note-dl dd {
  margin-left: 1em;
  text-indent: -1em;
}
.about-ticket__note-dl dd span {
  color: #d80000;
  text-decoration: underline;
}

.about-ticket__qr-txt-pc {
  color: #000 !important;
  text-decoration: none !important;
}
@media (max-width: 900px) {
  .about-ticket__qr-txt-pc {
    display: none;
  }
}

.about-ticket__qr-txt-sp {
  color: #000 !important;
  text-decoration: none !important;
}
@media (min-width: 901px) {
  .about-ticket__qr-txt-sp {
    display: none;
  }
}

.about-ticket__ul {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .about-ticket__ul {
    margin-top: 30px;
  }
}
.about-ticket__ul li {
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

.about-ticket__flow {
  margin-top: 8px;
  padding: 10px;
  background: #ffdddd;
  border-radius: 4px;
}

.about-ticket__flow ol {
  margin: 0;
  padding-left: 18px;
}

.about-ticket__section-title {
  font-size: 16px;
  font-weight: 700;
}

.about-ticket--small {
  font-size: 14px;
}

@media (max-width: 900px) {
  .about-ticket__grid {
    grid-template-columns: 1fr;
  }
}
.about-ticket__highlight {
  border: 2px dashed #d80000;
  padding: 8px;
  border-radius: 4px;
  background: #fff7f7;
  font-weight: 700;
}

.about-ticket__bigdate {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #d80000;
}
@media (max-width: 480px) {
  .about-ticket__bigdate {
    display: block;
  }
}
.about-ticket__bigdate:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .about-ticket__bigdate:not(:first-child) {
    margin-top: 20px;
  }
}
.about-ticket__bigdate span {
  background: #d80000;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  margin-right: 10px;
  white-space: nowrap;
}
.about-ticket__bigdate p {
  font-weight: bold;
}
@media (max-width: 480px) {
  .about-ticket__bigdate p {
    margin-top: 5px;
  }
}

.about-ticket__bigdate2 {
  font-size: 24px;
  font-weight: 700;
  color: #d80000;
}
@media (max-width: 600px) {
  .about-ticket__bigdate2 {
    font-size: 18px;
  }
}
.about-ticket__bigdate2 strong {
  font-size: 120%;
  font-weight: bold;
}

.about-ticket__txt {
  font-size: 18px;
}

.about-ticket__flowchart {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: column;
  margin-top: 12px;
}

.about-ticket-shops {
  display: flex;
}
@media (max-width: 480px) {
  .about-ticket-shops {
    align-items: center;
    flex-direction: column;
  }
}

.about-ticket-shops__pdf img {
  width: 300px !important;
}

.about-ticket-shops__txt {
  font-size: 14px;
}
@media (min-width: 481px) {
  .about-ticket-shops__txt {
    align-self: flex-end;
  }
}

.about-ticket__link {
  font-size: 16px;
  font-weight: bold;
}

.about-ticket__box {
  margin-bottom: 40px;
}

/* ===============================
   ticket-reservation block
================================= */
.ticket-reservation__text {
  line-height: 1.6;
}
.ticket-reservation__text--bold-center {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 600px) {
  .ticket-reservation__text--bold-center {
    font-size: 18px;
  }
}
.ticket-reservation__text--border-top {
  border-top: 1px solid #333;
  margin-top: 30px;
}
.ticket-reservation__highlight {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
}

/* ===============================
   ticket-sale block
================================= */
.ticket-sale__title {
  color: red;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 16px;
}
.ticket-sale__text {
  font-size: 16px;
  line-height: 1.6;
}
.ticket-sale__text--red {
  color: red;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 480px) {
  .ticket-sale__text--red {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .ticket-sale__text--red {
    font-size: 18px;
    font-size: 6.5vw;
  }
}
.ticket-sale__text--red > * {
  font-weight: bold;
}
.ticket-sale__text--big {
  font-size: 120%;
}
.ticket-sale__text--small {
  font-size: 80%;
}
.ticket-sale__label {
  background-color: red;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 12px 0 8px;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .ticket-sale__label {
    font-size: 36px;
  }
}
.ticket-sale__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 600px) {
  .ticket-sale__info {
    flex-direction: column;
  }
}
.ticket-sale__info-text {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.ticket-sale__info-text p {
  font-size: 18px;
  font-weight: bold;
}
.ticket-sale__info-small {
  font-size: 14px;
  font-weight: bold;
}
.ticket-sale__info-xsmall {
  font-size: 10px;
}
.ticket-sale__info-img {
  height: auto;
  width: 200px !important;
  max-width: 100%;
}
.ticket-sale__details {
  background-image: url(image.php?id=1037);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 30px;
  margin: 20px auto 0;
  padding-bottom: 180px;
  line-height: 1.5;
  max-width: 700px;
}
@media (max-width: 600px) {
  .ticket-sale__details {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .ticket-sale__details {
    padding-bottom: 45%;
  }
}
@media (max-width: 380px) {
  .ticket-sale__details {
    font-size: 18px;
  }
}
.ticket-sale__details p {
  font-weight: bold;
}
@media (max-width: 480px) {
  .ticket-sale__details p {
    margin-left: 1em;
    text-indent: -1em;
  }
}
.ticket-sale__note {
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.6;
}
.ticket-sale__note ul {
  margin-top: 8px;
  padding-left: 1.2em;
  list-style-type: "・";
}

.flowchart__item {
  padding: 10px 14px;
  border: 2px solid #ddd;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .flowchart__item.-reserve {
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .flowchart__item.-reserve {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .flowchart__item.-flex {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .flowchart__item.-flex {
    flex-direction: column;
  }
}
.flowchart__item.-flex div:first-child {
  font-size: 24px;
  font-weight: bold;
  width: 48%;
}
@media (max-width: 768px) {
  .flowchart__item.-flex div:first-child {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .flowchart__item.-flex div:first-child {
    font-size: 18px;
  }
}
.flowchart__item.-flex div:last-child {
  color: #d80000;
  font-size: 13px;
  line-height: 2;
  width: 50%;
}
@media (max-width: 768px) {
  .flowchart__item.-flex div:last-child {
    width: 100%;
  }
}
.flowchart__item.-flex div:last-child p {
  font-weight: bold;
}
.flowchart__item.-flex div:last-child p:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .flowchart__item.-flex div:last-child {
    margin-top: 10px;
  }
}

.flowchart__item-txt {
  font-size: 24px;
  font-weight: bold;
  width: 80%;
}
@media (max-width: 768px) {
  .flowchart__item-txt {
    width: calc(100% - 180px);
  }
}
@media (max-width: 600px) {
  .flowchart__item-txt {
    font-size: 18px;
    width: 100%;
  }
}
.flowchart__item-txt a {
  text-decoration: underline;
  word-break: break-all;
}
.flowchart__item-txt a:hover {
  text-decoration: none;
}

.flowchart__item-qr {
  width: 20%;
}
@media (max-width: 768px) {
  .flowchart__item-qr {
    margin-left: 30px;
    width: 150px;
  }
}
@media (max-width: 600px) {
  .flowchart__item-qr {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flowchart__arrow {
  font-size: 36px;
  font-weight: bold;
}

.about-list-cstage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-list-cstage__item {
  list-style: none;
  width: 32%;
}
@media (max-width: 768px) {
  .about-list-cstage__item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .about-list-cstage__item:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .about-list-cstage__item:nth-child(n+4) {
    margin-top: 15px;
  }
}
.about-list-cstage__item img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-list-cstage__item img.ojf-b {
  -o-object-position: bottom;
     object-position: bottom;
}

.about-df.-v2 {
  justify-content: center;
}
.about-df.-v2 .about-df__content {
  width: 300px;
}
@media (max-width: 768px) {
  .about-df.-v2 .about-df__content {
    margin-inline: auto;
    width: 90%;
    max-width: 300px;
  }
  .about-df.-v2 .about-df__content .about-df__ttl {
    text-align: left;
  }
  .about-df.-v2 .about-df__content:not(:first-child) {
    margin-top: 30px;
  }
}

/***************************************************************
過去のひがふなフェスタ
***************************************************************/
.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__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .higafuna-don__ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .higafuna-don__ttl {
    margin-bottom: 30px;
  }
}
.higafuna-don__ttl span {
  font-size: 2rem;
}
@media (max-width: 600px) {
  .higafuna-don__ttl span {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.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;
}
.higafuna-don__gallery img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.higafuna-don__video {
  text-align: center;
}
.higafuna-don__video video {
  max-width: 100%;
}
@media (min-width: 481px) {
  .higafuna-don__video .video-gluck {
    width: 400px;
  }
}

/***************************************************************
防犯灯の設置​
***************************************************************/
.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 {
  color: #f00;
  position: relative;
}
.form-select__item.-c_end .form-select__comment {
  background: rgba(228, 228, 228, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .form-select__item.-c_end .form-select__comment {
    font-size: 1.5rem;
  }
}
@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;
}

.reservation__policy dt {
  font-size: 18px;
}
.reservation__policy dd {
  font-size: 16px;
  margin-top: 0.5em;
}