@charset "utf-8";
/* CSS Document */
body {
  background-color: #F0F8FF;
}
.top-image {
  background-image: url("../images/reserve/reserve_top_img.jpg");
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
  height: 28vh;
  margin: 0 auto;
  /*max-width: 1100px;*/
}
.top-image_filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.6rem;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.40);
}
.section-reserve_tel h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-reserve_tel h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-reserve_tel_wrapper {
  padding: 30px 20px 40px;
  max-width: 600px;
  margin: 0 auto;
}
.section-reserve_tel_description {
  font-size: 1.6rem;
  text-align: left;
}
.blue-reserve_tel-button {
  color: #68B7FF;
  font-size: 1.6rem;
  padding: 2px 14px;
  margin: 20px 0;
  border: #68B7FF solid 1px;
  box-shadow: 6px 6px 6px 0px rgba(20, 77, 160, 0.4);
  background-color: #FDFEFF;
  transition-duration: .3s;
}
.blue-reserve_tel-button:hover {
  transform: scale(1.1);
  background-color: #ffffff;
}
.blue-reserve_tel-button_img {
  padding-top: 4px;
  width: 30px;
  height: 30px;
}
.blue-reserve_tel-button_innner {
  font-size: 1.6rem;
}
.blue-reserve_tel-button_wrapper {
  display: flex;
  align-items: center;
}
.tel_number {
  font-size: 1.4rem;
  letter-spacing: -0.8px;
}
.section-reserve_tel_phrase {
  font-size: 1.4rem;
  text-align: left;
}
.r-farm_description-wrapper {
  width: 100%;
  margin: 0 auto;
}


.section-r-form_description {
  color: #144DA0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 600px;
  
}












.home-button_container {
  margin-bottom: 40px;
}