/*! Writen  by SCSS */
.main_image {
  line-height: 0; }
  .main_image img {
    width: 100%; }

.sec {
  padding-bottom: 40px; }
  .sec::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4.45%;
    line-height: 0;
    background: url("../images/top/border.png") center/cover no-repeat;
    margin-bottom: 30px; }

.sec_main {
  padding-bottom: 0; }
  .sec_main::before {
    margin-bottom: 30px; }

.modal_head {
  font-size: clamp(14px, 3.46vw, 17px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center; }
  .modal_head + .read {
    margin-top: 1em; }

.head_sub {
  font-size: clamp(12px, 2.85vw, 14px);
  font-weight: 700;
  line-height: 1.6; }

.read {
  font-size: clamp(13px, 3.06vw, 15px);
  line-height: 1.74; }

.read_min {
  font-size: clamp(10px, 2.65vw, 13px);
  line-height: 1.6; }

.more_button {
  display: block;
  font-size: clamp(13px, 3.06vw, 15px);
  line-height: 1;
  margin-inline: auto;
  max-width: fit-content;
  padding: 1em 2em;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background: #e60012;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out; }
  @media (hover: hover) {
    .more_button:hover {
      opacity: 0.7; } }
  .more_button.color_blue {
    background: #005bac; }

.fes_lead {
  width: 90.25%;
  line-height: 0;
  margin-inline: auto;
  margin-bottom: 20px; }

.read_wrap {
  text-align: center;
  margin-bottom: 40px; }

.read {
  line-height: 2; }
  .read + .read {
    margin-top: 1em; }
    @media screen and (max-width: 900px) {
      .read + .read {
        margin-top: 0.6em; } }

.news_head {
  color: #e60012;
  text-align: center;
  margin-bottom: 30px; }

.fes_date {
  width: 97.57%;
  line-height: 0;
  margin-inline: auto;
  margin-bottom: 40px; }

.fes_date2 {
  width: 97.57%;
  line-height: 0;
  margin-inline: auto;
  margin-top: 40px; }

.schedule_list {
  display: flex;
  flex-direction: column;
  gap: 20px 0; }
  .schedule_list .item {
    position: relative; }

.schedule_cap_box {
  margin-top: 30px;
  padding: 30px 15px;
  background: #f3eeee; }
  .schedule_cap_box .box_head {
    margin-bottom: 20px; }

.sec_tour .tour_head {
  max-width: 400px;
  width: 97.57%;
  margin-inline: auto;
  margin-bottom: 30px; }
.sec_tour .image_box + .image_box {
  margin-top: 20px; }
.sec_tour .image_box .cap_r {
  margin-top: 3px; }
.sec_tour .read {
  margin-top: 1em; }
.sec_tour .more_button {
  margin-top: 20px; }

.main_stamprally {
  margin-bottom: 40px; }

.outline_list {
  display: flex;
  flex-direction: column;
  gap: 0.33em; }
  .outline_list .item {
    display: flex;
    align-items: baseline;
    gap: 0.25em; }
    .outline_list .item dt {
      flex-shrink: 0; }
    .outline_list .item dd {
      flex-grow: 1; }

.map_image {
  max-width: 400px;
  margin-inline: auto;
  margin-bottom: 20px; }

.modal_content {
  position: fixed;
  inset: 0;
  opacity: 0;
  transition: 0.6s opacity ease-in-out 0s;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99; }
  .modal_content .modal_bg {
    display: block;
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: rgba(0, 0, 0, 0.8); }
  body.modal_open .modal_content {
    opacity: 1;
    pointer-events: all; }
  .modal_content .modal {
    inset: 0;
    max-height: calc(100% - 120px);
    margin: auto;
    pointer-events: none;
    overflow-x: scroll;
    position: absolute;
    opacity: 0;
    transition: 0.3s opacity ease-in-out 0s; }
    .modal_content .modal.active {
      position: relative;
      opacity: 1;
      transform: translateY(0);
      pointer-events: all;
      transition: 0.3s opacity ease-in-out 0.3s; }
    .modal_content .modal .modal_wrap {
      position: relative;
      padding-top: 20px;
      padding-bottom: 20px;
      max-width: 430px;
      width: 100%;
      margin-inline: auto;
      background: #fff; }
      .modal_content .modal .modal_wrap .modal_inner .modal01_wrap {
        display: flex;
        flex-direction: column;
        gap: 25px 0; }
        .modal_content .modal .modal_wrap .modal_inner .modal01_wrap .head_sub {
          margin-top: 1em; }
          .modal_content .modal .modal_wrap .modal_inner .modal01_wrap .head_sub + .read_min {
            margin-top: 0.6em; }
    .modal_content .modal .modal_wrap .modal_close {
      margin-top: 20px; }

.modal_footer .contact_box {
  font-size: clamp(13px, 3.26vw, 16px);
  line-height: 1.88;
  text-align: center;
  background: rgba(204, 204, 204, 0.5);
  border-radius: 10px;
  padding: 25px 10px; }

.syuryou_box {
  position: relative;
  margin-bottom: 20px; }
  .syuryou_box .syuryou_txt {
    position: absolute;
    inset: 0;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8); }
    .syuryou_box .syuryou_txt img {
      width: 100%; }

#modal03 .schedule_cap_box .box_head {
  font-size: clamp(20px, 4.89vw, 24px);
  line-height: 1.4; }
  #modal03 .schedule_cap_box .box_head.color_ttl span:nth-child(odd) {
    color: #e50012; }
  #modal03 .schedule_cap_box .box_head.color_ttl span:nth-child(even) {
    color: #005bab; }
#modal03 .content_list .item + .item {
  margin-top: 0.5em; }
#modal03 .content_list .item .lg {
  line-height: 1.2;
  margin-bottom: 0.4em;
  color: #005bab;
  font-weight: bold; }
#modal03 .content_list .item p:not(.lg) {
  font-size: 90%;
  line-height: 1.5;
  text-indent: 0;
  padding-left: 0; }
#modal03 .outline_list.list2 .item {
  flex-direction: column; }
  #modal03 .outline_list.list2 .item dt {
    background: #f3f3f3;
    width: 100%;
    padding: 0 0.5em; }
  #modal03 .outline_list.list2 .item dd {
    line-height: 1.4; }
  #modal03 .outline_list.list2 .item + .item {
    margin-top: 1em;
    border-top: 1px solid #333; }

.main_head {
  width: 97.57%;
  line-height: 0;
  margin-inline: auto;
  margin-bottom: 20px; }

.modal_btns {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  align-items: stretch;
  justify-content: space-between; }
  .modal_btns li {
    border-radius: 5px;
    color: #fff;
    width: 24%;
    background: #005bac;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    text-align: center;
    font-size: clamp(10px, 2.65vw, 13px);
    padding: 0.8em 10px;
    cursor: pointer; }
    .modal_btns li:nth-child(odd) {
      background: #e60012; }
    .modal_btns li.wide {
      width: 100%;
      background: #005bac;
      padding: 0; }
      .modal_btns li.wide a {
        font-size: clamp(10px, 2.65vw, 13px);
        letter-spacing: 0.05em;
        padding: 1.4em 0; }

.about_read_wrap {
  text-align: center; }

/*# sourceMappingURL=modale.css.map */
