@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
/***********
 * common
 ***********/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
}

html,
body {
	height: 100%;
}

/* 通常文字色 */

body {
	font-size: 14px;
	color:#333;
	/* 通常文字色 */
	background:#fff ;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

ul,
ul li {
	list-style: none;
}

/* a リンク文字色 */

a,
a:visited {
	text-decoration: none;
}

input[type='text'],
input[type='password'] {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	border: #d1d1d1 solid 1px;
}
@media all and (-ms-high-contrast: none) {
	/* IE専用 */
	#side input[type='text']{
		height: 38px;
	}
}
input[type='checkbox'] {
	margin-right: 4px;
}

textarea {
	width: 100%;
	border: #d1d1d1 solid 1px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: middle;
	border: none;
}

img {
	max-width: 100%;
	word-break: normal;
	border: none;
}

b {
	font-weight: bold;
}

pre {
	white-space: pre-wrap;
}

ul.list1 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}

ul.list1 li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 9px;
	height: 18px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-list.png);
	background-repeat: no-repeat;
	background-size: cover;
}

ul.list2 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}

ul.list2 li:before {
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 5px;
	background-color: #666;
}


/***********
 * layout
 ***********/
.contents {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 38px 0 0;
	display: flex;
	justify-content: space-between;
}

/***********
 * clearfix
 ***********/

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}


/***********
 * header
 ***********/

#header {
	width: 100%;
	box-shadow: 1px 1px 8px rgba(0,0,0,.3);
}

.gnav-sp {
	display: none;
}

.header-top {
	padding: 0 10px;
	color: #fff;
	background-color: #333;
}

.header-top ul {
	float: right;
	height: 30px;
}

.header-top ul li {
	font-size: 14px;
	line-height: 30px;
	float: left;
	margin-left: 12px;
}

.header-top ul li a {
	position: relative;
	color: #fcfcfc;
}

.header-top ul li a.entry {
	padding-left: 18px;
}

.header-top ul li a.entry:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 11px;
	height: 16px;
	margin-top: -15px;
	content: '\e929';
	font-family: "icomoon";
	background: none;
}

.header-top ul li a.mypage {
	padding-left: 20px;
}

.header-top ul li a.mypage:before {
	position: absolute;
	top: 50%;
	left: 3px;
	display: inline-block;
	width: 14px;
	height: 16px;
	margin-top: -15px;
	content: '\e90a';
	font-family: "icomoon";
	background: none;
}

.header-top ul li a.logout {
	padding-left: 20px;
}

.header-top ul li a.logout:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 16px;
	margin-top: -15px;
	content: '\e931';
	font-family: "icomoon";
	background: none;
}

.header-top ul li a.cart {
	padding-left: 22px;
}

.header-top ul li a.cart:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 18px;
	height: 16px;
	margin-top: -15px;
	content: '\e919';
	font-family: "icomoon";
	background: none;
}

.header {
	display: table;
	width: 100%;
}

.header-bottom {
	position: relative;
	display: table-cell;
	height: 76px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}

.header-bottom .logo {
	text-align: center;
}

.header-bottom .logo img {
	width: auto;
	height:auto;
	max-width: 200px;
	max-height: 200px;
	margin: 9px 0;
	vertical-align: middle;
}

.header-bottom .logo h1 a,
.header-bottom .logo h1 a:hover {
	color:#666;
}

.header-bottom .logo h1 .logo-text {
	font-size:13px;
	display: -webkit-box;
	overflow:hidden;
	max-width:480px;
	max-height:160px;
	margin:auto;
	color: #333;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.header-menu-sp,
.header-search-sp {
	display: none;
}

.header-search {
	position: absolute;
	top: calc(50% - 15px);
	right: 10px;
}

.header-search-form {
	position: relative;
}

.header-search input[type=text] {
	font-size: 14px;
	line-height: 35px;
	display: inline-block;
	width: 250px;
	height: 37px;
	padding: 0 60px 0 20px;
	border: 1px solid #dcdcdc;
	border-radius: 19px;
	outline: 0 none;
    background-color: #f5f5f5;
}

.header-search-form-btn {
	line-height: 37px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	overflow: hidden;
	width: 48px;
	padding: 0;
	cursor: pointer;
	text-align: center;
	border: none;
	-webkit-border-radius: 0;
			border-radius: 0 19px 19px 0;
	background: none;
	background-color: #e4e4e4;
	-webkit-appearance: none;
}

.search-btn {
	padding: 8px 10px;
	vertical-align: middle;
}

@media only screen and (max-width: 600px) {
	#header {
		position: relative;
		width: 100%;
		box-shadow: none;
	}
	.gnav-pc {
		display: none;
	}
	.gnav-sp {
		display: block;
	}
	.header-top {
		width: 100%;
		min-height: 0;
		padding: 0;
		color: #fcfcfc;
		border-bottom: #fcfcfc solid 1px;
		background-color: #333;
	}
	.header-top ul {
		display: table;
		float: none;
		width: 100%;
		height: 44px;
	}
	.header-top ul li {
		font-size: 10px;
		line-height: 30px;
		display: table-cell;
		float: none;
		width: 33.33%;
		margin-left: 0;
		text-align: center;
	}
	.header-top ul li a {
		position: relative;
		display: block;
		width: 100%;
		height: 44px;
		padding-top: 18px;
		color: #fcfcfc;
	}
	.header-top ul li a.entry {
		padding-left: 0;
	}
	.header-top ul li a.entry:before {
		position: absolute;
		top: 1px;
		left: 50%;
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-top: 0;
		margin-left: -8px;
		font-size: 15px;
		content: '\e929';
		font-family: "icomoon";
		background: none;
	}
	.header-top ul li a.mypage {
		padding-left: 0;
	}
	.header-top ul li a.mypage:before {
		position: absolute;
		top: 0;
		left: 50%;
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-top: 0;
		margin-left: -8px;
		font-size: 14px;
		content: '\e90a';
		font-family: "icomoon";
		background: none;
	}
	.header-top ul li a.logout {
		padding-left: 0;
	}
	.header-top ul li a.logout:before {
		position: absolute;
		top: 0;
		left: 50%;
		display: inline-block;
		width: 15px;
		height: 16px;
		margin-top: 0;
		margin-left: -8px;
		font-size: 14px;
		content: '\e931';
		font-family: "icomoon";
		background: none;
	}
	.header-top ul li a.cart {
		padding-left: 0;
	}
	.header-top ul li a.cart:before {
		position: absolute;
		top: 2px;
		left: 50%;
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-top: 0;
		margin-left: -10px;
		font-size: 15px;
		content: '\e919';
		font-family: "icomoon";
		background: none;
	}
	.header {
		display: table;
		width: 100%;
	}
	.header-bottom {
		position: relative;
		display: block;
		min-height: 47px;
		max-height: 100%;
		height: auto;
		padding: 0 0;
		text-align: center;
		vertical-align: middle;
		box-shadow: 1px 1px 8px rgba(0,0,0,.3);
	}
	.header-bottom .row {
		min-height: 47px;
		padding-top: 7px;
	}
	.header-bottom .logo {
		min-height: 30px;
		text-align: center;
	}
	.header-bottom .logo img {
		margin-top: 8px;
		margin-bottom: 8px;
		vertical-align: top;
	}
	.header-bottom .logo h1 {
		font-size: 18px;
		line-height: 30px;
		overflow: hidden;
		max-width: calc(100% - 80px);
		min-height: 30px;
		margin-left: 40px;
	}
	.header-menu-sp {
		position: absolute;
		top: 9px;
		left: 10px;
		display: block;
		width: 28px;
	}
	.header-menu-sp img {
		width: 100%;
		height: auto;
	}
	.header-search-sp {
		position: absolute;
		top: 12px;
		right: 10px;
		display: block;
		width: 22px;
	}
	.header-search-sp img {
		width: 100%;
		height: auto;
	}
	.header-search {
		position: absolute;
		z-index: 999;
		top: 47px;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		padding: 15px 0;
		background-color: rgba(0, 0, 0, .7);
	}
	.header-search.jq-show {
		display: block;
	}
	.header-search-form {
		position: relative;
		width: 72%;
		margin: 0 auto;
	}
	.header-search input[type=text] {
		font-size: 16px;
		line-height: 33px;
		display: inline-block;
		width: 100%;
		height: 33px;
		padding: 0 50px 0 12px;
		border: 1px solid #dcdcdc;
		border-radius: 17px;
		outline: 0 none;
		background-color: #f5f5f5;
	}
	.header-search-form-btn {
		line-height: 33px;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		overflow: hidden;
		width: 45px;
		padding: 0;
		cursor: pointer;
		text-align: center;
		border: none;
		-webkit-border-radius: 0;
				border-radius: 0 17px 17px 0;
		background: none;
		background-color: #e4e4e4;
		-webkit-appearance: none;
	}
	.search-btn {
		padding: 5px 8px;
		vertical-align: middle;
	}
}


/***********
 * footer
 ***********/

#footer {
	width: 100%;
}

.footer-top {
	width: 100%;
	padding: 40px 0;
	background-color: #d2d2d2;
}

.footer-logo {
	float: left;
	width: 340px;
}

.footer-logo img {
	width: auto;
	height:auto;
	max-width: 200px;
	max-height: 200px;
}

.footer-shoppingguide {
	float: right;
	width: 760px;
}

.footer-shoppingguide h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	display: inline-block;
	width: 186px;
	height: 32px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 1px;
	border: #000 solid 1px;
}

.footer-shoppingguide ul {
	width: 630px;
}

.footer-shoppingguide ul li {
	font-size: 14px;
	float: left;
	margin-right: 22px;
	margin-bottom: 10px;
}

.footer-shoppingguide ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

.footer-bottom {
	line-height: 48px;
	width: 100%;
	height: 58px;
	background-color: #fcfcfc;
}

.footer-bottom2 {
	line-height: 48px;
	width: 100%;
	height: 48px;
	background-color: #f3f3f3;
}

.copyright {
	font-size: 14px;
	float: left;
	padding-top: 5px;
}

.sns li {
	display: inline-block;
	width: 25px;
	margin-left: 15px;
}

.sns li img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 600px) {
	#footer {
		width: 100%;
	}
	.footer-top {
		width: 100%;
		padding: 30px 0 25px;
		background-color: #d2d2d2;
	}
	.footer-logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer-shoppingguide {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer-shoppingguide h3 {
		font-size: 16px;
		font-weight: normal;
		line-height: 30px;
		display: inline-block;
		width: 180px;
		height: 32px;
		margin-bottom: 20px;
		text-align: center;
		letter-spacing: 1px;
		border: #000 solid 1px;
	}
	.footer-shoppingguide ul {
		width: 100%;
		text-align: left;
		border-top: #ededed solid 1px;
	}
	.footer-shoppingguide ul li {
		font-size: 13px;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		border-bottom: #ededed solid 1px;
	}
	.footer-shoppingguide ul li a {
		position: relative;
		display: block;
		width: 100%;
		padding: 12px 10px;
	}
	.footer-shoppingguide ul li a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		width: 9px;
		height: 14px;
		margin-top: -7px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-nav02_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.footer-bottom {
		line-height: 1.4;
		width: 100%;
		height: auto;
		padding: 30px 0 20px;
		background-color: #fcfcfc;
	}
	.footer-bottom2 {
		line-height: 1.4;
		width: 100%;
		height: auto;
		padding: 30px 0 20px;
		background-color: #f3f3f3;
	}
	.copyright {
		font-size: 10px;
		float: none;
		text-align: center;
		word-break: break-word;
	}
	.sns {
		float: none;
		margin-top: 0;
		margin-bottom: 25px;
		text-align: center;
	}
	.sns li {
		display: inline-block;
		width: 27px;
	}
	.sns li img {
		width: 100%;
		height: auto;
	}
}


/***********
 * main
 ***********/

.main-contents{	
	flex: 1;
	padding-bottom: 50px; 
}

@media only screen and (max-width: 600px) {
	.main-contents {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
	.main {
		float: none;
		width: 100%;
	}
}


/* main-image */

#main-image {
	position: relative;
	width: 785px;
	text-align: center;
	background-color: #d9d9d9;
}

#main-image + div {
	border-top: none;
}

#main-image img {
	max-width: 100%;
	max-height: 100%;
}

.main-image-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 785px;
	height: auto;
	margin: 0 auto 40px;
}

.main-image-slider > ul {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
	height: 336px;
}

.main-image-slider > ul > li {
	display: inline;
	float: left;
	overflow: hidden;
	width: 785px;
	height: 336px;
	list-style-type: none;
}

.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.main-image-prev {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-next {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-prev a,
.main-image-next a {
    display: block;
    height: 100%;
}

.main-image-indicator {
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 10px;
	left: 0;
}

.main-image-indicator ul {
	text-align: center;
}

.main-image-indicator ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	opacity: .6;
	border: #fff solid 1px;
	border-radius: 50%;
	background-color: none;
}

.main-image-indicator ul li.active {
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	#main-image {
		position: relative;
		width: 100%;
		margin-top: 5px;
		text-align: center;
		background-color: #f5f5f5;
	}
	#main-image img {
		max-width: 100%;
		max-height: 100%;
	}
	.main-image-slider {
		position: relative;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.main-image-slider > ul {
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		display: inline-block;
		overflow: hidden;
		height: 336px;
	}
	.main-image-slider > ul > li {
		display: inline;
		float: left;
		overflow: hidden;
		width: 100%;
		height: 336px;
		list-style-type: none;
	}
	.main-image-indicator {
		position: absolute;
		z-index: 999;
		right: 5px;
		bottom: 5px;
	}
	.main-image-indicator ul {
		text-align: center;
	}
	.main-image-indicator ul li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		opacity: .6;
		border: #fff solid 1px;
		border-radius: 50%;
		background-color: none;
	}
	.main-image-indicator ul li.active {
		background-color: #fff;
	}
}


/* ttl */

.ttl {
	margin-bottom: 24px;
	text-align: center;
}

.ttl h2 {
	font-size: 24px;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 6px;
	color: #333;
}

.ttl h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 24px;
	height: 1px;
	margin-left: -12px;
	content: '';
	background-color: #000;
}

.ttl h3 {
	font-size: 24px;
	font-weight: normal;
	font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.ttl2 {
	margin-bottom: 46px;
	text-align: center;
}

.ttl2 h2 {
	font-size: 24px;
	position: relative;
	padding-bottom: 2px;
}

.ttl2 h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 24px;
	height: 1px;
	margin-left: -12px;
	content: '';
	background-color: #000;
}

@media only screen and (max-width: 600px) {
	.ttl {
		margin-bottom: 16px;
		text-align: center;
	}
	.ttl h2 {
		font-size: 20px;
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 6px;
	}
	.ttl h2:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: inline-block;
		width: 24px;
		height: 1px;
		margin-left: -12px;
		content: '';
		background-color: #000;
	}
	.ttl h3 {
		font-size: 16px;
	}
	.ttl2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.ttl2 h2 {
		font-size: 20px;
		position: relative;
		padding-bottom: 2px;
	}
	.ttl2 h2:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: inline-block;
		width: 24px;
		height: 1px;
		margin-left: -12px;
		content: '';
		background-color: #000;
	}
}


