/*
Theme Name: Square Child Theme
Theme URI: https://www.heisei-car.club/
Author: Heisei Rentacar.
Author URI: https://www.heisei-car.club
Description: Responsive HTML5 WordPress Theme
Version: 1.0.0
Template: square
*/

@import url("../square/style.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");


/*theme edit*/
.single-entry-content{
font-size: 15px;
}
#sq-masthead{
position: inherit;
background-color: #dc0000 !important;
z-index: 999;
height: 80px;
}
.sq-main-header {
background-color: #fff;
padding: 0;
}
.sq-main-navigation li {
line-height: 40px;
}
.sq-menu > ul > li:hover > a::before, .sq-menu > ul > li.current_page_item > a::before, .sq-menu > ul > li.current-menu-item > a::before{
top:5px;
}

.sq-main-title,.sq-site-description{
display:none;
}
.entry-content h2,.entry-content h3{
text-align:center;
}
table{
border-left:none !important;
border-right:none !important;
}
th{
white-space:nowrap;
}
.center{
text-align:center;
}
.right{
text-align:right;
}


/*LOGIN OUT*/
.loginout{
margin: 0;
padding: 0;
list-style: none;
text-align: right;
clear: both;
width: 100%;
}
.loginout{zoom:1;}
.loginout:after{content:""; display:block;clear:both;}
.loginout li{
float: right;
}

/*input width*/
#login-id{width:75%;}
#login-pw{width:50%;}

#name{width:50%;}
#name-kana{width:50%;}
#email{width:50%;}
#phone{width:50%;}
#memo{width:100%;}

#password{width:50%;}
#company{width:50%;}
#zip{width:25%;}
#address1{width:100%;}
#address2{width:100%;}




/*title*/
.reservation-contents h2{
padding-bottom:.5em;
border-bottom:5px solid #ccc;
}
#cargroup_select h3,#mainform h3,#form_fields h3{
color:#dc0000;
padding-bottom:.5em;
border-bottom:4px double #5bc2ce;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
width: inherit;
}

/*error message*/
.error_message{
background-color:#fffde7;
border-bottom:3px solid #dc0000 !important;
border-radius: 4px;
}
.error_message h3{
color:#dc0000;
position: relative;
font-size: 21px;
text-align: left;
padding-left: 1.5em;
}
.error_message h3:before{
content: "\f06a";
font-family: FontAwesome;
left:0;
top:-8px;
position:absolute;
font-size:1.6em;
color:#dc0000;
}
.error_message li{
color: #dc0000;
}



.small-button{
margin:0 0 2em;
text-align:right !important;
}
.small-button a{
font-size:12px !important;
padding:0.25em .5em !important;
height:24px !important;
line-height:24px !important;
border:1px solid #ccc !important;
color:#666 !important;
background-color:#fff !important;
border-radius:4px;
text-align:right !important;
}

.small-button2{
font-size:12px !important;
padding:0 .5em !important;
height:24px !important;
line-height:24px !important;
border:1px solid #ccc !important;
color:#666 !important;
background-color:#fff !important;
border-radius:4px;
box-shadow:none !important;
}

/*パンくず*/
.reservations-step{
list-style: none;
display: inline-block;
}
.reservations-step .icon {
font-size: 14px;
}
.reservations-step li {
float: left;
color: #666;
display: block;
background: #eaeaea;
text-decoration: none;
position: relative;
height: 40px;
line-height: 36px !important;
padding: 0 10px 0 5px;
text-align: center;
margin-right: 23px;
border:none !important;
}
.reservations-step li{
background-color: #eaeaea;
}
.reservations-step li:before {
border-color: #eaeaea;
border-left-color: transparent;
}
.reservations-step li:after {
border-left-color: #eaeaea;
}
.reservations-step li:first-child {
padding-left: 15px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px;
border-radius: 4px 0 0 4px;
}
.reservations-step li:first-child:before {
border: none;
}
.reservations-step li:last-child {
padding-right: 15px;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0;
border-radius: 0 4px 4px 0;
}
.reservations-step li:last-child:after {
border: none;
}
.reservations-step li:before, .reservations-step li:after {
content: "";
position: absolute;
top: 0;
border: 0 solid #eaeaea;
border-width: 20px 10px;
width: 0;
height: 0;
}
.reservations-step li:before {
left: -20px;
border-left-color: transparent;
}
.reservations-step li:after {
left: 100%;
border-color: transparent;
border-left-color: #eaeaea;
}
.reservations-step li.now-on {
color: #fff;
background-color: #333;
}
.reservations-step li.now-on:before {
border-color: #333;
border-left-color: transparent;
}
.reservations-step li.now-on:after {
border-left-color: #333;
}


