@charset "UTF-8";

/* -------------------- 

airport_taxi  - PC

-----------------------*/

.pc-none {
  display: none;
}

#header .wrap .planesearch-btn a {
  color: #204793;
  width: 80px;
  height: 80px;
  background: #F6F6F6;
  border-radius: 5px;
}
#header .wrap .planesearch-btn a {
  display: inline-block;
  width: 80px;
  height: 80px;
}
#header .wrap .planesearch-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#header .wrap .planesearch-btn svg {
  margin: 10px 0 0;
}
#header .wrap .planesearch-btn a p {
  margin: 0;
  color: #204793;
  font-size: .8rem;
}

#header .wrap .rentalcar-btn {
  width: 80px;
  height: 80px;
  margin: 0 0 0 8px;
}
#header .wrap .rentalcar-btn a {
  display: block;
  height: inherit;
  text-decoration: none;
  background: #F6F6F6;
  border-radius: 5px;
}
#header .wrap .rentalcar-btn a:hover {
  opacity: 0.7;
}
#header .wrap .rentalcar-btn a svg {
  margin: 12px 0 0 0;
}
#header .wrap .rentalcar-btn a p {
  color: #0C8953;
}

/* ハイヤーボタン */
#header .wrap .hire-btn {
  width: 80px;
  height: 80px;
  margin: 0 0 0 8px;
}
#header .wrap .hire-btn a {
  display: block;
  height: inherit;
  text-decoration: none;
  background: #1b2024;
  border-radius: 5px;
}
#header .wrap .hire-btn a:hover {
  opacity: 0.7;
}
#header .wrap .hire-btn a svg {
  margin: 7px 0 0 0;
}
#header .wrap .hire-btn a p {
  color: #fff;
}


#fv {
  text-align: left;
  width: 1030px;
  height: 605px;
  background: #fff url(../img/fv_bg_pc.png) no-repeat center top;
  margin: 0 auto;
  padding-top: 20px;
  box-sizing: border-box;
}
#fv .fv_point {
  width: 807px;
  margin: 0 0 30px 10px;
  display: flex;
  justify-content: space-between;
}
#fv .fv_cv {
  margin: 0 0 40px 30px;
}
#fv h2 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px 30px;
}
#fv .txt {
  color: #fff;
  font-size: 18px;
  left: 1.44;
  margin-left: 30px;
}

.cv {
  width: 100%;
  height: 274px;
  background: url(../img/cv_bg_pc.png) no-repeat center top;
  box-sizing: border-box;
}
.cv h2 {
  padding-top: 66px;
  margin-bottom: 15px;
}
.cv_btn:hover {
  opacity: 0.7;
}

#explanation {
  text-align: left;
  width: 1030px;
  margin: auto;
  padding: 0 0 60px;
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
}
#explanation .txt_box {
  width: 50%;
}
#explanation h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#explanation .txt_box .txt {
  font-size: 15px;
  line-height: 1.73;
  width: 475px;
}
#explanation figure {
  text-align: center;
  width: 50%;
}

#price {
  color: #fff;
  width: 1030px;
  margin: auto;
  padding: 50px 70px;
  background: #1c5099;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
#price .txt_box {
  text-align: left;
}
#price .txt_box h2 {
  font-size: 28px;
  font-weight: bold;
}
#price .txt_box .txt {
  font-size: 18px;
  line-height: 1.77;
}
#price dl {
  width: 282px;
  padding: 30px 0;
  border: solid 3px #fff;
}
#price dl dt {
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
#price dl dd {
  color: #f7df03;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
}
#price dl dd + dt {
  margin-top: 27px;
}

#merit {
  text-align: left;
  width: 1030px;
  margin: auto;
  background: #fff;
}
#merit .image_box {
  display: flex;
  align-items: center;
}
#merit .image_box.revers {
  flex-direction: row-reverse;
}
#merit .image_box h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
#merit .image_box .txt {
  font-size: 16px;
  line-height: 1.75;
}
#merit .image_box:first-child .txt_box {
  padding-left: 15px;
}

#plan {
  text-align: left;
  width: 1030px;
  margin: auto;
  background: #fff;
  margin-top: 50px;
}
#plan .title {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 40px;
  background: #1c5099;
}
#plan .title h2 {
  color: #1c5099;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  width: 730px;
  height: 75px;
  margin: auto;
  padding-top: 20px;
  background: #fff;
  box-sizing: border-box;
}
#plan .plan_tab {
  width: 830px;
  margin: auto;
}
#plan .plan_tab .area_btn {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
#plan .plan_tab .area_btn li {
  color: #1c5099;
  text-align: center;
  width: 140px;
  height: 55px;
  padding-top: 15px;
  border: solid 2px #1c5099;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
