@charset "UTF-8";
 
.clear {
    clear: both;
}
 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
html {
    font-size: 62.5%;
}
 
body {
    font-size: 1.2rem;
    margin: 0 auto;
    font-famil3: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    padding: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
    color: #002f7c;
    text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img:hover {
    opacity: 0.8;
}

/* ヘッダー */
h1 {
    font-size: 10px;
    margin: 0;
}
header {
    background-image: url('/img/header-back_02.png');
    height: 80px;
    padding: 15px 0 0;
    border-bottom: 4px solid #002f7c;
    min-width: 1000px;
}
.no-border {
    border: none;
}

.inner-wrapper {
    width: 1000px;
    margin: 0 auto;
}
.slide {
    background-color: white;
    min-width: 1000px;
    margin-top: 4px;
}
/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
    header {
        background-image: url('/img/header-back-s_01.png');
        background-size: cover;
        width: 100%;
        height: auto;
        padding: 2%;
        min-width: 320px;
    }
    header #header_logo {
        width: 80%;
    }
    header .row:first {
        margin-bottom: 10px;
    }
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .inner-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .slide {
        min-width: 320px;
    }
}
header img {
    padding-left: 5px;
    height: 53px;
    margin-right: 9px;
}
#kaitori-btn {
    padding-left: 30px;
}
@media (min-width: 640px) {
  header img:last-child {
      height: 54px;
  }
  .siteHeader {
      padding-bottom: 10px;
      height: 75px;
  }
  .siteHeader img {
      height: 41px !important;
  }
  .siteHeader #kaitori-btn {
      padding-left: 10px;
  }
}

/* スライドショー */
#mainImgBox img {
    width: 100%;
}

/* メインコンテンツ */
.inner-content {
    width: 1000px;
    margin: 0 auto;
}
.inner-content-main {
    width: 930px;
    margin: 0 auto;
}
/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
    #kaitori-btn {
        padding-left: 5px;
    }
    .inner-content {
        width: 95%;
        margin: 0 auto;
    }
    .inner-content-main {
        width: 95%;
    }
    header img {
        padding-left: 5px;
        width: 40%;
        float: left;
        height: auto;
    }
    header #phone {
        width: 50%;
        margin-right: 2%;
    }
    header #number1 {
        width: 33%;
    }
    header #number2 {
        margin-top: 1.3%;
        width: 33%;
    }
    header .row {
        margin-bottom: 2%;
    }
    header .row:last-child {
        margin-bottom: 0;
    }
    header .row2 {
        text-align: left;
    }
    header .row2 img {
        width: 45%;
        height: auto;
    }
    header #kaitori-btn {
        width: 36%;
        margin-right: 3%;
    }
    header #contact-btn {
        width: 46%;
    }
    #hamburger {
        width: 10%;
        position: absolute;
        right: -1px;
    }
    .slick {
        max-width: 100%;
    }
    .slick img {
        max-width: 100%;
    }

    /* トップページ用 */
    .header .row:first-child {
        margin-bottom: 2%;
    }
    .header .row2 {
        margin-bottom: 0 !important;
    }
}

/* SPメニュー */
#sp_menu {
    background-color: #002F7C;
    width: 100%;
    color: white;
    z-index: 1000;
    position: fixed;
}
#sp_menu a {
    color: white;
}
#sp_menu .bold {
    font-weight: bold;
}
#sp_menu h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
}
#sp_menu #close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
}
#sp_menu #inner_sp_menu {
    padding: 10px;
    padding-top: 0;
    border: 1px solid white;
    margin: 0 10px 10px;
    font-size: 16px;
}
#sp_menu #inner_sp_menu a {
    text-decoration: none;
}
#sp_menu #inner_sp_menu p {
    border-bottom: 1px dotted white;
    padding-top: 7px;
    padding-bottom: 7px;
}
#sp_menu #inner_sp_menu a:last-child p {
    border-bottom: none;
    padding-bottom: 0;
}
#sp_menu #inner_sp_menu .border-bold {
    border-bottom: 2px solid white;
}

