@charset "utf-8";

/* --------------------------------------------------------- */
/* 物件詳細 - detail.css
------------------------------------------------------------ */

/* 物件名 */
article h1.name {
  font-size: 14px; font-size: 1.4rem;
  padding: 15px 10px;
}

article h1.name span {
  background: #EEE
}


/* 価格 */
article dl.price {
  line-height: 16px;
  border: solid 1px #DDD;
  padding: 5px 10px;
  margin: 0 10px 10px 10px;
}
article dl.price dt {
  float: left;
  clear: both;
  /* width: 20%; */
  padding: 10px 0;
}
article dl.price dd {
  text-align: right;
  border-bottom: dotted 1px #DDD;
  width: 100%;
  padding: 10px 0;
}
article dl.price dd:last-child {
  border: none;
}
article dl.price dd span {
  font-size: 16px; font-size: 2.0rem;
  font-weight: bold;
}

article dl.priceChange dd {
  text-align: right;
  width: 100%;
  margin: 5px 0px 5px -10px;
}

.priceChangeCnt {
  color:#FF0000;
  font-size: 11px !important;
  font-weight: bold;
}

/* AIS */
/*
article p.ais {
  text-align: center;
  color: #FFF;
  background-color: #193194;
  border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px;
  padding: 5px 10px;
  margin: 0 10px 10px 10px;
}
article p.ais a {
  color: #FFF;
}

article p.ais a span {
  font-size: 14px; font-size: 1.4rem;
  font-weight: bold;
  color: #ffff00;
  padding: 0 10px;
}
*/
/* ポイント */
article dl.point {
  border: solid 1px #FF9326;
  padding: 1px;
  margin: 0 10px 10px 10px;
}
article dl.point dt {
  font-size: 11px; font-size: 1.1rem;
  text-align: center;
  color: #FFF;
  background-color: #FF9326;
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  padding: 7px 0;
}
article dl.point dd {
  color: #FF9326;
  display: table-cell;
  vertical-align: middle;
  padding: 7px;
}

/* ボタン */
article .action li {
  font-size: 16px; font-size: 1.6rem;
}
article .action li .icon {
  width: 32px;
  height: 32px;
  margin-right: 0;
}
article .telBtn .icon      { background-position: -48px 0; }
article .mailBtn .icon     { background-position: -48px -32px; }
article .considerBtn .icon { background-position: -48px -64px; }
article .deleteBtn .icon   { background-position: -48px -96px; }

/* 通常電話 */
article .shoptel .icon {
  background-image: url(../img/common/ico_tel.png);
  background-position: 0 0;
  background-size: 32px 32px !important; -webkit-background-size: 32px 32px !important; -moz-background-size: 32px 32px !important; -o-background-size: 32px 32px !important;
}



/* メイン写真
------------------------------------------------------------ */
article .slide {
  position: relative;
  margin-bottom: 10px;
}
article .slide .photo {
  position: relative;
}
article .slide .photo img {
  width: 100%;
}
article .slide .photo span {
  color: #FFF;
  background-color: rgba(0,0,0,0.7);
  display: block;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  padding: 10px;
  bottom: 0;
}
article .slide .favorite {
  font-size: 10px; font-size: 1.0rem;
  color: #FFF;
  background-color: rgba(0,0,0,0.6);
  border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
  position: absolute;
  padding: 5px;
  top: 10px;
  left: 10px;
  z-index: 10;
}
article .slide .cnt {
  font-size: 10px; font-size: 1.0rem;
  color: #FFF;
  background-color: rgba(0,0,0,0.6);
  border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
  position: absolute;
  padding: 5px;
  top: 10px;
  right: 10px;
  z-index: 10;
}
article .slide .count li {
  display: none;
}
.slick-active {
  display: block !important;
}