#plan .plan_tab .area_btn li:hover,
#plan .plan_tab .area_btn li.active {
  color: #fff;
  background: #1c5099;
}
#plan .plan_tab .prefecture_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#plan .plan_tab .prefecture_btn li {
  color: #1c5099;
  text-align: center;
  width: 140px;
  height: 75px;
  padding-top: 25px;
  border: solid 2px #1c5099;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
#plan .plan_tab .prefecture_btn li:hover,
#plan .plan_tab .prefecture_btn li.active {
  color: #fff;
  background: #1c5099;
}
#plan .plan_tab #tab-kansai .prefecture_btn li,
#plan .plan_tab #tab-okinawa .prefecture_btn li {
  width: 170px;
}
#plan .plan_tab .tab_panel {
  display: none;
}
#plan .plan_tab .tab_panel.active {
  display: block;
}
#plan .plan_tab .tab_panel {
  display: none;
}
#plan .plan_tab .tab_conts {
  padding: 30px 0 60px;
}
#plan .plan_tab .tab_conts .tab_cont {
  display: none;
}
#plan .plan_tab .tab_conts .tab_cont.active {
  display: block;
}
#plan .plan_tab .item {
  width: 820px;
  padding: 17px;
  border: solid 3px #1c5099;
  border-radius: 17px;
  box-sizing: border-box;
}
#plan .plan_tab .item + .item {
  margin-top: 30px;
}
#plan .plan_tab .item .item_header {
  margin-bottom: 17px;
  display: flex;
}
#plan .plan_tab .item .route {
  width: 490px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#plan .plan_tab .item .route::after {
  content: "";
  width: 16px;
  height: 23px;
  background: url(../img/icon_arrow.png) no-repeat center center / contain;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 12px);
}
#plan .plan_tab .item .route div {
  text-align: center;
  width: 225px;
  height: 120px;
  padding-top: 15px;
  background: #f2f5f9;
  box-sizing: border-box;
}
#plan .plan_tab .item .route .place {
  color: #1c5099;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.28;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#plan .plan_tab .item .limited {
  width: 220px;
  margin-left: 45px;
}
#plan .plan_tab .item .limited p {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  background: #d6be6a;
}
#plan .plan_tab .item .limited ul li {
  color: #c0a56b;
  font-size: 20px;
  font-weight: bold;
  margin-top: 6px;
  display: flex;
  align-items: center;
}
#plan .plan_tab .item .limited ul li:nth-child(1)::before {
  content: "";
  width: 39px;
  height: 39px;
  margin: 0 13px 0 5px;
  background: url(../img/tokuten1.png) no-repeat center center / contain;
  display: inline-block;
}
#plan .plan_tab .item .limited ul li:nth-child(2)::before {
  content: "";
  width: 39px;
  height: 39px;
  margin: 0 13px 0 5px;
  background: url(../img/tokuten2.png) no-repeat center center / contain;
  display: inline-block;
}

#plan .plan_tab .item .item_mid {
  margin-bottom: 14px;
  display: flex;
}
#plan .plan_tab .item .item_mid .price_box {
  text-align: center;
  width: 490px;
  height: 100px;
  padding-top: 15px;
  background: #1c5099;
  box-sizing: border-box;
}
#plan .plan_tab .item .item_mid .price_box p {
  color: #fff;
}
#plan .plan_tab .item .item_mid .price_box b {
  color: #f7df03;
  font-size: 40px;
  font-weight: bold;
}
#plan .plan_tab .item .item_mid .cv_btn {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 280px;
  height: 100px;
  margin-left: 18px;
  padding-top: 35px;
  background: #c1272d;
  border-radius: 10px;
  box-sizing: border-box;
}
#plan .plan_tab .item .item_mid .cv_btn:hover {
  opacity: 0.7;
}
#plan .plan_tab .item .item_description {
  width: 670px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#plan .plan_tab .item .item_description li {
  font-size: 14px;
  display: flex;
  align-items: center;
}
#plan .plan_tab .item .item_description li:nth-child(-n+2) {
  margin-bottom: 8px;
}
#plan .plan_tab .item .item_description .car::before {
  content: "";
  width: 33px;
  height: 33px;
  margin-right: 16px;
  background: url(../img/icon_car.png) no-repeat center center / contain;
}
#plan .plan_tab .item .item_description .time::before {
  content: "";
  width: 27px;
  height: 31px;
  margin-right: 16px;
  background: url(../img/icon_time.png) no-repeat center center / contain;
}
#plan .plan_tab .item .item_description .people::before {
  content: "";
  width: 30px;
  height: 31px;
  margin-right: 16px;
  background: url(../img/icon_people.png) no-repeat center center / contain;
}
#plan .plan_tab .item .item_description .bag::before {
  content: "";
  width: 30px;
  height: 31px;
  margin-right: 16px;
  background: url(../img/icon_bag.png) no-repeat center center / contain;
}
#plan .plan_tab .item .item_description .wifi::before {
  content: "";
  width: 34px;
  height: 25px;
  margin-right: 16px;
  background: url(../img/icon_wifi.png) no-repeat center center / contain;
}

