@charset "utf-8";

/* *************************************

	リセット

***************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

hr {
    display: none;
}

/* clearFix */
.cf {
    zoom: 100%;
    min-height: 1px;
}

.cf:after {
    content: "."; /* 新しい要素を作る */
    display: block; /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

/* *************************************

	共通

***************************************/

body {
    -webkit-text-size-adjust: 100%; /* 文字サイズ自動調整オフ */
    position: relative;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.4em;
    word-break: break-all;
    width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    vertical-align: middle;
    width: 100%;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.tb {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto 7px;
}

.tb > li,
.tb > p {
    display: table-cell;
    padding: 0 1%;
}

/*-- ヘッダ --*/
header {
    height: 69px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;;
    box-shadow: rgba(100, 100, 100, 0.6) 0 1px 2px 1px;
    -webkit-box-shadow: rgba(100, 100, 100, 0.6) 0 1px 2px 1px;
    -moz-box-shadow: rgba(100, 100, 100, 0.6) 0 1px 2px 1px;
    z-index: 100;
    background-color: #ffffff;
}

header h1 {
    background: #000000;
    color: #FFF;
    padding: 3px 5px 2px;
    font-size: 12px;
    line-height: 1;
}

header .headInner {
    padding: 5px;
}

header .headInner img {
    height: 42px;
    width: auto;
}

header h2.headLogo a {
    display: block;
}

header h2.headLogo a img {
    height: auto;
    width: 130px;
}

header h2.headLogo {
    float: left;
}

header .headTel {
    float: left;
    margin-right: 5px;
}

header .acordionNavi {
    float: left;
}

/* 横向きヘッダス固定制御 */
@media all and (orientation: landscape) {
    header {
        position: static !important;
    }

    #content {
        margin-top: 15px !important;
    }
}

/*-- 開閉メニュー --*/
header dd.acordion_item {
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /*padding: 15px;*/
    font-size: 75%;
    width: 50%;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 62px;
    z-index: 900;
    display: none;
    border: 3px solid #0058ba;
}

header dd.acordion_item li a {
    display: block;
    position: relative;
    padding: 10px;
    background: #FFF;
    line-height: 20px;
    font-weight: 300;
    font-size: 150%;
    color: #111;
    outline: none;
    border-bottom: 1px solid #CCC;
}

header dl.acordionNavi .close {
    display: block;
    font-size: 150%;
    position: relative;
    padding: 10px 20px;
    line-height: 20px;
    font-weight: 300;
    color: #111;
    text-align: center;
    outline: none;
    background: #FFF;
    cursor: pointer;
}

/*-- メインコンテンツ --*/
#content {
    margin-top: 77px;
}

section {
    margin-bottom: 15px;
}

.secInner {
    padding: 10px 8px 0;
    margin-bottom: 15px;
}

h3 {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    color: #FFF;
    padding: 3px 0 3px 33px;
}

h3.location {
    /*background: url(../images/common/icoLocation.png) #c10e23 no-repeat 5px center;*/
    /*background: url(../images/common/icoLocation.png) #2173c6 no-repeat 5px center;*/
    background: url(../images/common/icoLocation.png) #000000 no-repeat 5px center;
    background-size: 22px;
}

h3.blog {
    /*background: url(../images/common/icoBlog.png) #c10e23 no-repeat 5px center;*/
    /*background: url(../images/common/icoBlog.png) #2173c6 no-repeat 5px center;*/
    background: url(../images/common/icoBlog.png) #000000 no-repeat 5px center;
    background-size: 22px;
}

/* item・flow */
h3.itemFlow {
    /*background: url(../images/common/icoItemFlow.png) #c10e23 no-repeat 5px center;*/
    /*background: url(../images/common/icoItemFlow.png) #2173c6 no-repeat 5px center;*/
    background: url(../images/common/icoItemFlow.png) #000000 no-repeat 5px center;
    background-size: 22px;
}

/* contact・application */
h3.mailForm {
    /*background: url(../images/common/icoForm.png) #c10e23 no-repeat 5px center;*/
    /*background: url(../images/common/icoForm.png) #2173c6 no-repeat 5px center;*/
    background: url(../images/common/icoForm.png) #000000 no-repeat 5px center;
    background-size: 22px;
}