/* product-list */

.product-list {
	margin-bottom: 10px;
}

.product-list-item {
	float: left;
	width: 185px;
	margin-right: 15px;
	padding-bottom: 40px;
}

.product-list-item:nth-child(4n) {
	margin-right: 0;
}

.product-list-item:nth-child(4n-3) {
	clear: both;
}

.product-list-item .product-list-photo {
	position: relative;
	width: 185px;
	max-height: 185px;
	margin-bottom: 15px;
}

.product-list-item .product-list-photo img {
	display: block;
	max-width: 185px;
	max-height: 185px;
	width: auto;
	height: auto;
	margin: auto;
	/*border: #d0d0d0 solid 1px;*/
}

.product-list-item .product-list-name {
	font-size: 15px;
	position: relative;
	margin-bottom: 15px;
  font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  background-color: #fff;
  line-height: 1.4;
}

.product-list-item .product-list-price {
	font-size: 14px;
	line-height: 1.2;
font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.product-list-item .product-list-nonstock {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	margin-top: 2px;
	margin-right: 6px;
	padding: 0 3px;
	text-align: center;
	color: #f33;
	background: #fff;
}

.product-list-tax {
	display: inline-block;
	font-size: 11px;
	margin-left: 5px;
}

@media only screen and (max-width: 769px) {
	.product-list {
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.product-list-item {
		float: left;
		width: 50%;
		margin-right: 0;
		padding: 0 5px 40px;
	}
	.product-list-item:nth-child(2n-1) {
		clear: both;
	}
	.product-list-item .product-list-photo {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 9px;
	}
	.product-list-item .product-list-photo img {
		max-width: 100%;
		height: auto;
	}
	.product-list-item .product-list-name {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 15px;
		font-family: inherit;
	}
	.product-list-item .product-list-price {
		font-size: 13px;
		line-height: 1.2;
		font-family: inherit;
	}
	.product-list-tax{
		font-size: 11px;
		margin-left: 3px;
	}
}


/* ranking icon */

.icn-rank {
	font-size: 16px;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	display: block;
	width: 54px;
	height: 54px;
	color: #717171;
}

.icn-rank span {
	position: absolute;
	z-index: 99;
	top: 5px;
	left: 10px;
}

.icn-rank:before {
	position: absolute;
	z-index: 90;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 54px 54px 0 0;
	border-style: solid;
	border-color: #ececec transparent transparent transparent;
}

.icn-rank1 {
	color: #fcfcfc;
}

.icn-rank1:before {
	border-color: #dccd1b transparent transparent transparent;
}

.icn-rank2 {
	color: #fcfcfc;
}

.icn-rank2:before {
	border-color: #6a6a6a transparent transparent transparent;
}

.icn-rank3 {
	color: #fcfcfc;
}

.icn-rank3:before {
	border-color: #833716 transparent transparent transparent;
}

@media only screen and (max-width: 600px) {
	.icn-rank {
		font-size: 16px;
		position: absolute;
		z-index: 99;
		top: 0;
		left: 0;
		display: block;
		width: 50px;
		height: 50px;
	}
	.icn-rank span {
		position: absolute;
		z-index: 99;
		top: 5px;
		left: 10px;
	}
	.icn-rank:before {
		position: absolute;
		z-index: 90;
		top: 0;
		left: 0;
		display: block;
		width: 0;
		height: 0;
		content: '';
		border-width: 50px 50px 0 0;
		border-style: solid;
	}
}


/* btn-area */

.btn-area {
	margin-bottom: 20px;
	text-align: center;
}

.btn-area .btn {
	font-size: 16px;
	font-weight: normal;
	line-height: 44px;
	position: relative;
	display: inline-block;
	width: 152px;
	height: 44px;
	text-align: center;
	color: #fcfcfc;
	background-color: #666;
}

.btn-area .btn span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-area a.btn-back span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.btn-area {
		margin-bottom: 30px;
		text-align: center;
	}
	.btn-area .btn {
		font-size: 16px;
		font-weight: normal;
		line-height: 44px;
		position: relative;
		display: inline-block;
		width: 152px;
		height: 44px;
		text-align: center;
		color: #fcfcfc;
		background-color: #666;
	}
	.btn-area .btn span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 9px;
		height: 16px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.btn-area a.btn-back span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 9px;
		height: 16px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-back_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* top-newarrival */

#top-newarrival {
	padding-top: 36px;
	border-top: #d0d0d0 solid 1px;
}

.main > div#top-newarrival:first-child {
	border-top: none;
}

@media only screen and (max-width: 600px) {
	#top-newarrival {
		padding-top: 30px;
	}
}


/* top-ranking */

#top-ranking {
	padding-top: 36px;
	border-top: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 600px) {
	#top-ranking {
		padding-top: 30px;
		border-top: #d0d0d0 solid 1px;
	}
}


/* top-salesranking */

#top-salesranking {
	padding-top: 36px;
	border-top: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 600px) {
	#top-salesranking {
		padding-top: 30px;
		border-top: #d0d0d0 solid 1px;
	}
}


/* top-news */

#top-news {
	padding-top: 36px;
}

@media only screen and (max-width: 600px) {
	#top-news {
		padding-top: 30px;
		border-top: #d0d0d0 solid 1px;
	}
}


/* news-list */

.news-list {
	margin-bottom: 20px;
}

.news-list dl {
	display: table;
	width: 100%;
}

.news-list dl dt {
	font-size: 14px;
	display: table-cell;
	width: 115px;
	padding: 10px 0;
}

.news-list dl dd {
	font-size: 14px;
	display: table-cell;
	padding: 10px 0;
}

.news-list dl dd a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.news-list {
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.news-list dl {
		display: block;
		width: 100%;
	}
	.news-list dl dt {
		font-size: 12px;
		display: block;
		width: 100%;
		margin-bottom: 4px;
		padding: 0 0 0 6px;
	}
	.news-list dl dd {
		font-size: 12px;
		display: block;
		margin-bottom: 18px;
		padding: 0;
	}
}


/* top-shop-message */

#top-shop-message1 {
	margin-top: 30px;
}

#top-shop-message2 {
	margin-top: 30px;
}

@media only screen and (max-width: 600px) {
	#top-shop-message1 {
		margin-bottom: 30px;
		padding: 0 10px;
	}

	#top-shop-message2 {
		padding: 0 10px;
	}
}


/* item-detail */

.item-detail-left {
	float: left;
	width: 360px;
}

.item-detail-right {
	float: right;
	width: 406px;
}

.item-detail-photo {
	position: relative;
	overflow: hidden;
	width: 360px;
	height: 360px;
	margin-bottom: 10px;
}

.item-detail-photo ul li {
	display: none;
	float: left;
	width: 360px;
}

.item-detail-photo ul li.active {
	display: block;
}

.item-detail-photo img {
	display: block;
	max-width: 360px;
	max-height: 360px;
	width: auto;
	height: auto;
	margin: auto;
	/*border: #d0d0d0 solid 1px;*/
}

.item-detail-photo-backbtn,
.item-detail-photo-nextbtn {
	display: none;
}

.item-detail-zoom {
	margin-bottom: 20px;
	text-align: center;
}

.item-detail-zoom a {
	position: relative;
	padding-left: 30px;
}

