@media screen and (min-width: 1680px) {
  .car-select-inner,
  .car-select-tag {
    left: 19.5%;
  }
}

@media screen and (min-width: 1920px) {
  .car-select-inner,
  .car-select-tag {
    left: 22.6%;
  }
}

@media screen and (min-width: 2560px) {
  .car-select-inner,
  .car-select-tag {
    left: 29.5%;
  }
}

@media screen and (max-width: 1024px) {
  .car-select-inner {
    position: static;
  }

  .car-select-tag {
    display: none;
  }

  .is-sp,
  .header__navgroup {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }

  /*ハンバーガーメニュー*/
  .menu-btn {
    position: fixed;
    top: 0;
    right: 10px;
    display: flex;
    height: 55px;
    width: 55px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: white;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  .menu-content ul {
    padding: 105px 10px 0;
  }

  .menu-content ul li {
    border-top: solid 1px #ddd;
    list-style: none;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    padding: 30px;
    position: relative;
    text-align: center;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: black;
    transition: all 0.5s;
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .mein-title-box {
    top: 17%;
    left: 5%;
  }

  .recommend-inner div {
    width: 150px;
  }

  .car-info img,
  .recommend-box,
  .car-info-img {
    width: 150px;
    height: 105px;
  }

  .td-left,
  .td-right {
    font-size: 11px;
    padding: 0;
  }

  .num {
    line-height: 1 !important;
  }

  .item-tbl p {
    font-size: 12px;
  }

  .row1 {
    padding: 3px 10px 5px 10px;
  }

  .mein-title-eg {
    font-size: 24px;
  }

  .header_logo {
    margin-left: 10px;
  }

  .recommend {
    top: -45px;
  }

  .new {
    top: -115px;
  }

  .mein-title {
    top: 23%;
    right: 10%;
  }

  .mein-title p {
    font-size: 38px;
  }

  .header__nav,
  .header__info {
    font-size: 12px;
  }

  .header__info {
    padding-top: 10px;
    margin-right: 10px;
  }

  .header__info img {
    width: 12px;
    height: 12px;
  }

  .header__navgroup > * + * {
    margin-left: 15px;
  }

  .sp-number a {
    font-size: 22px !important;
    line-height: 1;
    letter-spacing: 1px;
  }

  .business_hours {
    font-size: 12px;
  }

  .car-select {
    position: static;
    width: 100%;
  }

  .car-icon img {
    margin: 0;
    width: 80%;
    height: 75%;
  }

  .merit-container {
    margin-top: 70px;
  }

  .inventory-text {
    font-size: 11px;
  }

  .inventory {
    left: 27%;
  }

  .inventory-car-select {
    width: 100%;
  }

  .row-2 li {
    font-size: 10px;
    height: 77.3px;
  }

  .img img {
    width: 119px;
    height: 76px;
  }

  .inquiry-box {
    margin: 10px 15px;
  }

  .form-table th,
  .form-table td {
    display: block;
    padding: 10px;
    width: 92%;
  }

  .detail-container {
    text-align: center;
  }

  .datail-mein img {
    width: 100%;
    height: auto;
  }

  .company-container,
  .inquiry-container,
  .inventory-container {
    margin: 120px 0 80px 0;
  }

  iframe {
    width: 92%;
    height: 200px;
  }

  .datail-imgs {
    overflow-x: scroll;
    display: flex;
    height: auto;
    padding: 0;
    max-width: 100%;
  }

  .detail-table-container,
  .detail-container {
    width: 92%;
  }

  .datail-imgs li {
    margin-right: 5px;
    width: auto;
  }

  .step {
    width: 92%;
  }

  .detail-img {
    width: 100%;
  }

  .sub-img {
    width: 100%;
    height: auto;
    display: flex;
    overflow-x: scroll;
  }

  .sub-img img {
    margin-right: 5px;
  }

  .sub-img li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: 15px;
  }

  .sp-car-info {
    display: none;
  }
  td {
    display: block;
    width: auto;
  }
  .item_img {
    width: auto;
  }
  .item-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
  }
  .item_number,
  .item_maker,
  .item_model,
  .item_body,
  .item_nenshiki,
  .item_shaken,
  .item_price,
  .item_loading,
  .item_run,
  .item_lwh {
    width: 50%;
    box-sizing: border-box;
  }

  .num {
    display: inline-block;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .mein-sp {
    margin-top: 60px;
    display: block;
  }

  .header-sp {
    display: block;
    width: 100%;
    height: 45px;
    background-color: black;
    color: white;
    z-index: 20;
  }

  .header-border {
    margin-top: 4px;
  }

  .sp-icon {
    margin-top: 2px;
  }

  .sp-icon p {
    margin: 0;
    line-height: 15px;
    font-size: 8px;
  }

  .mein-title {
    top: 15%;
  }

  .mein-title p {
    font-size: 20px;
  }

  .header__navgroup {
    margin-right: 10px;
    height: 100%;
  }

  .header__navgroup > * + * {
    margin-left: 10px;
  }

  .car-select,
  .inventory-car-select {
    position: static;
    box-shadow: none;
  }

  .car-icon {
    width: 23%;
  }

  .car-icon p {
    font-size: 8px;
  }

  .car-icon img {
    height: 35px;
    width: auto;
  }

  .car-select-tag {
    width: 40%;
    font-size: 13px;
    padding: 5px;
  }

  .recommend {
    top: -25px;
    font-size: 50px;
  }

  .new {
    top: -95px;
    font-size: 50px;
  }

  .point {
    padding: 5px;
  }

  .merit-container {
    margin-top: 70px;
  }

  .merit-inner {
    display: block;
  }

  .inventory-car-select-inner {
    margin-top: 5px;
  }

  .merit-box {
    width: 100%;
    border: none;
  }

  .car-info {
    margin: 0 10px 35px 0;
    box-shadow: 5px 5px 30px rgb(0 0 0 / 20%);
  }

  .sp-car-info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: black;
    padding: 12px;
    /* display: block; */
    margin-bottom: 25px;
  }

  .sp-car-info a {
    color: black;
  }

  .sp-car-info p {
    margin: 5px 0;
  }

  .sp-gray {
    color: #666666;
    font-size: 10px;
    letter-spacing: 0;
  }

  .sp-car-info-text {
    font-size: 10px;
  }

  .sp-car-info-table {
    font-size: 10px;
  }

  .sp-tbl-right td {
    padding-left: 10px;
  }

  .lwh {
    padding-left: 30px;
  }

  .overview-table td {
    padding: 12px;
  }

  textarea[name="content"] {
    height: 150px;
  }

  .inquiry-box {
    width: auto;
    height: auto;
    padding: 30px 20px;
  }

  .line {
    width: 120px;
    height: auto;
    margin-left: 15px;
  }

  .line-add p {
    margin-top: 20px;
    margin-right: 0;
  }

  dd {
    margin: 10px;
  }

  footer {
    font-size: 10px;
    padding: 5px 0;
  }

  .details-remarks p {
    display: block;
  }

  .details-remarks-text {
    width: 100%;
  }

  .details-btn button {
    display: block;
    margin: 20px auto;
  }

  input[type="button" i] {
    display: none;
  }

  .back-btn-box,
  .submit-btn-box {
    display: block;
    margin: 30px 0 0 0;
  }

  .thanks-heading {
    font-size: 18px;
    margin-top: 40px;
  }

  .detail-table-container table {
    margin: 0;
  }

  .mail {
    margin-top: 30px;
    margin-bottom: 17px;
  }

  .recommend-inner {
    overflow-x: scroll;
  }

  .text {
    margin: 20px 15px 40px 15px;
  }

  .company-container,
  .inquiry-container,
  .inventory-container {
    margin: 100px 0 80px 0;
  }

  .detail-box {
    display: block;
  }

  .detail-tbl {
    width: 100%;
  }

  .black {
    font-size: 12px;
  }

  .step {
    font-size: 11px;
  }

  .step span {
    font-size: 12px;
  }

  .step li {
    padding: 10px 0;
  }

  .step li:last-child {
    padding-right: 0;
  }

  .step li {
    font-size: 10px;
  }

  input[type="text"],
  textarea {
    width: 91%;
  }

  .sp-tbl-title {
    font-size: 12px;
    letter-spacing: 0.6px;
  }

  .sp-tbl-subtitle {
    font-size: 12px;
    letter-spacing: 0.6px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .sp-row1,
  .sp-car-info-table {
    width: 100%;
  }

  .sp-car-info-table td {
    border: none;
  }

  .pd-left {
    padding: 0 0 0 12px;
  }

  .row1 {
    border-bottom: none;
    border-top: none;
    padding: 0 20px 5px 20px;
  }

  .row2 td {
    padding: 2px 10px;
    border-bottom: none;
    border-left: none;
  }

  .item_number,
  .item_model,
  .item_nenshiki,
  .item_price,
  .item_run {
    border-left: 1px solid #ddd !important;
  }

  .item_run,
  .item_lwh {
    border-bottom: 1px solid #ddd !important;
  }

  .item-tbl {
    box-shadow: 5px 5px 30px rgb(0 0 0 / 20%);
  }

  .recommend-box td {
    display: inline-block;
    width: 50%;
  }

  .detail-tbl td {
    display: inline-block;
    width: 48%;
  }

  .item_img img {
    width: 92%;
    padding: 15px 0 5px 0;
  }

  .item_img {
    text-align: center;
    border-bottom: none;
  }

  .up {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }


  /* ▼（20230321）add marukin ▼  */
  .section_img_btm .container{ margin-bottom: 14px; }

  #ul_camera360 li{ margin-right: 10px; }
  #ul_camera360 li:last-child{ margin-right: 0; }
  #ul_camera360 li a{ display: block; padding: 3px 12px 3px 30px; border-radius: 12px; font-size: 10px;
    background-position: 13px center;
    background-size: 14px auto;
  }
  /* ▲（20230321）add marukin ▲  */

}