/* top postlist */
h3.postlist {
    /*background: url(../images/common/ico_09.png) #c10e23 no-repeat 5px center;*/
    /*background: url(../images/common/ico_09.png) #2173c6 no-repeat 5px center;*/
    background: url(../images/common/ico_09.png) #000000 no-repeat 5px center;

    background-size: 22px;
}

/*-- フッタ --*/
/*footer {*/
/*border-top: 1px solid #67432d;*/
/*!*padding-top: 5px;*!*/
/*}*/

footer .bnrLink {
    width: 95%;
    margin-bottom: 15px;
}

/*footer .footInner{ background: #f8f5f3;}*/

footer .footInfo {
    padding: 10px 3%;
    margin: 0 auto;
    background-color: #FFFFFF;
}

footer .antiquary {
    font-size: 13px;
}

footer .antiquary div {
    float: left;
}

footer .antiquary p {
    padding: 0 0 0 50px;
}

footer .infoInner {
    border: 1px solid #000000;
    padding: 2% 6px;
    margin: 6px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*background-color: #f6e1ba;*/
    background-color: #FFFFFF;
}

footer .infoInner p {
    float: left;
    width: 48%;
}

footer .infoInner .tel {
    /*margin-right: 20px;*/
    float: left;
    width: 47%;
    margin-top: 7.5px;
}

footer .infoInner a.tel:nth-of-type(2) {
    margin-right: 0;
}

footer .infoInner .fax {
}

footer .infoInner span {
    font-size: 12px;
    padding: 5px 0 0;
    width: 50%;
    float: right;
    display: block;
    line-height: 1em;
    text-align: left;
}

@media screen and (max-width: 320px) {
    footer .infoInner .tel {
        line-height: 1.75;
    }

    footer .infoInner span {
        padding: 7px 0 0;
        width: 50%;
    }
}

footer .footNavi {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #c5b7ab;
}

footer .footNavi li {
    float: left;
    display: table;
    width: 50%;
    height: 41px;
    background: #ffffff;
    font-size: 15px;
}

footer .footNavi li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
    border-top: 1px solid #0058ba;
    border-right: 1px solid #0058ba;
    background: url(../images/common/arrow_gr.png) 5px center no-repeat;
    background-size: 6px 12px;
    color: #0058ba;
}

footer .footNavi li:last-of-type a,
footer .footNavi li:nth-last-of-type(2) a {
    border-bottom: 1px solid #0058ba;
}

footer .footNavi li:nth-of-type(odd) a {
    border-left: 1px solid #0058ba;
}

footer .linkBtn {
    /*width: 86%;*/
    width: auto;
    padding: 12px 7%;
    margin-bottom: 0;
    /*background-color: #cdebf6;*/
    /*background-color: #ff533c;*/
    background-color: #666666;
}

footer small {
    /*background: #2173c6;*/
    background: #000000;
    color: #FFF;
    padding: 3px 0 2px;
    font-size: 11px;
    display: block;
    text-align: center;
}

/* *************************************

	トップ top

***************************************/
.top .gNavi {
    margin: 0 5px;
}

.top #mv {
    margin: 0 auto 10px;
    position: relative;
    padding: 0;
    /*height: 125px;*/
    z-index: 8;
}


/*#mv:before {*/
/*position: absolute;*/
/*content: '';*/
/*background: url("../images/top/kv_bg_top.png") repeat-x center top;*/
/*background-size: contain;*/
/*min-height: calc(160px / 2);*/
/*width: 100%;*/
/*left: 0;*/
/*top: 0;*/
/*}*/

/*#mv:after {*/
/*position: absolute;*/
/*content: '';*/
/*background: url("../images/top/kv_bg_bottom.png") repeat-x center bottom;*/
/*background-size: contain;*/
/*min-height: calc(160px / 2);*/
/*width: 100%;*/
/*left: 0;*/
/*bottom: 0;*/
/*}*/

.top .pointBox {
    /*background: #cdebf6;*/
    background: #0058ba;
    padding-bottom: 10px;
}

.top .pointBox .pointTtl {
    text-align: center;
}

.top .pointBox li {
    float: left;
    width: 33%;
}

.top .pointBox .txt {
    padding-top: 10px;
    color: #ffffff;
}

.top .locationBox .location b {
    font-size: 80%;
    font-weight: normal;
    margin: 0 0 0 10px;
}

.top .locationBox .linkBtn {
    margin-bottom: 7px;
    width: 49%;
}

