@charset "UTF-8";

@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 700;
    src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 900;
    src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}

.page-wiper * {
font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.pitnewscms {
    padding: 0 4vw;
}

/****** Page Settings *****************/
/* Reset */
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

body {
    min-width: 1000px;
    color: #333;
    line-height: 1.7;
}
@media only screen and (max-width: 767px) {
    body {
        min-width: 320px;
        font-size: 14px;
    }
}

.pb8 {
    display: inline-block;
    padding-bottom: 8px;
}

.br-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .br-sp {
        display: block;
    }
}

/* スクロールのオフセット */
h1[id],
h2[id],
h3[id] {
    position: relative;
}
h1[id]:before,
h2[id]:before,
h3[id]:before {
    content: "";
    display: block;
    height: 50px;
    margin-top: -50px;
}

/* Link Text */
.page-wiper a {
    color: #333;
    transition: 0.2s;
}
.page-wiper a:hover {
    opacity: 0.7;
}

a.blue-link {
    color: #1e77c9;
}

/* Content Width */
.mySection {
    margin: auto;
    width: 800px;
}
@media screen and (max-width: 767px) {
    .mySection {
        width: calc(100% - 60px);
    }
}

/* Font Size */
.mySection p {
    font-size: 16px;
    line-height: 1.7;
}
@media screen and (max-width: 767px) {
    .mySection p {
        font-size: 14px;
    }
}

/* Headings */
.text-bold {
    font-weight: bold;
    background-color: #e4eff8;
    padding: 4px 2px;
}
p.text-lg {
    font-size: 17px;
}

.headingLv2 {
    margin: 100px 0 60px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
.headingLv2::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 40px;
    height: 3px;
    background: #ed6c00;
}

.headingLv3 {
    margin: 60px 0 40px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
.headingLv3 span {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .headingLv2 {
        margin: 80px 0 40px;
        font-size: 26px;
    }

    .headingLv3 {
        margin: 36px 0 20px;
        font-size: 22px;
    }
}

/* Breadcrumbs ************/
.nav_bread {
    padding: 10px 1rem;
    background: #f5f5f5;
}
.nav_bread_inner {
    margin: auto;
    display: flex;
    font-size: 14px;
    max-width: 1092px;
}

@media screen and (max-width: 767px) {
    .nav_bread_inner {
        font-size: 12px;
    }
}

.nav_bread_item,
.nav_bread_item a {
    color: #666666;
    font-size: 12px;
}

.nav_bread_item:not(:first-of-type) {
    margin-left: 8px;
    padding-left: 15px;
    position: relative;
}
.nav_bread_item:not(:first-of-type):before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}

/****** Main Visual ****************/
.main-visual {
    position: relative;
    display: grid;
    place-items: center;
}
.main-visual_textBox {
    padding: 30px 40px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .main-visual_textBox {
        padding: 20px 10px;
        width: calc(100% - 40px);
    }
}

.main-visual_title {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
.main-visual_title::after {
    margin-top: 15px;
    padding-top: 15px;
    content: "";
    display: block;
    border-top: 1px solid #fff;
    height: 1px;
    width: 431px;
}
.main-visual_subTitle {
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .main-visual_title {
        font-size: 24px;
    }
    .main-visual_title::after {
        padding-top: 10px;
        margin-top: 10px;
        width: 100%;
    }
    .main-visual_subTitle {
        font-size: 11px;
    }
}

/****** Outline *****************/
summary {
    display: list-item;
    display: block;
    list-style: none;
}
/* safariでlist-style: none */
summary::-webkit-details-marker {
    display: none;
}

.js-details.is-opened .outline_summaryIco {
    transform: rotate(0deg) scale(0.5);
}
.js-content {
    overflow: hidden;
}

/****** CTA-GrayBack ****************/
.cta-wrapper {
    margin-bottom: 80px;
}
.cta-inner {
    box-sizing: border-box;
    margin: auto;
    width: 800px;
    padding: 20px;
    background: #f4f4f4;
    text-align: center;
}
.cta_buttons_link:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .cta-inner {
        width: 100%;
    }
}
p.cta_title {
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    p.cta_title {
        font-size: 16px;
    }
}
.cta_text {
    margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
    .cta_text {
        width: 100%;
        font-size: 14px;
    }
}
.cta_linkWrap {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
@media screen and (max-width: 767px) {
    .cta_linkWrap {
        flex-direction: column;
    }
}

/****** ワイパー交換とは *****************/

.my-table_wrapper > *:last-child {
    margin-bottom: 0;
}

.my-table-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .my-table-heading {
        font-size: 15px;
    }
}

