/* カスタマイズ用CSS */

/* PC カテゴリナビ 
   ========================================================================== */

/*下層ナビ
   ========================================================================== */

/* 共通 
   ========================================================================== */
a { color: #525263;}

/* 商品詳細 
   ========================================================================== */

.privacy-accordion-box {
	display: none;
}

/* 現在のカゴの中
   ========================================================================== */
/*ここまで*/



/* エラーカテゴリー
   ========================================================================== */
p.errormsg {
	padding-top: 42px;
	padding-bottom: 42px;
}
/*ここからmin-width640px*/

@media only screen and (min-width: 640px) {
	
	
}
/*ここまで*/

/*ここからmax-width767px*/

@media only screen and (max-width: 639px) {
/* ページタイトル */
#page-heading h1 img {
    max-width: 40%;
    margin-bottom: 5%;
}


/* 現在のカゴの中 */
#reload-btn {
	top: 7px;
}


}
/*ここまで*/

/*ここからmax-width639px*/

@media only screen and (max-width: 639px) {	
/* 現在のカゴの中 */	
	/*.ec-cartRow .ec-cartRow__delColumn {
		width: 7%;
	}
	.ec-cartRow .ec-cartRow__img {
		width: 30%;
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	.ec-cartRow .ec-cartRow__summary {
		width: 30%;
	}
	.ec-cartRow__amountColumn {
		width: 30%;
	}
	.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
		width: 3em;
		margin-bottom: 0;
	}*/
	

}
/*ここまで*/

/*ここからmax-width490px*/

.dropdown a {
    color: #FFFFFF;
}

/* SP カテゴリナビ 
	* 2020/06/19 現在未使用
   ========================================================================== */
@media only screen and (min-width: 640px) {
.ec-headerCategoryArea {
    display: none;
}
}
@media only screen and (max-width: 639px) {
.ec-headerCategoryArea {
    display: inherit;
}
.ec-headerCategoryArea .ec-itemNav__nav {
    position: relative;
    font-family: "07やさしさゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
    top:40px;
    width: 88%;
    margin: 0 6%;
    z-index: 0;
}
.ec-headerCategoryArea .ec-itemNav__nav li {
    position: relative;
    float: left;
	width: 35%;
    bottom: 40px
}
.ec-headerCategoryArea .ec-itemNav__nav li a {
    border-bottom: 0;
    font-size: 12px;
    line-height: 1;
    height: 55px;
    /*height: auto;*/
    text-align: center;
}
.ec-headerCategoryArea .ec-itemNav__nav li.ec-itemNav_last_box {
    float: right;
	width: 25%;
    /*line-height:2;*/
    bottom: 41px;
}
.ec-headerCategoryArea .ec-itemNav__nav li.ec-itemNav_last_box a {
    border-bottom: 0;
    font-size: 12px;
    line-height: 2;
    height: 55px;
    text-align: center;
}
.ec-headerCategoryArea .ec-itemNav__nav .ec-itemNav_box:after,
.ec-headerCategoryArea .ec-itemNav__nav .ec-itemNav_last_box:after {
    display: none;
}
.ec-layoutRole__contents {
	border-radius: 10px;
}
.ec-pageHeader h1 {
    border-top: none;
}
}


.ec-select.ec-select__delivery,
.ec-select.ec-select__time {display:none;}