.item-detail-zoom a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-zoom.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-thumb {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-thumb-photo {
	float: left;
	width: 65px;
	margin-right: 8px;
}

.item-detail-thumb-photo img {
	max-width: 100%;
	max-height: 65px;
	border: #d0d0d0 solid 1px;
}

.item-detail-thumb-photo:nth-child(5n) {
	margin-right: 0;
}

.item-detail-thumb-photo:nth-child(5n+1) {
	clear: left;
}

.item-detail-info {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: #d0d0d0 solid 1px;
}

.item-detail-info2 {
	width: 100%;
	margin-bottom: 15px;
}

.item-detail-info dl, .item-detail-info2 dl {
	display: table;
	width: 100%;
}

.item-detail-info dl dt, .item-detail-info2 dl dt {
	display: table-cell;
	width: 120px;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-info dl dd, .item-detail-info2 dl dd {
	display: table-cell;
	padding: 3px;
}

.item-detail-category {
	font-size: 14px;
	margin-bottom: 16px;
}

.item-detail-name {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-detail-vari,
.item-detail-spec {
	margin-bottom: 20px;
}

.item-detail-vari-price dl dt {
	display: none;
}

.item-detail-vari-price-num {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

.raku-item-no-stock {
	color: #f33;
}

.item-detail-cart {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: #d0d0d0 solid 1px;
}

.item-detail-cart p {
	font-size: 14px;
	margin-bottom: 10px;
}

.item-detail-inputtext input {
	font-size: 16px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	padding: 0 8px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
}

.item-detail-select {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.item-detail-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #f5f5f5;
}
.item-detail-select::before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.item-detail-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 45px 0 15px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.item-detail-cart-vari-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #f5f5f5;
}

.item-detail-cart-vari-select label:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.item-detail-cart-vari-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

select::-ms-expand {
	display: none;
}

/* radio */
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}
.item-detail-cart-vari-radio div {
	margin-bottom: 5px;
}
.item-detail-cart-vari-radio input {
	width: 0;
	opacity: .0;
}
.item-detail-cart-vari-radio input + label {
	max-width: 100%;
	font-size: 18px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.item-detail-cart-vari-radio input + label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	content: '';
	border: 1px solid #d0d0d0;
	border-radius: 50%;
}
.item-detail-cart-vari-radio input:checked + label::after {
	position: absolute;
	top: 2px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	content: '';
	border-radius: 50%;
	background-color: #666;
}

.item-detail-num-count {
	font-size: 0;
	display: flex;
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-num-plus {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.item-detail-num-plus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	color: #fcfcfc;
	background-color: #ccc;
}

.item-detail-num-minus {
	font-size: 14px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.item-detail-num-minus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	color: #fcfcfc;
	background-color: #ccc;
}

.item-detail-num {
	height: 55px;
	margin-right: 12px;
	padding: 0;
	vertical-align: middle;
}

.item-detail-num input[type=number] {
	font-size: 14px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	border: solid 1px #ccc;
	-moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-inner-spin-button,
.item-detail-num input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.item-detail-num-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #f5f5f5;
}

.item-detail-num-select label:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.item-detail-num-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.item-detail-cart-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-cart-btn a {
	font-size: 20px;
	line-height: 55px;
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #fcfcfc;
	background-color: #666;
}

.item-detail-cart-btn a span {
	position: relative;
}

.item-detail-cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: -46px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: '';
	vertical-align: middle;
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-txt {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #d0d0d0 solid 1px;
}

.item-detail-txt p {
	font-size: 13px;
	padding: 3px;
}

.item-detail-share {
	width: 100%;
	padding-bottom: 20px;
}
.item-detail-share dl {
	display: table;
	width: 100%;
}
.item-detail-share dl dt {
	display: table-cell;
	display: none;
	width: 90px;
	padding: 3px;
	vertical-align: middle;
}
.item-detail-share dl dd {
	display: table-cell;
	padding: 3px;
	vertical-align: middle;
}
.item-detail-share dl dd ul li {
	float: left;
	width: 24px;
	margin-right: 20px;
}
.item-detail-share dl dd ul li img {
	width: 100%;
	height: auto;
}
.item-comment {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: #d0d0d0 solid 1px;
}

.item-comment h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-comment p {
	font-size: 13px;
}

.item-comment table {
	width: 100%;
}

.item-comment table tr th {
	font-size: 13px;
	font-weight: normal;
	width: 180px;
	padding: 4px 12px;
	text-align: left;
}

.item-comment table tr td {
	font-size: 13px;
	padding: 4px 12px;
	text-align: left;
}

.item-comment table tr:nth-child(2n-1) th,
.item-comment table tr:nth-child(2n-1) td {
	background-color: #eee;
}

@media only screen and (max-width: 600px) {
	.item-detail {
	}
	.item-detail-left {
		float: none;
		width: 100%;
	}
	.item-detail-right {
		float: none;
		width: 100%;
	}
	.item-detail-photo-main {
		position: relative;
		width: 260px;
		margin: 0 auto;
	}
	.item-detail-photo {
		position: relative;
		overflow: hidden;
		width: 260px;
		height: 260px;
		margin: 0 auto 10px;
	}
	.item-detail-photo ul {
		width: 100%;
		height: 260px;
		margin: 0 auto;
	}
	.item-detail-photo ul li {
		display: block;
		float: left;
		width: 260px;
		height: 260px;
		margin: 0;
	}
	.item-detail-photo img {
		max-width: 100%;
		max-height: 100%;
	}
	.item-detail-photo-backbtn {
		position: absolute;
		top: 50%;
		left: -20px;
		display: block;
		margin-top: -12px;
	}
	.item-detail-photo-backbtn a {
		display: block;
		width: 12px;
		height: 23px;
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-photo-nextbtn {
		position: absolute;
		top: 50%;
		right: -20px;
		display: block;
		margin-top: -12px;
	}
	.item-detail-photo-nextbtn a {
		display: block;
		width: 12px;
		height: 23px;
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-zoom {
		margin-bottom: 20px;
		text-align: center;
	}
	.item-detail-zoom a {
		position: relative;
		padding-left: 30px;
	}
	.item-detail-zoom a:before {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 19px;
		height: 19px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-zoom_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-thumb {
		display: none;
		width: 100%;
	}
	.item-detail-info {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: #d0d0d0 solid 1px;
	}
	.item-detail-info2 {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-category {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.item-detail-name {
		font-size: 14px;
		font-weight: normal;
		line-height: 32px;
		margin-bottom: 12px;
	}
	.item-detail-cart {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: #d0d0d0 solid 1px;
	}
	.item-detail-cart p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.item-detail-select select {
		font-size: 16px;
	}
	.item-detail-num-count {
		font-size: 0;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		justify-content: center;
	}
	.item-detail-num-minus {
		font-size: 14px;
		display: inline-block;
		margin-right: 12px;
	}
	.item-detail-num-minus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
		color: #fcfcfc;
		background-color: #ccc;
	}
	.item-detail-num {
		font-size: 16px;
		line-height: 55px;
		display: inline-block;
		width: 55px;
		height: 55px;
		margin-right: 12px;
		text-align: center;
	}
	.item-detail-num input[type=number] {
		font-size: 16px;
	}
	.item-detail-num-plus {
		font-size: 14px;
		display: inline-block;
	}
	.item-detail-num-plus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
		color: #fcfcfc;
		background-color: #ccc;
	}
	.item-detail-num-select select {
		font-size: 16px;
	}
	.item-detail-cart-btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-cart-btn a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 100%;
		height: 55px;
		text-align: center;
		color: #fcfcfc;
		background-color: #666;
	}
	.item-detail-cart-btn a span {
		position: relative;
	}
	.item-detail-cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: -40px;
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-txt {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-bottom: 18px;
		padding-left: 10px;
		border-bottom: #d0d0d0 solid 1px;
	}
	.item-detail-txt p {
		font-size: 13px;
		padding: 0;
	}
	.item-detail-share {
		width: 100%;
		padding-bottom: 30px;
		text-align: center;
	}
	.item-detail-share dl {
		display: block;
		width: 100%;
	}
	.item-detail-share dl dt {
		font-size: 13px;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}
	.item-detail-share dl dd {
		font-size: 13px;
		display: block;
		padding: 0;
		text-align: center;
	}
	.item-detail-share dl dd ul li {
		display: inline-block;
		float: none;
		width: 33px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.item-detail-share dl dd ul li img {
		width: 100%;
		height: auto;
	}
	.item-comment {
		margin-bottom: 20px;
		padding-top: 20px;
		padding-right: 10px;
		padding-left: 10px;
		border-top: #d0d0d0 solid 1px;
	}
	.item-comment h4 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-comment p {
		font-size: 13px;
	}
	.item-comment table {
		width: 100%;
	}
	.item-comment table tr th {
		font-size: 11px;
		font-weight: normal;
		width: 65px;
		padding: 4px 10px;
		text-align: left;
	}
	.item-comment table tr td {
		font-size: 11px;
		padding: 4px 10px;
		text-align: left;
	}
	.item-comment table tr:nth-child(2n-1) th,
	.item-comment table tr:nth-child(2n-1) td {
		background-color: #eee;
	}
}


/* recommend */

#recommend {
	padding-top: 36px;
	border-top: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 600px) {
	#recommend {
		padding-top: 30px;
		border-top: #d0d0d0 solid 1px;
	}
}


/* about-tbl */

.about-tbl,
table.payment-content {
	width: 100%;
	border-top: #d0d0d0 solid 1px;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 240px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #d0d0d0 solid 1px;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
		border-top: #d0d0d0 solid 1px;
	}
	.about-tbl tbody,
	.about-tbl tbody tr,
	table.payment-content tbody,
	table.payment-content tbody tr {
		display: block;
		width: 100%;
	}
	.about-tbl th,
	table.payment-content th {
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		text-align: left;
		border-bottom: none;
	}
	.about-tbl td,
	table.payment-content td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
		text-align: left;
		border-bottom: #d0d0d0 solid 1px;
	}
	table.payment-content {
		display: table;
	}
	table.payment-content tbody{
		display: table-row-group;
	}
	table.payment-content tbody tr{
		display: table-row;
	}
	table.payment-content th,
	table.payment-content td{
		display: table-cell;
		width: 50%;
	}
}

.payment-title {
	font-weight: bold;
}

.payment-content {
	margin-bottom: 1em;
}

table.payment-content tr:first-child td {
	text-align: center;
}

table.payment-content  td {
	text-align: right;
}

.carriage-title {
	font-weight: bold;
}

.carriage-content a {
	text-decoration: underline;
}

/***********
 * side
 ***********/

.side {
	margin-right: 30px;
	width: 260px;
	padding-bottom: 50px;
	order: -1;
}

@media only screen and (max-width: 600px) {
	.side {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
}


/* category-nav */

.category-nav {
	margin-bottom: 38px;
}

.category-nav > ul > li {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
	color: #333;
	border-bottom: #d0d0d0 solid 1px;
}

.category-nav > ul > li>div,
.category-nav > ul > li > a {
	margin-bottom: 10px;
}

.category-nav > ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 15px;
}

.category-nav > ul li a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 9px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-nav.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.category-nav > ul > li span {
	font-size: 14px;
}

.category-nav-l2 > li {
	font-size: 16px;
	overflow: hidden;
	border-top: #d0d0d0 dotted 1px;
}

.category-nav-l2 > li > a {
	line-height: 40px;
	height: 40px;
	margin-right: 15px;
}

.category-nav-l2 li a p {
	overflow: hidden;
	height: 40px;
	padding-right: 15px;
}

.category-nav-l3 > li {
	font-size: 16px;
	border-top: #d0d0d0 dotted 1px;
}

.category-nav-l3 > li > a {
	line-height: 48px;
	height: 48px;
	margin-right: 15px;
	text-indent: 15px;
}

.nav-close {
	display: none;
}

@media only screen and (max-width: 600px) {
	.category-nav {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: -96%;
		overflow: scroll;
		width: 96%;
		height: 100%;
		margin-bottom: 38px;
		padding-bottom: 50px;
		-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
				transition: right .6s cubic-bezier(.19, 1, .22, 1);
		background-color: #fff;
	}
	.nav-open .category-nav {
		right: 0;
	}
	.category-nav > ul {
		padding: 15px 12px 0;
	}
	.category-nav > ul > li {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 12px;
		color: #333;
		border-bottom: #e3e3e3 solid 1px;
	}
	.category-nav > ul > li>div,
	.category-nav > ul > li > a {
		margin-bottom: 12px;
	}
	.category-nav > ul li a {
		position: relative;
		display: block;
		width: 100%;
	}
	.category-nav > ul li a:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: inline-block;
		width: 11px;
		height: 19px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-nav_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.category-nav > ul > li > a>p,
	.category-nav > ul > li > div>p {
		font-size: 16px;
		display: inline;
		margin-right: 5px;
	}
	.category-nav > ul > li span {
		font-size: 12px;
		display: inline-block;
	}
	.category-nav > ul li .category-nav-l2 > li {
		font-size: 14px;
		border-top: #d0d0d0 dotted 1px;
	}
	.category-nav > ul li .category-nav-l2 > li > a {
		line-height: 36px;
		height: 36px;
	}
	.category-nav > ul li .category-nav-l3 > li {
		font-size: 14px;
		border-top: #d0d0d0 dotted 1px;
	}
	.category-nav > ul li .category-nav-l3 > li > a {
		line-height: 36px;
		height: 36px;
		text-indent: 15px;
	}
	.nav-close {
		font-size: 10px;
		display: block;
		background-color: #eee;
	}
	.nav-close a {
		line-height: 40px;
		position: relative;
		display: block;
		height: 40px;
		padding-left: 40px;
	}
	.nav-close a:before {
		position: absolute;
		top: 50%;
		left: 12px;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* bnr-area */

.bnr-area {
	width: 250px;
	margin-bottom: 38px;
}

.bnr-area .bnr {
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	.bnr-area {
		width: 100%;
		margin-bottom: 0;
		padding: 30px 10px 0;
	}
	.bnr-area .bnr {
		width: 100%;
		margin-bottom: 20px;
	}
	.bnr-area .bnr img {
		width: 100%;
		height: auto;
	}
}
.main-article {
	margin-bottom: 30px;
}

/* privacy-policy */
.privacy-policy {
	margin-bottom: 30px;
}

/* fee */
.main-article .ttl2 h3 {
	margin-top: 30px;
	margin-bottom: -30px;
}

/* schedule-area */

.schedule-area {
	text-align: center;
}

.schedule-area h4 {
	font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.schedule-box{
	display: flex;
	justify-content: space-between;
}
.schedule-content{
	width: 48%;
}
.schedule table {
	width: 100%;
	margin: 0 auto 10px;
	border-collapse: collapse;
	border-top: solid 1px #737373;
	border-left: solid 1px #737373;
	background: #fff;
}
.schedule table th {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px #737373;
	border-right: solid 1px #737373;
	background: #242424;
	color: #fff;
}
.schedule table td {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px #737373;
	border-right: solid 1px #737373;
}
.schedule-date {
	line-height: 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
}


.e1 .schedule-date {
	color: #fcfcfc;
	background-color: #47576b;
	width: 100%;
}
.e2 .schedule-date {
	color: #fcfcfc;
	background-color: #b7b29f;
	width: 100%;
}
.e3 .schedule-date {
	color: #333;
	background-color: #595779;
}
.event-list {
	margin: 10px 0 15px;
	display: flex;
}
.event-list li {
	line-height: 24px;
	position: relative;
	min-height: 24px;
	margin-bottom: 5px;
	padding-left: 35px;
	text-align: left;
}
.event-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
}
.event1{
	margin-right: 25px;
}
.event-list li.event1:before {
	background-color: #47576b;
}
.event-list li.event2:before {
	background-color: #b7b29f;
}
.event-list li.event3:before {
	background-color: #595779;
}
@media only screen and (max-width: 600px) {
	.schedule-area {
		width: 100%;
		text-align: center;
	}
	.schedule-area h4 {
		font-size: 15px;
		font-weight: normal;
		line-height: 27px;
		margin-bottom: 5px;
		text-align: left;
	}
	.schedule {
		margin-bottom: 19px;
	}
	.schedule table {
		width: 100%;
		margin: 0 auto 16px;
	}
	.schedule table th {
		font-weight: normal;
		font-size: 11px;
		text-align: center;
	}
	.schedule-date{
		line-height: 19px;
		height: 19px;
	}
	.schedule table td {
		font-weight: normal;
		text-align: center;
		font-size: 11px
	}
	.event-list {
		margin-bottom: 30px;
		margin-left: 0;
		text-align: left;
		justify-content: center;
		white-space: nowrap;
	}
	.event-list li {
		font-size: 12px;
		line-height: 20px;
		display: inline-block;
		min-height: 25px;
		margin-right: 20px;
		margin-bottom: 0;
		padding-left: 30px;
	}
	.event-list li:before {
		width: 20px;
		height: 20px;
	}
}


/***送料について***/

.shipment-tbl {
	width: 100%;
	margin-top: 30px;
	border-top: #d0d0d0 solid 1px;
}

.shipment-tbl th {
	font-weight: bold;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #d0d0d0 solid 1px;
}

.shipment-tbl-ptn1 th{
	width: 250px;
	padding-right: 20px;
}

.shipment-tbl td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #d0d0d0 solid 1px;
}

.shipment-tbl caption {
	font-size: 16px;
	padding: 4px 12px 3px;
	color: #fcfcfc;
	background-color: #d0d0d0;
}

.shipment-tbl-normal table th {
	width: auto;
	white-space: nowrap;
}

.shipment-tbl-rule-notice {
	font-size: 80%;
}

.shipment-tbl-normal-shippoint-point span{
	display: inline-block;
	line-height: 1.1;
	padding:5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2){
	padding: 0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2,
.shipment-tbl-tkbsize-defined-rule {
	margin: 15px;
}

.shipment-tbl-normal-rule2 span {
	display: block;
}

.shipment-tbl table th,
.shipment-tbl table td {
	padding: 3px 4px 2px;
	border: 0;
	line-height: 1.1;
}

.shipment-tbl table td {
	text-align: center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td {
	color: #fcfcfc;
	background-color: #999;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span {
	display: block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td {
	background: #efefef;
}

.shipment-tbl table th {
	min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
	display: inline-block;
}

.shipment-tbl-eidome a {
	text-decoration: underline;
}

@media only screen and (max-width:600px) {
	.shipment-tbl caption {
		display: block;
	}
	.shipment-tbl th {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		border-bottom: none;
	}
	.shipment-tbl td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
	}
	.shipment-tbl table {
		width: 90%;
		margin: auto;
	}
	.shipment-tbl table thead th,
	.shipment-tbl table thead td {
		padding-bottom: 5px;
	}
	.shipment-tbl table thead th span,
	.shipment-tbl table thead td span {
		display: inline;
		padding: 0 14px;
	}
	.shipment-tbl table th,
	.shipment-tbl table td {
		width: 100%;
		text-align: center;
	}
}


/***********
 * 1column
 ***********/

.column1 {
	width: 100%;
	padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
	.column1 {
		width: 100%;
		padding-bottom: 0;
	}
}

.form-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 200px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #f5f5f5;
}

.form-select label:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 7px 5px 0 4px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.form-select select {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	z-index: 2;
	display: block;
	width: 200px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.form-txt-ss {
	width: 68px;
}

.form-txt-s {
	width: 200px;
}

.form-txt-m {
	width: 426px;
}

.form-txt-l {
	width: 100%;
}

.lbl-s {
	display: inline-block;
	width: 2em;
	margin-right: 8px;
	text-align: right;
}

.lbl-l {
	display: inline-block;
	width: 5em;
	margin-right: 8px;
	text-align: right;
}

.mr30 {
	margin-right: 30px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb24 {
	margin-bottom: 24px;
}

.form-tbl-show {
	display: none;
}

.form-tbl-show.active {
	display: table;
}

.cart-btn {
	width: 100%;
	margin-bottom: 25px;
}

.cart-btn button[type='submit'],
.cart-btn a {
	font-size: 20px;
	line-height: 55px;
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #fcfcfc;
	border: none;
	background-color: #666;
}

.cart-btn button[type='submit'] span:before,
.cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-btn a.comp-btn span:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-check.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.conf-lbl {
	display: inline-block;
	width: 5em;
	margin-right: 15px;
	margin-bottom: 10px;
}

.conf-dt {
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	.form-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 36px;
		vertical-align: middle;
		border: 1px solid #d0d0d0;
		background-color: #f5f5f5;
	}
	.form-select label:before {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 20px;
		width: 0;
		height: 0;
		margin-top: -3px;
		content: '';
		border-width: 7px 5px 0 4px;
		border-style: solid;
		border-color: #000 transparent transparent transparent;
	}
	.form-select select {
		font-size: 16px;
		line-height: 36px;
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		width: -webkit-calc(100%);
		height: 36px;
		margin: 0;
		padding: 0 40px 0 10px;
		border: 0;
		outline: none;
		background: transparent;
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
	}
	.form-txt-ss {
		width: 100px;
	}
	.form-txt-s {
		width: 100%;
	}
	label + .form-txt-s {
		width: 100px;
	}
	.form-txt-m {
		width: 100%;
	}
	.form-txt-l {
		width: 100%;
	}
	.lbl-s {
		display: inline-block;
		width: 2em;
		margin-right: 8px;
		text-align: left;
	}
	.lbl-l {
		display: inline-block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 6px;
		text-align: left;
	}
	.mr30 {
		margin-right: 15px;
	}
	.mb24 {
		margin-bottom: 10px;
	}
	.cart-btn {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.cart-btn button[type='submit'],
	.cart-btn a {
		font-size: 16px;
		line-height: 44px;
		position: relative;
		display: inline-block;
		width: 150px;
		height: 44px;
		text-align: center;
		color: #fcfcfc;
		border: none;
		background-color: #666;
	}
	.cart-btn button[type='submit'] span:before,
	.cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 9px;
		height: 16px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-btn a.comp-btn span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-check.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.conf-lbl {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.conf-dt {
		display: block;
		margin-bottom: 20px;
	}
}

/* help-block */

.help-block.form-error {
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 18px;
	text-align: left;
	color: #fff;
	background-color: #e30000;
}

@media only screen and (max-width: 600px) {
	.help-block.form-error {
		padding: 8px 15px;
	}
}


/***********
 * parts
 ***********/


/* msg */

.msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	color: #333;
	border: #000 solid 1px;
}

@media only screen and (max-width: 600px) {
	.msg {
		font-size: 14px;
		margin-bottom: 38px;
		padding: 8px 15px;
		text-align: left;
		color: #333;
		border: #000 solid 1px;
	}
}


/* err */

.err-msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	color: #e30000;
	border: #e30000 solid 1px;
}

@media only screen and (max-width: 600px) {
	.err-msg {
		font-size: 12px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
		padding: 10px 10px;
	}
}


/*bread*/

.bread {
	margin-bottom: 30px;
}

.bread ul li {
	max-width: 100%;
	font-size: 12px;
	float: left;
	margin-right: 10px;
	color: #333;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 10px;
	content: '>';
	color: #333;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.bread {
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.bread ul li {
		font-size: 10px;
		float: left;
		margin-right: 8px;
		color: #333;
	}
	.bread ul li a:after {
		display: inline-block;
		margin-left: 8px;
		content: '>';
		color: #333;
	}
}


/* item-list */

.item-list-itemcount {
	text-align: right;
}


/* paging */

.paging {
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-top: #d0d0d0 solid 1px;
}

.paging .prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}

.paging .prev a {
	position: relative;
	padding-left: 24px;
}

.paging .prev a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.paging .next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
}

.paging .next a {
	position: relative;
	padding-right: 24px;
}

.paging .next a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.page-num ul {
	font-size: 0;
}

.page-num ul li {
	font-size: 14px;
	display: inline-block;
	margin: 0 7px;
}

.page-num ul li span {
	line-height: 22px;
	display: block;
	width: 22px;
	height: 22px;
	color: #fcfcfc;
	border: #999 solid 1px;
	background-color: #999;
}

.page-num ul li a {
	line-height: 22px;
	display: block;
	width: 22px;
	height: 22px;
	border: #999 solid 1px;
}

@media only screen and (max-width: 600px) {
	.paging {
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 15px;
		text-align: center;
		border-top: #d0d0d0 solid 1px;
	}
	.paging .prev {
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -12px;
	}
	.paging .prev a {
		position: relative;
		display: block;
		width: 12px;
		height: 23px;
		padding-left: 0;
	}
	.paging .prev a span {
		display: none;
	}
	.paging .prev a:after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 12px;
		height: 23px;
		margin-top: -12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.paging .next {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -12px;
	}
	.paging .next a {
		position: relative;
		display: block;
		width: 12px;
		height: 23px;
		padding-right: 0;
	}
	.paging .next a span {
		display: none;
	}
	.paging .next a:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 12px;
		height: 23px;
		margin-top: -12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-num ul {
		font-size: 0;
	}
	.page-num ul li {
		font-size: 14px;
		display: inline-block;
		margin: 0 6px;
	}
	.page-num ul li span {
		line-height: 23px;
		display: block;
		width: 23px;
		height: 23px;
		color: #fcfcfc;
		border: #999 solid 1px;
		background-color: #999;
	}
	.page-num ul li a {
		line-height: 23px;
		display: block;
		width: 23px;
		height: 23px;
		border: #999 solid 1px;
	}
}


/* sort */

.sort {
	font-size: 0;
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	border-top: #d0d0d0 solid 1px;
}

.sort-label {
	font-size: 12px;
	display: inline-block;
}

.sort ul {
	font-size: 0;
	display: inline-block;
}

.sort ul li {
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}

.sort ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.sort ul li:not(:first-child):after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	content: '';
	background-color: #000;
}

.sort ul li a {
	text-decoration: underline;
}

.sort ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	.sort {
		font-size: 0;
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 13px;
		text-align: center;
		border-top: #d0d0d0 solid 1px;
	}
	.sort-label {
		display: none;
	}
	.sort ul {
		font-size: 0;
		display: inline-block;
		text-align: center;
	}
	.sort ul li {
		font-size: 12px;
		position: relative;
		display: inline-block;
		margin-left: 20px;
		padding-left: 20px;
	}
	.sort ul li:first-child {
		margin-left: 0;
		padding-left: 0;
	}
	.sort ul li:not(:first-child):after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 1px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-color: #000;
	}
	.sort ul li a {
		text-decoration: underline;
	}
}