.top .locationBox .linkBtn.left {
    float: left;
}

.top .locationBox .linkBtn.right {
    float: right;
}

.top .locationBox .linkBtn h4 {
    text-align: center;
    margin-bottom: 5px;
}

.top .locationBox .linkBtn a {
    margin-right: 1%;
    display: inline-block;
}

.top .locationBox .linkBtn a:last-child {
    margin-right: 0;
}

.top .blogBox h3 a {
    float: right;
    margin-right: 8px;
    display: inline-block;
}

.top .blogBox h3 a img {
    width: auto;
    height: 28px;
}

.top .blogBox li.rssRow {
    border-bottom: 1px dotted #CCC;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.top .blogBox li.rssRow div {
    color: #c10e23;
}

.top .blogBox li.rssRow div a {
    color: #39579A;
}

.top #itemListBox {
    padding-top: 55px;
    margin-top: -70px;
}

.top #itemListBox .secInner > p {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.4;
    text-indent: -10px;
    padding-left: 10px;
}

.top #itemListBox .itemList p a {
    /*background: #2173c6;*/
    /*border: 1px solid #2173c6;*/
    background: #0058ba;
    border: 1px solid #0058ba;
    /*background: #5a2e00;*/
    /*border: 1px solid #5a2e00;*/
    display: block;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}

.top #itemListBox .itemList p a span {
    background: url(../images/common/arrow_wh.png) no-repeat 2px center;
    background-size: 5px 10px;
    display: block;
    padding: 5px 0 5px 5px;
    line-height: 1;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.top .flowListBox .secInner {
    /*background: #cdebf6;*/
    background: #666666;
    padding: 7px 8px 3px;
}

.top .flowListBox .secInner h4 {
    width: 80%;
    margin: 0 auto 5px;
}

/* *************************************

	買取品目 item

***************************************/
.item .secInner .photo,
.item .secInner .txtBox p {
    margin-bottom: 10px;
}

.item .secInner .detailLink {
    text-align: center;
}

.item .secInner .detailLink a {
    background: url(../images/common/arrow_gr.png) no-repeat 10px center #FFF;
    background-size: 7px;
    display: block;
    width: 100%;
    margin: 15px auto;
    padding: 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000000;
    border: 1px solid #2173c6;
}

.item .secInner .point {
    border: 2px solid #0058ba;
}

.item .secInner .point h4 {
    padding: 4px 8px;
    background: #0058ba;
    color: #FFF;
    font-weight: bold;
}

.item .secInner .point ul {
    padding: 0 8px 8px;
    margin-left: 18px;
}

.item .secInner .point li {
    padding-top: 8px;
    list-style: square outside;
}

.item .secInner .backLink {
    text-align: center;
}

.item .secInner .backLink a {
    background: url(../images/common/arrow_gr.png) no-repeat 10px center;
    background-size: 7px;
    display: block;
    width: 40%;
    margin: 20px auto;
    padding: 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 25px;
    line-height: 25px;
    /*border: 1px solid #FFF;*/
    border: 1px solid #2173c6;
    /*color: #ffffff;*/
}

/* *************************************

	店舗のご案内 location

***************************************/
/* 一覧ページ */
.locationList .location b {
    font-size: 80%;
    font-weight: normal;
    margin: 0 0 0 10px;
}

.locationList .shopList li a {
    padding: 10px;
    display: block;
    border-bottom: 1px dotted #CCC;
    background: url(../images/common/arrow_gr.png) no-repeat 98% center;
}

.locationList .shopList li a h4 {
    font-size: 15px;
    font-weight: bold;
}

.locationList .shopList li:nth-child(2n+1) {
    background: #FFF6F6;
}

/* 各店舗ページ */
.locationPage h4 {
    font-size: 16px;
    font-weight: bold;
    color: #005481;
    border-bottom: 1px solid #005481;
    margin: 15px 0 10px;
}

.locationPage .manager img {
    width: 30%;
    float: right;
    padding: 0 0 10px 10px;
}

.locationPage .access dl {
    margin-bottom: 10px;
}

.locationPage .access dt {
    font-weight: bold;
}

.locationPage .access dd a {
    color: #39579A;
    text-decoration: underline;
}

.locationPage .photo img {
    width: 49%;
}

.locationPage .backLink {
    text-align: center;
}

