@charset "utf-8";

/* Theme CSS for EC-CUBE 3
---------------------------------------------------------- */
/* Fonts
---------------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,700");
.serif {
    font-family: 'Vollkorn', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
}

/* Common
---------------------------------------- */
.alignL {text-align: left;}
.alignC {text-align: center;}
.alignR {text-align: right;}
.btn {
    font-weight: normal;
}
.page-heading {
    font-size: 28px;
    font-size: 2.8rem;
    border-bottom: none;
    border-color: #000;
    color: #000;
}
h1.page-heading {
    margin: 0 16px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}

h1.page-heading:before,
h1.page-heading:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}

h1.page-heading:before {
    margin-right: 0.5em;
}

h1.page-heading:after {
    margin-left: 0.5em;
}
/* header
---------------------------------------------------------- */
#header {
    padding-top: 0;
}
#header .container-fluid.inner {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
#header .category-nav {
    background-color: #000;
    border-top: none;
    border-bottom: none;
    color: #fff;
    text-align: center;
}
#header .category-nav a {
    color: #fff;
}
#header .category-nav > li > a {
    height: 45px;
    line-height: 45px;
}
#header .category-nav li ul li a {
    color: #000;
    font-weight: normal;
    text-align: left;
}
#header .category-nav li ul {
    border-right: solid 1px #efefef;
    border-left: solid 1px #efefef;
}
/* cart
---------------------------------------- */
#cart_area {
    top: 50px;
    right: 0;
    min-width: 80px;
    background-color: #000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
	#cart_area p {
	    float: right;
	    min-width: 80px;
	    border: none;
	}
	#header #cart_area .cart_price {
	    position: static;
	    display: block!important;
	    float: none;
	    color: #000;
	    text-align: right;
	}
	p.cart-trigger a:link,
	p.cart-trigger a:visited,
	p.cart-trigger a:hover,
	p.cart-trigger a:active {
	    text-decoration: none;
	    color: #ffffff;
	}
	.cart .item_box .item_name {
	    margin-right: auto;
	}
	#cart_area p.errormsg.bg-danger {
	    float: none;
	    margin-bottom: 0;
	}
	.badge {
	    background-color: #C00000;
	}
	.item_quantity.form-group.form-inline {
	    color: #000;
	}
	#header #cart_area .cart_price {
	    margin-left: 25px;
	}
@media only screen and (max-width: 767px) {
	.cart {
	    top: 40px;
	}
	.cart .item_box .item_name {
	    margin-right: 0;
	    font-size: 16px;
	    font-size: 1.6rem;
	}
	#cart_area {
	    right: 0;
	    top: 0;
	}
	#cart_area p.cart-trigger {
	    position: absolute;
	    right: 65px;
	}
	#cart_area p {
	    min-width: auto;
	}
	#cart .inner {
	    position: absolute;
	    right: 0;
	    top: 3px;
	    width: 250px;
	    background: #f3f3f3;
	}
	p.cart-trigger a:link {
	    color: #000;
	}
	#cart_area p {
	    min-width: auto;
	}
}
/* Login
--------------------------------------- */
.member_link a {
    border: 0 none;
    font-size: 13px;
    font-size: 1.3rem;
    color: #000;
}
.icon-bg {
    fill: #000000;
}
#member {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
/* ロゴ
---------------------------------------- */
#header .header_logo_area {
    float: none;
    margin-right: 0;
    margin-top: 45px;
    margin-bottom: 20px;
    text-align: center;
}
}
/* 検索
---------------------------------------- */
#header .header_bottom_area {
    clear: both;
    position: absolute;
    bottom: -100px;
    padding: 10px;
    width: 100%;
    background: #fff;
}
#header #category {
    padding-top: 0;
    background-color: #000;
    text-align: center;
}
div#searchSwitch {
    display: inline-block;
    color: #fff;
    font-size: 120%;
    background-color: #666;
    padding: 0 5px 2px 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
ul.category-nav {
    display: inline-block;
}
#search {
    position: absolute;
        top: 203px;
    padding: 0;
    width: 100%;
    background: none;
    background-color: #fff;
    border-bottom: solid 1px #000;
}
	#search .search_inner {
	    margin: 0 auto;
	    padding: 10px 15px;
	    width: auto;
	    max-width: 1130px;
	    background-color: #fff;
	    text-align: center;
	}
	#header #searchform select {
	    float: none!important;
	}
	#header .search .input_search {
	    float: none!important;
	    display: inline-block;
	    vertical-align: bottom;
	}
