@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: #525263;
	-webkit-text-size-adjust: 100%;
}

.img_center,
.txt_center {
	text-align: center;
}
.img_right,
.txt_right {
	text-align: right;
}
button{ outline: none; appearance: none; border :none;}
input[type="submit"]::-moz-focus-inner{
    border :none;
}

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

#header {
	background: #fff;
	height: 115px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #fff), color-stop(1, #f5f5f5));
    background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0.75, #fff), color-stop(1, #f5f5f5));
    background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background: -ms-linear-gradient(top, #ffffff, #f5f5f5);
    background: -o-linear-gradient(top, #ffffff, #f5f5f5);
	border-bottom: 1px solid #fff;
    box-shadow: 0 2px 5px 0 rgba(38, 38, 38, 0.2);
}
#contents {
	background: #f6f6f6;
}

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


.header_logo_area {

	margin-right: 100px;
    width: 250px;
    float: left;
}
.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;
}
.member.pc{
	float:right
}


/****** 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: 65px;
	border: 1px solid #D9D9D9;
    float: right;
    min-width: 270px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 13px;
		position: relative;
    right: 0;
}
#cart_area .cart_price .price {
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #f00;
}

#cart .inner {
	background: #fff;
	max-width: 350px;
	box-shadow: 0 2px 5px 0 rgba(38, 38, 38, 0.2);
}
#cart_area .btn{
	    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0;
}
#cart_area .btn.btn-primary{
	    background-color: #ff6d025c;
}


/* search area */

#search {
	/*background: #EBEBEB;
	padding: 16px 8px;*/
    background: none;
    padding: 0;
}
#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;
	display:block;
}
.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: 0.95rem;
}
.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;
	
	font-size: 23px;
    font-weight: bold;
    width: 100%;
    margin: 0;
    line-height: 32px;
    /* border-bottom: 1px solid #ccc; */
    padding-top: 6px;
    padding-bottom: 6px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #525263), color-stop(1, #333));
        padding-left: 5px;
    color: #fff;
    border-radius: 4px;
    border-left: 6px solid #ff6d02;
    margin-top: 12px;
    margin-bottom: 12px;
}
#news_area  a#news_readmore{
display: block;
    float: right;
    font-size: 14px;
    background-color: #fff;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* 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: 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: .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;
    line-height: 400px;
    background-color: #fff;
}
#item_photo_area .slick-slide img {
	display: inline-block;
}

/******詳細ブランド*/
#catContBox .box.BrandHead{ border:none; padding: 0; width:100%;}
.BrandHead p{
border: 2px solid #ccc;
    border-radius: 5px;
    text-align: center;
    padding: 0.6%;
    width: 11%;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin-left: 1%;
		cursor:pointer;
}
.BrandHead p a{ display:block; }
body.brand_page .brandTitle{
    /*background-color: #fff;*/
    padding: 7px;
    font-size: 18px;
		line-height: 26px;
    font-weight: bold;
    border-radius: 3px;
		position:relative;
		margin-bottom:12px;
		cursor:pointer;
		padding-left:12px;
}
body.brand_page .BrandView .brandTitle{
	background-color: #fff;
}
body.brand_page .brandTitle::after {
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    border: #515151 2px solid;
    border-width: 2px 2px 0 0;
    content: "";
    position: absolute;
    top: 45%;
    right: 19px;
    margin-top: -3px;
		-webkit-transform: rotate(135deg);
}
body.brand_page .brandOutbox{
	display:none;
}
body.brand_page .brandOutbox.On{
	display:block;
}
body.brand_page .brandBox{
	width: 24%;
	margin-left: 0.25%;
	margin-right: 0.25%;
	display: inline-block;
	background-color: #fff;
	margin-bottom: 1%;
	box-shadow: 0 2px 5px 0 rgba(38, 38, 38, 0.065);
}
body.brand_page .brandBox .img{
	margin:0;
	height: 150px;
	line-height: 150px;
}
body.brand_page .brandBox .img img{
	width:100%;
	max-width:200px;
	text-align:center;
	max-height: 150px;
}
body.brand_page .brandBox .name{
	margin:0;
	text-align:center;
	font-size:13px;
	padding:7px;
}
body.brand_page .BrandView .brandBox .name{
	font-weight: bold;
	color:#F63;
}



/******************************
	Suggest
*******************************/
/*
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.easy-autocomplete-container{
	top: 33px;
	box-shadow: 0 2px 5px 0 rgba(38, 38, 38, 0.2);
}
.easy-autocomplete {
    position: relative;
    margin-left: -16px;
    padding-left: 12px;
		width:457px;
		font-family: Arial,Meiryo,sans-serif;
}*/
.ui-autocomplete{
margin-left: -32px;
    width: 446px !important;
    font-size: 15px;
		margin-top:-2px;
		box-shadow: 0 2px 5px 0 rgba(38, 38, 38, 0.2);
		font-family: Arial,Meiryo,sans-serif;
		position: fixed;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: none;
    color: #333333;
    background-color: #fff;
}
.state-focus, 
.ui-widget-content .ui-state-focus{
		border: 1px solid #eee;
    background: no-repeat;
    /*font-weight: bold !important;*/
    color: #C60;
    background-color: #eee;
}



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