.my-table_wrapper {
    padding: 40px 150px;
    background: #f8f8f8;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .my-table_wrapper {
        padding: 24px 16px;
    }
}

.my-table {
    width: 100%;
    margin: 0 auto 2em;
    border-collapse: collapse;
    border-bottom: 1px solid #CDCDCD;
}

.my-table thead th {
    padding: 1rem 0;
    font-weight: 700;
    line-height: 1.28571;
    text-align: center;
    color: #000;
}
.my-table tbody tr td {
    border-top: 1px solid #CDCDCD;
    text-align: center;
    color: #000;
    padding: 0.2em;
    white-space: nowrap;
}

.my-table tbody tr td:first-child {
    text-align: left;
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .my-table thead th {
        font-size: 15px;
        padding: 8px 0;
    }
    .my-table tbody tr td {
        font-size: 15px;
    }
}

/* ワイパー交換の目安 */
.content-meyasu {
    margin-bottom: 40px;
}
.content-meyasu h4 {
    margin: 24px 0 8px;
    font-size: 17px;
    font-weight: bold;
}
.content-meyasu p {
    font-size: 17px;
    margin: 8px 0;
}
.content-meyasu ul {
    font-size: 17px;
    padding-left: 1.3em;
}
.content-meyasu li {
    list-style: initial;
}
.content-meyasu_image {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .content-meyasu_image {
        width: 356px;
    }
}

/****** 特徴 ******/
.wiper-features {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 80px 0;
    background: #F4F4F4;
}
.wiper-features_item {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 8px;
}

.wiper-features .wiper-features_item {
    margin-top: 80px;
}
.wiper-features_item.mt0 {
    margin-top: 0;
}

.headingLv2_nt {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.headingLv2_nt span {
    font-size: 30px;
    font-weight: bold;
}

.headingLv3_nt {
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.7;
    border-bottom: 4px solid #ED6C00;
    margin: 0 auto 24px;
    width: fit-content;
}

.features_wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.features_wrapper .features_item {
    background: #fff;
    padding: 16px;
    width: 356px;
}

.headingLv4_nt {
    color: #ED6C00;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 6px;
    position: relative;
    padding-left: 10px;
}
.headingLv4_nt::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background: #ED6C00;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 0.85em;
    transform: translateY(-50%);
}

