@charset "utf-8";

/* --------------------------------------------------------- */
/* 一覧 - list.css
------------------------------------------------------------ */

.navi {
  padding: 10px;
}

/* タイトル */
.listTitle {
  text-shadow: 1px 1px 0px #FFF;
  background-color: #EEE;
  padding: 5px;
  margin-top: -5px;
}
.listTitle p {
  line-height: 32px;
  margin-left: 60px;
}
.listTitle .sort {
  font-size: 10px; font-size: 1.0rem;
  line-height: 16px;
  float: right;
}
.listTitle .sort li {
  background-color: #FFF;
  border: solid 1px #DEDEDE;
  border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
  display: inline-block;
  padding-right: 5px;
}
.listTitle .sort li a {
  color: #333;
  background: url(../img/common/ico_active.png) no-repeat right center;
  background-size: 7px 3px; -webkit-background-size: 7px 3px; -moz-background-size: 7px 3px; -o-background-size: 7px 3px;
  display: block;
  height: 16px;
  padding: 7px 10px 7px 7px;
}
.fixed .listTitle {
  margin-top: 0;
}
.listTitle .back li {
  font-size: 10px; font-size: 1.0rem;
  line-height: 16px;
  background-color: #FFF;
  border: solid 1px #DEDEDE;
  border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
  display: inline-block;
  margin-top: -7px;
  position: absolute;
}

.listTitle .back li a {
  color: #333;
  display: block;
  height: 16px;
  padding: 7px;
}
/* 表示切替 */
.listTitle .sort li.panelBtn a, .listTitle .sort li.listBtn a {
  background: none;
  padding-right: 0;
}
.listTitle .sort li.panelBtn a:after {
  background: url(../img/common/ico_parts.png) no-repeat -32px -64px;
  background-size: 80px 128px; -webkit-background-size: 80px 128px; -moz-background-size: 80px 128px; -o-background-size: 80px 128px;
  content: "";
  float: right;
  width: 16px;
  height: 16px;
}
.listTitle .sort li.listBtn a:after {
  background: url(../img/common/ico_parts.png) no-repeat -32px -80px;
  background-size: 80px 128px; -webkit-background-size: 80px 128px; -moz-background-size: 80px 128px; -o-background-size: 80px 128px;
  content: "";
  float: right;
  width: 16px;
  height: 16px;
}

/* 物件名 */
.list h1, .consider h1 {
  font-size: 13px; font-size: 1.3rem;
  font-weight: normal;
  text-shadow: 1px 1px 0px #FFF;
  position: relative;
  min-height: 20px;
  padding: 10px 0 10px 30px;
}
.list h1 a, .consider h1 a {
  text-decoration: underline;
  color: #338ADF;
  background: url(../img/common/ico_link.png) no-repeat right center;
  background-size: 6px 12px; -webkit-background-size: 6px 12px; -moz-background-size: 6px 12px; -o-background-size: 6px 12px;
  display: block;
  padding-right: 15px;
}
.list h1 span, .consider h1 span {
  position: absolute;
  top: 10px;
  left: 0;
}

/* ボタン */
.list .action, .consider .action, .page .action {
  display: box; display: -webkit-box; display: -moz-box; display: -o-box;
  width: 100%;
  padding: 10px 0 0 0;
}
.list .action li, .consider .action li, .page .action li {
  font-size: 11px; font-size: 1.1rem;
  box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; -o-box-flex: 1;
  width: 33%;
  padding: 7px 0;
  margin-bottom: 0;
}
.list .action li+li, .consider .action li+li, .page .action li+li {
  margin-left: 10px;
}
.list .action li .icon, .consider .action li .icon {
  background-size: 50px 80px; -webkit-background-size: 50px 80px; -moz-background-size: 50px 80px; -o-background-size: 50px 80px;
  width: 20px;
  height: 20px;
  margin-right: 0;
}
.list .telBtn .icon, .consider .telBtn .icon           { background-position: -30px 0; }
.list .mailBtn .icon, .consider .mailBtn .icon         { background-position: -30px -20px; }
.list .considerBtn .icon, .consider .considerBtn .icon { background-position: -30px -40px; }
.list .deleteBtn .icon, .consider .deleteBtn .icon     { background-position: -30px -60px; }

/* 通常電話 */
.list .shoptel .icon, .consider .shoptel .icon {
  background-image: url(../img/common/ico_tel.png);
  background-position: 0 0;
  background-size: 20px 20px !important; -webkit-background-size: 20px 20px !important; -moz-background-size: 20px 20px !important; -o-background-size: 20px 20px !important;
}

