@charset "utf8";
body {
  background-color: #fff;
  background-image: none;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Verdana,
    Arial, sans-serif;
  font-size: 62.5%;
}
div,
p,
li {
  font-size: 1.2rem;
}

p {
  text-align: left;
}

.hide {
  display: none;
}

.selected {
  display: block;
}

.content-title {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    sans-serif;
}

@-webkit-keyframes drifting-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes drifting-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.drifting-animation {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: drifting-animation;
  -ms-animation-name: drifting-animation;
  animation-name: drifting-animation;
  visibility: visible !important;
}

.price-color {
  color: #e11c24;
  font-size: 16px;
}

/*PC版開始*/
@media screen and (min-width: 769px) {
  .viewPc {
    display: block !important;
  }
  .viewSp {
    display: none !important;
  }

  .viewPc-inline {
    display: inline !important;
  }
  .viewSp-inline {
    display: none !important;
  }

  .f-left {
    float: left;
  }

  .f-right {
    float: right;
  }

  .box:after {
    content: "";
    clear: both;
    display: block;
  }

  .box .box-pc-2col {
    float: left;
    width: 50%;
  }

  .box .box-pc-3col {
    float: left;
    width: 33.3333333333%;
  }

  .box .box-pc-4col {
    width: 25%;
    display:flex;
    justify-content: space-between;
    margin: 10px 0;
  }

  .box .box-pc-2col:nth-child(2n + 1),
  .box .box-pc-2col:nth-child(3n + 1),
  .box .box-pc-4col:nth-child(4n + 1) {
    clear: both;
  }

  .box img {
    width: 100%;
  }

  .item-places {
    border: 2px solid #d0dbe3;
  }

  .item-rent {
    border: 3px solid #333333;
  }

  /* header */
  .header-en {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto 0;
    padding: 10px;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
  }

  .header-en-inner {
    max-width: 1280px;
  }

  .header-en:after,
  .header-en .header-en-menu ul:after {
    content: "";
    display: block;
    clear: both;
  }

  .header-en .header-logo {
    top: 0;
    left: 0;
    width: 200px;
  }

  .header-en-menu {
    float: right;
    /* width: 918px; */
  }

  .header-en .header-en-menu {
    display: inline-block;
    position: absolute;
    right:0;
    width: 80%;
  }

  .header-en .header-en-menu li {
    
  }

  .header-en .header-en-menu li a { 
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #44b0e2;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  .header-en .header-en-menu li a:hover {
    color: white;
    background-color: #db7474;
  }

  .header-en .header-en-menu li.form-link a {
    background-color: #f7931e;
  }

  .dropdown__lists {
    display: none;
    width: 100%;
    position: absolute;
    top: 43px;
    left: 0;
  }
  .gnavi__list:hover .dropdown__lists {
    display: block; /*Gナビメニューにホバーしたら表示*/
  }
  .dropdown__list {
    background-color: #004d80;
    transition: all 0.8s;
    position: relative;
    margin-left: 0px !important;
  }
  .dropdown__list:hover {
    background-color: #003558;
  }
  .dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .dropdown__list a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
  }

  /* スライドショー上のシュミレーション */

  .simulator_flexView {
    margin: 12px;
    width: 420px;
    background-color: rgba(100, 99, 99, 0.4);
    position: absolute;
    top: 35%;
    z-index: 12;
    right: 0;
  }
  .simulator_flexView_inner {
    text-align: left;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    width: 400px;
  }

  .simulator_flexView_inner h4 {
    font-size: 16px;
    color: #44b0e2;
    display: inline-block;
  }

  .Btn_Simulator_flexView {
    margin: 8px 0px;
    color: white;
    background-color: #cb263d;
    border: none;
    /*height: 31px;*/
    border-radius: 5px;
  }
  .Btn_Simulator_flexView p {
    font-size: 18px !important;
    text-align: center;
  }

  .year_pulldown select {
    width: 20%;
  }

  .month_pulldown select {
    width: 20%;
  }

  .day_pulldown select {
    width: 20%;
  }

  .bg-slider {
    width: 100%;
  }

  .flexslider .flex-control-nav {
    bottom: -50px;
  }

  .bg-slider .metaslider .flexslider .flex-control-nav a {
    background: none;
    background-image: url("/wp-content/themes/twentyfifteen-child/images/en/slide-nav.png");
    border-radius: 0;
    width: 45px;
    height: 7px;
  }

  .bg-slider .metaslider .flexslider .flex-control-nav a.flex-active {
    background-image: url("/wp-content/themes/twentyfifteen-child/images/en/slide-nav-active.png");
  }

  #content {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
  }

  section .section-inner {
    max-width: 100%;
    margin: 0 auto;
  }

 

  .content-title {
    display: inline-block;
    position: relative;
    left: -37%;
    padding: 1px 32px;
    font-size: 18px !important;
    color: #fff !important;
    background-color: #9cd9fd !important;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  }

  .content-title:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155); /*折り返し部分*/
  }
  /* top */
  .introduction {
    padding-top: 40px;
  }

  .introduction .text {
    box-sizing: border-box;
    padding-right: 30px;
    text-align: left;
  }

  .introduction .em {
    font-weight: bold;
    font-size: 28px;
  }

  /* RV rental vehicles */
  .vehicles {
    padding: 15px;
    margin: 0 auto;
  }

  .box-vehicles > div:nth-child(-n + 4) {
    margin-bottom: 0px;
  }

  .vehicles .item-vehicles {
    box-sizing: border-box;
    border: 3px solid #d0dbe3;
    font-size: 14px;
    margin: 0 10px;
  }

  .vehicles .item-vehicles p {
    padding-left: 1em;
  }

  .vehicles .item-vehicles .item-vehicles-title {
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
    padding: 20px inherit;
  }

  .vehicles .item-vehicles .item-introduction-title {
    font-size: 18px;
    font-weight: bold;
    padding: 20px inherit;
  }

  .vehicles .box-vehicles .text-rent-space {
    font-size: 0.5em;
    margin: 0.75em 13px 0;
  }

  .vehicles .box-vehicles .text-rent-space a {
    font-size: 0.5em;
    text-decoration: underline;
  }

  /* User guide */
  .user-guide {
    background-color: #e6e9eb;
    padding: 40px 0;
  }

  .user-guide-article {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .user-guide-article section {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
  }

  .user-guide-article .step-title {
    background-color: #000;
    border-bottom: 4px solid #eb871e;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 60px;
    text-align: left;
  }

  .user-guide-article .step-title:before {
    position: relative;
    display: inline;
    top: 10px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .user-guide-article .step1 .step-title:before {
    content: url(/wp/wp-content/themes/twentyfifteen-child/images/en/icon-step1.png);
  }
  .user-guide-article .step2 .step-title:before {
    content: url(/wp/wp-content/themes/twentyfifteen-child/images/en/icon-step2.png);
  }
  .user-guide-article .step3 .step-title:before {
    content: url(/wp/wp-content/themes/twentyfifteen-child/images/en/icon-step3.png);
  }
  .user-guide-article .step4 .step-title:before {
    content: url(/wp/wp-content/themes/twentyfifteen-child/images/en/icon-step4.png);
  }
  .user-guide-article .step5 .step-title:before {
    content: url(/wp/wp-content/themes/twentyfifteen-child/images/en/icon-step5.png);
  }

  .user-guide-article .step2 .box .box-pc-2col {
    box-sizing: border-box;
    width: 50%;
  }

  .user-guide-article .step2 .box .box-pc-2col.text {
    padding-left: 10px;
  }

  .map-img-wrap {
    width: 80%;
    float: left;
    display: inline-block;
  }

  .prefecture-list {
    margin: 60px 0 0 2%;
    width: 17%;
    float: right;
    text-align: left;
  }

  .prefecture-list li {
    margin: 4px 0;
  }

  .prefecture-list a {
    font-size: 18px;
  }

  .prefecture-list a:before {
    content: "?";
    /* color: #000; */
    display: inline;
    margin-right: 10px;
  }

  .sales-office-map {
    padding: 30px 10px;
    overflow: hidden;
  }

  .sales-office-map .sales-office-map-area a:before {
    content: "?";
    color: #000;
    display: inline;
    margin-right: 10px;
  }

  .sales-office-map .sales-office-map-area a {
    font-size: 18px;
  }

  .sales-office-map .sales-office-map-area a:hover {
    color: #f7931e;
  }

  .sales-office-map .sales-office-map-area .prefecture {
    font-size: 14px;
  }

  .user-guide-article section {
    margin-bottom: 50px;
  }

  .user-guide-article section .box {
    padding: 1em;
  }

  .user-guide-article section .box .img {
    width: 58%;
  }

  .user-guide-article section .box .img img {
    max-width: fit-content;
  }

  .user-guide-article section .box .text {
    width: 42%;
    text-align: left;
  }

  .user-guide-article section .box .right {
    float: right;
  }

  /* Places of rental */
  .places-of-rental {
    padding: 50px 0 80px;
  }

  .places-of-rental p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .places-of-rental .content-text {
    display: block;
  }
  .places-of-rental-caution {
    color: #e11c24;
  }

  .page-template-en-faq .header-en-menu {
    display: none;
  }

  .tab_btn2 {
    margin: 50px auto;
    width: 950px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .tab_btn2 li {
    width: 20%;
    margin: 8px 2%;
    display: inline-block;
  }

  .tab_btn2 li a {
    border: 3px solid #333;
    line-height: 40px;
    display: block;
    color: #333;
  }

  .tab_btn2 li.active a,
  .tab_btn2 li a:hover {
    color: #fff;
    background: #333;
  }

  .area-name-wrap {
    display: block;
    text-align: center;
  }

  .box .area-name {
    margin: 0 auto 30px;
    display: inline-block;
    text-align: center;
    font-size: 28px;
    border-bottom: 5px solid;
    letter-spacing: 0.1em;
  }

  *:focus {
    outline: none;
  }

  .places-of-rental-list,
  .places-of-rental .content-text {
    width: 950px;
    max-width: 100%;
    margin: 50px auto;
  }

  .places-of-rental-list:after {
    content: "";
    display: block;
    clear: both;
  }

  .places-of-rental-list li {
    float: left;
    background-color: #333333;
    margin-left: 10px;
    margin-bottom: 15px;
  }

  .places-of-rental-list li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
  }

  .places-of-rental-list li a:after {
    content: "��";
    font-size: 10px;
    display: inline;
    margin-left: 10px;
  }

  .box-places-of-rental > div:nth-child(3n + 1) {
    clear: both;
  }

  .item-places {
    text-align: left;
    margin-right: 50px;
    margin-bottom: 50px;
  }

  .item-places iframe {
    width: 100%;
  }

  .item-places .detail {
    padding: 20px 10px;
    background-color: #efefef;
  }

  .item-places .detail .default {
    margin-bottom: 20px;
  }

  .item-places .detail .default p {
    margin-bottom: 10px;
  }

  .item-places .detail .more {
    display: none;
  }

  .item-places .detail .accordion {
    cursor: pointer;
    display: none;
    text-align: center;
    background-repeat: no-repeat;
    color: #cbcbcb;
    font-size: 18px;
    font-weight: bold;
    padding-top: 50px;
  }

  .item-places .detail .accordion.open {
    display: block;
  }

  .item-places .detail .accordion.access {
    background-image: url(/wp/wp-content/themes/twentyfifteen-child/images/en/arrow-open.png);
    background-position: bottom center;
    padding-bottom: 15px;
  }

  .item-places .detail .accordion.close {
    background-image: url(/wp/wp-content/themes/twentyfifteen-child/images/en/arrow-close.png);
    background-position: center 50px;
    padding-top: 65px;
  }

  .item-places .tag {
    background-color: #808080;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
    width: 136px;
  }

  /* To drive camper in Japan */
  .to-drive-camper {
    background-color: #f1f1f1;
    padding: 50px 0;
  }

  .to-drive-camper .box .pc-right {
    float: right;
  }

  .to-drive-camper .box .img img {
    max-width: fit-content;
  }

  .to-drive-camper .box .text {
    float: right;
    width: 50%;
    max-width: 530px;
  }

  /* Basic Price List */
  .price-list {
    padding: 90px 0 80px;
  }

  .price-list .price-list-table {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .price-list .price-list-table td,
  .price-list .price-list-table th {
    border: 1px solid #cbcbcb;
    text-align: center;
    line-height: 50px;
  }

  .price-list .price-list-table tbody > tr.weekend {
    background-color: #ffffed;
  }

  .price-list .price-list-table tbody > tr.holiday {
    background-color: #ffe5e2;
  }

  .price-list .price-list-table caption {
    font-size: 20px;
    font-weight: bold;
    background-color: #f1f1f1;
    background-image: url(/wp/wp-content/themes/twentyfifteen-child/images/en/icon-caption.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    text-align: left;
    line-height: 48px;
    padding-left: 40px;
    margin-bottom: 20px;
  }

  .price-list .price-list-table thead > tr > td {
    background-color: #333;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }

  .price-list .price-list-table tbody > tr > th {
    background-color: #e6e9eb;
  }

  .price-list .price-list-table tbody > tr > th span {
    font-size: 12px;
    position: relative;
    top: -5px;
  }

  .price-list .price-list-table-caution {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 50px;
  }

  .price-list .price-list-h4 {
    background-color: #0071b6;
    line-height: 56px;
    text-align: left;
    color: #fff;
    width: 230px;
    padding-left: 106px;
    margin-bottom: 20px;
  }

  .price-list .price-list-exposition-area {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 50px;
  }

  .discount-menu:after {
    content: "";
    display: block;
    clear: both;
  }

  .discount-menu dt,
  .discount-menu dd {
    float: left;
    border: 1px solid #b2b2b2;
  }

  .discount-menu dt:nth-of-type(n + 2),
  .discount-menu dd:nth-of-type(n + 2) {
    border-top: none;
  }

  .discount-menu dt {
    background-color: #f1f1f1;
    clear: both;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    width: 300px;
    height: 60px;
    border-right: none;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .discount-menu .hours {
    font-size: 14px;
    line-height: 1.2;
  }

  .discount-menu dd {
    width: 500px;
    height: 60px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .discount-menu dd p {
    padding-left: 20px;
  }

  /* Equipment to rent */

  /* sim ���@*/
  .sim-card-box {
    margin: 0 0 20px;
    padding: 20px;
    display: inline-block;
    /* max-width: 1300px; */
    background: #ddd;
    overflow: hidden;
    box-sizing: content-box;
  }

  .sim-card-box a {
    display: block;
  }

  .sim-card-box a:hover {
    opacity: 0.8;
  }

  .sim-card-box-inner {
    margin: 0 auto;
    text-align: left;
    display: table;
  }

  .sim-card-box img {
    width: 300px;
    float: left;
  }

  .option-text-box {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
  }

  .sim-card-box .option-text {
    margin: 0 0 10px 12%;
    display: inline-block;
    font-size: 40px;
    text-align: left;
    line-height: 1;
  }

  .sim-card-box .text-description {
    margin: 0 0 0 12%;
    display: inline-block;
    line-height: 1.8;
  }
  /* sim ���@*/

  .rent {
    background-color: #f1f1f1;
    padding: 50px 0 70px;
  }

  .option-list li {
    display: table;
    width: 100%;
    border: 1px solid #000;
  }

  .option-list li:nth-child(n + 2) {
    border-top: none;
  }

  .option-list .col {
    display: table-cell;
    vertical-align: middle;

    box-sizing: border-box;
    border-right: 1px solid #000;
  }

  .option-list .col:last-child {
    border-right: none;
  }

  .option-list .col .caution {
    font-size: 16px;
    color: #ed1c24;
    display: block;
    margin-left: 1em;
  }

  .option-list .option-img {
    width: 320px;
  }

  .option-list .option-text {
    background-color: #fff;
    font-size: 16px;
    width: calc(50%);
    padding-left: 20px;
  }

  .option-list .option-text .text-title {
    font-size: 20px;
    font-weight: bold;
  }

  .option-list .option-price {
    font-size: 18px;
    font-weight: bold;
    width: calc(50% - 320px);
  }

  .option-list .option-price p {
    text-align: center;
  }

  .option-list .option-price span {
    font-size: 26px;
  }

  /* Entry Form */
  .entry-form {
    padding: 70px 0 100px;
  }

  .entry-form .section-inner {
    margin: auto;
    margin-top: 2em;
    width: 70%;
  }

  .entry-form p {
    text-align: center;
    margin-bottom: 50px;
  }

  .entry-form .form-list {
    display: table;
    margin: 0px auto 10px;
    width: 1200px;
  }

  .entry-form .form-list:after {
    content: "";
    clear: both;
    display: block;
  }

  .entry-form .form-list dt,
  .entry-form .form-list dd {
    display: table-cell;
  }

  .entry-form .form-list dt {
    font-weight: bold;
    background-color: #d9e3e9;
    width: 400px;
    vertical-align: middle;
    text-align: left;
    padding-left: 0.5em;
  }

  .entry-form .form-list dd {
    text-align: left;
    vertical-align: middle;
    width: 60%;
    padding-left: 20px;
  }

  #form-list-coution p {
    font-size: 0.8rem;
    margin-bottom: 10px;
    text-align: left;
  }

  .entry-form input,
  .entry-form textarea {
    /* width: 401px; */
    width: 94.6%;
    max-width: 100%;
  }

  .entry-form select {
    /*width: 427px;*/
    width: 100%;
    max-width: 100%;
  }

  .entry-form input[type="text"],
  .entry-form input[type="number"] {
    font-size: 1em;
  }

  .entry-form input[type="date"],
  .entry-form input[type="radio"],
  .entry-form input[type="radio"] {
    width: auto;
  }

  .entry-form input {
    padding: 0.5em;
  }
  .wpcf7-validates-as-email {
    min-height: 25px;
    font-size: 18px;
  }

  /* �v���_�E�������� */
  .entry-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border: 1px solid #ccc;
    border-radius: 0;

    background-image: url(/wp/wp-content/themes/twentyfifteen-child/images/en/icon-select.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px, 100%;
  }

  .entry-form select {
    font-size: 18px;
    background-color: #fff;
    padding: 0.5em;
  }

  .entry-form textarea {
    padding: 1em;
    max-width: 100%;
  }

  .entry-form .date-picker {
    width: 220px;
  }

  .ui-datepicker-trigger {
    width: 32px;
    margin: 0 10px 6px 5px;
  }

  .entry-form .time-field {
    width: 150px;
  }

  .entry-form .payment p {
    margin-bottom: 1em;
  }

  .entry-form .payment-type-button {
    margin-top: 10px;
  }

  .entry-form .payment-type-button:after {
    content: "";
    display: block;
    clear: both;
  }

  .entry-form .payment-type-button li {
    cursor: pointer;
    float: left;
    border: 3px solid #aaa;
    border-radius: 5px;
    margin-right: 10px;
    width: 66px;
  }

  .entry-form .payment-type-button li.select {
    border: 3px solid #57d4ff;
    box-shadow: 0px 0px 15px #57d4ff;
  }

  .entry-form .payment-type-button li:last-child {
    margin-right: 0;
  }

  .entry-form .send-button {
    position: relative;
  }

  .entry-form .send-button input[type="submit"] {
    cursor: pointer;
    border: 0px;
    width: 100%;
    height: 60px;
    max-width: 300px;
    color: #fff;
    font-size: 20px;
    background: url(/wp/wp-content/themes/twentyfifteen-child/images/en/button-back.png);
    background-repeat: no-repeat;
    background-position: left top;
  }

  .entry-form .send-button span {
    position: absolute;
    content: "send";
    top: 50%;
    left: 50%;
  }

  .entry-form .send-button img {
    width: 30px;
  }

  /* Number of passengers */
  .entry-form span.number-of-passengers-adult input[type="number"],
  .entry-form span.number-of-passengers-child-12 input[type="number"],
  .entry-form span.number-of-passengers-child-6 input[type="number"],
  .entry-form span.number-of-passengers-child-2 input[type="number"] {
    width: 9%;
  }

  /* �g�b�v�y�[�W�ɖ߂� */
  #page-top {
    display: none;
    width: 300px;
  }

  #page-top p {
    float: left;
  }

  .calculate-description {
    float: left;
    width: 60%;
    margin-top: 10px;
    text-align: left;
  }

  /* footer */
  footer .site-info {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 60px;
  }

  .footer-copy {
    width: 100%;
  }

  .footer-copy-inner {
    max-width: 1024px;
    margin: 0 auto;
  }

  .footer_wrapper {
    height: auto;
    background-color: black;
  }

  .footer_up_wrapper {
    display:flex;
    justify-content: space-between;
  }

  .footer_menu {
    width:30%;
  }
  .footer_sns_icon {
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    border-left: 1px solid white;
  }

  .footer_email{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    border-left: 1px solid white;
  }

  #start_navigation {
    display: block;
    border: 1px solid #8769ff;
    background: #c3e0ff;
    cursor: pointer;
    border-radius: 15px 15px 15px 15px / 15px 15px 15px 15px;
    width: 80%;
    margin: 0 auto;
  }

  #start_navigation:hover {
    background: #a3b0ff;
  }

  #map_area {
    margin: 0 auto;
    border: 1px #303030 solid;
    position: relative;
    padding: 15px;
  }
  #navi_text_area {
    position: absolute;
    top: 4em;
    left: 0;
    width: 25%;
    max-height: 20em;
    overflow-y: auto;
    background: #ffffff;
    border: solid 2px #000000;
    padding: 1em 1em 1em 0;
    display: none;
  }
  #navi_text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #09c9d9;
  }

  #del_navi_text {
    display: block;
    width: 95%;
    padding: 1% 0 0 2%;
    margin: 0 auto;
    border: solid 1px #000000;
    border-radius: 10px;
    cursor: pointer;
  }

  #whole_map {
    width: calc(100% - 385px);
    height: 600px;
    float: left;
    margin: 2px;
  }
  #map_side {
    width: 380px;
    float: right;
    overflow: scroll;
    height: 100%;
  }

  #map_area #selected_area {
    margin: 2px;
    border: solid 1px #000000;
  }
  #map_area #selected_area_head {
    background: #000000;
    color: #ffffff;
  }
  #map_area .selected_area_title {
    padding-left: 1em;
  }
  #map_area .selected_area_content {
    padding-left: 2em;
  }

  #map_side #list_area {
    margin: 10px 0 0 2px;
    overflow-y: auto;
  }
  #map_side #list_area_head {
    margin: 20px 2px 10px 2px;
    padding: 2px;
    width: 368px;
    display: block;
    border: solid 1px #000000;
    text-align: center;
  }
  #shop_list li {
    font-size: 1rem;
    display: block;
    float: left;
    text-align: left;
    width: 42%;
    padding: 0 0 0 4%;
    margin: 1%;
    height: 1.8em;
  }
  #station_list {
    padding: 4px;
  }

  .mapside_lv0 {
    margin-left: 1em;
    font-size: 18px;
    cursor: pointer;
  }
  .mapside_lv0:hover {
    text-decoration: underline;
  }

  .mapside_lv1 {
    margin-left: 2em;
    font-size: 1rem;
    cursor: pointer;
  }
  .mapside_lv1_p {
    text-align: left;
    font-size: 1rem;
  }
  .mapside_lv2 {
    margin-left: 3em;
    font-size: 1rem;
    cursor: pointer;
  }
  .mapside_lv2_p {
    text-align: left;
    font-size: 1rem;
  }

  #stations {
    margin-left: 1em;
    font-size: 18px;
  }

  .maplist_selected {
    display: block;
    border: 1px solid #ff8769;
    background: #ffa3b0;
  }
  /*  -----   vehicles   */

  /* --- footer --- */
  #footer_navi_area {
    width: 100%;
    text-align: left;
    font-size: 1.4em;
  }
  #footer_navi_list li {
    display: block;
    float: left;
    width: 45%;
    margin: 1%;
    font-size: 1.6rem;
  }
  #footer_navi_area a {
    color: #fff;
  }
  #footer_navi_area a:hover {
    color: #fff;
    text-decoration: underline;
  }
  #footer_navi_area a:visited {
    color: #fff;
  }

  .footer-logo-area {
    width: 35%;
  }

  .footer-logo-area li img {
    display: inline-block;
  }

  .equipment_area {
    width: 45%;
    float: right;
  }
  #select_block_wrapper {
    display: flex;
    flex-flow: column;
  }

  #select_block_area {
    background: #000000;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    width: 95%;
    margin: 0 auto;
    color: #f0f0f0;
  }
  #select_block_area .select_block {
    width: 22%;
    margin: 0.5%;
    padding: 0.5%;
    float: left;
  }
  #select_block_area #map_view img {
    width: 70%;
    height: auto;
    cursor: pointer;
  }
  #select_block_area #vehicle img {
    width: 85%;
    height: auto;
    cursor: pointer;
  }

  #select_block_area .head {
    font-size: 2em;
    padding-bottom: 1em;
  }

  .ui-datepicker {
    width: clamp(5px,20vw,240px);
  }
  .ui-datepicker .ui-datepicker-calendar {
    font-size: 0.6vw;
  }

  .ui-datepicker td span,
  .ui-datepicker td a {
    display: block;
    text-align: right;
    text-decoration: none;
    font-size: 0.5vw;
    width: 1.7vw;
    padding: 0.1vw 0.3vw 0.1vw 0.1vw;
  }

  /* ------ reservation ----- */
  .reservation_step {
    width: 90%;
    padding-top: 1em;
    margin: 0 auto;
    text-align: left;
  }
  .reservation_step .step-title {
    background-color: #000000;
    color: #ffffff;
    font-size: 22px;
    text-align: left;
    line-height: 1.6em;
    padding: .3em 0.5em !important;
  }

  .reservation_step .text_area_with_image {
    display: block;
    width: 42%;
    margin: 2% 0 0 1%;
    padding: 0 2% 0 0;
    text-align: left;
    float: left;
    line-height:1.5;
  }

  .reservation_step .text_area {
    display: block;
    width: 100%;
    padding: 0 2% 0 2%;
    text-align: left;
    float: left;
  }

  .reservation_step .image_right {
    display: block;
    width: 55%;
    margin: 2% 0 0 0;
    float: right;
  }

  .reservation_step .image_left {
    display: block;
    width: 55%;
    margin: 2% 0 0 0;
    float: left;
  }

  #confirm_area {
    width: 80%;
    max-width: 1000px;
    margin: 6em auto;
    border: 1px solid #808080;
    padding: 3em;
    border-radius: 10px;
  }

  #confirm_area #confirm_list {
    text-align: left;
  }
  #confirm_area #confirm_list li {
    text-align: left;
    display: block;
  }
  #confirm_area #confirm_list .confirm_title {
    display: inline-block;
    width: 30%;
  }
  #confirm_area #confirm_list .confirm_value {
    display: inline-block;
  }

  #back_to_reservation {
    display: inline-block;
    width: 20%;
    padding: 5px;
    font-size: 1.2rem;
  }

  #confirm_reservation {
    display: inline-block;
    width: 20%;
    padding: 5px;
    font-size: 1.2rem;
  }

  #thanks_area {
    width: 80%;
    max-width: 1000px;
    margin: 6em auto;
    padding: 3em;
    border-radius: 10px;
  }

  #vehicle_view_body {
    width: 90%;
  }

  #select_map_area {
    position: fixed;
    display: none;
    left: 5%;
    top: 10vh;
    margin: 0 auto;
    width: 90vw;
    height: 80vh;
    border: 1px #303030 solid;
    z-index: 20000;
    background-color: white;
  }

  #select_map_area #whole_map {
    height: 100%;
  }

  #select_station {
    display: block;
    border: 2px solid #ff8080;
    background: #ff8676;
    margin: 1em auto 0;
    color: #ffffff;
    width: 80%;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    cursor: pointer;
  }
  #select_station:hover {
    background: #ff5443;
  }

  #cancellation_policy,
  .car_name {
    padding-top: 150px;
    margin-top: -150px;
  }

  /***** Special offers *****/
  .special_offers-top_en {
    height: 32.8vw;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/lp/top_invPC-EN.jpg");
    background-repeat: no-repeat;
  }
  .special_offers-top_ch {
    height: 32.8vw;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/lp/top_invPC-CH.jpg");
    background-repeat: no-repeat;
  }
  .special_offers {
    display: block;
  }
  .special_offers-div {
    width: 60%;
    margin: auto;
    background: #fff;
  }
  .special_offers h1 {
    margin-top: 10px;
    font-family: "Butler";
    line-height: 3.25vw;
    font-size: 4vw;
  }
  .special_offers h2 {
    font-family: "Butler";
    font-size: 2.8vw;
  }
  .img_no {
    width: 70px;
  }
  .mess_red {
    font-size: 2.3vw;
  }
  .p_class {
    font-size: 28px;
  }
  .p_cash {
    font-size: 27px;
  }
  .p_cash span {
    font-size: 20px;
  }
  .img_sp {
    width: 75%;
  }
  .img_min {
    height: 100px;
    width: 46%;
    margin-top: 4px;
    border: 1.5px #a2a2a2 solid;
    border-radius: 10px;
    object-fit: cover;
  }

  .btn_more {
    font-size: 26px;
  }

  .callout01 {
    right: 40px;
  }
  .callout02 {
    margin: 0.7em;
    padding: 0.3em 25px;
    font-size: 14px;
  }
  .ul_item li {
    display: inline-table;
    width: 30%;
  }
  .ul_item img {
    height: 155px;
    width: 155px;
    background: #fff;
    border-radius: 100px;
    border: 1px #4b4b4b dashed;
    margin: 10px;
    object-fit: cover;
  }
  .span_02 {
    margin-top: -16px;
  }
  .div_check ul {
    margin-left: 1.5em;
    width: 100%;
  }

  /** Tour guide plan **/
  .plan_x-day h3 {
    margin-bottom: 20px;
  }
  .plan_box span {
    margin: 100px 15px 6px 10px;
  }
  .plan_box span:before {
    content: "";
    background-image: url("../images/lp/car_00_gray.png");
    transform: scale(-1, 1);
    display: block;
    width: 3.5em;
    height: 2.5em;
    margin-left: 0.4em;
    background-size: contain;
  }
  #day_area {
    display: none;
  }

  .class_list_wrapper{
    display:flex;
    flex-flow: wrap;
  }
  /** /Tour guide plan **/

  /*topページの会社概要*/
  .top-company-wrapper{
    display:flex;
    justify-content:space-between;
    padding:15px;
  }
  .top-company-left {
    width:50%;
    display:flex;
    justify-content:space-between;
    padding:5px;
  }
  
  .top-company-left-img {
    width:50%;
    padding:5px;
  }
  
  .top-company-right{
    width:50%;
  }

  .footer-en-menu {
    padding:10px;
  }

  .footer_en_menu_list {
    /*padding:10px;*/
  }
  .footer_navi_title,.footer_navi_title a{
    font-size: 24px;
    font-weight: bold;
  }

  .footer_navi_list_childs {
    display:block;
    margin-left:30px;
    font-size:20px;
  }
  .footer_navi_list_child{
    display: flex;
    flex-flow: column wrap;
  }

  #social_area ul {
    display:flex;
    justify-content: space-between;
  }
  .page-contents {
    width: 75%;
    margin: 0 auto;
  }
  .top-content-title:first-letter {
    font-size: 2em;
    color: #7172ac;
  }
  
  .top-content-title {
    font-size: clamp(40px,1.3vw,46px);
    text-align: center;
    position: relative;
    margin-bottom: 1em;
  }
  
  .top-content-title:before {
    content: '';
    position: absolute;
    bottom: 20px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }
}
/*PC版終了*/

