/* 商品詳細 */
.slide-box {
	width: 100%;
	text-align: center;
}

.slide-box ul li {
	list-style-type: none;
}

.slide-box ul li img {
	display: block;
	margin: 0 auto;
}

.brand-history-intro {
	width: 90%;
	margin: 2em auto auto;
}

h5.brand-history-intro {
	font-weight: bold;
	font-size: 1.2em;
	color: #B67C29;
	border-bottom: 1px solid #B67C29;
}

p.brand-history-intro {
	margin-bottom: 30px;
	margin-top: 0.5em;
	text-align: justify;
}

p.brand-history-intro .continue {
	color: #ABABAB;
}

.to-brands a {
	display: block;
	max-width: 600px;
	width: 90%;
	margin: 20px auto 0;
	background-color: #303335;
	color: #FFF;
	text-align: center;
	padding: 0.57em 0;
	border-radius: 4px;
	line-height: 1.94em;
}

.to-brands a span{
	font-weight: bold;
	font-size: 1.2em;
}

.choice-btn .next__btn__click:hover,
.choice-btn .next__btn__click:focus  {
    color: #FFF!important;
}

.choice-btn #favorite_name,
.choice-btn #favorite_name:hover,
.choice-btn #favorite_name:focus  {
    color: #303335!important;
}

.delivery-message {
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 10px;
	text-align: center;
	color: red;
	border: 1px solid red;
}

.delivery-message span {
	font-weight: bold;
}

.laxus-price {
	margin: 10px 0 0;
}

.laxus-price .s1 {
	display: inline-block;
	margin-right: 10px;
}

.laxus-price .s2 {
	font-size:10px;
}

.laxus-price .s3 {
	font-size: 20px
}

.laxus-price .s4 {
	font-size:10px;
}

.laxus-credit {
	width: 180px; 
		vertical-align: top;
}

@media screen and (min-width: 768px ) {
  .laxus-price br {
    display: none;
  }

}

@media screen and (max-width: 767px ) {
	.laxus-credit {
		width: 180px; 
		margin-left: 90px;
		vertical-align: top;
	}
}

.laxus-price-info {
	color: red;
	font-size: 12px;
}

.btn-box {
	width: 100%;
	margin-bottom: 20px;
	/* background-color: #F0F0F0; */
	background-color: #372423;
	/* border-radius: 4px; */
	padding: 10px;
}

.btn-box::after {
	content: "";
	display: block;
	clear: both;
}

.btn-box .btn-box-info {
	float: left;
	color: #fff;
	/* width: 55%; */
	font-size: 13px;
	margin-top: 15px;
}

.btn-box .go-to-tmp-reserve {
	width: 120px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	/* background-color: #F1C455; */
	background-color: #C70000;
	border-radius: 4px;
	float: right;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
	color: #fff;
}

.btn-box .go-to-tmp-reserve:hover {
	background-color: #CC9900;
}

.btn-box .go-to-tmp-reserve-inactive {
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A0A0A0;
	border-radius: 4px;
	float: right;
}

.panel-buttons {
	display: table;
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	table-layout: fixed;
	margin-top: 10px;
}

.panel-buttons .panel-content {
	display: table-cell;
	background-color: #F2F2F2;
	border-radius: 4px;
	padding: 0 0 5px;
	text-align: center;
	cursor: pointer;
}

.panel-buttons .panel-content img {
	width: 44px;
	display: block;
	margin: 0 auto;
}

.panel-buttons .panel-content p {
	display: inline-block;
	margin-left: 5px;
}

/* シェア */
.share-box {
	display: none;
	position: absolute;
	top: 390px;
	right: 24px;
	background-color: #E6E6E6;
	border-radius: 4px;
	width: 300px;
	box-shadow: 3px 3px 5px #A0A0A0;
	padding: 10px;
	z-index: 95;
}

.share-box::before {
	position: absolute;
	content: "";
	height: 20px;
	bottom: -10px;
	right: 76px;
	margin-left: -10px;
	width: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	box-shadow: 4px 2px 3px #A8A8A8;
	background-color: #E6E6E6;
}