.locationPage .backLink a {
    background: url(../images/common/arrow_gr.png) no-repeat 10px center;
    background-size: 7px;
    display: block;
    width: 40%;
    margin: 20px auto;
    padding: 5px 0 5px 10px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
}

/* *************************************

	買取の流れ flow

***************************************/
.flow dl {
    margin-bottom: 20px;
}

.flow dl.arr {
    padding-bottom: 30px;
    background: url(../images/flow/arrow.png) no-repeat center bottom;
}

.flow dt {
    border-radius: 3px;
    /*border: #5a2e00 1px solid;*/
    /*border: #2173c6 1px solid;*/
    border: #0058ba 1px solid;
    /*color: #2173c6;*/
    color: #0058ba;
    font-size: 1.1em;
    font-weight: bold;
}

.flow dt span {
    display: inline-block;
    margin-right: 10px;
    padding: 7px 10px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    font-weight: 600;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    /*background: #5a2e00;*/
    /*background: #2173c6;*/
    background: #0058ba;
}

.flow dd {
    padding: 10px;
}

.flow .button {
    background: #0058ba url(../images/common/arrow_wh.png) no-repeat 10px center;
    background-size: 7px;
    display: block;
    width: 50%;
    margin: 20px auto 0;
    padding: 12px 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #0058ba;
    /*border: 1px solid #c88c00;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.flow .tel {
    display: block;
    width: 50%;
    margin: 20px auto 0;
    padding: 8px 20px 5px;
    text-align: center;
    color: #fceaca;
    border: 1px solid #000000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.flow .tel img {
    margin: 0 0 5px;
}

.flow .complete p {
    color: #ec6d74;
    font-size: 120%;
    font-weight: bold;
    padding: 0 0 2px;
}

.flow .cancel p {
    color: #777;
    font-size: 120%;
    font-weight: bold;
    padding: 0 0 2px;
}

.flow .complete p b {
    font-size: 120%;
}

.flow .cancel p b {
    font-size: 120%;
}

.flow .flowListBox .secInner {
    /*background: #cdebf6;*/
    /*background: #adadad;*/
    background: #666666;
    padding: 7px 8px 3px;
}

.flow .flowListBox .secInner h4 {
    width: 80%;
    margin: 0 auto 5px;
}

/* *************************************

	買取お申込み mailform

***************************************/
.mailform .form p {
    padding: 10px;
}

.mailform .form .require {
    color: #F00;
}

.mailform .form dl {
    padding: 0 0 10px;
}

.mailform .form dt {
    padding: 5px 15px;
    /*background: #d0a464;*/
    /*background-color: #2173c6;*/
    /*background-color: #5a2e00;*/
    background-color: #0058ba;
    color: #ffffff;
}

.mailform .form dd {
    padding: 5px;
    color: #000000;
}

.mailform .form dd input[type=text],
.mailform .form dd textarea,
.mailform .form dd select {
    margin: 0;
    padding: 0.5em;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 1.1em;
    border: #CCC 1px solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.mailform .form dd input[type=text]:focus,
.mailform .form dd textarea:focus {
    background: #FFFFF0;
}

.mailform .form dd input[type=text] {
    width: 95%;
}

.mailform .form dd textarea {
    width: 95% !important;
    height: 200px !important;
}

.mailform .form dd label {
    padding: 0 10px;
    display: inline-block;
}

.mailform .form dd label input {
    vertical-align: -2px;
    margin-right: 5px;
}

.mailform .form input[type=submit] {
    background: #0058ba url(../images/common/arrow_wh.png) no-repeat 10px center;
    background-size: 7px;
    display: block;
    width: 50%;
    margin: auto;
    padding: 12px 10px 12px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    /*border: 1px solid #c88c00;*/
    border: 1px solid #0058ba;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.mailform .note {
    margin: 20px 10px 15px;
    padding: 15px 10px;
    border-radius: 5px;
    border: #DDD 2px dashed;
    background: #FFFFFF;
    /*background-color: #5a2e00;*/
}

.mailform .note .tel {
    background: #eee linear-gradient(#ffffff, #e7e7e7);
    display: block;
    max-width: 250px;
    margin: 10px auto;
    padding: 8px 0 5px;
    text-align: center;
    font-size: 80%;
    line-height: 1.2em;
    border: 2px solid #000000;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.mailform .note .tel strong {
    color: #000000;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.5em;
}

.mailform .note .office {
    font-size: 85%;
    line-height: 1.3em;
    min-height: 42px;
    display: table;
}

.mailform .note .office div {
    display: table-cell;
    vertical-align: middle;
}

.mailform .note .office .logo {
    text-align: center;
    font-weight: bold;
    font-size: 90%;
    color: #c10e23;
}

.mailform .note .office .logo img {
    width: 95px;
}

.mailform .note .office p {
    display: inline-block;
    padding: 0 0 0 10px;
    letter-spacing: -0.05em;
}

@media screen and (max-width: 320px) {
    .mailform .note .office p {
        font-size: 11px;
    }
}

/* 確認画面 */
#mfp_phase_confirm h4 {
    font-size: 16px !important;
}