/*スマホ版開始*/
@media screen and (max-width: 769px) {
  /*topページの会社概要*/
  .top-company-wrapper{
    padding:15px;
  }

  #social_area ul {
    display:flex;
    justify-content: center;
  }

  .top-company-left {
    width:100%;
    display:flex;
    justify-content:space-between;
    padding:5px;
  }
  
  .top-company-left-img {
    width:50%;
    padding:5px;
  }
  
  .top-company-right{
    width:100%;
  }

  .slides {
    height: auto !important;
  }
  #bodypart .flexslider .slides img {
    width: 100%;
    height:auto !important;
    object-fit: cover;
  }

  .flexslider .flex-control-nav {
    bottom: -50px;
  }

  /*footer*/
  .footer_sns_icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    border-top: 1px solid white;
  }

  .footer_email{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    border-top: 1px solid white;
    text-align: center;
  }

  .footer_up_wrapper {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer_menu {
    width:50%;
  }
  .footer_wrapper {
    height: auto;
    background-color: black;
  }

  .footer-en-menu {
    padding:10px;
  }

  .footer_en_menu_list {
    /*padding:10px;*/
  }
  .footer_navi_title,.footer_navi_title a{
    font-size: 4.5vw;
    font-weight: bold;
    white-space: nowrap;
  }
  .footer_navi_list_child a {
    white-space: nowrap;
    font-size: 3.5vw;
  }

  .footer_navi_list_childs {
    display:block;
    margin-left:30px;
  }
  .footer_navi_list_child{
    margin: 6% 0 6%;
  }
  .header-en-inner {
    display:flex;
  }
  .top-content-title:first-letter {
    font-size: 2em;
    color: #7172ac;
  }
  
  .top-content-title {
    font-size: clamp(24px,1.3vw,30px);
    text-align: center;
    position: relative;
    margin-bottom: 1em;
  }
  
  .top-content-title:before {
    content: '';
    position: absolute;
    bottom: 20px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }
}
/*スマホ版終了*/

