@charset "utf-8";
/* CSS Document */

.sp,
.tb {
  display: none;
}
#contents {
  max-width: 1200px;
  margin: 0 auto;
}
.innerBox.wide {
  max-width: 1200px;
}
h2.mainTi {
  font-size: 2.5em;
  color: #fc8e43;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 0.3em;
}
h2.mainTi span {
  color: #42ace3;
}
h2.mainTi span.small {
  color: #133257;
  font-size: 0.4em;
  margin-left: 1em;
  font-family: "Noto Sans JP";
  letter-spacing: 0;
  font-weight: 100;
}
h2.mainTi:after {
  content: "";
  position: absolute;
  bottom: 30%;
  display: inline-block;
  width: 30px;
  height: 1px;
  left: 23%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #133257;
  border-radius: 2px;
}
p.subTi {
  background: #81d1fa;
  font-size: 1.2em;
  color: #133257;
  width: 300px;
  padding-left: 30px;
  margin-bottom: 2em;
}

/*header*/
header .logo a img {
  margin-right: 15px;
  width: 130px;
}
.logo p {
  color: #133257;
  line-height: 1em;
}
.menu-inner {
  top: 30%;
  position: absolute;
  right: 0;
}
ul.gnavi {
  margin-top: 15px;
}
ul.gnavi li {
  display: inline-block;
  margin-right: 2em;
}
ul.gnavi li a {
  color: #133257;
}
.main_btn a {
  background: #fc8e43;
  padding: 10px;
  text-align: center;
  width: 250px;
  color: #fff;
  border-bottom: 3px solid #b7652d;
}

/*FV*/
section.mv {
  position: relative;
  margin-bottom: 5em;
}
.mv_txt {
  position: absolute;
  left: -50px;
  top: auto;
  bottom: 20%;
}
p.Ti_01 {
  background: #fee600;
  padding: 10px 0 10px 70px;
  font-size: 1.3em;
  font-weight: 600;
  width: 300px;
  margin-bottom: 0.5em;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  color: #133257;
}
p.Ti_02 {
  background: #fc8e43;
  padding: 10px 0 10px 70px;
  font-size: 1.3em;
  width: 420px;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
section {
  margin-bottom: 5em;
}

/*サービス*/
section#service {
  position: relative;
}
.img01 {
  width: 500px;
  position: absolute;
  top: -280px;
  right: 0;
}
/*celeste*/
section#celeste {
  text-align: center;
}
section#celeste h2.mainTi:after {
  left: 63%;
}
section#celeste p.subTi {
  background: #81d1fa;
  margin: 0 auto 3em;
  padding: 0;
}
section#celeste dl {
  width: 30%;
  display: inline-block;
  margin-right: 2em;
  vertical-align: top;
}
section#celeste dl dt {
  padding: 0 4em;
  position: relative;
}
p.service {
  color: #133257;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
p.num {
  background: #81d1fa;
  color: #fff;
  font-size: 1.5em;
  width: 55px;
  height: 55px;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  text-align: center;
}
/*車両案内*/
.s_inner {
  margin-bottom: 2em;
}
h2.OrangeTi {
  font-size: 2.2em;
  color: #81d1fa;
  -webkit-text-stroke: 0px #fff;
  text-stroke: 0.8px #fff;
  /*text-shadow: 1px 2px 3px #808080;*/
  text-align: center;
  background: url(../images/sereste_bg.png) repeat-x;
  background-size: cover;
  padding: 1em;
  border-left: 10px solid #fc8e43;
}
h2.OrangeTi:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  border: none;
  border-right: solid 2.5em #fff;
  border-top: solid 4em transparent;
}
.right {
  width: 60%;
  margin: 6em 0;
}
.left {
  width: 20%;
  margin: 0 5em;
}
.right,
.left {
  display: inline-block;
  vertical-align: top;
}
ul.car_rental,
ul.small_list {
  list-style: none;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
ul.car_rental li {
  width: 49%;
  margin-right: 0.5em;
}
ul.car_rental li a {
  width: 100%;
}
ul.car_rental li img {
  width: 100%;
}
ul.small_list li:nth-of-type(2n) {
  margin-right: 0;
}

/*ご利⽤の流れ*/
.flow_img {
  width: 30%;
  margin: 0 auto 1em;
}
ul.flow {
  width: 86%;
  margin: 0 auto;
  display: flex;
}
ul.flow li {
  width: 23%;
  vertical-align: top;
  margin-right: 1em;
}
ul.flow li:last-child dt {
  padding: 0 1.4em;
}
ul.flow li dt {
  position: relative;
  margin-bottom: 0.7em;
}
ul.flow li dt p {
  position: absolute;
  bottom: 2em;
  color: #133257;
  font-size: 1.1em;
}
ul.flow li:first-child dt p,
ul.flow li:nth-child(2) dt p,
ul.flow li:nth-child(4) dt p {
  right: 40%;
}
ul.flow li:nth-child(3) dt p {
  right: 44%;
}
ul.flow li:last-child dt p {
  right: 28%;
}

/*料金表*/
section#price {
  text-align: center;
}
section#price table {
  width: 80%;
  margin: 0 auto 2em;
}
section#price table th.title {
  background: #fc8e43;
  color: #fff;
  padding: 1em;
  font-size: 1.2em;
  position: relative;
}
section#price table th.title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border: 20px solid transparent;
  border-top: 20px solid #fc8e43;
}
section#price table th,
section#price table td {
  border: 1px solid #f2f2f2;
  padding: 1em;
}
section#price table th {
  padding: 2em 2em 2em 2em;
  color: #133257;
  width: 20.3%;
}
section#price table td {
  color: #fc8e43;
  text-align: center;
}