#reserve {
  text-align: left;
  width: 1030px;
  margin: auto;
  padding: 46px 36px;
  background: #1c5099;
  box-sizing: border-box;
}
#reserve h2 {
  color: #1c5099;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: 350px;
  margin: 0 auto 50px;
  padding: 15px 0;
  background: #fff;
}
#reserve .step {
  display: flex;
  flex-flow: row-reverse;
}
#reserve .step + .step {
  margin-top: 33px;
}
#reserve .step figure {
  margin-right: 34px;
}
#reserve .step .txt_box h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
#reserve .step .txt_box h3 span {
  color: #f7df03;
  font-weight: bold;
}
#reserve .step .txt_box p {
  color: #fff;
  font-size: 18px;
  line-height: 1.66;
}

#hire {
  text-align: left;
  width: 1030px;
  margin: auto;
  padding: 46px 36px;
  background: #fff;
  box-sizing: border-box;
}
#hire .flex {
  display: flex;
}
#hire .main_img {
  margin-right: 27px;
}
#hire .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#hire .txt {
  font-size: 14px;
  line-height: 1.71;
}
#hire .images {
  width: 814px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

#faq {
  text-align: left;
  width: 1030px;
  margin: auto;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 70px;
}
#faq h2 {
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 50px;
  background: #1c5099;
}
#faq .faq_acco {
  width: 924px;
  margin: auto;
}
#faq .faq_acco dt {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.42;
  padding: 20px 38px;
  margin-bottom: 25px;
  background: #1c5099;
  cursor: pointer;
  display: flex;
  position: relative;
}
#faq .faq_acco dt::before {
  content: "";
  width: 31px;
  height: 27px;
  margin-right: 20px;
  background: url(../img/icon_q.png) no-repeat center top / contain;
  display: inline-block;
  flex-shrink: 0;
}
#faq .faq_acco dt::after {
  content: "";
  width: 21px;
  height: 15px;
  background: url(../img/icon_faq_arrow.png) no-repeat center center / contain;
  position: absolute;
  right: 48px;
  top: calc(50% - 8px);
}
#faq .faq_acco dt.active::after {
  transform: rotate(180deg)
}
#faq .faq_acco dd {
  font-size: 17px;
  padding: 0 36px 50px;
  display: flex;
}
#faq .faq_acco dd::before {
  content: "";
  width: 32px;
  height: 25px;
  margin-right: 20px;
  background: url(../img/icon_a.png) no-repeat center top / contain;
  display: inline-block;
  flex-shrink: 0;
}

#blog-contents {
  text-align: left;
  width: 1030px;
  margin: auto;
  background: #fff;
  box-sizing: border-box;
}
#blog-contents h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  background: #1e4d9f;
  margin: 0 0 46px;
  border: 9px double #fff;
}
#blog-contents .post-title {
  color: #1e4d9f;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  background: #d4e0f8;
  border-left: none;
  border-top: 2px solid #4a71b4;
  border-bottom: 2px solid #4a71b4;
  margin: 0 0 16px;
}
#blog-contents .post-sp-meta {
  display: none;
}
#blog-contents .post-pc-meta {
  padding: 0 36px 13px 0;
  display: block;
}
#blog-contents .contents {
  margin-bottom: 3.5em;
  padding: 0 36px;
  line-height: 1.5;
}
#blog-contents .contents .left {
  float: left;
  margin: 0 50px 15px 0 !important;
}
#blog-contents .contents p {
  height: 260px;
  line-height: 1.5;
  position: relative;
  overflow: auto;
}
#blog-contents .contents .link-next {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
#blog-contents .contents:after {
  content: "";
  display: block;
  clear: both;
}