/* Footer
---------------------------------------------------------- */
#footer {
    margin-top: 0;
    background: #000;
    color: #fff;
}
#footer a {
    color: #fff;
}
	.footer_logo_area {
	    color: #fff;
	    text-align: center;
	}
	.footer_logo_area {
	    margin-top: 20px;
	}
	.footer_logo_area .logo {
	    font-weight: normal;
	}
	#footer ul li {
	    font-size: 80%;
	}

/* Index
---------------------------------------------------------- */
.front_page #contents .row > div {
    padding-bottom: 15px;
}
.pickup_item .item_photo {
    margin: 0 0 10px;
}
.pickup_item dl {
    font-size: 14px;
    font-size: 1.4rem;
}

/* 共通
---------------------------------------- */
#page_homepage .inner {
    width: 100%;
    max-width: 100%;
}
.inner_index {
    margin: 0 auto;
    max-width: 1150px;
    width: 100%;
}
.block_wrap{
    margin: 0 -16px;
    padding: 35px 0;
}
.bg01 {
    background-color: #e6e6e6;
}
.text-primary,
.special_price {
    color: #C00000;
}
.btn {
    -webkit-box-shadow: 0px 2px 0px 0px rgba(64, 64, 64,0.6);
    -moz-box-shadow: 0px 2px 0px 0px rgba(64, 64, 64,0.6);
    box-shadow: 0px 2px 0px 0px rgba(64, 64, 64,0.6);
}

/* ブロック
---------------------------------------- */
.main_visual {
    float: none;
    margin: 0 auto 40px auto;
    max-width: 1150px;
    width: 100%;
}
.btn-black {
    margin: 0 auto;
    padding: 5px 20px;
    color: #fff;
    background-color: #000;
    border: solid 1px #000;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
}
	.btn-black:hover {
	    background-color: #fff;
	    color: #000;
	}
h2.block_heading{
    margin-bottom: 30px;
    color: #000;
    font-family: 'Vollkorn', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    font-size: 36px;
    font-size: 3.6rem;
}

/* News
-------------------------------------------- */
.news_block {
    margin: 0 -15px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
	#news_area .heading01 {
	    padding: 16px;
	    color: #000;
	    text-align: left;
	}
	#news_area {
	    margin-bottom: 0;
	    background: transparent;
	}
	#news_area.row {
	    padding-bottom: 0!important;
	}
	.newslist {
	    border-bottom: none;
	}
	.newslist dl:first-child {
	    border-top: none;
	}
	.accordion.col-sm-10 {
	    padding-bottom: 0!important;
	}
@media only screen and (max-width: 768px) {
	.main_visual,
	.inner_index {
	    margin: 0 auto;
	    width: auto;
	}
	.main_visual img {
	    width: 100%;
	}
	.inner_index {
	    padding: 0 15px;
	}
	#search {
	    position: static;
	        top: 203px;
	    display: block!important;
	    padding: 0;
	    width: 100%;
	    background-color: #EBEBEB;
	}
	#searchSwitch {
	    display: none!important;
	}
	#search .search_inner {
	    margin: 0;
	    padding: 10px;
	    background-color: transparent;
	}
	#drawer .category-nav {
	    margin-bottom: 16px;
	    width: 100%;
	}
}

/* 商品一覧
----------------------------------------------------------------- */
#page_product_list #contents {
    padding-top: 0;
}
#topicpath {
    padding: 0 16px 24px 16px;
    border: 0 none;
}
	#topicpath ol {
	    padding-top: 1.05em;
	    border-bottom: 1px solid #000;
	}
	#topicpath li a {
	    float: none;
	    font-size: 14px;
	    font-size: 1.4rem;
	    line-height: 100%;
	    color: #000;
	}
	#topicpath li:after {
	    content: " > ";
	    margin: 0 5px;
	    vertical-align: middle;
	}
a .item_comment {
    color: #000!important;
    font-size: 12px;
    font-size: 1.2rem;
}

/* 商品詳細
----------------------------------------------------------------- */
#item_detail_area .item_name {
    margin-bottom: 20px;
    border-bottom: solid 1px;
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
}
#detail_description_box__body h3 {
    border-bottom: solid 1px #000;
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
}
#detail_not_stock_box__description_detail {
    margin-bottom: 30px;
}
#item_photo_area .slick-dots {
    margin: 20px auto;
}
	#item_photo_area .slick-dots li {
	    padding: 0;
	    width: 20%;
	    height: 100px;
	    overflow: hidden;
	}
#detail_cart_box {
    display: table;
    width: 100%;
}
	.cart_area .classcategory_list li select {
	    width: auto;
	    width: 100%;
	}
