@charset "utf-8";

/* ==========================================================================
   normalize.css
   ========================================================================== */
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary {
    display: block;
}

[hidden] {
    display: none;
}

html,body {
    margin: 0;
    padding:0;
    width: 100%;
    height: auto;
    height:100%;
    /*min-height: 100%;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article{
    margin: 0;
    padding: 0;
}

ul,li,dl,dt,dd,blockquote {
    margin: 0;
    padding:0;
}

ul li{
    list-style: none;
}

a{
    text-decoration: none;
    color: #4c4c4c;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1,h2 {
    font-size: 10px;
    margin: 0;
}

p{
    margin: 10px 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

button,
input {
    line-height: normal;
    outline:none;
    color: #333;
    border:none;
    box-shadow: none;
}

button{
    margin: 0;
    padding: 0;
    background: none;
}

button,
select {
    text-transform: none;
    color: #333;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

select::-ms-expand {
　display: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/* input[type="tel"] ie9対応 */
input[type="text"].type_tel{
    width: 80px!important;
}

input[type="text"]{
    -webkit-appearance: button;
    appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    margin: 0 5px 0 0;
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: hidden; /* 1 */
    vertical-align: top; /* 2 */
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* cleafix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* clear: both; */
.cb{
    clear: both;
}
/* ******************************
        common
****************************** */
body {
    background: #fff;
    border-top: 4px solid #db3a46;
    font: 12px/1.231 "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    word-wrap: break-word;
    color: #666;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-touch-callout:none;
    -webkit-text-size-adjust: 100%; /* iphone横向きのときの文字サイズ自動調節off */
    letter-spacing: 0.01em;
}

a img,
img {
    border: 0;
    line-height: 0;
}

button:hover img,
a:hover img{
    opacity: 0.7;
    cursor: pointer;
}

a:hover{
    text-decoration: underline;
}

h3{
    margin: 0 0 12px;
    padding: 0;
    font-size: 16px;
    vertical-align: sub;
    line-height: 1;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.main_h{
    margin: 25px auto 20px;
    width: 980px;
}

/* もっとみる等のリンク */
a.more{
    padding: 5px 0 2px 15px;
    width: 65px;
    background: url(/img/pc/cmn/icon_arrow.png) left center no-repeat;
    background-size: 15px;
    float: right;
    text-align: right;
    font-size: 12px;
    line-height: 1;
}

a.more105{
    padding: 5px 0 2px 15px;
    width: 90px;
    background: url(/img/pc/cmn/icon_arrow.png) left center no-repeat;
    background-size: 15px;
    float: right;
    text-align: right;
    font-size: 12px;
    line-height: 1;
}

a.more210{
    padding: 5px 0 2px 20px;
    width: 210px;
    background: url(/img/pc/cmn/icon_arrow.png) left center no-repeat;
    background-size: 15px;
    float: right;
    text-align: right;
    font-size: 12px;
    line-height: 1;
}

/* bg青text白のボタン */
.btn_blue{
    padding: 10px 0;
    background: #2f63af;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

/* お知らせのテキストカラー */
.newstore{ color: #db3a46!important; }
.closestore{ color: #4c4c4c!important; }
.renewal{ color: #2f63af!important; }
.store_houres{ color: #6b9f48!important; }
.joboffer{ color: #239d9e!important; }


/* ******************************
        レイアウト
****************************** */
header,
footer{
    margin: 0 auto;
    width: 980px;
}

body>article{
    margin: 0 auto;
    height: auto;
    min-height: 100%;
}

body>article>article{
    margin: 0 auto;
    padding-bottom: 46px;
    width: 980px;
    height: auto;
    min-height: 100%;
}

#left_column{
    width: 180px;
    float: left;
}

#main_column{
    margin: 0 0 0 40px;
    width: 760px;
    float: right;
}

footer{
    margin: 0 auto 0;
    clear: both;
}

/* ******************************
        ヘッダー
****************************** */
header h2{
    padding: 9px 0 8px;
    width: 500px;
    font-weight: normal;
}

header h1{
    padding: 0 0 4px;
    float: left;
}

header h1 img:nth-child(2){
    padding-left: 25px;
}

#header_area{
    margin: -9px 0 0;
    display: block;
    float: right;
}

#header_area li{
    float: right;
    display: block;
}

.heder_mybtn{
    padding: 1px 12px 0 0;
}

#header_area li img{
    vertical-align: middle;
}

#header_area .off{
    padding: 7px 5px 0 0;
    width: 105px;
    height: 18px;
    background: url(/img/pc/header/btn_cart_off.png) left top no-repeat;
    background-size: 110px 25px;
    display: block;
    text-align: right;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

#header_area .on{
    padding: 7px 5px 0 0;
    width: 105px;
    height: 18px;
    background: url(/img/pc/header/btn_cart_on.png) left top no-repeat;
    background-size: 110px 25px;
    display: block;
    text-align: right;
    color: #fff;
    line-height: 1;
}

#header_area a:hover{
    text-decoration: none;
    opacity: 0.7;
}

#header_menu li{
    width: 140px;
    height: 82px;
    float: left;
}

#header_menu a:hover img{
    opacity: 1;
}