#form_fields .goto:after{
content: "\f0da";
font-family: FontAwesome;
right:0;
top:40%;
position:absolute;
font-size:2em;
color:#dc0000;
}
#form_fields h1,#form_fields p{
text-align:center;
}
#form_fields h1{
padding:.5em;
border-bottom:4px solid #eaeaea;
border-radius:4px;
}
#form_fields h1 span{
font-size:16px;
}

.from{
padding:.5em;
background-color:#f3faee;
border:2px solid #afdb84;
border-radius:4px;
}
.to{
padding:.5em;
background-color:#f9eeee;
border:2px solid #e6adad;
border-radius:4px;
}

.from-to dl{
margin: 0;
padding: 0;
}
.from-to dt{
margin: 0 0 .5em;
padding: .5em;
line-height: 1;
background-color: #fafafa;
}
.from-to dt sup{
margin-left: .5em;
padding:.1em .2em;
color: #fff;
background-color: #dc0000;
border-radius:2px;
top:-2px;
}
.from-to dd{
margin: 0 0 1em;
padding: 0.5em;
line-height: 1.5;
}
.from-to dd .input1{
margin-top: .5em;
width:100%;
}

.from-to optgroup{
margin:0 1em 1em;
}
.from-to optgroup.okayamaken,.from-to optgroup.kagawaken,.from-to optgroup.ehimeken,.from-to optgroup.sonota{
margin:0 1em 1em;
padding:0.5em;
font-size:12px;
}
.from-to optgroup:not(last-child){
border-bottom:1px solid #ccc;
}
.from-to optgroup option{
margin:0;
padding:.5em;
font-size:12px;
background-color:#fff;
}

.error_message{
margin: 0 0 4em;
padding: 1em;
}
#form_fields section{
margin: 0 0 4em;
padding: 1em;
border: 10px solid #5bc2ce;
border-radius:4px;
}
.reservation-contents dl, .reservation-contents3 dl, .reservation-contents4 dl{zoom:1;}
.reservation-contents dl:after,.reservation-contents3 dl:after,.reservation-contents4 dl:afterr{content:""; display:block;clear:both;}
#form_fields div div .from:before{
content: "出発";
padding: .25em;
color: #fff;
background-color: #76bb3d;
margin-right: .5em;
font-size:12px;
border-radius:2px;
}
#form_fields div div .to:before{
content: "返却";
padding: .25em;
color: #fff;
background-color: #cf5b5b;
margin-right: .5em;
font-size:12px;
border-radius:2px;
}
.from,.to{
position:relative;
}
.from a,.to a{
position:absolute;
right:5px;
}
#form_fields div div .from:after{
content: "\f0da";
font-family: FontAwesome;
color: #76bb3d;
font-size:20px;
position:absolute;
right:-8px;
top:25%;
}

.member_wari{
color:#dc0000;
background-color: #f9eeee;
border-top: 3px solid #dc0000 !important;
border-bottom: 4px solid #dc0000 !important;
padding-top: .5em;
padding-bottom: .5em;
text-align: center !important;
}
.member_total{color:#76bb3d;}
.member_total_var{
color: #000;
font-size: 21px;
letter-spacing:1px;
}


.caution02{
color: #dc0000;
}
input[type="submit"] {
display: block;
margin: 1em auto 2em;
padding: 0 4em;
height: 72px;
line-height: 64px;
font-size: 21px;
border:4px solid #5bc2ce;
border-radius:4px;
transition:.3s;
box-shadow:3px 12px 24px rgba(0,0,0,.3);
}
input:hover[type="submit"] {
color:#5bc2ce !important;
background-color: #fff;
box-shadow:3px 12px 24px rgba(0,0,0,0.3)inset;
}

.reservation-contents{
margin:0 0 1em !important;
padding:1em;
border:10px solid #ccc;
border-radius:4px;
}
.reservation-contents3 dl,.reservation-contents4 dl{
margin:0 0 1em !important;
padding:1em;
border:1px solid #ccc;
border-radius:4px;
}
.reservation-contents dl dd,.reservation-contents3 dl dd,.reservation-contents4 dl dd{
margin:0 0 0 10px !important;
}
.reservation-contents dl,.reservation-contents3 dl,.reservation-contents4 dl{zoom:1;}
.reservation-contents dl:after,.reservation-contents3 dl:after,.reservation-contents4 dl:after{content:""; display:block;clear:both;}

.reservation-contents dt,.reservation-contents3 dt,.reservation-contents4 dt{
float:left;width:20%;
}
.reservation-contents dd,.reservation-contents3 dd,.reservation-contents4 dd{
float:left;width:calc(40% - 10px);
}
.reservation-contents dd,.reservation-contents3 dd,.reservation-contents4 dd{
padding-left:1em;
}


.reservation-contents3,.reservation-contents4{
margin:0 0 2em;
padding:1em;
border:10px solid #eaeaea;
border-radius:4px;
}



#form_fields table th{
vertical-align:middle !important;
}
#form_fields th:nth-child(4){
background-color: #dc0000;
}
#form_fields table th sup{
margin:0 0 0 .5em;
padding:.1em .2em;
color:#fff;
background-color:#dc0000;
border-radius:2px;
font-size:12px;
}