/* 詳細
------------------------------------------------------------ */
/* 基本情報 */
.dataBox {
  padding: 0 10px;
}
section.dataBox h1 {
  margin-left: -10px;
}
section.dataBox h2 {
  margin-left: -10px;
}
section.dataBox table+table {
  margin-top: 5px;
}
section.dataBox th {
  width: 20%;
}
section.dataBox td {
  width: 30%;
}
section.dataBox li {
  font-size: 10px; font-size: 1.0rem;
  text-align: center;
  color: #B8B8B8;
  background-color: #F7F7F7;
  border: solid 1px #EAEAEA;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  float: left;
  width: 32%;
  padding: 5px;
  margin: 0 1% 1% 0;
}
section.dataBox li.col1 {
  width: 98%;
}
section.dataBox li.col2 {
  width: 65%;
}
section.dataBox li.on {
  color: #333;
  background-color: #FFF1B9;
  border: solid 1px #FFD24D;
}
section.dataBox .etc {
  border: solid 1px #DDD;
  padding: 10px;
}
section.dataBox .ais {
  margin: 10px 0 0 0;
}

/* 写真一覧 */
section.photoBox {
  margin-bottom: -10px;
}
section.photoBox ul {
  padding-left: 10px;
}
section.photoBox li {
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  float: left;
  width: 31%;
  padding-bottom: 5px;
  margin: 0 2% 2% 0;
}
section.photoBox li span {
  font-size: 10px; font-size: 1.0rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
}

/* 販売店 */
section.shopBox {
  padding: 0 10px;
}
section.shopBox h1 {
  margin-left: -10px;
}
section.shopBox p {
  padding-bottom: 10px;
}

section.shopBox .photo {
  text-align: center;
}

section.shopBox .tel {
  color: #D81106;
  border: solid 1px #D81106;
  padding-bottom: 0;
  margin-bottom: 10px;
}
section.shopBox .tel span {
  font-size: 11px; font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  background-color: #D81106;
  display: inline-block;
  width: 20%;
  padding: 5px 0;
  margin-right: 5px;
}
section.shopBox th {
  width: 20%;
}
section.shopBox .more, section.photoBox .more {
  text-align: right;
  padding-bottom: 0;
  margin-bottom: -10px;
}
section.shopBox .more a, section.photoBox .more a {
  text-decoration: underline;
  display: block;
  padding: 10px;
}
section.shopBox .more a:after, section.photoBox .more a:after {
  color: #338ADF;
  content: " >";
}
#map {
  background-color: #EEE;
  width: 100%;
  height: 300px;
}

/* レビュー */
section.reviewBox ul {
  padding: 0 10px 10px 10px;
}
section.reviewBox 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);
  padding: 10px;
  margin-bottom: 10px;
}
section.reviewBox li:last-child {
  margin-bottom: 0;
}
section.reviewBox .name {
  font-size: 13px; font-size: 1.3rem;
  font-weight: bold;
  padding: 2px 0;
}
section.reviewBox .name span {
  font-size: 10px; font-size: 1.0rem;
  padding-left: 3px;
}
section.reviewBox .state {
  font-size: 10px; font-size: 1.0rem;
  color: #999;
}
section.reviewBox dl {
  border: solid 1px #FFC926;
  margin: 10px 0;
}
section.reviewBox .star {
  text-align: left;
  background-color: #FFFBEE;
  padding: 5px 5px;
  /*margin: 10px 0;*/
}
section.reviewBox .star span {
  font-size: 14px; font-size: 1.4rem;
  color: #FFC926;
  float: right;
}
section.reviewBox .note span {
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}