/* Information */
#information {
    border: 1px solid #ccc;
    height: 25px;
    padding: 1px;
    margin: 30px 7px;
    box-shadow: inset 2px 2px 2px #ccc;
}
/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
    #information {
        margin: 20px 7px;
    }
}
#info_header {
    width: 50px;
    float: left;
}
#infoTextArea iframe {
    width: 800px;
    margin-left: 16px;
    padding: 0px;
    border: 0px;
}
/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
    #msgBx {
        width: 90%;
        padding: 0px;
        border: 0px;
    }
}

/*-------------------------------------*/
/* グローバルナビゲーション */
/*-------------------------------------*/

#main-menu {
    margin: 0 auto;
    margin-top: 30px;
}

ul#gNavi{
	margin-bottom: 0;
	padding-bottom: 0;
    padding-left: 0;
}
ul#gNavi li{
	display: block;
	float: left;
	margin-right: 2px;
	font-size: 12px;
	letter-spacing: 0.08em;
    width: 14.11%;
}
ul#gNavi li:last-child {
  margin-right: 0px;
}
/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
    #main-menu {
        margin-top: 20px;
    }
    ul#gNavi li{
        width: 19.6%;
        margin-right: 0.3%;
    }
    ul#gNavi li:nth-child(6){
        margin-right: 0;
    }
}

ul#gNavi li a{
	color: #333;
	text-decoration: none;
	display: block;
	color: #333;
}

ul#gNavi li a:hover{
	color: #a69e7b;
}

ul#gNavi li.firstItem a{
	padding-left: 16px;
	display: block;
}

ul#gNavi li.lastItem{
	margin-right: 0;
}

ul#gNavi li img {
    width: 100%;
}
/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
    ul#gNavi li img {
        width: 100%;
    }
}

/* フッター */
#kaitori_banner {
    text-align: center;
    margin-top: 20px;
}
#kaitori02-s_03 {
    width: 98%;
}
footer {
    background-image: url(/img/footer-back_04.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding: 33px 0 20px;
    color: #002f7c;
    font-size: 1.3em;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-weight: lighter;
    border-top: 3px solid #002f7c;
    min-width: 1000px;
}
footer span {
    margin-right: 20px;
}
@media (min-width: 640px) {
    footer .inner-content {
      width: 930px;
    }
}
/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
    footer {
        border-top: 2px solid #0a3680;
        margin-top: 20px;
        padding: 7px 0 2px 0;
        font-size: 95%;
        font-weight: bold;
        min-width: 320px;
    }
    footer .inner-content {
        width: 97%;
    }
    #copyright {
        color: #002f7c;
        font-weight: bold;
        text-align: center;
        margin-top: 8px;
        padding-bottom: 22%;
        font-size: 80%;
    }
}
footer p {
    margin: 3px 0;
}
#contact2 {
    margin-top: 10px;
    width: 240px;
    margin-left: 40px;
}
#footer_left {
    float: left;
}
#footer_right {
    float: right;
}
#kaitori_65 {
    width: 365px;
    margin-top: 9px;
}
#footer_contact {
    margin-top: 10px;
    float: left;
    text-align: left;
    font-size:88%;
}
#footer_text_left {
    margin-top: 10px;
    float: left;
}
#footer_text_right p {
    float: right;
    letter-spacing: 0.03em;
    font-size: 0.8em;
    margin-top: 10px;
}
footer #footer_company {
    width: 240px;
}
/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
    #footer_contact {
        margin-top: 4px;
    }
    footer #footer_company {
        width: 52%;
    }
    #contact2 {
        width: 44%;
        margin-left: 7px;
    }
}

