@charset "utf-8";
/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */


/* --------------------------------
	Common
-------------------------------- */

body {
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.4;
	background-color: #f2f2f2;
	color: #fff;
	-webkit-text-size-adjust: 100%;
}
.img_center, .txt_center {
	text-align: center;
}
.img_right, .txt_right {
	text-align: right;
}
/****** Base Layout Setting ********/

#header {
/*:background: #fff;*/
}
#contents {
/*background: #fff;*/
}
/****** Header Setting ********/


.header_logo_area {
	margin-right: 100px;
}
.header_logo_area .header_logo a:link, .header_logo_area .header_logo a:visited, .header_logo_area .header_logo a:hover, .header_logo_area .header_logo a:active {
	text-decoration: none;/*color: #000;*/
}
.header_logo_area .header_logo a:hover {
	color: #D2D200;
}
/****** Side Setting ********/

/****** Footer Setting ********/

/****** Effect Setting ********/


/****** Each BlockParts Setting ********/

/* cart area */

#cart_area {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
}
#cart_area p {
	margin: 0;
}
#cart_area p.cart-trigger {
	position: absolute;
	right: 72px;
}
#cart .inner {
	background: #333;
}
/* search area */

#search {
	background: #000;
	padding: 76px 8px 10px 8px;
}
#search select {
	width: 100%;
	border:0;
	background:none;
}
.search_p {
	width: 57px;
	display: block;
	float:  left;
	border:  1px solid #eee;
	position:  relative;
	padding: 10px 10px 10px 12px;
	bottom: 14px;
}
@media only screen and (max-width: 768px) {
	.search_p {
	padding: 5px 10px 5px 10px;
	width:  auto;
	bottom: 6px;
	margin-right: 10px;
	}
}
/* snsbtn_area */
.snsbtn_area .snsbtn {
	float: left;
	height: 20px;
	margin: 0 10px 10px 0;
}
/* --------------------------------
	Top Page
-------------------------------- */

.front_page a:hover img {
	opacity: 0.8;
}
.front_page #contents .row > div {
	padding-bottom: 8px;
}
.front_page #contents .row.no-padding > div {
	padding-bottom: 0;
}
/* Comment Area */

.front_page .comment_area h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 2px;
}
.front_page .comment_area h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}
.front_page .comment_area p {
	margin: 10px 0 15px;
}
/* Item List */

.front_page .item_comment {
	color: #444;
}
.front_page .item a {
	padding-bottom: 0;
}
.front_page .item a:hover {
	opacity: 0.8;
}
.front_page .item a:hover img {
	opacity: 1;
}
.front_page #contents_top .item_comment {
	color: #525263;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}
.front_page #contents_top .item_comment.text-warning, .front_page #contents_top .item_name.text-warning {
	color: #9a947e;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.front_page .more_link.text-warning {
	font-weight: bold;
	color: #9A947E;
}
/* news_area */

.news_contents {
	padding: 0;
}
#news_area {
	background: #F8F8F8;
}
#news_area .heading01 {
	padding: 8px;
	text-align: center;
	margin: 0;
	color:#000;
}
/* txt_bnr */

.txt_bnr_area {
	padding: 0 0 16px;
}
.txt_bnr {
	background: #f8f8f8;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	padding: 16px;
	margin: 12px 0 0;
	text-align: center;
}
.txt_bnr strong {
	color: #DE5D50;
	font-size: 20px;
	font-size: 2rem;
}
.txt_bnr strong strong {
	font-size: 32px;
	font-size: 3.2rem;
}
.item_gallery {
	clear: both;
}
/* --------------------------------
	Detail Page
-------------------------------- */

#item_detail + row {
	margin-top: -1px;
	background: #fff;
}
/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/


/* Slider */
.slick-loading .slick-list {
	background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrow */

.slick_prev, .slick_next {
	font-size: 18px;
	font-size: 1.8rem;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -15px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	/* height: 20px; */
    margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	/* height: 20px; */
    padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	content:" ";
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	text-align: center;
	opacity: .50;
	background-color: #ff9966;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	opacity: 1.0;
	background-color: #ff9966;
}
.slick-dots li button.thumbnail img {
	width: 0;
	height: 0;
}
#item_photo_area .slick-slide {
	text-align: center;
}
#item_photo_area .slick-slide img {
	display: inline-block;
}


/******************************
	Media Query
*******************************/