@media screen and (max-width: 414px) {

#car_list th,#car_list td{
display: block;
width: 100%;
}
input[type="submit"]{
font-size: 14px;
}
}


/*step2 車タイプ選択*/
.cargrouplist li{
margin:0 .5em 1em !important;
padding:0;
text-align:center;
border:1px solid #ccc;
width:calc(25% - 1em) !important;
}
.cargrouplist li{
list-style: none;
}
.cargrouplist li input[type=radio]{
  display: none;
}
ul.cargrouplist li img{
width: 120px !important;
height:auto !important;
}


.cargrouplist label{
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  border-radius: 1px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
width:100%;
}
.cargrouplist label:hover{
  background-color: #5bc2ce;
}
.cargrouplist label:hover:after{
  border-color: #fff;
}
.cargrouplist label:after{
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 4px;
  content: '';
}

.cargrouplist label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: 0;
}
.cargrouplist label img {
  pointer-events: none;
}
.cargrouplist input[type=radio]:checked + label:before {
  opacity: 1;
}
.cargrouplist input[type=radio]:checked + label{
 background-color: #5bc2ce;
}

.smoke div{
float:left;
width:25%;
margin:0 0 1em;
padding:0 1em;
}
.smoke div:not(:last-child) {
border-right: 1px solid #eaeaea;
}
.smoke{zoom:1;}
.smoke:after{content:""; display:block;clear:both;}

.map-guide{
margin-left: 0;
margin-right: 0;
}

.map-guide div{ float:left;width:20%;text-align:center;}
.map-guide div img,.map-guide div input,.map-guide div label{
clear:both;
display:block;
}
.map-guide div img{
width:60px;
margin:0 auto;
}

.optchild,.optjunior,.optstudless,.optohenro,.optstudless,.opt4wd{
position:relative;
float:left;
margin:0 10px 10px 0;
padding:.5em;
width:calc( 50% - 10px);
border:1px solid #ccc;
border-radius:4px;
}
.optchild img,.optjunior img,.optstudless img,.optohenro img,.optstudless img,.opt4wd img{
position:absolute;
top:4px;
right:4px;
width:100px;
height: auto;
}

/*step2 無料貸出オプション*/
.protection{
padding-top: .5em;
border-top: 1px solid #eaeaea;
}
.protection dt{
margin-bottom: .5em;
padding: .25em 0 .25em .5em;
letter-spacing: 2px;
background-color: #f3faee;
border: 2px solid #afdb84;
border-radius: 2px;
}
.protection dt input{
margin-right: .5em;
}
.protection dd{
margin: 0;
padding: .25em 0 .25em 2em;
}
.protection dd strong{
margin-right: .2em;
font-size: 18px;
letter-spacing: 1px;
color: #dc0000;
}
.protection dd:nth-child(3){
font-size: 14px;
color: #333;
padding-left: 2.5em;
margin-bottom: 1em;
}
.carnavi-pr{
font-size: 18px;
font-weight: bold;
color: #dc0000;
margin-bottom: .5em;
}

.map-guide li{
margin:0 .25em 1em !important;
padding:0;
text-align:center;
border:1px solid #ccc;
width:calc(20% - 1em) !important;
float: left;
}
.map-guide li{
list-style: none;
}
.map-guide li input[type=checkbox]{
display: none;
}
.map-guide li img{
width: 60px !important;
height:auto !important;
margin-bottom: .5em;
}
.map-guide label{
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  border-radius: 1px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
width:100%;
}
.map-guide label:hover{
  background-color: #5bc2ce;
}
.map-guide label:hover:after{
  border-color: #fff;
}
.map-guide label:after{
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 20%;
  left: 10px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 4px;
  content: '';
}
.map-guide label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 20%;
  left: 13px;
  display: block;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: 0;
}
.map-guide input[type=checkbox]:checked + label:before {
  opacity: 1;
}
.map-guide input[type=checkbox]:checked + label{
 background-color: #5bc2ce;
}





/*step3*/
.member-wrap{
border-color: #dc0000 !important;
}
.member-wrap h3{
border-color: #dc0000 !important;
}
.car-estimate{
border:1px solid #ccc;
border-radius:4px;
margin:0 0 1em !important;
padding:1em;
}
.car-estimate dt{
width:18%;
}
.car-estimate dd.car-estimate-dd1{
width:20%;
text-align:center !important;
}
.car-estimate dd.car-estimate-dd2{
width:56%;
}


/*TABLE*/
#form_fields table th, #form_fields table td{
padding: 10px 10px 6px;
line-height: 1.4em !important;
}
.car-estimate table{
border:3px solid #76bb3d;
border-radius:4px;
}

