@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap" rel="stylesheet');
:root {
    --color-font: #000;
    --header-color-primary: linear-gradient(45deg, #F08300, #FAAB4D);
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Oswald", sans-serif;
}
/* オリジナル */
/* スクロールの色 */
a#scrollUp {
    background: red;
}
.max_w1100 {
    width: 90%;
}
footer#footer {
    background: #000000;
    padding: 1vw 0;
}
div#copyright {
    background: #000000;
    margin: 0;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn:hover {
    background: red;
}
#header a.head_btn.mail_btn:hover {
    background: red;
    opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: linear-gradient(45deg, #F08300, #FAAB4D);
}
.linkBtn:hover, .post .linkBtn:hover {
    background: linear-gradient(45deg, #F08300, #FAAB4D);
    opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
    display: none;
}
/* flexbox */
.flexbox {
    flex-wrap: wrap;
}
/* 投稿詳細ページのフォントサイズ */
body.single-post h1.title.first span {
    font-size: clamp(18px, 1.6vw, 30px);
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn, .post .linkBtn {
    padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
    padding: 20px 0;
}
/* トップ投稿欄の背景の色を消す */
#front_top_content, #front_bottom_content {
    background: transparent;
}
/* h3の下線を消す、左右と下のpaddingを消す、marginを消す*/
.post h3 {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
/* h2のmarginを消す */
.post h2 {
    margin: 0;
}
/* h2の下線を消す */
.post h2::after {
    display: none;
}
.max_contents {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
.mxauto {
    margin: 0 auto;
}
.bg_img {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
/* ボタン */
.btn-item02 a {
    position: relative;
    display: block;
    text-align: center;
    background-color: lightblue;
    /*背景の色*/
    color: #000;
    /*文字と枠の色*/
    font-size: clamp(18px, 1.1vw, 20px);
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    /* width: 220px; */
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    margin: 0 auto;
    /* border-radius: 33px; */
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    background: #fff;
}
.btn-item02 a::before {
    content: "→";
    position: absolute;
    right: 10px;
    transition: 0.2s;
}
.btn-item02 a:hover::before {
    right: 3px;
}
.btn-item a {
    position: relative;
    display: block;
    text-align: center;
    background-color: lightblue;
    /*背景の色*/
    color: #fff;
    /*文字と枠の色*/
    font-size: 16px;
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    width: 220px;
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    margin: 0 auto;
    border-radius: 33px;
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    background: linear-gradient(45deg, #F08300, #FAAB4D);
}
.btn-item a::before {
    content: "→";
    position: absolute;
    right: 10px;
    transition: 0.2s;
}
.btn-item.ex a::before {
    display: none;
}
.btn-item a:hover::before {
    right: 3px;
}
/* カード */
.card03 {
    width: 32%;
    margin-bottom: 5rem;
}
@media print, screen and (max-width: 1024px) {
    .card03 {
        width: 48%;
    }
}
@media print, screen and (max-width: 768px) {
    .card03 {
        width: 100%;
        margin-bottom: 2rem;
    }
}
.text_area {
    padding-bottom: 1rem;
    border: 1px solid #C6C6C6;
    background: #fff;
}
p.card_title {
    font-size: clamp(18px, 1.1vw, 20px);
    font-weight: 700;
}
p.large {
    font-size: 18px;
    font-weight: 500;
}
span.orange {
    display: block;
    color: #F08301;
    font-weight: 900;
}
.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card04 {
    width: 24%;
    margin-bottom: 5rem;
}
.card_textarea {
    padding: 10px;
}
@media print, screen and (max-width: 1024px) {
    .card04 {
        width: 48%;
    }
}
@media print, screen and (max-width: 768px) {
    .card-list {
        display: block;
    }
    .card04 {
        width: 100%;
        margin-bottom: 2rem;
    }
}
/* ヘッダー */
.spmenu #menu p {
    color: #FF9D29;
}
h1.title.first span {
    font-weight: 700;
    font-size: clamp(30px, 2.1vw, 40px);
}
#thumbImg::before, header#h1Header::before {
    background: #F08301bf;
    opacity: unset;
}
span.tel_number02 {
    color: #000;
    display: flex;
    align-items: center;
    font-size: clamp(22px, 1.5vw, 28px);
    font-weight: 700;
    font-family: var(--ff02);
    justify-content: center;
}
span.tel_number02::before {
    content: '\f095';
    font-family: 'FontAwesome';
    color: #F18707;
    font-size: 1em;
    margin-right: 10px;
    line-height: 1;
}
span.reception_time02 {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--ff02);
    color: #777777;
    text-align: center;
}
#header ul.header__contact li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2vw;
}
a.head_btn_tel {
    transition: .3s;
}
a.head_btn_tel:hover {
    opacity: 0.7;
}
/* フッター */
span.tel_number02.ex {
    font-size: clamp(32px, 2vw, 37px);
}
.btn-item.ex a:hover {
    opacity: 0.7;
}
footer#footer {
    background: #fff;
}
div#copyright {
    background: #fff;
    color: #777777;
}
#footer .footnav ul>li::before, #footer .footnav ul>li::after {
    background: #777777;
}
#footer ul li a {
    color: #777777;
}
.w48 {
    width: 48%;
}
.btn-item.ex a {
    width: clamp(250px, 16vw, 300px);
    font-size: clamp(16px, 1vw, 18px);
    display: inline-block;
}
.btn-item.ex a span {
    position: relative;
}
.btn-item.ex a span {
    position: relative;
}
.btn-item.ex a span::before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    margin-right: 1rem;
}
span.tel_number {
    color: #000;
    display: flex;
    align-items: center;
    font-size: clamp(24px, 2vw, 37px);
    font-weight: 700;
    justify-content: center;
}
span.tel_number::before {
    content: '\f095';
    font-family: 'FontAwesome';
    color: #F18707;
    font-size: 1em;
    margin-right: 10px;
    line-height: 1;
}
span.reception_time {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #777777;
}
#header ul.header__contact li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
#header ul.header__contact li:first-child:hover {
    opacity: 0.7;
}
.contact_container {
    background: #fff;
    border-radius: 20px;
}
h2.footer_title {
    font-size: clamp(23px, 1.5vw, 28px);
    font-weight: 700;
    color: #F08301;
}
span.footer_sub {
    font-size: 13px;
    background: #F08301;
    color: #fff;
    padding: 0.5vw;
    font-weight: 700;
}
.bg_img.bg_footer {
    background-image: url(/wp-content/uploads/bg_footer.png);
    position: relative;
    padding: 7vw 0;
}
.bg_img.bg_footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F08301b3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
/* テーブル */
.table-item tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 25px 3%;
    border-bottom: 1px solid #C6C6C6;
    line-height: 2;
}
.table-item td.cell_01 {
    color: #fff;
    width: 25%;
    background: #F08301;
    border-left: 1px solid #C6C6C6;
}
.table-item td.cell_02 {
    border-right: 1px solid #C6C6C6;
}
.table-item tr.head td {
    border-top: 1px solid #C6C6C6;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .table-item tr td {
        display: block;
        width: 100% !important;
    }
    .table-item td.cell_02 {
        text-align: center;
    }
}
/* サービス */
p.heading {
    font-size: clamp(20px, 1.5vw, 28px);
    font-weight: 700;
    color: #F08301;
}
h2.lower_title {
    font-size: clamp(18px, 1.2vw, 22px);
    font-weight: 700;
}
h2.lower_title.border_bottom {
    border-bottom: 2px solid #F08301;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
/* 買取の流れ */
a.map {
    color: #F08301;
    text-decoration: underline;
    transition: .3s;
}
a.map:hover {
    opacity: 0.7;
}
/* ----------
 * cFlow002
-------------*/
.cFlow002__text h3 {
    font-size: clamp(18px, 1vw, 20px);
    font-weight: 700;
    color: #F08301;
}
.cFlow002__content {
    counter-reset: number 0;
    width: 100%;
}
.cFlow002__item {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.cFlow002__item::after {
    content: "";
    position: absolute;
    border-top: 2rem solid #FF9D29;
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
}
/* 打消 */
.cFlow002__item:last-child::after {
    display: none;
}
.cFlow002__item:last-child {
    margin: 0;
}
.cFlow002__num,
.cFlow002__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cFlow002__num {
    position: relative;
    width: min(10%, 140px);
    text-align: center;
    align-items: center;
    background: #FF9D29;
    padding: min(5%, 25px);
    border-radius: 5px 0 0 5px;
}
.cFlow002__num span {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
}
.cFlow002__num span::after {
    display: block;
    counter-increment: number 1;
    content: "0" counter(number);
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
}
.cFlow002__text {
    width: calc(100% - min(10%, 140px));
    padding: min(5%, 40px);
    background: #FAFAFA;
    border-radius: 0 5px 5px 0;
}
@media print, screen and (max-width: 769px) {
    .cFlow002__item {
        flex-direction: column;
    }
    .cFlow002__num,
    .cFlow002__text {
        width: 100%;
    }
    .cFlow002__num {
        border-radius: 5px 5px 0 0;
        padding: 1em;
    }
    .cFlow002__text {
        border-radius: 0 0 5px 5px;
    }
}
/* ----------
 * btn
-------------*/
.btn__container {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
}
.btn__container .btn {
    margin: 0;
}
.btn {
    position: relative;
    display: block;
    transition: .5s;
    color: #2D5AC7;
    background: #FFF;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    padding: .7em 1.5em;
    width: 90%;
    max-width: 240px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid;
    margin: auto;
}
@media print, screen and (max-width: 769px) {}
/*買取品目  */
.items .card04 {
    margin-bottom: 2rem;
}
.btn-item-item a:hover::before {
    bottom: -10px;
}
.btn-item-item a {
    position: relative;
    display: block;
    /* text-align: center; */
    /* background-color: lightblue; */
    /*背景の色*/
    color: #333333;
    /*文字と枠の色*/
    font-size: clamp(18px, 1.1vw, 20px);
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    width: 350px;
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    margin: 0 auto;
    /* border-radius: 33px; */
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    /* background: linear-gradient(45deg, #F08300, #FAAB4D); */
    border-bottom: 2px solid #F08301;
}
.btn-item-item a::before {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #F08301;
    border-bottom: 2px solid #F08301;
    transform: rotate(45deg);
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 10px;
    transition: .3s;
}
/* 投稿 */
p.time.cat-news.first {
    background: #FF9D29;
}
h1.title.first.top-loop span {
    font-size: clamp(30px, 2.2vw, 42px);
    color: #F08301;
    font-family: var(--ff02);
    font-weight: 600;
}
h1.title.first.top-loop span span {
    display: block;
    font-size: clamp(16px, 1vw, 18px);
    color: #000;
    font-family: var(--ff01);
}
/*トップ  */

    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    a#scrollUp {
        background: #FF9D29;
    }
    .bg_img.bg_top_service {
        background-image: url(/wp-content/uploads/top_service.png);
        position: relative;
        padding: 8.3vw 0;
    }
    .bg_img.bg_top_service::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000080;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    .bg_img.bg_top_flow::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000080;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    h2.top_title.fff {
        color: #fff;
    }
    h2.top_title.fff span {
        color: #fff;
    }
    .relative {
        position: relative;
    }
    .bg_img.bg_top_flow {
        background-image: url(/wp-content/uploads/top_flow.png);
        position: relative;
        padding: 8.3vw 0;
    }
    .bg_img.bg_gray {
        background: #F0F0F0;
        padding: 4vw 0 8vw 0;
    }
    body p {
        font-weight: 500;
        line-height: 2;
    }
    h2.top_title {
        font-size: clamp(30px, 2.2vw, 42px);
        font-family: var(--ff02);
        color: #F08301;
        font-weight: 600;
    }
    h2.top_title span {
        font-family: var(--ff01);
        display: block;
        color: #000;
        font-size: clamp(16px, 1vw, 18px);
        font-weight: 700;
    }
    /* SPオリジナル */
    @media print, screen and (max-width: 768px) {
        .sppt0 {
            padding-top: 0rem !important;
        }
        .spmb0 {
            margin-bottom: 0rem !important;
        }
        .spmb5 {
            margin-bottom: 5rem !important;
        }
        .sp_flex_mb {
            margin-bottom: 5vw;
        }
        .sp_w90 {
            width: 90%;
            margin: 0 auto;
        }
    }
    /*--メディアクエリ--------------------------------------------*/
    @media (min-width: 769px) and (max-width: 1024px) {}
    @media print, screen and (min-width: 1024px) {
        #header .logo {
            margin-left: 4vw;
        }
        #header .logo img {
            max-width: 144px;
            width: 100%;
            max-height: 53px;
        }
        #header a.head_btn.mail_btn {
            background: linear-gradient(45deg, #F08300, #FAAB4D);
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: clamp(14px, 1.3vw, 18px);
            font-weight: 700;
            line-height: 1.4;
            -webkit-transition: .3s;
            transition: .3s;
            border-radius: 80px;
            margin-right: 1vw;
        }
        #header a.head_btn.mail_btn:hover {
            background: linear-gradient(45deg, #F08300, #FAAB4D);
            opacity: 0.7;
        }
        #header ul.header__contact {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 1.5% 0;
        }
        #header a.head_btn.mail_btn::before {
            font-size: 1.2em;
            padding-right: 0.5vw;
        }
    }
    @media print, screen and (max-width: 1024px) {}
    @media print, screen and (min-width: 769px) {}
    @media print, screen and (max-width: 768px) {
        .bg_img.bg_footer {
            padding: 10vw 0;
        }
        .table-item td.cell_01 {
            text-align: center;
        }
        .cFlow002__num span::after {
            font-size: 1.5em;
        }
        .bg_img.bg_gray {
            padding: 10vw 0;
        }
        .w48 {
            width: 100%;
        }
        .bg_img.bg_top_service {
            padding: 10vw 0;
        }
        .w50 {
            margin-bottom: 0;
        }
    }