.contactBtn {
  background: #FFF url(../img/common/bac_grad.png) repeat-x 0 bottom;
  background-size: 5px 30px; -webkit-background-size: 5px 30px; -moz-background-size: 5px 30px; -o-background-size: 5px 30px;
}
.result+.contactBtn {
  border-top: solid 1px #DDD;
}
.contactBtn a {
  text-decoration: underline;
  display: block;
  padding: 10px;
}
.contactBtn+.action {
  margin: 15px 50px 0 50px;
}



/* 検索結果 */
.result {
  padding: 15px 10px 15px 5px;
}
.result span {
  font-size: 14px; font-size: 1.4rem;
  font-weight: bold;
  padding: 0 5px;
}
.result h1 {
  font-weight: bold;
  padding: 0 5px 0 0;
  display: inline-flex;
  font-size: 0.8rem;
}










/* --------------------------------------------------------- */
/* 検討中
------------------------------------------------------------ */

.consider {
  border-bottom: solid 1px #DDD;
  padding: 10px;
}
.consider .slide .photo {
  width: 200px;
}
.consider .price {
  border: solid 1px #DDD;
  padding: 5px;
  margin: 10px 0;
}
.consider .price dt, .consider .price dd {
  font-size: 9px; font-size: 0.9rem;
  display: inline-block;
  width: 20%;
  padding: 5px;
}
.consider .price dd+dt {
  border-left: dotted 1px #DDD;
}
.consider .price dd {
  text-align: right;
}
.consider .price dd span {
  font-size: 12px; font-size: 1.2rem;
  font-weight: bold;
}
.consider .dataBox th {
  width: 30px;
}
.consider .dataBox td {
  text-align: center;
  width: 22%;
}

/* 店舗情報 */
.consider aside .shop {
  margin: 10px 0 0 0 !important;
}
.list aside section {
  background-color: #EEE;
  padding-bottom: 10px;
}
.list aside section .comment {
  margin-bottom: 0;
}

/* 同じ車種物件件数 */
p.shopotherbk {
    text-align: right;
    margin-top: 5px;
}

.shopotherbk a.red {
    color: #338ADF!important;
}

/* --------------------------------------------------------- */
/* 保存した条件
------------------------------------------------------------ */

.save {
  padding: 0 10px;
}
.save li {
  border: solid 1px #DDD;
  border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px;
  box-shadow: 0 0 5px rgba(0,0,0,0.07); -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.07); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.07);
  position: relative;
  min-height: 16px;
  padding: 10px 30px 10px 10px;
  margin-bottom: 10px;
}
.save li a {
  text-decoration: underline;
  display: block;
}
.save li span {
  text-indent: -9999px;
  border: solid 1px #DDD;
  border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
  position: absolute;
  top: 10px;
  right: 5px;
}

/* スクロール下部固定
------------------------------------------------------------ */
#fixBox {
  color: #FFF;
  background: #333;
  position: fixed;
  width: 100%;
  bottom: 0;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.9;
}
/* ボタン */
#fixBox .action {
  display: box; display: -webkit-box; display: -moz-box; display: -o-box;
  width: 100%;
  padding: 10px 0 0 0;
}
#fixBox .action li {
  font-size: 11px; font-size: 1.1rem;
  box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; -o-box-flex: 1;
  width: 33%;
  padding: 7px 0;
  margin-bottom: 10px;
}

/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* clearfix
------------------------------------------------------------ */
.title:after,
.list:after,
.panel:after,
.consider:after,
.consider .slide:after,
.consider .price:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ソート
------------------------------------------------------------ */
#search {
  padding-bottom: 1px;
}
#search ul {
  background-color: #FFF;
  border: solid 1px #DEDEDE;
  border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
  box-shadow: 0 0 4px rgba(0,0,0,0.07); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.07); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.07);
  /* display: none; */
  padding: 5px 10px;
  margin: 0 10px 10px 10px;
}
#search li {
  border-bottom: dotted 1px #DDD;
}
#search li:last-child {
  border-bottom: none;
}
#search li a {
  color: #333;
  background: url(../img/common/ico_link.png) no-repeat right center;
  background-size: 6px 12px; -webkit-background-size: 6px 12px; -moz-background-size: 6px 12px; -o-background-size: 6px 12px;
  display: block;
  position: relative;
  padding: 10px;
}






















/*============================================================
  reset css*/

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)FF
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/*  reset css
============================================================*/





@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*-------------------------- 共通 */

