@charset "UTF-8";

.wrapper {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
a{
    text-decoration: none;
}
.popup a{
    color: #fff;
}
body {
    margin: 0;
    padding: 0;
    font-size:13px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: none;
}
body {
    display: none; /* 最初は非表示 */
}
/* タイトル */
.header_inner h1 {
    background-color: #dddddd;
    color: #000;
    line-height: 1.2;
    margin: 0 auto;
    padding: 10px 10px 5px;
    font-weight: bold;
    font-size: 20px;
}

.pb-0 {
    width: 100%;
}

.name_wrap i {
    font-size: 20px;
    color: #999;
    display: inline-block;
    margin-right: 3px;
}

.name_wrap p {
    font-size: 11px;
    display: inline-block;
}

.name_wrap a {
    font-size: 11px;
}

.page-header h2 .car_name {
    font-size: 1.2rem;
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.page-header h2 .merker_name {
    font-size: 1rem;
    display: block;
    width: 50%;
}

.question {
    text-align: right;
}

.question i {
    color: #999;
}

.question span {
    font-size: 0.7rem;
}

.more-button {
    line-height: 1.5;
    margin-bottom: 2rem;
    text-align: center;
}
/* 追従ボタン */
.frowting_button{
    background-color: #000000b9;
    position: fixed;
    bottom: 0;
    padding: 5px;
    width: 100%;
    z-index: 500;
}
.fa-phone-flip{
    font-size: 1rem;
    padding-bottom: 5px;
    margin-right: 8px;
}
/* モーダル */
.popup {
    display: inline-block;
    background-color: red;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

/* タグ */
.page-header .icon-cont {
    display: flex;
    margin-top: 8px;
    font-size: 0.8rem;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
}

.page-header .icon {}

.page-header .icon-cont .icon.new {
    color: #e70012;
    border-color: #e70012;
}

.page-header .icon-cont .icon {
    margin-right: 5px;
    padding: 3px 10px;
    display: inline-block;
    font-weight: bold;
    color: #0447b3;
    line-height: 1.0;
    border: 1px solid #0447b3;
    border-radius: 4px;
}

.page-header .icon-cont .icon {
    margin-right: 5px;
    padding: 3px 10px;
    display: inline-block;
    font-weight: bold;
    color: #0447b3;
    line-height: 1.0;
    border: 1px solid #0447b3;
    border-radius: 4px;
}

.page-header .icon-cont .icon.plan {
    color: #169898;
    border-color: #169898;
}

/* スワイパー */

.swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 300px;
}

.swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    /* height: 300px; */
    text-align: center;
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.swiper-slide img {
    width: 80%;
}

.swiper-slide:nth-child(3n + 1) {}

.swiper-slide:nth-child(3n + 2) {}

.swiper-slide:nth-child(3n + 3) {}

.swiper-pagination-bullets {
    position: static;
    margin-top: 16px;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
}

.swiper-pagination-bullet:first-child {
    margin: 0 !important;
}

.swiper-pagination {
    position: static !important;
}

.swiper-pagination-bullet {
    border-radius: var(--swiper-pagination-bullet-border-radius, 0%) !important;
}

.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
}

/* 価格 */
.price_area {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pay-price .mintext, .price-text .mintext {
    font-size: 0.8rem;
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}
.price-text{
    font-size: 1rem;
}
.pay-price {
    font-size: 1.3rem;
}
.shiharaisougaku{
    padding-top: 20px;
    text-decoration: underline;
}
.red {
    color: #e70012;
}

.yen {
    font-size: 0.8rem;
}

.price-come p {
    text-align: right;
    line-height: 1.5;
}
.fa-circle-question{
    margin: 3px;
}

/* テーブル */
.grade-table {
    width: 100%;
    margin-top: 10px;
}
.grade-table  i{
    color: #999;
}
.table-01 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.table-01 th, .table-01 td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.th2-1, .th2-2 {
    background-color: #f2f2f2;
}
.syoudann{
    color: #e70012;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.frow-online{
    color: #ffffff;
    text-align: center;
}
.osusume{
    background-color:#2aa7f0 ;
    color: #fff01e;
    font-size: 1.3rem;
    padding: 15px;
    font-weight: bold;
    box-shadow: 0px 0px 0px 5px #2aa7f0;
  border: dashed 1px #ffffff;
  padding: 0.2em 0.5em;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
}
.logo_relase{
    width: 100%;
}
.logo_relase img{
    width: 100%;
}
.online{
    display: block;
    color: #ffffff;
    font-size: 0.7rem;
    line-height: 0.8;
}
.tellmin{
    font-size: 1rem;
    display: block;
}
/* Merge cells for Color and Maintenance */
.th2-1[colspan="3"], .td2-1[colspan="3"], .th2-2[colspan="3"], .td2-2[colspan="3"] {
    background-color: #ffffff;
    font-weight: normal;
}

.gray_line {
    height: 1px;
    background-color: rgb(185, 185, 185);
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section-cut{
    height: 1px;
    background-color: rgb(185, 185, 185);
    border: none;
    margin-top: 20px;
    margin-bottom: 60px;
}

.support_img img {
    width: 100px;
}

.support_img {
    padding-top: 10px;
    padding-bottom: 30px;
}

/* 問い合わせ */
.contact {
    background-color: #ffffff;
    padding: 15px;
    border: #fbff00 solid 15px;
}

.store-name {
    /* margin-bottom: 10px; */
    font-size: 1rem;
    font-weight: bold;
}

.contact .red {
    font-size: 0.7rem;
}

.contact .min {
    font-size: 1rem;
}

.contact-title {
    text-align: center;
    margin-bottom: 10px;
}

.contact-redbutton {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}
.contact-redbutton{
    margin-bottom: 5px;
}
.red-contact {
    width: 50%;
    display: block;
    padding: 10px 5px 10px 5px;
    background: #e20a1c;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.green-button {
    background: #4cda64;
    font-size: 1.7rem;
    margin-bottom: 0;
    padding: 15px 15px 10px;
    text-align: center;
    color: #fff;
}
.green-button .min{
    font-size: 0.7rem;
    display: block;
}


.footerlogo{
    text-align: center;
    width: 100%;
    margin: 30px 0 150px 0;
}
.footerlogo img{
    width: 70%;
    margin: auto;
}