@charset "EUC-JP";

/* ------------------- */
/* content */
body {
    width: 100%;
}
#content .search_content {
    width: 960px;
    padding-top: 15px;
    margin: 0 auto;
}
#header .header_inner h1 img {
    margin-left: -22px;
}
#content .shop_page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #e5e5e5;
    background: #fff;
    padding: 8px 10px;
}
#content .shop_page-title .shop_page-titleBox h1 {
    font-size: 24px;
    font-weight: 300;
    color: #000;
}
#content .shop_page-title .shop_totalBox span {
    font-size: 18px;
}
#content .shop_page-title .shop_totalBox span em {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    color: #DD0101;
    margin: 0 4px;
}
.search_outer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 10px 45px;
}
.searchBar_menu::after {
    content: "";
    display: block;
    clear: both;
}
.searchBar_menu .select_box {
    display: block;
    float: left;
    margin-right: 8px;
}
.searchBar_menu .select_box_title {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 3px;
}
.searchBar_menu .select_box_view {
    width: 194px;
    height: auto;
    line-height: 26px;
    padding-left: 6px;
    padding-right: 28px;
    color: #333;
    font-size: 14px;
}
.search_outer .link_list02 {
    padding: 0 5px 3px;
    border-top: none !important;
}
.search_outer .link_list02 li span:hover {
    background: #fff;
}
.check_list {
    font-size: 0;
    margin-bottom: 0 !important;
    padding: 15px;
}
.check_list li {
    display: inline-block;
    width: auto !important;
    border-right: none !important;
    border-bottom: none !important;
    margin-right: 10px;
}
.check_list li > * {
    display: inline-block !important;
    height: auto !important;
    padding: 0 !important;
    color: #000 !important;
}
.check_list label {
    display: inline-block !important;
    padding: 0 !important;
}
.check_list li > * span {
    display: inline-block !important;
    overflow: visible !important;
    padding: 0 0 0 5px !important;
    max-width: 100% !important;
}
.searchBar_select {
		position: relative;
}
.searchBar_select::after {
		content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: 6px;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    transform: rotate(135deg);
}
.searchBar_select select {
    width: 150px;
    font-size: 14px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    padding: 5px 10px;
    outline: transparent;
}
.searchBar_content .searchBar_btn button {
    position: relative;
    width: 100%;
    font-size: 14px;
    border: 1px solid #DD0101;
    border-radius: 3px;
    padding: 8px 10px;
    background: #fff;
    box-sizing: border-box;
    outline: transparent;    
}
.searchBar_content .searchBar_btn button::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../img/icon_refresh.png') no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.form_radio input {
    opacity: 1;
    width: 15px;
    height: 15px;
    margin: 6px;
}

