body {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.wrapper {
	position: relative;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.container {
	clear: both;
	max-width: 1060px;
	margin: 0 auto;
}
a:hover img {
	opacity: .7 ;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #000;
}
ul li {
	list-style: none;
}

/* common */
header ul {
	margin-right: 20px;
	list-style: none;
}
header {
	position: fixed;
	z-index: 5;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 14px;
	background: #000000;
}
header + div {
	padding-top: 88px;
}
.logo {
	font-size: 20px;
	font-weight: bold;
	display: -webkit-box;
	float: left;
	overflow: hidden;
	width: calc( 100% - 120px );
	max-height: 60px;
	margin: 0;
	text-overflow: ellipsis;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.logo a {
	color: #fff;
}
.icons {
	float: right;
}
	li.cart {
	display: inline-block;
	float: left;
	width: 40px;
	height: 30px;
	padding: 7px;
	background: url(https://image.raku-uru.jp/cms/smt/img/icon-cart-white.svg) no-repeat right top;
}
li.cart a {
	display: block;
	height: 100%;
}
.law-text {
	font-size: 12px;
	margin: 20px 0 20px;
	text-align: center;
}

/* specific item-list */
.main-image {
	width: 100%;
	height: auto;
	max-width: 1200px;
	margin: auto;
}
.main-image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.page-headline {
	float: left;
	margin-left: 21px;
}
.page-sort {
	float: right;
	margin: 10px 21px 0 0;
}
.sort {
	font-size: 10px;
	float: right;
	min-width: 60px;
	padding-top: 16px;
	text-align: center;
	background: url(https://image.raku-uru.jp/cms/smt/img/icon-sort-arrow.svg) no-repeat right top;
	background-size: contain;
}
.sortlist {
	position: absolute;
	height: 40px;
	opacity: 0;
}
.item-list {
	width: calc( 100% - 40px );
	margin: 0 20px;
	border-collapse: collapse;
	border: solid 3px #c8c8c8;
}
.item-list tr {
	border-collapse: collapse;
	border: solid 1px #c8c8c8;
}
.item-list td {
	padding: 20px 10px;
}
.item-image {
	width: 40%;
	text-align: center;
}
.item-image img {
	width: 108px;
}
.img-inactive {
	opacity: .3 ;
}
.item-text {
	width: auto;
}
.item-name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
}
.icn-reservation::before {
	content: "予約商品";
	width: 66px;
	height: 20px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 20px;
	margin-right: 6px;
	text-align: center;
	color: #fff;
	background: #666;
	font-weight: normal;
}
.item-info-key {
	font-size: 12px;
	font-weight: bold;
}
.item-info-val {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
.item-option {
	font-size: 12px;
	font-weight: bold;
}
.item-option-none {
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
}
.item-multiple {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0;
	padding-top: 10px;
	border-top: 2pt dotted #ccc;
}
.item-tax {
	font-size: 10px;
	margin-left: 4px;
}
.stock-left {
	font-size: 12px;
	font-weight: normal;
	float: right;
	color: #888;
}
.stock-left-none {
	font-size: 12px;
	font-weight: normal;
	float: right;
	color: #e2431c;
}
.stock-left span,
.stock-left-none span {
	padding-left: 3px;
}

/* specific item-detail */
.contents {
	margin: 10px 20px 70px;
}
.slider-box {
	max-width: 1060px;
	height: auto;
	margin: 0 auto;
}
.center_slider li img {
	-webkit-transition: .5s;
	   -moz-transition: .5s;
		 -o-transition: .5s;
			transition: .5s;
	opacity: .4;
}
.center_slider .slick-current img {
	opacity: 1;
}
.slick-box4 {
	padding: 0;
}
.slick-box4 .slick-track {
	display: flex;
	max-height: 768px;
	justify-content: center;
	align-items: center;
}
.slick-box4 .slick-track li {
	outline: none;
}
.slick-box4 .slick-initialized .slick-slider {
	margin: 0;
}
.slick-dots li:only-child {
	display: none;
}
.select-box {
	font-size: 16px;
	padding: 4px;
	border: solid 2px #c8c8c8;
}
.detail-img-size {
	max-width: 100%;
	height: auto;
	max-height: 768px;
	margin-right: auto;
	margin-left: auto;
}
.detail-item-name {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0;
}
.detail-desc {
	margin: 10px 0;
}
.detail-item {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.detail-item-none {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #ccc;
}
.txt-soldout {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	margin: 0;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0,0,0,.6);
}
.share-box {
	display: flex;
	flex-direction: row;
	height: 40px;
	margin-top: 20px;
	padding: 10px;
	border-radius: 10px;
	background: #e8dbce;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 50%;
	background-size: 220px auto;
	justify-content: space-between;
}
.share-box span {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.share-box span:first-child {
	max-width: 40%;
}
.share-box span:first-child img {
	max-width: 100%;
	max-height: 40px;
}
.share-box span:last-child {
	width: 240px;
	max-width: 60%;
	justify-content: space-around;
}
.share-box span:last-child a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.share-box span:last-child img {
	max-height: 40px;
}
footer {
	position: fixed;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	padding-top: 10px;
	border-top: solid 1px #c8c8c8;
	background: #fff;
}
.item-cancel {
	float: left;
	margin-left: 21px;
}
.item-cart {
	float: right;
	margin-right: 21px;
}
.cancel-btn {
	display: inline-block;
	float: left;
	width: 40px;
	height: 50px;
	margin-right: 2px;
	background: url(https://image.raku-uru.jp/cms/smt/img/icon-cancel.svg) no-repeat left top;
}
.cart-btn {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	padding: 4px 20px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-style: none;
	-webkit-border-radius: 30px;
			border-radius: 30px;
	background: #000000;
}
.cart-btn:active {
	color: #fff;
	background: #000;
}
@media screen and (max-width:1060px) {
	.sortlist {
		right: 0;
	}
}
@media screen and (max-width:480px) {
	.share-btn {
		width: 32px;
	}
}

/* specific notfound */
.notfound-msg {
	margin: 45px 30px;
}
.notfound-link {
	text-align: center;
}
.notfound-link a {
	text-decoration: underline;
}
.notfound-link a:hover {
	text-decoration: none;
}

/* specific close */
.close-msg {
	margin: 45px 30px;
	text-align: center;
}