body {
    overflow-x: hidden;
    font-size: 100%;
}
footer .pagetop {
    background: url(../img/common/btn_pagetop.png) no-repeat center bottom;
    background-size: 39px 19px;
    -webkit-background-size: 39px 19px;
    -moz-background-size: 39px 19px;
    -o-background-size: 39px 19px;
    height: 19px;
    margin: 0;
}
#footBox .site {
    font-size: 0.7rem;
    margin: 0;
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
    padding: 1px 0;
}
footer small {
    font-size: 10px;
    font-size: 0.7rem;
    text-align: center;
    color: #FFF;
    background-color: #DA1109;
    display: block;
    padding: 10px 0;
}
footer p {
    margin: 0;
}
#menu {
    margin: 0;
}
#menu li {
    text-indent: -9999px;
    float: left;
    width: 60px;
    height: 49px;
    overflow: hidden;
}


/*-------------------------- 共通 end */

/*---------------------------------------------------- リスト */

/*--- チェックボックス */

div .pretty {
    position: absolute;
    z-index: 1;
}
div .pretty.p-icon .state .icon {
    width: 22px;
    height: 22px;
    font-size: 1.1em;
}
div .pretty .state label:after, div .pretty .state label:before {
    width: 22px;
    height: 22px;
    border: 1px solid #707070;
}
div .pretty .state label:after {
    background-color: #eee;
}
div .pretty input:checked~.state.p-success label:after, div .pretty.p-toggle .state.p-success label:after {
    background-color: #FF5722!important;
    border-color: #FF5722;
}

/*--- チェックボックス end */