/* ------------------- */
/* 販売店一覧 */
.bike_shop-list {
    background: #f3f3f3;
    padding: 40px 0;
}
.shop_sec {
    background: #fff;
    width: 940px;
    padding: 25px 35px;
    margin: 0 auto 40px;
    box-sizing: border-box;
}
.shop_sec:last-of-type {
    margin-bottom: 0;
}
.shop_sec .shop_name {
    margin-bottom: 20px;
}
.shop_sec .shop_name h2 {
    font-size: 23px;
    font-weight: 600;
}
.shop_sec .shop_name h2 a {
    color: #000;
    position: relative;
    width: 100%;
    display: block;
    padding-right: 115px;
}
.shop_sec .shop_name h2 a span{
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 12px;
}
.shop_sec .shop_name h2 a span::before{
    content: "";
    display: inline-block;
    width: 29px;
    height: 18px;
    margin-right: 5px;
    margin-bottom: -2px;
    background: url('../img/icon_shop.png') no-repeat;
}
.shop_sec .shop_name h2 a span::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    margin-bottom: 1px;
    border-top: 2px solid #DD0101;
    border-right: 2px solid #DD0101;
    transform: rotate(45deg);
}
.shop_sec .shop_content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.shop_sec .shop_content .shop_l {
    width: 340px;
}
.shop_sec .shop_content .shop_l a {
    display: block;
}
.shop_sec .shop_content .shop_l a:hover {
    opacity: .8 !important;
}
.shop_sec .shop_content .shop_imgBox {
    position: relative;
    width: 100%;
    height: 210px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 10px;
}
.shop_sec .shop_content .shop_imgBox .dealer {
    position: absolute;
    display: block;
    top: 0;
    right: -12px;
}
.shop_sec .shop_content .shop_r {
    width: calc(100% - 372px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shop_sec .detail_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shop_sec .detail_btn .shop-detail_btn,
.shop_sec .detail_btn .display-test_btn {
    width: 50%;
    border: 1px solid #ddd;
}
.shop_sec .detail_btn .shop-detail_btn {
    border-radius: 3px 0 0 3px;
}
.shop_sec .detail_btn .display-test_btn {
    border-radius: 0 3px 3px 0;
    border-left: none;
}
.shop_sec .detail_btn a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 15px;
    padding: 13px;
}
.shop_sec .detail_btn a:hover {
    background: #f7f7f7;
}
.shop_sec .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
}
.shop_sec .review .review_star {
    display: inline-block;
    width: 160px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 14px;
}
.shop_sec .review span.avg {
    font-size: 35px;
    font-weight: bold;
    color: #FBBE05;
    margin-top: -12px;
}
.shop_sec .review span.total {
    font-size: 13px;
    font-weight: 300;
    padding-top: 10px;
}
.shop_sec .shop_info {
    font-size: 12px;
		line-height: 1.9;
}
.shop_sec .shop_info dt {
    float: left;
}
.shop_sec .shop_info dt::after {
    content: "";
    display: block;
    clear: both;
}
.shop_sec .shop_info dd {
    padding-left: 70px;
}
.shop_sec .mail_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    margin-bottom: 10px;
}
.shop_sec .mail_content .shop_call_btn {
    width: 242px;
}
.shop_sec .mail_content .shop_call_btn a{
    background: #1390DE;
}
.shop_sec .mail_content .shop_call_btn.no_free a > span{
    font-size: 12px;
    text-align: left;
    display: inline-block;
    margin-left: 30px;
}
.shop_sec .mail_content .shop_call_btn.no_free a > span::after{
    content: "";
    display: inline-block;
    width: 22px;
    height: 33px;
    position: absolute;
    top: 4px;
    left: -25px;
    background-image: url(../img/icon_no-free.png);
    background-size: 100%;
}
.shop_sec .mail_content .mail_btn {
    width: 242px;
}
.shop_sec .mail_content .mail_btn a{
    background: #0040a7;
    color: #fff;
    padding: 3px;
    display: block;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}