.inbound-have-fun-img-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.inbound-have-fun-img {
  width:33%;
  height: 170px;
  margin: 5px 0;
}

.inbound-have-fun-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  -----   faq   */
#faq_content_area,#simulate_content_area {
  margin: 2em auto;
  padding: 1%;
  width: 90%;
  max-width: 1000px;
  text-align: left;
}

#faq_search {
  text-align: right;
  float: right;
  font-size: 1.6em;
  padding: 1em;
  vertical-align: center;
}
#faq_search input {
  line-height: 2em;
}
.faq_list_area {
  width: 95%;
}
.faq_list_area .faq_list {
  margin: 0 0 0 1em;
  text-align: left;
}
.faq_list_area .faq_list_head {
  font-size: 0.6em;
  color: #888888;
  text-align: left;
}
.faq_list_area .faq_list_question {
  font-size: 1.4em;
  text-align: left;
  cursor: pointer;
}
.faq_list_area .faq_list_question:hover {
  text-decoration: underline;
}
.faq_list_area .faq_list_question.closed::before {
  content: '+';
}
.faq_list_area .faq_list_question.opened::before {
  content: '-';
}

.faq_list_area .faq_list_answer {
  margin: 0.3em 0 1em 1.2em;
  padding-left: 1em;
  text-align: left;
  display: none;
  font-size: 1.2em;
}

