﻿@charset "utf-8";

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


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

/* ----
color: #968B4B;
---- */


body {}

.cb,.cb-user-circle{
	margin: 0px;
	padding: 0px;
	width: 0px;
}


.img_center,
.txt_center {
	text-align: center;
}
.img_right,
.txt_right {
	text-align: right;
}

/****** Base Layout Setting ********/

#header {}

#contents {background: #fff;}

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


.header_logo_area {
	margin-bottom: 28px;
}
.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: #666;}
.header_logo img{width: 112px;}
.header_logo_area h3{
	margin: 0px;
	padding: 0px;
}


.menu {
	position: relative;
	height: 60px;
	max-width: 900px;
	margin: 0 auto;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #fff;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-weight: bolder;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.menu > li {
	width: auto;
	height: 56px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	padding: 0 10px;
}

.menu > li img{width:55px;}
.menu > li a:hover {}

.menu__mega:hover {
  -webkit-transition: .2s ease;
  transition: .2s ease;
	background-color: #CCC;
}

.menu__second-level li {  border-top: 1px solid #111;}
.menu__second-level li a:hover {  background: #111;}

.menu:before,.menu:after {content: ""; display: table;}
.menu:after { clear: both;}
.menu { *zoom: 1;}

.menu__mega .menu__second-level {
	position: absolute;
	top: 50px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	border-bottom: 2px solid #000;
	line-height:35px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.menu__mega:hover .menu__second-level {
  top: 56px;
  visibility: visible;
  opacity: 1;
}
.menu__mega .menu__second-level a {
	text-decoration:none;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.menu__mega .menu__second-level > li:nth-child(3n+2) {
  margin: 0 1%;
}





#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: 65px;
}

#cart .inner {
	background: #f3f3f3;
}


/* search area */

#search {
	background: #EBEBEB;
	padding: 16px 8px;
}
#search select {
	width: 100%;
}

/* 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: #666666;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}


.front_page .more_link.text-warning {
	font-weight: bold;
	color: #666666;
}

/* news_area */

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