/* icon */
 .icn-badge22839:after {
	content: "NEW";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #000;
	color: #fcfcfc;
} .icn-badge22840:after {
	content: "おすすめ";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #000;
	color: #fcfcfc;
} .icn-badge22841:after {
	content: "人気";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #000;
	color: #fcfcfc;
} .icn-badge26966:after {
	content: "売り切れ";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #000;
	color: #fcfcfc;
} 
.icn-reservation::before {
	content: "予約商品";
	width: 58px;
	height: 18px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 18px;
	margin-top: 2px;
	margin-right: 6px;
	text-align: center;
	color: #fff;
	background: #666;
}

a .icn-reservation::before {
	color: #fff;
	background: #666;
}

.product-list-item .product-list-name.icn-reservation::before {
	position: relative;
	width: 66px;
	content: "予約商品";
	text-align: center;
	background-color: #666;
}

.item-detail-name.icn-reservation::before {
	width: 96px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	margin-right: 10px;
}

/*overlay*/

.overlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
}

.modal-open {
	/*
	overflow: hidden;
	*/
}

.modal-open .overlay {
	display: block;
}

@media only screen and (max-width: 600px) {
	.nav-open {
		overflow: hidden;
	}
	.nav-open .overlay {
		display: block;
	}
}


/* modal */

.modal {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -200px;
	margin-left: -320px;
	background-color: #fff;
}

.modal-open .modal {
	display: block;
}

.modal-inner {
	position: relative;
	width: 100%;
	height: auto;
}

.modal-img {
	max-width: 648px;
	max-height: 648px;
}

.modal-img img {
	display: block;
	max-width: 648px;
	max-height: 648px;
	width: auto;
	height: auto;
}

.modal-close {
	position: absolute;
	top: -52px;
	right: -4px;
}

.modal-close a {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/btn-modal-close.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.modal {
		position: absolute;
		z-index: 9999;
		top: 50%;
		left: 50%;
		display: none;
		width: 300px;
		margin-top: -110px;
		margin-left: -150px;
		background-color: #fff;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		width: 100%;
	}
	.modal-img img {
		width: 100%;
		height: auto;
	}
	.modal-close {
		position: absolute;
		top: -30px;
		right: -4px;
	}
	.modal-close a {
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/btn-modal-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* pagetop */

.btn-pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	transition: all linear .2s;
	text-align: right;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	z-index: 101;
}

.btn-pagetop.is-show {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.btn-pagetop a {
	position: relative;
	display: block;
	width: 53px;
	height: 53px;
	cursor: pointer;
	border-radius: 27px;
	background-color: rgba(0,0,0,.8);
}

.btn-pagetop a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 23px;
	height: 12px;
	margin-top: -6px;
	margin-left: -12px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/btn-pagetop.png);
	background-repeat: no-repeat;
	background-size: cover;
}


/***********
 * module
 ***********/
 

/***********
 * lp
 ***********/

.contents-lp .main {
	width: 100%;
}

.contents-lp .lp-img img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}

.contents-lp .item-order {
	width: 440px;
	margin: 0 auto;
}

.contents-lp .item-order .item-detail-cart {
	border-bottom: none;
}

@media only screen and (max-width: 600px) {
	.contents-lp .item-order {
		width: 100%;
	}
}


/***********
 * login
 ***********/

.contents-login .main {
	width: 100%;
}


/***********
 * wysiwyg
 ***********/

.wysiwyg-data html, .wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body, .wysiwyg-data dd,.wysiwyg-data  div,
.wysiwyg-data dl, .wysiwyg-data dt, .wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data frame, .wysiwyg-data frameset,
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data noframes,
.wysiwyg-data ol, .wysiwyg-data p, .wysiwyg-data ul, .wysiwyg-data center,
.wysiwyg-data dir, .wysiwyg-data hr, .wysiwyg-data menu, .wysiwyg-data pre   { display: block; unicode-bidi: embed;}
.wysiwyg-data li              { display: list-item;}
.wysiwyg-data head            { display: none;}
.wysiwyg-data table           { display: table;}
.wysiwyg-data tr              { display: table-row;}
.wysiwyg-data thead           { display: table-header-group;}
.wysiwyg-data tbody           { display: table-row-group;}
.wysiwyg-data tfoot           { display: table-footer-group;}
.wysiwyg-data col             { display: table-column;}
.wysiwyg-data colgroup        { display: table-column-group;}
.wysiwyg-data td, .wysiwyg-data th          { display: table-cell;}
.wysiwyg-data caption         { display: table-caption;}
.wysiwyg-data th              { font-weight: bolder; text-align: center;}
.wysiwyg-data caption         { text-align: center;}
.wysiwyg-data body            { margin: 8px;}
.wysiwyg-data h1              { font-size: 2em; margin: .67em 0;}
.wysiwyg-data h2              { font-size: 1.5em; margin: .75em 0;}
.wysiwyg-data h3              { font-size: 1.17em; margin: .83em 0;}
.wysiwyg-data h4, .wysiwyg-data p,
.wysiwyg-data blockquote, .wysiwyg-data ul,
.wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data ol, .wysiwyg-data dl, .wysiwyg-data dir,
.wysiwyg-data menu            { margin: 1.12em 0; color: #333;}
.wysiwyg-data h5              { font-size: .83em; margin: 1.5em 0;}
.wysiwyg-data h6              { font-size: .75em; margin: 1.67em 0;}
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data b,
.wysiwyg-data strong          { font-weight: bolder; color: #333;}
.wysiwyg-data blockquote      { margin-left: 40px; margin-right: 40px;}
.wysiwyg-data i, .wysiwyg-data cite, .wysiwyg-data em,
.wysiwyg-data var, .wysiwyg-data address    { font-style: italic;}
.wysiwyg-data pre, .wysiwyg-data tt, .wysiwyg-data code,
.wysiwyg-data kbd, .wysiwyg-data samp       { font-family: monospace;}
.wysiwyg-data pre             { white-space: pre;}
.wysiwyg-data button, .wysiwyg-data textarea,
.wysiwyg-data input, .wysiwyg-data select   { display: inline-block;}
.wysiwyg-data big             { font-size: 1.17em;}
.wysiwyg-data small, .wysiwyg-data sub, .wysiwyg-data sup { font-size: .83em;}
.wysiwyg-data sub             { vertical-align: sub;}
.wysiwyg-data sup             { vertical-align: super;}
.wysiwyg-data table           { border-spacing: 2px;;}
.wysiwyg-data thead, .wysiwyg-data tbody,
.wysiwyg-data tfoot           { vertical-align: middle;}
.wysiwyg-data td, .wysiwyg-data th, .wysiwyg-data tr      { vertical-align: inherit;}
.wysiwyg-data s, .wysiwyg-data strike, .wysiwyg-data del  { text-decoration: line-through;}
.wysiwyg-data hr              { border: 1px inset;}
.wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir,
.wysiwyg-data menu, .wysiwyg-data dd        { margin-left: 40px;}
.wysiwyg-data ol              { list-style-type: decimal;}
.wysiwyg-data ol ul, .wysiwyg-data ul ol,
.wysiwyg-data ul ul, .wysiwyg-data ol ol    { margin-top: 0; margin-bottom: 0;}
.wysiwyg-data u, .wysiwyg-data ins          { text-decoration: underline;}
.wysiwyg-data br:before       { content: "\A"; white-space: pre-line;}
.wysiwyg-data center          { text-align: center;}
.wysiwyg-data :link, .wysiwyg-data :visited { text-decoration: underline;}
.wysiwyg-data :focus          { outline: thin dotted invert;}

.wysiwig-data a{color: #666;}
.wysiwig-data a:hover{color: #f00;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fff;}
.wysiwyg-data ul, .wysiwyg-data ul li{list-style-type: disc;}
.wysiwyg-data ol{list-style-type: decimal;}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override;}
.wysiwyg-data BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override;}

.wysiwyg-data *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed;}
.wysiwyg-data *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed;}

@media print {
  .wysiwyg-data h1            { page-break-before: always;}
  .wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3,
  .wysiwyg-data h4, .wysiwyg-data h5, .wysiwyg-data h6    { page-break-after: avoid;}
  .wysiwyg-data ul, .wysiwyg-data ol, .wysiwyg-data dl    { page-break-before: avoid;}
}