@media only screen and (max-width: 767px) {
/* --------- common ---------- */


	/****** Header Setting ********/


	/****** Side Setting ********/


	/****** Effect Setting ********/


}
@media only screen and (min-width: 768px) {
/* --------- common ---------- */

	#contents {
	padding-top: 30px;
}
/****** Header Setting ********/

	/****** Layout ********/

	/* header */

	#header .header_logo_area {
	float: left;
	margin-right: 265px;
}
#header #drawer #search {
	position: relative;
}
#search {
	background: none;
	padding: 0;
}
#member {
	float: right;
}
.member ul li {
	display: inline-block;
}
/****** Side Setting ********/

	/****** Footer Setting ********/

	/****** Each BlockParts Setting ********/

	/* search area */

	#search select {
	width: auto;
	max-width: 180px;
}
/* cart */

	#cart .inner {
	position: absolute;
	right: 0;
	top: 0;
}
#cart_area {
	top: 0;
	right: 16px;
}
#cart_area p {
	border: 1px solid #D9D9D9;
	float: right;
	min-width: 256px;
}
#cart_area p.cart-trigger {
	position: relative;
	right: 0;
}
#cart_area .inner {
	min-width: 256px;
}
#cart_area .cart_price {
	font-size: 12px;
}
#cart_area .cart_price .price {
	font-size: 16px;
}
/* --------------------------------
		Top Page
	-------------------------------- */

	.front_page #contents .row {
	padding-bottom: 24px;
}
/* Comment Area */

	.front_page .comment_area h4 {
	font-size: 32px;
	font-size: 3.2rem;
	margin: 0 0 8px;
}
.front_page .comment_area h5 {
	font-size: 20px;
	font-size: 2rem;
}
.front_page .comment_area p {
	font-size: 20px;
	font-size: 2rem;
	margin: 24px 0 24px;
}
/* news_area */

	.news_contents {
	padding: 0 16px 0 0;
}
#news_area .heading01 {
	padding: 16px;
	text-align: left;
}
#news_area {
	margin-bottom: 32px;
}
/* txt_bnr */

	.txt_bnr_area {
	padding-left: 16px;
}
.txt_bnr {
	margin:0 0 16px;
}
/* --------------------------------
		Detail Page
	-------------------------------- */

	#item_photo_area .slick-dots {
	margin: 0 -16px;
	position: relative;
	bottom: 0;
}
#item_photo_area .slick-dots::after {
	content: "";
	display: table;
	clear: both;
}
#item_photo_area .slick-dots li {
	width: 25%;
	height: auto;
	padding: 16px;
	margin: 0;
	float: left;
	overflow:hidden;
	vertical-align:  middle;
}
/*
	#item_photo_area .slick-dots li:nth-child(5) {
		width: 25%;
		height: auto;
		padding: 16px;
		margin: 0;
		float: none;
		clear:both;
	}
	*/
	.slick-dots li button.thumbnail {
	width: 100%;
	height: 100%;
	padding: 0;
	overflow:hidden;
}
.slick-dots li button.thumbnail img {
	width: 100%;
	height: auto;
	max-height: 300px;
	object-fit: contain;
	opacity: 0.8;
}
.slick-dots li button.thumbnail:hover img,  .slick-dots li.slick-active button.thumbnail img {
	opacity: 1;
}
.slick-dots li button.thumbnail::before {
	display: none;
}
}
/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3040;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: .5;
}
.extra-form {
	margin: 10px 0;
}
 @media only screen and (max-width: 767px) {
		#drawer .category-nav li ul {
			height: auto;
			overflow:  hidden;
			display: none;
		}
		#drawer .category-nav li ul li ul{display: none;}
		
		#drawer .category-nav li ul li {
			float: left;
			overflow: hidden;
			width: 100%;
			height: 0;
			transition: .2s;
		}
		.category-nav ul {
			display:block;
		}
		nav li {
			position: relative;
			/*display: inline-block;*/
		}
		#drawer .category-nav > li:hover > ul > li {
			overflow: visible;
			height: auto;
		}
		.category-nav > li > a {
		}
		
		#drawer .category-nav > li > ul > li:hover > ul > li {
				overflow: visible;
			height: 50px;
		
		}
 }