.faq_button {
  font-size: 1.4rem;
  padding: 0.3em;
  width: 60%;
  margin: 0 auto;
}

.faq_form {
  max-width: 600px;
  border: 1px solid #000000;
  padding: 2em;
  margin: 0 auto;
}
.pick_up_title {
  font-weight: bold;
  font-size: 1.3em;
}
.pick_up {
  margin-bottom: 2em;
}

/*  ---- information ---- */
#information_content_area {
  margin: 1em auto;
  padding: 1%;
  width: 90%;
  max-width: 1000px;
  text-align: left;
}

#info_list_area {
  margin: 3em auto;
  padding: 1em;
  border: solid 1px #808080;
  border-radius: 6px;
}
#info_list .info_list_line {
  border-bottom: dotted 1px #808080;
}

#information_header_area {
  border: 1px solid #707070;
  margin: 1em auto;
  padding: 1%;
  width: 90%;
  max-width: 1024px;
  text-align: left;
  display: inline-block;
}

#information_header_area .info_date {
  margin-right: 1em;
  width: 15%;
  float: left;
}
#information_header_area a {
  width: 80%;
  float: left;
}
#information_header_area .information_title {
  width: 100%;
  text-align: left;
}

.information_title:hover {
  text-decoration: underline;
}

#alert_area {
  color: #ff0000;
}