/* 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: -45px;
    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: 0px;
    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: 8px;
    height: 8px;
    text-align: center;
    opacity: .25;
    background-color: black;
	border-radius: 50%;

}
.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.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;
}


#item_photo_area {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	float: left;
}
#item_photo_area img {
	text-align: center;
	width: 100%;
}



#item_detail_area{
	width: 50%;
	float: left;
	font-size: 12px;
}

.price02_default{
	font-size: 16px;
	font-weight: bold;
}

.item_comment{
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 1.8em;
	}
	
.main_visual{
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.main_visual img{
	width: 100%;
}

#privacy_box,#tradelaw_wrap{
	font-size: 12px;
	color: #666666;}
	
#privacy_box a,#tradelaw_wrap a{
	color: #666666;
}


#privacy_box p{
	font-size: 12px;
	line-height: 22px;
}

#privacy_box h3{
	font-size: 12px;
}

#list_header_menu li a{
	color: #666;
	font-size: 12px;
}


.pickup_item a{}
.pickup_item a:hover,#footer_in a:hover{
	text-decoration: none;
}

#item_list_depttitle{
	width: 100%;
	margin-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
}

.banner1,.banner2,.banner3{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	
}
.banner1 img,.banner2 img,.banner3 img{width: 100%;}

#result_info_box__disp_menu,#result_info_box__order_menu {
  width: auto;
  position: relative;
  display: inline-block;
}
#result_info_box__disp_menu::after,#result_info_box__order_menu::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
#result_info_box__menu .form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: auto;
	background: transparent;
	position: relative;
	z-index: 1;
	border: 1px solid #b4b3b3;
	font-size: 10px;
	line-height: 10px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 10px;
}
select::-ms-expand {
    display: none;
}

.right_text_top {
	float: right;
}


@media (min-width:768px) {
.banner1 {
        float: left;
        width: 25%;
		height: 380px;
    }

.banner2 {
	overflow: hidden;
	float: left;
    width: 50%;
	height: 380px;
}

.banner3 {
	overflow: hidden;
	float: left;
    width: 75%;
	height: 380px;
}


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


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

#header .header_logo_area {padding-top: 0px;}
.info{height: 160px;}
#social{display: none;}

.menu {
	height:120px;
	padding-right: 0px;
	padding-left: 0px;
}

.menu > li {
	width: auto;
	height: 56px;
	line-height: 60px;
	text-align: center;
}

.menu__mega:hover .menu__second-level {
  top: 56px;
  visibility: visible;
  opacity: 1;
}

.menu__mega .menu__second-level {
	position: absolute;
	top: 60px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	border-bottom: 2px solid #000;
	line-height:35px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.main_visual{
	text-align: center;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}

.main_visual img{width: 100%;}
#item_photo_area {width: 100%;}
#item_detail_area{width: 100%;}

#footer_in{
	width: 290px;
	color: #666666;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	}

#footer_left{
	width: 250px;
	text-align: left;
	margin-bottom: 30px;
	margin-left: 10px;
	line-height: 27px;
}

#footer_right{
	float: left;
	width: 290px;
	margin-left: 0px;
	margin-bottom: 50px;
}

#footer_right ul li a{
	display: inline-block;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 270px;
	font-size: 10px;	
}


.banner1,.banner2,.banner3 {
	overflow: hidden;
	width:100%;
	margin-bottom: 20px;
}

.banner1 {height: 500px;}
.banner2 {height: 220px;}
.banner3 {height: 160px;}

.col-xs-6{height: 330px;}

}


@media only screen and (min-width : 760px ){

#header .header_logo_area {	padding-top: 20px;}
#contents {padding-top: 30px;}
#header #drawer #search {position: relative;}
#search {background: none;padding: 0;}

#member {
	/***	float: right;***/
	top: 0px;
	position: absolute;
	width: 230px;
	right: 200px;
	z-index: 1000;

	height: 22px;
	line-height: 22px;
	}

	.member ul li a{
	display: inline-block;
	float: left;
	padding-left: 20px;
	}


	#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 {
	float: right;
	min-width: 180px;
	background-color: #FFF;
	color: #000;
	}
	#cart_area p.cart-trigger {
		position: relative;
		right: 0;
	}
	#cart_area .inner {
		min-width: 180px;
	}
	#cart_area .cart_price {
		font-size: 12px;
	}
	#cart_area .cart_price .price {
		font-size: 12px;
	}


	/* --------------------------------
		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 {
        padding-top: 0;
        padding-bottom: 0;    }

	#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: 33.33333333%; height: auto;
		padding: 16px;
		margin: 0;
		float: right;
	}

	.slick-dots li button.thumbnail {
		width: 100%; height: auto;
		padding: 0;
	}
	.slick-dots li button.thumbnail img {
		width: 100%; height: auto;
		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;
	}
	
#category{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

}


@media only screen and (max-width: 320px) {
#header .header_logo_area img{width: 65%;}
}



/* --------------------------------
    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;}




.fNav__title {
  *font-size: small;
  *font: x-small;
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 1.231;
	font-weight: bold;
}

.fNav__title a span{
    font-size: 1.5em;
    letter-spacing: 1.5px;
}

.fNav__title a{
  opacity: 1;
  color:#666666;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.fNav__title a:hover{
  opacity: 0.6;
  text-decoration:none;
}


.item_detail h3{
	padding: 0px;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bolder;
}


hr{
	width: 20px;
	margin-top: 15px;
	margin-right: 80%;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}



.pickup_item{margin-bottom: 30px;}

.heading03{
	font-size: 10px;
	color: #666;
	margin-bottom: 15px;
}
.product_item{
	float: left;
	width: 21%;
	margin-left: 2%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
}

.item_name{
	padding: 0;
	font-size: 11px;
	font-weight: bolder;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.item_price{
	padding: 0;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-weight: bold;
}


.item_pattern{
	font-size: 10px;
	margin-bottom: 20px;
}

.icon{
	margin: 0px;
	padding: 0px;
	height: 30px;
}

.title{font-size: 16px;}

.form-group p{font-size: 10px;}

.btn_group{
	font-weight: lighter;
	text-align: center;
	font-size: 10px;
}


#detail_description_box__name{
	color: #666;
	font-size: 15.5px;
	margin-bottom: 25px;
}

#detail_not_stock_box__description_detail{
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 20px;
}

#detail_description_box__sale_point{
	font-size: 10px;
	padding-top: 10px;
}
#detail_description_box__sale_point span.small{
	font-size: 80%;
}

#mente{width: 100%;}
#mente{
	border: 5px solid #999;
	text-align: center;
	color: #999;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
#mente h3{font-size: 14px;}
#mente p{font-size: 11px;line-height: 1.8em;}
