.stock_p{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 30px;
}
.h1-title{
	font-size: 12px;
	margin-bottom: 1em;
}
@media screen and (min-width:685px){
    .stock_p .mod-spHeader{
        display: none;
    }

    a.stock_p_store_map:hover{
        background: url("/common/stock/images/btn_map_hover.svg") no-repeat center / contain;
    }

}
@media screen and (max-width:684px){
    .stock_p{
        padding: 0;
    }
    .stock_p .mod-spHeader{
        position: static;
    }
    .stock_p main{
        padding: 0 10px;
    }
    .stock_p footer{
        padding: 0 10px 20px;
    }
	
		.h1-title{
			margin-bottom: 0;
			margin-top: 1em;
			margin-left: 10px;
		}
}
.stock_p_header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
img.stock_p_header_img{
    width: 120px;
    height: 140px;
    margin-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
}
.stock_p_header_brand{
    font-size: 12px;
    margin-bottom: 4px;
}
.stock_p_header_detail{
    font-size: 14px;
    line-height: 1.7;
}
.stock_p_header_content p{
    font-size: 12px;
}
.stock_p_header_content p small{
    font-size: 11px;
}
@media screen and (max-width:684px){
    .stock_p_header{
        padding: 20px 10px 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    img.stock_p_header_img{
        width: 140px;
        height: auto;
        margin-right: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    }
    .stock_p_header_brand{
        font-size: 10px;
        margin-bottom: 4px;
    }
    .stock_p_header_detail{
        font-size: 12px;
        line-height: 1.7;
        font-weight: bold;
    }
		.stock_p_header_detail.title{
			font-size: 16px;
		}
    .stock_p_header_content{
        width: calc(100% - 150px);
    }
    .stock_p_header_content p{
        font-size: 12px;
    }
    .stock_p_header_content p small{
        font-size: 11px;
    }
}
.stock_p_header_text{}
.stock_p_header_text_pc{display: block;}
.stock_p_header_text_sp{display: none;}
@media screen and (max-width:684px){
    .stock_p_header_text_pc{display: none;}
    .stock_p_header_text_sp{
        display: block;
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        margin-top: 12px;
        line-height: 1.25
    }
}
.stock_p_nav{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.stock_p_nav:after{
    content: "";
    display: block;
    clear: both;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.stock_p_nav a{
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 8px;
    margin-right: 7px;
    overflow: hidden;
    padding: 9px 2px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;

    color: #333;
    text-decoration: none;
    font-size: 11px;
    width: 100%;
    display: block;
    text-align: center;
}
.stock_p_nav a.disabled{
    border-color: #ddd;
    color: #ddd;
}

.stock_p_nav a:last-child{
    margin-right: 0;
}
.stock_p_nav a.disabled:hover{
    cursor: initial;
}
.stock_p_nav a:hover:not(.disabled){
    color: #fff;
    background-color: #333;
}
@media screen and (max-width:684px){
    .stock_p_nav{
        margin-top: 17px;
        padding: 0 10px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .stock_p_nav a{
        margin-right: 2%;
        margin-bottom: 3.1%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 23.5%;
                flex: 0 0 23.5%;
        border-radius: 8px;
    }
    .stock_p_nav a:nth-child(4n){
        margin-right: 0;
    }
}
.stock_p_region{
    margin-top: 20px;
}
.stock_p_region + .stock_p_region{
    margin-top: 28px;
}
.stock_p_region_title{
    font-size: 14px;
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
}
.stock_p_region_store{
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width:684px){
    .stock_p_region{
        margin-top: 26px;
    }
    .stock_p_region + .stock_p_region{
        margin-top: 36px;
    }
    .stock_p_region_title{
        font-size: 12px;
        padding-bottom: 7px;
    }
    .stock_p_store_detail:nth-child(3){
    text-decoration: underline;
    }

}
.stock_p_store{
    padding: 13px 0 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.stock_p_store_content{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    overflow: hidden;
}
.stock_p_store_title{
    font-weight: bold;
    font-size: 14px;
}
.stock_p_store_detail{
    line-height: 1.9;
}
a.stock_p_store_map{
    width: 45px;
    height: 16px;
    background: url(/common/stock/images/btn_map.svg) no-repeat center / contain;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 5px;
}
.stock_p_store_stock{
    width: 90px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90px;
            flex: 1 0 90px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid #ccc;
}
.stock_p_store_stock:after{
    color: #333;
    font-weight: 400;
    font-size: 13.5px;
    margin-top: 8px;
}
.stock_p_store_ari:before{
    content: '';
    width: 18px;
    height: 18px;
    background-color: #2b4bb5;
    border-radius: 50%;
}
.stock_p_store_ari:after{
    content: '在庫あり';
}
.stock_p_store_few:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #bf3d37;
}
.stock_p_store_few:after{
    content: '残りわずか';
}
@media screen and (max-width:684px){
    .stock_p_store_title{
        font-size: 13px;
    }
    a.stock_p_store_map{
        width: 40px;
    }
    .stock_p_store_stock{
        width: 65px;
        -ms-flex-preferred-size: 65px;
            flex-basis: 65px;
    }
    .stock_p_store_stock:after{
        font-size:10px;
        margin-top: 3px;
    }
    .stock_p_store_ari:before{
        width: 13px;
        height: 13px;
    }
    .stock_p_store_few:before{
        border-left-width:7px;
        border-right-width:7px;
        border-bottom-width: 11px; 
    }
}
.stock_p_close{

}
.stock_p_close_header{
    width: 24px;
    height: 24px;
    display: block;
    background: url(/common/stock/images/btn_all.png?181115);
    background-size: 314.84px 187px;
    background-position: -290.34px -37.74px;
    position: absolute;
    top: 21px;
    right: 20px;
}
.stock_p_close_header:hover{
    opacity: 0.6;
}
.stock_p_close_footer{
    width: 98px;
    height: 28px;
    color: #333;
    border:1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px auto 0;
    text-decoration: none;
}
.stock_p_close_footer:hover{
    background-color: #333;
    color: #fff;
}
.stock_p_close_footer:before{
    content: '';
    width: 12px;
    height: 12px;
    background: url(/common/stock/images/btn_all.png?181115);
    background-size: 617.36px 366.69px;
    background-position: -605px -167px;
    position: relative;
    left: -16px;
}
.stock_p_close_footer:hover:before{
    background-position: -551.5px -167px;
}
@media screen and (max-width:684px){
    .stock_p_close_header{
        display: none;
    }
}
/*----------------*/
.stock_p_shoes_wrap{
    width: 100%;
}
@media screen and (min-width:685px){
    .stock_p_shoes_wrap{
        overflow-x: auto; 
    }
}
.stock_p_shoes{
    display: table;
    width: auto;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 10px;
}
.stock_p_shoes_model{
    display: table-cell;
}
.stock_p_shoes_model_name{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 7px 9px;
    display: table;
    width: 100%;
    font-size: 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    white-space:nowrap;
}
.stock_p_shoes_model_detail{
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.stock_p_shoes_size{
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.stock_p_shoes_size_txt{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    padding: 7px 10px;
    font-size: 11px;
}
.stock_p_shoes_size_stock{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.stock_p_shoes_size_few:before,.stock_p_legend_few{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #bf3d37;
}
.stock_p_shoes_size_ari:before,.stock_p_legend_ari{
    content: '';
    width: 9px;
    height: 9px;
    background-color: #2b4bb5;
    border-radius: 50%;
}
.stock_p_legend{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8px;
}
.stock_p_legend_name{
    margin-left: 5px;
    margin-right: 8px;
    font-size: 10px;
}

@media screen and (max-width:684px){
    .stock_p_shoes_wrap{
        
    }
    .stock_p_shoes{
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
    }
    .stock_p_shoes_model{
        display: block;
    }
    .stock_p_shoes_model_name{
        text-align: left;
        background-color: #ddd;
    }
    .stock_p_shoes_model_detail{
        display: block;
        width: 100%;
    }
    .stock_p_shoes_size{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .stock_p_shoes_size_stock{
        border-left-width: 0;
        padding-left: 4px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        text-align: left;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .stock_p_legend{
        display: none;
    }
    .stock_p_shoes_size_txt{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 7px;
        padding-bottom: 7px;
        width: 30px;
    }
    .stock_p_shoes_size_ari:after{
        content: '在庫あり';
        font-size: 11px;
        margin-left: 5px;
    }
    .stock_p_shoes_size_few:after{
        content: '残りわずか';
        font-size: 11px;
        margin-left: 5px;
    }
}

.rakutori-banner{
 margin-top: 30px;
 margin-bottom: 40px;
 text-align: center;
}


@media screen and (max-width:684px){
 .rakutori-banner{
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 0 10px;
 }
 .rakutori-banner img{
    width: 100%;
 }
}

.breadcrumb{
	padding: 15px 0 0;
	font-size: 10px;
}

.breadcrumb a{
	color: #333333;
	text-decoration: none;
}