@charset "UTF-8";
/* =========================================
	変数
========================================= */
/* =========================================
	mixin
========================================= */
/* =========================================
  各種見学について
========================================= */
.tourWrap {
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .tourWrap {
    padding-bottom: 5rem;
  }
}
.tourWrap .title01 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .tourWrap .title01 {
    margin-bottom: 2rem;
  }
}
.tourWrap button {
  transition: all 0.3s;
}
@media (hover: hover) {
  .tourWrap button:hover {
    opacity: 0.8;
  }
}
.tourWrap .lead {
  background-color: #f5f2ea;
  padding-block: 9rem 8rem;
}
@media screen and (max-width: 768px) {
  .tourWrap .lead {
    padding-block: 3rem 4rem;
  }
}
.tourWrap .lead .text {
  max-width: 94rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .tourWrap .lead .text {
    padding-inline: 1.5rem;
  }
}
.tourWrap .lead .text {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .tourWrap .lead .text {
    line-height: 1.82;
  }
}
.tourWrap {
  /* =========================================
    来場予約を確認する
  ========================================= */
}
.tourWrap .confirm {
  background-color: #C6DEAB;
  position: relative;
}
@media screen and (min-width: 769px) {
  .tourWrap .confirm::before, .tourWrap .confirm::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../assets/images/bigTree.svg) no-repeat left bottom/contain;
  }
}
@media screen and (min-width: 769px) {
  .tourWrap .confirm::before {
    max-width: 53.1rem;
    height: 67rem;
    transform: rotate(-71deg);
    right: -10%;
    bottom: 0;
    background-position: center right;
    width: 32%;
  }
}
@media screen and (min-width: 769px) {
  .tourWrap .confirm::after {
    max-width: 43.5rem;
    height: 54.8rem;
    transform: rotate(45deg);
    top: 20%;
    left: -10%;
    width: 34%;
  }
}
.tourWrap .confirm .confirmInner {
  position: relative;
  max-width: 96.5rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .tourWrap .confirm .confirmInner {
    padding-inline: 1.5rem;
  }
}
.tourWrap .confirm .confirmInner::before, .tourWrap .confirm .confirmInner::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.tourWrap .confirm .confirmInner::before {
  background: url(../assets/images/cloud01.svg) no-repeat left top/contain;
  width: 16.2rem;
  height: 3.3rem;
  left: 2rem;
}
@media screen and (min-width: 769px) {
  .tourWrap .confirm .confirmInner::before {
    top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .tourWrap .confirm .confirmInner::before {
    width: 11.4rem;
    height: 2.4rem;
    left: -1.3rem;
    bottom: 2.3rem;
  }
}
.tourWrap .confirm .confirmInner::after {
  background: url(../assets/images/cloud02.svg) no-repeat left top/contain;
  width: 13.4rem;
  height: 3.8rem;
  right: 2rem;
}
@media screen and (min-width: 769px) {
  .tourWrap .confirm .confirmInner::after {
    bottom: 15.3rem;
  }
}
@media screen and (max-width: 768px) {
  .tourWrap .confirm .confirmInner::after {
    width: 9.9rem;
    height: 2.8rem;
    top: 2.6rem;
    right: -3.7rem;
  }
}
.tourWrap .confirm .confirmBox {
  position: relative;
  max-width: 54rem;
  height: 45rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .tourWrap .confirm .confirmBox {
    height: 35.6rem;
  }
}
.tourWrap .confirm .confirmBox::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(images/search.svg) no-repeat center center/contain;
  width: 54rem;
  height: 45rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .tourWrap .confirm .confirmBox::after {
    width: 43.4rem;
    height: 36.1rem;
    top: calc(50% - 0.5rem);
    left: calc(50% + 3rem);
  }
}
.tourWrap .confirm .confirmBox .confirmText {
  max-width: 26rem;
  width: 100%;
  text-align: center;
  margin: 4% 15% 0 0;
}
@media screen and (max-width: 768px) {
  .tourWrap .confirm .confirmBox .confirmText {
    margin: 5% 2% 0 0;
  }
}
.tourWrap .confirm .confirmBox .confirmText .confirmBtn {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.tourWrap .confirm .confirmBox .confirmText .confirmText {
  line-height: 1.563;
}
@media screen and (max-width: 768px) {
  .tourWrap .confirm .confirmBox .confirmText .confirmText {
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.tourWrap {
  /* モーダル */
}
.tourWrap .modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 99999999;
  justify-content: center;
  align-items: center;
}
.tourWrap .modalContent {
  width: calc(100% - 20rem);
  max-width: 900px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tourWrap .modalContent {
    width: calc(100% - 3rem);
  }
}
.tourWrap .modalClose {
  position: absolute;
  top: -4rem;
  right: -6.4rem;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .tourWrap .modalClose {
    width: 3rem;
    height: 3rem;
    right: 0;
  }
}
@media (hover: hover) {
  .tourWrap .modalClose:hover {
    opacity: 0.8;
  }
}
.tourWrap .modalMainText {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  color: #028f4c;
  background-color: #C6DEAB;
  height: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .tourWrap .modalMainText {
    font-size: 3rem;
    line-height: 1.4;
    height: 15rem;
  }
}
.tourWrap .modalMainText .smallText {
  font-size: 2rem;
  line-height: 1.45;
  margin-block: 1rem 0.6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .tourWrap .modalMainText .smallText {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-block: 0.3rem 0;
  }
}
.tourWrap .modalBtnGroup {
  display: flex;
  justify-content: center;
  gap: 3rem;
  background-color: #fff;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding-block: 5.6rem 6rem;
}
@media screen and (max-width: 768px) {
  .tourWrap .modalBtnGroup {
    padding-block: 4rem 4.6rem;
    gap: 1rem;
  }
}
.tourWrap .modalBtn {
  max-width: 20rem;
  height: 6rem;
  width: 100%;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  border-radius: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .tourWrap .modalBtn {
    max-width: 15rem;
  }
}
.tourWrap .btnYes {
  background-color: #D45353;
  border-bottom: 0.4rem solid #8E0A0A;
}
.tourWrap .btnNo {
  background-color: #3287B8;
  border-bottom: 0.4rem solid #005281;
}
.tourWrap .modalTextBtn {
  background-color: #fff;
  border-radius: 4rem;
  line-height: 1.5;
  padding-block: 0.7rem 0.9rem;
  max-width: 20rem;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7rem;
}
.tourWrap .modalTextBtn::before {
  content: "";
  display: inline-block;
  background: url(../assets/images/arrow.svg) no-repeat left top/contain;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1.3rem;
  filter: brightness(0);
  transform: scale(-1);
}
.tourWrap #resultArea {
  background-color: #fff;
  border-radius: 3rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .tourWrap #resultArea {
    height: 30rem;
  }
}
.tourWrap #resultArea .modalResultTitle {
  font-size: 4rem;
  line-height: 1.45;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tourWrap #resultArea .modalResultTitle {
    font-size: 3rem;
    line-height: 1.467;
  }
}
.tourWrap #resultArea .modalSubText {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-block: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .tourWrap #resultArea .modalSubText {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.tourWrap #resultArea .modalTag {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  background-color: #D45353;
  border-radius: 0.5rem;
  max-width: 20rem;
  width: 100%;
  padding-block: 0.7rem 0.9rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .tourWrap #resultArea .modalTag {
    margin-bottom: 3rem;
  }
}
.tourWrap #resultArea .mailBtn {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .tourWrap #resultArea .mailBtn {
    max-width: 40rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tourWrap #resultArea .mailBtn {
    width: calc(100% - 2.5rem);
  }
}
.tourWrap #resultArea.isReserve {
  border: 1rem solid #D45353;
}
.tourWrap #resultArea.isReserve .modalResultTitle {
  color: #D45353;
}
.tourWrap #resultArea.isNoReserve {
  border: 1rem solid #3287B8;
}
.tourWrap #resultArea.isNoReserve .modalResultTitle {
  color: #3287B8;
}
.tourWrap {
  /* =========================================
    校外学習でのご利用
  ========================================= */
}
.tourWrap .learn {
  background-color: #f5f2ea;
  padding-block: 5rem 6rem;
}
.tourWrap .learn .text {
  margin-bottom: 2rem;
  line-height: 1.6878;
}
@media screen and (min-width: 769px) {
  .tourWrap .learn .text {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.tourWrap .learn .text .textLink {
  color: #003399;
  text-decoration: underline;
}
.tourWrap .learn .learnImage {
  display: block;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  .tourWrap .learn .learnImage {
    margin-bottom: 3rem;
  }
}
.tourWrap .learn .learnImage img {
  margin-inline: auto;
}
.tourWrap .learn .pdfBtn {
  margin-inline: auto;
}
@media screen and (min-width: 993px) {
  .tourWrap .learn .pdfBtn {
    max-width: 40rem;
  }
}
.tourWrap {
  /* =========================================
    個人・団体でのご利用
  ========================================= */
}
.tourWrap .reservation {
  background-color: #C6DEAB;
  padding-block: 5rem 9rem;
}
@media screen and (max-width: 768px) {
  .tourWrap .reservation {
    padding-block: 3rem 4.7rem;
  }
}
.tourWrap .reservation .text {
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .tourWrap .reservation .text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .tourWrap .reservation .text {
    margin-bottom: 1.5rem;
  }
}
.tourWrap .reservation .reservationList {
  display: flex;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 992px) {
  .tourWrap .reservation .reservationList {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .tourWrap .reservation .reservationList {
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
.tourWrap .reservation .reservationTable {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .tourWrap .reservation .reservationTable {
    margin-bottom: 4rem;
  }
}
.tourWrap .reservation .reservationTable .descList > div {
  border-color: #028f4c;
}
.tourWrap .reservation .reservationTable .descList > div:first-child {
  border-color: #028f4c;
}
.tourWrap .reservation .reservationTable .descList dt {
  background-color: #43a857;
  color: #fff;
}
.tourWrap .reservation .reservationBtnBox .btnList {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .tourWrap .reservation .reservationBtnBox .btnList {
    flex-wrap: wrap;
    gap: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .tourWrap .reservation .reservationBtnBox .btnList {
    flex-direction: column;
    gap: 3rem;
  }
}
.tourWrap .reservation .reservationBtnBox .btnList li .btn {
  font-size: 1.8rem;
  max-width: 40rem;
}
@media screen and (max-width: 992px) {
  .tourWrap .reservation .reservationBtnBox .btnList li .btn {
    max-width: 100%;
    width: calc(100% - 4.5rem);
    margin-inline: auto;
  }
}
.tourWrap .reservation .reservationBtnBox .btnList li .text {
  line-height: 1.5;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .tourWrap .reservation .reservationBtnBox .btnList li .text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.tourWrap .reservation .reservationBtnBox .btnList li.btn01, .tourWrap .reservation .reservationBtnBox .btnList li.btn02 {
  width: 100%;
}
.tourWrap .reservation .reservationBtnBox .btnList li.btn01 .btn {
  margin-inline: auto;
}
@media screen and (min-width: 993px) {
  .tourWrap .reservation .reservationBtnBox .btnList li.btn02 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 993px) {
  .tourWrap .reservation .reservationBtnBox .btnList li.btn03, .tourWrap .reservation .reservationBtnBox .btnList li.btn04 {
    max-width: 40rem;
    width: 50%;
  }
}/*# sourceMappingURL=tour_plan.css.map */