p.features_item_text {
    font-size: 17px;
}
.wiper-features_item ul {
    margin: 8px 0;
    font-size: 17px;
    padding-left: 1.3em;
}
.wiper-features_item li {
    list-style: initial;
}
.maintenance-btn {
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .wiper-features {
        margin-top: 24px;
        padding: 40px 0;
    }
    .wiper-features_item {
        width: 92%;
    }
    .wiper-features .wiper-features_item.mt0 {
        margin-top: 0;
    }
    .wiper-features .wiper-features_item {
        margin-top: 40px;
        padding: 0;
    }

    .headingLv2_nt {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .headingLv2_nt span {
        font-size: 22px;
    }
    .headingLv3_nt {
        font-size: 21px;
        margin-bottom: 16px;
    }
    .headingLv4_nt {
        margin-bottom: 4px;
    }

    .features_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .wiper-features_wrapper .features_item {
        padding: 10px 14px;
    }
    .features_wrapper .features_item {
        width: 92%;
    }
}

@media screen and (min-width: 768px) {
    .wiper-features_item.__maintenance-option {
        text-align: center;
    }
    .wiper-features_item ul {
        display: flex;
        justify-content: center;
        gap: 48px;
    }
    .maintenance-btn {
        width: 800px;
        margin: 16px auto 0;
    }
}

/****** オイル交換の受け方 *****************/
/* オイル交換完了までの流れ */
.flow-service {
    margin: auto;
    width: 470px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .flow-service {
        max-width: 100%;
    }
}
.flow-service_img {
    width: 47px;
    height: 47px;
}
.flow-service_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.flow-service_item {
    display: flex;
    align-items: center;
    gap: 20px;
    counter-increment: number;
}
@media screen and (max-width: 767px) {
    .flow-service_item {
        gap: 10px;
    }
}
.flow-service_item .flow-service_text {
    display: flex;
}
.flow-service_item .flow-service_text::before {
    content: counter(number) ".";
    margin-right: 5px;
}
.flow-service_text {
    font-weight: bold;
    font-size: 18px;
}
.flow-service_text span {
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .flow-service_text {
        font-size: 14px;
    }
}
.flow-service_sm {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .flow-service_sm {
        font-size: 12px;
    }
}


.flow-various-services {
    margin: auto;
    width: 470px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .flow-various-services {
        max-width: 100%;
    }
}

.flow-various-services_img {
    width: 47px;
    height: 47px;
}
.flow-various-services_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.flow-various-services_item {
    display: flex;
    align-items: center;
    gap: 20px;
    counter-increment: number;
}
@media screen and (max-width: 767px) {
    .flow-various-services_item {
        gap: 10px;
    }
}
.flow-various-services_item {
    display: flex;
    flex-wrap: wrap;
}
.flow-various-services_item .flow-various-services_text::before {
    content: counter(number) ".";
    margin-right: 5px;
}
.flow-various-services_text {
    display: flex;
    font-weight: bold;
    font-size: 18px;
}
.flow-various-services_text span {
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .flow-various-services_text {
        font-size: 14px;
    }
}
.flow-various-services_sm {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .flow-various-services_sm {
        font-size: 12px;
    }
}

.flow-various-services_bottom-text {
    width: 100%;
}

/* お店に着いた後はどうしたらいいの？ */
.flow-arriving {
    margin: auto;
    width: 470px;
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .flow-arriving {
        max-width: 100%;
    }
}

.flow-arriving_sum {
    padding: 10px 10px;
    background: #f4f4f4;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 767px) {
    .flow-arriving_sum {
        font-size: 14px;
    }
}

.flow-arriving_sum::before {
    content: url(../_images/icon_q.svg);
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.flow-arriving_sum::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 12px;
    width: 8.5px;
    height: 8.5px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.is-opened .flow-arriving_sum::after {
    top: 20px;
    right: 12px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.flow-arriving .details_content {
    padding-top: 20px;
}

.flow-arriving .details_content p {
    margin-bottom: 20px;
    line-height: 1.7;
}
.flow-arriving .details_content p:last-child {
    margin-bottom: 0;
}
.flow-arriving_h {
    display: block;
    font-weight: bold;
}

/****** FAQ *****************/
.section-faq {
    margin: auto;
    width: 800px;
}
@media screen and (max-width: 767px) {
    .section-faq {
        width: calc(100% - 60px);
    }
}

.faq-block_title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: #000;
    padding: 13px 0 13px 22px;
}
@media screen and (max-width: 767px) {
    .faq-block_title {
        font-size: 16px;
        padding: 10px 0 10px 18px;
    }
}

.faq-single {
    border-top: 1px solid #fff;
}

.faq-q {
    padding: 20px 18px;
    background: #f4f4f4;
    color: #000;
    list-style: none;
    position: relative;
    padding-left: 56px;
    cursor: pointer;
}
.faq-q::before {
    content: url(../_images/icon_question.svg);
    line-height: 1;
    position: absolute;
    left: 18px;
}
@media screen and (max-width: 767px) {
    .faq-q {
        font-size: 14px;
        align-items: flex-start;
    }
    .faq-q::before {
        top: 18px;
    }
}

.faq-a {
    font-weight: 400;
    text-align: left;
    color: #000;
    display: flex;
}
@media screen and (max-width: 767px) {
    .faq-a {
        font-size: 15px;
    }
}

.faq-a_inner {
    padding: 20px 12px 20px 18px;
    display: flex;
}
.faq-a_inner::before {
    content: url(../_images/icon_answer.svg);
    margin-right: 10px;
    line-height: 1;
}
.faq-a_inner p:not(:first-child) {
    margin-top: 0.5em;
}
.faq-a_inner ul {
    margin-top: 0.5em;
    padding-left: 1em;
}
.faq-a_inner li {
    list-style: initial;
    font-size: 14px;
}

.faq-a a {
    color: #1e77c9;
    text-decoration: underline;
}

.faq-block {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .faq-block {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 768px) {
    .faq-a_inner li {
        font-size: 16px;
    }
}

/****** Common Parts *****************/
/* Pit Service News */
.pit-tips-line_inner {
    margin: auto;
    width: 1000px;
}
.pit-tips-line_lead {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .pit-tips-line_inner {
        width: calc(100% - 60px);
    }
    .pit-tips-line_lead {
        text-align: inherit;
    }
}

/* 店舗一覧 */
.section-store-search .areas {
    margin: auto;
    width: 1000px;
}
@media screen and (max-width: 767px) {
    .section-store-search .areas {
        width: calc(100% - 60px);
    }
}
.section-store-search .area-name {
    display: block;
    position: relative;
    margin-top: 1px;
    padding: 20px 0 20px 80px;
    background: #f4f4f4;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.44444;
    text-align: left;
    color: #000;
    transition: 0.2s;
    transition-property: opacity;
    cursor: pointer;
}
.section-store-search .area-name::after,
.section-store-search .area-name::before {
    position: absolute;
    content: "";
    top: 50%;
}
.section-store-search .area-name::before {
    height: 30px;
    left: 35px;
    border-left: 1px solid #707070;
    transform: translate3d(0, -50%, 0);
}
.section-store-search .area-name::after {
    width: 30px;
    left: 20px;
    border-top: 1px solid #707070;
}
.section-store-search .area-name:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .section-store-search .area-name {
        font-size: 15px;
    }
}
.section-store-search details[open] .area-name::before {
    height: 0;
}
.section-store-search .prefectures {
    display: block;
}
.section-store-search .prefectures ul {
    padding: 20px;
    text-align: left;
    color: #000;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .section-store-search .prefectures ul {
        font-size: 15px;
    }
}
.section-store-search .prefectures a {
    font-size: 14px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .section-store-search .prefectures a {
        font-size: 14px;
    }
}

.section-store-search .area .area-name.open:before {
    height: 0;
}

.section-store-search .area .prefectures ul li:nth-child(n + 2):before {
    display: inline-block;
    content: "|";
    margin: 0 1rem;
}

/* Bottom Links */
.bottom-links {
    margin-top: 100px;
    padding-bottom: 4rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
@media screen and (max-width: 767px) {
    .bottom-links {
        flex-direction: column;
        margin-top: 3.5rem;
        padding-bottom: 1.5rem;
    }
}
.bottom-links_linkWrap {
    width: 200px;
}
@media screen and (max-width: 767px) {
    .bottom-links_linkWrap {
        width: 50%;
        margin: auto;
    }
}
.bottom-links_link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1em 2em;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #fff !important;
    background: #000;
    border-radius: 5px;
}
.bottom-links_link:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .bottom-links_link {
        font-size: 12px;
    }
}
.bottom-links_icon {
    margin-left: auto;
}