#mfp_phase_confirm #mfp_confirm_table .mfp_colored {
    background-color: #fff !important;
}

#mfp_phase_confirm #mfp_confirm_table tr {
    position: relative;
}

#mfp_phase_confirm #mfp_confirm_table th {
    position: absolute;
    background: #eee;
    border: none !important;
    width: 93%;
    font-size: 100% !important;
}

#mfp_phase_confirm #mfp_confirm_table td {
    padding: 35px 10px 10px !important;
    border: none !important;
    font-size: 100% !important;
}

#mfp_phase_confirm .mfp_buttons {
    padding: 10px 30px;
    zoom: 100%;
    min-height: 1px;
}

#mfp_phase_confirm .mfp_buttons:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#mfp_button_send {
    background: #c10e23 url(../images/common/arrow_wh.png) no-repeat 10px center;
    background-size: 7px;
    display: block;
    width: 47%;
    margin: 5px auto 0;
    padding: 12px 10px 12px 20px;
    color: #fff;
    font-weight: bold;
    float: right;
    border: 1px solid #c10e23;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#mfp_button_cancel {
    background: url(../images/common/arrow_gr.png) no-repeat 10px center;
    background-size: 7px;
    display: block;
    width: 47%;
    margin: 5px auto 0;
    padding: 12px 10px 12px 20px;
    color: #333;
    text-align: center;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.mailform .thanks p {
    font-size: 1.2em;
    color: #000000;
    line-height: 1.4em;
    text-align: center;
    margin: 20px 10px;
}

.mailform .thanks a {
    background: url(../images/common/arrow_gr.png) no-repeat 10px center;
    background-size: 7px;
    display: block;
    max-width: 150px;
    margin: 20px auto;
    padding: 12px 20px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #212121;
}

/****************************************************/

/*Purchase record*/

/****************************************************/
#purchase-record {
    margin-bottom: 30px;
}

#purchase-record ul {
    font-size: 0;
}

#purchase-record ul li {
    width: calc(50% - 7px);
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    box-sizing: border-box;
    border-radius: 5px;
}

#purchase-record ul li:nth-child(odd) {
    margin-left: 0;
}

#purchase-record ul li:nth-child(n+3) {
    margin-top: 10px;
}

#purchase-record ul li a {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

#purchase-record ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 113px;
}

@media screen and (max-width: 320px) {
    #purchase-record ul li img {
        max-height: 93px;
    }
}

#purchase-record ul li p {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.05em;
}

/****************************************************/

/*Shop Map*/

/****************************************************/
#content.locationList section iframe {
    padding: 10px;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
}

#content.locationList section .location-info {
    padding: 10px;
}

#content.locationList section .location-info p {
    margin-bottom: 10px;
    line-height: 1.5;
}

#content section .info {
    padding: 10px;
}

#content section .info dl {
    margin-bottom: 10px;
    font-size: 0;
}

#content section .info dl dt,
#content section .info dl dd {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

#content section .info dl dd {
    margin-left: 10px;
}

#content section .info dl:last-of-type {
    margin-bottom: 0;
}

/****************************************************/

/*ShopPage ShopGroupList*/

/****************************************************/
#content.locationList section .group-shop-wrapper ul li {
    display: block;
    width: 94%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 10px;
}

#content.locationList section .group-shop-wrapper ul li .image-link {
    background-color: transparent;
    padding: 0;
    position: unset;
    line-height: 0;
}

#content.locationList section .group-shop-wrapper ul li a {
    background-color: #c10e23;
    padding: 11px 17px 11px 0;
    position: relative;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: block;
    text-align: center;
}