.share-box .box-inner {
	background-color: #E6E6E6;
	border-radius:4px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.share-box .share-content {
	display: table;
	border-collapse: separate;
	border-spacing: 5px 10px;
	box-shadow: 2px 2px 5px #A0A0A0;
	margin: 5px 0;
	cursor: pointer;
	width: 100%;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.share-box .share-content:hover {
	background-color: #A0A0A0;
}

.share-box .share-content .share-image,
.share-box .share-content .share-comment {
	display: table-cell;
}

.share-box .share-content .share-image img {
	width: 45px;
}

.overlay {
	position: absolute;
	display: none;
	top: 0;
	width: 100%;
	z-index: 101;
	background-color: rgba(0,0,0,0.6);
}

/* お気に入り */
.favorite-box {
	display: none;
	position: absolute;
	margin: 0 auto;
	width: 750px;
	height: 500px;
	background-color: #FFFFFF;
	border-radius: 4px;
	z-index: 102;
}

.favorite-box img.like-product {
	position: absolute;
	top: 75px;
	left: 0;
	width: 350px;
	max-height: 350px;
}

.favorite-box .like-box {
	position: relative;
	z-index: 103;
	height: 500px;
	width: 100%;
	background: #FFFFFF;
	border-left: 1px solid #A0A0A0;
	text-shadow: none;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}

.favorite-box .like-box .close-box {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.favorite-box .like-box .close-box img {
	width: 100%;
}

.favorite-box .like-box h3 {
	text-align: center;
	color: #383838;
	margin: 10px 0 10px 20px;
	font-size: 22px;
	letter-spacing: 5px;
}

.favorite-box .like-box .divide-line {
	position: absolute;
	top: 134px;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #A0A0A0;
}

.favorite-box .like-box .add-new-box {
	width: 100%;
}

.favorite-box .like-box .add-new-box .attention {
	margin: 0 0 3px 2px;
}

.favorite-box .like-box .add-new-box .input-new-like {
	margin: 0;
	text-align: left;
	text-shadow: none;
	padding: 7px 10px;
	background-color: #F0F0F0;
	color: #000000;
	border: none;
	border-radius: 4px;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
}

.favorite-box .like-box .add-new-box .input-new-like:focus {
	border: 1px solid #F1C455;
}

.favorite-box .like-box .add-new-box .input-new-like:placeholder-shown {
	color: #A0A0A0;
}

.favorite-box .like-box .add-new-box .input-new-like::-webkit-input-placeholder {
	color: #A0A0A0;
}

.favorite-box .like-box .add-new-box .input-new-like:-moz-placeholder {
	color: #A0A0A0;
}

.favorite-box .like-box .add-new-box .input-new-like::-moz-placeholder {
	color: #A0A0A0;
}

.favorite-box .like-box .add-new-box .input-new-like:-ms-input-placeholder {
	color: #A0A0A0;
}

.favorite-box .like-box .add-new-box .btn-new-like {
	display: inline-block;
	width: 60px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.favorite-box .like-box .add-new-box .btn-new-like:hover {
	background-color: #CC9900;
}

.favorite-box .like-box .like-category-list {
	margin: 20px 0;
}

.favorite-box .like-box .like-category-list dl {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #A0A0A0;
	height: 80px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.favorite-box .like-box .like-category-list dl:hover {
	background-color: #F0F0F0;
}

.favorite-box .like-box .like-category-list dl:first-child {
	padding-top: 0;
}

.favorite-box .like-box .like-category-list dl:last-child {
	border: none;
	padding-bottom: 0;
}

.favorite-box .like-box .like-category-list dl::after {
	content: "";
	display: block;
	clear: both;
}

.favorite-box .like-box .like-category-list dl dt {
	float: left;
	width: 75px;
	position: relative;
}

.favorite-box .like-box .like-category-list dl dt .small-heart {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 18px;
	left: 18px;
	opacity: 0.8;
}

.favorite-box .like-box .like-category-list dl dt .btn-add-like-ctg {
	position: absolute;
	top: 35px;
	left: 200px;
	opacity: 0.8;

	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.favorite-box .like-box .like-category-list dl dt img {
	width:100%;
	vertical-align: top;
	opacity: 0.8;
}

.favorite-box .like-box .like-category-list dl dd {
	padding-left: 90px;
	padding-top: 10px;
	margin: 0;
}

.favorite-box .like-box .like-category-list dl dd p {
	margin: 0;
}

@media screen and (max-width: 767px ) {
	.favorite-box {
		width: 80%;
	}
.favorite-box .like-box {
		border-left: none;
	}
.favorite-box .like-box .like-category-list dl dt .btn-add-like-ctg {
		left: 150px;
	}
}

@media screen and (max-width: 430px ) {
	.favorite-box .like-box .divide-line {
		display: none;
	}
}

/* 商品詳細 */
dl.product-detail {
	margin: 20px 0 5px;
	background-color: #F5F5F5;
	border-radius: 4px;
	padding: 20px;
	width: 100%;
}

dl.product-detail dt {
	float: left;
	width: 110px;
	line-height: 25px;
}

dl.product-detail dd {
	padding-left: 110px;
	line-height: 25px;
}

.add-info {
	margin-bottom: 20px;
}

.add-info .show-hide-picture {
	color: #0000FF;
	cursor: pointer;
}

.add-info-picture {
	display: none;
	max-width: 300px;
	width: 100%;
	margin: 5px auto 0;
	border: 1px solid #A0A0A0;
}

.product_new_wiews {
	background-color: #FFEBb1;
	color: #40220F;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 10px 0 10px;
	text-align: center;
}

/*
.product-new-wiews-pop {
	position:fixed; 
	bottom:-50px; 
	right: -400px;
	width: 400px;
	height: 220px;
	z-index:100;

	text-align: center;
	font-size: 14px;
	background-image: url(../../img/home/product-new-wiews-pop.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 4px 0;
	color: #FFFFFF;
}

*/
.product-new-wiews-pop {
	position:fixed;
	bottom:60px;
	right: -400px;
	width: 400px;
	height: 60px;
	z-index:100;
	text-align: left;
	font-size: 16px;
	background-image: url(../../img/home/product-new-wiews-icon.png);
	background-position:2% 70% ;
	background-size: 50px;
	background-repeat: no-repeat;
	background-color: #303132;
	padding: 18px 0  0 80px ;
	/* padding: 11px 0  0 80px ;*/
	color: #FFFFFF;

    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

.product-new-wiews-pop img{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 24px

}



@media screen and (max-width: 995px ) {
	.product-new-wiews-pop {
		font-size: 14px;
	}
}

@media screen and (max-width: 590px ) {
	.product-new-wiews-pop {
		position:fixed;
		bottom:5px;
		width: 320px;
		right: -350px;
		font-size: 15px;
	}
}

/* iPhone 5 対応 */
@media only screen
    and (max-device-width:320px) {
	.product-new-wiews-pop {
		position:fixed;
		bottom:5px;
		font-size: 15px;
		width: 295px;
		right: -330px;
	}
}

/* iPhone 4s 対応 */
@media only screen
    and (max-device-width:300px) {
	.product-new-wiews-pop {
		position:fixed;
		bottom:5px;
		font-size: 14px;
		width: 270px;
		right: -310px;
	}
}

.fine-product {
    width: auto;
    padding: 0 4px;
    height: 24px;
    line-height: 22px;
    color: #F05096;
    font-size: 14px;
    border: 2px solid #F05096;
    display: inline-block;
}

.reserve-appoint {
	display: table;
	width: 100%;
}

.reserve-appoint .box-row {
	display: table-row;
	/*border-top:1px solid #828282;*/
}

.reserve-appoint .box-row .left {
	display: table-cell;
	color:#007AFF; 
	text-align:left;
	    width: 30%;
	    padding: 0 10px 15px;
}

.reserve-appoint .box-row .right {
	display: table-cell;
	text-align: left;
	    width: 70%;
}

.btn-reserved-cancel  {
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #C70000;
	border-radius: 4px;
	float: right;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
	color: #fff;
	margin:10px;
}

.btn-reserved-change  {
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	float: right;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
	margin:10px;
	border: 0;
}

.btn-reserved-change:hover {
	background-color: #CC9900;
}

.search-condition-feature_tag {
	background-color: #f0f0f0;
	margin: 10px 5px;
	padding: 2px 5px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	color: #979797;
	border-radius: 4px;
	line-height: 2;
	white-space: nowrap;
}

#page-product-detail .sp_bars .bars-black{
	display: block;
}

#page-product-detail .sp_bars.sp_bars_change .bars-black {
    display: block;
}

#page-product-detail .sp_bars .bars-white {
    display: none;
}

#page-product-detail .sp_bars.sp_bars_change .bars-white {
    display: none;
}

#page-product-detail .btn-to-bags {
	display: block;
	margin: 0 auto;
	font-size: 1.13em;
	width: 43%;
	padding: 0.47em 0;
	border-radius: 5px;
	background-color: #303335;
	line-height: 1.72em;
	text-align: center;
	color: #fcfcfc;
	cursor: pointer;
}

#page-product-detail .btn-to-bags:hover {
    color: #fcfcfc;;
}

#page-product-detail .story {
    margin-bottom: 2em !important;
}

@media screen and (max-width: 640px) {
	#page-product-detail .btn-to-bags {
		width: 90%;
	}
}

#page-product-detail .slider-for img {
	width: 80%;
	margin:0 auto;
}

#page-product-detail .slider-for div:focus{
	outline:none;
}

#page-product-detail .slider-nav {
	word-wrap: break-word;
}

#page-product-detail .slider-nav div:focus{
	outline:none;
}

#page-product-detail .slider-nav img {
	width: 80px;
	margin:0 auto;
}

#page-product-detail nav.global-menu .logo-white{
    display: none;
}

#page-product-detail nav.global-menu .logo-black{
    display: inline;
}

#page-product-detail nav.global-menu.fixed .logo-white{
    display: none;
}

#page-product-detail nav.global-menu.fixed .logo-black{
    display: block;
}