/* floating */
.floating-bottom {
    position: fixed;
    z-index: 99999;
    width: 100%;
    bottom: 0;
    display: none;
}

.fb_inner {
    background-color: #b2b2b2;
    display: flex;
    justify-content: center;
    padding: 8px 30px 4px 30px;
}

/* 2023-09-27 YouTube動画追加 */

/* ------- Youtube------- */
.l-contents {
    max-width: 800px;
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 0;
    width: calc(100% - 60px);
}

.p-contents__youtube {
    cursor: pointer;

    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-contents__youtube {
        /* width: calc(100% - 60px); */
        margin: 0 auto 30px;
    }
}

.p-contents__youtube > .modal {
    transition: 0.2s;
    transition-property: opacity;
}
.p-contents__youtube > .modal:hover {
    opacity: 0.7;
}
/* ------- Youtubeここまで ------- */

/* ------- モーダル ------- */
html.is-modal {
    overflow: hidden;
}

#backMaskBase {
    background: #000;
    display: none;
    height: 100%;
    left: 0px;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#modalWin {
    display: none;
    height: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 101;
}

#modalContent {
    display: none;
    height: auto;
    margin: 0 auto;
    padding-top: min(50%, 480px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 854px;
    max-width: 90%;
    z-index: 99;
}

#modalContent .closeBtn {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -34px;
    width: 25px;
    z-index: 100;
}