.select_block .time_under_calendar {
  margin-top: 2px;
}
.select_block .time_under_calendar select {
  border-radius: 5px;
  padding: 1px 5px 1px 5px;
}

#start_navigation {
  margin-top: 1em;
  text-align: center;
  border: solid 1px #888888;
}

#car_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}

.equipment_list {
  width: 30%;
  margin: 0.5%;
  display: block;
  text-align: center;
  border: 1px solid #333333;
  float: left;
  border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
  font-size: 0.8em;
}

.equipments .equipment_on {
  background: #ffccaa;
}

.equipments .equipment_off {
  background: #888888;
  background-image: linear-gradient(
    -11deg,
    transparent 49%,
    black 49%,
    black 51%,
    transparent 51%,
    transparent
  );
}

#social_area {
  margin: 0 auto;
  width: 50%;
}
#social_area li {
  width: 50%;
  padding: 0.5em;
}

.flexslider {
  background: #000;
  margin: 40px auto 40px;
}

.slides {
  width: auto;
  max-width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  vertical-align: bottom;
}

#bodypart .flexslider .slides img {
  width: 100%;
  height:100%;
  object-fit: cover;
}
.slides li {
  display: inline-block;
  vertical-align: bottom;
}

#rv_under {
  width: 80%;
  text-align: left;
  margin: 0 auto;
}

