/* ===============================================
共通
=============================================== */
body {
    color: #333;
}

html,
body {
    overflow-x: hidden;
}

section {
    padding: 80px 0;
}

ul {
    margin-left: 0;
}

li {
    list-style: none;
}

.width1100 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.width900 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.width980 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

a:hover {
    opacity: 0.8;
}

/* ===============================================
font
=============================================== */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap');

.shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.shippori-mincho-semibold {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
}


/* ===============================================
ヘッダー
=============================================== */
.header {
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo img {
    max-height: 50px;
    height: auto;
    width: auto;
}

.tel-area {
    text-align: right;
}

.tel-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #663300;
    font-size: 2.2rem;
    font-weight: bold;
    text-decoration: none;
}

.tel-link:hover {
    opacity: 0.8;
}

.tel-icon {
    width: 20px;
    height: auto;
}

.tel-time {
    font-size: 0.9rem;
    color: #663300;
    margin: 2px 0 0;
    font-weight: bold;
}


/* ===============================================
メインビジュアル
=============================================== */
.fv {
    position: relative;
}

.main-txt {
    position: absolute;
    top: 5%;
    left: 46%;
}

.branch-name {
    font-size: 14rem;
    color: #7c3500;
    line-height: 1.1;
}

.top-title {
    font-size: 1.8rem;
    color: #7c3500;
    margin-bottom: 10px;
}

.top-txt {
    font-size: 1.2rem;
    font-weight: 900;
}

/* ===============================================
step
=============================================== */
.steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}

.steps::before {
    content: "";
    position: absolute;
    top: 43%;
    left: 5%;
    width: 90%;
    height: 2px;
    background: #663300;
    z-index: 0;
}

.step {
    width: 30%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.circle {
    width: 80px;
    height: 80px;
    border: 2px solid #663300;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #663300;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    position: absolute;
    top: -30px;
    left: -30px;
    margin: 0;
    z-index: 2;
}

.step-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.step-img img {
    width: 100%;
    display: block;
}

.step p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}



/* ===============================================
welcome
=============================================== */
.welcome_bg {
    position: relative;
    margin-top: -39px;
}

.welcome_txt {
    position: absolute;
    top: 52%;
    left: 41%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
}

.welcome_title {
    color: #7c3500;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.welcome_bottom {
    font-size: 15px;
    line-height: 1.6;
}


/* ===============================================
募集要項
=============================================== */
/* table01 */
#table01 {
    border-collapse: collapse;
    width: 100%;
}

#table01 tr {
    border-bottom: 1px solid #7c3500;
}

#table01 tr:first-child {
    border-top: 1px solid #7c3500;
}

#table01 th,
#table01 td {
    padding: 22px 0;
    border: none;
    line-height: 2;
}

#table01 th {
    width: 30%;
    vertical-align: baseline;
    text-align: left;
    color: #7c3500;
}


/* ===============================================
MAP
=============================================== */
.map {
    margin-top: 100px;
}

.g-map-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.8;
    text-decoration: underline 4px;
    text-decoration-color: #ed9a00;
}

.g-map-bottom span {
    width: 30px;
    height: 30px;
    margin: 0 3px;
}



/* ===============================================
買取可能商品
=============================================== */
.top-none {
    padding-top: 0;
}

.bg_normal {
    background: #fff;
}

.midashi {
    color: #7c3500;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 60px;
    font-weight: bold;
    letter-spacing: -4px;
}

.midashi span {
    font-size: 18px;
    line-height: 2;
    display: block;
    letter-spacing: 0;
}

.wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px;
}

.item {
    width: 23%;
    background-color: #fff;
    border: 2px solid #ed9a00;
    text-align: center;
    padding: 0 2% 2% 2%;
    border-radius: 20px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .2);
}

.item p {
    color: #7c3500;
    font-weight: bold;
    font-size: 16px;
}


/* ===============================================
取扱サービス
=============================================== */
.bg_gray {
    background: #f2f2f2;
}

.service-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-item {
    width: 18%;
    text-align: center;
}

.service-item:first-child p {
    color: #ed9a00;
}

.service-item p {
    color: #663300;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.tel-bn {
    width: 100%;
    max-width: 880px;
    display: block;
    margin: 0 auto;
}


/* ===============================================
他社圧倒の参考買取価格
=============================================== */
.f-orange {
    color: #7c3500;
}

.midashi-bottom {
    text-align: center;
    margin-top: -55px;
    font-size: 18px;
}


/* ===============================================
おたからやが高価買取できる理由
=============================================== */
.reason-box {
    display: flex;
    align-items: center;
    border: 1px solid #ed9a00;
    margin-bottom: 30px;
    box-shadow: 4px 5px 14px 2px rgba(94, 32, 25, 0.4);
    background: #fff;
}

.reason-box img {
    width: 246px;
    height: auto;
}

.reason-text {
    padding: 0 6%;
}

.reason-text h3 {
    color: #7c3500;
    font-size: 1.6rem;
    margin: 0 0 10px;
}

.reason-text p {
    font-size: 15px;
    margin: 0;
}


/* ===============================================
よくある質問
=============================================== */
.faq-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.faq-q {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #7c3500;
}

.faq-in {
    margin-bottom: 40px;
}