#modalContent .closeBtn div {
    display: inline-block;
    position: relative;
    margin: -12px 0 0 0;
    padding: 0;
    width: 2px;
    height: 36px;
    background: #fff;
    transform: rotate(45deg);
}

#modalContent .closeBtn div:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -17px;
    width: 36px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}

.modalinner {
    text-align: left;
    padding: 0;
}

.mvfrm {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.is-modal .floating-bottom .fb_inner {
    display: none;
}

/* ------- モーダルここまで ------- */

/* 2024-03-21追記 */
.gray-wrapper {
    background: #f8f8f8;
    padding: 20px 16px;
}
.gray-wrapper p {
    font-size: 16px;
    line-height: 1.6;
}
.gray-wrapper p.gray-wrapper_heading {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
    .gray-wrapper p {
        font-size: 14px;
    }
    .gray-wrapper p.gray-wrapper_heading {
        font-size: 14px;
    }
}

/* 2024-06-26追記 オイル交換の作業手順 */
.section_process p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.section_process .p-contents__youtube {
    margin-top: 24px;
    margin-bottom: 40px;
}
.section_process .banner_oil-change {
    margin-top: 24px;
    margin-bottom: 40px;
}

/* 2024-06-26追記 メインビジュアル下CTAボタンふきだし */
.mv_cta {
    padding: 40px 0;
}
.mv_cta_inner {
    background: #dedede;
    width: 800px;
    margin: 0 auto;
    padding: 24px 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .mv_cta_inner {
        width: calc(100% - 20px);
        margin: 0 auto;
        padding: 24px 0;
    }
}

.mv_cta_inner .balloon p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #111;
    font-weight: 550;
    text-align: center;
    padding: 0.5em 1.5em;
    background-color: #fff;
    border-radius: 2em;
    margin-bottom: 14px;
    line-height: 1;
}

.balloon p:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -11px;
    border: 11px solid transparent;
    border-top: 9px solid #fff;
}

.mv_cta_buttons_link img {
    width: 92%;
    max-width: 305px;
}

/* 2024-06-26追記 Q&Aクリッカブルを明示 */
.faq-q {
    padding: 20px 48px 20px 56px;
    transition: 0.2s;
}

.faq-q:hover {
    opacity: 0.7;
}

.faq-q::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 13px;
    height: 13px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 26px;
}

.is-opened .faq-q::after {
    transform: translateY(-25%) rotate(315deg);
    top: 32px;
}

@media only screen and (max-width: 767px) {
    .faq-q::after {
        content: "";
        width: 10px;
        height: 10px;
        right: 18px;
        top: 26px;
    }

    .is-opened .faq-q::after {
        transform: translateY(-25%) rotate(315deg);
        top: 30px;
    }
}

/* 2024-12-19 WEB予約の流れリンク追加 */
.p-cta__textLink {
    margin-top: 18px;
}
.p-cta__textLink a {
    color: #1e77c9;
}

/* 2025-01-27 キービジュアル2025 */
/***** キービジュアル *****/
.keyVisual {
    background: #111;
    position: relative;
}
.keyVisual__img {
    max-width: 1000px;
    margin: 0 auto;
}
.keyVisual__text__inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 440px;
    display: flex;
    align-items: center;
}
.keyVisual__text {
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
}

