@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : access__plan.css
 author     : Ability Consultant
 style info : タクシー送迎プラン
=================================================================== */
.con_int, .con_plan, .con_form, .int_txt_check, .con_thanks {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_int, .con_plan, .con_form, .int_txt_check, .con_thanks {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'min-en_Regular';
  src: url(../css/font/min-en_Regular.woff) format("woff"), url(../css/font/min-en_Regular.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  margin-top: 95px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin-top: 10%;
  }
}
.con_int .box_int {
  max-width: 768px;
  margin: 0 auto;
}
.con_int .box_int .title {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  letter-spacing: .1em;
  text-align: center;
  font-size: 215%;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .title {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .title {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .title {
    margin-bottom: 3%;
  }
}
.con_int .box_int .photo {
  text-align: center;
  margin: 55px 0 35px;
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .photo {
    margin: 5% 0 3%;
  }
}
.con_int .box_int .txt {
  text-align: center;
}

/* -----------------------------------------------------------
	.con_plan
----------------------------------------------------------- */
.con_plan {
  margin: 45px auto;
}
@media only screen and (max-width: 767px) {
  .con_plan {
    margin: 10% auto;
  }
}
.con_plan .box_plan {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.con_plan .box_plan .box_price {
  padding: 30px 85px;
  border-top: 4px solid #d9d9d9;
  border-bottom: 4px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_price {
    padding: 5% 10%;
  }
}
.con_plan .box_plan .box_price span {
  font-size: 179%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan .box_plan .box_price span {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_price span {
    font-size: 143%;
  }
}
.con_plan .box_plan .con_plan dl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .con_plan dl {
    margin-bottom: 5%;
  }
}
.con_plan .box_plan .con_plan dt {
  font-weight: bold;
  margin-bottom: .5em;
}
.con_plan .box_plan .con_plan .btn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
}
.con_plan .box_plan .con_plan .btn button, .con_plan .box_plan .con_plan .btn a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_plan .box_plan .con_plan .btn button:after, .con_plan .box_plan .con_plan .btn a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_plan .box_plan .con_plan .btn:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_plan .box_plan .con_plan .btn:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .con_plan .btn {
    display: block;
    width: 100%;
  }
  .con_plan .box_plan .con_plan .btn button, .con_plan .box_plan .con_plan .btn a {
    padding: 1.2em 0;
  }
}
.con_plan .box_note {
  padding: 90px 215px;
  border: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan .box_note {
    padding: 5% 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_note {
    padding: 5% 8%;
  }
}
.con_plan .box_note h4 {
  margin-bottom: 35px;
  font-size: 179%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  letter-spacing: .3em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan .box_note h4 {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_note h4 {
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan .box_note h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_note h4 {
    font-size: 129%;
  }
}
.con_plan .box_note ul {
  margin: 0 auto;
}
.con_plan .box_note ul li {
  border-top: 1px solid #eaeaea;
  padding: 1em 2em;
  text-indent: -2em;
}
.con_plan .box_note ul li:before {
  content: "●";
  margin-right: 1em;
}
.con_plan .box_note ul li:last-child {
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_note ul li {
    padding-left: 2em;
    text-indent: -2em;
  }
}

/* -----------------------------------------------------------
	con_form
----------------------------------------------------------- */
.con_form {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .con_form {
    margin-top: 10%;
  }
}
.con_form h3 {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.con_form h3:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_form h3 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_form h3 .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form h3 .en {
    font-size: 215%;
  }
}
.con_form h3 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_form h3 {
    margin-bottom: 10%;
  }
}
.con_form .req {
  color: #64a4ae;
}
.con_form table {
  width: 100%;
  line-height: 1;
}
.con_form table tr.box_choice th {
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .con_form table tr.box_choice th {
    padding-top: 34px;
  }
}
@media print {
  .con_form table tr.box_choice th {
    padding-top: 34px;
  }
}
.ie8 .con_form table tr.box_choice th {
  padding-top: 34px;
}
.con_form table tr.box_choice td .wrap_form {
  display: block;
}
.con_form table tr.box_choice td .wrap_form div {
  display: inline-block;
}
.con_form table tr.box_choice td .wrap_form div:first-child {
  margin-right: 45px;
}
@media only screen and (max-width: 767px) {
  .con_form table tr.box_choice td .wrap_form div:first-child {
    margin-right: 2%;
  }
}
.con_form table tr.box_choice td .wrap_form div.box_form {
  vertical-align: bottom;
}
.con_form table tr th {
  font-weight: 300;
  width: 325px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_form table tr th {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .con_form table tr th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form table tr th {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 1.5em 0;
    background: #f4f1ee;
  }
}
.con_form table tr td {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .con_form table tr td {
    padding: 1% 0;
  }
}
.con_form table tr td div.box_form {
  width: 100%;
}
.con_form table tr td div.box_form.size_s {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .con_form table tr td div.box_form.size_s {
    width: 40%;
  }
}
.con_form table tr td .st_check {
  display: block;
  color: #26a69a;
  margin-bottom: .2em;
  margin-top: 1.5em;
}
.con_form table tr td .err {
  font-size: 87%;
  display: block;
  color: #d94545;
}
.con_form table tr td .st_go, .con_form table tr td .st_back {
  display: block;
  font-size: 93%;
}
.con_form table tr td .st_go p, .con_form table tr td .st_back p {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_form table tr td .st_go p, .con_form table tr td .st_back p {
    margin-bottom: 1%;
  }
}
.con_form table tr td label {
  margin-right: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_form table tr td label {
    margin-right: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_form table tr td label {
    margin-right: 4em;
  }
}
.con_form table tr td select {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #dedede;
  height: 2.5em;
  line-height: 2.5em;
}
.con_form table tr td input, .con_form table tr td textarea {
  line-height: 1.5;
  text-indent: .2em;
}
.con_form table tr td input:placeholder-shown, .con_form table tr td textarea:placeholder-shown {
  color: #b1b1b1;
}
.con_form table tr td input::-webkit-input-placeholder, .con_form table tr td textarea::-webkit-input-placeholder {
  color: #b1b1b1;
}
.con_form table tr td input:-moz-placeholder, .con_form table tr td textarea:-moz-placeholder {
  opacity: 1;
  color: #b1b1b1;
}
.con_form table tr td input::-moz-placeholder, .con_form table tr td textarea::-moz-placeholder {
  opacity: 1;
  color: #b1b1b1;
}
.con_form table tr td input:-ms-input-placeholder, .con_form table tr td textarea:-ms-input-placeholder {
  color: #b1b1b1;
}
@media only screen and (max-width: 767px) {
  .con_form table tr td {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_form table tr.table_check {
    line-height: 1.5;
  }
  .con_form table tr.table_check th, .con_form table tr.table_check td {
    padding: 1em;
  }
}
@media print {
  .con_form table tr.table_check {
    line-height: 1.5;
  }
  .con_form table tr.table_check th, .con_form table tr.table_check td {
    padding: 1em;
  }
}
.ie8 .con_form table tr.table_check {
  line-height: 1.5;
}
.ie8 .con_form table tr.table_check th, .ie8 .con_form table tr.table_check td {
  padding: 1em;
}
.con_form .box_btn {
  margin-top: 50px;
  letter-spacing: -.4em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_form .box_btn {
    margin-top: 7%;
  }
}
.con_form .box_btn li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  width: 48%;
  max-width: 315px;
  margin-left: 2%;
}
.con_form .box_btn li button, .con_form .box_btn li a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_form .box_btn li button:after, .con_form .box_btn li a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_form .box_btn li:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_form .box_btn li:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_form .box_btn li {
    display: block;
    width: 100%;
  }
  .con_form .box_btn li button, .con_form .box_btn li a {
    padding: 1.2em 0;
  }
}
.con_form .box_btn li:first-child {
  margin-left: 0;
}
.con_form .box_btn li.btn_next {
  background: #64a4ae;
}
.con_form .box_btn li.btn_next button, .con_form .box_btn li.btn_next a {
  color: #fff;
}
.con_form .box_btn li.btn_next button:after, .con_form .box_btn li.btn_next a:after {
  border-color: #fff;
}
.con_form .box_btn li.btn_next:before {
  background: #8ac7d0;
}
.con_form p.trip_one_way {
  color: red;
  font-weight: bold;
}

.box_ssl {
  margin-top: 130px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box_ssl {
    margin-top: 15%;
  }
}
.box_ssl div {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}
.box_ssl div a {
  margin-top: 10px;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .box_ssl div {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.box_ssl .txt {
  width: 810px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 55px;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .box_ssl .txt {
    display: block;
    margin-top: 1em;
    margin-left: 0;
    width: 100%;
  }
}

.int_txt_check {
  margin-top: 75px;
  text-align: center;
  font-weight: 600;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .int_txt_check {
    margin-top: 10%;
  }
}

.con_thanks {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_thanks {
    margin-top: 7%;
  }
}
.con_thanks .btn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #323232;
  background: #323232;
  overflow: hidden;
  width: 225px;
  margin: 40px auto 0;
}
.con_thanks .btn button, .con_thanks .btn a {
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1.8em 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks .btn button, .con_thanks .btn a {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn button, .con_thanks .btn a {
    padding: 1em 0;
  }
}
.con_thanks .btn:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #585858;
  border-radius: 100%;
}
.con_thanks .btn:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn {
    margin: 5% auto 0;
  }
}