/* ******************************
        パンクズ
****************************** */
#pankuzu{
    margin: 0 auto;
    padding: 15px 0 12px;
    width: 100%;
    background: #e6e6e6;
    font-size: 11px;
    color: #666;
    line-height: 1;
}

#pankuzu ul{
    margin: 0 auto;
    width: 980px;
}

#pankuzu li{
    display: block;
    float: left;
}

#pankuzu li:last-child{
    float: right;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.1em;
}

/* ******************************
        表示切替
****************************** */
.display_change li{
    margin: 0 10px 0 0;
    padding: 0 0 8px 15px;
    width: 85px;
    position: relative;
    font-weight: bold;
    float: left;
    text-align: left;
}

.display_change li:last-child{
    margin: 0;
    width: 75px;
    text-align: left;
}

.display_change>li>a{

    display: inline-block;
    width: 100%;
    height: 100%;
    background:url(/img/pc/cmn/listmark_down.png) 58px no-repeat;
    background-size: 10px 8px;
}

.display_change li ul{
    margin: 0;
    padding: 0;
    width: 100px;
    background: #fff;
    display: none;
    position: absolute;
    top: 20px;
    left: -7px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
    -moz-box-shadow: 0px 3px 10px rgba(000,000,000,0.3);
    -webkit-box-shadow: 0px 3px 10px rgba(000,000,000,0.3);
    box-shadow: 0px 3px 10px rgba(000,000,000,0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    z-index: 3;
}

.display_change li ul li {
    margin: 0;
    padding: 2px;
    width: 96px;
    border: none;
}

.display_change li ul li a{
    padding: 12px 8px 0px;
    width: 80px;
    height: 23px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    line-height: 1;
    font-size: 11px;
    font-weight: normal;
}

.display_change li ul li a.on{
    background: #e6e6e6;
    color: #2f63af;
}

.display_change li ul li a:hover{
    text-decoration: none;
}

.display_change li ul.display li a{
    padding: 12px 8px 0px 34px;
}

.display li:first-child a{
    background:url(/img/pc/cmn/icon_grid.png) 10px no-repeat;
    background-size: 18px;
}

.display li:first-child a.on {
    width: 54px;
    background:#e6e6e6 url(/img/pc/cmn/icon_grid-on.png) 10px no-repeat;
    background-size: 18px;
}

.display li:last-child a{
    background:url(/img/pc/cmn/icon_list.png) 10px no-repeat;
    background-size: 18px;
}

.display li:last-child a.on {
    width: 54px;
    background: #e6e6e6 url(/img/pc/cmn/icon_list-on.png) 10px no-repeat;
    background-size: 18px;
}

/* ******************************
        クイックルック
****************************** */
.jQueryBox{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.jQueryBox .wrap {
    margin: 50px auto;
    padding: 10px;
    width:670px;
    height: auto;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

div.goods_photo {
    float: right;
    height: 613px;
}

div.goods_popname{
    float: left;
    position: relative;
    height: 613px;
}

div.goods_popname p{
    margin: 2px 0;
    width: 190px;
    display: block;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
}

div.goods_popname strong{
    font-size: 16px;
    width: 190px;
    display: block;
    line-height: 1.4;
    color: #333;
}

a.goodarea_btn{
    margin: 15px 0;
    display: block;
    line-height: 1;
}

div.goods_popname ul {
    width: 200px;
    display: block;
    overflow: hidden;
//    position: absolute;
    bottom: -12px;

}
div.goods_popname li {
    margin: 0 10px 10px 0;
    width: 60px;
    height: 80px;
    display:block;
    float:left;
    background:#fff;
    overflow: hidden;
    border: 2px solid rgba(0,0,0,0);
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
}

div.goods_popname li:nth-child(3n){
    margin: 0 0 10px;
}

div.goods_popname li.up{
    border: 2px solid #a4b6d0;
    box-sizing: border-box;
}

div.goods_popname li img {
    margin: 0 auto;
    width: 60px;
    height: 80px;
    cursor:pointer;
}

#MainPhoto{
    width:460px;
    height:613px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    line-height: 0;
}

/* ******************************
        YES.NO pop
****************************** */
.deleteBox{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.deleteBox .wrap{
    margin: 310px auto 0;
    padding: 0 0 1px;
    width: 400px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.deleteBox strong{
    padding: 16px 0;
    width: 100%;
    display: block;
    background: #e5e5e5;
    -webkit-border-radius: 5px 5px 0 0  / 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0  / 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0  / 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0  / 5px 5px 0 0;
    border-radius: 5px 5px 0 0  / 5px 5px 0 0;
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 1;
}

.close_box{
    color: #fff;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}

.deleteBox .mem_btn_area{
    width: 310px;
    margin: 31px auto 30px;
}

/* ******************************
        ハート
****************************** */
#tabcontent li .balloon_fav{
    width: 259px!important;
    height: 83px!important;
    display: none;
    overflow: visible!important;
    z-index: 1!important;
    position: absolute;
    top: 20px;
    left: -5px;
}

.balloon_save{
    width: 259px!important;
    height: 83px!important;
    display: none;
    overflow: visible!important;
    z-index: 1!important;
    position: absolute;
    top: 20px;
    left: -5px;
}


/* ******************************
        フッター
****************************** */
/* ページトップへ */
#pagetop {
    margin: 0;
    padding: 30px 0 15px;
    width: 100%;
    clear: both;
    text-align: right;
}

/* フッター */
footer{
    border-top: 2px solid #d7d7d7;
    font-size: 8px;
}

footer h3{
    margin: 12px 0 4px;
    width: 100%;
    line-height: 0;
}

.footer_menu,
.footer_sns,
.footer_app{
    padding-bottom: 30px;
    float: left;
}

.footer_menu{
    width: 535px;
}

.footer_menu ul{
    width: 150px;
    float: left;
}

.footer_menu li{
    padding: 10px 0 0;
    line-height: 1;
}

.footer_menu li a{
    font-size: 10px;
}

.footer_sns{
    width: 180px;
}

.footer_sns li{
    padding: 8px 0 2px 0;
    width: 150px;
    display: inline-block;
    font-size: 12px;
    color: #333;
}

.footer_sns img{
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.footer_app{
    width: 265px;
}

.app_title img{
    padding: 8px 0 13px 0;
}

.btn_appstore{
    padding: 0 5px 0 0;
    width: auto;
    display: inline-block;
}

.btn_appstore img{
    display: inline-block;
}

.copyright{
    margin: 0 0 15px 0;
    padding: 15px 0;
    clear: left;
    border-top: 1px solid #d7d7d7;
    color: #4c4c4c;
}

.copyright ul{
    float: left;
    width: 50%;
}

.copyright li{
    float: left;
}

.copyright small{
    width: 50%;
    float: left;
    text-align: right;
}

.overlay{
    padding: 20px!important;
    border-radius: 5px!important;
    background: #fff;
    border: none!important;
}