/* 車両検索 */
#search_cars {
    margin-top: 30px;
    background-image: url('/img/top_ol_11.png');
    background-size: cover;
    height: 82px;
    width: 425px;
    padding: 9px;
    padding-right: 17px;
    padding-top: 11px;
    color: white;
    font-size: 10px;
    float: left;
}
#search_cars input, select {
    background-color: white;
    color: black;
}
#search_cars select {
    margin-left: 5px;
    margin-right: 10px;
}
#search_cars #search_head {
    width: 110px;
    float: left;
}
#search_cars #input_area {
    float: right;
    width: 275px;
    margin-top: -1px;
}
#search_cars #input_area p {
    margin-bottom: 0;
}
#search_cars #input_area input {
    width: 100%;
    margin-top: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#search_cars #select_area {
    margin-top: 10px;
    float: left;
}
#search_cars #search_button {
    margin-top: -2px;
    margin-right: -9px;
    background-color: transparent;
    float: right;
}

/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
    #search_cars {
        margin-top: 20px;
        background-image: url('/img/back_03.png');
        background-size: cover;
        background-repeat: no-repeat;
        width: auto;
        height: auto;
        padding: 2%;
        padding-top: 2%;
        padding-bottom: 0;
        color: white;
        font-size: 9px;
        text-align: left;
        margin-bottom: 20px;
        float: none;
        border-radius: 13px;
    }
    #search_cars #desc_input {
        margin-left: 5px;
        margin-top: 5px;
    }
    #search_cars #CarAbout {
        margin-top: 3%;
        margin-bottom: 1%;
        width: 100%;
    }
    #search_cars .select_div {
        float: left;
        width: 34%;
        margin-right: 3%;
        margin-top: 1%;
    }
    #search_cars .select_div2 {
        width: 36%;
    }
    #search_cars .select_div3 {
        width: 16%;
    }
    #search_cars .select_div select {
        margin-left: 0;
        width: 100% !important;
    }
    #search_cars #search_button_div {
        text-align: center;
    }
    #search_cars #search_button_div input {
        width: 30%;
        margin: 1% 0 1%;
        background-color: transparent;
    }

    #search_cars #search_head {
        width: 110px;
    }
    #search_cars .search_head {
        padding-top: 6px;
    }
    #search_cars #input_area {
        margin-top: 5px;
        width: 100%;
    }
    #search_cars #search_button {
        float: none;
        margin-top: 10px;
    }
    #search_cars img {
        width: 25%;
    }
}

/* フッターリンク */
#footer_link {
    float: right;
    font-size: 10px;
    color: #002f7c;
    margin-top: 30px;
    margin-right: 15px;
    font-weight: bold;
}
#footer_link p {
    margin: 0px;
}
#footer_link p:first-child {
    font-size: 13px;
    margin-bottom: 5px;
}

/* 新着情報 */
#new_list {
    margin-top: 70px;
    font-size: 10px;
    font-weight: bold;
}
#new_list .row {
    margin-top: 20px;
}
#new_list img {
    width: 100%;
    margin-bottom: 5px;
}
#new_list .pic_back {
    background-image: url('/img/img-back_50.png');
    background-size: cover;
    height: 106px;
    position: relative;
}
#new_list .pic_back img {
    max-width: 86%;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

}
#new_list .desc_back {
    padding-left: 5px;
    padding-right: 0px;
}
#new_list .desc_back p {
    margin-bottom: 0;
}
#new_list .desc_back .detail {
    width: 70px;
}

/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
    #new_list {
        margin-top: 20px;
    }
    #new_list #obi_43 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #new_list .row {
        margin-top: 0px;
    }
    #new_list .pic_back {
        height: 135px;
    }
    #new_list .desc_back {
        margin-bottom: 10px;
    }
    #new_list .detail {
        width: 70px;
        padding-left: 5px;
        margin-bottom: 20px;
    }
}

/* フッター固定メニュー SPのみ */
#fixed_footer {
    background-color: black;
    width: 100%;
    height: 12.5%;
    position: fixed;
    padding: 1%;
    padding-bottom: 2%;
    bottom: 0;
}
#fixed_footer img {
    width: 18%;
    margin-left: 0.8%;
    border-radius: 7px;
}
#fixed_footer a:first-child img {
    margin-left: 0;
}
