@charset "utf-8";

/* ------------------------------
集い
------------------------------ */

.koryo p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.4;
}

.btn_flex {
  justify-content: center;
}

.btn_flex a {
  width: calc((100% / 3) - 2%);
  margin-right: 2%;
  text-align: center;
}

.btn_flex a:last-child {
  margin-right: 0;
}

section.Wrap_02 {
  background: #ffffff;
}
.first_bnr .page_link_Btn {
  margin-bottom: 5px;
}

.attention {
  font-size: 16px;
  font-weight: 600;
  color: #b52e27;
  line-height: 1.5;
  text-align: center;
}

.tab-only {
    display: none;
  }

  .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  width: 400px;
}

.modal-text {
  font-size: 16px;
  line-height: 1.6;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}
/*============================
PC・TABのみ
============================*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {}


/*============================
Tab
============================*/
@media only screen and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}


/*============================
sp
============================*/
@media only screen and (max-width: 768px) {

    .tab-only {
    display: none;
  }

  .koryo p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .btn_flex {
    flex-wrap: wrap;
  }

  .btn_flex a {
    width: 100%;
    margin-right: 0;
  }

  .first_bnr .page_link_Btn {
    margin-bottom: 10px;
  }

}