.cta1 {
    background: #f4f4f4;
    margin-bottom: 80px;
}
.cta1__inner {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.balloon__wrapper {
    width: 400px;
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    background: #ed6c00;
    padding: 2px;
}

.cta1 .balloon {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    background: #fff;
    clip-path: polygon(0 0, calc(95% + 1px) 0, 100% 50%, calc(95% + 1px) 100%, 0 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
}

.balloon__text-orange {
    font-size: 16px;
    font-weight: bold;
    color: #ed6c00;
    line-height: 1;
}
.balloon .balloon__text-black {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.balloon__text-black span {
    font-size: 20px;
    font-weight: bold;
}
.cta_buttons_link {
    width: 400px;
    display: block;
    background: #ed6c00;
    border-radius: 8px;
}
.cta_button_inner {
    position: relative;
    color: #fff;
    height: 67px;
    font-weight: bold;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta_button_inner::before {
    content: "";
    /* position: absolute; */
    /* left: 9px; */
    /* top: 50%; */
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 8px;
    background-image: url(../_images/icon_wiper_wh.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    /* transform: translateY(-50%); */
}

@media screen and (max-width: 767px) {
    .cta1 {
        margin-bottom: 24px;
    }
    .cta1__inner {
        display: block;
        padding: 6.4vw 8vw;
    }

    .balloon__wrapper {
        position: relative;
        width: 100%;
        height: fit-content;
        clip-path: none;
        background: #fff;
        padding: 0;
        margin-bottom: 4vw;
    }
    .cta1 .balloon {
        clip-path: none;
        border: 2px solid #ed6c00;
        padding: 2vw 0;
    }
    .balloon__wrapper::after {
        content: "";
        position: absolute;
        width: 4vw;
        height: 4vw;
        background: #fff;
        left: 50%;
        bottom: -3.6vw;
        transform: rotate(45deg) translate(-50%, 0);
        border-right: 2px solid #ed6c00;
        border-bottom: 2px solid #ed6c00;
    }
    .balloon__wrapper .balloon p::before {
        display: none;
    }

    p.balloon__text-orange {
        font-size: 3.73vw;
    }
    .balloon .balloon__text-black {
        font-size: 5.6vw;
        line-height: 1.2;
    }
    .balloon .balloon__text-black span {
        font-size: 4.53vw;
    }
    .cta_buttons_link {
        width: 100%;
    }
    .cta_button_inner {
        height: 15.2vw;
        font-size: 4.53vw;
    }
    .cta_button_inner::before {
        width: 9.33vw;
        height: 9.33vw;
        background-size: cover;
    }
}

/****** 目次 ******/
.srv_toc {
    line-height: 1.6;
}
.srv_toc .p-contents__summary {
    color: #666;
    padding-bottom: 8px;
}
.srv_toc .p-contents__list > li > a {
    font-weight: bold;
    color: #666;
}

.srv_toc .p-contents__link {
    padding: 6px 0;
}

.p-contents {
    margin: auto;
    width: 800px;
    padding: 20px 30px 0;
    font-size: 14px;
    background: #f8f8f8;
}
@media screen and (max-width: 767px) {
    .p-contents {
        padding: 15px 20px 0;
        width: calc(100% - 20px);
    }
}

.p-contents__summary {
    padding-bottom: 15px;
    font-size: 15px;
}
.p-contents__summaryIco {
    display: inline-block;
    transform: rotate(-90deg) scale(0.5);
    transition: all 0.4s;
}
.p-contents__summaryIco.is-opened {
    transform: rotate(0deg) scale(0.5);
}
.p-contents__summaryText {
    font-weight: bold;
    /* cursor: pointer; */
}
.details-content {
    font-size: 15px;
}

.p-contents__item {
    border-top: 1px solid #cdcdcd;
    font-weight: bold;
    color: #666;
}
.p-contents__item:last-child {
    padding-bottom: 10px;
}
.p-contents__subItem {
    margin-left: 1em;
}
.p-contents__link {
    padding: 10px 0;
    display: block;
    color: #333;
}

.js-details.is-opened .p-contents__summaryIco {
    transform: rotate(0deg) scale(0.5);
}

.js-content {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-contents.narrow {
        box-sizing: border-box;
        width: 84%;
    }
}