.header_haiso {
	width: 90%;
	clear: both;
	float: none;
	margin: 0px auto;
	padding-top: 13px;
	padding-bottom: 10px;
}
.header_haiso ul {
	border-top: 1px solid #ccc;
	height: auto;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.header_haiso ul li {
	float: left;
	width: 23%;
	border-right: 1px dashed #ccc;
	height: auto;
	overflow: hidden;
	display: block;
	padding: 1%;
}
.header_haiso ul li:last-child {
	border:0;
}
.header_haiso ul li p {
}

.newslist dt span {
    color: #111;
}
.header_logo_area .head_u_p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	.header_logo_area .header_logo {
		padding-top:5px;
	}
	.header_logo_area .head_u_p {
		display:none;
	}
	
	.header_logo_area .header_logo a img {
		width:30px;
		height:auto;
		vertical-align:  top;
		}
	#header .copy {
		display:none;
	}
	.nav_text {
		position: absolute;
		top: 23px;
		right: 11px;
		font-size: 8px;
	}
	.category-nav ul > li > a {
		background: rgba(255,255,255,0.2);
	}
	.header_logo_area .header_logo a span {
		font-size: 12px;
    line-height: 16px;
	}
	.item_name {
	font-size: 12px;
	}
	.product_item p {
	font-size: 10px;
	}
	.drawer-open #btn_menu {
	/*right: -69%;*/
	}
	.drawer-open .nav_text {
	/*right: -73%;*/
	}
	.category-nav li > a:hover {
		background:rgba(51,51,51,0.8);
	}
	
	#shopping_guide .guide_01,
	#shopping_guide .guide_02 {
		float:none;
		clear:both;
		width:100%;
	}
	#shopping_flow h3, #shopping_guide h3 {
		font-size:13px;
	}
	#shopping_guide h4 {
		font-size:12px;
		padding:5px;
		
	}
	#shopping_guide p {
		font-size:10px;
	}
	
	#shopping_guide table th {
		font-size:10px;
	}
	#shopping_guide table td {
		font-size:10px;
	}
	
}
@media only screen and (min-width: 768px) {
	#header .category-nav {
		background:#000;
	}
	#header .category-nav li ul li a {
		font-size: 14px;
	}
	.item_name {
		font-size:18px;
	}
	.product_item p {
	font-size: 17px;
	}
	#topicpath li:after {
		color:#fff;
	}
	
}
.maker_img {
	width:70px;
}
.item_price {
	font-size:24px;
}
.item_price span {
	font-size:10px;
}

.maker_p {
	font-size:10px !important;
	color:#fff !important;
}


.product_item p {
	color:#FF0;
}
.item_comment,.freearea {
	color:#FF0;
}

.normal_price {
	display:none;
}

@media only screen and (min-width: 768px) {
	 .nav_text {
		display:none;
	}
}
div.table ol li {
	color:#000;
}

#s8_Child_category .parent_title h2 {
	color:#FFCC00 !important;
}
#s8_Child_category ul.child_list li a, #s8_Child_category ul.child_list li a:link {
	color:#fff !important;
}
#s8_Child_category ul.child_list li a:hover {
	color:#F60 !important;
}

.slick-prev, .slick-next {
	top:40%;
}

.tel_link {
	position: absolute;
	top: 59px;
	right: 22px;
	line-height: 32px;
}
.tel_link p.tel_info{margin: 0;padding: 0;text-align: right;}
.tel_link p.tel_p{
	font-size: 40px;
	color: #FF0;
	margin: 0;
}
.tel_link p.tel_p span{
	font-size: 12px;
	color: #Fff;
}

@media only screen and (max-width: 767px) {
		.slick-prev, .slick-next {
			top:50%;
		}
		.news_contents {
			padding: 0;
			width:  90%;
			margin: 0px auto 20px auto;
		}
		.news_title {
			padding-right:33px;
		}

		.tel_link {
			display:none;
		}
		.product_item {
			margin-bottom: 40px;
			height:  auto !important;
			overflow:  hidden;
			padding-bottom: 30px;
		}
		#item_list .row > div.col-sm-12 > div > div {
		position:  absolute;
		bottom: 0px;
		width: 100%;
		top: inherit;
		float: none;
		}
		#item_list .row > div.col-sm-12 > div > div .btn {
			width:  100%;
			display:  block;
			font-size:10px;
		}
		#shopping_confirm .total_box dl dt {
			color:#000;
		}
		#shopping_confirm .total_box .total_amount p.total_price strong {
			color: #DE5D50;
		}
		#shopping_confirm .total_box .total_amount p.total_price {
			color:#000;
		}
		#s8_Child_category p#cat_btn a {
		background: #777 !important;
		}
		#s8_Child_category .child_body p#cat_btn a:hover, #s8_Child_category .child_body p#cat_btn a:focus {
		}
		#s8_Child_category ul.child_list li a, #s8_Child_category ul.child_list li a:link {
		color: #f90 !important;
		}
}

.main_visual {
	width:1170px;
	margin:0px auto;
}


@media only screen and (max-width: 1169px) {
	.main_visual {
		width:90%;
	}
	
}





#s8_Child_category .parent_title h2 {
	color:#fff !important;
}
#s8_Child_category ul.child_list li a, #s8_Child_category ul.child_list li a:link {
	/* color:#fff !important; */
}

@media only screen and (max-width: 768px) {
	.product_page .product_item a {
	width: 80%;
	float:  left;
	}
	.direct_cart_btn {
	position:  relative;
	width: 20%;
	float:  right;
	top: 0;
	}
}
@media only screen and (max-width: 680px) {
	.product_page .product_item a {
	width: 100%;
	clear:  both;
	position:  relative;
	}
	.direct_cart_btn {
	position:  relative;
	width: 20%;
	float:  right;
	top: 0;
	}
}