@charset "utf-8"; /*文字コード*/
/*
=======================================
	car_rental CSS
=======================================
*/
/* スマホ用設定（639px以下の場合） */
.flex{
    display: -webkit-flex;
    display: flex;
}
.heading ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.heading li{
  width: 46.875%;
  height: 45px;
  padding: 10px;
  margin: 10px 20px 8px 0;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 170%;
  border-radius: 8px;
  background-color: #5dd2fc;
  position: relative;
}
.heading a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.heading li:nth-child(even){
    margin-right: 0;
}
h3 span{
    padding: 10px 10px 0;
    margin: 10px auto 8px 3px;
    text-decoration: none;
    font-weight: 500;
    font-size: 150%;
    color: #777;
    background: linear-gradient(transparent 70%, #a8feff 30%);
}

.rtc_row{
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(156, 157, 155);
    margin: 10px auto;
}
.rental_row li{
  font-size: 0.9em;
}
.rtc_company{
    font-size: 1.2em;
    background: linear-gradient(transparent 70%, #eeffa8 30%);
}
.rtc_adr{
    -webkit-flex-direction: column;
    flex-direction: column;
}
.rtc_adr li{
    padding-left: 5px;
    margin-bottom: 0;
}
.link a{
    color: rgb(50, 140, 198);
}
.link a::before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 1px;
    margin-right: 1px;
    border: transparent 6px solid;
    border-left-color: rgb(50, 140, 198);
}
.link a:hover{
  color: rgb(203, 195, 18);
}
.link a:visited{
  color: rgb(193, 18, 97);
}
.rtc_adr li:nth-child(3){
    position: absolute;
    left: 80%;
}
.rtc_btn{
    width: 30%;
    padding: 3px 10px;
    background-color: #5dd2fc;
    border: 1px solid #5dd2fc;
    border-radius: 5px;
    color: #fff;

}
.car_rental_wrap{
    padding-top: 20px;
}


/* PC用設定（640px以上の場合） */
@media screen and (min-width:640px){
/* PC用CSSはこの下より記述してください */
    .heading li{
        width: 32%;
    }
    .heading li:nth-child(even){
        margin-right: 20px;
    }
    .heading li:nth-child(3n){
        margin-right: 0;
    }
    .more{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        /* align-items: flex-end	; */
    }
    .rtc_row{
        width: 49% !important;
        padding: 0;
        margin-left: 0;
        margin-right: 20px;
    }
    .rtc_row:nth-child(even){
        margin-right: 0;
    }

}



/* タブレットの画面サイズでどうしても調整したい場合に利用してください（640～1023px）*/
@media screen and (min-width:961px) and (max-width:1200px) {
    /* タブレット用CSSはこの下より記述してください */


}


/* タブレット表示調整用（不要なら使わなくてOK）*/
/* タブレットの画面サイズでどうしても調整したい場合に利用してください（640～1023px）*/
@media screen and (min-width:640px) and (max-width:960px) {
    /* タブレット用CSSはこの下より記述してください */
}