#detail_cart_box__button_area,#detail_cart_box__cart_quantity {
    display: table-cell;
    vertical-align: top;
}
	#detail_cart_box__button_area ul {
	    padding: 0!important;
	}
	#detail_cart_box__button_area ul button {
	    height: 40px;
	    line-height: 40px;
	    padding: 0 5px;
	}
#item_detail_area .item_detail .item_code {
    margin-top: 20px;
    padding: 10px 0 0 0;
    border-top: 1px dotted #ccc;
    font-size: 14px;
    font-size: 1.4rem;
}
#item_detail_area .item_detail .relative_cat {
    padding: 14px 0;
    border-top: none;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    font-size: 1.4rem;
}
.product_freearea {
    padding: 16px;
}

@media only screen and (max-width: 768px) {
	.slick-dots {
	    position: static;
	}
	#item_photo_area .slick-dots li {
	    width: auto;
	    height: auto;
	}
	#detail_cart_box__button_area,
	#detail_cart_box__cart_quantity {
	    display: block;
	    vertical-align: top;
	    margin: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.cart-trigger .cb {
	    fill: #000;
	}
}

/* 新規登録
----------------------------------------------------------------- */
.dl_table {
    border-top: none;
}
	.dl_table dt, .dl_table dd {
	    padding: 15px 10px;
	    border: none;
	}
.dl_table dl:nth-child(odd),
#top_box__birth dl:first-child,
#top_box__birth dl:last-child {
    background-color: #f6f6f6;
}

/* Cart
----------------------------------------------------------------- */
div.table ol li {
    background-color: #efefef;
}
.flowline ul::before {
    background: #ccc;
}
.flowline li,
.flowline li .flow_number {
    color: #ccc;
}
.flowline li .flow_number {
    background-color: #ccc;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    font-size: 3.0rem;
    font-family: 'Playfair Display', serif;
    line-height: 100%;
}
	.flowline li.active .flow_number {
	    background-color: #c00000;
	    color: #fff;
	}
	.flowline li.active {
	    color: #c00000;
	}
p#summary_box__confirm_button button#order-button {
    background-color: rgb(192, 0, 0);
    border: solid 1px #c00000;
}
	p#summary_box__confirm_button button#order-button:hover {
	    background-color: rgba(192, 0, 0,0.6);
	}
#page_cart .total_box {
    float: right;
    margin-top: 20px;
    padding: 10px;
    min-width: 150px;
    background-color: #efefef;
}
	#page_cart .total_box .boxWrap {
	    padding: 30px 10px 10px 10px;
	    background-color: #fff;
	}
	#page_cart div.table ol li {
	    font-size: 14px;
	    font-size: 1.4rem;
	    font-weight: normal;
	    padding: 5px;
	}
@media only screen and (max-width: 768px) {
	#page_cart .total_box {
	    float: none;
	    margin-top: 20px;
	    margin-left: 8px;
	    margin-right: 8px;
	}
}

/* Mypage
----------------------------------------------------------------- */
ul#navi_list a {
    background-color: #efefef;
}
.local_nav ul {
    border-width: 0 0 0 0;
    text-shadow: 0 0 0px rgba(0, 0, 0, 0.2),0 1px 0px rgba(255, 255, 255, 0.8);
}
	.local_nav ul li{
	    border-width: 0 1px 0 0;
	}
	.local_nav ul li:last-child{
	    border-right: none;
	}
	ul#navi_list i.fa {
/*
	    font-size: 50px;
*/
	    text-shadow: 0px 2px 1px #fff;
	    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2),0 1px 0px rgba(255, 255, 255, 0.8);
	}
	#navi_list li a {
	    color: #999;
	}
	#navi_list li.active a,
	ul#navi_list a:hover {
	    background-color: #f5f5f5;
	    color: #222;
	}

/* Btn / Color
----------------------------------------------------------------- */
.unsubscribe_box .icon {
    color: #F0BE4E;
}
.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
	#detail_cart_box .btn-primary {
	    -webkit-box-shadow: none;
	    -moz-box-shadow:  none;
	    box-shadow:  none;
	}
#zip-search.btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#favorite {
    background-color: rgb(223, 133, 166);
    border-color: rgb(223, 133, 166);
    -webkit-box-shadow: none;
    -moz-box-shadow:  none;
    box-shadow:  none;
}
	.favorited #favorite {
	    background-color: #999999;
	    border-color:  #999999;
	}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #C00000;
    border-color: #C00000;
    color: #fff;
}