td.infotable__colum.infotable__colum--headline a {
    text-decoration: none;
    color: inherit;
}

li.info__pageitem.current {
    background-color: rgba(158, 187, 235, 0.93);
}

.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}

.tax_font{
  font-size: 12px;
  font-weight: normal;
}

.message.success {
    background-color: #ff7924;
    display: inline-block;
    padding: .7em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

.message.error {
    background-color: #fff !important;
    display: inline-block !important;
    padding: .6em 1em .7em !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #f31f00 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    margin: 0 5px 0 0 !important;
}

.footer p.company-info__info a {
    color: #fff;
    text-decoration: none;
}

.licence-pic__title {
    display: block;
    margin-bottom: .8em;
}

.licence-pic__img {
    width: 240px;
    height: 150px;
    object-fit: contain;
}

/*  */
.mypage-btn--pc {
    background: #F0808D;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 140px;
    padding: 2px;
    margin-top: 10px;
    margin-left: 400px;
}

.popup__item {
    background: url("../img/common/arrow_blue.svg") no-repeat left center;
    background-size: 6px;
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    min-width: 70px;
    width: 100%;
}

/* */
li.slick-slide img {
    width: 95%;
    height: 95%;
}

/*  */
.shoplist__item--okinawa {
    top: 340px;
    left: 0px;
}

table#calendar_table {
    width: 100%;
    margin-bottom: 5px;
}

table#calendar_table th {
    text-align: center;
    vertical-align: middle;
    background: #666;
    color: #eee;
}

table#calendar_table td {
    vertical-align: top;
}

table#calendar_table th,
table#calendar_table td {
    width: 13.5%;
    border: 1px solid #333;
}

table#calendar_table td.filler {
    background: #aaa;
}

table#calendar_table p.price_24 {
    font-size: 16px;
}

table#calendar_table p.price_2nd span.small {
    font-size: 9px;
}

table#calendar_table p.price_2nd {
    font-size: 11px;
    padding: 2px 0 6px;
}

table#calendar_table p.price_24.occupied {
    font-size: 30px;
    line-height: 1;
    color: #800;
}

table#calendar_table p.price_24.vacant {
    font-size: 24px;
    line-height: 1.5;
    color: #0C509F;
}

table#calendar_table p.price_24.first {
    margin: 4px 0 0;
    font-size: 9px;
    line-height: 1;
}

table#calendar_table p.cancel_1 {
    font-size: 11px;
}

table#calendar_table p.cancel_2 {
    font-size: 11px;
}

table#calendar_table p.date.period_1 {
    color: #ffffff;
    background-color: #ff80c0;
}

table#calendar_table p.date.period_2 {
    color: #ffffff;
    background-color: #84c1ff;
}

table#calendar_table p.date.period_3 {
    color: #000000;
    background-color: #ffffff;
}

.no_field{
  background-color: #c9c9c9;
  border-top: 1px solid;
  min-height: 107px;
}

a.selectable {
  background-color: white;
  display: block;
  border-top: 1px solid;
}

a.selectable.selected {
  background-color: rgb(33 150 243 / 50%);
  display: block;
}


.reservation-button-wrapper {
    position: relative;
}

.reservation-button {
    position: relative;
    display: inline-block;
    padding: 12px 30px 12px;
    background: linear-gradient(to bottom, #ff7b4a, #ff5722);
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(255, 87, 34, 0.3);
    transition: all 0.3s ease;
    width: 100%;
}

.reservation-button:hover {
    background: linear-gradient(to bottom, #ff8a5c, #ff6b40);
    box-shadow: 0 5px 12px rgba(255, 87, 34, 0.4);
    transform: translateY(-2px);
}

.reservation-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(255, 87, 34, 0.3);
}

.reservation-button.disabled {
    background: linear-gradient(to bottom, #b0b0b0, #909090);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    cursor: not-allowed;
}

.reservation-button.disabled:disabled {
    opacity: 1;
}

.reservation-button.disabled:hover {
    transform: none;
    background: linear-gradient(to bottom, #b0b0b0, #909090);
}


table#calendar_table p.date.period_4 {
    color: #000000;
    background-color: #ffff80;
}

div#calendar p.prev {
    float: left;
}

div#calendar p.next {
    float: right;
}

div#calendar p.prev a,
div#calendar p.next a {
    color: #0a4e98;
    text-decoration: underline;
}

#car_wrap .left_06 {
    top: 2060px;
}

#car_wrap .left_07 {
    top: 2860px;
}

#car_wrap .left_08 {
    top: 2930px;
}

#car_wrap {
    /* height: 3880px; */
}

/*  */
body.body_class_index {
    margin-top: 68px;
}