.car-estimate caption{
text-align:right;
padding-bottom:.5em;
color:#333;
font-size:13px;
}



/*login*/
.mypage h1{
padding-bottom: .5em;
color: #dc0000;
text-align: center;
line-height: 1.6;
border-bottom: 4px double #ccc;
}
.mypage h1 span{
color: #000;
font-size: .5em;
display: block;
width: 100%;
}
.user-data{
margin:0 0 2em;
padding: 1em;
border: 1px solid #dc0000;
border-radius: 4px;
}
.user-data li{
margin: 0 0 0 1em;
padding: .5em 0;
border-bottom: 1px dotted #eaeaea;
}
.utility-nav{
margin: 0;
padding: 0;
list-style: none;
}
.utility-nav li{
margin: 0 .5em 0 0;
padding: 0;
float: left;
}
.utility-nav li a{
margin: 0;
padding: .5em;
border: 3px solid #5bc2ce;
}
.history_list{
margin-bottom: 4em;
}

#wpmem_login .link-text{
float:right;
}




/* MODAL*/
.modal > label {
margin: 0 auto 1em;
background: #FFD300;
color: #000;
cursor: pointer;
display: block;
width: 5em;
border-radius: 4px;
text-align: center;
}

.modal-overlay {
background:#81d4fa;
position: fixed;
top: 5em;
bottom: 1em;
left: 1em;
right: 1em;
text-align:center;
overflow-y: auto;
}

.modal-overlay img{
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
}
.modal-wrap {
position: relative;
margin: 0 auto;
width: 100%;
}

.modal-wrap label {
background: #FFD300;
color: #000;
cursor: pointer;
display: inline-block;
padding:1em;
position: absolute;
top: 0;
z-index: 999;
}

.modal input {
position: absolute;
z-index: -9999;
visibility: hidden;
}

.modal-overlay {
opacity:0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
z-index: -999;
}

input:checked ~ .modal-overlay {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-0-transform: scale(1);
transform: scale(1);
z-index: 999;
}
.modal .sp{
display: none;
}
.remodal{
border-radius: 4px;
}
.remodal h2 span{
margin-right: .5em;
padding: .25em;
font-size: 14px;
line-height: 30px;
color: #fff;
background-color: #333;
border-radius: 3px;
vertical-align: text-top;
}
.remodal-confirm{
background-color: #76bb3d !important;
border-radius: 3px;
line-height: 1 !important;
}
.remodal-confirm, .remodal-cancel{
}

@media screen and (max-width: 414px) {
.pc {display: none;}
.sp {display: inherit !important;}
}

@media screen and (max-width: 768px) {
#login-id,#login-pw,#name,#name-kana,#email,#phone,#memo,#password,#company{
width:100% !important;}
.from a,.to a{
position:absolute;
right:5px;
bottom: 5px;
}
#car_list th img, #car_list dl{
clear: both;
}

}



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

Basic Style

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

.cd-multi-steps a:hover{
color: #333 !important;
background-color: transparent;
cursor: default;
}

.cd-breadcrumb, .cd-multi-steps {
  width: 100%;
  max-width: 768px;
  padding: 0.25em .5em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: .25em;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 13px;
  }
}

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

Triangle breadcrumb

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1em .8em 1em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #96c03d;
    border-color: #96c03d;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
    /* 
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}
/* -------------------------------- 

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */
@media only screen and (min-width: 768px) {
  .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px;
  }
}
/* -------------------------------- 

Multi steps indicator 

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }

  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 4px;
    background: #ddd;
    /* reset style */
    margin: 0;
  }
  .cd-multi-steps li.visited::after {
    background-color: #96c03d;
  }
  .cd-multi-steps li > *, .cd-multi-steps li.current > * {
    position: relative;
    color: #333;
  }

  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }

  .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #edeff0;
  }
  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }
  .cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
    color: #ffffff;
    background-color: #96c03d;
  }
  .cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
  }

  .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
    width: 110px;
    text-align: center;
  }
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }
  .cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #ddd;
  }
  .cd-multi-steps.text-top li.visited > *::before,
  .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before,
  .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #96c03d;
  }

  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }

  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }
}
/* -------------------------------- 

Add a counter to the multi-steps indicator 

-------------------------------- */
.cd-multi-steps.count li {
  counter-increment: steps;
}

.cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {
  .cd-multi-steps.text-top.count li > *::before,
  .cd-multi-steps.text-bottom.count li > *::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #ffffff;
  }

  .cd-multi-steps.text-top.count li:not(.current) em::before,
  .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #2c3f4c;
  }

  .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }

  .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }

  .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }

  .cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }

}

