@charset "utf-8";
/* CSS Document */
body {
    background-color: #eaeaea;/*上のラインの色*/
    color: #4e4e4e;
	/*font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
/*全体のリンク色　特定商取引法のとことか*/
a {
    color: #b08d4f;
}
a:hover {
	opacity: 0.7;
}
/*ヘッダー　背景色*/
#header{
	background-color: #fff;
	padding-bottom: 10px;
}
/*ロゴ*/
#header .header_logo a {
	color:#4e4e4e;
}
.header_logo_area .header_logo img{
    /*width: 70%;*/
}
.header_logo_area .header_logo a .logo_img{
	width: 50%;
	height: auto;
	max-width: 100%;
}
/*会員登録のアイコンの背景色*/
.icon-bg {
    fill: #d4d4d5;
}
/*会員登録のアイコンの文字色*/
.member_link a {
    border-bottom: 1px solid #e8e8e8;
	color: #4e4e4e; /*#525263*/
}
#member ul li a:hover{
	text-decoration: underline;
}
/*カート部分のカートアイコン色*/
p.cart-trigger a:link,
p.cart-trigger a:visited,
p.cart-trigger a:hover,
p.cart-trigger a:active {
    text-decoration: none;
    color: #4e4e4e; /*#525263*/
}
/*カートエリア背景*/
#cart_area{
	background-color: #fff;
}
/*カート部分の合計金額色*/
#header #cart_area .cart_price {
    color: #4e4e4e;
}
/*検索部分の虫眼鏡*/
.bt_search .cb-search {
    fill: #4e4e4e; /*#636378*/
    font-size: 25px;
    font-size: 2.5rem;
}
/*ヘッダーカテゴリーナビゲーション文字色*/
.category-nav > li > a {
    color: #4e4e4e;
}
/*ヘッダーカテゴリーナビゲーション文字色の区切り線*/
#header .category-nav {
    border-top: 1px solid #fff; /*#D9D9D9*/
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
}
/*カテゴリー内部の背景*/
.category-nav ul {
    background: #eaeaea;
}
/*カテゴリー内部の文字色*/
.category-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #4e4e4; /*#525263*/
}

/*検索入力の文字色*/
#search .input_search{
	/*color: #fff;*/
}
#top_about{}
#top_about h4{
	text-align: center;
	font-size: 25px;
}
#top_about p{
	margin: 0 5%;
	font-size: 18px;
}
.row .pickup_title_txt{
	font-size: 25px;
    color:#e6a5a2;
	border-bottom: 4px dotted #a2a9a9;
	margin-left: 2%;
	margin-right: 2%;
}
#contents{
	background:#fff;
}
#contents #contents{
	background-image:none;
	background-color: transparent;
}
#main #privacy_list{
	list-style-type: decimal;
	padding: 30px 0;
	margin: 0 5%;
}
#main #privacy_list .privacy_title{
	list-style-type: decimal;
	font-weight: bold;
}
#main #privacy_list .privacy_txt{
}
#main #privacy_address{
}
#main address{
	font-style: normal;
}
#main #privacy_address a{
	
}


/*フッター*/
#footer {
    background: #eaeaea;
    border-top: none;
}
/*フッターロゴ*/
.footer_logo_area {
    margin:60px auto 0;
}
.footer_logo_area img{
	width: 30%;
	height: auto;
	max-width: 100%;
}
/*フッターのナビゲーション*/
#footer ul li a,#footer p,#footer p a{
	color: #4e4e4e;
	transition: all 0.3s;
}
#footer ul li a:hover{
	text-decoration: underline;
	opacity: 0.8;
}
/*コピーライト*/
.footer_logo_area .copyright {
    margin-top: 30px;
}
/*新着商品*/
#contents_top #item_list h3{
	font-size:35px;
	color: #b08d4f;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
#contents_top #item_list h3::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 1px;
    background: #b08d4f;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
@media all and (-ms-high-contrast:none) {
.badge {
	padding-top: 5px;
	padding-bottom: 1px;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
/*新着商品*/
#contents_top #item_list h3{
	font-size:28px;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/*ヘッターロゴサイズ*/
.header_logo_area .header_logo img{
    width: 50%;
}
/*フッターロゴサイズ*/
.footer_logo_area .logo img{
    width: 70%;
}
/*新着商品*/
#contents_top #item_list h3{
	font-size:20px;
}
}
@media screen and (max-width: 480px){
.row .pickup_title_txt{
	font-size: 20px;
}
}

