@CHARSET "UTF-8";

div.product-laxusx-guide {
    padding: 10px 15px 10px 15px;
    height: 50px;
    line-height: 20px;
    color: #3cbbb1;
    background-color: #FFFFFF;
    border: 1px solid #3cbbb1;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 16px;
}
div.product-laxusx-guide:before,
div.product-laxusx-guide:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #C7C7C7;
	border: 1px solid #3cbbb1;
	border-radius: 4px;
}
div.product-laxusx-guide:before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.product-laxusx-guide:after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* シェア */
.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: 200px;
	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);
}

@media screen and (min-width: 990px) {
	.reserve-show-detail .details,
	.reserve-show-detail2 .details {
		background-color: #FFFFFF;
		padding: 10px;
	}
	.reserve-show-detail .details ul,
	.reserve-show-detail2 .details ul {
		margin: 0 0 10px;
		padding: 0;
		padding-left: 30px;
	}
	
	.reserve-show-detail .details ul li,
	.reserve-show-detail2 .details ul li {
		color: #000000;
		list-style: none;
	}
	
	.reserve-show-detail .details ul li.title,
	.reserve-show-detail2 .details ul li.title {
		color: #007AFF;
	}
	
	.reserve-show-detail .details ul li.naiyo,
	.reserve-show-detail2 .details ul li.naiyo {
		position: relative; 
		left: 150px; 
		top: -20px; 
	}
		
	.reserve-show-detail2 .details ul li .show_hide_picture {
		text-decoration: underline;
		padding-left: 15px;
		margin: 0;
	}
	
	.reserve-show-detail2 .details ul li .add_info_picture {
		/*width: 200px;*/
		width: 95%;
		margin: 5px auto;
		display: block;
		vertical-align: bottom;
	}

}

@media screen and (min-width: 767px) and (max-width: 990px) {
     
	.reserve-show-detail .details,
	.reserve-show-detail2 .details {
		background-color: #FFFFFF;
		padding: 10px;
	}
	
	.reserve-show-detail .details ul,
	.reserve-show-detail2 .details ul {
		margin: 0 0 10px;
		padding: 0;
	}
	
	.reserve-show-detail .details ul li,
	.reserve-show-detail2 .details ul li {
		color: #000000;
		list-style: none;
	}
	
	.reserve-show-detail .details ul li.title,
	.reserve-show-detail2 .details ul li.title {
		color: #007AFF;
	}
	
	.reserve-show-detail2 .details ul li .show_hide_picture {
		text-decoration: underline;
		padding-left: 15px;
		margin: 0;
	}
	
	.reserve-show-detail2 .details ul li .add_info_picture {
		/*width: 200px;*/
		width: 95%;
		margin: 5px auto;
		display: block;
		vertical-align: bottom;
	}

}

@media screen and (min-width: 501px) and (max-width: 767px) {
	.reserve-show-detail .details,
	.reserve-show-detail2 .details {
		background-color: #FFFFFF;
		padding: 10px;
	}
	.reserve-show-detail .details ul,
	.reserve-show-detail2 .details ul {
		margin: 0 0 10px;
		padding: 0;
		padding-left: 30px;
	}
	
	.reserve-show-detail .details ul li,
	.reserve-show-detail2 .details ul li {
		color: #000000;
		list-style: none;
	}
	
	.reserve-show-detail .details ul li.title,
	.reserve-show-detail2 .details ul li.title {
		color: #007AFF;
	}
	
	.reserve-show-detail .details ul li.naiyo,
	.reserve-show-detail2 .details ul li.naiyo {
		position: relative; 
		left: 150px; 
		top: -20px; 
	}
		
	.reserve-show-detail2 .details ul li .show_hide_picture {
		text-decoration: underline;
		padding-left: 15px;
		margin: 0;
	}
	
	.reserve-show-detail2 .details ul li .add_info_picture {
		/*width: 200px;*/
		width: 95%;
		margin: 5px auto;
		display: block;
		vertical-align: bottom;
	}

}

@media screen and (max-width: 501px) {
	.reserve-show-detail .details,
	.reserve-show-detail2 .details {
		background-color: #FFFFFF;
		padding: 10px;
	}
	
	.reserve-show-detail .details ul,
	.reserve-show-detail2 .details ul {
		margin: 0 0 10px;
		padding: 0;
	}
	
	.reserve-show-detail .details ul li,
	.reserve-show-detail2 .details ul li {
		color: #000000;
		list-style: none;
	}
	
	.reserve-show-detail .details ul li.title,
	.reserve-show-detail2 .details ul li.title {
		color: #007AFF;
	}
	
	.reserve-show-detail2 .details ul li .show_hide_picture {
		text-decoration: underline;
		padding-left: 15px;
		margin: 0;
	}
	
	.reserve-show-detail2 .details ul li .add_info_picture {
		/*width: 200px;*/
		width: 95%;
		margin: 5px auto;
		display: block;
		vertical-align: bottom;
	}

}