@media screen and (max-width: 414px){
.cd-multi-steps li {list-style: none;}
.cd-multi-steps li span{display: none;}
.cd-multi-steps.count li > *::before{
content: none;
}
.cd-multi-steps li:before{
font-size: 12px;
}
.cd-multi-steps li:nth-child(1):before{
content: "❶ 日時";
}
.cd-multi-steps li:nth-child(2):before{
content: "❷ 車種";
}
.cd-multi-steps li:nth-child(3):before{
content: "❸ お客様";
}
.cd-multi-steps li:nth-child(4):before{
content: "❹ 確認";
}
.cd-multi-steps li:nth-child(5):before{
content: "❺ 完了";
}
.cd-multi-steps li.current{
color: #dc0000;
}
}


/*GRID*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}


@media screen and (max-width: 768px) {
#sq-masthead{
position: relative;
}
ul.reservations-step li{
color: #333;
}

#form_fields .goto:after{
content: "\f0d7";
font-family: FontAwesome;
bottom:-30px;
right:50%;
top: inherit;
font-size:2em;
}
ul.reservations-step li{
font-size: 7px !important;
}
.reservation-contents dt, .reservation-contents3 dt, .reservation-contents4 dt{
width: 100%;
float: none;
}
.reservation-contents dd, .reservation-contents3 dd, .reservation-contents4 dd{
float: none;
width: 100%;
margin-left: 0 !important;
margin-bottom: 1em !important;
}
.reservation-contents dl dd, .reservation-contents3 dl dd, .reservation-contents4 dl dd{
margin-bottom: 1em !important;
margin-left: 0 !important;
}
#form_fields div div .from:after{
content: "\f0d7";
font-size:20px;
position:absolute;
right:50%;
top:inherit;
bottom: -20px;
}
ul.cargrouplist li img{
width:100px !important;
heigh:auto;
}
.cargrouplist label{
font-size:12px;
}
.cargrouplist label::before{
top:15px;
right:8px;
left:inherit;
}
.cargrouplist label::after{
top:15px;
right:5px;
left:inherit;
}

@media screen and (min-width: 713px) and (max-width: 768px) {
ul.cargrouplist li{
width: 31% !important;
}
}

@media screen and (max-width: 712px) {
ul.cargrouplist li{
width: 44% !important;
}
}



#car_list{
width: calc(100% - 3.25em);
}
#car_list th, #car_list td{
width: calc(100% - 3.25em);
}
.smoke div{
width:33%;
padding:0 4px;
}
.plan_form br{
display:none;
}
.plan_form th{
color: #fff;
background-color: #333;
position:relative;
padding:1em !important;
}
.plan_form th,.plan_form td{
display: block;
width:100%;
}
.plan_form th a{
position:absolute;
right:5px;
}
.plan_form td{
border: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.optchild, .optjunior, .optstudless, .optohenro, .optstudless, .opt4wd{
padding-bottom: 0;
}
.optchild img, .optjunior img, .optstudless img, .optohenro img, .optstudless img, .opt4wd img{
top: inherit;
bottom: 10px;
width: 60px;
height: auto;
}
.optchild br, .optjunior br, .optstudless br, .optohenro br, .optstudless br, .opt4wd br{
display: inherit !important;
}
.optchild select, .optjunior select, .optstudless select, .optohenro select, .optstudless select, .opt4wd select{
margin-bottom: 0 !important;
}

.optchild:nth-child(odd), .optjunior:nth-child(odd), .optstudless:nth-child(odd), .optohenro:nth-child(odd){
margin-right: 0;
}
.map-guide li img{
float:left;
margin-left:40px;
}
.map-guide label::before{
top:50%;
}
.map-guide label::after{
top:50%;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
.map-guide li{
display: block;
width: calc(50% - 10px) !important;
}
}

@media screen and (max-width: 414px) {
.map-guide li{
float: none;
display: block;
width: calc(100% - 10px) !important;
}
}


.car-estimate dt{
float: none;
width: 100%;
}
.car-estimate dd.car-estimate-dd1,.car-estimate .car-estimate-dd2{
float: none;
width: 100% !important;
}

form#reservation th,form#reservation td{
display: block;
width: 100%;
}
form#reservation th{
color: #fff;
background-color: #333;
}
.reservation-contents4 dd th{
font-size: 14px;
}
.reservation-contents4 dd{
/*padding-left: 0;*/
}

#car_list{
display: block;
width: 100%;
}
#car_list thead{
display: none;
}
#car_list tbody{
display: block;
}
#car_list tbody tr{
display: block;
margin-bottom: 1.5em;
}
#car_list tbody th,
#car_list tbody td{
display: list-item;
border: none;
width: 100%;
}
#car_list tbody th{
margin-bottom: 5px;
list-style-type: none;
white-space: inherit;
}
#car_list td{
margin-left: 20px;
padding: 0;
}
#car_list tbody th:nth-of-type(1):before { content: "[車種クラス]"; }
#car_list tbody td:nth-of-type(1):before { content: "[選択]"; }
#car_list dl{
float: none;
clear: both;
width: 100% !important;
}
.info_schedule th,.info_schedule td{display: none !important;}

}