#price table,
#price2 table {
  border-collapse: collapse;
}

#price th,
#price td,
#price2 th,
#price2 td {
  border: 1px solid #f2f2f2;
}

#price2 th,
#price2 td {
  border-left: 1px solid #f2f2f2 !important;
  border-right: 1px solid #f2f2f2 !important;
}
#price2 table th,
#price2 table td {
  vertical-align: middle;
  text-align: center;
}

/* Airbab */
.highlight {
  background: #fff3cd;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}

/*よくある質問*/
.center {
  text-align: center;
}
p.txt {
  margin-bottom: 1.5em;
}
dl.qa {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #f2f2f2;
  padding: 2.5em 3em;
  display: flex;
}
dl.qa dt {
  width: 25%;
  margin-right: 3em;
  position: relative;
}
dl.qa dd {
  width: 75%;
}
dl.qa dt p.num {
  top: -5px;
  left: -5px;
}
p.qestion {
  color: #133257;
  font-size: 1.15em;
  margin: 0 0 0.5em;
}
p.answer {
  color: #fc8e43;
}

/*footer*/
footer {
  border-top: none;
  text-align: center;
}
.f_img {
  width: 340px;
  margin: 0 auto 1em;
}
footer ul li {
  display: inline-block;
  color: #133257;
  border-right: 1px solid #133257;
  margin-right: 1em;
  padding-right: 1em;
  line-height: 1.2em;
}
footer ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
footer .main_btn a {
  width: 450px;
}
p.coryright {
  background: #fee600;
  font-size: 0.8em;
  color: #133257;
  padding: 0.3em;
}
/*コンタクトフォーム*/
.formBox .formItem dt {
  color: #133257;
  text-align: right;
  padding: 30px 16px 16px 0;
}
span.require {
  background: #fc8e43;
  color: #fff;
  font-size: 0.7em;
  padding: 2px 5px;
  margin-right: 10px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  -webkit-appearance: none;
  /* border: 1px solid rgba(83, 37, 15, 0.2); */
  background: #fffce8;
  border: 1px solid #d9d9d8;
  display: block;
  min-height: 1.8em;
  padding: 10px;
  width: 100%;
  flex: 1;
  transition: 0.2s ease-in-out;
}
input#departure_date,
input#arrival_date,
select#departure_time {
  width: 45%;
  margin-right: 1em;
  display: inline-block;
}
select#departure_time {
  color: #808080;
}
span.mwform-checkbox-field-text {
  color: #133257;
}
input[type="checkbox"] + span:before,
input[type="checkbox"] + label:before {
  border-radius: 50%;
  border: 1px solid #d9d9d8;
}
input[type="checkbox"] + span:after,
input[type="checkbox"] + label:after {
  position: absolute;
  top: 20.3%;
  left: 1.6%;
  display: block;
  background: #fc8e43;
  border: none;
  transform: none;
  width: 13px;
  height: 13px;
  margin: 1px 0 0 0 0;
  border-radius: 50%;
}
input.SubmitBtn {
  background: #fc8e43;
  padding: 15px;
  text-align: center;
  width: 300px;
  color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #b7652d;
  font-size: 2rem;
  line-height: 1.4;
}
input.SubmitBtn:hover {
  background: #b7652d;
}
.formBox .formItem dd {
  padding: 20px 0 0 30px !important;
}
footer ul {
  margin-bottom: 2em;
}
footer .main_btn {
  margin-bottom: 3em;
}