.side-none #side{
	display: none !important;
}
font{
	font-family: serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/* 以下PC追記 */
@media all and (-ms-high-contrast: none) {
	/* IE専用 */
	.hamberger,
	.fat-nav{
	  display: none !important;
	}
}
@media screen and (min-width:770px){
	/* 共通 */
	*{
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}
	html{
	  height: 100%;
	}
	@media all and (-ms-high-contrast: none) {
	  /* IE用 */
	  html{
		  overflow-x: hidden;
	  }
	}
	body{
	  font-size: 15px;
	  width: 100%;
	  height: 100%;
	  font-family: serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	  line-height: 1.7;
	  color: #000;
	  letter-spacing: 1px;
	  position: relative;
	  background-size: 100px;
	}
	a:focus, *:focus{
	  outline: none;
	}
	main{
	  display: block;
	}
	img{
	  height: auto;
	  max-width: 100%;
	  vertical-align: bottom;
	}
	ul li{
	  list-style: none;
	}
	h1, h2, h3, h4, h5{
	  margin: 0;
	  font-size: inherit;
	}
	p{
	  margin: 0;
	}
	a:hover img{
	  opacity: 0.9;
	  filter: alpha(opacity=9);
	  -ms-filter: “alpha( opacity=9)”;
	}
	a img, a{
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s;
	}
	a{
	  text-decoration: none;
	  outline: none;
	  color: #0c0c0c;
	}
	a[href^="tel:"]{
	  pointer-events: none;
	}
	a:hover{
	  color: #8a835b;
	  opacity: .8;
	}
	.center{
	  text-align: center;
	}
	.flex{
	  display: flex;
	}
	.sp{
		display: none !important;
	}
	@media screen and (min-width:769px){
		.hamberger,
		.fat-nav {
	  	display: none !important;
		}	
	}
	.mincho{
		font-family: serif, 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	}/* 明朝体 */
	.obj{
		object-fit: cover;
		font-family: 'object-fit: cover;'; /*IE対策*/
	}
	.mgt0{
		margin-top: 0!important;
	}
	.flexlist{
	  display: flex;
	}
	.inner{
		margin: 0 auto;
		width: 90%;
		max-width: 1100px;
	}
	.generalsec{
		margin-bottom: 130px;
	}
	/* ヘッダー */
	.headtop{
		background: #484848;
		color: #fff;
		padding: 2px 0;
		line-height: 1.5;
	}
	.headtopflex{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.headinner{
		width: 90%;
		margin: 0 auto;
		max-width: 1200px;
	}
	.headtopflex h1{
		font-size: 12px;
		font-weight: normal;
	}
	.pagelink{
		display: flex;
		justify-content: flex-end;
	}
	.pagelink li{
		margin-left: 35px;
		letter-spacing: 2px;
	}
	@media screen and (max-width:1000px){
	.pagelink li{
		margin-left: 25px;
	}
	}
	@media screen and (max-width:900px){
	.pagelink li{
		margin-left: 20px;
	}
	}
	@media screen and (max-width:830px){
	.pagelink li{
		letter-spacing: 1px;
		margin-left: 13px;
	}
	}
	.pagelink a{
		color: #fff;
		font-size: 13px;
	}
	.headnavarea .headinner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0 11px;
	}
	.shoplogo{
		width: 220px;
		min-width: 220px;
		margin-right: 7%;
	}
	.headnavarea nav{
		width: 100%;
		max-width: 800px;
	}
	.headnav{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 6px;
	}
	.headnav>li a, .headnav>li{
		font-size: 15px;
		letter-spacing: 2px;
	}
	.headnav li span{
		position: relative;
		padding-right: 21px;
	}
	.headnav li span::after{
		content: "";
		background: url(https://image.raku-uru.jp/01/8476/685/arrowbottom_1621401217791.png) no-repeat;
		width: 12px;
		height: 7px;
		position: absolute;
		right: 0;
		top: 5px;
		background-size: contain;
	}
	.headnav li.cartlink a{
		display: flex;
	}
	.headnav li.cartlink img{
		width: 24px;
		height: 24px;
		margin-right: 3px;
	}
	.search_dd img{
		width: 26px;
		height: 26px;
	}
	.search_dd:hover{
		cursor: pointer;
	}
	.slidemenu{
		display: none;
		position: absolute;
		top: 98px;
		right: 4%;
		width: 350px;
		background: #dcd8cf;
		padding: 15px;
		box-sizing: border-box;
		z-index: 100;
	}
	input.searchform{
		width: 100%;
		border-radius: 0;
		border: solid 1px #000;
		padding: 8px 15px;
	}
	.searchbox{
		position: relative;	
		font-size: 17px;
	}
	.submit{
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 55px;
		background: #000;
		color: #fff;
		border: none;
		letter-spacing: 2px;
	}
	/* メガメニュー用 */
	.menu__mega span:hover{
		cursor: pointer;
	}
	.headnav{
		position: relative;
	}
	.menu__second-level{
		display: none;
		position: absolute;
		z-index: 9999;
		top: 27px;
		left: -17px;
	  padding-top: 25px;
		box-sizing: border-box;
	}
	@media screen and (max-width:1000px){
	.headnav>li a, .headnav>li{
		font-size: 15px;
	}
	.shoplogo{
		width: 200px;
		min-width: 200px;
		margin-right: 5%;
	}
	.menu__second-level{
		top: 26px;
	}
	.headnav li span{
		padding-right: 18px;
	}
	.headnav li span::after{
		top: 4px;
	}
	.headnav li.cartlink img{
		height: 22px;
		width: 22px;
	}
	.search_dd img{
		width: 25px;
		height: 25px;
	}	
	.slidemenu{
		top: 93px;
	}
	.pagelink a{
		font-size: 12px;
	}
	.menu__second-level{
		top: 24px;
	}
	.contents{
		display: block;
	}
	}
	@media screen and (max-width:900px){
	.headnav>li a, .headnav>li{
		font-size: 14px;
		letter-spacing: 1px;
	}
	}
	
	.fixscroll{
		width:260px;
		height: 100%;
		margin: 0;
/* 		overflow-y: scroll; */
	}
	.mega-inner p{
	  background: rgba(245, 242, 233, 0.98);
	  border-left: solid 1px #c1bbaf;
	  border-right: solid 1px #c1bbaf;
	  border-top: solid 1px #c1bbaf;
	}
	.mega-inner p:last-child{
	  border-bottom: solid 1px #c1bbaf;
	}
	.mega-inner p:hover{
		background: rgba(220, 216, 207, 0.98);
	}
	.mega-inner p:hover a{
		color: inherit;
	}
	.mega-inner p a{
		padding: 12px 17px 11px;
		display: block;
	}
	
	/*ヘッダー固定*/
	.is-fixed{
	  position:  fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  background-color: rgba(255, 255, 255, 0.95);
	  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
	  transition: all .4s ease 0s,background .6s ease .2s;
	  -webkit-overflow-scrolling: touch;
	  overflow-scrolling: touch;
	  box-shadow: 0px 0px 1px #909090;
	  z-index: 10000;
	}
	.is-fixed .shoplogo{
		width: 180px;
		min-width: 180px;
	}
	.is-fixed .headinner{
		padding: 5px 0 6px;
	}
	.is-fixed .menu__second-level{
		padding-top: 14px;
		top: 25px;
	}
	.is-fixed .headnav{
		padding-top: 0;
	}
	.is-fixed .slidemenu{
		top: 53px;
	}
	/*サイドメニュー*/
	#side {
	  width: 250px;
	  margin-right: 40px;
	  font-family: serif,貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
	  margin-top: 49px;
	}
	#sidesearchform {
	  width: 100%;
	  position: relative;
	}
	#sidesbox {
	  width: 100%;
	  font-size: 15px;
	  padding: 6px 10px 7px;
	  border-radius: 0;
	  border: solid 1px #000;
	}
	#sidesbox::placeholder {
	  font-size: 11px;
	  font-family: serif,貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
	}
	#sidesbtn {
	  width: 32px;
	  position: absolute;
	  top: 0;
	  right: 0;
	  height: 100%;
	  background: #3b3e4a;
	  border: none;
	}
	#sidesbtn img {
	  width: 20px;
	}
	.sidecategory h2, .sidecategory h3 {
	  font-weight: normal;
	}
	.sidecategory h2 {
	  font-size: 16px;
	  color: #5f5f5f;
	  position: relative;
	  margin: 30px 0 17px 20px;
	  letter-spacing: 2px;
	}
	.sidecategory h2::before {
	  content: "";
	  width: 10px;
	  height: 1px;
	  position: absolute;
	  left: -20px;
	  top: 50%;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  background: #5f5f5f;
	}
	.sidecategory h3 {
	  font-size: 17px;
	  margin: 40px 0 15px;
	  position: relative;
	  padding-left: 18px;
	  letter-spacing: 1px;
	}
	.sidecategory h3:nth-of-type(1){
		margin-top: 0;
	}
	.sidecategory h3::before {
	 	content: "";
    background: #242632;
    width: 13px;
    height: 13px;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
	}
	.sidecategory h3 a {
	  padding-left: 5px;
	  font-weight: 600;
	}
	.mgt0 {
	  margin-top: 0!important;
	}
	.saidecatelist p {
	  margin-top: 15px;
	  border-bottom: solid 1px #bbbcc0;
	  padding-left: 8px;
	  padding-bottom: 3px;
	}
	#side h3 a, #side h2 a, .saidecatelist p a, .catethree li a {
	  display: block;
	  position: relative;
	}
	#side h3 a:hover::before, #side h2 a:hover::before, .saidecatelist p a:hover::before, .catethree li a:hover::before {
	  content: "";
	  background: url(https://image.raku-uru.jp/01/8476/717/arrowright_p_1621402938838.png) no-repeat;
	  background-size: 100%;
	  position: absolute;
	  width: 13px;
	  height: 5px;
	  z-index: 1;
	  top: 50%;
	  right: 0;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	}
	.catethree {
	  margin: 12px 0 22px;
	}
	.catethree li {
	  padding-left: 15px;
	  margin-top: 7px;
	  position: relative;
	  margin-left: 6px;
	  padding-left: 18px;
	}
	.sideguide {
	  margin-top: 50px;
	  margin-left: 10px;
	}
	.sideguide li {
	  margin-top: 8px;
	}
	.sideguide li:first-child {
	  margin-top: 0;
	}
	.sideguide li a {
	  position: relative;
	  padding-left: 14px;
	  font-size: 14px;
	}
	.sideguide li a::before {
	  content: "";
	  background: url(https://image.raku-uru.jp/01/8476/718/arrowright_p2_1621402939073.png) no-repeat;
	  background-size: 100%;
	  position: absolute;
	  width: 6px;
	  height: 10px;
	  z-index: 1;
	  top: 50%;
	  left: 0;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	}
	@media screen and (max-width:1000px){
		#sidesearchform{
		display: none;
	}
	#side{
		width: 100%;
		margin-bottom: 50px;
		display: none;
		padding: 40px 30px 45px;
		border: solid 1px #ccc;
	}
	.sidecategory h2{
		margin-top: 0;
	}
	.saidecatelist{
		display: flex;
		flex-wrap: wrap;
	}
	.saidecatelist p{
		width: 30%;
		margin-right: 5%;
		border-bottom: none;
		padding-left: 0;
	}
	.saidecatelist p a{
		position: relative;
		padding-left: 23px;
		display: inline-block;
	}
	.saidecatelist p a::after{
	    content: "";
	    background: url(https://image.raku-uru.jp/01/8476/718/arrowright_p2_1621402939073.png) no-repeat;
	    background-size: 100%;
	    position: absolute;
	    width: 5px;
	    height: 8px;
	    z-index: 1;
	    top: 9px;
	    left: 7px;
   }
	.sidecategory h3 a:hover::before, .saidecatelist p a:hover::before{
		display: none;
	}
	.sidecategory h3 a{
		position: relative;
	}
	.sidecategory h3 a::after{
	  content: "";
	  background: url(https://image.raku-uru.jp/01/8476/717/arrowright_p_1621402938838.png) no-repeat;
	  background-size: 100%;
	  position: absolute;
	  width: 15px;
    height: 5px;
    z-index: 1;
    top: 50%;
    right: 8px;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	}
	.saidecatelist p:nth-child(3n){
		margin-right: 0;
	}
	.sidecategory h3{
		background: #f7f6f4;
		margin-bottom: 3px;
		margin-top: 35px;
		padding-left: 0;
	}
	.sidecategory h3 a{
		padding: 5px 10px 4px;
		display: block;
	}
	.sidecategory h3::before{
		display: none;
	}
	.sideguide{
		display: none;
	}

  }
	
	/* フッター */
	.footertop{
		background: #f7f6f4;
		padding: 60px 0 51px;
	}
	.footinner{
		width: 90%;
	  margin: 0 auto;
		max-width: 1200px;
	}
	.footguidetitle{
		font-size: 18px;
	  position: relative;
	  padding-bottom: 4px;
	  border-bottom: solid 1px #000;
	  margin:30px 0 13px;
		font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
		font-weight: normal;
	}
	.guidemore{
		position: absolute;
		font-size: 13px;
		background: #dcd8cf;
		right: 0;
		bottom: 6px;
	}
	.guidemore a{
		display: block;
		padding: 2px 8px 1px 10px;
	}
	.footguidetitle:first-child{
		margin-top: 0;
	}
	.footertop .footinner{
		display: flex;
		justify-content: space-between;
	}
	.footertop .footinner>div{
		width: 48.5%;
	}
	@media screen and (max-width:900px){
	.footertop .footinner{
		display: block;
		max-width: 700px;
		margin: 0 auto;
	}
	.footertop .footinner>div{
		width: 100%;
	}
	}
	
	
	/*カレンダー*/
	.month{
		font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
		font-size: 18px;
		margin-bottom: 5px;
	}
	.arrival{
		margin: 18px 0;
	}
	.arrival p:first-child{
		margin-right: 30px;
	}
	.arrival p{
	  padding-left: 10px;
	}
	.arrival1{
		border-left: 30px solid #aca88b;
	}
	.arrival2{
		border-left: 30px solid #557379;
	}
	/**/
	.foottext{
		margin-top: 20px;
	}
	.buttonflex{
		display: flex;
		justify-content: space-between;
		margin: 20px 0 17px;
	}
	
	.buttonflex p{
		width: 49%;
		line-height: 30px;
		text-align: center;
		border-radius: 1px;
	}
	.buttonflex p a{
		display: block;
		padding: 7px 0 6px;
		color: #565342;
	}
	.buttonflex p img{
		width: 27px;
		margin-right: 4px;
		position: relative;
		top: -2px;
	}
	.maillink{
	  background: #fff;
	  border: solid 1px #84816f;
	}
	.maillink:hover{
		background: #dcd8cf;
	}
	.linelink{
		background: #00b900;
	}
	.linelink:hover{
		background: rgba(0, 186, 0, 0.7);
		opacity: 1;
	}
	p.linelink a{
		color: #fff;
		letter-spacing: 3px;
	}
	.footbottom{
		background: #242424;
		padding: 22px 0 10px;
		position: relative;
		z-index: 1100;
	}
	.logolink{
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.footlogo{
		width: 220px;
	}
	.site_sns{
		align-items: center;
	}
	.site{
		display: flex;
		align-items: center;
		margin-right: 25px;
	}
	.site a{
		color: #fff;
	}
	.site img{
		width: 20px;
		position: relative;
		top: -3px;
		margin-left: 12px;
	}
	.sns{
		width: 25px;
		margin-left: 22px;
	}
	.link_copy{
		display: flex;
		justify-content: space-between;
	}
	.footnav li{
		margin-right: 25px;
	}
	.footnav li a{
		color: #fff;
		font-size: 14px;
	}
	copy{
		color: #fff;
		font-size: 13px;
	}
	
	/*トップに戻るボタン*/
	#top {
		position: fixed;
		bottom: 0;
		right: 20px;
		z-index: 1000;
		width: 45px;
	}
	@media screen and (max-width:900px){
	.month{
		margin-top: 15px;
	}
	.link_copy{
		display: block;
	}
	.footnav{
		justify-content: center;
		margin-left: 25px;
	}
	copy{
		text-align: center;
		margin-top: 10px;
		display: block;
	}
	}
	.free-inner{
		margin: 0 auto;
		width: 90%;
		max-width: 900px;
	}
}