body.body_class_calculatePrice,
body.body_class_carList,
body.body_class_check,
body.body_class_detail,
body.body_class_finish,
body.body_class_form,
body.body_class_formprofile,
body.body_class_option,
body.body_class_pricePlan,
body.body_class_reserve,
body.body_class_reserve_email,
body.body_class_reserveError,
body.body_class_reservePrice {
    margin-top: 58px;
}

body.body_class_reserve_confirm {
    margin-top: 65px;
}

#form {
    margin-top: 0;
}
.reserve_finish p {
    text-align: left;
    margin: 0px 15em;
}
.reserve_finish .serch {
    text-align: center;
    margin-bottom: 1em;
}

div.info_header {
    width: 100%;
    height: 40px;
    background: no-repeat center center url('/basefiles/images/osirase_title_2.png');
}

div.info_header p.info_title {
    padding-top: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-left: 25vw;
    text-align: left;
}
.text_red {
    color:#c90000;
    font-weight: bold;
}

/* TOP 約款・保険保証 */
.loan_wapper {
    display: table;
}

.loan_list {
    width: 212px;
    margin: .2em auto;
    float: left;
    display: block;
}

.recruit_list {
    line-height: 2.6;
    width: 100%;
    margin-left: 15px;
}

.loan_list i {
    color: #0b4f9f;
    font-size: 17px;
}

.loan_list a {
    color: #444;
    font-weight: bold;
}
/* /TOP 約款・保険保証 */

/* 拠点別約款・保険保証・採用情報 */
.base_loan, .base_guarantee {
    margin: 58px auto;
}

.base_loan h2, .base_guarantee h2, #option_price h2 {
    background: #000;
    color: #fff;
    line-height: 3;
    text-align: center;
}

.base_recruit h2 {
    color: #000;
    line-height: 3;
    text-align: center;
}

.h2_loan {
    background: #fff !important;
    color: #000 !important;
    line-height: 1.2 !important;
    margin-bottom: 1em;
}

.base_guarantee .hoken table {
    margin: 20px 0;
}

.base_recruit h1 {
    font-size: 26px;
    color: #000;
    text-align: center;
    left: .5em;
    margin: -1em 0 20px 0;
    line-height: 1.5;
    border-bottom: 3px #38549a solid;
}

.base_loan h3, .base_guarantee h3 {
    color: #000;
    margin: 1em auto .5em auto;
    padding-left: .5em;
    line-height: 1.5;
    font-size: 22px;
    background: transparent;
    border-left: solid 5px #38549a;
}

.base_recruit h3 {
    color: #000;
    font-size: 17px;
    margin: 1em auto .5em auto;
    line-height: 1.5;
    background: transparent;
}

.base_loan h4, .base_guarantee h4 {
    font-size: 15px;
    line-height: 2.2;
}

.base_loan .inner, .base_guarantee .inner {
    background: #fff;
    width: 900px;
    text-align: left;
    padding: 1em 5em;
    margin: auto;
}

.base_loan ol li, .base_guarantee ol li {
    list-style-type: decimal;
    margin: .2em .5em .2em 1.5em;
}

.base_loan ul li, .base_guarantee ul li {
    list-style-type: disc;
    margin: .2em .5em .2em 1.5em;
}

.base_loan .circle ul li {
    list-style-type: circle;
}

.base_guarantee div {
    width: 100%;
}

.base_guarantee p {
    line-height: 2;
}

.base_guarantee p span, .base_guarantee table {
    margin: 1.2em;
    width: 100%;
}
.base_recruit table {
    margin: .2em .5em;
    width: 100%;
    border: 1.5px #ccccff solid;
}

.base_guarantee table th {
    width: 40%;
    padding-left: .3em;
}

.base_recruit table th {
    width: 20%;
    vertical-align: top;
    padding: 0 8px;
    background: #f0f2ff;
    border: 1.5px #ccccff solid;
}

.base_recruit table td {
    width: 80%;
    padding: 0 8px;
    background: #ffffff78;
    line-height: 2;
    border: 1.5px #ccccff solid;
}
.base_recruit table ul {
    list-style: none;
}

.base_guarantee .table06 {
    width: 70%;
}

.base_guarantee .table07 {
    width: 70%;
}

.base_guarantee .table06 th {
    width: 15%;
}



.base_guarantee dl {
    width: 100%;
    margin-left: .5em;
    display: block;
}

.base_guarantee dt {
    float: left;
    min-height: 70px;
}

.base_guarantee dd {
    display: table;
}

.base_recruit {
    text-align: left;
    width: 800px;
    margin: auto;
}

.base_recruit table p {
   white-space: pre-wrap;
}

.recruit_medium{
    font-size: 16px;
    font-weight: bold;
    color: #003e94;
}

.recruit_img {
    width: 100%;
}
.recruit_img img, .recruit_img iframe {
    margin: 0 auto;
    display: block;
}

.recruit_contact {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
}