#car_list tbody th{zoom:1;}
#car_list tbody th:after{content:""; display:block;clear:both;}


/*車種クラス検索結果*/
#car_list{
border-left: none !important;
border-right: none !important;
border-spacing: 0;
}
#car_list th img,#car_list dl{
float: left;
}
#car_list tbody th,#car_list tbody td{
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#car_list thead th{
border-top: 1px solid #ddd;
border-bottom: 5px solid #ddd;
}
#car_list thead th:nth-child(2){
border-right: none;
}
#car_list th{
border-right: 1px solid #ddd;
}
#car_list th img{
padding-top: 2em;
}
#car_list dl{
text-align: left;
width: calc(100% - 168px);
}
#car_list dt{
margin: 0 0 .25em;
padding: .5em;
color: #000;
background-color: #fff;
border-bottom: 5px solid #5bc2ce;
}
#car_list dd{
margin: 0 0 .25em;
padding: .25em;
font-weight: normal;
line-height: 1.5;
border-bottom: 1px solid #eaeaea;
}
#car_list dd:last-child{
border-bottom: navy;
}
#car_list dd .price{
color: #dc0000;
}
#car_list dd input{
margin-right: .25em;
}
.safetypack p{
text-align: left;
}
.modal-caution-dl{
padding: 1em;
border: 4px solid #5bc2ce;
}
.modal-caution-dl dt{
padding: .5em;
color: #fff;
background-color: #5bc2ce;
}
.supplement{
margin-left: 0;
list-style: none;
padding-left: 1em;
}
.supplement li{
position: relative;
}
.supplement li:before{
position: absolute;
content: "＊";
color: #dc0000;
top: 0;
left: -1em;
}
.plan_form th,.plan_form td{
border-top: 1px solid #ddd;
border-bottom: 4px solid #ddd;
}
.plan_form th{
border-right: 1px solid #ddd;
}
.supplement2{
list-style: none;
margin-left: 0;
}


.caution-front{
font-size: 18px;
color: #fff;
background-color: #dc0000;
}
.caution-fixed{
color: #dc0000;
font-size: 12px;
}

.utility-nav{
margin-bottom: 2em;
}
.utility-nav{zoom:1;}
.utility-nav:after{content:""; display:block;clear:both;}

#members_history input[type="submit"]{
    border: 1px solid #5bc2ce;
    border-radius: 2px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    height: 36px;
    line-height: 24px;
    margin: 0;
    padding: 0 1em;
    transition: all 0.3s ease 0s;
}


@media only screen and (max-width:888px){
#members_history{display: block;clear: both;}
#members_history .head{display: none;}
#members_history tbody{display: block;}
#members_history tbody tr{display: block;margin-bottom: 1.5em;}
#members_history tbody th,
#members_history tbody td{display: list-item;border: none;}
#members_history tbody th{margin-bottom: 5px;list-style-type: none;color: #fff;background: #000;}
#members_history tbody td{margin-left: 20px;padding: 0;list-style-type: none;}
#members_history tbody td:nth-of-type(1){padding: .5em;text-align: center;border: 1px solid #ddd;background-color: #eaeaea;}
#members_history tbody td:nth-of-type(1):before { content: "予約ID ： "; }
#members_history tbody td:nth-of-type(2):before { content: "[出発日時/出発店]　"; }
#members_history tbody td:nth-of-type(3):before { content: "[返却日時/返却店]　"; }
#members_history tbody td:nth-of-type(4):before { content: "[車種クラス]　"; }
#members_history tbody td:nth-of-type(5):before { content: "[状態]　"; }
#members_history .id,#members_history .status{text-align: left;}
#members_history input[type="submit"]{
    border: medium none;
    border-radius: 2px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 24px;
    margin: 0;
    padding: 0 1em;
    transition: all 0.3s ease 0s;
}
#members_history .record{border-bottom: 1px solid #ddd;padding-bottom: 1em;}
#rdate{width: 120px;}
#bdate{width: 120px;}

}



.accordion label {
background: #5bc2ce;
color: #fff;
padding: 10px;
display: block;
margin: 0;
border-radius: 4px;
cursor: pointer;
}
.accordion input[type="checkbox"].on-off{
display: none;
}
.accordion dl {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
margin: 0;
padding: 0;
list-style: none;
}
.accordion input[type="checkbox"].on-off + dl{
height: 0;
overflow: hidden;
}
.accordion input[type="checkbox"].on-off:checked + dl{
height: 360px;
}

#cancelation input{
font-size: 12px;
padding: 0 .5em;
color: #333 !important;
background-color: #ddd;
border: none;
box-shadow: none;
}
#cancelation input[type="submit"] {
height: 36px;
line-height: 36px;
}

