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;
}
.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;
}
.container {
	display: flow-root;
	max-width: 1060px;
	margin: 0 auto;
}
header + div {
	padding-top: 88px;
}
a:hover img {
	opacity: .7 ;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #000;
}
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: #33458a;
}
.logo {
	font-size: 20px;
	font-weight: bold;
	display: -webkit-box;
	float: left;
	overflow: hidden;
	width: 55%;
	height: 60px;
	margin: 0;
	text-overflow: ellipsis;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.icons {
	float: right;
}
li.mypage {
	display: inline-block;
	float: left;
	width: 40px;
	height: 30px;
	padding: 7px;
	background: url(https://image.raku-uru.jp/cms/yqr/img/icon-mypage.svg) no-repeat right top;
}
	li.cart {
	display: inline-block;
	float: right;
	width: 40px;
	height: 30px;
	padding: 7px;
	background: url(https://image.raku-uru.jp/cms/yqr/img/icon-cart-white.svg) no-repeat right top;
}
li.cart a {
	display: block;
	width: 100%;
	height: 100%;
}
.check-container {
	position: relative;
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	text-align: left;
}
.check-text {
	font-size: 12px;
	padding: 0 0 0 30px;
}
.check-container input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: solid 2px #c8c8c8;
	border-radius: 4px;
}
.checkmark-inactive {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: solid 2px #eee;
	border-radius: 4px;
	background: #eee;
}
.check-container:hover input ~ .checkmark {
	border: solid 2px #c8c8c8;
	border-radius: 4px;
	background-color: #fff;
}
.check-container input:checked ~ .checkmark {
	border: solid 2px #33458a;
	border-radius: 4px;
	background-color: #33458a;
}
.checkmark:after {
	position: absolute;
	display: none;
	content: '';
}
.check-container input:checked ~ .checkmark:after {
	display: block;
}
.check-container .checkmark:after {
	top: 0;
	left: 3px;
	width: 8px;
	height: 10px;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 3px 3px 0;
}
.page-title {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 12px;
	text-align: center;
	border-bottom: dotted 1px #c8c8c8;
}
.page-headline {
	float: left;
	margin-left: 21px;
}
.page-sort {
	position: relative;
	float: right;
	margin: 10px 21px 0 0;
}
.sort {
	font-size: 10px;
	float: right;
	padding-top: 16px;
	background: url(https://image.raku-uru.jp/cms/yqr/img/icon-sort-arrow.svg) no-repeat right top;
	background-size: contain;
}
.sortlist {
	position: absolute;
	right: 0;
	height: 40px;
	opacity: 0;
}
.item-list {
	width: calc( 100% - 20px );
	margin: 8px 10px 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-name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	word-break: break-all;
}
.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;
}
.variation-name {
	display: inline;
}
.variation-name:before {
	content: '(';
}
.variation-name:after {
	content: ')';
}
.item-image {
	width: 35%;
	max-width: 260px;
	text-align: center;
}
.item-image img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 260px;
}
.img-inactive {
	opacity: .3 ;
}
.item-info-key {
	font-size: 12px;
	font-weight: bold;
}
.item-info-val {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
.check-box {
	width: 10%;
	text-align: center;
}
.item-text {
	width: auto;
}
.law-text {
	font-size: 12px;
	margin:0 0 80px;
	text-align: center;
}
footer {
	position: fixed;
	z-index: 5;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	margin: 0;
	padding-top: 10px;
	border-top: solid 1px #c8c8c8;
	background: #fff;
}
.item-cancel {
	float: left;
	margin-left: 11px;
}
.item-cart {
	float: right;
	margin-right: 11px;
}
.cancel-btn {
	display: inline-block;
	float: left;
	width: 40px;
	height: 50px;
	margin-right: 2px;
	background: url(https://image.raku-uru.jp/cms/yqr/img/icon-cancel.svg) no-repeat left top;
}
.cart-quantity {
	font-size: 14px;
	/*color: #33458a;*/
	line-height: 36px;
	text-align: right;
}
.cart-quantity-msg {
	font-size: 11px;
}
.cart-btn {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	padding: 4px 20px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-style: none;
	-webkit-border-radius: 30px;
			border-radius: 30px;
	background: #33458a;
}
.cart-btn:active {
	color: #fff;
	background: #000;
}
p.txt-soldout {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	margin: 0;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0,0,0,.6);
}
.notsale-msg {
	font-size: 14px;
	margin:40px 0;
	text-align: center;
}
@media screen and (min-width:1280px) {
	.page-title {
		padding: 20px;
	}
}