/* AIS評価
------------------------------------------------------------ */
.ais {
  margin: 10px 10px 0 10px;
}
.ais div {
  float: left;
}
.ais p {
  text-align: center;
  color: #FFF;
  background-color: #193194;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.ais a {
  color: #FFF;
  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: 10px 10px;
}
.ais a span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffff00;
  padding: 0 10px;
}
#aisBox {
  background: url(/img/ucar/ais/img_aucnet.png) no-repeat 0px bottom;
  position: relative;
}
#aisBox .scoreSet {
  padding: 0;
  width: calc(100% - 30px);
  display: flex;
  height: 40px;
}
#aisBox .scoreSet img {
  height: 40px!important;
  width: auto;
}
#aisBox .scoreSet p {
  text-align: center;
  color: #FFF;
  background-color: #193194;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: .9rem;
  margin-left: -3px;
}
#aisBox .scoreSet .score {
  font-size: 20px;
  color: #FFD926;
  padding: 0 0 20px 0;
}
#aisBox .scoreSet p span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffff00;
  padding: 0 10px;
}
#aisBox .rankSet {
  padding: 20px 0 0 0;
}
#aisBox .rankSet dl {
  margin: 0;
  padding: 10px 0;
  font-size: .75rem;
}
#aisBox .rankSet dt {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
#aisBox .rankSet dt img {
  padding-left: 7px;
}
#aisBox .rankSet dd {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#aisBox .rankSet p {
  margin: 0;
}
#aisBox .linkIco {
  margin: 0;
  font-size: .9rem;
  padding-bottom: 5px;
}
#aisBox .linkIco li {
  display: inline-block;
  width: 45%;
}
#aisBox .notes {
  border-top: dotted 1px #DDD;
  padding: 5px 0 50px 0;
  font-size: .7rem;
  margin: 0;
}

/* SNS(物件詳細用)
------------------------------------------------------------ */
.snsDetail {
  text-align: center;
  margin-top: 10px;
}
.snsDetail li {
  height: 35px;
}

/* スクロール下部固定
------------------------------------------------------------ */
#fixBox {
  color: #FFF;
  background: #333;
  position: fixed;
  width: 100%;
  bottom: 0;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.9;
}
/* ボタン */
#fixBox .action, .consider .action {
  display: box; display: -webkit-box; display: -moz-box; display: -o-box;
  width: 100%;
  padding: 10px 0 0 0;
}
#fixBox .action li, .consider .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;
}
#fixBox .action li+li, .consider .action li+li {
  margin-left: 10px;
}
#fixBox .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;
}
#fixBox .telBtn .icon, .consider .telBtn .icon           { background-position: -30px 0; }
#fixBox .mailBtn .icon, .consider .mailBtn .icon         { background-position: -30px -20px; }
#fixBox .considerBtn .icon, .consider .considerBtn .icon { background-position: -30px -40px; }
#fixBox .deleteBtn .icon, .consider .deleteBtn .icon     { background-position: -30px -60px; }


/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* clearfix
------------------------------------------------------------ */
section.dataBox ul:after,
section.photoBox ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.nensiki, .soukou {
  font-size: 1.8rem;
  font-weight: bold;
}
.help:not(.off) a{
  color: #333;
}
.help.off a {
  color: #B8B8B8;
}
.help span {
  background-color: #CCC;
  color: #FFF;
  border-radius: 5px;
}


/* --------------------------------------------------------- */
/* YouTube 調整用
/*---------------------------------------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------- */
/* 物件詳細h1、h2調整用
------------------------------------------------------------ */
h1.maker-carname {
    margin-left: initial;
    line-height: 1;
    font-size: .9rem;
    margin: 0;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h2.gradename {
    display: none;
}

ul.back {
    margin: 0;
    float: initial;
}


/* --------------------------------------------------------- */
/* 物件詳細クーポン注意文調整用
------------------------------------------------------------ */
.qupon_attention a:link  { color: #F00;text-decoration: underline; }
.qupon_attention a:visited  { color: #F00;text-decoration: underline; }
.qupon_attention a:hover  { color: #F00;text-decoration: underline; }
.qupon_attention a:active  { color: #F00;text-decoration: underline; }


/* --------------------------------------------------------- */
/* ココに注目調整用
------------------------------------------------------------ */
#CheckThis {
  margin: 10px;
}
#StaffHitokoto h4,
#CheckThis h4 {
  color: #F00;
  margin-bottom: 5px;
  font-size: 1.3em;
}
#CheckThisPhoto {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin:0px auto 20px;
}
#CheckThisPhoto .flex-item {
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: 0px;
  margin-left: 1px;
}
#CheckThisPhoto .flex-item p {
  padding-right: 3px;
  padding-left: 3px;
}

.flex-item{
  font-size: 1.1rem;
}
/* --------------------------------------------------------- */
/* 私がオススメします！
------------------------------------------------------------ */
#StaffHitokoto {
  margin: 10px;
}