#content.locationList section .group-shop-wrapper ul li a:last-of-type:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    font-size: 18px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#content.locationList section .group-shop-wrapper ul li p {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    margin: 11px 0;
    line-height: 1.4;
}

#content.locationList section .group-shop-wrapper ul li p span {
    font-weight: normal;
    font-size: 12px;
}

.pointBox .secInner p {
    color: #000000;
}

/****************************************************/

/*TopPage PostList*/

/****************************************************/
#post-box #post ul li {
    /*border-bottom: 1px dotted #d0a464 ;*/
    border-bottom: 1px solid #5a2e00;
    padding-bottom: 5px;
}

#post-box .list-link a {
    text-align: right;
    display: block;
}

#post-box #post ul,
#post-box .list-link {
    padding: 10px;
}

/* *************************************

	DeviceWidth 320px style

***************************************/
@media screen and (max-width: 320px) {
    /*header {*/
    /*height: 77px;*/
    /*}*/
    header h2.headLogo {
        width: 41%;
        margin-top: 3px;
    }
}

/****************************************************/

/*GoogleMap LinkButton*/

/****************************************************/
.locationList#content section:first-of-type .map-link {
    /*background-color: #d0a464;*/
    background-color: #5a2e00;
    padding: 10px;
    display: block;
    width: max-content;
    color: #ffffff;
    font-weight: bold;
    margin-left: 3px;
    box-sizing: border-box;
    border-radius: 5px;
}

/****************************************************/

/*メディア掲載情報 TOP*/

/****************************************************/
#media-post h3.postlist {
    background: url(../images/common/ico_09.png) #982529 no-repeat 5px center;
}

#media-post ul {
    padding: 10px;
    box-sizing: border-box;
}

#media-post ul li {
    display: block;
    width: 100%;
    font-size: 0;
    margin-bottom: 10px;
}

#media-post ul li:last-of-type {
    margin-bottom: 0;
}

#media-post ul li .post-thumbnail {
    display: inline-block;
    vertical-align: top;
    width: 35%;
}

#media-post ul li .post-thumbnail a img {
    width: auto;
    height: 60px;
    display: block;
    margin: 0 auto;
}

#media-post ul li .post-info {
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    width: calc(65% - 10px);
    vertical-align: top;
    margin-left: 10px;
}

/****************************************************/

/*SNSボタン TOP*/

/****************************************************/
#sns h3{
    background: url(../images/common/icoItemFlow.png) #000000 no-repeat 5px center;
    background-size: 22px;
}
#sns {
    margin-bottom: 43px;
}

#sns ul {
    margin-bottom: 15px;
    margin-top: 30px;
}

#sns ul li {
    width: 100%;
    text-align: center;
    margin: 0 auto 15px;
    padding: 0 12.5px;
    box-sizing: border-box;
}

#sns ul li a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 19px;
    padding: 10px;
    box-sizing: border-box;
    color: #ffffff;
    line-height: 2;
}

#sns ul li:last-of-type {
    margin-bottom: 0;
}

#sns ul li.facebook a {
    background-color: #3b5b98;
}

#sns ul li.facebook a:hover {
    background-color: #5f80c1;
}

#sns ul li.instagram a {
    background-color: #b94047;
}

#sns ul li.instagram a:hover {
    background-color: #d0767b;
}

#sns ul li.twitter a {
    background-color: #000000;
}

#sns ul li.twitter a:hover {
    background-color: #000000;
}

#sns ul li.youtube a {
    background-color: #FF0000;
}

#sns ul li.youtube a:hover {
    background-color: #ff4d4d;
}

#sns ul li a img {
    width: 23px;
    margin-left: 20px;
}

#sns ul li.instagram a img {
    margin-left: 11px;
}

#sns ul li.youtube a img {
    margin-left: 30px;
}

#sns ul li.twitter a img {
    margin-left: 40px;
}

/*店長挨拶*/
.store-manager .info img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.store-manager .info p {
    padding: 10px;
    box-sizing: border-box;
}

.shop-image {
    font-size: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.shop-image img {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
    margin-left: 10px;
}

.shop-image img:first-of-type {
    margin-left: 0;
}

/*店舗マップ*/
#content.locationList section iframe {
    padding: 10px;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
}

#content.locationList section .location-info {
    padding: 10px;
}

