/* CSS Document */
.as26campfr {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  /* CSS Document */
}
.as26campfr :root {
  --vh: 1vh; /*calc(var(--vh) * 100) == 100vh */
}
.as26campfr root {
  --hover_color:#254194;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.as26campfr .wrap {
  width: 100%;
  margin: 0px auto;
  font-family: "Roboto-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
}
.as26campfr .wrap_c {
  margin: 0px auto;
  width: 79%;
}
.as26campfr .w_wap {
  display: none !important;
}
.as26campfr p {
  font-family: "Roboto-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
}
.as26campfr .banner_01 {
  overflow: hidden;
  position: relative;
}
.as26campfr .bs_bg {
  width: 100%;
  overflow: hidden;
}
.as26campfr .bs_bg img {
  width: 100%;
  display: block;
}
.as26campfr .bs_txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}
.as26campfr .bs_txt .wrap_c {
  height: 100%;
}
.as26campfr .bs_txt img {
  display: block;
  height: 100%;
}
.as26campfr .bgfr {
  width: 100%;
  overflow: hidden;
  background: url("../img/bg.webp") 50% 0% no-repeat;
  background-size: cover;
  -o-mask-image: url("../img/mask_01.png");
  -moz-mask-image: url("../img/mask_01.png");
  -webkit-mask-image: url("../img/mask_01.png");
  mask-image: url("../img/mask_01.png");
  -o-mask-size: 100% auto;
  -moz-mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -o-mask-position: 0% 100%;
  -moz-mask-position: 0% 100%;
  -webkit-mask-position: 0% 100%;
  mask-position: 0% 100%;
  -o-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.as26campfr .camp_01 {
  overflow: hidden;
}
.as26campfr .camp_01 .p {
  width: 100%;
  overflow: hidden;
}
.as26campfr .camp_01 .pt img {
  display: block;
  width: 18.65vw;
  max-width: 358px;
}
.as26campfr .camp_01 .pc {
  line-height: 1.75;
  color: #fff;
}
.as26campfr .camp_01 .pc p {
  color: #0b3c54;
}
.as26campfr .camp_02 {
  overflow: hidden;
}
.as26campfr .camp_02 .p {
  width: 100%;
  overflow: hidden;
}
.as26campfr .camp_02 .pc {
  overflow: visible;
}
.as26campfr .camp_02 .pc .wrap_c {
  width: calc(79% + 20px);
}
.as26campfr .camp_02 .pc .tab_t {
  width: calc(100% - 20px);
  margin: 0px auto;
  font-weight: bold;
  background: url("../img/in_01.jpg") 50% no-repeat;
  background-size: cover;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 24px;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}
.as26campfr .camp_02 .pc .tab_c {
  width: 100%;
  overflow: hidden;
}
.as26campfr .camp_02 .pc .tab_c table {
  width: calc(100% - 20px);
  overflow: visible;
  margin: 0px auto;
}
.as26campfr .camp_02 .pc .tab_c table tr th {
  background-color: #99ca6f;
  font-weight: normal;
  padding: 10px 24px;
  color: #fff;
  text-align: left;
  border-right: 1.2px solid #c8cfcd;
}
.as26campfr .camp_02 .pc .tab_c table tr th:nth-child(1) {
  position: relative;
  width: 160px;
}
.as26campfr .camp_02 .pc .tab_c table tr th:nth-child(1)::before {
  content: "";
  display: block;
  width: 10px;
  height: calc(100% + 8px);
  background: url("../img/in_02.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -10px;
  top: 0px;
}
.as26campfr .camp_02 .pc .tab_c table tr th:nth-child(2) {
  width: 40%;
}
.as26campfr .camp_02 .pc .tab_c table tr th:last-child {
  position: relative;
  border-right: 0px;
}
.as26campfr .camp_02 .pc .tab_c table tr th:last-child:before {
  content: "";
  display: block;
  width: 10px;
  height: calc(100% + 8px);
  background: url("../img/in_03.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -10px;
  top: 0px;
}
.as26campfr .camp_02 .pc .tab_c table tr td {
  background-color: #e9f5f2;
  padding: 16px 24px;
  color: #666;
  border-right: 1.2px solid #c8cfcd;
  border-bottom: 1.2px solid #c8cfcd;
  font-weight: bold;
}
.as26campfr .camp_02 .pc .tab_c table tr td:last-child {
  border-right: 0px;
}
.as26campfr .camp_02 .pc .tab_c table tr td:first-child {
  font-weight: normal;
}
.as26campfr .camp_02 .pc .tab_c table tr:last-child td {
  border-bottom: 0px;
}
.as26campfr .camp_02 .pc .tab_c table tr td span {
  font-weight: normal;
}
.as26campfr .camp_03 {
  overflow: hidden;
}
.as26campfr .camp_03 .p {
  width: 100%;
  overflow: hidden;
}
.as26campfr .camp_03 .pc {
  overflow: hidden;
}
.as26campfr .camp_03 .pc ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 48px;
}
.as26campfr .camp_03 .pc ul li {
  width: 100%;
  overflow: hidden;
}
.as26campfr .camp_03 .pc ul li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.as26campfr .camp_03 .pc ul li .img img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}
.as26campfr .camp_03 .pc ul li .img b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../img/in_05.png") 50% no-repeat;
  background-size: 80px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}