.recruit_404 {
    text-align: center;
    padding-bottom: 15px;
    background: #fff;
}

.recruit_contact .subpage__button, .recruit_404 .subpage__button {
    margin-top: 5px;
}
/* /拠点別約款・保険保証・採用情報 */

.opt_label {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
.cls_btn {
    display: none;
}
.accbox label {
    padding: 2px 8px;
    cursor :pointer;
    border-radius: 3px;
    border: #333 1px solid;
}
.accbox label:hover {
    background: #f4f4f4;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
    display: block;
}
.accshow p {
    display: inline-block;
}

/* PC */
@media screen and (min-width: 769px) {

  .ura_banner{
     border-radius:10px;
  }

    .header__container {
        position: relative;
    }

    .header__container--tagline {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0.75em;
    }

    .tagline p {
        position: absolute;
        top: -2px;
    }

    .top-menu-english--pc {
        position: absolute;
        right: 7%;
        top: 4px;
        text-decoration: none;
	background-color: #567ce6;
        color: #fff;
        padding: 6px;
        border-radius: 10%;
        line-height: 1.5;
    }

    .top-menu-chinese--pc {
        position: absolute;
        right: 0%;
        top: 4px;
        text-decoration: none;
        background-color: #ff4a77;
        color: #fff;
        padding: 6px;
        border-radius: 10%;
        line-height: 1.5;
    }
    .top-menu-korea--pc {
        position: absolute;
        right: 13%;
        top: 4px;
        text-decoration: none;
        background-color: #43bea7;
        color: #fff;
        padding: 6px;
        border-radius: 10%;
        line-height: 1.5;
    }
    .top-menu-thailand--pc {
        position: absolute;
        right: 18.5%;
        top: 4px;
        text-decoration: none;
        background-color: #d89047;
        color: #fff;
        padding: 6px;
        border-radius: 10%;
        line-height: 1.5;
    }

    .header-logo {
        margin-top: 22px;
        width: 260px;
        height: 83px;
    }

    .shoplist .catch_copy {
        display: block;
    }

    .shoplist .catch_copy {
        line-height: 1.0em;
        margin-bottom: 12px;
    }

    .shoplist .catch_copy--line1 {
        line-height: 1.5em;
        font-size: 0.76em;
    }

    .car-search .catch_copy {
        display: none;
    }

    .car-search .catch_copy {
        display: none;
    }

    /* オプション */
    #option_wrap {
        width: 1000px;
        margin: auto;
    }
    #option_wrap .title {
        font-weight: bold;
        min-height: 60px;
        font-size: 16px;
        text-align: left;
        border-bottom: 1px #d4d2d2 solid;
    }
    #option_wrap ul {
        width: 100%;
        display: inline-block;
    }
    #option_wrap li {
        min-height: 340px;
        width: 28%;
        margin: 10px;
        padding: 10px;
        float: left;
        border-radius: 5px;
        background: #fff;
    }
    .option_child_wrap {
        display: inline-block;
    }
    .option_img {
        width: 50%;
        float: left;
    }
    #option_wrap img {
        width: 100%;
        height: 114px;
        object-fit: contain;
        float: left;
        margin: 5px;
    }
    #option_wrap .option_price {
        width: 50%;
        float: left;
        font-size: 18px;
        margin-top: 27px;
    }
    #option_wrap .option_price span {
        font-size: 14px;
        font-weight: normal;
    }
    .simple_read {
        display: inline-block;
        height: 75px;
    }
    /* /オプション */

    .link-banner {
      width: 1024px;
      margin: 10px auto;
    }
    .link-banner ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
    }
    .link-banner li {
      width: 50%;
    }
    .link-banner img {
      width: 95%;
        margin: 0 0 0 10px;
        height: 110px;
        object-fit: cover;
    }

    /* TOPキャンペーン系など */
    .to_campaign {
        width: 100%;
        margin: 5px 0 0 0;
        text-align: center;
    }
    .to_campaign img {
        width: 700px;
        margin-top: 15px;
    }
    .to_campaign a {
        color: #f00;
        font-weight: bold;
    }
    /* /TOPキャンペーン系など */

    .pc_none {
        display: none;
    }
}

/* /PC */

