@charset "UTF-8";
/*use colors*/
/*size*/
/*font family*/
/* mv */
.camping-lp-mv {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/pict/pict_beginner_011_pc.jpg);
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .camping-lp-mv {
    background-position: center;
    background-attachment: initial;
  }
}
.camping-lp-mv .mv-text {
  width: 24%;
  height: auto;
  margin: 0 auto;
}
.camping-lp-mv .mv-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.camping-lp-mv .mv-desc {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .camping-lp-mv .mv-text {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .camping-lp-mv .mv-text {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .camping-lp-mv .mv-text {
    width: 60%;
  }
  .camping-lp-mv .mv-desc {
    font-size: 14px;
    width: 80%;
    text-align: initial;
  }
  .camping-lp-mv .mv-desc br {
    display: none;
  }
}
/* lp-top_about */
.lp-top_about {
  padding: 100px 0;
}
.lp-top_about .link-btn {
  position: relative;
  display: block;
  width: fit-content;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  background-color: #64aac8;
}

.lp-top_second {
  padding: 0 0 100px;
}

@media screen and (max-width: 1200px) {
  .lp-top_about {
    padding: 90px 0;
  }
  .lp-top_second {
    padding: 0 0 90px;
  }
  .lp-top_second .lp-trip_lists .lp-trip_list .list-txt {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .lp-top_about .section-title {
    font-size: 22px;
  }
  .lp-top_about .link-btn {
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .lp-top_about .section-title {
    font-size: 18px;
  }
}
/* END / lp-top_about */
/* 動画セクション */
.lp-moving .lp-moving_block {
  margin: 0 auto;
  max-width: 800px;
}
.lp-moving .lp-moving_block .block-inner {
  position: relative;
  width: 100%;
  padding-top: 56%;
  background-color: #eee;
}
.lp-moving .lp-moving_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-moving .moving-txt {
  text-align: center;
}

/* END / 動画セクション */
/* サービスセクション */
.lp-service {
  padding: 20px 0 100px;
}
.lp-service .lp-service_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  padding: 70px 0;
  transform: translate(0px, 30px);
}
.lp-service .lp-service_title .section-img {
  position: relative;
  width: 15%;
  height: auto;
}
.lp-service .lp-service_title .section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-service .lp-service_title .section-img .speech-balloon {
  position: absolute;
  top: -56px;
  right: -161px;
  width: 100%;
  height: auto;
}
.lp-service .lp-service_title .section-img .speech-balloon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-service .lp-service_title .section-title {
  margin-left: 50px;
}

.lp-lists {
  padding: 50px;
  background-image: url(../img/pict/pict_lp_bk01.jpg);
  background-repeat: no-repeat;
}
.lp-lists .lp-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 50px 0;
  border-bottom: 2px solid #ffffff;
}
.lp-lists .lp-list:first-child {
  padding: 0 0 50px;
}
.lp-lists .lp-list:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.lp-lists .lp-list:nth-child(2n) {
  flex-direction: row-reverse;
}
.lp-lists .lp-list .list-img {
  position: relative;
  width: 50%;
  padding-top: 30%;
}
.lp-lists .lp-list .list-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-lists .lp-list .list-txtblock {
  width: 45%;
}
.lp-lists .lp-list .list-txtblock .list-title {
  margin-bottom: 20px;
}
.lp-lists .lp-list .list-txtblock .list-txt {
  line-height: 2;
}
.lp-lists .lp-list .list-txtblock .list-txt .desc-red {
  color: red;
}

@media screen and (max-width: 1200px) {
  .lp-service {
    padding: 90px 0;
  }
  .lp-service .lp-service_title .section-title {
    margin-left: 30px;
    margin-bottom: 0;
  }
  .lp-service .lp-service_title .section-img .speech-balloon {
    width: 100%;
    min-width: 140px;
    max-width: 170px;
  }
  .lp-service .lp-lists {
    padding: 30px;
  }
  .lp-service .lp-lists .lp-list {
    padding: 30px 0;
  }
  .lp-service .lp-lists .lp-list:first-child {
    padding: 0 0 30px;
  }
  .lp-service .lp-lists .lp-list .list-txtblock {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .lp-service .lp-service_title .section-title {
    margin-left: 16px;
  }
  .lp-service .lp-service_title .section-img {
    width: 30%;
  }
  .lp-service .lp-service_title .section-img .speech-balloon {
    max-width: 170px;
    min-width: 146px;
    top: -52px;
    width: 110%;
  }
  .lp-service .lp-lists {
    padding: 30px;
  }
  .lp-service .lp-lists .lp-list {
    padding: 30px 0;
    display: block;
  }
  .lp-service .lp-lists .lp-list:first-child {
    padding: 0 0 30px;
  }
  .lp-service .lp-lists .lp-list .list-img {
    width: 100%;
    padding-top: 60%;
    margin-bottom: 10px;
  }
  .lp-service .lp-lists .lp-list .list-txtblock {
    width: 100%;
  }
  .lp-service .lp-lists .lp-list .list-txtblock .list-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .lp-service .lp-service_title .section-title {
    margin-left: 16px;
  }
  .lp-service .lp-service_title .section-img .speech-balloon {
    top: -67px;
    right: -142px;
    width: 120%;
    min-width: 148px;
  }
  .lp-service .lp-lists {
    padding: 15px;
  }
  .lp-service .lp-lists .lp-list {
    padding: 15px 0;
    display: block;
  }
  .lp-service .lp-lists .lp-list:first-child {
    padding: 0 0 15px;
  }
  .lp-service .lp-lists .lp-list .list-img {
    width: 100%;
    padding-top: 60%;
    margin-bottom: 10px;
  }
  .lp-service .lp-lists .lp-list .list-txtblock {
    width: 100%;
  }
  .lp-service .lp-lists .lp-list .list-txtblock .list-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/* END / サービスセクション */
/* 旅行セクション */
.lp-trip {
  background-image: url(../img/pict/pict_lp_bk02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 72%;
  position: relative;
}
.lp-trip .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lp-trip .container .section-title-center {
  margin: 100px 0 100px;
}
.lp-trip .container .section-title-show span {
  background-color: initial !important;
}
.lp-trip .container .lp-trip_lists {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.lp-trip .container .lp-trip_lists .lp-trip_list {
  width: 50%;
}
.lp-trip .container .lp-trip_lists .lp-trip_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.lp-trip .container .lp-trip_lists .lp-trip_list ul li .check-box {
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  margin-right: 10px;
}
.lp-trip .container .lp-trip_lists .lp-trip_list ul li .list-txt {
  font-size: 22px;
}

@media screen and (max-width: 1500px) {
  .lp-trip {
    padding-top: 75%;
  }
  .lp-trip .container .lp-trip_lists .lp-trip_list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .lp-trip .container .lp-trip_lists .lp-trip_list ul li .check-box {
    display: block;
    width: 20px;
    height: 20px;
  }
  .lp-trip .container .lp-trip_lists .lp-trip_list ul li .list-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .lp-trip {
    padding-top: 80%;
  }
  .lp-trip .container .section-title-center {
    margin: 90px 0 90px;
  }
  .lp-trip .container .lp-trip_lists {
    margin: 0 auto;
  }
  .lp-trip .container .lp-trip_lists .lp-trip_list ul li {
    align-items: initial;
  }
  .lp-trip .container .lp-trip_lists .lp-trip_list ul li .list-txt {
    font-size: 18px;
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  .lp-trip {
    padding-top: 120%;
  }
}
@media screen and (max-width: 767px) {
  .lp-trip .container .lp-trip_lists .lp-trip_list ul li {
    margin-bottom: 15px;
  }
  .lp-trip .container .lp-trip_lists .lp-trip_list ul li .check-box {
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }
  .lp-trip .container .lp-trip_lists .lp-trip_list ul li .list-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .lp-trip {
    padding-top: 130%;
  }
}
@media screen and (max-width: 500px) {
  .lp-trip {
    padding-top: 165%;
    position: relative;
  }
  .lp-trip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-color: #f7f7f5;
  }
  .lp-trip .container .section-title-center {
    margin: 90px 0 50px;
  }
  .lp-trip .container .lp-trip_lists {
    display: block;
  }
  .lp-trip .container .lp-trip_lists .lp-trip_list {
    width: 100%;
  }
  .lp-trip .container .lp-trip_lists .lp-trip_list ul li {
    margin-bottom: 15px;
  }
  .lp-trip .container .lp-trip_lists .lp-trip_list ul li .check-box {
    width: 15px;
    height: 15px;
    margin-top: 2px;
  }
  .lp-trip .container .lp-trip_lists .lp-trip_list ul li .list-txt {
    font-size: 14px;
  }
}
/* END / 旅行セクション */
.lp-trip_second {
  background-image: url(../img/pict/pict_lp_bk03.png);
}
.lp-trip_second .container .lp-trip_lists {
  display: block;
  width: 67%;
}
.lp-trip_second .container .lp-trip_lists .lp-trip_list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: fit-content;
}
.lp-trip_second .container .lp-trip_lists .lp-trip_list .check-box {
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  margin-right: 10px;
}
.lp-trip_second .container .lp-trip_lists .lp-trip_list .list-txt {
  font-size: 22px;
}

@media screen and (max-width: 1500px) {
  .lp-trip_second .container .lp-trip_lists .lp-trip_list .check-box {
    width: 20px;
    height: 20px;
  }
  .lp-trip_second .container .lp-trip_lists .lp-trip_list .list-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .lp-trip_second .container .lp-trip_lists {
    width: 100%;
  }
  .lp-trip_second .container .lp-trip_lists .lp-trip_list .check-box {
    width: 18px;
    height: 18px;
  }
  .lp-trip_second .container .lp-trip_lists .lp-trip_list .list-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .lp-trip_second .container .lp-trip_lists {
    width: 100%;
  }
  .lp-trip_second .container .lp-trip_lists .lp-trip_list {
    align-items: initial;
  }
  .lp-trip_second .container .lp-trip_lists .lp-trip_list .check-box {
    width: 15px;
    height: 15px;
    margin-top: 2px;
  }
  .lp-trip_second .container .lp-trip_lists .lp-trip_list .list-txt {
    font-size: 16px;
    flex: 1;
  }
}
/* planningセクション */
.lp-planning .lp-planning_lists {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 50px auto 0;
}
.lp-planning .lp-planning_lists .lp-planning_list {
  position: relative;
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
  background-color: #c8dce6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lp-planning .lp-planning_lists .lp-planning_list::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -102px;
  width: 120px;
  height: 3px;
  background-color: #c8dce6;
  transform: translateY(-50%);
  z-index: -1;
}
.lp-planning .lp-planning_lists .lp-planning_list:first-child::before {
  content: initial;
}
.lp-planning .lp-planning_lists .lp-planning_list:last-child::before {
  content: initial;
}
.lp-planning .lp-planning_lists .lp-planning_list .list-number {
  color: #ffffff;
  font-size: 28px;
}
.lp-planning .lp-planning_lists .lp-planning_list .list-txt {
  font-size: 18px;
}
.lp-planning .lp-planning_lists .list-first {
  font-size: 18px;
  background-color: #ffffff;
}
.lp-planning .lp-planning_lists .right-arrow_block {
  width: 50px;
  position: relative;
}
.lp-planning .lp-planning_lists .right-arrow_block .right-arrow {
  position: absolute;
  top: 60px;
  right: 26px;
  width: 30px;
  height: 3px;
  background-color: #c8dce6;
  transform: rotate(60deg);
}
.lp-planning .lp-planning_lists .right-arrow_block .right-arrow::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  top: 12px;
  right: -21px;
  background-color: #c8dce6;
  transform: rotate(60deg);
}
.lp-planning .lp-planning_lists .right-arrow_block .right-arrow:nth-child(2) {
  right: 10px;
}
.lp-planning .lp-planning_lists .right-arrow_block .right-arrow:nth-child(3) {
  right: -6px;
}

@media screen and (max-width: 1200px) {
  .lp-planning .lp-planning_lists {
    max-width: 950px;
  }
  .lp-planning .lp-planning_lists .lp-planning_list {
    font-size: 14px;
    width: 110px;
    height: 110px;
  }
  .lp-planning .lp-planning_lists .lp-planning_list::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -102px;
    width: 120px;
    height: 3px;
    background-color: #c8dce6;
    transform: translateY(-50%);
    z-index: -1;
  }
  .lp-planning .lp-planning_lists .lp-planning_list .list-number {
    font-size: 22px;
  }
  .lp-planning .lp-planning_lists .lp-planning_list .list-txt {
    font-size: 14px;
  }
  .lp-planning .lp-planning_lists .list-first {
    position: relative;
    font-size: 14px;
    background-color: #ffffff;
  }
  .lp-planning .lp-planning_lists .right-arrow_block .right-arrow {
    top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .lp-planning .lp-planning_lists .lp-planning_list {
    width: 80px;
    height: 80px;
  }
  .lp-planning .lp-planning_lists .lp-planning_list::before {
    right: -78px;
    width: 80px;
  }
  .lp-planning .lp-planning_lists .lp-planning_list .list-number {
    font-size: 20px;
  }
  .lp-planning .lp-planning_lists .lp-planning_list .list-txt {
    font-size: 14px;
  }
  .lp-planning .lp-planning_lists .right-arrow_block .right-arrow {
    width: 25px;
    top: 26px;
  }
  .lp-planning .lp-planning_lists .right-arrow_block .right-arrow::before {
    width: 25px;
    top: 10px;
    right: -18px;
  }
}
@media screen and (max-width: 500px) {
  .lp-planning {
    padding: 90px 0 45px;
  }
  .lp-planning .lp-planning_lists .lp-planning_list {
    width: 65px;
    height: 65px;
  }
  .lp-planning .lp-planning_lists .lp-planning_list::before {
    content: initial;
  }
  .lp-planning .lp-planning_lists .lp-planning_list .list-number {
    font-size: 18px;
  }
  .lp-planning .lp-planning_lists .lp-planning_list .list-txt {
    font-size: 12px;
  }
  .lp-planning .lp-planning_lists .list-first {
    font-size: 12px;
  }
  .lp-planning .lp-planning_lists .right-arrow_block {
    display: none;
  }
}
/* END / planningセクション */
/* 出発セクション */
.lp-departure {
  background-image: url(../img/pict/pict_lp_bk04.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0 0 400px;
}
.lp-departure .section-title-show {
  margin-bottom: 15px;
}
.lp-departure .section-title-show span {
  color: #ffffff;
  background-color: initial !important;
}
.lp-departure .lp-departure_title {
  display: flex;
  align-items: end;
  margin-bottom: 30px;
}
.lp-departure .lp-departure_title .title-number {
  color: #ffffff;
  font-size: 100px;
}
.lp-departure .lp-departure_title .title-time {
  width: fit-content;
  height: fit-content;
  padding: 10px;
  font-size: 14px;
  margin: 0 0 37px 30px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.lp-departure .lp-departure_txt {
  width: 50%;
  line-height: 2;
  color: #ffffff;
}

.lp-departure_wrap {
  padding: 0;
  transform: translateY(-100px);
}
.lp-departure_wrap .lp-lists {
  position: relative;
  background-image: url(../img/pict/pict_lp_bk05.jpg);
  z-index: 1;
}
.lp-departure_wrap .lp-lists::before {
  content: "POINT";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: url(../img/pict/pict_lp_bk05.jpg);
  transform: translateX(-50%);
  z-index: -1;
  color: #000;
  text-align: center;
  padding: 44px 0;
  letter-spacing: 3px;
}
.lp-departure_wrap .lp-lists .lp-list .list-txtblock .list-bar {
  width: 60px;
  display: block;
  height: 1px;
  background-color: #000;
  margin: 15px 0;
}

@media screen and (max-width: 1200px) {
  .lp-departure {
    background-size: cover;
    padding: 0 0 200px;
  }
  .lp-departure .lp-departure_title .title-number {
    font-size: 80px;
  }
  .lp-departure .lp-departure_title .title-time {
    padding: 5px 10px;
    margin: 0 0 30px 30px;
  }
  .lp-departure_wrap .lp-lists .lp-list_pn:first-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-departure .section-title-show {
    margin-bottom: 30px;
  }
  .lp-departure .lp-departure_title .title-number {
    font-size: 60px;
  }
  .lp-departure .lp-departure_title .title-time {
    margin: 0 0 20px 20px;
  }
  .lp-departure .lp-departure_txt {
    width: 90%;
  }
  .lp-departure_wrap .lp-lists::before {
    top: -50px;
    width: 150px;
    height: 150px;
    padding: 37px 0;
  }
  .lp-departure_wrap .lp-lists .lp-list .list-txtblock .list-title br {
    display: none;
  }
}
/* END / 出発セクション */
/* 移動セクション */
.lp-move {
  background-image: url(../img/pict/pict_lp_bk06.jpg);
}

/* END / 移動セクション */
/* 目的地セクション */
.lp-estination {
  background-image: url(../img/pict/pict_lp_bk07.jpg);
  background-position: bottom;
}

/* END / 目的地セクション */
/* 帰宅セクション */
.lp-backhome {
  background-image: url(../img/pict/pict_lp_bk08.jpg);
  background-position: bottom;
}

/* END / 帰宅セクション */
/* 旅の価値セクション */
.lp-value {
  padding: 200px 0;
  background-image: url(../img/pict/pict_lp_bk09.jpg);
  background-position: bottom;
}
.lp-value .section-title {
  margin-bottom: 50px;
}
.lp-value .list-title {
  color: #ffffff;
  margin-bottom: 25px;
}
.lp-value .lp-value_txt {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .lp-value {
    padding: 90px 0;
  }
  .lp-value .section-title {
    margin-bottom: 50px;
  }
  .lp-value .list-title {
    color: #ffffff;
    margin-bottom: 25px;
  }
  .lp-value .lp-value_txt {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .lp-value {
    background-position: right;
  }
  .lp-value .lp-value_txt {
    width: 90%;
  }
}
/* END / 旅の価値セクション */
.lp-value_gallery {
  padding-bottom: 100px;
}
.lp-value_gallery .lp-value_lists {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.lp-value_gallery .lp-value_lists .lp-value_list {
  position: relative;
  width: 20%;
  padding-top: 20%;
  margin-right: 10px;
}
.lp-value_gallery .lp-value_lists .lp-value_list:last-child {
  margin-right: 0;
}
.lp-value_gallery .lp-value_lists .lp-value_list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .lp-value_gallery {
    padding-bottom: 90px;
  }
  .lp-value_gallery .lp-value_lists {
    margin-top: 5px;
  }
  .lp-value_gallery .lp-value_lists .lp-value_list {
    margin-right: 5px;
  }
}
/* 車両概要セクション */
.lp-vehicle-about .section-des {
  margin: 40px 0;
}
.lp-vehicle-about .lp-vehicle-about_lists {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.lp-vehicle-about .lp-vehicle-about_lists .lp-vehicle-about_list {
  width: 13%;
  height: auto;
}
.lp-vehicle-about .lp-vehicle-about_lists .lp-vehicle-about_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-vehicle-about .lp-vehicle-about_lists .lp-speech-balloon {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  height: auto;
  transform: translateX(-50%);
}
.lp-vehicle-about .lp-vehicle-about_lists .lp-speech-balloon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vehicle-about .about-table_under {
  margin-top: 50px;
}
.vehicle-about .about-table_under .under-table_list {
  font-size: 14px;
  display: flex;
  width: 100%;
  height: auto;
  border-top: 1px solid #BECDD2;
  overflow-x: scroll;
  /* 表の上部（車輌①②）のスタイル */
}
.vehicle-about .about-table_under .under-table_list:last-child {
  border-bottom: 1px solid #BECDD2;
}
.vehicle-about .about-table_under .under-table_list:nth-child(2n) {
  background-color: #eee;
}
.vehicle-about .about-table_under .under-table_list .under-table_title {
  width: 20%;
  padding: 10px;
  border-left: 1px solid #BECDD2;
  font-size: 14px;
}
.vehicle-about .about-table_under .under-table_list .under-table_desc {
  width: 40%;
  padding: 10px;
  border-left: 1px solid #BECDD2;
  font-size: 14px;
}
.vehicle-about .about-table_under .under-table_list .under-table_desc:last-child {
  border-right: 1px solid #BECDD2;
}
.vehicle-about .about-table_under .under-table_list .desc-title {
  text-align: center;
  color: #ffffff;
}
.vehicle-about .about-table_under .under-table_list .one {
  background-color: #64AAC8;
}
.vehicle-about .about-table_under .under-table_list .two {
  background-color: #f06464;
}
.vehicle-about .about-table_under .first-block {
  border-top: none;
}
.vehicle-about .about-table_under .first-block .under-table_title {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .lp-vehicle-about .lp-vehicle-about_lists .lp-vehicle-about_list {
    width: 18%;
    max-width: 125px;
  }
  .lp-vehicle-about .lp-vehicle-about_lists .lp-speech-balloon {
    width: 80%;
    max-width: 550px;
  }
}
@media screen and (max-width: 500px) {
  .lp-vehicle-about .lp-vehicle-about_lists .lp-vehicle-about_list {
    width: 25%;
  }
  .lp-vehicle-about .lp-vehicle-about_lists .lp-speech-balloon {
    width: 100%;
  }
  .vehicle-about .about-table_under {
    overflow-x: scroll;
  }
  .vehicle-about .about-table_under .under-table_inner {
    width: 800px;
  }
}
/* END / 車両概要セクション */
/* アニメーション */
@keyframes slideIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.flow-content {
  transform: translateX(-100px);
  opacity: 0;
}

.flow-content-active {
  animation: slideIn 2s forwards;
}/*# sourceMappingURL=camping-lp.css.map */