@charset "UTF-8";
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700 400;
  src: url(../font/Lora-Font/Lora-Regular.ttf) format("truetype");
  src: url(../font/Lora-Font/Lora-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 700 500;
  src: url(../font/Gotham-Font/Gotham-Bold.otf) format("opentype");
  src: url(../font/Gotham-Font/GothamBold.ttf) format("truetype");
  src: url(../font/Gotham-Font/GothamMedium.ttf) format("truetype");
}
@font-face {
  font-family: "lao-mn", sans-serif;
  font-style: normal;
  src: url(../font/lao-mn.ttf);
}
.body {
  background: linear-gradient(to bottom right, #fff, #b4cb87);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.main_inner {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.section01 {
  position: relative;
  width: 100%;
}
.section01 .cv_btn {
  bottom: 40px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.cv_btn {
  margin: 0 auto;
  width: 90%;
}

.cta_area {
  position: relative;
}

.top_cv_btn {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80%;
}
@media screen and (max-width: 959px) {
  .top_cv_btn {
    bottom: 13%;
  }
}
.top_cv_btn a {
  transition: 0.3s;
  width: calc(50% - 10px);
}
.top_cv_btn a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.section04 {
  position: relative;
  width: 100%;
}

.map {
  bottom: 60px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 959px) {
  .map {
    bottom: 13%;
  }
}
.map iframe {
  height: 370px;
  max-width: 600px;
  width: 100%;
}

.bottom_cv_btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 370px;
  position: absolute;
  right: 10%;
  top: 26%;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .bottom_cv_btn {
    right: 120px;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .bottom_cv_btn {
    right: 8%;
  }
}
.bottom_cv_btn a {
  margin-bottom: 20px;
  max-width: 370px;
  transition: 0.3s;
  width: 35vw;
}
.bottom_cv_btn a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.contact {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}
.contact h2 {
  font-size: 3rem;
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .contact h2 {
    font-size: 2.5rem;
  }
}

.contents {
  background-color: #fff;
  margin: 0 auto;
  max-width: auto;
  padding: 70px 0;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .contents {
    padding: 40px 3%;
    width: 88%;
  }
}
.contents .inner {
  padding: 0 0 30px;
}
@media screen and (max-width: 959px) {
  .contents .inner {
    padding: 0 0 20px;
  }
}
.contents form {
  margin: 0 auto;
  max-width: 500px;
}

.item {
  margin-bottom: 30px;
}

.form_label {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.required {
  background-color: #cfdfb4;
  border-radius: 5px;
  color: #333;
  flex-shrink: 0;
  font-size: 1.4rem;
  margin-right: 10px;
  padding: 6px;
}
.required.any {
  background-color: #faf4e8;
}

.name {
  font-size: 1.6rem;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  font-size: 1.6rem;
  height: 50px;
  padding: 10px;
  width: 100%;
}

.radio_col {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  justify-content: flex-start;
  margin: 15px auto;
  margin-bottom: 12px;
}

/* ラジオボタンのスタイル */
input[type=radio] {
  margin-right: 8px;
}

.day_area {
  font-size: 1.5rem;
  margin: 15px auto 20px;
}
@media screen and (max-width: 959px) {
  .day_area {
    font-size: 1.3rem;
  }
}
.day_area .day_head {
  margin: 0 0 18px;
}
.day_area input {
  width: 100px;
}

.select_box {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  font-size: 1.6rem;
  height: 50px;
  padding: 10px;
  width: 100px;
}

.day_wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .day_wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

.day_col {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-right: 30px;
}
@media screen and (max-width: 959px) {
  .day_col {
    margin: 0 0 15px;
  }
}
.day_col .day_label {
  margin-right: 10px;
  min-width: 20px;
}
@media screen and (max-width: 959px) {
  .day_col .day_label {
    min-width: 40px;
  }
}

textarea {
  height: 263px;
}

.privacy {
  color: #00c2f0;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: underline;
}

.privacy_btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.privacy_btn label {
  font-size: 1.4rem;
}

.more {
  height: 70px;
  margin: 45px auto;
  max-width: 423px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .more {
    height: 58px;
    margin: 45px auto 10px;
  }
}
.more input {
  align-items: center;
  background-color: #49880b;
  border: transparent;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 1px rgb(195, 195, 195);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .more input {
    font-size: 1.4rem;
    height: 58px;
    width: 80%;
  }
}
.more:hover input {
  background-color: #2c5f9b;
  transition: all 0.3s;
}

.confirm .item {
  border-bottom: 2px solid #e3e3e3;
  margin: 0 auto 30px;
  max-width: 600px;
  padding-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .confirm .form_label {
    font-size: 1.5rem;
  }
}
.confirm dd {
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .confirm dd {
    font-size: 1.5rem;
  }
}
.confirm .textarea_confirm {
  max-width: 600px;
  padding: 20px 0 20px;
}
.confirm .btns {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .confirm .btns {
    flex-direction: column;
  }
}
.confirm .btns .more {
  width: calc(50% - 20px);
}
@media screen and (max-width: 959px) {
  .confirm .btns .more {
    width: 100%;
  }
}
.confirm .btns .back a {
  align-items: center;
  background-color: #fff;
  border: transparent;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 1px rgb(195, 195, 195);
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .confirm .btns .back a {
    font-size: 1.4rem;
    height: 58px;
    width: 80%;
  }
}

.thanks_area {
  background-color: #fff;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 800px;
  padding: 65px 0;
}
.thanks_area h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .thanks_area h2 {
    font-size: 2rem;
  }
}
.thanks_area p {
  font-size: 1.8rem;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .thanks_area p {
    font-size: 1.4rem;
  }
}
.thanks_area a {
  align-items: center;
  background-color: #cfdfb4;
  border-radius: 16px;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  margin: 50px auto 0;
  max-width: 300px;
  padding: 10px 30px;
  transition: all 0.3s;
  width: 80%;
}
.thanks_area a:hover {
  background-color: #2c5f9b;
  transition: all 0.3s;
}
/*# sourceMappingURL=sourcemaps/index.css.map */