/* --------------------------------------------------------------

  バギーLPページ

-------------------------------------------------------------- */
/* #buggy -------------------------------------------------- */
#buggy{
  width: 100%;
  background-color: #D6DEAA;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
}
/* バギーページのみ下記CSSをリセット */
#buggy img{
  display: inline;
  width: 100%;
  height: auto;
}
#buggy *{
  box-sizing: border-box;
}
#buggy span{
  display: inline;
}

/* google font -------------------------------------------------- */
.sonsie-one-regular {
  font-family: "Sonsie One", system-ui;
  font-weight: 400;
  font-style: normal;
}

/* buggy_top_area -------------------------------------------------- */
.buggy_top_area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 10%;
  background-image: url('../img/buggy/point_top_curcle.svg');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 50% auto;
  position: relative;
  z-index: 1;
}
.buggy_top_img{
  width: 75%;
  z-index: 2;
}
.buggy_top_catchcopy{
  width: 45%;
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 6;
}
.buggy_top_tree1{
  width: 13%;
  position: absolute;
  top: 8%;
  left: 5%;
  z-index: 3;
}
.buggy_top_tree2{
  width: 20%;
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: 4;
}
.buggy_top_catch_en{
  width: 25%;
  position: absolute;
  bottom: 40%;
  right: 5%;
  z-index: 5;
}
@media screen and (max-width:896px) {
  .buggy_top_area{
    padding-bottom: 30%;
    background-size: 70% auto;
    position: relative;
    z-index: 1;
  }
  .buggy_top_img{
    width: 95%;
  }
  .buggy_top_catchcopy{
    width: 70%;
    bottom: 15%;
    left: 3%;
  }
  .buggy_top_tree1{
    display: none;
  }
  .buggy_top_tree2{
    width: 20%;
    bottom: 25%;
    right: 2%;
  }
  .buggy_top_catch_en{
    width: 30%;
    bottom: auto;
    right: auto;
    top: 5%;
    left: 10%;
    }
}
/* buggy_h3 -------------------------------------------------- */
h3.buggy_h3{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}
h3.buggy_h3 .buggy_h3_en{
  font-size: 5.0rem;
  margin-bottom: 30px;
}
@media screen and (max-width:896px) {
  h3.buggy_h3{
    margin-bottom: 30px;
    font-size: 2.0rem;
  }
  h3.buggy_h3 .buggy_h3_en{
    font-size: 3.0rem;
    margin-bottom: 20px;
  }
}
/* buggy_ul -------------------------------------------------- */
ul.buggy_ul{
  list-style-type: disc;
}
ul.buggy_ul li{
  list-style-position: inside;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
/* buggy_ol -------------------------------------------------- */
ol.buggy_ol{
  padding: 0;
  counter-reset:cp_clist;
  list-style-type: none;
}
ol.buggy_ol li{
  position: relative;
  margin: 0 0 0 30px;
}
ol.buggy_ol li::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: cp_clist;
  content: counter(cp_clist);
  background: #D6DEAA;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 2px;
  margin-left: -30px;
}

/* buggy_f_red -------------------------------------------------- */
.buggy_f_red{
  color: #C41515;
}

