@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.sec01 {
  width: 90%;
  margin: 80px auto;
}
@media (max-width: 740px) {
  .sec01 {
    margin: 40px auto 60px;
  }
}
.sec01 .top_txts {
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .sec01 .top_txts {
    margin-bottom: 50px;
  }
}
.sec01 .top_txts .titl01 {
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(4.8rem, -3.657rem + 11.429vw, 9.6rem);
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .sec01 .top_txts .titl01 {
    margin-bottom: 25px;
  }
}
.sec01 .top_txts .titl02 {
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 1.095rem + 0.952vw, 2.2rem);
}
.sec01 .c01 {
  width: 86.3%;
  margin-left: auto;
}
@media (max-width: 740px) {
  .sec01 .c01 {
    width: 100%;
  }
}
.sec01 .c01 .txt01 {
  text-align: justify;
  line-height: 1.75;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.324rem + 0.238vw, 1.6rem);
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .sec01 .c01 .txt01 {
    margin-bottom: 50px;
  }
}
.sec01 .c01 .tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .sec01 .c01 .tabs {
    gap: 15px;
  }
}
@media (max-width: 740px) {
  .sec01 .c01 .tabs {
    grid-template-columns: 310px;
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec01 .c01 .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sec01 .c01 .tabs .tab .more {
  width: 25%;
  margin: 30px auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media not all and (pointer: coarse) {
  .sec01 .c01 .tabs .tab:hover .more {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.sec02 {
  width: 90%;
  margin: 0px auto 80px;
}
@media (max-width: 740px) {
  .sec02 {
    margin-bottom: 60px;
  }
}
.sec02 .main_img {
  margin-bottom: 40px;
}
.sec02 .top_txts {
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .sec02 .top_txts {
    margin-bottom: 50px;
  }
}
.sec02 .top_txts .titl01 {
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(4.8rem, -3.657rem + 11.429vw, 9.6rem);
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .sec02 .top_txts .titl01 {
    margin-bottom: 25px;
  }
}
.sec02 .top_txts .titl02 {
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 1.095rem + 0.952vw, 2.2rem);
}
.sec02 .c01 {
  width: 86.3%;
  margin-left: auto;
}
@media (max-width: 740px) {
  .sec02 .c01 {
    width: 100%;
  }
}
.sec02 .c01 .txt01 {
  text-align: justify;
  line-height: 1.75;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.324rem + 0.238vw, 1.6rem);
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .sec02 .c01 .txt01 {
    margin-bottom: 60px;
  }
}
.sec02 .c01 .txt02 {
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.324rem + 0.238vw, 1.6rem);
  font-weight: bold;
  margin-bottom: 25px;
}
.sec02 .c01 .hyou01 {
  width: 71.1%;
  max-width: 686px;
  margin: 0 auto 25px;
}
@media (max-width: 740px) {
  .sec02 .c01 .hyou01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec02 .c01 .m_boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .sec02 .c01 .m_boxs {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
@media (max-width: 740px) {
  .sec02 .c01 .m_boxs .box {
    display: grid;
    grid-template-columns: 70px 1fr;
  }
}
.sec02 .c01 .m_boxs .box .titl {
  letter-spacing: 0;
  font-size: clamp(4rem, 2.59rem + 1.905vw, 4.8rem);
  margin-bottom: 35px;
}
.sec02 .c01 .m_boxs .box .txt01 {
  line-height: 1.75;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.324rem + 0.238vw, 1.6rem);
}
.sec02 .c01 .table {
  display: grid;
  grid-template-columns: 8fr 40fr 8fr 40fr;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .sec02 .c01 .table {
    grid-template-columns: 80fr 255fr;
  }
}
.sec02 .c01 .table {
  border: #6a8371 1px solid;
}
.sec02 .c01 .table .t_txt01 {
  display: grid;
  place-content: center;
  text-align: center;
  background-color: #6a8371;
  color: #fff;
  padding: 10px;
  line-height: 1.25;
  letter-spacing: 0;
  font-size: 1.2rem;
  border-bottom: #fff 1px solid;
}
.sec02 .c01 .table .t_txt01.last {
  border-bottom: none;
}
.sec02 .c01 .table .t_txt02 {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  line-height: 1.25;
  letter-spacing: 0;
  font-size: 1.2rem;
  border-bottom: #6a8371 1px solid;
}
.sec02 .c01 .table .t_txt02.last {
  border-bottom: none;
}
.sec02 .c01 .t_cap {
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 1.2rem;
}

.sec03 {
  width: 90%;
  margin: 0px auto 80px;
}
@media (max-width: 740px) {
  .sec03 {
    margin-bottom: 60px;
  }
}
.sec03 .main_img {
  margin-bottom: 40px;
}
.sec03 .top_txts {
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .sec03 .top_txts {
    margin-bottom: 50px;
  }
}
.sec03 .top_txts .titl01 {
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(4.8rem, -3.657rem + 11.429vw, 9.6rem);
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .sec03 .top_txts .titl01 {
    margin-bottom: 25px;
  }
}
.sec03 .top_txts .titl02 {
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 1.095rem + 0.952vw, 2.2rem);
}
.sec03 .c01 {
  width: 86.3%;
  margin-left: auto;
}
@media (max-width: 740px) {
  .sec03 .c01 {
    width: 100%;
  }
}
.sec03 .c01 .txt01 {
  text-align: justify;
  line-height: 1.75;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.324rem + 0.238vw, 1.6rem);
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .sec03 .c01 .txt01 {
    margin-bottom: 60px;
  }
}
.sec03 .c01 .txt02 {
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.324rem + 0.238vw, 1.6rem);
  font-weight: bold;
  margin-bottom: 25px;
}
.sec03 .c01 .hyou01 {
  width: 71.1%;
  max-width: 686px;
  margin: 0 auto 25px;
}
@media (max-width: 740px) {
  .sec03 .c01 .hyou01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec03 .c01 .m_boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .sec03 .c01 .m_boxs {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
@media (max-width: 740px) {
  .sec03 .c01 .m_boxs .box {
    display: grid;
    grid-template-columns: 70px 1fr;
  }
}
.sec03 .c01 .m_boxs .box .titl {
  letter-spacing: 0;
  font-size: clamp(4rem, 2.59rem + 1.905vw, 4.8rem);
  margin-bottom: 35px;
}
.sec03 .c01 .m_boxs .box .txt01 {
  line-height: 1.75;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.324rem + 0.238vw, 1.6rem);
}
.sec03 .c01 .table {
  display: grid;
  grid-template-columns: 8fr 40fr 8fr 40fr;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .sec03 .c01 .table {
    grid-template-columns: 80fr 255fr;
  }
}
.sec03 .c01 .table {
  border: #6a8371 1px solid;
}
.sec03 .c01 .table .t_txt01 {
  display: grid;
  place-content: center;
  text-align: center;
  background-color: #6a8371;
  color: #fff;
  padding: 10px;
  line-height: 1.25;
  letter-spacing: 0;
  font-size: 1.2rem;
  border-bottom: #fff 1px solid;
}
.sec03 .c01 .table .t_txt01.last {
  border-bottom: none;
}
.sec03 .c01 .table .t_txt02 {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  line-height: 1.25;
  letter-spacing: 0;
  font-size: 1.2rem;
  border-bottom: #6a8371 1px solid;
}
.sec03 .c01 .table .t_txt02.last {
  border-bottom: none;
}
.sec03 .c01 .t_cap {
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 1.2rem;
}/*# sourceMappingURL=resortstyle.css.map */