/*追加調整*/
.car-estimate-dd2 th{
text-align: left;
line-height: 1 !important;
border-bottom: 1px solid #eaeaea;
}
.car-estimate-dd2 td{
text-align: right;
line-height: 1 !important;
border-bottom: 1px solid #eaeaea;
}
.member-information{}
.member-information th,.member-information td{
border: 1px solid #ccc;
line-height: 1.4em !important;
}
.member-information th{
text-align: left;
}

/*追加調整 20170321*/
.cargroup_is_selected .row{
display: flex;
flex-wrap: wrap;
max-width: 100%;
margin: 0 auto;
}
.cargroup_is_selected .grid-third {
flex: 0 1 33.3%;
padding: 10px;
background-color: #fafafa;
border: 1px solid #5ec2cd;
}
.cargroup_is_selected .grid-third:nth-child(3n+1) {
clear: left;
}
@media screen and (max-width: 767px) {
.cargroup_is_selected .grid-third { flex-basis: 50%; }
}
@media screen and (max-width: 414px) {
.cargroup_is_selected .grid-third { flex-basis: 100%; }
}






.class dl, .itemlist dd { margin: 0; }

.class .addon { text-align: left; }
.class .addon dt{ text-align: left; }
.class dt { font-size: .9em; font-weight: 700; }
.class dd { margin-top: .2em; font-size: .8em; }
.class .price { display: inline-block; padding: .1em .5em; background: #eee; }
.class .addon i{color: #dc0000;}

.car-class-button-checked{
display: inherit;
margin:0 auto 1em !important;
padding: 0.5em 0 !important;
right: inherit;
left: inherit;
    width: 100%;
position: inherit;
bottom: inherit;
right: inherit;
}

.car-class-button-checked label::before{
position: inherit;
color: #fff;
display: block;
height: 10px;
left: 5px;
margin:0 auto 1em;
opacity: 1;
transition: opacity 0.2s linear 0s;
width: 30px;
z-index: 3;
}
.addon{

}

/*
#reservation{
padding: 1em;
border: 10px solid #5bc2ce;
border-radius: 4px;
}*/

#form_fields p a:hover{
background-color: transparent;
opacity: .7;
}

#wpmem_reg .button_div, #wpmem_login .button_div{
text-align: left !important;
height: 155px !important;
}

.button_div input.button{
float: left;
display: inherit !important;
}
.link-text{
text-align: left !important;
width: 100% !important;
}
.optionally{
background-color: #76bb3d !important;
}
#reservation th,#reservation td{
border-top: 1px solid #ccc;
border-bottom: 4px solid #ccc;
}
#reservation th{
border-right: 1px solid #ccc;
}
.confirmation-wrap{
border: 10px solid #5bc2ce;
padding: 1em;
border-radius: 4px;
}

/*	Background highlight */
.class {
padding: 1em .5em 3em;
position: relative;
}
.class img{
margin: 0 auto;
width: 168px;
height: 104px;
display: block;
max-width: 100%;
height: auto;
}
.class dt{
margin: 0 auto 1em;
padding: .5em 0;
font-size: 16px;
font-weight: bold;
text-align: center;
border-top: 1px solid #5ec2cd;
border-bottom: 3px solid #5ec2cd;
}
.class dt span{
font-size: 12px;
color: #fff;
background-color: #333;
border-radius: 2px;
margin-right: .5em;
padding: .25em;
vertical-align: text-top;
}
.class dd{
margin: 0;
padding: .25em 0;
font-size: 13px;
text-align: justify;
}
.class dd .price{
font-size: 18px;
color: #dc0000;
margin-right: .1em;
}
.class dd:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/*	A simple CSS grid */
@media (min-width: 768px) {
.row {
margin-left: 0;
margin-right: 0;
}
.grid-third {
float: left;
width: 33.33333333333%;
padding-left: 10px;
padding-right: 10px;
}
}

@media screen and (min-width: 415px) and (max-width: 767px) {
.row {
margin-left: 0px;
margin-right: 0px;
}
.grid-third {
float: left;
width: 50%;
padding-left: 1em;
padding-right: 1em;
}
}

@media (max-width: 414px) {
.row {
margin-left: -10px;
margin-right: -10px;
}

.grid-third {
float: none !important;
width: 100% !important;
padding-left: 1em;
padding-right: 1em;
}
}


/*追加調整20170321*/

.car-class-button-checked input[type="radio"],.info_switch input[type="checkbox"],.car-class-button-none input[type="radio"]{
    display: none;
}
.car-class-button-checked{
margin: 0 auto 1em !important;
padding: .5em 0 !important;
left: 0;
right: 0;
display: inline-block;
}
.car-class-button-checked label{
margin: 0 auto .5em !important;
padding: 1em 0 !important;
width: 100%;
color: #fff;
background-color: #79b944;
border: 2px solid #79b944;
border-radius: 3px;
font-size: 18px;
text-align: center;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
transition: background-color 0.2s linear 0s;
vertical-align: middle;
}
.car-class-button-checked label:hover {
color: #79b944;
background-color: #fff;
border: 2px solid #79b944;
cursor: pointer;
}