.car_dl a, .car_cl a {
    color: #111;
}
.car_dl a:hover, .car_cl a:hover {
    color: #111;
    text-decoration: none;
}
.car_header {
    padding: 20px 10px 10px;
    border-top: 1px solid #ccc;
    background-color: #fafafa;
}
.car_header.hikken {
    background-color: #FFEFEF;
    border-top: 1px solid #ea0000;
}
label.maker {
    margin: 0;
    padding: 5px 10px;
    background-color: #FF7700;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1;
    border-radius: 50px;
}
label.favorite {
    float: right;
    margin: 0;
}
label.favorite span {
    color: #ea0000;
    font-weight: bold;
    padding-right: 3px;
}
div .pretty .state label {
    text-align: justify;
    text-indent: 0;
}
.car_header h3 {
    display: block;
    font-size: 1.0rem;
    font-weight: bold;
    margin: 0;
    padding-left: 1.7em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.car_title {
    position: relative;
}
.viewer {
    display: flex;
    background-color: #fafafa;
    margin: 0;
    padding: 5px 10px;
    font-size: 0.8rem;
    border-top: 1px solid #50a213;
    border-bottom: 1px solid #50a213;
}
.viewer dt {
    color: #50a213;
    padding-right: 15px;
}
.viewer dd {
    margin-bottom: 0;
}
.car_main .img {
    position: relative;
    overflow: hidden;
}
.car_main .img > img {
    width: 100%;
}
.car_main .img > span {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
    background-color: #ea0000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}
.car_main .img span img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 54px;
}
.car_dl .plice {
    display: flex;
}
.car_dl .plice dl {
    margin: 0;
    width: 50%;
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.car_dl .plice dl:first-child {
    border-right: 1px dotted #ccc;
}
.car_dl .plice dt {
    font-size: 0.9rem;
    padding-bottom: 5px;
    font-weight: normal;
}
.plice dd {
    margin: 0;
}
.car_dl .plice dd span {
    display: inline-block;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
}
.car_dl .plice dd span.red {
    color: #ea0000;
}
.car_dl .summary {
    display: flex;
    flex-wrap: wrap;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 10px;
    font-size: 0.7rem;
}
.car_dl .summary li {
    display: flex;
    width: 33.3333%;
    padding-bottom: 7px
}
.car_dl .summary li.wide {
    width: 100%;
    padding-bottom: 0;
}
.car_dl .summary li label {
    color: #ea0000;
    margin: 0;
    padding-right: 1em;
}
.car_dl .summary li p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.car_dl .icons {
    display: flex;
    height: 86px;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.car_dl .icons li {
    width: 75px;
    /* padding: 0 10px; */
    text-align: center;
}
.icons i {
    font-size: 1.8rem;
    color: #ddd;
}
.car_dl .icons p {
    font-size: 0.7rem;
    margin: 0;
    color: #ddd
}
.car_dl .icons li.on i {
    color: #374149;
}
.car_dl .icons li.on p {
    color: #374149;
}
.car_dl .action {
    display: flex;
    margin: 0;
    padding: 0 10px 25px;
}
.car_dl .action button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 2.2rem;
    margin: 0;
    line-height: 1;
    width: 40px;
    height: 40px;
    color: #ddd;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    cursor: pointer;
}
.car_dl .action button span {
    position: relative;
}
.car_dl .action button.on {
    background-color: #ffe077;
    color: rgba(255, 43, 17, 0.8);
    border-color: #ff5723;
    text-shadow: 1px 1px 0px #ffe077, 0 0 0 #374049;
}
.car_dl .action button:focus, .car_cl button:focus {
    outline: 0;
}
.car_dl .action li {
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 50px;
}
.car_dl .action li:nth-child(2), .car_dl .action li:nth-child(3) {
    width: 100%;
    margin: 0;
}
.car_dl .action li a {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 2px;
    justify-content: center;
    height: 45px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 0.3rem;
    color: #fff;
}
.car_dl .action li a.mail {
    background-color: #67BCED;
    box-shadow: 0 3px 0 #3299D5;
}
.car_dl .action li a.tel {
    background-color: #ee6f6f;
    box-shadow: 0 3px 0 #af3333;
}
.car_dl .action li:last-child {
    padding: 0;
}
.car_dl .action li a i {
    font-size: 1.3rem;
    padding-right: 5px;
}
.car_cl {
    background-color: #fafafa;
}
.car_cl .car_main .img > span {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
}
.car_cl .car_main .img > span img {
    width: 32px;
}
.car_cl {
    border-right: 1px solid #ddd;
    box-sizing: content-box;
    max-width: calc(50% - 0.5px)!important;
}
.car_cl:nth-child(2n) {
    border: 0;
    max-width: calc(50% - 0.5px)!important;
}
.car_cl .car_main .img {
    height: 120px;
}
.car_cl .car_main .img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.car_cl .pretty .state label:after, .car_cl .pretty .state label:before, .car_cl .pretty.p-icon .state .icon {
    top: 8px;
    left: 3px;
}
.car_cl .car_title {
    display: flex;
    height: 38px;
    align-content: center;
    padding: 0 5px;
    background-color: #fafafa;
}
.car_cl.hikken .car_title {
    background-color: #ffefef;
}
.car_cl .car_title h3 {
    margin: 0;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 11px;
    padding-right: 5px;
}
.car_cl .plice dl {
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    border-bottom: 1px dotted #ccc;
    margin: 0;
    background-color: #fff;
}
.car_cl .plice dl:last-child {
    border-bottom: 0;
}
.car_cl .plice dt {
    font-weight: normal;
    font-size: 0.65rem;
}
.car_cl .plice dd {
    font-size: 0.7rem;
}
.car_cl .plice dd span {
    font-size: 1.1rem;
    font-weight: bold;
}
.car_cl .plice dd span.red {
    color: #ea0000;
}
.car_cl .shop_tt {
    padding: 5px;
    font-size: 0.8rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.car_cl button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.9rem;
    margin: 0;
    line-height: 1;
    width: 36px;
    height: 36px;
    color: #ddd;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}
.car_cl button.on {
    background-color: #ffe077;
    color: rgba(255, 43, 17, 0.8);
    border-color: #ff5723;
    text-shadow: 1px 1px 0px #ffe077, 0 0 0 #374049;
}
.car_cl button span {
    position: relative;
}
div.footer_fixed {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}
.footer_fixed a {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 2px;
    justify-content: center;
    height: 45px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 0.3rem;
    color: #fff;
    background-color: #67BCED;
    box-shadow: 0 3px 0 #3299D5;
    text-decoration: none;
}
.footer_fixed a:hover {
    text-decoration: none;
    color: #fff;
}
.footer_fixed a i {
    font-size: 1.3rem;
    padding-right: 5px;
}

ul.back {
    margin: 0;
}
.listTitle .back li {
    font-size: 0.6rem;
}
.listTitle .sort {
    font-size: 0.6rem;
    margin: 0;
}
*, ::after, ::before {
    box-sizing: initial;
}
div#headBox > div {
    box-sizing: initial;
}
ul.back {
    margin: 0;
}
.listTitle p {
    margin: 0;
}
.listTitle .sort li a {
    box-sizing: initial;
}
#backBtn a {
    box-sizing: initial;
}
.listTitle {
    margin-top: 0;
}
.result h1 {
    font-size: 0.8rem;
    margin: 0
}
.result span {
    font-size: 0.9rem;
}
.result {
  padding: 15px 10px 25px 5px;
  font-size: 0.8rem;
  line-height: 1.4;
}
.car_dl .summary li.wide label {
    min-width: 4em;
}
.state.p-success .icon {
    background-image: none;
}
#fixBox {
    z-index: 9999;
}
.footer_fixed .icon {
    display: none;
}


/*-------------------------- リスト end */