.shop_sec .mail_content a {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
    transition: .4s;
    padding: 3px;
}
.shop_sec .mail_content a > span{
    font-size: 11px;
    background: #F0DD00;
    color: #000;
    padding: 0 3px;
}
.shop_sec .mail_content a span:last-child{
    font-size: 16px;
    background: none;
    color: #fff;
    position: relative;
}
.shop_sec .newcar_btn a {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    transition: none !important;
}
.shop_sec .newcar_btn a:hover {
    opacity: 1 !important;
    background: #f7f7f7;
}
.shop_sec .newcar_btn a span::after {
		content: "";
		display: inline-block;
		width: 7px;
		height: 7px;
		margin-left: 10px;
		margin-bottom: 1px;
		border-top: 2px solid #DD0101;
		border-right: 2px solid #DD0101;
		transform: rotate(45deg);
}
.shop_sec .shop_bottom {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.shop_sec dl.car_detail {
    position: relative;
    display: flex;
    width: calc(100% - 180px);
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.shop_sec dl.car_detail dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 228px;
    font-size: 13px;
	font-weight: bold;
    color: #fff;
    background: #989898;
    padding: 16px;
    box-sizing: border-box;
}
.shop_sec dl.car_detail p {
    font-size: 14px;
    margin-bottom: 5px;
}
.shop_sec dl.car_detail .display_testdrive {
    width: calc(100% - 228px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 5px 15px;
}
.shop_sec dl.car_detail .displayBox,
.shop_sec dl.car_detail .testdriveBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    width: 50%;
}
.shop_sec dl.car_detail .testdriveBox {
    padding-left: 10px;
}
.shop_sec dl.car_detail .displayBox-inner,
.shop_sec dl.car_detail .testdriveBox-inner {
    display: flex;
    align-items: center;
}
.shop_sec dl.car_detail span {
    display: block;
}
.shop_sec dl.car_detail .display_color {
    display: inline-block;
    vertical-align: text-top;
    width: 94px;
    font-size: 0;
    text-align: left;
    padding-left: 5px;
}
.shop_sec dl.car_detail .display_color img {
    margin: 2px;
}
.shop_sec dl.car_detail .total {
    display: inline-block;
    margin-top: -4px;
}
.shop_sec dl.car_detail .total em {
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    margin: 0 2px;
}
.shop_sec .newcar_btn {
    display: inline-block;
    vertical-align: middle;
}
.shop_sec .newcar_btn a {
    display: block;
    width: 170px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    padding: 16px;
    margin-left: 10px;
}
/* ------------------- */
/* pager */
nav.pager {
    background: #fff;
    padding: 40px 10px 80px;
    border: none;
}
nav.pager .pager_link {
    display: block;
    width: 940px;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}
nav.pager .pager_link li {
    display: inline-block;
    width: 50px;
    letter-spacing: -0.04em;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    border-radius: 3px;
    padding: 0 !important;
    margin: 0 10px;
}
nav.pager .pager_link li.current,
nav.pager .pager_link li a,
nav.pager .pager_link li span {
    display: block;
    min-width: initial;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333;
    border: 2px solid transparent;
    border-color: #aaa;
    border-radius: 3px;
    letter-spacing: normal;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    padding: 0 5px;
    margin: 0 auto;
    box-sizing: border-box;
    opacity: 1 !important;
}
nav.pager .pager_link li.current {
    display: inline-block;
    width: 50px;
    border-color: #ff0000;
    color: #ff0000;
    margin: 0 10px;
}
nav.pager .pager_link li.pager_prev > *, nav.pager .pager_link li.pager_next > * {
    width: 50px;
    border: none;
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
}
nav.pager .pager_link li.pager_prev.off span {
    background-color: #f7f7f7;
}
nav.pager .pager_link li.pager_prev , 
nav.pager .pager_link li.pager_next {
		position: relative;
}
nav.pager .pager_link li.pager_prev::before ,
nav.pager .pager_link li.pager_next::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 50%;
    display: inline-block;
    width: 7px;
    height: 7px;
		margin-right: -3px;
		margin-top: -5px;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    transform: rotate(45deg);
}
nav.pager .pager_link li.pager_prev::before {
		transform: rotate(-135deg);
		margin-right: -7px;
}
nav.pager .pager_link li.pager_prev > * {
    background-image: none;
}
nav.pager .pager_link li.pager_next > * {
    background-image: none;
}
nav.pager .pager_link li.pager_prev span,
nav.pager .pager_link li.pager_next span {
    opacity: 0.5;
}
/* ---- モーダル ---- */
.btn.search {
    padding-top: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
		background: #ff0000;
    color: #fff;
		border: none;
		opacity: 0.3;
		pointer-events: none;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
}
.btn.search.active {
		opacity: 1;
		pointer-events: all;
}

.bike_info_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 24px 0 10px;
}
/* #35074 START 20231012 GOOBIKE_NEWCAR-1765 販売店一覧画面の代表車種画像改善 */
.bike_info_box img {
    width: 150px;
    object-fit: contain; 
}
/* #35074 END 20231012 GOOBIKE_NEWCAR-1765 販売店一覧画面の代表車種画像改善 */
.bike_info_box .bike_info {
    width: 343px;
    display: flex;
    flex-direction: column;
}
.bike_info_box h3 {
    font-size: 16px;
    font-weight: bold;
    border-left: 3px solid #DD0101;
    padding-left: 8px;
    line-height: 16px;
    margin-bottom: 12px;
    word-break: break-all;
}
.bike_info_box dd.price {
    font-size: 22px;
    font-weight: bold;
    margin-top: -4px;
}
.bike_info_box dd.price span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 2px;
}
.bike_info_box dl.spec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4px;
}
.bike_info_box dl.spec dd {
    font-size: 14px;
    font-weight: bold;
    margin-top: -3px;
    padding-right: 2px !important;
}
.bike_info_box dl.spec dd span {
    font-size: 16px;
}
.bike_info_box .notes {
    background-color: #F3F3F3;
    font-size: 12px;
    padding: 13px 15px;
    width: 420px;
    line-height: 19px;
    height: 7.2rem;
    max-height: 7.2rem;
    overflow-y: auto;
    word-break: break-all;
}

.bike_info_box dl.spec div:last-child dd{
    padding-right: 0 !important;
}