/* buggy_concept_area -------------------------------------------------- */
.buggy_concept_area{
  width: 100%;
  padding: 100px 0;
  background-image: url('../img/buggy/point_line.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.buggy_concept_area .buggy_concept_inner{
  width: 94%;
  margin: 0 auto;
}
.buggy_concept_area .buggy_concept_inner .buggy_concept_note{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
}
.buggy_concept_slide{
  width: 100%;
  margin-top: 50px;
  display: block;
}
.buggy_concept_slide .slick-slide {
  margin-right: 16px;
}
.buggy_concept_slide .slick-slide img {
  width: 100%;
  border: 5px solid #fff;
}
.buggy_concept_slide .slick-list{
  width: 100%;
  max-width:initial;
}
.buggy_concept_movie{
  width: 94%;
  max-width: 1200px;
  margin: 70px auto 0 auto;
}
@media screen and (max-width:896px) {
  .buggy_concept_area{
    padding: 70px 0 50px 0;
    margin-top: -30px;
    background-image: url('../img/buggy/point_line_sp.svg');
  }
  .buggy_concept_area .buggy_concept_inner .buggy_concept_note{
    font-size: 1.5rem;
  }
  .buggy_concept_slide{
    margin-top: 35px;
  }
  .buggy_concept_movie{
    margin: 35px auto 0 auto;
  }
}

/* buggy_about_area -------------------------------------------------- */
.buggy_about_area{
  width: 100%;
  padding: 100px 0;
  background-image: url('../img/buggy/point_about_curcle.svg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 25% auto;
}
.buggy_about_area .buggy_about_inner{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.buggy_about_area .buggy_about_box{
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.buggy_about_area .buggy_about_box .buggy_about_img{
  width: 100%;
  margin-bottom: 50px;
}
.buggy_about_slide_thumbnail .slick-track {
  transform: unset !important;
}
.buggy_about_slide_thumbnail .about_slide_thumbnail_img {
  opacity: .6;
  transition: opacity .3s linear;
  margin: 5px;
}
.buggy_about_slide_thumbnail .slick-current {
  opacity: 1;
}
.buggy_about_area .buggy_about_box .buggy_about_note{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
}
.buggy_about_area .buggy_about_box .buggy_about_note table{
  width: 100%;
}
.buggy_about_area .buggy_about_box .buggy_about_note table th{
  width: 25%;
  text-align: left;
  padding-bottom: 15px;
}
.buggy_about_area .buggy_about_box .buggy_about_note table td{
  width: 75%;
  padding-bottom: 15px;
}
.buggy_about_area .buggy_about_box .buggy_about_note table th.pt15,
.buggy_about_area .buggy_about_box .buggy_about_note table td.pt15{
  padding-top: 15px;
}
.buggy_about_area .buggy_about_box .buggy_about_note table tr {
  border-bottom: 1px double #D6DEAA;
}
.buggy_about_area .buggy_about_box .buggy_about_note table tr:last-child {
  border-bottom: none;
}
.buggy_about_icon {
  display: block;
  width: 100%; 
  padding: 0 0 0 40px;
  background-color: #fff;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 30px 30px; 
  overflow-wrap: break-word;
  font-size: 20px;
  color: #31847B;
  font-weight: bold;
  &.price {
    background-image: url("../img/buggy/icon_price.svg");
  }
  &.time {
    background-image: url("../img/buggy/icon_time.svg");
  }
  &.car {
    background-image: url("../img/buggy/icon_car.svg");
  }
  &.note {
    background-image: url("../img/buggy/icon_note.svg");
  }
}
.buggy_about_area .buggy_about_box .buggy_about_note table td span.about_item{
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}
.buggy_about_area .buggy_about_box .buggy_about_note table td .about_caution{
  font-size: 14px;
  margin-top: 10px;
}

.buggy_about_area h4.about_h4{
  margin: 10px 0;
  font-size: 1.5rem;
  text-align: left;

  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.buggy_about_area h4.about_h4::before {
  position: absolute;
  content: '●';
  left: 0px;
  font-size: 1.5rem;
  color: #31847B;
}
/*
.buggy_about_area h4.about_h4 span{
  display: inline-block;
  background-color: #D6DEAA;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
}
*/
@media screen and (max-width:896px) {
  .buggy_about_area{
    padding: 50px 0;
    background-size: 70% auto;
  }
  .buggy_about_area .buggy_about_box .buggy_about_img{
    margin-bottom: 20px;
  }
  .buggy_about_area .buggy_about_box .buggy_about_note{
    padding: 30px;
  }
  .buggy_about_area .buggy_about_box .buggy_about_note table th{
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
  .buggy_about_area .buggy_about_box .buggy_about_note table td{
    display: block;
    width: 100%;
  }
  .buggy_about_area .buggy_about_box .buggy_about_note table td.pt15{
    padding-top: 0;
  }
}

/* buggy_contents_area -------------------------------------------------- */
.buggy_contents_area{
  width: 100%;
  padding: 100px 0;
}
.buggy_contents_area .buggy_contents_inner{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width:896px) {
  .buggy_contents_area{
    padding: 50px 0;
  }
}

/* buggy_contents_specialnote -------------------------------------------------- */
.buggy_contents_specialnote{
  width: 100%;
  padding: 50px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width:896px) {
  .buggy_contents_specialnote{
    padding: 30px;
  }  
}

/* buggy_flow -------------------------------------------------- */
.buggy_flow{
  width: 100%;
  overflow: hidden;
}
.buggy_flow_slick .buggy_flow_box{
  margin: 10px;
}
.buggy_flow .buggy_flow_box{
  width: 100%;
  padding: 30px;
  background-color: #fff;
}
.buggy_flow .buggy_flow_box .buggy_flow_head{
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.buggy_flow .buggy_flow_box .buggy_flow_head .buggy_flow_number{
  width: 70px;
}
.buggy_flow .buggy_flow_box .buggy_flow_head .buggy_flow_title{
  flex:1
}
.buggy_flow .buggy_flow_box .buggy_flow_head .buggy_flow_title h4{
  text-align: left;
  margin: 0;
  font-weight: bold;
}
.circle_number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #31847B;
  color: #fff;
  border-radius: 50%;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.buggy_flow .buggy_flow_box .buggy_flow_head .buggy_flow_photo{
  width: 100%;
  margin-bottom: 15px;
}
.buggy_flow .buggy_flow_box p.flow_note{
  margin-top: 15px;
  font-size: 14px;
  color: #31847B;
}
@media screen and (max-width:896px) {
  .buggy_flow{
    padding: 30px;
  }  
}
/* slick css ------- */
.buggy_flow_slick .slick-list{
    overflow: visible;
}
.buggy_flow_slick .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
}
.buggy_flow_slick .slick-arrow:hover {
  opacity: 0.7;
}
.buggy_flow_slick .slick-next::before,
.buggy_flow_slick .slick-next::after,
.buggy_flow_slick .slick-prev::before,
.buggy_flow_slick .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.buggy_flow_slick .slick-next::after,
.buggy_flow_slick .slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.buggy_flow_slick .slick-next {
  right: 26px;
}
.buggy_flow_slick .slick-next::after {
  right: -10px;
  transform: rotate(45deg);
}
.buggy_flow_slick .slick-prev {
  left: 26px;
}
.buggy_flow_slick .slick-prev::after {
  left: -10px;
  transform: rotate(-135deg);
}
.buggy_flow_slick .slick-arrow.slick-disabled::before,
.buggy_flow_slick .slick-arrow.slick-disabled::after {
  display: none;
}
.buggy_flow_slick .slick-track {
  display: flex;
}
.buggy_flow_slick .slick-slide {
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .buggy_flow_slick .slick-next::after,
  .buggy_flow_slick .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .buggy_flow_slick .slick-next {
    right: 8px;
  }
  .buggy_flow_slick .slick-prev {
    left: 8px;
  }
  .buggy_flow_slick .slick-next::after {
    right: 2px;
  }
}

/* buggy_caution -------------------------------------------------- */
.buggy_caution{
  width: 100%;
  background-color: #fff;
}
.buggy_caution_note{
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
.buggy_caution_pdf{
  width: 100%;
  margin: 30px 0;
}
.buggy_caution_pdf a{
  display: block;
  width: 90%;
  max-width: 500px;
  background-color: #31847B;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 20px 10px;
  border-radius: 99999px;
  font-size: 1.5rem;
}
.buggy_caution_box{
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0 auto;
  padding: 30px;
  border: #31847B 1px solid;
}
.buggy_caution_box h5{
  font-size: 1.7rem;
  font-weight: bold;
}
.buggy_caution_box h5 span{
  color: #31847B;
}
@media screen and (max-width: 767px) {
  .buggy_caution_note{
    font-size: 1.7rem;
  }
}

/* buggy_link -------------------------------------------------- */
.buggy_link{
  width: 100%;
  background-color: #F3F4E4;
}
.buggy_link .buggy_link_area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.buggy_link .buggy_link_area a.buggy_link_box{
  width: 31%;
  margin: 0 1%;
  display: block;
  padding: 30px 10px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.buggy_link .buggy_link_area a.buggy_link_box.res_buggy{
  background-color: #529A8E;
}
.buggy_link .buggy_link_area a.buggy_link_box.res_safety{
  background-color: #5B975F;
}
.buggy_link .buggy_link_area a.buggy_link_box.res_booking{
  background-color: #98AF3B;
}
.buggy_link .buggy_link_area a.buggy_link_box .buggy_link_icon{
  width: 100%;
  text-align: center;
}
.buggy_link .buggy_link_area a.buggy_link_box .buggy_link_icon img{
  width: 25% !important;
}
.buggy_link .buggy_link_area a.buggy_link_box .buggy_link_text{
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .buggy_link .buggy_link_area a.buggy_link_box{
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .buggy_link .buggy_link_area a.buggy_link_box .buggy_link_icon{
    width: 25%;
    margin-right: 5%;
  }
  .buggy_link .buggy_link_area a.buggy_link_box .buggy_link_text{
    width: 70%;
    text-align: left;
    margin-top: 0;
  }
  .buggy_link .buggy_link_area a.buggy_link_box .buggy_link_icon img{
    width: 80% !important;
  }
}

/* buggy_foot -------------------------------------------------- */
.buggy_foot{
  width: 100%;
  height: 500px;
  background: linear-gradient(rgba(41, 108, 111, 0.3), rgba(49, 132, 123, 0.6)), url(../img/buggy/buggy_foot_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .buggy_foot{
    height: 200px;
  }
}