#screen {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
}

#select_block_area input {
  margin-bottom: 1em;
  cursor: pointer;
}

#vehicle_select {
  position: fixed;
  display: none;
  left: 5%;
  top: 21%;
  border: 2px solid #888888;
  width: 90%;
  height: 75%;
  background: #ffffff;
  z-index: 10000;
  border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
  overflow: scroll;
}
#vehicle_select .vehicle_box {
  width: 21%;
  height: auto;
  float: left;
  margin: 1%;
  padding: 1%;
}

#option_area {
  width: 90%;
  max-width: 1280px;
  margin: 4em auto 6em;
}

#option_area #option_list .option_line {
  display: block;
  width: 20%;
  padding: 1%;
  margin: 1%;
  float: left;
  border: 1px #c0c0c0 solid;
  border-radius: 2px;
}

.option_price {
  text-align: right;
  font-weight: bold;
  margin-right: 0.5em;
}

h2 {
  text-align: center;
}

.page_bottom_wysiwyg {
  margin: auto;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
}

/*リボン*/
.ribbon-title-wrapper {
  display: block;
  text-align: left;
  padding: 15px 0;
}

.ribbon-title-wrapper .ribbon-title,.reservation_step .step-title {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  margin: 25px 0 15px;
  line-height: 1.2;
  background: #1155cc;/*リボンの色*/
}
.ribbon-title-wrapper h3{
  font-size: 22px;/*フォントサイズ*/
  color: #FFF;/*フォントカラー*/
  line-height: 2.4;
}