/* SP */
@media screen and (max-width: 768px) {

  .ura_banner{
    border-radius:15px;
  }

    .mypage-btn--pc {
        display: none;
    }

    table#calendar_table {
        width: 96%;
        margin: 0 auto 5px;
    }

    table#calendar_table p {
        line-height: 1.5em;
    }

    table#calendar_table p.date {
        font-size: 10px;
    }

    table#calendar_table p.price_24 {
        font-size: 10px;
    }

    table#calendar_table p.price_2nd span.small {
        font-size: 7px;
    }

    table#calendar_table p.price_2nd {
        font-size: 9px;
    }

    div#calendar p.prev {
        margin-left: 2%;
    }

    div#calendar p.next {
        margin-right: 2%;
    }

    .header__container--tagline {
        display: none;
    }

    .shoplist .catch_copy {
        display: none;
    }

    .car-search .catch_copy {
        display: block;
    }

    .car-search .catch_copy {
        line-height: 1.0em;
        margin-bottom: 12px;
        text-align: center;
        font-size: 4.5vw;
        margin-left: -7.73vw;
    }

    .car-search .catch_copy--line1 {
        line-height: 1.5em;
        font-size: 0.76em;
    }

    /* TOP 約款・保険保証 */
    .loan_wapper, recruit_wapper {
        margin: auto;
    }

    .loan_list {
        margin: .5em auto;
        width: 100%;
    }

    .recruit_list {
        margin: .5em auto;
        width: 100%;
    }
    /* /TOP 約款・保険保証 */

    /* 拠点別約款・保険保証・採用情報 */
    .base_loan, .base_guarantee {
       margin: 44px auto;
    }

    .base_loan .inner {
        width: 95%;
        padding: .5em;
        margin: .5em auto;
    }

    .base_guarantee .inner {
        width: 97%;
        padding: .2em;
        margin: .5em auto;
    }

    .base_loan h3, .base_guarantee h3 .base_recruit h3 {
        margin-left: .5em;
        margin-top: 1.5em;
    }

    .base_loan h4, .base_guarantee h4 {
        padding-left: .5em;
    }

    .base_guarantee p {
        line-height: 1.8;
    }

    .base_guarantee dt {
        min-height: 26px;
    }

    .base_guarantee dd {
        clear: both;
        margin-left: 1em;
    }

    .base_guarantee .table06 {
        width: 100%;
    }
    .base_guarantee .table06 th {
        width: 10%;
    }
    .base_guarantee .table06 td {
        width: 30%;
    }
    .base_guarantee table th, .base_guarantee table td {
        width: 50%;
        padding-left: .3em;
    }

    .base_recruit {
        width: 110%;
        margin-left: -15px !important;
    }

    .recruit_img img, .recruit_img iframe {
        width: 90%;
        height: auto;
    }

    .base_recruit h1 {
        line-height: 1.4;
        font-size: 20px;
    }

    .base_recruit p {
        line-height: 1.6;
    }

    .recruit_medium {
        line-height: 2;
        margin: 8px 0;
        font-size: 16px;
    }

    .base_recruit table {
        margin-left: 0;
    }

    .base_recruit table th {
        margin-left: 0;
        font-size: 12px;
        padding: 0 5px;
    }

    /* /拠点別約款・保険保証・採用情報 */

    /* 予約完了メッセージ */
    .reserve_finish p {
        text-align: left;
        margin: 0 .5em;
    }
    /* /予約完了メッセージ */

    /* オプション */
    #option_wrap {
        margin: auto;
        width: 100%;
    }
    #option_wrap .title {
        font-weight: bold;
        display: inline-block;
        min-height: 40px;
        font-size: 14px;
        text-align: left;
        border-bottom: 1px #d4d2d2 solid;
    }
    #option_wrap ul {
        width: 100%;
        margin: auto;
        display: inline-block;
    }
    #option_wrap li {
        min-height: 335px;
        width: 43%;
        margin: 5px;
        padding: 5px 6px;
        float: left;
        border-radius: 5px;
        background: #fff;
    }
    .option_img {
        width: 100%;
        margin:auto;
        display: flex;
    }
    #option_wrap img {
        width: 100px;
        height: 80px;
        margin: 5px auto;
        float: left;
        object-fit: contain;
    }
    #option_wrap .option_price {
        float: left;
        font-size: 14px;
        margin: 5px 0;
        width: 100%;
        display: block;
    }
    #option_wrap .option_price span {
        font-size: 12px;
        font-weight: normal;
    }
    #option_wrap #option_text2 {
        display: inline-block;
    }
    /* /オプション */

    .link-banner {
      width: 90%;
      margin: 5px auto;
    }
    .link-banner ul {
      list-style: none;
    }
    .link-banner img {
      width: 100%;
      padding: 10px 0;
    }

    /* TOPキャンペーン系など */
    .to_campaign {
        width: 100%;
        margin: 5px 0 0 0;
        text-align: center;
    }
    .to_campaign img {
        margin-top: 15px;
        width: 90%;
    }
    .to_campaign a {
        color: #f00;
        font-weight: bold;
    }
    /* /TOPキャンペーン系など */

    .sp_none {
        display: none;
    }

    .reservation-button-wrapper {
        position: relative;
        width: 95%;
        margin: 0 auto;
    }

    .reservation-button{
      font-size: 4vw;
      padding: 12px 30px;
    }
}
/* SP */