/* 以下SP追記 */
@media screen and (max-width:769px){
	/* 共通 */
	*{
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}
	html{
	  height: 100%;
	}
	@media all and (-ms-high-contrast: none) {
	  /* IE用 */
	  html{
		  overflow-x: hidden;
	  }
	}
	body{
	  font-size: 14px;
	  width: 100%;
	  height: 100%;
	  font-family: serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	  line-height: 1.7;
	  color: #000;
	  letter-spacing: 1px;
	  position: relative;
	  background-size: 100px;
	}
	a:focus, *:focus{
	  outline: none;
	}
	main{
	  display: block;
	}
	img{
	  height: auto;
	  max-width: 100%;
	  vertical-align: bottom;
	}
	ul li{
	  list-style: none;
	}
	h1, h2, h3, h4, h5{
	  margin: 0;
	  font-size: inherit;
	}
	p{
	  margin: 0;
	}
	a:hover img{
	  opacity: 0.9;
	  filter: alpha(opacity=9);
	  -ms-filter: “alpha( opacity=9)”;
	}
	a img, a{
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s;
	}
	a{
	  text-decoration: none;
	  outline: none;
	  color: #0c0c0c;
	}
	a[href^="tel:"]{
	  pointer-events: none;
	}
	a:hover{
	  color: #8a835b;
	  opacity: .8;
	}
	.center{
	  text-align: center;
	}
	.flex{
	  display: flex;
	}
	.pc{
		display: none !important;
	}
	.mincho{
		font-family: serif, 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	}/* 明朝体 */
	.obj{
		object-fit: cover;
		font-family: 'object-fit: cover;'; /*IE対策*/
	}
	.mgt0{
		margin-top: 0!important;
	}
	.flexlist{
	  display: flex;
	}
	.inner{
		margin: 0 auto;
		width: 90%;
	}
	.generalsec{
		margin-bottom: 70px;
	}
	.contents{
/* 		margin-top: 0 !important; */
		display: block;
	}
	#sidesearchform{
		display: none;
	}
	#side{
		padding: 25px 15px;
		margin: 50px auto 70px;
		display: none;
		border: solid 1px #ccc;
		font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
		width: 100%;
	}
	.sidecategory h2 {
	  font-size: 16px;
	  color: #5f5f5f;
	  position: relative;
	  margin: 0 0 17px 20px;
	  letter-spacing: 2px;
	  font-weight: 500;
	}
	.sidecategory h2::before {
	  content: "";
	  width: 10px;
	  height: 1px;
	  position: absolute;
	  left: -20px;
	  top: 50%;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  background: #5f5f5f;
	}
	.saidecatelist{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.saidecatelist p{
		width: 48%;
		border-bottom: none;
		margin-top: 10px;
	}
	.saidecatelist p a{
		position: relative;
		padding-left: 15px;
		letter-spacing: 0;
		display: inline-block;
		line-height: 1.4;
	}
	.saidecatelist p a::after{
    content: "";
    background: url(https://image.raku-uru.jp/01/8476/718/arrowright_p2_1621402939073.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 4px;
    height: 7px;
    z-index: 1;
    top: 8px;
    left: 3px;
   }
	.sidecategory h3{
		background: #f7f6f4;
		margin-bottom: 3px;
		margin-top: 35px;
	}
	.sidecategory h3:nth-of-type(1){
		margin-top: 0;
	}
	.sidecategory h3 a{
		position: relative;
		display: block;
		padding: 4px 8px;
	}
	.sidecategory h3 a::after{
	  content: "";
	  background: url(https://image.raku-uru.jp/01/8476/717/arrowright_p_1621402938838.png) no-repeat;
	  background-size: 100%;
	  position: absolute;
	  width: 13px;
	  height: 5px;
	  z-index: 1;
	  top: 50%;
	  right: 10px;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	}
	.sidecategory h3::before{
		display: none;
	}
	.sideguide{
		display: none;
	}
	/* ヘッダー */
	.headtop{
		background: #484848;
		color: #fff;
		padding: 5px 0;
	}
	.headinner{
		width: 90%;
		margin: 0 auto;
	}
	.headtopflex h1{
		font-size: 10px;
		font-weight: normal;
		padding-top: 1px;
		line-height: 1;
	}
	.headnavarea .headinner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 8px 0;
	}
	.shoplogo{
		width: 190px;
	}
	.cart{
		margin-right: 55px;
	}
	.cart img{
		width : 34px;
		padding-top: 1px;
	}
	/* フッター */
	.footertop{
		background: #f7f6f4;
		padding: 40px 0 45px;
	}
	.footinner{
		width: 90%;
	  margin: 0 auto;
	}
	.footguidetitle{
		font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
		font-weight: 500;
		font-size: 16px;
	  position: relative;
	  padding-bottom: 4px;
	  border-bottom: solid 1px #000;
	  margin:30px 0 13px;
	}
	.guidemore{
		position: absolute;
		font-size: 13px;
		background: #dcd8cf;
		right: 0;
		bottom: 6px;
	}
	.guidemore a{
		padding: 2px 8px 1px 10px;
		display: block;
	}
	.footguidetitle:first-child{
		margin-top: 30px;
	}
	/*カレンダー*/
	.schedule-date{
		width: inherit;
		height: inherit;
	}
	.month{
		font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
		font-size: 11px;
		margin-top: 15px;
	}
	.arrival{
		margin: 18px 0;
		justify-content: center;
	}
	.arrival p:first-child{
		margin-right: 30px;
	}
	.arrival p{
	  padding-left: 10px;
		font-size: 13px;
		line-height: 1.3;
	}
	.arrival1{
		border-left: 20px solid #aca88b;
	}
	.arrival2{
		border-left: 20px solid #557379;
	}
	/**/
	.foottext{
		margin-top: 11px;
	}
	.buttonflex{
		margin-bottom: 17px;
	}
	.buttonflex p{
		line-height: 30px;
		text-align: center;
		border-radius: 1px;
		width: 90%;
		margin: 15px auto 0;
	}
	.buttonflex p a{
		display: block;
		padding: 8px 0;
		color: #565342;
	}
	.buttonflex p img{
		width: 27px;
		margin-right: 4px;
		position: relative;
		top: -2px;
	}
	.maillink{
	  background: #fff;
	  border: solid 1px #84816f;
	}
	.maillink:hover{
		background: #dcd8cf;
	}
	.maillink:hover a{
		color: inherit;
	}
	.linelink{
		background: #00b900;
	}
	.linelink:hover{
		background: rgba(0, 186, 0, 0.7);
		opacity: 1;
	}
	p.linelink a{
		color: #fff;
		letter-spacing: 2px;
	}
	.footbottom{
		background: #242424;
		padding: 30px 0 20px;
		position: relative;
		z-index: 1100;
	}
	.logolink{
		margin-bottom: 30px;
	}
	.footlogo{
		width: 55%;
		margin: 0 auto 30px;
		max-width: 220px;
	}
	.site_sns{
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.site{
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
		margin-bottom: 20px;
	  font-size: 13px;
	}
	.site a{
		color: #fff;
	}
	.site img{
		width: 15px;
		position: relative;
		top: -4px;
		margin-left: 8px;
	}
	.sns{
		width: 28px;
		margin: 0 13px;
	}
	.footnav{
		flex-wrap: wrap;
		justify-content: center;
	}
	.footnav li{
		width: 45%;
		min-width: 140px;
	}
	.footnav li:nth-child(n+3){
		margin-top: 13px;
	}
	.footnav li a{
		color: #fff;
		padding-left: 15px;
		position: relative;
	}
	.footnav li a::before {
		content: "";
		width: 6px;
		height: 1px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		background: rgb(220 216 207);
	}
	copy{
		color: #fff;
		text-align: center;
		font-size: 11px;
		display: block;
		margin-top: 30px;
	}
	/*トップに戻るボタン*/
	#top {
		position: fixed;
		bottom: 20px!important;
		right: 10px;
		z-index: 1000;
		width: 50px;
	}
	/*fat-nav.css*/
	.hamburger {
	  display: block;
	  width: 48px;
	  height: 46px;
	  position: fixed;
	  top: 27px;
	  right: 4%;
	  z-index: 10000;
	  padding: 9px 7px;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-tap-highlight-color: transparent;
	  -webkit-tap-highlight-color: transparent;
	  -ms-touch-action: manipulation;
	  touch-action: manipulation;
	  background: rgba(255, 255, 255, 0.95);
	}
	.hamburger:before {
	  content: "MENU";
	  position: absolute;
	  bottom: 4px;
	  right: 7%;
	  font-size: 10px;
	  font-weight: bold;
	  letter-spacing: 0;
	  color: #222;
	  line-height: 1em;
	  transform: scale(0.8);
	  letter-spacing: 2px;
	  font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	}
	.active.hamburger:before{
	  content: "CLOSE";
	  right: 5%;
	}
	.hamburger__icon {
	  position: relative;
	  margin-top: 7px;
	  margin-bottom: 7px;
	}
	.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
	  display: block;
	  width: 34px;
	  height: 2px;
	  background-color: #222;
	  -moz-transition-property: background-color, -moz-transform;
	  -o-transition-property: background-color, -o-transform;
	  -webkit-transition-property: background-color, -webkit-transform;
	  transition-property: background-color, transform;
	  -moz-transition-duration: 0.4s;
	  -o-transition-duration: 0.4s;
	  -webkit-transition-duration: 0.4s;
	  transition-duration: 0.4s;
	}
	.hamburger__icon:before, .hamburger__icon:after {
	  position: absolute;
	  content: "";
	}
	.hamburger__icon:before {
	  top: -8px;
	}
	.hamburger__icon:after {
	  top: 8px;
	}
	.hamburger.active .hamburger__icon {
	  background-color: transparent;
	}
	.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
	  width: 34px;
	}
	.hamburger.active .hamburger__icon:before {
	  -moz-transform: translateY(8px) rotate(45deg);
	  -ms-transform: translateY(8px) rotate(45deg);
	  -webkit-transform: translateY(8px) rotate(45deg);
	  transform: translateY(8px) rotate(45deg);
	}
	.hamburger.active .hamburger__icon:after {
	  -moz-transform: translateY(-8px) rotate(-45deg);
	  -ms-transform: translateY(-8px) rotate(-45deg);
	  -webkit-transform: translateY(-8px) rotate(-45deg);
	  transform: translateY(-8px) rotate(-45deg);
	}
	.fat-nav {
	  top: 0;
	  padding: 120px 0 20px;
	  right: 0;
	  z-index: 9999;
	  position: fixed;
	  display: none;
	  width: 100%;
	  height: 100%;
	  background: rgba(220, 216, 207, 0.99);
		background-size: 50px;
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -webkit-transform: scale(1);
	  transform: scale(1);
	 -moz-transition-property: -moz-transform;
	  -o-transition-property: -o-transform;
	  -webkit-transition-property: -webkit-transform;
	  transition-property: transform;
	  -moz-transition-duration: 0.4s;
	  -o-transition-duration: 0.4s;
	  -webkit-transition-duration: 0.4s;
	  transition-duration: 0.4s;
	  overflow-y: auto;
	  overflow-x: hidden;
	  -webkit-overflow-scrolling: touch;
	  box-sizing: border-box;
	}
	.fat-nav__wrapper {
	  width: 85%;
	  margin: 0 auto;
	  height: 100%;
	  display: table;
	  table-layout: fixed;
	}
	.fat-nav.active {
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	.fat-nav, .fat-nav a{
		letter-spacing: 2px;
		font-size: 15px;
	}
	.member{
		display: flex;
		justify-content: center;
	}
	.member p a{
		display: block;
		padding: 0 20px;
		line-height: 1.2;
	}
	.member p:first-child a{
		border-right: solid 1px #070029;
	}
	.fatsearchform{
		width: 100%;
		margin: 15px 0 25px;
		border: solid 1px #070029;
		position: relative;
	}
	#sbox{
	  padding: 3px 10px;
	  border-radius: 2px;
	  outline: 0;
	  width: 100%;
	  box-sizing: border-box;
	  border: none;
	  position: relative;
	  font-size: 16px;
	  height: 38px;
	}
	#sbtn{
	  position: absolute;
	  right: 6px;
	  top: 7px;
	  background: none;
	  border: none;
	  width: 25px;
	  z-index: 100;
	}
	
	.fat-nav input{
	  font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	}
	::-webkit-input-placeholder{
	  font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	}
	:-ms-input-placeholder{
	  font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	}
	::-moz-placeholder{
	  font-family: serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	}
	.fattopnav p{
		padding-bottom: 5px;
		display: block;
		border-bottom: solid 1px #252525;
		font-size: 18px;
		margin-top: 22px;
		padding-left: 3px;
		font-weight: 600;
	}
	.fattitleflex{
		position: relative;
	}
	.fattitleflex span a{
		position: absolute;
		right: 0;
		bottom: 6px;
		font-size: 13px!important;
		display: inline-block;
	}
	.fattopnav p a{
		font-size: 18px;
	}
	.fattopnavlist li{
		margin-top: 16px;
	}
	.fattopnavlist li a{
		font-size: 16px;
	}
	.fattopnavlist li::before{
		content: "└";
		margin-right: 5px;
		position: relative;
		font-size: 13px;
	}
	.fatbottomnavlist{
		display: flex;
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.fatbottomnavlist li{
		width: 50%;
	}
	.fatbottomnavlist li a{
		font-size: 15px;
		padding-left: 20px;
		position: relative;
	}
	.fatbottomnavlist li a::after {
    content: "";
    background: url(https://image.raku-uru.jp/01/8476/718/arrowright_p2_1621402939073.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 5px;
    height: 8px;
    z-index: 1;
    top: 3px;
    left: 7px;
}
	.fatbottomnavlist li:nth-child(n+3){
		margin-top: 10px;
	}
	.fatsnslist{
		justify-content: center;
		margin-top: 50px;
	}
	.fatsnslist li:nth-child(n+2){
		margin-left: 21px;
	}
	.fatsnslist li img{
		width: 35px;
	}
	.fatshoplogo{
		width: 50%;
		margin: 30px auto 0;
		max-width: 200px;
	}
}
	@media screen and (min-width:600px) and (max-width: 769px){
	.calendercontainer{
		width: 100%;
		max-width: inherit;
	}
	.schedule-box{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.schedule-content{
		width: 48%;
	}
	.buttonflex{
		display: flex;
		justify-content: space-between;
	}
	.buttonflex p{
		width: 49%;
	}	
}
/* 特定商取引法に基づく表記 */
@media screen and (min-width:770px){
	.contents.law{
		max-width: 900px;		
	}
	.law .about-tbl{
		border-collapse: collapse;
		border: 1px solid #d0d0d0;
	}
	.law .about-tbl th,
	.law .about-tbl td{
		padding: 15px 20px;
	}
	.law .about-tbl th{
		background: #f6f6f7;
		border-right: 1px solid #d0d0d0;
	}
	.law .about-tbl .payment-title{
		margin-bottom: 5px;
	}
	.law .about-tbl .carriage-content a{
		color: #ec574c;
	}
}
@media screen and (max-width:769px){
	.law .about-tbl{
		border-collapse: collapse;
		border: 1px solid #d0d0d0;
	}
	.law .about-tbl th,
	.law .about-tbl td{
		padding: 10px 20px;
	}
	.law .about-tbl th{
		background: #f6f6f7;
		border-right: 1px solid #d0d0d0;
		font-size: 15px;		
	}
	.law .about-tbl td{
		font-size: 13px;
	}
	.law .about-tbl .payment-title{
		margin-bottom: 5px;
	}
	.law .about-tbl .carriage-content a{
		color: #ec574c;
	}	
	.free-inner{
		margin: 0 auto;
		width: 90%;
	}	
}
/* 個人情報保護方針 */
@media screen and (min-width:770px){
	.contents.privacy{
		max-width: 900px;		
	}
}
/* 会員規約 */
@media screen and (min-width:770px){
	.contents.membership{
		max-width: 900px;		
	}
}
@media screen and (min-width: 770px){

/*--------商品ページ用----------*/
.item-middle{
	display: flex;
	justify-content: space-between;
}
.item-middle:before,
.item-middle:after{
	content: none;
}
.item-detail-left{
	float: none;
	width: 53%;
}
.item-detail-photo{
	width: 100%;
	height: inherit;
}
.item-detail-photo ul li{
	width: 100%;
}
.item-detail-photo img{
	object-fit: cover;
	width: 100%;
	max-width: inherit;
	height: 44.5vw;
	max-height: 600px;
}
@media screen and (max-width:1000px){
	.item-detail-photo img{
		height: 64vw;
		max-height: inherit;
	}
}
.item-detail-thumb{
	display: flex;
	flex-wrap: wrap;
}
.item-detail-thumb-photo{
	margin-right: 2.5%;
	width: 18%;
	float: none;
}
.item-detail-thumb-photo:nth-of-type(5n){
	margin-right: 0;
}
.item-detail-thumb-photo img{
	object-fit: cover;	
	width: 100%;
	height: 8vw;
	max-height: 106px;
}
@media screen and (max-width:1000px){
	.item-detail-thumb-photo img{
		height: 11vw;
	}
}
.item-detail-right{
	float: none;
	width: 42%;
}
.item-detail-cart-btn a{
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	background: #3b3e4a;
	padding-left: 28px;
}
.item-bottom{
	margin-top: 80px;
	line-height: 2;
}
.item-detail-cart-btn:hover a{
	color: #fff;
}
.item-detail-name, .item-detail-info dl dd, .item-detail-info2 dl dd, .item-detail-cart-btn, .item-detail-vari-itemcode, .item-detail-info dl dt, .item-detail-info2 dl dt{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#top{
	display: none;
}
#carttop-pc{	
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 1000;
  width: 160px;
  
}
/*--------//商品ページ用----------*/

/*--------フォント装飾用----------*/
#productinfo p{
  word-wrap: break-word;
  word-break: break-all;
}
#productinfo p a{
	border-bottom: solid 1px #565656;
}
#productinfo span.bold{
	font-weight: bold;
}
#productinfo span.red{
	color: #e20000;
}
#productinfo span.red{
	color: #e20000;
}
#productinfo span.red-border{
	color: #e20000;
	border-bottom: solid 1px #e20000;
}
#productinfo span.blue{
	color: #002aa2;
}
#productinfo span.blue-border{
	color: #002aa2;
	border-bottom: solid 1px #002aa2;
}
/*--------//フォント装飾用----------*/


