@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #2F2F2F;
  font-family: "游明朝体", "Yu Mincho";
}

img {
  width: 100%;
}

@media (min-width: 768px) {
  .pc_size_invisible {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp_size_invisible {
    display: none;
  }
}
#info_request #fv {
  width: 100%;
  aspect-ratio: 10/6;
  background-image: url(../img/info_top.jpg);
  background-size: 100% 100%; /* ← 強制的に縦横に引き伸ばす（潰れる） */
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#info_request #fv .fv_mask {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
#info_request #fv h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
  letter-spacing: 2px;
  color: white;
  display: block;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#info_request #fv h2 span {
  color: white;
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 4px;
}

#info_request #fv .fv_text{
  margin-top: 50px;
}

#info_request #sec2 {
  width: 70%;
  max-width: 1400px;
  margin: 60px auto;
}
#info_request #sec2 h3, #info_request #sec2 p {
  text-align: center;
  line-height: 2;
}
#info_request #sec2 h3 {
  font-size: 1.6rem;
}
#info_request #sec2 .sec2_img {
  width: 500px;
  margin: 40px auto;
}
#info_request #sec3 {
  margin-bottom: 60px;
}
#info_request #sec3 .title {
  text-align: center;
  width: 100%;
  background-color: #3A3A3A;
  color: white;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 4px;
  padding: 30px 0;
  margin-bottom: 60px;
}
#info_request #sec3 ul {
  width: fit-content;
  margin: 0 auto 60px;
  list-style: none;
}
#info_request #sec3 ul li {
  margin-bottom: 10px;
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  #info_request #fv {
    width: 100%;
    height: 440px;

    aspect-ratio: 3 / 4;
    background-size: cover; /* はみ出てもOK。縦長にトリミング */
    background-position: center center;


    overflow: hidden; /* 念のためはみ出し防止（スクロール対策） */
  }
  #info_request #fv h2 {
    font-size: 14px;
  }
  #info_request #fv h2 span {
    font-size: 26px;
  }

  #info_request #fv .fv_text{
  margin-top: 40px;
  font-size: 12px;
  }
  #info_request #sec2 {
    width: 100%;
    margin: 60px 0;
    padding: 0 20px;
  }
  #info_request #sec2 .sec2_img {
    width: 100%;
  }
  #info_request #sec2 h3 {
    font-size: 1.2rem;
    line-height: 3;
  }
  #info_request #sec2 p {
    text-align: left;
  }
  #info_request #sec3 .title {
    font-size: 1.5rem;
  }
  #info_request #sec3 ul {
    width: 100%;
    padding: 0 20px;
  }
  #info_request #sec3 ul li {
    margin-bottom: 40px;
  }
}
/*=================================== フォーム =======================================*/
/* フォーム */
#form .container {
  padding: 68px 38px;
  background-color: #F1F4F6;
}

#form form .row {
  padding-bottom: 46px;
  border-bottom: 1px solid #3A3A3A;
  margin-top: 56px;
}

#form form label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.input-wrap {
  display: flex;
  align-items: center;
  text-align: left;
}

.input-wrap select {
  font-size: 16px;
  line-height: 2em;
  padding: 8px;
}

.required::after {
  content: "必須";
  color: #fff;
  font-family: ryo-text-plusn, serif;
  padding: 4px 8px;
  background-color: #A50F0F;
  border-radius: 9px;
}

.select-date {
  text-align: center;
  font-family: ryo-text-plusn, serif;
  font-size: 22px;
}

#form form .button-wrap {
  margin-top: 127px;
  display: flex;
  justify-content: center;
}

.single-tour #form iframe {
  width: 100%;
  height: 1000px;
}

/* コンタクトフォーム７修正用 */
.wpcf7-form-control-wrap {
  width: 100%;
}

.visitors .wpcf7-form-control-wrap {
  width: auto;
}

@media screen and (max-width: 576px) {
  .form-head {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 0px;
  }
  .form-head img {
    width: 48px;
  }
  .form-head p {
    font-size: 20px;
    margin-bottom: 0;
  }
  #form form label {
    font-size: 16px;
  }
  #form form .select-date p {
    font-size: 20px;
  }
  #form form select {
    width: 100%;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .child-age {
    margin-top: 8px;
    font-size: 10px;
  }
}/*# sourceMappingURL=info_request.css.map */