.as26campfr .camp_03 .pc ul li .txt {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.as26campfr .camp_03 .pc ul li .txt span {
  display: inline-block;
  color: #0b3c54;
  font-weight: bold;
  margin-top: 15px;
  background: url("../img/in_10.png") repeat-x;
  background-size: 100% 100%;
  padding: 0px 30px;
  padding-top: 5px;
  padding-bottom: 3px;
}
.as26campfr .camp_03 .pc ul li:hover .img img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.as26campfr .camp_03 .pc ul li:hover .img b {
  background-image: url("../img/in_04.png");
}
.as26campfr .camp_04 {
  overflow: hidden;
}
.as26campfr .camp_04 img {
  width: 100%;
  display: block;
}
.as26campfr .camp_01 .pt img {
  display: block;
  width: 14.25vw;
  max-width: 358px;
}
.as26campfr .camp_02 .pt img {
  display: block;
  width: 14.25vw;
  max-width: 358px;
}
.as26campfr .camp_03 .pt img {
  display: block;
  width: 14.25vw;
  max-width: 358px;
}
.as26campfr .pt70 {
  padding-top: 6.48vh;
}
.as26campfr .pt20 {
  padding-top: 20px;
}
.as26campfr .pt24 {
  padding-top: 24px;
}
.as26campfr .pb100 {
  padding-bottom: 9.26vh;
}
.as26campfr .pt100 {
  padding-top: 9.26vh;
}
.as26campfr .pb160 {
  padding-bottom: 14.81vh;
}
.as26campfr .pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .as26campfr .w_wap {
    display: block !important;
  }
  .as26campfr .w_pc {
    display: none !important;
  }
  .as26campfr .wrap {
    margin: 0px auto;
  }
  .as26campfr .wrap_c {
    width: 92%;
  }
  .as26campfr .bs_txt {
    display: none;
  }
  .as26campfr .camp_01 .pt img {
    width: 180px;
  }
  .as26campfr .camp_02 .pt img {
    width: 180px;
  }
  .as26campfr .camp_03 .pt img {
    width: 180px;
  }
  .as26campfr .camp_01 .pc {
    line-height: 1.5;
  }
  .as26campfr .camp_02 .pc .wrap_c {
    width: 92%;
  }
  .as26campfr .camp_02 .pc .tab_t {
    width: 100%;
  }
  .as26campfr .camp_02 .pc .tab_c table {
    width: 100%;
  }
  .as26campfr .camp_02 .pc .tab_c table tr th {
    padding: 10px 8px;
  }
  .as26campfr .camp_02 .pc .tab_c table tr td {
    padding: 10px 8px;
  }
  .as26campfr .camp_02 .pc .tab_c table tr th:nth-child(1) {
    width: 80px;
  }
  .as26campfr .camp_02 .pc .tab_c table tr td {
    word-break: break-word;
  }
  .as26campfr .camp_03 .pc ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
  }
  .as26campfr .pt70 {
    padding-top: 2.25vh;
  }
  .as26campfr .pt20 {
    padding-top: 20px;
  }
  .as26campfr .pt24 {
    padding-top: 24px;
  }
  .as26campfr .pb100 {
    padding-bottom: 4.5vh;
  }
  .as26campfr .pt100 {
    padding-top: 4.5vh;
  }
  .as26campfr .pb160 {
    padding-bottom: 9.99vh;
  }
  .as26campfr .pt30 {
    padding-top: 16px;
  }
}