.ribbon-title-wrapper .ribbon-title:before,.reservation_step .step-title::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}

.top-company-info dl {
  display: flex;
  flex-wrap: wrap;
}
.top-company-info dt {
  width: 20%;
  padding: 10px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-company-info dd {
  width: 65%;
  padding: 10px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.company_wrapper {
  padding: 10px;
  margin: 0 10px;
  border-top: 1px solid white;
}

.view_more_wrapper{
  display: block;
  text-align: right;
  margin: 15px 0px;
}

.view_more{
  display:inline-block;
  border-radius: 50px;
  padding: 0px 20px;
  color:white;
  background-color:#1155cc;
  line-height: 2.4;
}

.view_more:hover{
  opacity: 0.6;
  color:white;
}

.view_more_wrapper span{
  font-size: 20px;
  font-weight:bold;
}

.dropmenu li {
	position: relative;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 13px 15px;
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	cursor: pointer;
}
.dropmenu li ul {
	width: 100%;
	z-index: 9999;
	top: 100%;
	left: 0;
}
.dropmenu li ul li{
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.dropmenu li ul li a{
	border-top: 1px solid #dddddd;
	background: #efefef;
	color: #333333;
}
.dropmenu li ul li a:after {
	content: none;
}
.dropmenu li ul li:first-child a{
	border-top: none;
}
@media screen and (min-width: 601px) {
  .dropmenu {
    margin: 0 auto;
    display: flex;
  }
	.dropmenu li:hover a:after {
		transform: rotate(180deg);
		transition: .1s;
	}
	.dropmenu li:hover ul li{
		overflow: visible;
		height: auto;
	}
	.dropmenu li ul li a:hover {
		background: #ffd999;
		transition: .5s;
	}
}
@media screen and (max-width: 600px) {
  .dropmenu {
    width: 200px;
    margin: 0 auto;
  }
	.dropmenu li.active_sp a:after {
		transform: rotate(180deg);
		transition: .1s;
	}
	.dropmenu li.active_sp ul li{
		overflow: visible;
		height: auto;
	}
}