#content.locationList section .location-info p {
    margin-bottom: 10px;
    line-height: 1.5;
}

/*店舗画像*/
#content section .info {
    padding: 10px;
}

#content section .info dl {
    margin-bottom: 10px;
    font-size: 0;
}

#content section .info dl dt,
#content section .info dl dd {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

#content section .info dl dd {
    margin-left: 10px;
}

#content section .info dl:last-of-type {
    margin-bottom: 0;
}

/*店舗ルート、駐車場*/
#content section.route ul {
    font-size: 0;
    padding: 10px;
}

#content.locationList section.route ul li {
    width: calc(50% - 10px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
    vertical-align: top;
}

#content.locationList section.route ul li:nth-child(odd) {
    margin-left: 0;
}

#content.locationList section.route ul li dt {
    margin-bottom: 5px;
}

#content.locationList section.route ul li dd {
    font-size: 11.7px;
    letter-spacing: -0.05em;
    text-indent: -10px;
    padding-left: 10px;
}

#content.locationList section.route ul li dd span {
    color: #2173c6;
    font-size: 15px;
    padding-right: 5px;
}

#content.locationList section.parking .Wrap p {
    margin-bottom: 10px;
    font-size: 13px;
    text-indent: -1rem;
    padding-left: 1rem;
}

#content.locationList section.parking .Wrap p span {
    font-weight: bold;
}

#content.locationList section.parking .Wrap {
    padding: 10px;
}

#content.locationList section.parking .Wrap ul li dl dt {
    font-weight: bold;
}

#content.locationList section.parking .Wrap ul li dl dt span {
    font-weight: normal;
    font-size: 12px;
    padding-left: 10px;
}

/*LINE買取ページ*/
#content .line .small {
    font-size: 17px;
}

#content .line .large {
    font-size: 27px;
}

#content .line .under-line {
    background: linear-gradient(transparent 60%, #ec6d74 0%);
}

#content .line h3 {
    background-color: #0058ba;
    font-size: 21px;
    color: #FFFFFF;
}

#content .line .main {
    margin-bottom: 75px;
}

#content .line .add-friend {
    margin-bottom: 50px;
}

#content .line .add-friend h3 {
    position: relative;
    text-align: center;
    padding: 5px 10px 0;
    letter-spacing: 1px;
}

/*#content .line .add-friend h3:before {*/
/*position: absolute;*/
/*content: '';*/
/*left: 20px;*/
/*top: -40px;*/
/*background: url(../images/line/line-add_friend_1.png) no-repeat;*/
/*display: block;*/
/*width: 31%;*/
/*height: 85px;*/
/*background-size: 55% auto;*/
/*}*/

#content .line .add-friend .Wrap {
    padding: 20px 10px;
    box-sizing: border-box;
    background: url("../images/line/line-back_1.png");
    border: 1px solid #0058ba;
}

#content .line .step,
#content .line .shooting-point {
    background: url("../images/line/line-back_2.png");
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 0;
}

#content .line .step {
    padding-bottom: 40px;
    /*margin-bottom: 40px;!*暫定*!*/
    position: relative;
}

#content .line .step:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 40px 0 40px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}

#content .line .step h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
}

#content .line .step p {
    letter-spacing: -0.05em;
    font-size: 13px;
    margin-bottom: 30px;
}

@media screen and (max-width: 320px) {
    #content .line .step p {
        font-size: 11px;
    }
}

#content .line .step dl {
    margin-bottom: 30px;
}

#content .line .step dl dt {
    margin-bottom: 10px;
    border-radius: 3px;
    border: #2173c6 1px solid;
    font-size: 1.1em;
    font-weight: 600;
    text-align: left;
    background-color: #ffffff;
    color: #000;
}

#content .line .step dl dt span {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    font-weight: 600;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    background: #2173c6;
}

#content .line .choice-purchase h3 {
    color: #0058ba;
}

#content .line .shooting-point {
    padding-bottom: 40px;
}

#content .line .shooting-point h2 {
    font-size: 19px;
    background-color: #ec6d74;
    text-align: center;
    padding: 20px 10px 15px 40px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

#content .line .shooting-point h2:before {
    position: absolute;
    content: url(../images/line/line-shooting_1.png);
    transform: scale(0.5);
    left: 34px;
    top: 0;

}

