/* CSS Document */
.title {
  background-image: url(../img/event-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 313px;
}
.font-color {
  color: #007D16;
}

/* イベント情報 */
#event {
  background-color: #F4F4CC;
  padding-bottom: 10rem;
}
.information-mg {
  padding-top: 10rem;
  padding-bottom: 15rem;
  display: flex;
}
.information {
  margin: auto;
}

.information h2{
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3rem;

}
.information span{
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}
.information p{
  text-align: justify;
  margin-bottom: 5rem;
}

.info-block {
  border-radius: 12px;
  margin-bottom: 25px;
  display: flex;
  gap: 25px;
  align-items: center;
}
.right {
  text-align: right!important;
}

.info-block .label {
  background-color: #007D16;
  color: #fff;
  padding: 4px 30px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 60px;
  text-align: center;
}
.button-link {
  display: inline-block;
  margin-top: 16px;
  padding: 5px 28px;
  border: 2px solid #007D16;
  border-radius: 999px;
  color: #007D16;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  background-color: #fff;
}

.button-link:hover {
  background-color: #007D16;
  color: white;
}

.tirasi img {
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.tirasi img:hover {
  transform: scale(1.02);
}

.video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 1.5rem;
}
.rounded-video {
  width: 100%;
  height: 100%;
}



/* お申し込み */
.mousikomi {
  background-color: #E6E6E6;
  padding-bottom: 9rem;
  padding-top: 5rem;
}
.mousikomi h2 {
  font-size: 3rem;
  font-size: 30px;
  padding-bottom: 3rem;
}
.apply-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.apply-card:hover {
  transform: translateY(-12px);
}

.apply-icon {
  margin-right: 6rem;
}

.highlight {
  color: #008000;
  font-weight: bold;
}


.mousikomi-p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 2.2rem;
  font-size: 22px;
  font-weight: bold;
}
.bg-color {
  background-color: #F4F4CC;
  padding-bottom: 13rem;
}

@media only screen and (max-width: 767px){
.apply-card {
 margin-bottom: 5rem;
}
.information-mg {
  flex-direction: column-reverse;
  padding-bottom: 7rem;
}
.tirasi{
  margin-bottom: 5rem;
}
.mousikomi h2 {
  padding-bottom: 6rem;
  margin-top: 6rem;
}
}
