/* CSS Document */
/* メインビジュアル */
body {
    margin: 0;
}
.hero-image{
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
}
.hero {
    background-color: #F4F4CC;
    padding-top: 4rem;
    padding-bottom: 10rem;
}

/* 次回の予定 */
.info {
    background-color: #A9DAB2;
    padding-bottom: 15rem;
}
.info-h2 {
    text-align: center;
}
.info-h2 span{
    color: #007D16;
}

.info h2 {
    padding-top: 10rem;
    margin-top: 0;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10rem;
    border-bottom: dashed 2px #007D16;
    display: inline-block;
    padding-bottom: 1rem;
}

.info-box {
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 1.5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.info-title {
  background-color: #007D16;
  text-align: center;
  color: #fff;
  font-size: 2.3rem;
  font-size: 23px;
  padding: 2rem 7rem;
  border-radius: 1rem;
  margin: -3rem;
}

.intro-box {
  margin-top: 8rem;
  margin-bottom: 5rem;
}

.info-title span {
  color: #FFF100;
}

.questions {
    font-size: 2.5rem;
    list-style: none;
    padding: 0;
    color: #006837;
    font-weight: bold;
    line-height: 2.2;
  }

.apply-button {
  display: inline-block;
  margin-top: 20px;
  background-color: #008000;
  color: white;
  padding: 10px 69px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #007D16;
}

.apply-button:hover {
  background-color: #fff;
  color: #005f00;
}

.arrow {
  padding-left: 2rem;
}

.photo-1 {
  max-width: 100%;
  object-fit: contain;
  border-radius: 1.5rem;
}


/* ハタモクとは？ */
#description {
  background-image: url(../img/description-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center center;
  height: auto;
  padding-bottom: 10rem;
}

.description-h2 {
    text-align: center;
}
.description-h2 span{
    color: #007D16;
}

.description-h2 h2 {
    padding-top: 10rem;
    margin-top: 0;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10rem;
    border-bottom: dashed 2px #007D16;
    display: inline-block;
    padding-bottom: 1rem;
}

.video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 1.5rem;
}
.rounded-video {
  width: 100%;
  height: 100%;
}

.description-explanation span {
  color: #007D16;
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: bold;
}

.apply-button-box {
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 14rem;
}
.photo-2 {
  max-width: 100%;
  border-radius: 12px;
  object-fit: cover;
  width: 545px;
  height: 209px;
  border-radius: 1.5rem;
  object-position: 61%;
  }

/* ハタモク岡山に参加して */
#impression {
  background-color: #F4F4CC;
}
.impression-h2 {
    text-align: center;
}
.impression-h2 span{
    color: #007D16;
}

.impression-h2 h2 {
    padding-top: 10rem;
    margin-top: 0;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10rem;
    border-bottom: dashed 2px #007D16;
    display: inline-block;
    padding-bottom: 1rem;
}
.voices {
  background-color: #f8f7dc;
}

.impression-size img {
  width: 70%;
}
.impression-size .left {
  display: block;
  margin-right: auto;
}
.impression-size .right {
  display: block;
  margin-left: auto;
}

  @media only screen and (max-width: 991px) {
    
  }
  @media only screen and (max-width: 767px) {
.hero-image{
  width: 93%;
} 
.impression-size img {
  width: 100%;
}
.questions {
  margin-bottom: 5rem;
}
.photo-2 {
  margin-bottom: 5rem;
}
.apply-button-box {
  margin-top: 5rem;
}
}
  @media only screen and (max-width: 575px) {
.impression-size .left {
  margin-bottom: 5rem;
}
.impression-size .right {
  margin-bottom: 5rem;
} 
.info-title {
  padding: 2rem 2rem;
  margin: 0rem;
  margin-top: -4rem;

}
.info-box {
  padding-left: 3rem;
  padding-right: 3rem;
}
.intro-box {
  margin-top: 4rem;
}
.apply-button {
  padding: 10px 36px;
}
.questions {
  font-size: 2.2rem;
  font-size: 22px;
  line-height: 1.8;
}
}