.line-contact {
  text-align: center;
  margin: 20px 0;
  padding: 15px;
  background: #f1fdf1;
  border: 1px solid #1db954;
  border-radius: 8px;
}

.line-btn {
  display: inline-block;
  background: #06c755;
  color: #fff !important;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.line-btn:hover {
  opacity: 0.85;
}

.line-contact .en {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}

@media screen and (max-width: 1160px) {
  .img01 {
    top: -250px;
  }
}

@media print, screen and (max-width: 960px) {
  .tb {
    display: inherit;
  }
  .pc,
  .sp {
    display: none;
  }
  .mc_txt {
    top: auto;
    bottom: 20%;
  }

  /*ハンバーガーメニュー*/
  .menu-outer .flexBox {
    display: inherit;
  }
  .menu-outer {
    position: relative;
  }
  .h_menu {
    position: absolute !important;
    right: 10px;
    top: -10px;
  }

  .nav_toggle {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    z-index: 1;
  }
  .nav_toggle i {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fc8e43;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }
  .nav_toggle.show i {
    background: #fff;
  }
  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }

  .menu-inner {
    background: #fc8e43;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5em 2em;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .menu-inner.show {
    opacity: 1;
    visibility: visible;
  }
  ul.gnavi {
    margin-top: 15px;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 2em;
  }
  ul.gnavi li {
    display: inherit;
    margin-right: 0;
    padding: 1em;
    border-bottom: 1px dotted #fff;
  }
  ul.gnavi li a {
    color: #fff;
    font-size: 1.2em;
    font-weight: 100;
  }
  .menu-inner.show .main_btn a {
    border: 1px solid #fff;
    width: 100%;
  }
  section {
    margin-bottom: 5em;
    width: 92%;
    margin: 0 auto;
  }
  section.mv img {
    width: 100%;
  }
  section.mv {
    position: relative;
    margin-bottom: 8em;
  }
  .img01 {
    width: 50%;
    top: -25rem;
  }
  .mv_txt {
    left: -45px;
    top: auto;
    bottom: 20%;
  }
  h2.mainTi span.small {
    margin-left: 5em;
  }
  h2.mainTi:after {
    left: 25%;
  }
  section#celeste h2.mainTi:after {
    left: 56%;
  }
  section#celeste dl {
    width: 100%;
  }
  .flow_img {
    width: 90%;
  }
  ul.flow {
    width: 86%;
    display: inherit;
  }
  ul.flow li {
    width: 100%;
  }
  ul.flow li dl {
    display: flex;
  }
  ul.flow li dt {
    margin-right: 0.7em;
    width: 45%;
  }
  ul.flow li dd {
    width: 55%;
    padding: 1.5em 0 0 0;
  }
  ul.flow li dt p {
    bottom: 40%;
  }
  ul.flow li:first-child dt p,
  ul.flow li:nth-child(2) dt p,
  ul.flow li:nth-child(4) dt p {
    right: 45%;
  }
  ul.flow li:last-child dt p {
    bottom: 20%;
    right: 37%;
  }

  dl.qa {
    width: 98%;
    padding: 1.5em 1.5em;
    display: inherit;
  }
  dl.qa dt {
    width: 50%;
    margin-right: 0;
    margin: 0 auto 1em;
    text-align: center;
  }
  dl.qa dd {
    width: 100%;
  }
  p.qestion {
    margin: 0 0 1em;
  }
  footer .main_btn a {
    width: 80%;
  }
  .formBox .formItem dt {
    padding: 0;
  }
  .formBox .formItem dd {
    padding: 0 !important;
  }
  input#departure_date,
  input#arrival_date,
  select#departure_time {
    width: 100%;
    margin: 0 0 0.5em 0;
    display: inline-block;
  }
  section#contact {
    margin-bottom: 5em;
  }
}