#StaffHitokoto .staffphoto {
  float: left;
  width: 30%;
  text-align: center;
}

#StaffHitokoto .staffphoto img {
  width: 100%;
}
#StaffHitokoto .staffcmt {
  float: right;
  width: 65%;
}

/* --------------------------------------------------------- */
/* キズ使用感
------------------------------------------------------------ */
#CheckThis .kizuarimasu dt {
  width: 33%;
  float: left;
  padding-right: 10px;
  margin-bottom: 10px;
}

/* --------------------------------------------------------- */
/* 修復歴内容
------------------------------------------------------------ */
th.repairThDetailSmart {
   color: #F00;
   font-weight: bold!important;
}
































/*============================================================
  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
============================================================*/


/*-------------------------- 共通 */

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;
}

.title {
    text-shadow: 1px 1px 0px #FFF;
    background-color: #EEE;
    padding: 5px;
    margin-top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.title .back li a {
    color: #333;
    display: block;
    height: 16px;
    padding: 7px;
    box-sizing: initial;
}

.title .back li {
    font-size: .6rem;
}

/*-------------------------- 共通 end */

/*-------------------------- 詳細 */
.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;
}

.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;
}

div.footer_fixed {
    position: fixed;
    bottom: 0;
    z-index: 10;
    padding: 10px;
    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;
}






