@media screen and (max-width: 320px) {
    #content .line .shooting-point h2:before {
        left: 7px;
        top: 0;
    }
}

#content .line .shooting-point h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 20px solid #ec6d74;
}

#content .line .shooting-point .Wrap {
    padding: 10px;
}

#content .line .shooting-point .Wrap p {
    font-size: 13px;
    letter-spacing: -0.05em;
    text-indent: -1rem;
    padding-left: 1rem;
    text-align: left;
}

#content .line .shooting-point .Wrap p:last-of-type {
    margin-bottom: 20px;
}

#content .line .shooting-point .Wrap dl > dt {
    margin-bottom: 10px;
    font-weight: bold;
}

#content .line .shooting-point .Wrap dl > dd {
    margin-bottom: 30px;
}

#content .line .shooting-point .Wrap dl dd ul {
    font-size: 0;
    line-height: 1;
}

#content .line .shooting-point .Wrap dl dd ul li {
    width: 50%;
    display: inline-block;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}

#content .line .shooting-point .Wrap dl dd ul li dl dt {
    margin: 0 auto;
    font-weight: normal;
    border: 1px solid #cccccc;
}

#content .line .shooting-point .Wrap dl dd ul li dl dt img {
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
}

#content .line .shooting-point .Wrap dl dd ul li dl dd {
    font-size: 10px;
    background-color: #fff0f1;
    height: 25px;
    padding: 5px;
    box-sizing: border-box;;
    margin: 0 auto;
    line-height: 1.5;
    letter-spacing: -0.05em;
    font-weight: bold;
}

#content .line .shooting-point .Wrap dl dd ul li:nth-child(odd) dl dd {
    border-right: 1px solid #ccc;
}

#content .line .shooting-point .Wrap dl dd ul li:nth-child(even) dl dd {
    border-left: 1px solid #cccccc;
}

#content .line .choice-purchase h3 {
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin: 0 auto 40px;
    line-height: 1.5;
}

@media screen and (max-width: 320px) {
    #content .line .choice-purchase h3 {
        font-size: 140%;
    }
}

#content .line .choice-purchase p {
    background-color: #00c300;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}

#content .line .choice-purchase .Wrap {
    padding: 20px 10px 35px;
    background: url("../images/line/line-back_3.png");
    border-bottom: 1px solid #00c300;
}

#content .line .choice-purchase .Wrap ul li {
    margin-bottom: 10px;
}

#content .line .caution {
    color: #888888;
    padding: 10px;
}

#content .line .caution dl {
    border: 1px solid #888888;
    border-radius: 10px;
    padding: 10px;
    font-size: 11px;
    letter-spacing: -0.05em;
    text-indent: -0.7rem;
    padding-left: 1rem;
}

#content .line .caution dl dt {
    font-size: 12px;
    margin-bottom: 15px;
}

#content .line .bottom-allow {
    background: url("../images/line/line-back_2.png");
    color: transparent;
    width: 90px;
    margin: 0 auto 40px;
    height: 26px;
    position: relative;
}

#content .line .bottom-allow:before {
    position: absolute;
    content: '';
    transform: rotate(-60deg);
    width: 30px;
    height: 60px;
    background-color: #fff;
    top: -2px;
    left: 3px;
}

#content .line .bottom-allow:after {
    position: absolute;
    content: '';
    transform: rotate(60deg);
    right: 19px;
    width: 30px;
    height: 80px;
    top: 5px;
    background-color: #fff;
    transform-origin: right;
}

/*店長のあいさつ_SP*/
.store-manager .info img {
    width: auto;
    display: block;
    margin: 0 auto 20px;
}

.store-manager .info p {
    padding: 10px;
    box-sizing: border-box;
}

#point-image {
    margin-top: -5px;
}


/*応援バナー*/
#charming {
    margin-bottom: 15px;
    padding: 0 10px;
    box-sizing: border-box;
}

/*他店リンク*/
.other-link{
    border: 1px solid #0058ba;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    width: fit-content;
    border-radius: 5px;
    background: url(../images/common/arrow_gr.png) no-repeat 10px center #FFF;
    background-size: 7px;
    padding-left: 30px;
}

/*LINE*/
.line {
    padding: 20px;
}

.line a{
    text-align: center;
    display: block;
    background-color: #ffe400;
    margin: 20px auto;
    padding: 10px 0;
    width: 92.5%;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
}