#productinfo .inner{
	margin: 0 auto;
	width: 100%;
}
#productinfo .generalsec{
	margin-bottom: 80px;
}
#productinfo .product_t{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: solid 1px #000;
	margin-bottom: 40px;
	line-height: 1;
}
#productinfo .product_t span{
	position: relative;
}
#productinfo .product_t span::before{
	content: "";
	background: rgba(220, 216, 207, 0.6);
	position: absolute;
	left: 0;
	bottom: -17px;
	width: 110%;
	height: 5px;
	z-index: -1;
}
#productinfo .normal_text{
	/*font-size: 16px;*//*-----------らくうるテスト設置後調整----------*/
	line-height: 1.8em;
	margin-top: 40px;
}
#productinfo .note{
	padding-left: 20px;
	position: relative;
	margin-top: 15px;
}
#productinfo .note::before{
	content: "※";
	left: 0;
	position: absolute;
}
#productinfo .mgt0{
	margin-top: 0!important;
}
#productinfo .menu_container{
	margin-bottom: 40px;
	padding: 45px 30px;
	background: url(https://image.raku-uru.jp/01/8476/721/paper_1621409268963.jpg) repeat;
	background-size: 500px;
	box-shadow: 2px 2px 4px #bebca9;
}

#productinfo .menutitle{
	text-align: center;
	margin-bottom: 55px;
	font-size: 23px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1;
  position: relative;
}
#productinfo .menutitle::before{
	content: "";
	border-bottom: solid 2px #dcd9d0;
	width: 90px;
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -17px;
}
#productinfo .centerbox{
	display: flex;
	justify-content: center;
}
#productinfo .menulist{
	display: inline-block;
}
#productinfo .menulist li{
	font-size: 20px;
	margin-top: 25px;
	position: relative;
	letter-spacing: 2px;
	line-height: 1;
	padding-left: 38px;
}
#productinfo .menulist li:first-child{
	margin-top: 0;
}
#productinfo .menulist li::before{
	content: "";
	background: url(https://image.raku-uru.jp/01/8476/720/decor1_1621409163429.png) no-repeat;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
	position: absolute;
	background-size: 100%;
}
/*お受け取り日①*/
#package1{
	margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: dashed 1px #ccc;
}
#package1 h2{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 20px;
}
#package1 .cate_t{
	margin: 23px 0 15px;
	background: #3b3e4a;
	font-size: 15px;
	padding: 2px 10px 1px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
}
#package1 .cate_t:first-child{
	margin-top: 0;
}
#package1 .date1{
	display: flex;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 0 5px;
}
#package1 .month1{
	margin-right: 23px;
	position: relative;
}
#package1 .month1::before{
	content: "";
	position: absolute;
	border-bottom: solid 1px #8a8a8a;
	width: 20px;
	transform: rotateZ(-60deg);
	right: -20px;
	top: 14px;
}
#package1 .day1{
	flex: 1;
}
/*お受け取り日一番下*/
#package{
	margin-top: 120px;
}
#package h2{
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: dashed 1px #000;
	margin-bottom: 30px;
	line-height: 1;
	text-align: center;
}
#package .cate_t{
	margin: 23px 0 15px;
	background: #3b3e4a;
	font-size: 15px;
	padding: 2px 10px 1px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
}
#package .cate_t:first-child{
	margin-top: 0;
}
#package .date{
	display: flex;
	font-size: 17px;
	margin-bottom: 10px;
	padding: 0 5px;
}
#package .monthp{
	margin-right: 23px;
	position: relative;
}
#package .monthp::before{
	content: "";
	position: absolute;
	border-bottom: solid 1px #8a8a8a;
	width: 16px;
	transform: rotateZ(-60deg);
	right: -18px;
	top: 12px;
}
#package .day{
	flex: 1;
}
#package .daybox{
	margin-bottom: 40px;
}
#package .backgray{
	padding: 22px 25px;
	margin-top: 30px;
	margin-bottom: 60px;
	border: solid 1px #ababab;
}
#package .backgray_t{
	margin:30px 0 12px;
}
#package .backgray_t.mgt0{
	margin-top: 0;
}
#productinfo .content_t{
	font-size: 21px;
	font-weight: normal;
	padding-left: 10px;
	border-left: 15px solid #dcd9d0;
	line-height: 1.3;
	margin-bottom: 30px;
}
#productinfo .content_t span{
	font-size: 16px;
	margin-left: 30px;
}
#productinfo .contentlist{
	display: flex;
	flex-wrap: wrap;
}
#productinfo .contentlist li{
	width: 30%;
	margin-right: 5%;
}
#productinfo .contentlist li:nth-child(3n){
	margin-right: 0;
}
#productinfo .contentlist li span{
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 17px;
}
#productinfo .flowlist li{
	display: flex;
}
#productinfo .flowlist li:nth-of-type(n+2){
	margin-top: 40px;
	position: relative;
}
#productinfo .flowlist li:nth-of-type(n+2)::before{
	content: "";
	background: url(https://image.raku-uru.jp/01/8476/685/arrowbottom_1621401217791.png) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50px;
  top: -29px;
	background-size: 100%;
}
#productinfo .flowimg{
	width: 120px;
	margin-right: 30px;
}
#productinfo .flowimg img{
	border-radius: 50%;
	border: solid 1px #dcd9d0;
}
#productinfo .flow_text{
	flex: 1;
	margin-top: 5px;
}
#productinfo .flow_text dt{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 43px;
	position: relative;
}
#productinfo .flow_text dt span{
	margin-right: 20px;
	color: #dcd9d0;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 25px;
}
#productinfo .flow_text dd{
	font-size: 15px;
	margin-left: 0;/*デフォルト*/
}
#productinfo .faqlist{
	/*font-size: 16px;*//*-----------らくうるテスト設置後調整----------*/
}
#productinfo .faqlist dt{
	padding: 0 5px 13px 40px;
	border-bottom: dashed 1px #bfbfbf;
	position: relative;
	margin-top: 25px;
}
#productinfo .faqlist dt::before, .faqlist dd::before{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#productinfo .faqlist dt::before{
	content: "Q.";
	position: absolute;
	left: 5px;
	font-size: 20px;
	color: #adadad;
	top: -5px;
}
#productinfo .faqlist dt:first-child{
	margin-top: 30px;
}
#productinfo .faqlist dt:hover{
	cursor: pointer;
  color: #8a835b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s;
}
#productinfo .faqlist dd{
	display: none;
	padding: 0 5px 0 40px;
	position: relative;
	margin: 20px 0 40px;
}
#productinfo .faqlist dd::before{
	content: "A.";
	position: absolute;
	left: 5px;
	font-size: 20px;
	color: #4b73b1;
	top: -5px;
}
#productinfo .voice_text:nth-child(n+2){
	margin-top: 30px;
}
#productinfo .voice_text span{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #004271;
	font-weight: bold;
}
#productinfo #recommend{
	margin-top: 120px;
}
#productinfo .recommend_t{
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: normal;
}
#productinfo .recommendlist{
	display: flex;
}
#productinfo .recommendlist li{
	margin-right: 4%;
	width: 22%;
}
#productinfo .recommendlist li p:first-of-type{
	overflow: hidden;
}
#productinfo .recommendlist li p:first-of-type img{
  object-fit: cover;
  width: 100%;
  height: 17vw;
}
@media screen and (max-width: 1000px){
#productinfo .recommendlist li p:first-of-type img{
  height: 22vw;
}
}
#productinfo .recommendlist li:nth-child(4){
	margin-right: 0;
}
#productinfo .name, .price{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#productinfo .name{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 12px;
}
#productinfo .price{
	margin-top: 10px;
}
#productinfo .price span{
	font-size: 12px;
	margin-left: 5px;
}
#productinfo #image_text{
	padding: 70px 0;
	background: #f7f6f1;
}
#productinfo #image_text img{
	width: 100%;
	max-width: 100%;
}
#productinfo .i_t_section{
	max-width: 700px;
	width: 80%;
	margin: 80px auto 0;
}
#productinfo .i_t_section:first-child{
	margin-top: 0;
}
#productinfo .i_t_section h3{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: normal;
	font-size: 22px;
	margin: 20px 0 11px;
}
#productinfo .image_text_center h3{
	text-align: center;
}
#productinfo .staffcontainer:nth-child(n+2){
	margin-top: 30px;
}
#productinfo .staffcontainer1{
	background: #ddd9d0;
	padding: 30px;
	display: flex;
	align-items: center;
}
#productinfo .staffimg{
	width: 180px;
	margin-right: 40px;
}
#productinfo .staffimg img{
	border-radius: 3px;
}
#productinfo .staff_text{
	flex: 1;
}
#productinfo .staffname{
	margin-bottom: 10px;
	font-size: 18px;
}
#productinfo .staff_profile{
	font-size: 13px;
	margin-bottom: 15px;
	color: #444;
}
/*商品情報 食品表示*/
#productinfo #foodlabel table{
	border-collapse: collapse;
	width: 100%;
	padding: 20px 21px 19px;
	display: inline-block;
	font-size: 14px;
	border: solid 1px #a9a9a9;
}
#productinfo #foodlabel table th, #foodlabel table td{
	margin-top: 10px;
	display: inline-block;
	border: none;/*---デフォルト---*/
}
#productinfo #foodlabel table tr:first-child th, #foodlabel table tr:first-child td{
	margin-top: 0;
}
#productinfo #foodlabel table th{
	width: 120px;
	font-weight: normal;
	text-align: left;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	background: none;/*---デフォルト---*/
	padding: 0;/*---デフォルト---*/
}
#productinfo #foodlabel table td{
	position: relative;
	width: calc(100% - 130px);
}
#productinfo #foodlabel table th::after{
	content: " :";
	color: #8e8c85;
  top: -2px;
  position: absolute;
  right: 0;
}

/*仕出しの特徴*/
#productinfo .features_container{
	display: flex;
}
#productinfo .features_container:nth-of-type(n+2){
	margin-top: 30px;
	padding-top: 30px;
	border-top: dashed 1px #ccc;
}
#productinfo .featuresimg{
	width: 160px;
	margin-right: 40px;
	padding: 30px 0 0 30px;
	position: relative;
}
#productinfo .featuresimg img{
	background: #fff;
  box-shadow: 1px 1px 4px #ccc;
}
#productinfo .featuresimg span{
	display: none;
}
#productinfo .features_container:nth-of-type(1) .featuresimg::after{
	content: "";
	background: url(https://image.raku-uru.jp/01/18394/168/num1_1621120345206.png) no-repeat;
	position: absolute;
	top: 6px;
	left: 1px;
	width: 28px;
	height: 28%;
	background-size: 100%;
}
#productinfo .features_container:nth-of-type(2) .featuresimg::after{
	content: "";
	background: url(https://image.raku-uru.jp/01/18394/167/num2_1621120344991.png) no-repeat;
	position: absolute;
	top: 6px;
	left: 1px;
	width: 28px;
	height: 28%;
	background-size: 100%;
}
#productinfo .features_container:nth-of-type(3) .featuresimg::after{
	content: "";
	background: url(https://image.raku-uru.jp/01/18394/166/num3_1621120344741.png) no-repeat;
	position: absolute;
	top: 6px;
	left: 1px;
	width: 28px;
	height: 28%;
	background-size: 100%;
}
#productinfo .features_container:nth-of-type(4) .featuresimg::after{
	content: "";
	background: url(https://image.raku-uru.jp/01/18394/165/num4_1621120344467.png) no-repeat;
	position: absolute;
	top: 6px;
	left: 1px;
	width: 28px;
	height: 28%;
	background-size: 100%;
}
#productinfo .featuresimg::before{
	content: "";
	background: #dcd8cf;
	width: 130px;
	height: 130px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: -1;
}
#productinfo .featurestext{
	flex: 1;
}
#productinfo .features_title{
	font-size: 18px;
	margin-bottom: 15px;
}



}
@media screen and (min-width: 768px) and (max-width: 1000px){

#side{display: none;}
#productinfo .inner{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 750px;
}
}








/*------------------------------------------------スマホ--------------------------------------------------------------*/





@media screen and (max-width: 769px){
	

/*--------商品ページ用----------*/
.contents{
	width: 100%;
}
.item-middle{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
.bread{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.item-middle:before,
.item-middle:after{
	content: none;
}
div.main{
	margin: 0 auto;
	width: 90%;
}
.item-detail-left{
	float: none;
	width: 100%;
}
.item-detail-photo{
	width: 100%;
	height: inherit;
}
.item-detail-photo-main{
	width: 100%;
}
.item-detail-photo ul{
	height: inherit;
}
.item-detail-photo ul li{
	width: 90vw;
	height: inherit;
}
.item-detail-photo img{
	width: 100%;
	max-width: inherit;
	max-height: inherit;
}
.item-detail-thumb{
	display: flex;
	overflow: auto;
}
.item-detail-thumb-photo{
	margin-right: 2%;
	width: 23.5%;
	float: none;
}
.item-detail-thumb-photo:last-of-type{
	margin-right: 0;
}
.item-detail-thumb-photo img{
	width: 100%;
	height: 28vw;
	max-height: inherit;
}
.item-detail-right{
	float: none;
	width: 100%;
}
.item-detail-cart-btn a{
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	background: #3b3e4a;
}
.item-bottom{
	margin-top: 50px;
}
.item-detail-name, .item-detail-info dl dd, .item-detail-info2 dl dd, .item-detail-cart-btn, .item-detail-vari-itemcode, .item-detail-info dl dt, .item-detail-info2 dl dt{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#top{
	display: none;
}
#carttop-sp{
	display: block!important;
  position: fixed;
	bottom: -100px;
  right: 20px;
  z-index: 1000;
  width: 150px;
}
#carttop-sp img{
	border-radius: 3px;
}
.item-detail-name{
	font-size: 20px;
}
.item-detail-vari-price-num{
	font-size: 20px;
}
/*
.item-detail-info dl dd{
	padding: 0;
}
*/
/*--------//商品ページ用----------*/

/*--------スマホスライダー用----------*/
.det-slide li img{
	object-fit: cover;
	height: 120vw;
	max-height: 920px;
	width: 100%;
}
.det-thum-slide{
	margin: 10px 0;
	display: flex;
	overflow-x: auto;
}
.det-thum-slide li{
	margin-right: 2%;
	width: 23%;
	min-width: 70px;
}
.det-thum-slide li img{
	object-fit: cover;
	width: 100%;
	height: 31vw;
	min-height: 94px;
	max-height: 224px;
}
/*--------//スマホスライダー用----------*/

/*--------フォント装飾用----------*/
#productinfo p{
  word-wrap: break-word;
  word-break: break-all;
}
#productinfo p a{
	border-bottom: solid 1px #565656;
}
#productinfo span.bold{
	font-weight: bold;
}
#productinfo span.red{
	color: #e20000;
}
#productinfo span.red{
	color: #e20000;
}
#productinfo span.red-border{
	color: #e20000;
	border-bottom: solid 1px #e20000;
}
#productinfo span.blue{
	color: #002aa2;
}
#productinfo span.blue-border{
	color: #002aa2;
	border-bottom: solid 1px #002aa2;
}
/*--------//フォント装飾用----------*/