.car_detail .car_header h3 {
  padding-left: 0;
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
  line-height: 1.5;
}
.car_detail .osusume {
    font-size: 0.7rem;
    text-align: justify;
    color: #ea0000;
    margin: 0;
    padding-bottom: 10px;
}
.car_detail .swiper-container {
    width: 100%;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.car_detail .swiper-slide {
    background-color: #666;
}
.car_detail .swiper-container .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.car_detail .swiper-slide span {
    display: flex;
    width: 50px;
    height: 26px;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
}
.car_detail .swiper-slide p {
    width: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.7rem;
    text-align: justify;
    padding: 3px 5px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 21px;
}
.car_detail .plice {
    display: flex;
}
.car_detail .plice dl {
    margin: 0;
    width: 50%;
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.car_detail .plice dl:first-child {
    border-right: 1px dotted #ccc;
}
.car_detail .plice dt {
    font-size: 0.9rem;
    padding-bottom: 5px;
    font-weight: normal;
}
.car_detail .plice dd {
    margin: 0;
}
.car_detail .plice dd span {
    display: inline-block;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
}
.car_detail .plice dd span.red {
    color: #ea0000;
}
.plice_mail {
    padding: 10px 0 15px;
    margin: 0 10px;
}
.plice_mail a {
    display: flex;
    height: 40px;
    align-items: center;
    border: 1px solid #00a65a;
    border-radius: .3rem;
    background-color: #00a65a;
    color: #fff !important;
    padding-left: 10px;
    position: relative;
    font-size: .9rem;
    box-shadow: 0 3px 0 #017741;
    text-decoration: none !important;
}
.plice_mail a i {
    font-size: 1.3rem;
    position: absolute;
    right: 15px;
}
.point_detail {
    display: flex;
    padding: 0 10px 10px;
    align-items: center;
}
.point_detail label {
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #FF7700;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point_detail p {
    width: calc(100% - 50px);
    font-size: .9rem;
    text-align: justify;
    margin: 0;
    padding-left: 10px;
    color: #ff7601;
    font-weight: bold;
}
.summary_detail {
    display: flex;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 0;
    margin-bottom: 20px;
    background-color: #fafafa;
}
.summary_detail li {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-right: 1px dotted #aaa;
}
.summary_detail li:last-child {
    border: 0;
}
.summary_detail li label {
    font-size: .85rem;
    line-height: 1;
    margin: 0;
    padding-bottom: 13px;
    display: block;
}
.summary_detail li p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.4;
}
.summary_detail li p b {
    font-size: 1.0rem;
}
.attention_detail h5, .staff_osusume h5 {
    color: #ea0000;
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 10px;
}
.attention_detail h5 span, .staff_osusume h5 span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    background-color: #ea0000;
    border-radius: 100%;
}
.attention_detail_list {
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.attention_detail_list dl {
    min-width: 33.3333%;
    border-right: 1px solid #ddd;
    margin: 0;
}
.attention_detail_list dl:nth-child(3) {
    border: 0;
}
.attention_detail_list dt {
    height: 85px;
    position: relative;
    overflow: hidden;
    background-color: #eee;
}
.attention_detail_list dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.attention_detail_list dd {
    font-size: .7rem;
    padding: 5px;
    text-align: justify;
    margin: 0;
}
.contact_detail ul {
    margin: 0;
    padding: 0 10px 13px;
}
.contact_detail ul li {
    padding-bottom: 10px;
    margin: 0;
}
.contact_detail li a {
    display: flex;
    height: 45px;
    align-items: center;
    padding-left: 15px;
    border-radius: .3rem;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.contact_detail li a.tel {
    background-color: #EC0000;
    box-shadow: 0 3px 0 #BF0000;
}
.contact_detail li a.mail {
    background-color: #67BCED;
    box-shadow: 0 3px 0 #3299D5;
}
.contact_detail li a.favorite {
    background-color: #bbb;
    box-shadow: 0 3px 0 #aaa;
}
.contact_detail li.on a.favorite {
    background-color: #ffae00;
    box-shadow: 0 3px 0 #dc9800;
}
.contact_detail li a i {
    font-size: 1.5rem;
    display: flex;
    width: 30px;
    justify-content: center;
    margin-right: 15px;
}
.contact_detail li a span {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #ddd;
    border: 1px solid #ddd;
    margin-right: 15px;
    line-height: 1;
}
h5.sec_title {
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}
.h_s_detail p {
    margin: 0;
    font-size: .8rem;
    padding: 10px 10px 25px;
    text-align: justify;
}
.h_s_detail p span {
    font-size: .95rem;
}
.select_group .select_type_group {
    border: 1px solid #ddd;
    border-radius: .3rem;
    padding: 10px;
    text-align: justify;
    font-size: .8rem;
    background-color: #fafafa;
    position: relative;
}
.select_group .select_type_group .select_type {
    font-size: 0.9rem;
}
.select_group i {
  font-size: 1.2rem;
  position: absolute;
  right: 10px;
}
.select_group .open_list {
    padding-top: 15px;
}
.h_s_set .sec_title {
    padding: 10px;
    background-color: #ddd;
}
.select_group {
    padding: 0 10px 20px;
}
.spec_detail {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.detail_table {
    padding: 20px 10px;
}
.detail_table table {
    font-size: .7rem;
    text-align: center;
    margin-bottom: 5px;
}
.detail_table table th, .detail_table table td {
    padding: 10px 5px;
    vertical-align: middle;
}
.detail_table table th {
    width: 22%;
    background-color: #eee;
}
.detail_table table td {
    width: 28%;
}
.detail_table table:nth-child(2) {
    margin: 0;
}
.mainitem_detail .select_group {
    padding: 0 0 20px;
}
.mainitem_detail .select_group .select_type_group {
    all: initial;
}
.mainitem_detail .select_group .select_type_group .select_type {
  font-size: .85rem;
  font-weight: 600;
  background-color: #999;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 1px;
  position: relative;
  line-height: 1;

}
.mainitem_detail .select_group .select_type_group:first-child .select_type {
  font-size: 1rem;
  background-color: #666;
  padding: 15px 10px;
}

.item_title {
  font-size: .85rem;
  font-weight: 600;
  background-color: #999;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 1px;
  position: relative;
}
.mainitem_detail .select_group i {
    color: #eaeaea;
}
.mainitem_detail .select_group .open_list {
    padding: 0;
}
.mainitem_detail .open_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.mainitem_detail .open_list li {
    display: flex;
    height: 36px;
    width: 50%;
    padding: 5px;
    text-align: justify;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 0.75rem;
    line-height: 1.2;
    color: #ccc;
}
.mainitem_detail .open_list li.on {
    background-color: #FF9800;
    color: #fff;
    font-weight: 600;
}
.contact_detail li.on a span {
    background-color: #ffe077;
    color: rgba(255, 43, 17, 0.8);
    border-color: #ff5723;
    text-shadow: 1px 1px 0px #ffe077, 0 0 0 #374049;
}
.mainitem_detail p {
    margin: 10px 10px 20px;
    text-align: justify;
    font-size: .8rem;
    background-color: #fafafa;
    padding: 10px;
    border: 1px solid #ddd;
}
.ais_detail {
    padding: 0 10px 10px;
}
.ais_detail a {
    display: flex;
    height: 50px;
    align-items: center;
    background-color: #193194;
    border-radius: .3rem;
    box-shadow: 0 3px 0 #122161;
}
.ais_detail a label {
    background-color: #FFC926;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 65px;
    margin: 0;
    border-radius: .3rem 0 0 .3rem;
    box-shadow: 0 3px 0 #eca507;
}
.ais_detail a label img {
    width: 46px;
    height: 46px;
}
.ais_detail a p {
    color: #fff;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: .9rem;
}
.ais_detail a p span {
    font-size: 1.1rem;
    padding: 0 5px;
    color: #ffc927;
}
.kizu_detail a {
    display: flex;
    height: 40px;
    align-items: center;
    padding-left: 15px;
    border-radius: .3rem;
    color: #fff;
    background-color: #aaa;
    box-shadow: 0 2px 0 #999;
    font-weight: 600;
}
.kizu_detail {
    padding: 0 10px 22px;
}
.kizu_detail a i {
    font-size: 1.5rem;
    display: flex;
    width: 30px;
    justify-content: center;
    margin-right: 15px;
}
.shop_group_detail {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.shop_group_detail .name {
    font-size: 1.1rem;
    padding: 20px 10px 10px;
    font-weight: 600;
    color: #00A3EC;
}
.shop_group_detail .tt {
    padding: 0 10px;
}
.shop_group_detail table {
    margin: 0;
}
.shop_group_detail table.main_table th {
    border-top: 0;
    border-right: 1px solid #ddd;
    font-size: .9rem;
    background-color: #fff;
    color: #333;
    width: 5em;
    margin: 0;
    padding: 5px 0;
    vertical-align: middle;
}
.shop_group_detail table.main_table td {
    border-top: 0;
    font-size: .8rem;
    margin: 0;
    padding: 3px 0;
    padding-left: 1em;
    vertical-align: middle;
}
.shop_group_detail table.main_table td a {
    font-size: 1rem;
    margin-left: 5px;
    color: #ff9800;
}
.shop_group_detail dt p:last-child, .shop_group_detail dd p:last-child {
    padding-bottom: 0;
}
.shop_group_detail .img {
    padding-top: 20px;
}
.shop_group_detail .text {
    padding: 15px 10px 0;
    margin: 0;
    font-size: 0.8rem;
    text-align: justify;
}
.shop_group_detail .detail_table table td {
    width: 78%;
    text-align: justify;
}
.shop_group_detail .detail_table table th {
    width: 22%;
}
.footer_fixed .action {
    display: flex;
    margin: 0;
    align-items: center;
}
.footer_fixed .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;
}
.footer_fixed .action button:focus {
    outline: 0;
}
.footer_fixed .action li {
    padding-right: 10px;
    margin: 0;
}
.footer_fixed .action li:last-child {
    padding: 0;
}
.footer_fixed .action li:nth-child(2), .footer_fixed .action li:nth-child(3) {
    width: 100%;
}
.footer_fixed a.tel {
    background-color: #EC0000;
    box-shadow: 0 3px 0 #BF0000;
}
.footer_fixed .action button span {
    position: relative;
}
.footer_fixed .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;
}
div.car_top_fixed {
    position: fixed;
    z-index: 1000;
    top: 40px;
    background-color: #fff;
}
.car_top_fixed dl {
    display: flex;
    height: 64px;
    border-bottom: 4px solid #ec0000;
    margin: 0;
}
.car_top_fixed dt {
    width: 90px;
    height: 60px;
    position: relative;
    overflow: hidden;
    z-index: -1;
}
.car_top_fixed dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.car_top_fixed dd {
    width: calc(100% - 120px);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px;
}
.car_top_fixed dd h3 {
    font-size: .70rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    display: block;
    width: 100%;
}
.car_top_fixed dd label {
    font-size: .65rem;
    margin: 0;
    line-height: 1;
    display: inline-block;
    padding-right: 0.5em;
    min-width: 50%;
}
.car_top_fixed dd label b {
    font-size: .8rem;
}
.car_top_fixed dd label .red {
    color: #ea0000;
}
.car_main_wrap {
    position: relative;
    z-index: 0;
}
.car_main_wrap > a {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding-left: 25px;
    padding-right: 5px;
    bottom: 27px;
    right: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: .3rem;
    z-index: 2;
}
.car_main_wrap > a i {
    position: absolute;
    left: 5px;
}
.car_main_wrap > a span {
    display: inline-block;
    line-height: 1;
    position: initial;
    font-size: .8rem;
    background-color: initial;
    width: initial;
    height: initial;
}
button.close_btn:before, button.close_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 14px;
    background: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
button.close_btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
button.close_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: calc(100% - 4px);
    background-color: #fafafa;
    border: 0;
    border-left: 1px solid #ddd;
}
.coupon_waku {
    margin: 0 10px 20px;
    border: 2px solid #ec0000;
    border-radius: .3rem;
}
.coupon_waku a {
    display: block;
}
.coupon_waku h5 {
    background-color: #ec0000;
    padding: 5px;
    font-size: .9rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1px;
}
.coupon_waku dl {
    display: flex;
    margin: 1px;
    flex-direction: column;
    align-items: center;
}
.coupon_waku dt {
    width: 200px;
    padding: 10px;
}
.coupon_waku dd {
    margin: 0;
    padding: 10px;
    text-align: justify;
    font-size: 0.8rem;
    color: #333;
    width: 100%;
    border-top: 1px solid #ddd;
    background-color: #fafafa;
}
.coupon_title {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 5px;
    color: #ec0000;
}
.coupon_waku label {
    font-weight: 600;
    margin: 0;
    min-width: 4em;
}
.coupon_waku span {
    width: 90%;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 10px auto 0;
    padding: 7px;
    border-radius: .3rem;
    background-color: #999;
    color: #fff;
}
.staff_osusume dl {
    display: flex;
    margin: 0 10px 20px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    border-radius: .3rem;
    padding: 10px;
}
.staff_osusume dt {
    width: 80px;
    min-width: 80px;
}
.staff_osusume dd {
    font-size: 0.70rem;
    padding: 0 0 0 10px;
    text-align: justify;
    margin: 0;
}
.staff_osusume dd span {
    display: block;
    font-weight: 600;
    font-size: .75rem;
    padding-bottom: 3px;
}

.shop_comment .open_list {
  padding: 0;
}

.shop_comment_title {
  font-size: 1.0rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.select_group .select_type_group .select_type {
  font-size: 1rem;
  font-weight: bold;
}
.select_group .select_type_group {
  border: 2px solid #ccc;
  border-radius: .3rem;
  padding: 10px;
  text-align: justify;
  font-size: .75rem;
  background-color: #fafafa;
  position: relative;
  height: 120px;
  overflow: hidden;
}
.select_type_group.shop_comment:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 8em;
  background: -moz-linear-gradient(to bottom, rgba(250,250,250,0) 25%, rgba(250,250,250,0.03) 35%, rgba(250,250,250,0.61) 60%, rgba(250,250,250,1) 75%);
  background: -webkit-linear-gradient(to bottom, rgba(250,250,250,0) 25%, rgba(250,250,250,0.03) 35%, rgba(250,250,250,0.61) 60%, rgba(250,250,250,1) 75%);
  background: linear-gradient(to bottom, rgba(250,250,250,0) 25%, rgba(250,250,250,0.03) 35%, rgba(250,250,250,0.61) 60%, rgba(250,250,250,1) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa', GradientType=0 );
}
.more_open {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 5px;
  font-size: 0.85rem;
  color: #111;
  font-weight: 600;
}

/*-------------------------- 詳細 end */

/*-------------------------- 来店予約 */
.contactBtnCom {
  padding-bottom: 26px !important;
}
/*-------------------------- 来店予約 end */