.car-class-button-checked label::after {
/*background-color: #79b944;*/
/*border-radius: 50%;*/
/*    content: "";*/
    display: block;
    height: 30px;
    left: 5px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    transition: border-color 0.2s linear 0s;
    width: 30px;
}
.car-class-button-checked label:hover::after {
background-color: #fff;
}
.car-class-button-checked label::before {
/*content: "空車";*/
color: #fff;
display: block;
height: 10px;
left: 5px;
margin-top: -4px;
opacity: 1;
position: absolute;
top: 30%;
transition: opacity 0.2s linear 0s;
width: 100%;
z-index: 3;
}


.car-class-button-checked label:hover::before {
color: #79b944;
}
.car-class-button-checked input[type="radio"]:checked + label::before {
    opacity: 1;
}
.car-class-button-checked input[type="radio"]:checked + label {
color: #fff;
    background-color: #79b944;
}
.car-class-button-checked input[type="radio"]:checked + label::before {
    color: #79b944;
}
.car-class-button-checked input[type="radio"]:checked + label::after {
    background-color: #fff;
}

.info_switch{
margin: auto !important;
display: block;
}
.info_switch label{
position: absolute;
bottom: 2em;
margin: auto !important;
padding: .5em 2em !important;
left: 0;
right: 0;
width: 16em;
background-color: #fff;
border: 2px solid #333;
border-radius: 3px;
text-align: center;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
transition: background-color 0.2s linear 0s;
vertical-align: middle;
}
.info_switch label:hover::after {
background-color: #fff;
}
.info_switch label::before {
content: "満車";
color: #fff;
display: block;
height: 10px;
left: 5px;
margin-top: -4px;
opacity: 1;
position: absolute;
top: 30%;
transition: opacity 0.2s linear 0s;
width: 30px;
z-index: 3;
}
.info_switch label::after {
background-color: #333;
border-radius: 50%;
    content: "";
    display: block;
    height: 30px;
    left: 5px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    transition: border-color 0.2s linear 0s;
    width: 30px;
}
.info_switch label:hover {
color: #fff;
background-color: #333;
border: 2px solid #333;
cursor: pointer;
}
.info_switch label:hover::before {
color: #333;
}

.car-class-button-none{
position: absolute;
bottom: -1em;
margin: auto !important;
padding: .5em 2em !important;
left: 0;
right: 0;
width: 17em;
display: inline-block;
}
.car-class-button-none label{
position: absolute;
bottom: 2em;
margin: auto !important;
padding: .5em 2em !important;
left: 0;
right: 0;
width: 17em;
background-color: #fff;
border: 2px solid #ddd;
border-radius: 3px;
text-align: center;
box-sizing: border-box;
display: inline-block;
transition: background-color 0.2s linear 0s;
vertical-align: middle;
}
.car-class-button-none label::before {
content: "ー";
color: #fff;
display: block;
height: 10px;
left: 5px;
margin-top: -4px;
opacity: 1;
position: absolute;
top: 30%;
transition: opacity 0.2s linear 0s;
width: 30px;
z-index: 3;
}
.car-class-button-none label::after {
background-color: #ddd;
border-radius: 50%;
content: "";
display: block;
height: 30px;
left: 5px;
margin-top: -15px;
position: absolute;
top: 50%;
transition: border-color 0.2s linear 0s;
width: 30px;
}

.car_full{
margin: .25em 0 0;
padding: 1em;
color: #fff;
background-color: #999999 ;
border-radius: 3px;
white-space: nowrap;
width: inherit;
font-size: 18px;
text-align: center;
width: 100%;
display: block;
}


@media screen and (max-width: 320px) {
.car_full{font-size: 14px;}
}



.car-estimate-dd1 strong span{
padding: 0 .2em;
margin-right: .5em;
color: #fff;
font-size: 13px;
background-color: #333;
border-radius: 2px;
}



@media screen and (max-width: 414px) {

#form_fields section,.reservation-contents3, .reservation-contents4,.confirmation-wrap{border-width: 5px;padding: .5em;}
#rdate,#bdate{width: 100px;}
#form_fields section{margin:0 0 1em !important;}

}


@media screen and (max-width: 568px) {
	#ui-datepicker-div,
	.ui-datepicker-multi {
		width: calc(100% - 20px) !important;
		left:10px !important;
	}
	.ui-datepicker-multi .ui-datepicker-group {
		width: auto;
		float: none;
	}
	.ui-datepicker {
		font-size: 0.9em;
	}
.ui-datepicker td span, .ui-datepicker td a{
padding:0.6em 0.2em !important;	
}
}


.ui-datepicker{
z-index: 2000 !important;
}