@media screen and (max-width: 769px) {
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  header .menuBtn,
  header .btnBox a,
  header .closeBtn {
    right: 20px;
  }
  header .logo a img {
    max-width: 110px;
  }
  header .logo a {
    font-size: 1.3rem;
  }
  .logo p {
    margin-top: 0.5em;
    line-height: 0.6em;
  }
  p.Ti_01 {
    font-size: 1.2em;
    padding: 0px 0 0px 50px;
    width: 220px;
    margin-bottom: 0.4;
  }
  p.Ti_02 {
    padding: 0px 0 0px 50px;
    font-size: 1.3em;
    width: 110%;
  }
  .mv_txt {
    left: -50px;
    top: auto;
    bottom: 20%;
  }
  section.mv {
    position: relative;
    margin-bottom: 8em;
  }
  .img01 {
    width: 50%;
    top: -25rem;
  }
  h2.mainTi:after {
    right: 40%;
    left: inherit;
  }
  section#celeste {
    text-align: left;
  }
  section#celeste h2.mainTi:after {
    left: 50%;
    right: inherit;
  }
  section#celeste p.subTi {
    margin: 0 0 3em;
    padding: 0 0 0 30px;
  }
  h2.OrangeTi {
    font-size: 2.3em;
    padding: 0.5em 0 0.5em 1em;
    text-align: left;
  }
  h2.OrangeTi:after {
    border-right: solid 1.5em #fff;
    border-top: solid 3em transparent;
  }
  .left {
    width: 90%;
    margin: 0 auto;
    display: inherit;
  }
  .right {
    width: 100%;
    margin: 1em 0;
  }
  ul.car_rental li {
    width: 100%;
    margin-right: 0;
  }
  ul.small_list li {
    width: 49%;
    margin-right: 0.4em;
  }
  ul.small_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  ul.flow li:last-child dt {
    padding: 0;
  }
  ul.flow li:first-child dt p,
  ul.flow li:nth-child(2) dt p,
  ul.flow li:nth-child(4) dt p {
    right: 25%;
  }
  ul.flow li:nth-child(3) dt p {
    right: 30%;
  }
  ul.flow li:last-child dt p {
    bottom: 20%;
    right: 25%;
  }
  section#price table {
    width: 100%;
  }
  section#price table th.title {
    padding: 0.5em;
  }
  section#price table th {
    padding: 1.5em 0;
  }
  section#price table td {
    vertical-align: middle;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 1em 0.5em;
  }
  section#price table td span {
    font-size: 0.85em;
  }
  section#price table th.title:after {
    border: 15px solid transparent;
    border-top: 15px solid #fc8e43;
  }
  .center {
    text-align: left;
  }
  section#contact h2.OrangeTi:after {
    border-top: solid 4em transparent;
  }
  .formBox .consentBox {
    text-align: center;
  }
  input[type="checkbox"] + span:after,
  input[type="checkbox"] + label:after {
    position: absolute;
    top: 19%;
    left: 1.6%;
  }
}

@media screen and (max-width: 620px) {
  .img01 {
    width: 70%;
    top: -20rem;
  }
}

@media screen and (max-width: 530px) {
  .mv_txt {
    top: auto;
    bottom: 15%;
    font-size: 90%;
  }
}

@media screen and (max-width: 370px) {
  .img01 {
    width: 50%;
    top: -12em;
  }
}

@media screen and (max-width: 320px) {
  .mv_txt {
    top: auto;
    bottom: 20%;
  }
  .img01 {
    width: 80%;
    top: -11em;
  }
}