.faq-in-last {
    margin-bottom: 0 !important;
}

.faq-in p {
    margin-left: 30px;
    line-height: 2;
}


/* ===============================================
おたからや
=============================================== */
.bg_orange {
    background-color: #ed9a00;
    padding: 60px 0;
    text-align: center;
}

.bg_orange img {
    width: 100%;
    max-width: 220px;
}

.name-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.name-wrap p {
    color: white;
    font-size: 3rem;
}


.col3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-left: 0;
    margin-bottom: 30px;
}

.col3 li {
    width: 28%;
    box-sizing: border-box;
    border: 2px solid #7c3500;
    box-shadow: 6px 6px 10px 0px rgba(124, 53, 0, 0.4);
    padding: 3% 1%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.col3 img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-bottom: 20px;
}

.col3 p {
    color: #7c3500;
}

.prohibitions {
    text-align: center;
}

.prohibitions span {
    font-size: 2.2rem;
}



/* ===============================================
フッター
=============================================== */
.bg_footer {
    background: #7c3500;
    padding: 60px 0 20px;
    color: white;
    text-align: center;
}

.shop-name {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.company-name {
    margin: 60px 0 30px;
    font-weight: bold;
}

.copyright {
    font-size: 13px;
}


/* ===============================================
SPここから
=============================================== */

@media only screen and (max-width: 750px) {

    /* ===============================================
共通
=============================================== */

    section {
        padding: 60px 0;
    }

    .width1100 {
        width: 96%;
        max-width: inherit;
    }

    .width900 {
        width: 94%;
        max-width: inherit;
        margin: 0 auto;
    }

    .width980 {
        width: 94%;
        max-width: inherit;
        margin: 0 auto;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }


    /* ===============================================
ヘッダー
=============================================== */
    .logo img {
        max-height: 30px;
    }

    .header-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tel-area {
        margin-top: 8px;
        text-align: center;
    }

    .tel-link {
        font-size: 2rem;
    }

    /* ===============================================
step
=============================================== */
    .steps {
        gap: 20px;
    }

    .steps::before {
        top: 35%;
    }

    .circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
        left: -9px;
        top: -18px;
    }

    .step p {
        font-size: 13px;
        text-align: left;
    }



    /* ===============================================
welcome
=============================================== */
    .welcome_bg {
        margin-top: 0;
    }

    .welcome_txt {
        top: 52%;
        left: 51%;
        width: 90%;
    }

    .welcome_title {
        font-size: 1.3rem;
    }

    .welcome_bottom {
        font-size: 13px;
    }

    /*-------------------------
募集要項
-------------------------*/
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        width: 100%;
    }

    #table01 th {
        width: 100%;
        background: #f2f2f2;
        font-weight: bold;
        padding: 10px;
        text-align: center;
    }

    #table01 td {
        width: 100%;
        display: block;
        font-size: 14px;
    }

    /* ===============================================
MAP
=============================================== */
    .map {
        margin-top: 40px;
    }

    .g-map-bottom {
        font-size: 10px;
        text-decoration: underline 2px;
        text-decoration-color: #ed9a00;
        margin-top: 20px;
    }

    .g-map-bottom span {
        width: 10px;
        height: 10px;
    }


    /* ===============================================
買取可能商品
=============================================== */

    .midashi {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .wrap {
        gap: 10px;
    }

    .item {
        width: 31%;
        padding: 2%;
    }

    .item p {
        font-size: 14px;
    }


    /* ===============================================
取扱サービス
=============================================== */

    .service-wrap {
        justify-content: center;
        gap: 18px;
    }

    .service-item {
        width: 25%;
        text-align: center;
    }

    .service-item p {
        font-size: 14px;
        margin-top: 15px;
    }

    /* ===============================================
他社圧倒の参考買取価格
=============================================== */

    .midashi-bottom {
        margin-top: -20px;
        font-size: 14px;
    }


    /* ===============================================
おたからやが高価買取できる理由
=============================================== */
    .reason-box {
        align-items: flex-start;
        padding: 3%;
        gap: 10px;
    }

    .reason-box img {
        width: 80px;
    }

    .reason-text {
        padding: 0;
    }

    .reason-text h3 {
        font-size: 1.3rem;
    }

    .reason-text p {
        font-size: 14px;
    }


    /* ===============================================
よくある質問
=============================================== */
    .faq-wrap {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .faq-q {
        font-size: 1.2rem;
        text-indent: -1em;
        padding-left: 1em;
    }

    .faq-in {
        margin-bottom: 40px;
    }

    .faq-in p {
        font-size: 14px;
    }


    /* ===============================================
おたからや
=============================================== */

    .bg_orange img {
        max-width: 200px;
    }

    .col3 {
        gap: 10px;
        margin-bottom: 30px;
    }

    .col3 li {
        width: 30%;
        box-shadow: 2px 0px 9px -1px rgba(216, 35, 0, 0.4);
    }

    .col3 img {
        max-width: 50px;
    }

    .col3 p {
        font-size: 11px;
    }

    .prohibitions span {
        font-size: 1.5rem;
    }


    /* ===============================================
フッター
=============================================== */

.company-name {
        font-size: 14px;
    }


    .copyright {
        font-size: 12px;
    }
}