﻿/* page_name_home　#top
-------------------------------------------------------------------*/
/*メインビジュアル*/
.home .main_visual {
  position: relative;
  height: 100vh;
  height: -webkit-calc(100vh - 80px);
  height: calc(100vh - 80px);
  margin-top: 80px;
  overflow: hidden;
}
.home .main_visual_wrap {
  width: 58%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.main_slider_imgage {
  width: 100%;
  height: 100vh;
}
.main_slider01 {
  background: url("../img/first_view_right01.png") no-repeat top center;
  background-size: cover;
}
.main_slider02 {
  background: url("../img/first_view_right03.png") no-repeat top center;
  background-size: cover;
}
.main_slider03 {
  background: url("../img/first_view_right02.png") no-repeat top left;
  background-size: cover;
}
.main_slider04 {
  background: url("../img/first_view_right04.png") no-repeat top center;
  background-size: cover;
}
.main_slider05 {
  background: url("../img/first_view_right05.png") no-repeat top right;
  background-size: cover;
}
.main_slider06 {
  background: url("../img/first_view_right06.png") no-repeat top left;
  background-size: cover;
}
.main_slider07 {
  background: url("../img/first_view_right07.png") no-repeat top center;
  background-size: cover;
}

.main_slider_imgage .price_box {
  
  max-width: 300px;
  /* position: absolute;*/
  
  left: 0;
  right: 0;
  margin: 20px auto 20px auto;
  background: rgba(255, 255, 255, 0.77);
  padding: 20px 20px 10px 20px;
  border-radius: 15px;
  border-bottom: solid 3px #E61270;
  border-right: solid 3px #E61270;
  transform: translateX(10%);
}
.main_slider_imgage .price_box.title {width:fit-content;  max-width:600px; }
.main_slider_imgage .price_box.title p{  }
.main_slider_imgage .price_box h3 {
  color: #E61270;
  font-size: 18px;
}
.main_slider_imgage .price_box p {
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 10px;
}
.main_slider_imgage .price_box li {
  width: 100%;
  display: flex;
}
.main_slider_imgage .price_box li p {
  font-size: clamp(14px, 2.0vw, 20px);
  margin: 0 0 15px 0;
}
.main_slider_imgage .price_box li p:last-child {
  text-align: right;
}
.home .main_visual_form {
  width: 42%;
  min-width: 450px;
  height: 100%;
  padding: 20px 10px 0 0;
  box-sizing: border-box;
  z-index: 3;
  position: relative;
}
.home .main_visual_form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/img_area.png") no-repeat bottom left;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.home .main_visual_form::before {
  content: "";
  position: absolute;
  background: rgba(183, 13, 88, 0.90);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.home .form_wrap {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
  max-width: 475.59px;
  margin-left: auto;
  box-sizing: border-box;
}
.home .form_wrap h2 {
  font-size: 32px;
  padding-bottom: 5px;
  margin-bottom: 35px;
  border-bottom: solid 1px #fff;
}
.home .form_wrap h2 sub {
  display: inline-block;
  font-size: 12px;
  margin-left: 25px;
  transform: translateY(-8px);
}
.home .form_wrap dl {
  margin-bottom: 20px;
  align-items: center;
}
.home .form_wrap dl.departure_time, .home .form_wrap dl.return_time {
  margin-bottom: 42px;
}
.home .form_wrap dl dt {
  width: 25%;
  line-height: 1.5;
}
.home .form_wrap dl dd {
  width: 70%;
}
.home .form_wrap dl dd input, .home .form_wrap dl dd textarea, .home .form_wrap dl dd select {
  background-color: transparent;
  border: 1px solid #fff;
  width: 70%;
  border-radius: 5px;
  line-height: 1.9;
  padding: 0 10px;
  box-sizing: border-box;
}
.home .form_wrap dl dd input, .home .form_wrap dl dd select {
  color: #fff;
}
.home .form_wrap dl dd optgroup, .home .form_wrap dl dd option {
  color: #333;
}
.home .form_wrap dl input[type="date"] {
  position: relative;
}
.home .form_wrap dl input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
.home .form_wrap dl input[type="date"]::after {
  content: '';
  background-image: url(../img/calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.home .form_wrap dl dd .time_box {
  background: url("../img/clock.svg") no-repeat center right 5px;
  background-size: 16px 16px;
}
.home .form_wrap dl dd .vehicle_box {
  background: url("../img/triangle.svg") no-repeat center right 5px;
  background-size: 11px 16px;
}
.home .form_wrap .view_more_btn a {
  position: absolute;
  background: url("../img/arrow_white.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  bottom: 6%;
  right: 3%;
  padding: 0;
  transform: rotate(180deg) translateY(50%);
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all .2s;
}
.home .form_wrap .view_more_btn a:hover {
  background: url("../img/arrow_pink.svg") no-repeat center center;
  background-color: #fff;
}
.home .form_wrap .view_more_btn a::after {
  display: none;
}
.home .form_wrap .view_more_btn p {
  position: absolute;
  background: url("../img/arrow_white.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  bottom: 6%;
  right: 3%;
  padding: 0 !important;
  margin: 0 !important;
  transform: rotate(180deg) translateY(50%);
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all .2s;
  cursor: pointer;
	
}
.home .form_wrap .view_more_btn p:hover {
  background: url("../img/arrow_pink.svg") no-repeat center center;
  background-color: #fff;
}
.home .form_wrap .view_more_btn p::after {
  display: none;
}
.home .catch {
  color: #C4E618;
  position: absolute;
  max-width: 360px;
  width: 100%;
  margin: auto;
  text-align: right;
  z-index: 2;
  right: 0;
  left: 0;
  top:570px;
  transform: translateX(10%);
}
.home .catch span {
  display: inline-block;
  font-size: clamp(16px, 2.3vw, 24px);
  text-align: left;
}
.home .main_visual_wrap h2 span {
  display: inline-block;
  text-align: left;
}
.home .message {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
  z-index: 4;
}
.home .message img {
  width: 91%;
  height: auto;
}
.home .message .catch.pc {
  position: absolute;
  right: 0;
  top: -80px;
}
/*私たちの強み*/
.home .section_our_features {
  padding: 0px 0 145px 0;
}
.home .section_our_features h3 {
  font-size: 32px;
  position: relative;
  margin-bottom: 50px;
}
.home .section_our_features h3 sub {
  display: block;
  color: #C4E618;
  font-size: 20px;
}
.home .section_our_features h3::before {
  content: "";
  position: absolute;
  width: calc(100% - 212px);
  height: 1px;
  background: #707070;
  top: 65%;
  right: 0;
}
.home .point_back_image {
  border-radius: 10px;
  overflow: hidden;
}
.home .bg_back {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 120px;
}
.home .bg_back.bg_back07 {
  margin-bottom: 0;
}
.home .point_message {
  width: 650px;
  right: 0;
  top: 225px;
  position: absolute;
  background: #F6F7F8;
  padding: 35px 100px;
  box-sizing: border-box;
  border-radius: 10px 0 0 0;
}
.home .bg_back.bg_back02 .point_message, .home .bg_back.bg_back04 .point_message, .home .bg_back.bg_back06 .point_message {
  right: auto;
  left: -1px;
  border-radius: 0 10px 0 0;
}
.home .point_back_image img {
  width: 100%;
  height: auto;
}
.home .point_message h4 {
  display: flex;
  font-size: 24px;
  margin-bottom: 40px;
}
.home .point_message h4 span:first-child {
  color: #E61270;
  font-size: 32px;
  line-height: 1;
  margin-right: 40px;
  position: relative;
}
.home .point_message h4 span:first-child span {
  display: block;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.home .point_message h4 span:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 87%;
  background: #E61270;
}
.home .point_message h4 span:first-child span::after {
  display: none;
}
.home .point02_link {
  margin-top: 10px;
  color: #E61270;
  font-size: 12px;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  transition: all .2s;
}
.home .point02_link:hover {
  color: #595959;
}
.home .point02_link_icon {
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background: url("../img/point02_icon.png") no-repeat center;
  background-size: contain;
  transition: all .2s;
}
.home .point02_link:hover .point02_link_icon {
  background: url("../img/point02_icon_hover.png") no-repeat center;
  background-size: contain;
}
/*車種とプラン*/
.home .section_plan {
  background: #4C4C4C;
  color: #fff;
  padding: 70px 0 80px 0;
}
.home .section_plan h3 {
  font-size: 12px;
  line-height: 1;
  padding: 0 0 20px 25px;
  margin-bottom: 55px;
  border-bottom: solid 1px #C9C9C9;
  position: relative;
}
.home .section_plan h3 sub {
  font-size: 32px;
  margin-right: 20px;
}
.home .section_plan h3::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #C4E618;
  border-radius: 50%;
}
.home .section_plan ul.home_plan_slider {
  padding: 0 5px;
  margin-bottom: 65px;
  /* added by DeshSoft Shehab */
  display: grid;
  grid-template-columns: auto auto;
   /* end by DeshSoft Shehab */
}
.home .section_plan ul.home_plan_slider li p:first-child {
  padding: 15px;
}
/* added by DeshSoft Shehab */
.home .section_plan ul.home_plan_slider li p:first-child img {
  width: 100%;
  height: auto;
  /* width:550px; height:550px; */
}
/* added by DeshSoft Shehab */
@media only screen and (max-width: 600px) {
  /* .home .section_plan ul.home_plan_slider li p:first-child img {
  width:336px; height:auto;
  } */
  .home .section_plan ul.home_plan_slider {
    display: unset;
    grid-template-columns: unset;
  }
}
 /* end by DeshSoft Shehab */
.home .section_plan ul.home_plan_slider li p:last-child {
  padding: 5px 0 5px 15px;
  position: relative;
}
.home .section_plan ul.home_plan_slider li {
  cursor: pointer;
}
.home .section_plan ul.home_plan_slider li p img {
  transition: .2s;
}
.home .section_plan ul.home_plan_slider li:hover img {
  box-shadow: 0px 0px 13px -1px #ffffff;
  border-radius: 10px;
}
.home .section_plan ul.home_plan_slider li p:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border: solid 1px #C4E618;
  border-radius: 50%;
  background: url("../img/arrow_green.svg") no-repeat center center;
  transform: rotate(90deg);
  width: 25px;
  height: 25px;
}
.home .section_plan ul.home_plan_slider li:hover p:last-child::after {
  background-color: #C4E618;
  background-image: url("../img/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(-90deg);
}
.home .slick-next:before {
  content: "";
  position: absolute;
  background: url("../img/arrow_right.svg") no-repeat;
  width: 13px;
  height: 21px;
  top: 0;
  right: 0;
}
.home .slick-next {
  right: -5px;
}
.home .slick-prev:before {
  content: "";
  position: absolute;
  background: url("../img/arrow_right.svg") no-repeat;
  width: 13px;
  height: 21px;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
.home .slick-prev {
  left: -5px;
}
.home .section_plan .sp_pointer_event {
  pointer-events: none;
  color: #fff;
}
.home .section_plan h3.circle_pink {
  font-size: 24px;
}
.home .section_plan h3.circle_pink::before {
  background: #DE5291;
}
.home .section_plan .car_model {
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .section_plan .car_model_box {
  width: 47%;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.home .section_plan .car_model_box .car_thumbnail {
  width: 38%;
  margin-right: 18px;
}
.home .section_plan .car_model_box .car_thumbnail img {
  width: 100%;
  height: auto;
}
.home .section_plan .car_model_box .car_spec {
  width: 50%;
}
.home .section_plan .car_model_box .car_spec .spec_item {
  width: 100%;
  margin-bottom: 24px;
}
.home .section_plan .car_model_box .car_spec .spec_item dt {
  width: 40%;
}
.home .section_plan .car_model_box .car_spec .spec_item dd {
  width: 60%;
}
.home .section_plan .car_model_box .basic_charge {
  width: 100%;
  margin: 25px 0 15px 0;
}
.home .section_plan .car_model_box .period_list {
  width: 100%;
  border: solid 1px #F6F7F8;
  border-radius: 10px;
}
.home .section_plan .car_model_box .period_list dl {
  width: 20%;
  text-align: center;
  border-right: solid 1px #F6F7F8;
}
.home .section_plan .car_model_box .period_list dl:last-child {
  border: none;
}
.home .section_plan .car_model_box .period_list dl dt {
  padding: 10px 0;
  border-bottom: solid 1px #F6F7F8;
}
.home .section_plan .car_model_box .period_list dl dd {
  padding: 20px 0;
}
.home .view_more_btn {
  display: inline-block;
  margin-top: 20px;
  margin-right: 0;
  margin-left: auto;
}
.home .view_more_btn a {
  display: block;
  color: #fff;
  padding: 10px 50px 10px 0;
  position: relative;
}
.home .view_more_btn a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow_pink.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  transform: rotate(180deg) translateY(50%);
  border: solid 1px #DE5291;
  border-radius: 50%;
}
.home .view_more_btn a:hover::after {
  background-image: url("../img/arrow_white.svg");
  background-color: #DE5291;
  background-repeat: no-repeat;
  background-position: center center;
}
.home .tab_box .tab_panel {
  display: none;
}
.home .tab_box .tab_panel.active {
  display: block;
}
/*人気ランキング*/
.home .section_ranking {
  padding: 80px 0 80px 0;
}
.home .section_ranking h3 {
  font-size: 12px;
  line-height: 1;
  padding: 0 0 20px 25px;
  margin-bottom: 55px;
  border-bottom: solid 1px #C9C9C9;
  position: relative;
}
.home .section_ranking h3 sub {
  font-size: 32px;
  margin-right: 20px;
}
.home .section_ranking h3::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #C4E618;
  border-radius: 50%;
}
.home .section_ranking ul {
  padding: 0 10px;
}
.home .section_ranking ul li {
  margin: 0 10px;
}
.home .section_ranking ul li a:hover .image_area {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.home .section_ranking ul li span {
  display: inline-block;
}
.home .section_ranking .image_area {
  border-radius: 10px;
  transition: all .2s;
}
.home .section_ranking .image_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.home .section_ranking .car_model {
  margin-top: 15px;
}
.home .section_ranking .car_model span {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px;
  margin-right: 15px;
  border-radius: 10px;
  background-color: #C4E618;
  text-align: center;
  font-weight: 600;
}
.home .section_ranking .slick-prev:before {
  right: 1px;
}
.home .section_ranking .slick-next:before {
  right: 4px;
}
/*無料のオプション*/
.home .section_option {
  padding: 80px 0 80px 0;
}
.home .section_option h3 {
  font-size: 12px;
  line-height: 1;
  padding: 0 0 20px 25px;
  margin-bottom: 55px;
  border-bottom: solid 1px #C9C9C9;
  position: relative;
}
.home .section_option h3 sub {
  font-size: 32px;
  margin-right: 20px;
}
.home .section_option h3::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #C4E618;
  border-radius: 50%;
}
.home .section_option .option_wrap h4 {
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #707070;
}
.home .section_option .option_wrap h4 span {
  color: #E61270;
}
.home .section_option .option_wrap .item_flex {
  justify-content: space-between;
  margin-bottom: 50px;
}
.home .section_option .option_wrap .item_flex .item_list {
  width: 49%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .section_option .option_wrap .item_flex .item_list.equipment p:first-child {
  width: 100%;
  text-align: left;
  background: #C4E618;
  margin-bottom: 15px;
  padding: 10px 0 10px 20px;
  border-radius: 10px 10px 0 0;
}
.home .section_option .option_wrap .item_flex .item_list.free_option p:first-child {
  width: 100%;
  text-align: left;
  background: #DE5291;
  margin-bottom: 15px;
  padding: 10px 0 10px 20px;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.home .section_option .option_wrap .item_flex .item_list p {
  width: 32%;
  text-align: center;
}
.home .section_option .option_wrap .item_flex .item_list p img {
  width: 100%;
  height: auto;
}
.home .section_option .option_wrap .item_flex .item_list p span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
.home .section_option .option_wrap .item_flex .item_list p span .br_sp {
  display: none;
}
/*こんな時に、手軽で便利なレンタカー*/
.home .convenient_car_rental,.page_reserve_form .convenient_car_rental{
  padding: 80px 0;
  text-align: center;
}
.home .convenient_car_rental h3 ,.page_reserve_form .convenient_car_rental h3{
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.home .convenient_car_rental h3::before ,.page_reserve_form .convenient_car_rental h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #707070;
  width: 100%;
  height: 1px;
}
.home .convenient_car_rental h3 span ,.page_reserve_form .convenient_car_rental h3 span{
  display: inline-block;
  background: #F6F7F8;
  padding: 0 110px;
  position: relative;
  z-index: 1;
}
.home .convenient_car_rental .car_rental_text ,.page_reserve_form .convenient_car_rental .car_rental_text {
  display: inline-block;
  text-align: left;
  margin-bottom: 50px;
}
.home .convenient_car_rental .emergency_list ,.page_reserve_form .convenient_car_rental .emergency_list  {
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .convenient_car_rental .emergency_list li ,.page_reserve_form .convenient_car_rental .emergency_list li {
  width: 26.16%;
  text-align: left;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.home .convenient_car_rental .emergency_list li img ,.page_reserve_form .convenient_car_rental .emergency_list li img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home .convenient_car_rental .emergency_list li p ,.page_reserve_form .convenient_car_rental .emergency_list li p{
  margin-bottom: 15px;
}
.home .band {
  background: url("../img/image_section.png") no-repeat;
  background-size: cover;
  padding-top: 22%;
}
/*店舗案内*/
.home .shop_info h3 {
  font-size: 12px;
  line-height: 1;
  padding: 0 0 20px 25px;
  margin-bottom: 55px;
  border-bottom: solid 1px #C9C9C9;
  position: relative;
}
.home .shop_info {
  padding: 75px 0 150px 0;
}
.home .shop_info h3 sub {
  font-size: 32px;
  margin-right: 20px;
}
.home .shop_info h3::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #C4E618;
  border-radius: 50%;
}
.home .shop_info .shop_info_box {
  justify-content: space-between;
}
.home .shop_info .shop_info_text, .home .shop_info .shop_info_map {
  width: 47%;
}
.home .shop_info .shop_info_text dl dt {
  width: 20%;
  border-bottom: solid 1px #C4E618;
  padding: 18px 0;
}
.home .shop_info .shop_info_text dl dd {
  width: 80%;
  border-bottom: solid 1px #C9C9C9;
  padding: 18px 0;
}
.home .shop_info .shop_info_text dl dd .red_text {
  color: #D50E66;
}
.home .shop_info .shop_info_text .br_sp {
  display: none;
}
.home .shop_info .shop_info_map p {
  width: 100%;
  position: relative;
  height: 100%;
}
.home .shop_info .shop_info_map p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .update_news {
  padding: 0 0 110px 0;
}
.home .update_news a {
  transition: .2s;
}
.home .update_news a:hover {
  opacity: 0.4;
}
.home .update_news .update_news_box {
  justify-content: space-between;
  align-items: center;
}
.home .update_news .update_news_box h3 {
  font-size: 12px;
  line-height: 1;
  padding: 0 0 20px 25px;
  margin-bottom: 30px;
  border-bottom: solid 1px #C9C9C9;
  position: relative;
}
.home .update_news .update_news_box h3 sub {
  font-size: 32px;
  margin-right: 20px;
}
.home .update_news .update_news_box h3::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #C4E618;
  border-radius: 50%;
}
.home .update_news .update_news_box .news, .home .update_news .banner_area {
  width: 47%;
  height: auto;
}
.home .update_news .banner_area {
  margin: 53px 0 74.5px;
}
.home .update_news .banner_area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home .update_news_box dl {
  border-bottom: solid 1px #C9C9C9;
  padding-bottom: 30.5px;
  margin-bottom: 30.5px;
  position: relative;
}
.home .update_news_box dl::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  background: url("../img/arrow_gray.svg") no-repeat center center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #AAAAAA;
  transition: background-color .2s;
}
.home .update_news_box dl:hover:after {
  background: url("../img/arrow_white.svg") no-repeat center center;
  transform: rotate(180deg);
  background-color: #AAAAAA;
}
.home .update_news_box dl dt {
  margin-bottom: 15px;
}
.home .update_news_box dl dd {
  width: calc(100% - 62px);
}
.home .update_news_box .view_more_btn {
  display: flex;
  justify-content: flex-end;
}
.home .update_news_box .view_more_btn a {
  color: #333333;
}
.home .update_news_box .view_more_btn a:hover {
  opacity: 1;
}
.home .update_news_box .view_more_btn a::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow_white.svg");
  background-color: #D50E66;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  transform: rotate(180deg) translateY(50%);
  border: solid 1px #DE5291;
  border-radius: 50%;
  transition: background .2s;
}
.home .update_news_box .view_more_btn a:hover:after {
  background-image: url("../img/arrow_pink.svg");
  background-color: #f6f7f8;
  border: solid 1px #D50E66;
}
/*コンタクト*/
.home .contact_wrap {
  background: #C4E618;
}
.home .contact_wrap .w1200 {
  position: relative;
}
.home .contact_wrap h3 {
  font-size: 180px;
  color: #fff;
  opacity: 0.4;
  position: relative;
}
.home .contact_wrap h3::after {
  content: "";
  position: absolute;
  background: #fff;
  width: calc(100% - 690px - 133px - 40px);
  height: 2px;
  top: 50%;
  right: 153px;
}
.home .contact_wrap .contact_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home .contact_wrap .view_more_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
}
.home .contact_wrap .view_more_btn a {
  color: #333333;
}
.home .contact_wrap .view_more_btn a::after {
  background: url(../img/arrow_black.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: solid 1px #333333;
  border-radius: 50%;
  transition: background-color .2s;
}
.home .contact_wrap .view_more_btn a:hover::after {
  background: url("../img/arrow_white.svg") no-repeat center center;
  background-color: #333333;
  transform: translateY(-50%) rotate(180deg);
}
/* page_name_ page　共通
-------------------------------------------------------------------*/
.page .main_visual {
  position: relative;
  margin-top: 80px;
}
.page .main_visual_wrap {
  width: 100%;
  padding-top: 19%;
  position: relative;
  top: 0;
  right: 0;
  background: url("../img/page_top_view.png") no-repeat bottom right;
  background-size: cover;
}
.page .main_visual_wrap .page_tittle {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 40%;
  box-sizing: border-box;
}
.page .main_visual_wrap .page_tittle img {
  width: 100%;
  height: auto;
}
.page .main_visual_wrap .page_tittle_sub {
  display: block;
  font-size: 20px;
  color: #C4E618;
  padding-left: 10px;
}
/* page_name_home　#lineup
-------------------------------------------------------------------*/
.page_lineup .lineup_wrap {
  padding: 80px 0 160px;
}
.page_lineup .main_visual_wrap .page_tittle {
  padding-right: 7%;
}
/*タブ*/
.page_lineup .lineup_wrap ul.page_lineup_slider {
  padding: 0 20px;
  margin-bottom: 80px;
}
.page_lineup .lineup_wrap ul.page_lineup_slider li {
  padding: 15px;
  margin: 0 5px;
  background-color: #595959;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: .2s;
}
.page_lineup .lineup_wrap ul.page_lineup_slider li:hover {
  background-color: #C4E618;
}
.page_lineup .lineup_wrap ul.page_lineup_slider li.active {
  background-color: #C4E618;
}
.page_lineup .lineup_wrap .sp_pointer_event {
  
  color: #ffffff;
  font-weight: 600;
  transition: .2s;
}
.page_lineup .lineup_wrap ul.page_lineup_slider li:hover .sp_pointer_event {
  color: #333333;
}
.page_lineup .lineup_wrap ul.page_lineup_slider li.active .sp_pointer_event {
  color: #333333;
}
.page_lineup .slick-next:before {
  content: "";
  position: absolute;
  background: url("../img/arrow_right.svg") no-repeat;
  width: 13px;
  height: 21px;
  top: 0;
  right: 0;
}
.page_lineup .slick-next {
  right: -5px;
}
.page_lineup .slick-prev:before {
  content: "";
  position: absolute;
  background: url("../img/arrow_right.svg") no-repeat;
  width: 13px;
  height: 21px;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
.page_lineup .slick-prev {
  left: -5px;
}
/*車種名ほか*/
.page_lineup .lineup_wrap .car_model {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: solid 1px #C9C9C9;
}
.page_lineup .lineup_wrap .car_model dl {
  display: flex;
  align-items: baseline;
}
.page_lineup .lineup_wrap .car_model dt {
  margin-right: 20px;
  color: #E61270;
  font-weight: 600;
}
.page_lineup .lineup_wrap .car_model dd {
  font-size: 20px;
  font-weight: 600;
}
/*車種情報*/
.page_lineup .lineup_wrap .car_detail {
  margin-bottom: 120px;
  justify-content: space-between;
  align-items: flex-start;
}
/*画像*/
.page_lineup .lineup_wrap .car_image_container {
  width: 50%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
}
.page_lineup .lineup_wrap .car_image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.page_lineup .lineup_wrap .car_image_container .slider_img {
  margin: 5px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.slick-prev, .slick-next {
  z-index: 100;
}
.page_lineup .car_image_container .slick-prev:before {
  content: "";
  position: absolute;
  background: url("../img/arrow_white.svg") no-repeat center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #fff;
  top: 0;
  left: 0;
  transform: rotate(0);
}
.page_lineup .car_image_container .slick-prev {
  left: 10px;
}
.page_lineup .car_image_container .slick-next:before {
  content: "";
  position: absolute;
  background: url("../img/arrow_white.svg") no-repeat center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #fff;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
.page_lineup .car_image_container .slick-next {
  right: 10px;
}
.page_lineup .lineup_wrap .car_image_container {
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.page_lineup .lineup_wrap .car_image_container .thumbnail_img {
  margin: 5px;
  width: 100% !important;
  height: auto;
}
.thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.thumbnail .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 calc(calc(100% - 30px) /3)
}
.page_lineup .lineup_wrap .car_explanation {
  width: 40%;
  height: auto;
}
.page_lineup .lineup_wrap .car_explanation .description {
  margin-bottom: 60px;
}
.page_lineup .lineup_wrap .car_explanation h3 {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #707070;
}
.page_lineup .lineup_wrap .car_explanation .car_spec {
  margin-bottom: 60px;
}
.page_lineup .lineup_wrap .car_explanation .car_spec dl {
  margin-bottom: 20px;
}
.page_lineup .lineup_wrap .car_explanation .car_spec dt {
  width: 50%;
}
.page_lineup .lineup_wrap .car_explanation .car_equipment ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_lineup .lineup_wrap .car_explanation .car_equipment li {
  margin-bottom: 20px;
  width: 50%;
}
.page_lineup .reserve_website {
  background: #C4E618;
  margin-top: 20px;
  border-radius: 10px;
  width: 65%;
  max-width: 280px;
  font-size: clamp(10px, 1.1vw, 16px);
}
.page_lineup .reserve_website a {
  display: block;
  font-weight: bold;
  padding: 23px 50px 23px 20px;
  position: relative;
  border-radius: 10px;
  transition: all .2s;
}
.page_lineup .reserve_website a::after {
  content: "";
  position: absolute;
  background: url(../img/arrow_black.svg) no-repeat center center;
  width: 13%;
  padding-top: 13%;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: solid 1px #333333;
  border-radius: 50%;
}
.page_lineup .reserve_website a:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
/*オプション装備*/
.page_lineup .lineup_wrap .car_option {
  margin-bottom: 120px;
}
.page_lineup .lineup_wrap .car_option h3 {
  margin-bottom: 40px;
  padding: 0 0 10px 20px;
  border-bottom: solid 1px #C9C9C9;
  font-size: 24px;
  position: relative;
}
.page_lineup .lineup_wrap .car_option h3:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C4E618;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.page_lineup .lineup_wrap .car_option ul {
  display: flex;
  justify-content: space-between;
}
.page_lineup .lineup_wrap .car_option ul li {
  width: 18%;
}
.page_lineup .lineup_wrap .car_option p {
  margin-bottom: 10px;
}
.page_lineup .lineup_wrap .car_option .image_area {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.page_lineup .lineup_wrap .car_option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/*料金のご案内*/
.page_lineup .lineup_wrap .usage_charge h3 {
  margin-bottom: 40px;
  padding: 0 0 10px 20px;
  border-bottom: solid 1px #C9C9C9;
  font-size: 24px;
  position: relative;
}
.page_lineup .lineup_wrap .usage_charge h3:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C4E618;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.page_lineup .lineup_wrap .usage_charge p {
  padding: 10px 0 0 10px;
}
.page_lineup .lineup_wrap .price_list {
  justify-content: space-between;
}
.page_lineup .lineup_wrap .price_list table {
  width: 75%;
  max-width: 893px;
  border-collapse: separate;
  border-spacing: 10px;
}
.page_lineup .lineup_wrap .price_list table th {
  border-bottom: solid 1px #707070;
  padding: 10px 0;
}
.page_lineup .lineup_wrap .price_list table th:first-child {
  width: 32%;
}
.page_lineup .price_list table th:nth-child(2), .page_lineup .price_list table th:nth-child(3), .page_lineup .price_list table th:last-child {
  width: 20%;
}
.page_lineup .price_list table th.text_red {
  border-bottom: solid 1px #E61270;
}
.page_lineup .price_list table .text_red {
  color: #E61270;
}
.page_lineup .price_list table td {
  padding: 10px 0;
}
.page_lineup .price_list table td:nth-child(2), .page_lineup .price_list table td:nth-child(3), .page_lineup .price_list table td:nth-child(4) {
  text-align: right;
}
.page_lineup .price_list .about_season {
  width: 20%;
  background: #595959;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #fff;
}
.page_lineup .price_list .about_season h4 {
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.page_lineup .price_list .about_season p {
  font-size: 12px;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.page_lineup .price_list .about_season p:first-of-type {
  margin-bottom: 20px;
  padding-left: 0;
  text-indent: 0;
}
/* page_name_home　#contact
-------------------------------------------------------------------*/
.page_contact .contact_wrap {
  padding: 120px 0 160px;
}
.page_contact .main_visual_wrap .page_tittle {
  padding-right: 6.5%;
}
.page_contact .contact_wrap p {
  margin-bottom: 60px;
  text-align: center;
}
.page_contact .contact_wrap label {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  padding-top: 4px;
}
.page_contact .contact_wrap label span {
  color: #E61270;
}
.page_contact .contact_wrap input {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 20px;
  width: 100%;
  height: 60px;
  border: solid 1px #C9C9C9;
  border-radius: 10px;
}
.page_contact .contact_wrap .flex_box {
  justify-content: space-between;
}
.page_contact .contact_wrap .flex_content {
  width: 48%;
}
.page_contact .contact_wrap textarea {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 20px;
  width: 100%;
  border: solid 1px #C9C9C9;
  border-radius: 10px;
}
.page_contact .contact_wrap .checkbox {
  justify-content: center;
}
.page_contact .contact_wrap input[type="checkbox"] {
  margin-right: 20px;
  width: 30px;
  height: 30px;
  border: solid 1px #C9C9C9;
  border-radius: 10px;
}
.page_contact .privacy_policy_wrap h3 {
  font-size: 18px;
  margin-bottom: 40px;
  padding: 10px 0 10px 10px;
  background: #C9C9C9;
  border-radius: 10px 10px 0 0;
}
.page_contact .privacy_policy {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  border: solid 1px #C9C9C9;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.page_contact .privacy_policy {
  margin-bottom: 40px;
}
.page_contact .privacy_policy dl {
  margin-bottom: 40px;
}
.page_contact .privacy_policy dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}
.page_contact .privacy_policy h4 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #C9C9C9;
  font-size: 18px;
}
.page_contact .privacy_policy_wrap p {
  text-align: left;
  margin-bottom: 40px;
}
.page_contact .contact_wrap input[type="submit"] {
  margin: 0 auto;
  padding: 0;
  width: 287px;
  height: 60px;
  background-color: #C4E618;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
}
.page_contact .contact_wrap input[type="submit"]:hover {
  background-color: #595959;
  color: #C4E618;
}
.page_contact .contact_wrap .submit-btn-wrap {
  margin: 0 auto;
  padding: 0;
  width: 287px;
  height: 60px;
  position: relative;
}
.page_contact .contact_wrap .submit-btn-wrap:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #333;
  border-radius: 50%;
  background: url("../img/arrow_black.svg") no-repeat center;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all .2s;
}
.page_contact .contact_wrap .submit-btn-wrap:hover:before {
  border: solid 1px #C4E618;
  background: url("../img/arrow_green.svg") no-repeat center;
}
/* page_name_home　#reserve_form
-------------------------------------------------------------------*/
.page_reserve_form .reserve_form_wrap .bg_area {
  margin-top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  background: url("../img/first_view_right.png") no-repeat right bottom;
  background-size: cover;
}
.page_reserve_form .reserve_form_wrap .flex_box {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.page_reserve_form .reserve_form_wrap .form_wrap {
  width: 66%;
  height: auto;
  border-radius: 10px;
  background-color: rgba(183, 13, 88, 0.9);
  padding: 40px 100px 60px;
  color: #fff;
}
.page_reserve_form .reserve_form_wrap .form_wrap h2 {
  font-size: 32px;
  padding-bottom: 5px;
  margin-bottom: 35px;
  border-bottom: solid 1px #fff;
}
.page_reserve_form .reserve_form_wrap h2 sub {
  display: inline-block;
  font-size: 12px;
  margin-left: 25px;
  transform: translateY(-8px);
}
.page_reserve_form .reserve_form_wrap .form_content {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.page_reserve_form .reserve_form_wrap .form_list {
  width: 65%;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl {
  margin-bottom: 20px;
  align-items: center;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl:last-of-type {
  margin-bottom: 0;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl.departure_time, .page_reserve_form .reserve_form_wrap .form_wrap dl.return_time {
  margin-bottom: 50px;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl dt {
  width: 27%;
  line-height: 1.5;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl dd {
  width: 73%;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl dd input, .page_reserve_form .reserve_form_wrap .form_wrap dl dd textarea, .page_reserve_form .reserve_form_wrap .form_wrap dl dd select {
  background-color: transparent;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 5px;
  line-height: 1.9;
  padding: 0 10px;
  box-sizing: border-box;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl dd input, .page_reserve_form .reserve_form_wrap .form_wrap dl dd select {
  color: #fff;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl dd optgroup, .page_reserve_form .reserve_form_wrap .form_wrap dl dd option {
  color: #333;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl input[type="date"] {
  position: relative;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl input[type="date"]::after {
  content: '';
  background-image: url(../img/calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.page_reserve_form .reserve_form_wrap .form_wrap dl dd .time_box {
  background: url("../img/clock.svg") no-repeat center right 5px;
  background-size: 16px 16px;
}
.page_reserve_form .reserve_form_wrap .form_wrap dl dd .vehicle_box {
  background: url("../img/triangle.svg") no-repeat center right 5px;
  background-size: 11px 16px;
}
.page_reserve_form .reserve_form_wrap .form_wrap .view_more_btn a {
  position: relative;
  padding-right: 50px;
  color: #fff;
}
.page_reserve_form .reserve_form_wrap .form_wrap .view_more_btn a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../img/arrow_white.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: rotate(180deg) translateY(50%);
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all .2s;
}
.page_reserve_form .reserve_form_wrap .form_wrap .view_more_btn a:hover:before {
  background: url("../img/arrow_pink.svg") no-repeat center center;
  background-color: #fff;
}
.page_reserve_form .section_our_features {
    padding: 0 0 145px 0;
}
.page_reserve_form .section_our_features h3 {
    font-size: 32px;
    position: relative;
    margin-bottom: 50px;
}
.page_reserve_form .section_our_features h3 sub {
    display: block;
    color: #C4E618;
    font-size: 20px;
}
.page_reserve_form .point_message{
	margin-bottom: 100px;
}
.page_reserve_form .point_message h4 {
    display: flex;
    font-size: 24px;
    margin-bottom: 15px;
}
.page_reserve_form .point_message h4 span:first-child {
    color: #E61270;
    font-size: 32px;
    line-height: 1;
    margin-right: 40px;
    position: relative;
}
.page_reserve_form .point_message h4 span:first-child span {
  display: block;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.page_reserve_form .point_message h4 span:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 87%;
  background: #E61270;
}
.page_reserve_form .point_message h4 span:first-child span::after {
  display: none;
}
.page_reserve_form .point02_link {
  margin-top: 10px;
  color: #E61270;
  font-size: 12px;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  transition: all .2s;
}
.page_reserve_form .point02_link:hover {
  color: #595959;
}
.page_reserve_form .point02_link_icon {
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background: url("../img/point02_icon.png") no-repeat center;
  background-size: contain;
  transition: all .2s;
}
.page_reserve_form .point02_link:hover .point02_link_icon {
  background: url("../img/point02_icon_hover.png") no-repeat center;
  background-size: contain;
}












/* page_name_home　#select
-------------------------------------------------------------------*/
.page_select .select_wrap {
  padding: 120px 0 80px;
  border-bottom: solid 1px #C9C9C9;
}
.page_select .main_visual_wrap .page_tittle {
  padding-right: 5%;
}
.page_select .select_wrap .w1200 {
  justify-content: space-between;
  align-items: flex-start;
}
/*ご利用期間で検索*/
.page_select .select_wrap .form_wrap {
  position: relative;
  padding: 40px;
  width: 30%;
  max-width: 440px;
  background: #595959;
  border-radius: 10px;
  color: #fff;
}
.page_select .select_wrap .form_wrap h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 35px;
  border-bottom: solid 1px #fff;
}
.page_select .select_wrap .form_wrap dl {
  margin-bottom: 20px;
  align-items: center;
}
.page_select .select_wrap .form_wrap dl.departure_time, .page_select .select_wrap .form_wrap dl.return_time {
  margin-bottom: 50px;
}
.page_select .select_wrap .form_wrap dl dt {
  width: 25%;
  line-height: 1.5;
}
.page_select .select_wrap .form_wrap dl dd {
  width: 75%;
}
.page_select .select_wrap .form_wrap dl dd input, .page_select .select_wrap .form_wrap dl dd textarea, .page_select .select_wrap .form_wrap dl dd select {
  background-color: transparent;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 5px;
  line-height: 1.9;
  padding: 0 10px;
  box-sizing: border-box;
}
.page_select .select_wrap .form_wrap dl dd input, .page_select .select_wrap .form_wrap dl dd select {
  color: #fff;
}
.page_select .select_wrap .form_wrap dl dd optgroup, .page_select .select_wrap .form_wrap dl dd option {
  color: #333;
}
.page_select .select_wrap .form_wrap dl input[type="date"] {
  position: relative;
}
.page_select .select_wrap .form_wrap dl input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
.page_select .select_wrap .form_wrap dl input[type="date"]::after {
  content: '';
  background-image: url(../img/calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.page_select .select_wrap .form_wrap dl dd .time_box {
  background: url("../img/clock.svg") no-repeat center right 5px;
  background-size: 16px 16px;
}
.page_select .select_wrap .form_wrap dl dd .vehicle_box {
  background: url("../img/triangle.svg") no-repeat center right 5px;
  background-size: 11px 16px;
}
.page_select .select_wrap .form_wrap .view_more_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: #C9C9C9;
  font-weight: 600;
  transition: all .2s;
}
.page_select .select_wrap .form_wrap .view_more_btn a:hover {
  background-color: #C4E618;
}
.page_select .select_wrap .form_wrap .view_more_btn a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/arrow_black.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  transform: translateY(-50%);
  border: solid 1px #333;
  border-radius: 50%;
}
/*車種リスト*/
.page_select .select_wrap .car_model_box {
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_select .select_wrap .car_model_box {
  width: 95%;
  max-width: 690px;
  flex-wrap: wrap;
  margin-bottom: 80px;
  margin-left: auto;
}
.page_select .select_wrap .car_model_box .car_thumbnail {
  width: 41%;
  height: auto;
  border-radius: 10px;
}
.page_select .select_wrap .car_model_box .car_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.page_select .select_wrap .car_model_box .car_spec {
  width: 57%;
}
.page_select .select_wrap .car_model_box .car_spec .spec_item {
  width: 100%;
  margin-bottom: 24px;
}
.page_select .select_wrap .car_model_box .car_spec .spec_item:last-of-type {
  margin-bottom: 0;
}
.page_select .select_wrap .car_model_box .car_spec .spec_item {
  justify-content: flex-start;
}
.page_select .select_wrap .car_model_box .car_spec .spec_item dt {
  width: 40%;
}
.page_select .select_wrap .car_model_box .car_spec .spec_item dd {
  width: 60%;
}
.page_select .select_wrap .car_model_box .basic_charge {
  width: 100%;
  margin: 25px 0 15px 0;
}
.page_select .select_wrap .car_model_box .period_list {
  width: 100%;
  border: solid 1px #333;
  border-radius: 10px;
}
.page_select .select_wrap .car_model_box .period_list dl {
  width: 20%;
  text-align: center;
  border-right: solid 1px #333;
}
.page_select .select_wrap .car_model_box .period_list dl:last-child {
  border: none;
}
.page_select .select_wrap .car_model_box .period_list dl dt {
  padding: 10px 0;
  border-bottom: solid 1px #333;
}
.page_select .select_wrap .car_model_box .period_list dl dd {
  padding: 20px 0;
}
.page_select .select_wrap .car_model_box .reserve_btn {
  display: inline-block;
  margin-top: 20px;
  margin-right: 0;
  margin-left: auto;
}
.page_select .select_wrap .car_model_box .reserve_btn a {
  display: block;
  width: 186px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #C4E618;
  color: #333;
  font-weight: 600;
  text-align: center;
  transition: all .2s;
}
.page_select .select_wrap .car_model_box .reserve_btn a:hover {
  background-color: #595959;
  color: #C4E618;
}
/* page_name_home　#option
-------------------------------------------------------------------*/
.page_option .option_wrap {
  padding: 120px 0 80px;
  border-bottom: solid 1px #C9C9C9;
}
.page_option .main_visual_wrap .page_tittle {
  padding-right: 5%;
}
.page_option .option_wrap .w1200 {
  justify-content: space-between;
  align-items: flex-start;
}
/*ご予約内容*/
.page_option .option_wrap .form_wrap {
  position: relative;
  padding: 40px;
  width: 40%;
  max-width: 440px;
  background: #595959;
  border-radius: 10px;
  color: #fff;
}
.page_option .option_wrap .form_wrap h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 35px;
  border-bottom: solid 1px #fff;
}
.page_option .option_wrap .form_wrap dl {
  margin-bottom: 20px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_option .option_wrap .form_wrap dl.car_model_box, .page_option .option_wrap .form_wrap dl.departure_time, .page_option .option_wrap .form_wrap dl.return_time {
  margin-bottom: 50px;
}
.page_option .option_wrap .form_wrap dl dt {
  width: 25%;
  line-height: 1.9;
}
.page_option .option_wrap .form_wrap dl dd {
  width: 75%;
  line-height: 1.9;
}
.page_option .option_wrap .form_wrap dd span {
  display: inline-block;
}
.page_option .option_wrap .form_wrap .car_model_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}
.page_option .option_wrap .form_wrap .image_area {
  margin-bottom: 10px;
  width: 70%;
  height: 150px;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 1.9;
}
.page_option .option_wrap .form_wrap .image_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.page_option .option_wrap .form_wrap .flex_area {
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 75%;
}
.page_option .option_wrap .form_wrap .reserve_content {
  padding: 0 10px;
  box-sizing: border-box;
  width: 70%;
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 1.9;
}
.page_option .option_wrap .form_wrap .car_model {
  width: 70%;
}
.page_option .option_wrap .form_wrap .option .flex_area {
  display: flex;
  width: 100%;
}
.page_option .option_wrap .form_wrap .option {
  flex-wrap: wrap;
}
.page_option .option_wrap .form_wrap .quantity {
  margin-right: 10px;
  width: 43px;
}
.page_option .option_wrap .form_wrap .quantity_wrap {
  width: 100%;
  margin-top: 20px;
  flex-wrap: nowrap;
}
.page_option .option_wrap .form_wrap dd a {
  display: block;
  width: 100%;
  color: #C4E618;
}
.page_option .option_wrap .form_wrap .usage_charge {
  margin: 50px 0 40px;
  padding-top: 40px;
  border-top: double 2px #fff;
  align-items: flex-end;
  justify-content: space-between;
}
.page_option .option_wrap .form_wrap .usage_charge dt {
  padding-bottom: 7px;
}
.page_option .option_wrap .form_wrap .usage_charge dd {
  width: auto;
}
.page_option .option_wrap .form_wrap .usage_charge .charge {
  font-size: 32px;
}
.page_option .option_wrap .form_wrap .link_btn a {
  position: relative;
  display: block;
  padding: 20px 0;
  margin-top: 40px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #DE5291;
  color: #fff;
  text-align: center;
  font-weight: 600;
  transition: all .2s;
}
.page_option .option_wrap .form_wrap .link_btn a:hover {
  background-color: #C4E618;
  color: #333;
}
.page_option .option_wrap .form_wrap .link_btn a:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/arrow_white.svg") no-repeat center center;
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 0;
  transform: rotate(180deg);
  border: solid 1px #fff;
  border-radius: 50%;
}
.page_option .option_wrap .form_wrap .link_btn a:hover:before {
  border: solid 1px #333;
  background: url("../img/arrow_black.svg") no-repeat center center;
  transform: rotate(0);
}
.page_option .option_wrap .form_wrap .link_btn p {
  position: relative;
  display: block;
  padding: 20px 0;
  /* margin-top: 40px; */
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #DE5291;
  color: #fff;
  text-align: center;
  font-weight: 600;
  transition: all .2s;
}
.page_option .option_wrap .form_wrap .link_btn p:hover {
  background-color: #C4E618;
  color: #333;
}
.page_option .option_wrap .form_wrap .link_btn p:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/arrow_white.svg") no-repeat center center;
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 0;
  transform: rotate(180deg);
  border: solid 1px #fff;
  border-radius: 50%;
}
.page_option .option_wrap .form_wrap .link_btn p:hover:before {
  border: solid 1px #333;
  background: url("../img/arrow_black.svg") no-repeat center center;
  transform: rotate(0);
}



/*オプションリスト*/
.page_option .option_wrap .option_list {
  width: 50%;
}
.page_option .option_wrap .option_list h2 {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: solid 1px #333;
  font-size: 24px;
}
.page_option .option_wrap .option_box {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 590px;
  margin-bottom: 80px;
}
.page_option .option_wrap .option_box .option_thumbnail {
  width: 48%;
  border-radius: 10px;
}
.page_option .option_wrap .option_box .option_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.page_option .option_wrap .option_box .option_text {
  width: 50%;
}
.page_option .option_wrap .option_box .option_text dt {
  margin-bottom: 10px;
  font-weight: 600;
}
.page_option .option_wrap .option_box .option_text dd {
  margin-bottom: 10px;
}
.page_option .option_wrap .option_box .option_price {
  font-weight: 600;
}
.page_option .option_wrap .option_box .select_btn_wrap {
  margin-top: 20px;
  justify-content: space-between;
}
.page_option .option_wrap .option_box .select_btn_wrap select {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: solid 1px #C9C9C9;
  text-align: center;
}
.page_option .option_wrap .option_box .select_btn_wrap .select_btn {
  display: block;
  width: 186px;
  padding: 8px 0;
  border-radius: 10px;
  background-color: #C4E618;
  text-align: center;
  font-weight: 600;
  transition: all .2s;
}
.page_option .option_wrap .option_box .select_btn_wrap .select_btn:hover {
  background-color: #595959;
  color: #C4E618;
}
/* page_name_home　#customer_info
-------------------------------------------------------------------*/
.page_customer_info .customer_info_wrap .bg_area {
  margin-top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  background: url("../img/first_view_right.png") no-repeat right bottom;
  background-size: cover;
}
.page_customer_info .customer_info_wrap .flex_box {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.page_customer_info .customer_info_wrap .form_wrap {
  width: 66%;
  height: auto;
  border-radius: 10px;
  background-color: rgba(183, 13, 88, 0.9);
  padding: 40px 100px 60px;
  color: #fff;
}
.page_customer_info .customer_info_wrap .form_wrap h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 35px;
  border-bottom: solid 1px #fff;
}
.page_customer_info .customer_info_wrap .form_content {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.page_customer_info .customer_info_wrap .form_list {
  width: 70%;
}
.page_customer_info .customer_info_wrap .form_wrap dl {
  margin-bottom: 40px;
}
.page_customer_info .customer_info_wrap .form_wrap dl:last-of-type {
  margin-bottom: 0;
}
.page_customer_info .customer_info_wrap .form_wrap dl dt {
  width: 25%;
  line-height: 1.5;
}
.page_customer_info .customer_info_wrap .form_wrap dl dd {
  width: 75%;
}
.page_customer_info .customer_info_wrap .form_wrap dl dd input {
  background-color: transparent;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 5px;
  line-height: 1.9;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
}
.page_customer_info .customer_info_wrap .form_wrap .view_more_btn a {
  position: relative;
  padding-right: 50px;
  margin-left: 10px;
  color: #fff;
  width: 210px;
  display: inline-block;
  box-sizing: border-box;
  cursor:pointer;
  
}
.page_customer_info .customer_info_wrap .form_wrap .view_more_btn a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../img/arrow_white.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: rotate(180deg) translateY(50%);
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all .2s;
}
.page_customer_info .customer_info_wrap .form_wrap .view_more_btn a:hover:before {
  background: url("../img/arrow_pink.svg") no-repeat center center;
  background-color: #fff;
}
/* page_name_home　#confirmation
-------------------------------------------------------------------*/
.page_confirmation .confirmation_wrap .bg_area {
  margin-top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  background: url("../img/first_view_right.png") no-repeat right bottom;
  background-size: cover;
}
.page_confirmation .confirmation_wrap .flex_box {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.page_confirmation .confirmation_wrap .form_wrap {
  width: 66%;
  height: auto;
  border-radius: 10px;
  background-color: rgba(183, 13, 88, 0.9);
  padding: 40px 100px 60px;
  color: #fff;
  position: relative;
}
.page_confirmation .confirmation_wrap .form_wrap h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 35px;
  border-bottom: solid 1px #fff;
}
.page_confirmation .confirmation_wrap .form_wrap p {
  margin-bottom: 65px;
}
.page_confirmation .confirmation_wrap .form_wrap a {
  position: absolute;
  right: 100px;
  bottom: 60px;
  display: inline-block;
  margin-left: auto;
  padding-right: 50px;
  color: #fff;
  border-radius: 10px;
}
.page_confirmation .confirmation_wrap .form_wrap a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../img/arrow_white.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: rotate(180deg) translateY(50%);
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all .2s;
}
.page_confirmation .confirmation_wrap .form_wrap a:hover:before {
  background: url("../img/arrow_pink.svg") no-repeat center center;
  background-color: #fff;
}
/* page_name_home　#rental_policy
-------------------------------------------------------------------*/
.page_rental_policy .policy_wrap {
  padding: 140px 0 80px;
  box-sizing: border-box;
}
.page_rental_policy .policy_wrap h1 {
  margin-bottom: 120px;
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
  font-size: 32px;
  font-weight: 600;
}
.page_rental_policy .rental_wrap {
  margin-bottom: 130px;
}
.page_rental_policy .rental_wrap h2 {
  padding-bottom: 23px;
  margin-bottom: 30px;
  border-bottom: solid 1px #707070;
  font-size: 24px;
  font-weight: 600;
}
.page_rental_policy .policy_wrap dl {
  margin-bottom: 30px;
}
.page_rental_policy .policy_wrap .article01 {
  margin-top: 120px;
}
.page_rental_policy .policy_wrap .flex_box {
  margin-bottom: 30px;
}
.page_rental_policy .policy_wrap dt {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 18px;
}
.page_rental_policy .policy_wrap .flex_box dt {
  padding-left: 1em;
}
.page_rental_policy .policy_wrap dd {
  padding-left: 4em;
}
.page_rental_policy .policy_wrap .flex_box dd {
  padding-left: 1.7em;
}
.page_rental_policy .policy_wrap .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.page_rental_policy .policy_wrap .indent:first-of-type {
  margin-top: 20px;
}
.page_rental_policy .policy_wrap .indent:last-of-type {
  margin-bottom: 20px;
}
.page_rental_policy .policy_wrap p {
  padding-left: 4em;
}
/* page_name_home　#privacy_policy
-------------------------------------------------------------------*/
.page_privacy_policy .policy_wrap {
  padding: 140px 0 80px;
}
.page_privacy_policy .policy_wrap h1 {
  margin-bottom: 120px;
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
  font-size: 32px;
  font-weight: 600;
}
.page_privacy_policy .policy_wrap .name {
  display: block;
  margin-bottom: 60px;
  text-align: right;
  position: relative;
}
.page_privacy_policy .policy_wrap p {
  margin-bottom: 120px;
}
.page_privacy_policy .policy_wrap dl {
  margin-bottom: 80px;
}
.page_privacy_policy .policy_wrap dt {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 18px;
}
.page_privacy_policy .policy_wrap .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.page_privacy_policy .policy_wrap .indent:first-of-type {
  margin-top: 20px;
}
.page_privacy_policy .policy_wrap .indent:last-of-type {
  margin-bottom: 20px;
}
/* page_name_home　#site_policy
-------------------------------------------------------------------*/
.page_site_policy .policy_wrap {
  padding: 140px 0 160px;
}
.page_site_policy .policy_wrap h1 {
  margin-bottom: 120px;
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
  font-size: 32px;
  font-weight: 600;
}
.page_site_policy .cookie_wrap {
  margin-bottom: 120px;
}
.page_site_policy .policy_wrap h2 {
  padding-bottom: 25px;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.page_site_policy .policy_wrap h2:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page_site_policy .policy_wrap dl {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #707070;
}
.page_site_policy .policy_wrap dt {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 20px;
}
.page_site_policy .policy_wrap .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.page_site_policy .policy_wrap .indent:first-of-type {
  margin-top: 20px;
}
.page_site_policy .policy_wrap .indent:last-of-type {
  margin-bottom: 20px;
}
.page_site_policy .policy_wrap .security_wrap {
  margin-bottom: 120px;
  padding-bottom: 40px;
  border-bottom: solid 1px #707070;
}
.page_site_policy .policy_wrap .disclaimer_wrap {
  padding-bottom: 40px;
  border-bottom: solid 1px #707070;
}
/* page_name　#q_a
-------------------------------------------------------------------*/
.page.page_q_a .main_visual_wrap .page_tittle {
  padding-right: 20%;
}
.page_q_a .q_a_wrap {
  padding: 120px 0 100px 0;
}
.page_q_a .q_a_wrap dl {
  border-top: solid 1px #C9C9C9;
  padding: 35px 0;
}
.page_q_a .q_a_wrap dl:last-child {
  border-bottom: solid 1px #C9C9C9;
}
.page_q_a .q_a_wrap dl dt span:first-child, .page_q_a .q_a_wrap dl dd span:first-child {
  display: inline-block;
  font-family: 'helvetica-bold';
  font-size: 18px;
  color: #E61270;
  width: 5%;
}
.page_q_a .q_a_wrap dl dt span:last-child, .page_q_a .q_a_wrap dl dd span:last-child {
  display: inline-block;
  width: 95%;
}
.page_q_a .q_a_wrap dl dt {
  margin-bottom: 35px;
}
.page_q_a .q_a_wrap dl dt span:last-child {
  font-family: 'yugothib';
}
.page_q_a .q_a_wrap dl dd span a {
  color: #E61270;
  text-decoration: underline;
}
/* page_name　#news blog
-------------------------------------------------------------------*/
.page_news .main_visual_wrap .page_tittle {
  padding-right: 13%;
}
.page_blog .main_visual_wrap .page_tittle {
  padding-right: 17%;
}
.page_news .news_wrap, .page_blog .blog_wrap {
  padding: 120px 0 160px 0;
  border-bottom: solid 1px #C9C9C9;
}
.page_news .news_wrap dl, .page_blog .blog_wrap dl {
  border-top: solid 1px #C9C9C9;
  padding: 40px 0 35px 0;
  box-sizing: border-box;
  position: relative;
}
.page_news .news_wrap dl:last-of-type, .page_blog .blog_wrap dl:last-of-type {
  border-bottom: solid 1px #C9C9C9;
  margin-bottom: 35px;
}
.page_news .news_wrap dl dt, .page_blog .blog_wrap dl dt {
  margin-bottom: 15px;
}
.page .news_wrap dl::after, .page .blog_wrap dl::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  background: url(../img/arrow_gray.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #AAAAAA;
  transition: background-color .2s;
}
.page .news_wrap dl:hover:after, .page .blog_wrap dl:hover:after {
  background: url("../img/arrow_white.svg") no-repeat center center;
  transform: rotate(180deg);
  background-color: #aaa;
}
.page .news_wrap .page_navi, .page .blog_wrap .page_navi {
  display: flex;
  justify-content: center;
}
.page .news_wrap .page_navi li, .page .blog_wrap .page_navi li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C4E618;
  color: #595959;
  font-weight: bold;
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
/* page_name　#price
-------------------------------------------------------------------*/
.page_price .main_visual_wrap .page_tittle {
  padding-right: 13%;
}
.page_price .price_wrap {
  padding: 120px 0 150px 0;
}
.page_price .price_wrap .flex_box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page_price .price_wrap .flex_content {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 110px;
  padding: 30px 20px;
  background-color: #FFF;
  border-radius: 10px;
}
.page_price .price_wrap .flex_content:last-of-type {
  margin-bottom: 0;
}
.page_price .price_wrap h3 {
  font-size: 20px;
  line-height: 1;
  padding: 0 0 20px 25px;
  margin-bottom: 10px;
  border-bottom: solid 1px #C9C9C9;
  position: relative;
}
.page_price .price_wrap h3::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #C4E618;
  border-radius: 50%;
}

.page_price .price_wrap .price_list {
  justify-content: space-between;
}
.page_price .price_wrap .price_list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
.page_price .price_wrap .price_list table th {
  border-bottom: solid 1px #707070;
  padding: 10px 0;
}
.page_price .price_wrap .price_list table th:first-child {
  width: 25%;
}
.page_price .price_wrap .price_list table th:nth-child(2), .page_price .price_wrap .price_list table th:nth-child(3), .page_price .price_wrap .price_list table th:last-child {
  width: 25%;
}
.page_price .price_wrap .price_list table th.text_red {
  border-bottom: solid 1px #E61270;
}
.page_price .price_wrap .price_list table .text_red {
  color: #E61270;
}
.page_price .price_wrap .price_list table td {
  padding: 10px 0;
}
.page_price .price_wrap .price_list table td:nth-child(2), .page_price .price_wrap .price_list table td:nth-child(3), .page_price .price_wrap .price_list table td:nth-child(4) {
  text-align: right;
}
.page_price .price_wrap p {
  margin: 10px 0 0;
  padding-left: 10px;
}
.page_price .price_wrap .margin_bottom_0 {
  margin: 10px 0 0;
  padding-left: 10px;
}
/* page_name　#guide
-------------------------------------------------------------------*/
.page_guide .guide_wrap h3 {
  font-size: 24px;
  line-height: 1;
  padding: 0 0 20px 25px;
  margin-bottom: 55px;
  border-bottom: solid 1px #C9C9C9;
  position: relative;
}
.page_guide .main_visual_wrap .page_tittle {
  padding-right: 10%;
}
.page_guide .guide_wrap {
  padding: 120px 0 150px 0;
}
.page_guide .guide_wrap h3::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #C4E618;
  border-radius: 50%;
}
.page_guide .guide_wrap .reserve_flow h4 {
  font-size: 20px;
  color: #fff;
  background: #DE5291;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}
.page_guide .guide_wrap .reserve_flow .reserve_content_box {
  align-items: center;
  padding: 60px 0 0 0;
  margin-bottom: 60px;
}
.page_guide .guide_wrap .reserve_flow .reserve_content_box p:first-child {
  width: 48%;
  margin-right: 5%;
}
.page_guide .guide_wrap .reserve_flow .reserve_content_box p:nth-child(2), .page_guide .guide_wrap .reserve_flow .reserve_content_box p:nth-child(3) {
  width: 23%;
}
.page_guide .guide_wrap .payment {
  padding: 60px 0;
}
.page_guide .guide_wrap .reserve_flow .reserve_content_box .reserve_website a, .page_guide .guide_wrap .reserve_flow .reserve_content_box .reserve_tell a {
  display: block;
  font-weight: bold;
  padding: 23px 50px 23px 20px;
  position: relative;
  border-radius: 10px;
  transition: all .2s;
  font-size: clamp(10px, 1.1vw, 16px);
}
.page_guide .guide_wrap .reserve_flow .reserve_content_box .reserve_website {
  background: #C4E618;
  margin-right: 2%;
  border-radius: 10px;
}
.page_guide .guide_wrap .reserve_flow .reserve_content_box .reserve_tell {
  background: #595959;
  border-radius: 10px;
}
.page_guide .guide_wrap .reserve_flow .reserve_content_box .reserve_tell a {
  color: #C4E618;
  border-radius: 10px;
  transition: all .2s;
}
.page_guide .guide_wrap .reserve_flow .reserve_content_box .reserve_tell a:hover, .page_guide .guide_wrap .reserve_flow .reserve_content_box .reserve_website a:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.page_guide .guide_wrap .reserve_flow .reserve_content_box .reserve_website a::after {
  content: "";
  position: absolute;
  background: url(../img/arrow_black.svg) no-repeat center center;
  width: 13%;
  padding-top: 13%;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: solid 1px #333333;
  border-radius: 50%;
}
.page_guide .guide_wrap .reserve_flow .reserve_content_box .reserve_tell a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow_green.svg") no-repeat center center;
  width: 13%;
  padding-top: 13%;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: solid 1px #C4E618;
  border-radius: 50%;
}
.page_guide .guide_wrap .reserve_flow .cancel_box {
  align-items: flex-end;
  justify-content: space-between;
  border-top: solid 3px #C9C9C9;
  border-left: solid 3px #C9C9C9;
  margin-bottom: 120px;
}
.page_guide .guide_wrap .reserve_flow .cancel_box .cancel_text {
  width: 48%;
  margin-right: 5%;
  padding: 15px 20px 0 20px;
  box-sizing: border-box;
}
.page_guide .guide_wrap .reserve_flow .cancel_box .cancel_text .cancellation {
  margin-bottom: 15px;
  font-weight: bold;
}
.page_guide .guide_wrap .reserve_flow .cancel_box .cancellation_charge {
  width: 48%;
  justify-content: space-between;
}
.page_guide .guide_wrap .reserve_flow .cancel_box .cancellation_charge dl {
  width: 24%;
  text-align: center;
}
.page_guide .guide_wrap .reserve_flow .cancel_box .cancellation_charge dl dt {
  border-bottom: solid 1px #595959;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.page_guide .guide_wrap .reserve_flow .before_departure {
  justify-content: space-between;
  margin-top: 75px;
  margin-bottom: 120px;
}
.page_guide .guide_wrap .reserve_flow .before_departure li {
  width: 32%;
  background: #fff;
  padding: 55px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
.page_guide .guide_wrap .reserve_flow .before_departure li .number {
  font-family: 'helvetica-bold';
  text-align: center;
  font-size: 42px;
  color: #E61270;
  margin-top: -80px;
  padding-bottom: 35px;
}
.page_guide .guide_wrap .reserve_flow .before_departure li .departure {
  font-family: 'yugothib';
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 40px;
  border-left: solid 4px #C9C9C9;
  line-height: 1;
}
.page_guide .guide_wrap .reserve_flow .before_departure li .departure_explanation {
  height: 140px;
}
.page_guide .guide_wrap .reserve_flow .before_departure li .caution {
  padding: 15px;
  border-radius: 15px;
  border: solid 1px #707070;
}
.page_guide .guide_wrap .usage_notes {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
.page_guide .guide_wrap .usage_notes li {
  width: 45%;
  padding-left: 20px;
  margin-bottom: 50px;
  border-left: solid 4px #C9C9C9;
  box-sizing: border-box;
}
.page_guide .guide_wrap .usage_notes li p:first-of-type {
  font-weight: bold;
  margin-bottom: 8px;
}
.page_guide .guide_wrap .usage_notes li:last-of-type {
  margin-bottom: 0;
}
.page_guide .guide_wrap .accident_wrap {
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 40px 30px 40px;
  background: #C9C9C9;
  margin-bottom: 30px;
  border-radius: 10px;
}
.page_guide .guide_wrap .accident_wrap p {
  width: 20%;
  text-align: center;
  position: relative;
}
.page_guide .guide_wrap .accident_wrap p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22%;
  transform: translateY(-100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #595959;
}
.page_guide .guide_wrap .accident_wrap p:last-child::after {
  display: none;
}
.page_guide .guide_wrap .accident_wrap p img {
  width: 100%;
  height: auto;
}
.page_guide .guide_wrap .accident_wrap p span {
  display: block;
  font-size: 18px;
  margin-top: 15px;
}
.page_guide .road_service_btn {
  display: flex;
	justify-content: center;
  margin: auto;
  margin-bottom: 145px;
  width: 300px;
  background: #C4E618;
  padding: 7px 0 7px 0;
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .2s;
  text-align: center;
}
.trouble {
  padding-left: 27px;
}
.page_guide .road_service_btn:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.page_guide .road_service_btn_before{
	font-size: 13px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 50px auto 15px;
}
.page_guide .road_service_btn span:first-child {
  font-size: 13px;
}
.page_guide .road_service_btn span:last-child {
  display: inline-block;
  font-size: 24px;
  padding-left: 18px;
  position: relative;
  font-family: 'helvetica-bold';
}
.page_guide .road_service_btn span:last-child::before {
  content: "";
  position: absolute;
  background: url("../img/tel_icon.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 5px;
  left: -4px;
}
.page_guide .guide_wrap .parking_violation {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 145px;
}
.page_guide .guide_wrap .violation_handling, .page_guide .guide_wrap .not_return {
  width: 45%;
}
.page_guide .guide_wrap .violation_handling p {
  margin-bottom: 45px;
  padding-left: 15px;
  border-left: solid 3px #C9C9C9;
}
.page_guide .guide_wrap .violation_handling p:last-of-type {
  margin-bottom: 0;
}
.page_guide .guide_wrap .violation_handling span {
  display: block;
}
.page_guide .guide_wrap .violation_handling span:first-child {
  font-family: 'yugothib';
  font-size: 20px;
  margin-bottom: 15px;
}
.page_guide .guide_wrap .not_return {
  border-left: solid 3px #E61270;
}
.page_guide .guide_wrap .not_return p {
  padding-left: 20px;
}
.page_guide .guide_wrap .not_return p span:first-child {
  display: block;
  font-family: 'yugothib';
  font-size: 20px;
  margin-bottom: 45px;
}
.page_guide .guide_wrap .not_return p span:last-child {
  display: block;
  margin-bottom: 15px;
}
.page_guide .compensation_intro {
  text-align: center;
  margin-bottom: 55px;
}
.page_guide .red_text {
  color: #E61270;
}
.page_guide .compensation_intro h4 {
  font-size: 32px;
  padding-bottom: 20px;
}
.page_guide .compensation {
  margin-bottom: 80px;
}
.page_guide .compensation:last-of-type {
  margin-bottom: 0;
}
.page_guide .compensation h5 {
  background: #C9C9C9;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px 10px;
  margin-bottom: 30px;
}
.page_guide .compensation .flex_box {
  justify-content: space-between;
  align-items: flex-start;
}
.page_guide .compensation p {
  padding-left: 20px;
  border-left: solid 3px #C9C9C9;
  width: 40%;
  margin-top: 22px;
}
.page_guide .compensation .table_area {
  width: 51%;
}
.page_guide .compensation table {
  width: 100%;
  max-width: 893px;
  border-collapse: separate;
  border-spacing: 10px;
  text-align: center;
}
.page_guide .compensation table th {
  border-bottom: solid 1px #707070;
  padding: 10px 0;
  width: 32%;
  text-align: center;
}
.page_guide .compensation table td {
  padding: 10px 0 20px;
  width: 32%;
  border-bottom: solid 1px #c9c9c9;
}
.page_guide .compensation .table_area span {
  padding-left: 10px;
  font-size: 14px;
  display: block;
  box-sizing: border-box;
}
.page_guide .compensation .attention p {
  width: 100%;
  margin-top: 50px;
  padding-top: 0;
  padding-left: 20px;
  border-left: solid 3px #E61270;
}
.page_guide .compensation.NOC table th {
  border-bottom: solid 1px #707070;
  padding: 10px 0;
}
.page_guide .compensation.NOC table td {
  border-bottom: solid 1px #707070;
  padding: 10px 0;
  width: 32%;
}
.page_guide .compensation.NOC .table_area .NOC_span {
  font-size: 12px;
  padding-left: 0;
}
.page_guide .compensation.exemption .flex_box {
  justify-content: space-between;
}
.page_guide .compensation.exemption .compensation_text {
  width: 45%;
}
.page_guide .compensation.exemption .compensation_text:last-of-type {
  box-sizing: border-box;
  border-left: solid 3px #E61270;
}
.page_guide .compensation.exemption .case_attention {
  border-left: none;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.page_guide .compensation .case_wrap {
  margin-top: 50px;
  margin-bottom: 30px;
}
.page_guide .compensation .case {
  padding: 30px 20px;
  border-top: solid 1px #c9c9c9;
}
.page_guide .compensation .case:last-of-type {
  border-bottom: solid 1px #c9c9c9;
}
.page_guide .compensation .case p {
  margin-top: 0;
  padding-left: 0;
  border-left: none;
  width: 100%;
}
.page_guide .compensation .case_ul, .page_guide .compensation dl {
  margin-top: 20px;
}
.page_guide .violation_box {
  margin: 30px auto 30px;
}
.page_guide .compensation.accident p {
  margin-top: 0;
  padding-left: 0;
  border-left: none;
  width: 100%;
}
.page_guide .compensation.accident .case_text {
  margin-top: 20px;
}
.page_guide .choose_us .choose_us_wrap {
  padding: 60px 0 160px;
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.page_guide .choose_us_wrap h4 {
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #707070;
}
.page_guide .choose_us_wrap h4 span {
  color: #E61270;
}
.page_guide .choose_us_wrap .item_flex {
  justify-content: space-between;
  margin-bottom: 50px;
}
.page_guide .choose_us_wrap .item_flex .item_list {
  width: 49%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_guide .choose_us_wrap .item_flex .item_list.equipment p:first-child {
  width: 100%;
  text-align: left;
  background: #C4E618;
  margin-bottom: 15px;
  padding: 10px 0 10px 20px;
  border-radius: 10px 10px 0 0;
}
.page_guide .choose_us_wrap .item_flex .item_list.free_option p:first-child {
  width: 100%;
  text-align: left;
  background: #DE5291;
  margin-bottom: 15px;
  padding: 10px 0 10px 20px;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.page_guide .choose_us_wrap .item_flex .item_list p {
  width: 32%;
  text-align: center;
}
.page_guide .choose_us_wrap .item_flex .item_list p img {
  width: 100%;
  height: auto;
}
.page_guide .choose_us_wrap .item_flex .item_list p span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
.page_guide .choose_us_wrap .text_center.option_item {
  margin-bottom: 110px;
}
.page_guide .choose_us_wrap .example {
  background: #C9C9C9;
  border-radius: 10px 10px 0 0;
  padding: 10px 0 10px 20px;
  margin-bottom: 30px;
}
.page_guide .choose_us_wrap .example_list {
  justify-content: space-between;
  margin-bottom: 50px;
}
.page_guide .choose_us_wrap .example_list p {
  width: 15%;
  text-align: center;
}
.page_guide .choose_us_wrap .example_list p img {
  width: 70%;
  height: auto;
}
.page_guide .choose_us_wrap .example_list p span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
.page_guide .choose_us .road_service_btn {
  margin-bottom: 0;
  transition: all .2s;
}
.page_guide .choose_us .road_service_btn:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1230px) {
  .home .form_wrap {
    padding: 0 5px 0 15px;
    box-sizing: border-box;
    max-width: 510px
  }
  .home .message {
    width: calc(100% - 30px);
    margin: 0 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1040px) {
  .page_option .option_wrap .option_list {
    width: 40%;
  }
  .page_option .option_wrap .option_box {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 590px;
    margin-bottom: 80px;
  }
  .page_option .option_wrap .option_box .option_thumbnail {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .page_option .option_wrap .option_box .option_text {
    width: 100%;
  }
}
@media screen and (max-width: 785px) {
  /*メインビジュアル*/
  .home .main_visual_wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: bottom;
    background-size: cover;
  }
  .home .main_visual_form {
    width: 100%;
    height: auto;
    min-width: 0;
    padding: 0 0 140px 0;
    position: relative;
    line-height: 1;
  }
  .home .main_visual {
    margin-top: 0;
    height: auto;
  }
  .home .message {
    bottom: 0;
    width: 100%;
    margin: 0;
  }
  .main_slider_imgage .price_box {
    width: 70%;
    bottom: auto;
    top: 16%;
    left: 0;
    right: 0;
    transform: none;
  } .main_slider_imgage h2.ex{ font-size:13px; }
  .main_slider_imgage .price_box h3 {
    color: #E61270;
    font-size: 18px;
  }
  .main_slider_imgage .price_box p {
    font-size: clamp(20px, 4.0vw, 32px);
    text-align: left;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .main_slider_imgage .price_box li {
    width: 100%;
    display: flex;
  }
  .main_slider_imgage .price_box li p {
    font-size: clamp(14px, 4.0vw, 20px);
    margin: 0 0 15px 0;
  }
  .main_slider_imgage .price_box li p:last-child {
    text-align: right;
  }
  .header_contact li:first-child a {
    background: #C4E618;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    height: 60px;
  }
  .header_contact li:last-child a {
    border-radius: 0;
    padding: 0;
    text-align: center;
    line-height: 60px;
    height: 60px;
  }
  .home .contact_wrap .view_more_btn {
    top: 55%;
    right: 15px;
  }
  .home .contact_wrap h3 {
    font-size: 90px;
    line-height: 1;
    padding-top: 30%;
    transform: translateY(14px);
  }
  .home .contact_wrap h3::after {
    display: none;
  }
  .home .catch {
    bottom: 3vw;
    right: auto;
    left: 10px;
    text-align: left;
    transform: none;
  }
  .home .catch.mb {
    display: block;
  }
  .home .catch.pc {
    display: none;
  }
  .home .catch span {
    font-size: 16px;
  }
  .home .form_wrap {
    padding-top: 70px;
    width: 90%;
    margin: 0 auto;
  }
  .home .form_wrap dl dt {
    width: 35%;
    font-size: 14px;
  }
  .home .form_wrap dl dd input, .home .form_wrap dl dd textarea, .home .form_wrap dl dd select {
    width: 100%;
    line-height: 2.5;
  }
  .home .form_wrap .view_more_btn a {
    bottom: -6%;
  }
  /*私たちの強み*/
  .home .section_our_features {
    padding: 0px 0 15px 0;
  }
  .home .section_our_features h3 {
    font-size: 24px;
    margin-top: 50px;
  }
  .home .section_our_features h3 sub {
    font-size: 16px;
  }
  .home .section_our_features h3 span {
    background: #f6f7f8;
    padding-right: 20px;
    position: relative;
    z-index: 1;
  }
  .home .section_our_features h3::before {
    width: 70%;
  }
  .home .bg_back {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .home .point_back_image {
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
  }
  .home .point_back_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home .point_message {
    width: 90%;
    padding: 35px 0 0 25px;
    position: static;
    margin-right: 0;
    margin-left: auto;
    margin-top: -5vh;
    z-index: 1;
  }
  .home .point_message h4 {
    font-size: 19px;
    margin-bottom: 35px;
  }
	.home .point02_link{
		text-align: left;
		align-items: flex-start;
	}
	.home .point02_link_icon{
		margin-top: 5px;
	}
  .home .point_message h4 .br_pc {
    display: none;
  }
  .home .point_message h4 span:first-child {
    font-size: 24px;
  }
  .home .point_message h4 span:first-child span {
    font-size: 14px;
  }
  .home .bg_back.bg_back02 .point_message, .home .bg_back.bg_back04 .point_message, .home .bg_back.bg_back04 .point_message, .home .bg_back.bg_back06 .point_message {
    border-radius: 10px 0 0 0;
  }
  /*車種とプラン*/
  .home .section_plan {
    padding: 60px 0 60px;
  }
  .home .section_plan h3 {
    margin-bottom: 0;
  }
  .home .section_plan ul.home_plan_slider {
    margin-bottom: 0;
  }
  .home .section_plan ul.home_plan_slider .slick-next {
    right: 5px;
  }
  .home .section_plan ul.home_plan_slider li p:first-child {
    padding: 35px 35px 10px;
  }
  .home .section_plan ul.home_plan_slider li p:last-child {
    padding: 11px 35px;
    display: flex;
    justify-content: space-between;
  }
  .home .section_plan ul.home_plan_slider li p:last-child::after {
    display: none;
  }
  .home .section_plan ul.home_plan_slider li p .view_sp {
    display: inline-block;
    padding-right: 42px;
    font-size: 12px;
    position: relative;
  }
  .home .section_plan ul.home_plan_slider li p .view_sp:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: solid 1px #C4E618;
    border-radius: 50%;
    background: url(../img/arrow_green.svg) no-repeat center center;
    width: 30px;
    height: 30px;
  }
  .home .section_plan .sp_pointer_event {
    pointer-events: auto;
  }
  .home .section_plan ul.home_plan_slider li:hover p:last-child::after {
    transform: rotate(-180deg);
  }
  .home .tab_box .tab_panel {
    display: none;
  }
  .home .tab_box .tab_panel.active {
    display: none;
  }
  /*ランキング*/
  .home .section_ranking {
    padding: 60px 0 60px;
  }
  .home .section_ranking h3 {
    margin-bottom: 35px;
  }
  /*無料オプション*/
  .home .section_option {
    padding: 60px 0 60px;
  }
  .home .section_option h3 {
    margin-bottom: 40px;
  }
  .home .section_option .option_wrap {
    margin-bottom: 0;
    padding-left: 0;
  }
  .home .section_option .option_wrap:before {
    width: 100%;
    border-radius: 10px 0 0 0
  }
  .home .section_option .choose_us {
    padding: 0;
  }
  .home .section_option .option_wrap h4 {
    font-size: 20px;
  }
  .home .section_option .option_wrap .item_flex {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .home .section_option .option_wrap .item_flex .item_list {
    width: 100%;
  }
  .home .section_option .option_wrap .item_flex .item_list p {
    width: 49%;
    margin-bottom: 20px;
  }
  .home .section_option .option_wrap .item_flex .item_list p span .br_sp {
    display: block;
  }
  /*こんな時に、手軽で便利なレンタカー*/
  .home .convenient_car_rental ,.page_reserve_form .convenient_car_rental{
    padding: 50px 0;
  }
  .home .convenient_car_rental h3 ,.page_reserve_form .convenient_car_rental h3  {
    font-size: 24px;
    text-align: left;
    margin-bottom: 25px;
  }
  .home .convenient_car_rental h3 span ,.page_reserve_form .convenient_car_rental h3 span{
    padding: 0;
  }
  .home .convenient_car_rental h3::before ,.page_reserve_form .convenient_car_rental h3::before{
    display: none;
  }
  .home .convenient_car_rental .emergency_list li ,.page_reserve_form .convenient_car_rental .emergency_list li{
    width: 49%;
    margin-bottom: 40px;
  }
  .home .convenient_car_rental .emergency_list li img ,.page_reserve_form .convenient_car_rental .emergency_list li img{
    width: 100%;
    height: auto;
  }
  .home .convenient_car_rental .emergency_list li p ,.page_reserve_form .convenient_car_rental .emergency_list li p{
    font-size: 12px;
  }
  .home .band {
    background: url("../img/image_section_sp.png") no-repeat;
    background-size: cover;
    padding-top: 89%;
  }
  .home .shop_info {
    background: #f6f7f8;
    border-radius: 10px;
    margin-top: -10px;
    padding: 60px 0 120px;
  }
  .home .shop_info h3 {
    margin-bottom: 20px;
  }
  .home .shop_info .shop_info_box {
    flex-direction: column;
  }
  .home .shop_info .shop_info_text, .home .shop_info .shop_info_map {
    width: 100%;
  }
  .home .shop_info .shop_info_text dl {
    font-size: 14px;
  }
  .home .shop_info .shop_info_map p {
    height: 0;
    padding-top: 75%;
  }
  .home .shop_info .shop_info_text .br_sp {
    display: block;
  }
  .home .update_news {
    padding: 0;
  }
  .home .update_news .update_news_box {
    flex-direction: column;
    font-size: 14px;
  }
  .home .update_news .update_news_box .news, .home .update_news .banner_area {
    width: 100%;
    margin-bottom: 120px;
  }
  .home .update_news .banner_area {
    margin-top: 0;
  }
  .home .update_news .update_news_box h3 {
    margin-bottom: 35px;
  }
  .home .update_news_box dl {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .home .update_news_box dl dt, .home .update_news_box dl dd {
    width: 70%;
  }
  .home .contact_wrap .contact_text {
    width: 75%;
    font-size: 14px;
    top: 30%;
  }
  /* page_name_ page　共通
-------------------------------------------------------------------*/
  .page .main_visual {
    margin-top: 60px;
  }
  .page .main_visual_wrap {
    background: url("../img/page_top_view_sp.png") no-repeat;
    padding-top: 90%;
    background-size: cover;
  }
  .page .main_visual_wrap .page_tittle {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 90%;
  }
  /* page_name_home　#lineup
-------------------------------------------------------------------*/
  .page_lineup .section_lineup {
    padding: 80px 0 0;
  }
  .page_lineup .lineup_wrap {
    padding-bottom: 120px;
  }
  /*タブ*/
  .page_lineup .lineup_wrap ul.page_lineup_slider {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  /*車種情報*/
  .page_lineup .lineup_wrap .car_model {
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .page_lineup .lineup_wrap .car_model dl {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_lineup .lineup_wrap .car_model dt {
    margin-right: 0;
    width: 30%;
    font-size: 12px;
  }
  .page_lineup .lineup_wrap .car_model dd {
    width: 70%;
    font-size: 16px;
  }
  .page_lineup .lineup_wrap .car_detail {
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page_lineup .lineup_wrap .car_image_container {
    margin-bottom: 40px;
    width: 100%;
    max-width: 768px;
  }
  .page_lineup .lineup_wrap .car_explanation {
    width: 100%;
  }
  .page_lineup .lineup_wrap .car_explanation .description {
    margin-bottom: 40px;
  }
  .page_lineup .lineup_wrap .car_explanation .car_spec {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .page_lineup .lineup_wrap .car_explanation .car_equipment {
    font-size: 14px;
  }
  .page_lineup .reserve_website {
    font-size: 14px;
    width: 100%;
    margin: 20px auto 0;
  }
  /*オプション装備*/
  .page_lineup .lineup_wrap .car_option {
    margin-bottom: 40px;
  }
  .page_lineup .lineup_wrap .car_option h3 {
    font-size: 20px;
  }
  .page_lineup .lineup_wrap .car_option ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page_lineup .lineup_wrap .car_option ul li {
    margin-bottom: 30px;
    width: 48%;
  }
  .page_lineup .lineup_wrap .car_option p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .page_lineup .lineup_wrap .car_option .image_area {
    height: auto;
  }
  /*料金のご案内*/
  .page_lineup .lineup_wrap .usage_charge h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page_lineup .lineup_wrap .price_list {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .page_lineup .lineup_wrap .price_list .about_season {
    width: 100%;
    padding-top: 17px;
  }
  .page_lineup .lineup_wrap .price_list .about_season h4 {
    font-size: 14px;
  }
  .page_lineup .lineup_wrap .price_list .about_season p:first-of-type {
    white-space: normal;
  }
  .page_lineup .lineup_wrap .price_list table {
    font-size: 14px;
  }
  /* page_name_home　#contact
-------------------------------------------------------------------*/
  .page_contact .contact_wrap {
    padding: 80px 0 120px;
  }
  .page_contact .contact_wrap p {
    margin-bottom: 80px;
    text-align: left;
  }
  .page_contact .contact_wrap .flex_box {
    flex-wrap: wrap;
  }
  .page_contact .contact_wrap .flex_content {
    width: 100%;
  }
  .page_contact .contact_wrap label {
    font-size: 16px;
  }
  .page_contact .privacy_policy_wrap h3 {
    font-size: 16px;
  }
  .page_contact .privacy_policy dt {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .page_contact .privacy_policy dd {
    font-size: 14px;
  }
  .page_contact .privacy_policy h4 {
    padding-bottom: 16px;
    font-size: 16px;
  }
  .page_contact .privacy_policy_wrap p {
    margin-bottom: 40px;
  }
  /* page_name_home　#reserve_form
-------------------------------------------------------------------*/
  .page_reserve_form .reserve_form_wrap .bg_area {
    height: auto;
  }
  .page_reserve_form .reserve_form_wrap .flex_box {
    height: 100%;
    display: block;
    padding: 0;
  }
  .page_reserve_form .reserve_form_wrap h2 {
    width: calc(100% - 30px);
  }
  .page_reserve_form .reserve_form_wrap .form_wrap {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 40px 15px 60px;
  }
  .page_reserve_form .reserve_form_wrap .form_content {
    flex-wrap: wrap;
  }
  .page_reserve_form .reserve_form_wrap .form_list {
    width: calc(100% - 30px);
  }
  .page_reserve_form .reserve_form_wrap .form_wrap dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .page_reserve_form .reserve_form_wrap .form_wrap dl:last-of-type {
    margin-bottom: 20px;
  }
  .page_reserve_form .reserve_form_wrap .form_wrap dl.departure_time, .page .reserve_form_wrap .form_wrap dl.return_time {
    margin-bottom: 40px;
  }
  .page_reserve_form .reserve_form_wrap .form_wrap dl dt {
    width: 30%;
    font-size: 14px;
  }
  .page_reserve_form .reserve_form_wrap .form_wrap dl dd {
    width: 65%;
  }
  .page_reserve_form .reserve_form_wrap .form_wrap .view_more_btn a {
    margin-left: calc(100% - 144px);
  }
	
	.page_reserve_form .section_our_features {
    padding: 0 0 50px 0;
}
	.page_reserve_form .point_message h4 {
    font-size: 19px;
    margin-bottom: 35px;
  }
	.page_reserve_form .point02_link{
		text-align: left;
		align-items: flex-start;
	}
	.page_reserve_form .point02_link_icon{
		margin-top: 5px;
	}
  .page_reserve_form .point_message h4 .br_pc {
    display: none;
  }
  .page_reserve_form .point_message h4 span:first-child {
    font-size: 24px;
  }
  .page_reserve_form .point_message h4 span:first-child span {
    font-size: 14px;
  }
.page_reserve_form .section_our_features h3 {
    font-size: 24px;
    
}
.page_reserve_form .section_our_features h3 sub {
    
    font-size: 16px;
}
.page_reserve_form .point_message{
	margin-bottom: 100px;
}
.page_reserve_form .point_message h4 {
    display: flex;
    font-size: 19px;
    margin-bottom: 15px;
}
.page_reserve_form .point_message h4 span:first-child {
    color: #E61270;
    font-size: 32px;
    line-height: 1;
    margin-right: 40px;
    position: relative;
}
.page_reserve_form .point_message h4 span:first-child span {
  display: block;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.page_reserve_form .point_message h4 span:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 87%;
  background: #E61270;
}
.page_reserve_form .point_message h4 span:first-child span::after {
  display: none;
}

  /* page_name_home　#select
-------------------------------------------------------------------*/
  .page_select .select_wrap {
    padding: 0 0 60px;
  }
  .page_select .select_wrap .w1200 {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
  }
  /*ご利用期間で検索*/
  .page_select .select_wrap .form_wrap {
    margin-bottom: 60px;
    padding: 80px 15px 60px;
    width: 100%;
    max-width: 768px;
    border-radius: 0;
  }
  .page_select .select_wrap .form_wrap h2 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    border-bottom: solid 1px #fff;
  }
  .page_select .select_wrap .form_wrap dl.departure_time, .page_select .select_wrap .form_wrap dl.return_time {
    margin-bottom: 40px;
  }
  .page_select .select_wrap .form_wrap dl dt {
    width: 35%;
    font-size: 14px;
  }
  .page_select .select_wrap .form_wrap dl dd {
    width: 65%;
  }
  /*車種リスト*/
  .page_select .select_wrap .car_list {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page_select .select_wrap .car_model_box {
    width: 100%;
    max-width: 690px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page_select .select_wrap .car_model_box .car_thumbnail {
    margin-bottom: 30px;
    width: 100%;
    height: 245px;
  }
  .page_select .select_wrap .car_model_box .car_spec {
    width: 100%;
  }
  .page_select .select_wrap .car_model_box .car_spec .spec_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_select .select_wrap .car_model_box .car_spec .spec_item dt, .page_select .select_wrap .car_model_box .car_spec .spec_item dd {
    font-size: 14px;
  }
  .page_select .select_wrap .car_model_box .basic_charge {
    width: 100%;
    margin: 30px 0 15px 0;
  }
  .page_select .select_wrap .car_model_box .period_list dl {
    font-size: 12px;
  }
  .page_select .select_wrap .car_model_box .period_list dt, .page_select .select_wrap .car_model_box .period_list dd {
    font-size: 14px;
  }
  .page_select .select_wrap .car_model_box .reserve_btn a {
    width: 157px;
  }
  /* page_name_home　#option
-------------------------------------------------------------------*/
  .page_option .option_wrap {
    padding: 80px 0 0;
  }
  .page_option .option_wrap .w1200 {
    flex-wrap: wrap-reverse;
    padding: 0;
  }
  /*ご利用期間で検索*/
  .page_option .option_wrap .form_wrap {
    width: 100%;
    max-width: 768px;
    padding: 60px 15px 60px;
    border-radius: 0;
  }
  .page_option .option_wrap .form_wrap h2 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    border-bottom: solid 1px #fff;
  }
  .page_option .option_wrap .form_wrap dl {
    margin-bottom: 20px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page_option .option_wrap .form_wrap dl.car_model_box, .page_option .option_wrap .form_wrap dl.departure_time, .page_option .option_wrap .form_wrap dl.return_time {
    margin-bottom: 50px;
  }
  .page_option .option_wrap .form_wrap dl dt {
    width: 25%;
    line-height: 1.9;
    font-size: 14px;
  }
  .page_option .option_wrap .form_wrap dl dd {
    font-size: 14px;
  }
  .page_option .option_wrap .form_wrap dl div {
    width: 75%;
    line-height: 1.9;
  }
  .page_option .option_wrap .form_wrap .car_model_wrap {
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }
  .page_option .option_wrap .form_wrap .image_area {
    margin-bottom: 10px;
    width: 70%;
    height: 150px;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 1.9;
  }
  .page_option .option_wrap .form_wrap .flex_area {
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 75%;
  }
  .page_option .option_wrap .form_wrap .reserve_content {
    padding: 0 10px;
    box-sizing: border-box;
    width: 70%;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 1.9;
  }
  .page_option .option_wrap .form_wrap .car_model {
    width: 70%;
  }
  .page_option .option_wrap .form_wrap .quantity_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
  }
  .page_option .option_wrap .form_wrap dd a {
    display: block;
    width: 100%;
    color: #C4E618;
  }
  .page_option .option_wrap .form_wrap .usage_charge {
    margin: 50px 0 40px;
    padding-top: 40px;
    border-top: double 2px #fff;
    align-items: flex-end;
  }
  .page_option .option_wrap .form_wrap .usage_charge .charge {
    font-size: 32px;
  }
  .page_option .option_wrap .form_wrap .link_btn a {
    position: relative;
    display: block;
    padding: 20px 0;
    margin-top: 40px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #DE5291;
    color: #fff;
    text-align: center;
    font-weight: 600;
    transition: all .2s;
  }
  .page_option .option_wrap .form_wrap .link_btn a:hover {
    background-color: #C4E618;
    color: #333;
  }
  .page_option .option_wrap .form_wrap .link_btn a:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../img/arrow_white.svg") no-repeat center center;
    position: absolute;
    top: 11px;
    right: 10px;
    padding: 0;
    transform: rotate(180deg);
    border: solid 1px #fff;
    border-radius: 50%;
  }
  .page_option .option_wrap .form_wrap .link_btn a:hover:before {
    border: solid 1px #333;
    background: url("../img/arrow_black.svg") no-repeat center center;
    transform: rotate(0);
  }
  /*オプションリスト*/
  .page_option .option_wrap .option_list {
    padding: 0 15px;
    width: 100%;
  }
  .page_option .option_wrap .option_list h2 {
    font-size: 20px;
  }
  .page_option .option_wrap .option_box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page_option .option_wrap .option_box {
    flex-wrap: wrap;
    width: 48%;
    margin-bottom: 60px;
    max-width: 768px;
  }
  .page_option .option_wrap .option_box .option_thumbnail {
    width: 100%;
    height: 245px;
    margin-bottom: 20px;
  }
  .page_option .option_wrap .option_box .option_text {
    width: 100%;
  }
  .page_option .option_wrap .option_box .option_text dt, .page_option .option_wrap .option_box .option_text dd {
    font-size: 14px;
  }
  .page_option .option_wrap .option_box .select_btn_wrap {
    margin-top: 20px;
    justify-content: space-between;
  }
  .page_option .option_wrap .option_box .select_btn_wrap .select_btn {
    display: block;
    width: 157px;
  }
  .page_option .option_wrap .option_box .select_btn_wrap span {
    font-size: 14px;
  }
  /* page_name_home　#customer_info
-------------------------------------------------------------------*/
  .page_customer_info .customer_info_wrap .bg_area {
    height: auto;
  }
  .page_customer_info .customer_info_wrap .flex_box {
    height: 100%;
    display: block;
    padding: 0;
  }
  .page_customer_info .customer_info_wrap .form_wrap {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 60px 15px 80px;
    box-sizing: border-box;
    position: relative;
  }
  .page_customer_info .customer_info_wrap .form_wrap h2 {
    font-size: 20px;
  }
  .page_customer_info .customer_info_wrap .form_content {
    flex-wrap: wrap;
  }
  .page_customer_info .customer_info_wrap .form_list {
    width: 100%;
  }
  .page_customer_info .customer_info_wrap .form_wrap dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .page_customer_info .customer_info_wrap .form_wrap dl:last-of-type {
    margin-bottom: 40px;
  }
  .page_customer_info .customer_info_wrap .form_wrap dl dt {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .page_customer_info .customer_info_wrap .form_wrap dl dd {
    width: 100%;
    font-size: 14px;
  }
  .page_customer_info .customer_info_wrap .form_wrap .view_more_btn a {
    position: absolute;
    right: 15px;
    bottom: 60px;
    width: auto;
  }
  /* page_name_home　#confirmation
-------------------------------------------------------------------*/
  .page_confirmation .confirmation_wrap .bg_area {
    margin-top: 60px;
    width: 100%;
    height: auto;
  }
  .page_confirmation .confirmation_wrap .flex_box {
    height: 100%;
    display: block;
    padding: 0;
  }
  .page_confirmation .confirmation_wrap .form_wrap {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 60px 15px 60px;
    box-sizing: border-box;
  }
  .page_confirmation .confirmation_wrap .form_wrap h2 {
    font-size: 20px;
  }
  .page_confirmation .confirmation_wrap .form_wrap a {
    position: absolute;
    right: 15px;
    bottom: 60px;
    font-size: 14px;
  }
  /* page #q_a
-------------------------------------------------------------------*/
  .page.page_q_a .main_visual_wrap .page_tittle {
    padding-right: 10%;
  }
  .page_q_a .q_a_wrap {
    padding: 80px 0 120px 0;
  }
  .page_q_a .q_a_wrap dl dt span:first-child, .page_q_a .q_a_wrap dl dd span:first-child {
    font-size: 16px;
  }
  .page_q_a .q_a_wrap dl dt span:last-child, .page_q_a .q_a_wrap dl dd span:last-child {
    font-size: 14px;
  }
  /* page　#news #blog
-------------------------------------------------------------------*/
  .page_news .news_wrap {
    padding: 80px 0 120px 0;
  }
  .page_news .news_wrap dl, .page_blog .blog_wrap dl {
    padding: 40px 25% 35px 0;
    font-size: 14px;
  }
  /* page　#price
-------------------------------------------------------------------*/
  .page_price .price_wrap {
    padding: 80px 0 120px 0;
  }
  .page_price .price_wrap h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
.page_price .price_wrap .flex_content {
  width: 100%;
  margin-bottom: 80px;
  padding: 30px 20px;
  background-color: #FFF;
  border-radius: 10px;
}
  .page_price .price_wrap table {
    font-size: 14px;
  }
  .page_price .price_wrap .price_list {
    overflow-x: scroll;
    white-space: nowrap;
  }
  /* page　#guide
-------------------------------------------------------------------*/
  .page_guide .guide_wrap .reserve_flow .reserve_content_box {
    flex-direction: column;
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .page_guide .guide_wrap .reserve_flow .reserve_content_box p:first-child {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
  .page_guide .guide_wrap .reserve_flow .reserve_content_box p:nth-child(2), .page_guide .guide_wrap .reserve_flow .reserve_content_box p:nth-child(3) {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .page_guide .guide_wrap .reserve_flow .reserve_content_box .reserve_website a, .page_guide .guide_wrap .reserve_flow .reserve_content_box .reserve_tell a {
    font-size: 14px;
  }
  .page_guide .guide_wrap .payment {
    padding: 40px 0;
  }
  .page_guide .guide_wrap .reserve_flow .cancel_box {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
  }
  .page_guide .guide_wrap .reserve_flow .cancel_box .cancel_text {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
  .page_guide .guide_wrap .reserve_flow .cancel_box .cancellation_charge {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page_guide .guide_wrap .reserve_flow .cancel_box .cancellation_charge dl {
    width: 47%;
    font-size: 14px;
  }
  .page_guide .guide_wrap .reserve_flow .cancel_box .cancellation_charge dl:first-of-type, .page_guide .guide_wrap .reserve_flow .cancel_box .cancellation_charge dl:nth-of-type(2) {
    margin-bottom: 25px;
  }
  .page_guide .guide_wrap .reserve_flow .before_departure {
    margin-bottom: auto;
    margin-top: 0;
  }
  .page_guide .guide_wrap .reserve_flow .before_departure li {
    padding: 45px 30px 56px 30px;
    margin: 50px 10px 70px 10px;
  }
  .page_guide .guide_wrap .reserve_flow .before_departure li .number {
    margin-top: -70px;
  }
  .sp_guide_slider .slick-track {
    display: flex;
  }
  .sp_guide_slider .slick-slide {
    height: auto !important
  }
  .page_guide .slick-prev {
    left: -10px;
    top: 48%;
  }
  .page_guide .slick-next {
    right: -10px;
    top: 48%;
  }
  .page_guide .slick-prev:before, .page_guide .slick-next:before {
    color: #e61270;
  }
  .usage_notes_head {
    margin-top: 50px;
  }
  .page_guide .guide_wrap .usage_notes {
    flex-direction: column;
    margin-bottom: 120px;
  }
  .page_guide .guide_wrap .usage_notes li {
    width: 100%;
  }
  .page_guide .guide_wrap .usage_notes li:last-of-type {
    margin-bottom: 0;
  }
  .page_guide .guide_wrap h3 {
    font-size: 23px;
    margin-bottom: 40px;
  }
  .page_guide .guide_wrap .accident_wrap {
    border-radius: 15px;
    margin: 0 10px;
    padding: 0;
    background: none;
  }
  .page_guide .accident_wrap .slick-prev:before, .page_guide .accident_wrap .slick-next:before {
    color: #595959;
  }
  .accident_wrap.sp_guide_slider p {
    width: 100%;
    padding: 35px;
    margin: 0 10px 20px 10px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #C9C9C9;
  }
  .page_guide .road_service_btn {
    margin-top: 30px;
    margin-bottom: 120px;
  }
  .guide_wrap .text_right {
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
  }
  .page_guide .guide_wrap .parking_violation {
    flex-direction: column;
  }
  .page_guide .guide_wrap .violation_handling, .page_guide .guide_wrap .not_return {
    width: 100%;
  }
  .page_guide .guide_wrap {
    padding: 100px 0 120px 0;
  }
  .page_guide .guide_wrap .violation_handling p:last-of-type {
    margin-bottom: 45px;
  }
  .page_guide .compensation_intro {
    text-align: center;
    margin-bottom: 40px;
  }
  .page_guide .compensation_intro h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page_guide .compensation {
    margin-bottom: 70px;
  }
  .page_guide .compensation h5 {
    margin-bottom: 20px;
  }
  .page_guide .compensation .flex_box {
    flex-wrap: wrap;
  }
  .page_guide .compensation p {
    width: 100%;
  }
  .page_guide .compensation .table_area {
    width: 100%;
  }
  .page_guide .compensation table {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
  .page_guide .compensation .table_area span {
    padding-left: 10px;
    font-size: 14px;
  }
  .page_guide .compensation .attention p {
    width: 100%;
    margin-top: 40px;
  }
  .page_guide .compensation.NOC .table_area .NOC_span {
    font-size: 12px;
    padding-left: 0;
  }
  .page_guide .compensation.exemption h5 {
    margin-bottom: 20px
  }
  .page_guide .compensation.exemption p {
    width: 100%;
  }
  .page_guide .compensation .case_wrap {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .page_guide .compensation.accident p {
    width: 100%;
  }
  .page_guide .compensation.exemption .compensation_text {
    width: 100%;
    box-sizing: border-box;
  }
  .page_guide .choose_us .choose_us_wrap {
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 120px;
  }
  .page_guide .choose_us .choose_us_wrap:before {
    width: 100%;
    border-radius: 10px 0 0 0
  }
  .page_guide .choose_us {
    padding: 0;
  }
  .page_guide .choose_us_wrap h4 {
    font-size: 20px;
    text-align: left;
  }
  .page_guide .choose_us_wrap .item_flex {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .page_guide .choose_us_wrap .item_flex .item_list {
    width: 100%;
  }
  .page_guide .choose_us_wrap .item_flex .item_list p {
    width: 49%;
    margin-bottom: 20px;
  }
  .page_guide .choose_us_wrap .text_center.option_item {
    margin-bottom: 100px;
  }
  .page_guide .choose_us_wrap .example_list {
    flex-wrap: wrap;
  }
  .page_guide .choose_us_wrap .example_list p {
    width: 50%;
    margin-bottom: 50px;
  }
  /* page_name_home　#rental_policy
-------------------------------------------------------------------*/
  .page_rental_policy .policy_wrap {
    padding: 140px 0 40px;
  }
  .page_rental_policy .policy_wrap h1 {
    margin-bottom: 80px;
    font-size: 24px;
  }
  .page_rental_policy .policy_wrap h2 {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .page_rental_policy .rental_wrap {
    margin-bottom: 80px;
  }
  .page_rental_policy .policy_wrap .article01 {
    margin-top: 80px;
  }
  .page_rental_policy .policy_wrap .name {
    margin-bottom: 40px;
  }
  .page_rental_policy .policy_wrap p {
    margin-bottom: 80px;
  }
  .page_rental_policy .policy_wrap dt {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .page_rental_policy .policy_wrap dd {
    font-size: 14px;
  }
  /* page_name_home　#privacy_policy
-------------------------------------------------------------------*/
  .page_privacy_policy .policy_wrap {
    padding: 140px 0 40px;
  }
  .page_privacy_policy .policy_wrap h1 {
    margin-bottom: 80px;
    font-size: 24px;
  }
  .page_privacy_policy .policy_wrap .name {
    margin-bottom: 40px;
  }
  .page_privacy_policy .policy_wrap p {
    margin-bottom: 80px;
  }
  .page_privacy_policy .policy_wrap dt {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .page_privacy_policy .policy_wrap dd {
    font-size: 14px;
  }
  /* page_name_home　#site_policy
-------------------------------------------------------------------*/
  .page_site_policy .policy_wrap {
    padding: 140px 0 120px;
  }
  .page_site_policy .policy_wrap h1 {
    margin-bottom: 80px;
    font-size: 24px;
  }
  .page_site_policy .policy_wrap h2 {
    padding-bottom: 18px;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .page_site_policy .cookie_wrap, .page_site_policy .policy_wrap .security_wrap {
    margin-bottom: 80px;
  }
  .page_site_policy .policy_wrap dt {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .page_site_policy .policy_wrap dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .main_slider_imgage { padding-top:30px; } h2.ex{ margin-right:10px; margin-left:15px;}
  .page_option .option_wrap .option_box {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
    max-width: 768px;
  }
}
.w100{
  width: 100%;
}

.page_reserve_form .reserve_form_wrap .form_wrap .view_more_btn p {
  position: relative;
  padding-right: 50px;
  color: #fff;
  cursor: pointer;
}
.page_reserve_form .reserve_form_wrap .form_wrap .view_more_btn p:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../img/arrow_white.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: rotate(180deg) translateY(50%);
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all .2s;
}
.page_reserve_form .reserve_form_wrap .form_wrap .view_more_btn p:hover:before {
  background: url("../img/arrow_pink.svg") no-repeat center center;
  background-color: #fff;
}

.page_select .select_wrap .form_wrap .view_more_btn p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: #C9C9C9;
  font-weight: 600;
  transition: all .2s;
  cursor: pointer;
}
.page_select .select_wrap .form_wrap .view_more_btn p:hover {
  background-color: #C4E618;
}
.page_select .select_wrap .form_wrap .view_more_btn p:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/arrow_black.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  transform: translateY(-50%);
  border: solid 1px #333;
  border-radius: 50%;
}

.page_customer_info .customer_info_wrap .form_wrap .view_more_btn p {
  position: relative;
  padding-right: 50px;
  margin-left: 10px;
  color: #fff;
  width: 210px;
  display: inline-block;
  box-sizing: border-box;
  cursor:pointer;
  font-size:16px;
}
.page_customer_info .customer_info_wrap .form_wrap .view_more_btn p:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../img/arrow_white.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: rotate(180deg) translateY(50%);
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all .2s;
}
.page_customer_info .customer_info_wrap .form_wrap .view_more_btn p:hover:before {
  background: url("../img/arrow_pink.svg") no-repeat center center;
  background-color: #fff;
}

/*New code
.page_customer_info .customer_info_wrap .form_wrap .view_more_btn p {
  position: relative;
  padding-right: 50px;
  margin-left: 10px;
  color: #fff;
  width: 210px;
  display: inline-block;
  box-sizing: border-box;
  
}
.page_customer_info .customer_info_wrap .form_wrap .view_more_btn p:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../img/arrow_white.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: rotate(180deg) translateY(50%);
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all .2s;
}
.page_customer_info .customer_info_wrap .form_wrap .view_more_btn p:hover:before {
  background: url("../img/arrow_pink.svg") no-repeat center center;
  background-color: #fff;
}*/

button{
	background-color:transparent !important;
	border:none !important;
}

.page_lineup .lineup_wrap .car_option ul li {
padding-right: 30px;	
}
.page_lineup .lineup_wrap .car_option ul
{
	justify-content:normal;
}