#productinfo .inner{
	width: 100%;
}
#productinfo .generalsec{
	margin-bottom: 75px;
}
#productinfo .product_t{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 11px;
	border-bottom: solid 1px #000;
	margin-bottom: 25px;
	line-height: 1.3;
}
#productinfo .product_t span{
	position: relative;
}
#productinfo .product_t span::before{
	content: "";
	background: rgba(220, 216, 207, 0.6);
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 110%;
	height: 5px;
	z-index: -1;
	min-width: 100px;
	max-width: 400px;
}
#productinfo .normal_text{
	margin-top: 20px;
}
#productinfo .note{
	padding-left: 17px;
	position: relative;
	margin-top: 15px;
}
#productinfo .note::before{
	content: "※";
	left: 0;
	position: absolute;
}
#productinfo .mgt0{
	margin-top: 0!important;
}
#productinfo .menu_container{
	margin-bottom: 40px;
	padding: 32px 15px 29px;
	background: url(https://image.raku-uru.jp/01/8476/721/paper_1621409268963.jpg) repeat;
	background-size: 500px;
	box-shadow: 2px 2px 4px #bebca9;
}
#productinfo .menutitle{
	text-align: center;
	margin-bottom: 35px;
	font-size: 18px;
  letter-spacing: 3px;
  line-height: 1;
  position: relative;
  font-weight: 600;
}
#productinfo .menutitle::before{
	content: "";
	border-bottom: solid 2px #dcd9d0;
	width: 80px;
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -14px;
}
#productinfo .centerbox{
	display: flex;
	justify-content: center;
}
#productinfo .menulist{
	display: inline-block;
}
#productinfo .menulist li{
	font-size: 16px;
	margin-top: 8px;
	position: relative;
	letter-spacing: 2px;
	line-height: 1.5;
	padding-left: 23px;
	font-weight: 600;
}
#productinfo .menulist li:first-child{
	margin-top: 0;
}
#productinfo .menulist li::before{
	content: "";
	background: url(https://image.raku-uru.jp/01/8476/720/decor1_1621409163429.png) no-repeat;
	width: 13px;
	height: 13px;
	left: 0;
	top: 6px;
	position: absolute;
	background-size: 100%;
}
/*お受け取り日①*/
#package1{
	margin-top: 40px;
}
#package1 h2{
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 13px;
}
#package1 .cate_t{
	margin: 23px 0 12px;
	background: #3b3e4a;
	font-size: 13px;
	padding: 2px 8px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
}
#package1 .cate_t:first-child{
	margin-top: 0;
}
#package1 .date1{
	display: flex;
	margin-bottom: 6px;
	font-weight: bold;
	color: #313131;
	padding: 0 5px;
}
#package1 .month1{
	margin-right: 15px;
	position: relative;
}
#package1 .month1::before{
	content: "";
	position: absolute;
	border-bottom: solid 1px #8a8a8a;
	width: 16px;
	transform: rotateZ(-60deg);
	right: -15px;
	top: 10px;
}
#package1 .day1{
	flex: 1;
}
/*お受け取り日一番下*/
#package{
	margin-top: 65px;
}
#package .cate_t{
	margin: 23px 0 12px;
	background: #3b3e4a;
	font-size: 13px;
	padding: 2px 8px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
}
#package .cate_t:first-child{
	margin-top: 0;
}
#package h2{
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: dashed 1px #000;
	margin-bottom: 25px;
	line-height: 1;
	text-align: center;
}
#package .date{
	display: flex;
	margin-bottom: 6px;
	font-weight: bold;
	color: #313131;
	padding: 0 5px;
}
#package .monthp{
	margin-right: 15px;
	position: relative;
}
#package .monthp::before{
	content: "";
	position: absolute;
	border-bottom: solid 1px #8a8a8a;
	width: 16px;
	transform: rotateZ(-60deg);
	right: -15px;
	top: 10px;
}
#package .day{
	flex: 1;
}
#package .daybox{
	margin-bottom: 20px;
}
#package .backgray{
	padding: 18px 15px;
	margin-top: 30px;
	border: solid 1px #ababab;
	margin-bottom: 50px;
}
#package .backgray_t{
	margin:30px 0 10px;
	font-weight: bold;
}
#package .backgray_t.mgt0{
	margin-top: 0;
}
#productinfo .content_t{
	font-size: 18px;
	font-weight: 600;
	padding-left: 10px;
	border-left: 15px solid #dcd9d0;
	line-height: 1.3;
	margin-bottom: 30px;
}
#productinfo .content_t span{
	font-size: 12px;
	margin-left: 15px;
	font-weight: normal;
}
#productinfo .contentlist{
	display: flex;
	flex-wrap: wrap;
}
#productinfo .contentlist li{
	width: 47%;
	margin-right: 6%;
}
#productinfo .contentlist li:nth-child(2n){
	margin-right: 0;
}
#productinfo .contentlist li:nth-child(n+3){
	margin-top: 6%;
}
#productinfo .contentlist li span{
	display: block;
	text-align: center;
	margin-top: 7px;
	font-weight: bold;
}
#productinfo .flowlist{
	max-width: 500px;
	margin: 0 auto;
}
#productinfo .flowlist li:nth-of-type(n+2){
	margin-top: 40px;
	position: relative;
}
#productinfo .flowlist li:nth-of-type(n+2)::before{
	content: "";
	background: url(https://image.raku-uru.jp/01/8476/685/arrowbottom_1621401217791.png) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -30px;
	background-size: 100%;
}
#productinfo .flowimg{
	width: 35%;
	margin: 0 auto;
}
#productinfo .flowimg img{
	border-radius: 50%;
	border: solid 1px #dcd9d0;
}
#productinfo .flow_text dt{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 17px;
	margin:13px 0 10px;
	display: inline-block;
	display: flex;
	justify-content: center;
	padding-right: 10px;
	font-weight: 600;
}
#productinfo .flow_text dt span{
	margin-right: 8px;
	color: #dcd9d0;
	font-weight: bold;
	font-size: 25px;
	position: relative;
	top: -7px;
	white-space: nowrap;
}
#productinfo .flow_text dd{
	margin-left: 0;/*デフォルト*/
}
#productinfo .faqlist dt{
	padding: 0 5px 9px 32px;
	border-bottom: dashed 1px #bfbfbf;
	position: relative;
	margin-top: 14px;
}
#productinfo .faqlist dt::before, .faqlist dd::before{
	font-weight: bold;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#productinfo .faqlist dt::before{
	content: "Q.";
	position: absolute;
	left: 5px;
	font-size: 16px;
	color: #adadad;
	top: -3px;
}
#productinfo .faqlist dt:first-child{
	margin-top: 23px;
}
#productinfo .faqlist dt:hover{
	cursor: pointer;
  color: #8a835b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s;
}
#productinfo .faqlist dd{
	display: none;
	padding: 0 5px 0 32px;
	position: relative;
	margin: 13px 0 30px;
}
#productinfo .faqlist dd::before{
	content: "A.";
	position: absolute;
	left: 5px;
	font-size: 16px;
	color: #4b73b1;
	top: -2px;
}
#productinfo .voice_text:nth-of-type(n+2){
	margin-top: 25px;
}
#productinfo .voice_text span{
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	color: #004271;
	font-weight: bold;
}
#productinfo #recommend{
	margin-top: 120px;
}
#productinfo .recommend_t{
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 600;
}
#productinfo .recommendlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#productinfo .recommendlist li{
	width: 47%;
}
#productinfo .recommendlist li p:first-of-type{
	overflow: hidden;
}
#productinfo .recommendlist li p:first-of-type img{
  object-fit: cover;
  width: 100%;
  height: 56vw;
}
#productinfo .recommendlist li:nth-child(n+3){
	margin-top: 25px;
}
#productinfo .name, .price{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#productinfo .name{
	font-size: 13px;
	line-height: 1.5;
	margin-top: 10px;
}
#productinfo .price{
	margin-top: 10px;
	font-size: 13px;
}
#productinfo .price span{
	font-size: 11px;
	margin-left: 4px;
}
#productinfo #image_text.inner{
	width: 100%;
	padding: 45px 5%;
	background: #f7f6f1;
}
#productinfo #image_text img{
	width: 100%;
	max-width: 100%;
}
#productinfo .i_t_section{
	margin-top: 35px;
}
#productinfo .i_t_section:first-child{
	margin-top: 0;
}
#productinfo .i_t_section h3{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 600;
	font-size: 16px;
	margin: 16px 0 10px;
	line-height: 1.5;
}
#productinfo .image_text_center h3{
	text-align: center;
}
#productinfo .staffcontainer{
	max-width: 500px;
	margin: 0 auto;
}
#productinfo .staffcontainer:nth-child(n+2){
	margin-top: 25px;
}
#productinfo .staffcontainer1{
	background: #ddd9d0;
	padding: 25px 15px;
	align-items: center;
}
#productinfo .staffimg{
	width: 60%;
	margin: 0 auto 12px;
	max-width: 250px;
}
#productinfo .staffimg img{
	border-radius: 3px;
}
#productinfo .staff_text{
	flex: 1;
}
#productinfo .staffname{
	margin-bottom: 10px;
	font-size: 17px;
	text-align: center;
}
#productinfo .staff_profile{
	font-size: 12px;
	margin-bottom: 15px;
	color: #444;
	padding-bottom: 9px;
	text-align: center;
	border-bottom: dashed 1px #ccc;
}

/*商品情報 食品表示*/
#productinfo #foodlabel table{
	border-collapse: collapse;
	width: 100%;
	padding: 20px 15px 17px;
	display: inline-block;
	font-size: 13px;
	border: solid 1px #ccc;
}
#productinfo #foodlabel table th, #foodlabel table td{
	display: inline-block;
	border: none;/*---デフォルト---*/
}
#productinfo #foodlabel table tr:first-child th, #foodlabel table tr:first-child td{
	margin-top: 0;
}
#productinfo #foodlabel table th{
	display: block;
	font-weight: normal;
	text-align: left;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	margin: 14px 0 2px;
	font-size: 12px;
	font-weight: bold;
	background: none;/*---デフォルト---*/
	padding: 0;/*---デフォルト---*/
}
#productinfo #foodlabel table th::after{
	content: " :";
	color: #8e8c85;
	margin-right: 7px;
}

/*仕出しの特徴*/
#productinfo .features_container{
	max-width: 500px;
	margin: 0 auto;
}
#productinfo .features_container:nth-of-type(n+2){
	margin-top: 30px;
	padding-top: 30px;
	border-top: dashed 1px #ccc;
}
#productinfo .featuresimg{
	width: 45%;
	margin: 0 auto;
	padding:6% 0 0 6%;
	position: relative;
}
#productinfo .featuresimg img{
	background: #fff;
  box-shadow: 1px 1px 4px #ccc;
}
#productinfo .featuresimg span{
	display: none;
}
#productinfo .features_container:nth-of-type(1) .featuresimg::after{
	content: "";
	background: url(https://image.raku-uru.jp/01/18394/168/num1_1621120345206.png) no-repeat;
	position: absolute;
	top: 3%;
	left: 2%;
	width: 12%;
	height: 12%;
	background-size: 100%;
}
#productinfo .features_container:nth-of-type(2) .featuresimg::after{
	content: "";
	background: url(https://image.raku-uru.jp/01/18394/167/num2_1621120344991.png) no-repeat;
	position: absolute;
	top: 3%;
	left: 2%;
	width: 12%;
	height: 12%;
	background-size: 100%;
}
#productinfo .features_container:nth-of-type(3) .featuresimg::after{
	content: "";
	background: url(https://image.raku-uru.jp/01/18394/166/num3_1621120344741.png) no-repeat;
	position: absolute;
	top: 3%;
	left: 2%;
	width: 12%;
	height: 12%;
	background-size: 100%;
}
#productinfo .features_container:nth-of-type(4) .featuresimg::after{
	content: "";
	background: url(https://image.raku-uru.jp/01/18394/165/num4_1621120344467.png) no-repeat;
	position: absolute;
	top: 3%;
	left: 2%;
	width: 12%;
	height: 12%;
	background-size: 100%;
}
#productinfo .featuresimg::before{
	content: "";
	background: #dcd8cf;
	width: 85%;
	height: 85%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: -1;
}
#productinfo .featurestext{
	flex: 1;
}
#productinfo .features_title{
	font-size: 18px;
	margin:  15px 0 12px;
	text-align: center;
	font-weight: 600;
}
}
@media all and (-ms-high-contrast: none) {
  /* IE専用 */
  #package{
    margin-top: 50px;
  }
}
#item-detail.cate48333 div.shidashi,
#item-detail.cate54632 div.shidashi,
#item-detail.cate54639 div.shidashi,
#item-detail.cate54640 div.shidashi,
#item-detail.cate54641 div.shidashi,
#item-detail.cate54642 div.shidashi,
#item-detail.cate54643 div.shidashi,
#item-detail.cate54643 div.shidashi,
#item-detail.cate54644 div.shidashi,
#item-detail.cate54645 div.shidashi,
#item-detail.cate54646 div.shidashi,
#item-detail.cate54647 div.shidashi,
#item-detail.cate27905 div.shidashi,
#item-detail.cate54633 div.shidashi,
#item-detail.cate27743 div.shidashi,
#item-detail.cate27744 div.shidashi,
#item-detail.cate28095 div.shidashi,
#item-detail.cate27742 div.shidashi
{
	display: none !important;
}

/* 仕出しの場合 */
#item-detail.cate54648 div.online,
#item-detail.cate54649 div.online{	
	display: none !important;
}
/* 書籍 */
#item-detail.cate28095 #package1,
#item-detail.cate28095 #package,
#item-detail.cate65872 #package1,
#item-detail.cate65872 #package,
{
	display: none !important;
}
