@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
/***********
 * 共通
 ***********/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
}

html,
body {
	height: 100%;
}

/* 基本文字 */
body,
body * {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
}

body {
	font-size: 16px;
	color:#4a4a4a;
	/* 通常文字色 */
	background:#fff ;
}

@media only screen and (max-width: 660px) {
	body {
		font-size: 14px;
	}
}

.shippori-font {
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

/* a リンク文字色 */
a,
a:visited {
	color:#666;
	/* a リンク文字色 */
	text-decoration: none;
}

a:hover,
button:hover {
	color:#8d613b;
	/* hoverリンク文字色 */
	text-decoration: underline;
	opacity: 0.7;
}

a:hover,
button:hover {
	text-decoration: none;
	opacity: .7;
}

a:hover * {
	opacity: .7;
}

/* その他 */
input[type='text'],
input[type='password'] {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	border: #d1d1d1 solid 1px;
}

input[type='checkbox'] {
	margin-right: 4px;
}

img {
	max-width: 100%;
	word-break: normal;
	border: none;
}

ul,
ul li {
	list-style: none;
}

.sp-on {
	display: none;
}

@media only screen and (max-width: 660px) {
	.sp-on {
		display: inline-block;
	}
	.pc-on {
		display: none;
	}
}



/***********
 * clearfix
 ***********/

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}
 
.clearfix:after {
	clear: both;
}
 
label:after {
	display: none;
}


/***********
 * layout
 ***********/

.w-1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.w-800 {
	max-width: 800px;
	margin: 0 auto;
}

.top-tb-padding {
	padding-top: 100px;
	padding-bottom: 150px;
}

.tb-padding {
	padding-top: 80px;
	padding-bottom: 150px;
}

/* 背景グレーbox */
.shop-description,
.pickup {
	width: 100%;
	background-color: #E9EEEF;
}

/* 幅1000box */
.header,
.bread,
.shop-description_inner,
.shop-description_bana,
.information,
.pickup_list,
.category-list,
.footer_inner,
#product-list,
#search-list,
.wysiwyg-data {
	width: 1000px;
	margin: 0 auto;
}

/* 幅800box */
.main {
	max-width: 800px;
	margin: 0 auto;
}

/* トップ セクション上下余白 */
.shop-description,
.information,
.pickup,
.category-list,
#product-list,
#search-list,
.wysiwyg-data,
.main {
	padding-top: 100px;
	padding-bottom: 150px;
}

@media only screen and (max-width: 1060px) {
	/* 幅1000box */
	.header,
	.bread,
	.shop-description_inner,
	.shop-description_bana,
	.information,
	.pickup_list,
	.category-list,
	.footer_inner,
	#product-list,
	#search-list,
	.wysiwyg-data {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.w-1000 {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.tb-padding {
		padding-bottom: 130px;
	}
}

@media only screen and (max-width: 660px) {
	/* トップ セクション上下余白 */
	.shop-description,
	.information,
	.pickup,
	.category-list,
	#product-list,
	#search-list,
	.wysiwyg-data,
	.main {
		padding-top: 70px;
		padding-bottom: 85px;
	}
	.top-tb-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

/***********
 * タイトル
 ***********/

h2,
h3,
.ttl,
.top_ttl,
.page-ttl,
.wysiwyg-data h2 {
	font-weight: normal;
	text-align: center;
}

.top_ttl,
.ttl {
	color: #3c9faf;
}

.top_ttl,
.ttl,
.page-ttl {
	margin-bottom: 50px;
}

.top_ttl-large,
.page-ttl_large,
.page-ttl_middle,
.wysiwyg-data h2,
.ttl h2 {
	font-family: "Shippori Mincho", serif;
}

.top_ttl-large,
.page-ttl_large,
.wysiwyg-data h2 {
	font-size: 35px;
}

.page-ttl_middle,
.ttl h2 {
	font-size: 28px;
}

.top_ttl-small,
.page-ttl-small {
	font-size: 16px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 660px) {
	.page-ttl_large {
		font-size: 32px;
	}
	.top_ttl-large,
	.page-ttl_middle,
	.wysiwyg-data h2,
	.ttl h2 {
		font-size: 28px;
	}
	.page-ttl-small {
		font-size: 14px;
	}
}


/***********
 * header
 ***********/

.header-bg {
	width: 100%;
	height: 60px;
	margin-bottom: 65px;
	background-color: #3c9faf;
}

.header {
	position: relative;
}

.header-logo {
	line-height: 124px;
	position: relative;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	width: 158px;
	height: 124px;
	text-align: center;
	background-color: #fff;
	margin-top: -10px;
}

.header-logo img {
	width: auto;
	height: auto;
	max-width: 158px;
	max-height: 100px;
	vertical-align: middle;
}

.logo-text {
	font-size: 13px;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	overflow: hidden;
	width: 100%;
	max-height: 7em;
	padding: 0 10px;
	-webkit-transform: translate(-50%, -50%);
		    transform: translate(-50%, -50%);
	text-align: center;
	word-break: break-all;
	color: #3c9faf;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

@media only screen and (max-width: 1060px) {
	.header-bg {
		height: 45px;
		margin-bottom: 45px;
	}
	.header-logo {
		line-height: 90px;
		width: 115px;
		height: 90px;
		margin-top: -5px;
	}
	.logo-text {
		max-height: 5.4em;
		-webkit-line-clamp: 4;
	}
	.header-logo img {
		max-width: 115px;
		max-height: 80px;
		vertical-align: middle;
	}
}

/* ハンバーガーボタン */

.header-menu-sp {
	display: none;
}

.nav-close {
	display: none;
}

@media only screen and (max-width: 1060px) {
	.header-menu-sp {
		position: absolute;
		top: 13px;
		right: 10px;
		display: block;
		width: 67px;
	}
	.header-menu-sp img {
		width: 100%;
		height: auto;
	}
	.nav-close {
		line-height: 45px;
		display: block;
		text-align: right;
		border-bottom: rgba(238,238,238,.27) solid 1px;
		background-color: rgba(60,159,175,.9);
	}
	.nav-close a {
		display: inline-block;
		width: 19px;
		height: 19px;
		margin: 0 15px 0;
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* ヘッダーナビ１ */

.header-nav {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}

.header-menu ul {
	float:right;
}

.header-menu ul > li {
	height: 60px;
	float: left;
	text-align: center;
}

.header-menu ul > li a {
	position: relative;
	color: #fff;
}

.entry, .logout, .mypage, .cart {
	border-left: 1px solid #66b5bf;
}

.cart {
	border-right: 1px solid #66b5bf;
}

.header-menu .entry a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
	right: 20px;
	top: 25px;
}

.header-menu .logout ,
.header-menu .entry {
	line-height: 60px;
}

.header-menu .logout a ,
.header-menu .entry a {
	font-size: 16px;
	display: block;
	height: 60px;
	padding-right: 40px;
	padding-left: 20px;
}

.header-menu .logout a {
	padding-right: 20px;
	padding-left: 40px;
}

.header-menu .logout a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 21px;
	height: 24px;
	margin-top: -11px;
	margin-left: 12px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-logout.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.header-menu .mypage a {
	font-size: 12px;
	position: relative;
	display: block;
	width: 80px;
	height: 60px;
	padding-top: 36px;
}

.header-menu .mypage a:before {
	position: absolute;
	top: 10px;
	left: 50%;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: -14px;
	content: '';
	background-image: url(https://image.raku-uru.jp/01/23170/84/login_1709171100097.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.header-menu .cart a {
	font-size: 12px;
	position: relative;
	display: block;
	width: 80px;
	height: 60px;
	padding-top: 36px;
}

.header-menu .cart a:before {
	position: absolute;
	top: 10px;
	left: 50%;
	display: inline-block;
	width: 26px;
	height: 24px;
	margin-left: -15px;
	content: '';
	background-image: url(https://image.raku-uru.jp/01/23170/83/cart_1709171099865.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.header-menu .sns {
	padding-right: 2px;
}

.header-menu .sns ul li {
	line-height: 60px;
	display: inline-block;
	width: 25px;
	margin-left: 20px;
}

.header-menu .sns ul li img {
	width: 26px;
	height: auto;
	vertical-align: middle;
}

@media only screen and (max-width: 1060px) {
	.header-nav {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: -110%;
		overflow: scroll;
		width: 320px;
		height: 100%;
		padding-bottom: 50px;
		background-color: rgba(255,255,255,0.93);
		-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
		        transition: right .6s cubic-bezier(.19, 1, .22, 1);
	}
	.nav-open .header-nav {
		right: 0;
	}
	.header-menu {
		font-size: 0;
		float: none;
		height: 100px;
		background-color: rgba(60,159,175,.9);
	}
	.header-menu ul {
		width: 100%;
	}
	.header-menu ul > li {
		float: left;
		height: 50px;
		border-left: #66b5bf solid 1px;
	}
	.header-menu > li > a {
		position: relative;
		color: #fff;
	}
	.header-menu .entry {
		width: 50%;
		line-height: 50px;
		text-align: left;
		border-bottom: rgba(238,238,238,.27) solid 1px;
	}
	.header-menu li.logout {
		width: 50%;
		line-height: 50px;
		border-bottom: rgba(238,238,238,.27) solid 1px;
	}
	.header-menu .logout a ,
	.header-menu .entry a {
		font-size: 16px;
		display: block;
		height: 50px;
		padding-right: 10px;
		padding-left: 30px;
	}
	.header-menu .entry a:after {
		top: 20px;
		right: 30px;
	}
	.header-menu .logout a:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		width: 23px;
		height: 25px;
		margin-top: -12px;
		margin-left: -70px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-logout_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header-menu .mypage {
		width: 50%;
		line-height: 50px;
		display: inline-block;
		border-bottom: rgba(238,238,238,.27) solid 1px;
	}
	.header-menu .mypage a {
		font-size: 16px;
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-left: 20px;
		text-align: center;
	}
	.header-menu .mypage a:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		width: 23px;
		height: 25px;
		margin-top: -12px;
		margin-left: -60px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-mypage_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header-menu .cart {
		width: 100%;
		line-height: 50px;
		display: inline-block;
	}
	.header-menu .cart a {
		font-size: 16px;
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-left: 20px;
		text-align: center;
	}
	.header-menu .cart a:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		width: 24px;
		height: 22px;
		margin-top: -11px;
		margin-left: -53px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-cart_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header-menu .sns {
		display: none;
	}
}

/* ヘッダーナビ２ */
.category-nav {
	float: right;
}

.category-nav-ttl {
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
	color: #3c9faf;
}

.category-nav > ul > li {
	font-size: 18px;
	line-height: 65px;
	position: relative;
	float: left;
	margin-left: 50px;
	color: #3c9faf;
}

.category-nav > ul li a {
	position: relative;
	display: block;
	width: 100%;
}

.category-nav-l2 {
	position: absolute;
	z-index: 55;
	top: 65px;
	left: 50%;
	display: none;
	width: 174px;
	margin-left: -87px;
	padding: 10px 12px;
	background-color: rgba(60,159,175,.9);
}

.active .category-nav-l2 {
	display: block;
}

.category-nav-l2:before {
	position: absolute;
	top: -7px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	content: '';
	border-width: 0 7px 7px 7px;
	border-style: solid;
	border-color: transparent transparent #66b5bf transparent;
}

.category-nav-l2 > li {
	font-size: 16px;
	line-height: 1.2;
	border-bottom: rgba(255,255,255,.3) solid 1px;
}

.category-nav-l2 > li:last-child {
	border-bottom: none;
}

.category-nav-l2 > li > a {
	padding: 18px 0;
	color: #fff;
}

.category-nav-l3 > li {
	font-size: 12px;
	padding: 2px 0 6px 8px;
}

.category-nav-l3 > li a {
	color: #d6fef8;
}

@media only screen and (max-width: 1060px) {
	.category-nav {
		float: none;
		min-width: inherit;
		margin-left: 0;
	}
	.category-nav > ul > li > p,
	.category-nav-ttl {
		position: relative;
		display: block;
		width: 100%;
		padding: 16px 10px;
	}
	.category-nav-ttl {
		color: #fff;
		border-top: rgba(255,255,255,.3) solid 1px;
		background-color: rgba(60,159,175,.9);
	}
	.category-nav > ul > li {
		font-size: 16px;
		line-height: 1.2;
		position: relative;
		float: none;
		margin-right: 0;
		color: #3c9faf;
		border-bottom: rgba(60,159,175,.3) solid 1px;
	}
	.category-nav > ul li.active > a {
		color: #3c9faf;
	}
	.category-nav > ul > li a {
		position: relative;
		display: block;
		width: 100%;
		padding: 16px 32px 16px 10px;
		color: #3c9faf;
	}
	.category-nav > ul li a:after {
		position: absolute;
		top: 50%;
		right: 010px;
		display: block;
		width: 8px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-arrow-btn_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.category-nav-ttl-nopadding {
		padding: 0 !important;
	}
	.category-nav-l2 {
		position: inherit;
		z-index: 33;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		margin-left: 0;
		padding: 0;
		background-color: inherit;
	}
	.active .category-nav-l2 {
		display: block;
	}
	.category-nav-l2:before {
		display: none;
	}
	.category-nav-l2 > li {
		font-size: 16px;
		line-height: 1.2;
		border-top: rgba(60,159,175,.3) solid 1px;
		border-bottom: rgba(255,255,255,.3) solid 1px;
	}
	.category-nav-l2 li a {
		padding: 0 0;
		text-indent: 1em;
		color: #fff;
	}
	.category-nav-l3 > li {
		font-size: 12px;
		line-height: 1;
	}
	.category-nav-l3 > li a {
		color: #d6fef8;
	}
}

/* パンくずリスト */

.bread {
	margin: 0 auto 20px;
}

.bread ul li {
	font-size: 12px;
	max-width: 100%;
	float: left;
	margin-right: 10px;
}

.bread ul li img {
	width: 18px;
	height: auto;
	vertical-align: middle;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 10px;
	content: '>';
	color: #4a4a4a;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 1060px) {
	.bread {
		margin-bottom: 15px;
		padding: 5px 30px;
	}
	.bread ul li {
		font-size: 12px;
		float: left;
		margin-right: 8px;
	}
}

/***********
 * コンテンツナビ・カテゴリナビ
 ***********/

#footer-contents-nav {
    margin-bottom: 15px;
	border-top: #3c9faf 1px solid;
}

#footer-category-nav {
    margin-bottom: 70px;
	border-top: #3c9faf 1px solid;
}

.contents-nav-inner, .category-nav-inner {
	margin-top: -26px;
}

.nav-ttl-blue {
	margin-bottom: 13px;
	font-size: 22px;
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
	color: #3c9faf;
	display: flex;
}

.nav-ttl-blue::before {
	background-color: #3c9faf;
	content: "";
	height: 1px; /* 線の高さ */
	width: 40px; /* 線の長さ */
	margin-top: 17px;
	margin-left: -5px; /* 文字との余白 */
	transform: rotate(-45deg); /* 傾ける */
}

#footer-contents-nav ul li,#footer-category-nav ul li {
	float: left;
	width: 21%;
	color: #3c9faf;
	margin-right: 5.3%;
	font-size: 12px;
	margin-bottom: 10px;
}

#footer-contents-nav ul li:nth-of-type(4n), #footer-category-nav ul li:nth-of-type(4n) {
	margin-right: 0;
}

#footer-contents-nav a, #footer-category-nav a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#footer-contents-nav a::after, #footer-category-nav a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #3c9faf;
    border-right: 2px solid #3c9faf;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
	right: 5px;
}

#footer-contents-nav ul li span, #footer-category-nav ul li span {
	font-size: 20px;
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

@media only screen and (max-width: 1060px) {
	.contents-nav-inner, .category-nav-inner {
		margin-top: -23px;
	}
	.nav-ttl-blue {
		font-size: 20px;
	}
	.nav-ttl-blue::before {
		width: 35px;
		margin-top: 15px;
	}
	#footer-contents-nav ul li,#footer-category-nav ul li {
		width: 45%;
		margin-right: 10%;
		margin-bottom: 10px;
	}
	#footer-contents-nav ul li:nth-child(even), #footer-category-nav ul li:nth-child(even) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 660px) {
	.contents-nav-inner, .category-nav-inner {
		margin-top: -21px;
	}
	.nav-ttl-blue {
		font-size: 18px;
	}
	.nav-ttl-blue::before {
		width: 30px;
	}
	#footer-contents-nav ul li,#footer-category-nav ul li {
		width: 45%;
		margin-right: 10%;
		margin-bottom: 10px;
		font-size: 10px;
	}
	#footer-contents-nav ul li:nth-child(even), #footer-category-nav ul li:nth-child(even) {
		margin-right: 0;
	}
	#footer-contents-nav ul li span, #footer-category-nav ul li span {
		font-size: 15px;
	}
}

/***********
 * 補足エリア
 ***********/

#footer-guide {
	width: 100%;
	padding: 70px 30px 100px;
	background-color: #E9EEEF;
}

/* 返品交換 */
.henpin {
    max-width: 800px;
	margin: 0 auto;
    padding: 30px;
	background-color: #fff;
    border-radius: 10px;
}

.henpin-ttl {
    float: left;
    width: 30%;
    height: 100%;
    margin-right: 30px;
    text-align: center;
}

.henpin-ttl p {
    margin: 15px 0 25px;
	font-weight: bold;
	font-size: 16px;
}

.henpin-ttl a {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #3c9faf;
    border-radius: 20px;
    color: #3c9faf;
}

.henpin-p {
    font-size: 14px;
    line-height: 1.8em;
}

.red-marker {
    background:linear-gradient(transparent 30%, #FFD5DE 30%);
    font-weight: bold;
}

.yellow-marker {
    background:linear-gradient(transparent 30%, #FFF9AD 30%);
}

@media only screen and (max-width: 738px) {
	.henpin-ttl p {
		margin: 30px 0 35px;
	}
}

@media only screen and (max-width: 660px) {
	.henpin-ttl p {
		margin: 0 0 20px;
	}
	.henpin-ttl {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}


/* 会員登録 */
.kaiin {
    max-width: 800px;
    margin: 70px auto 0;
}

.kaiin-ttl {
    margin-bottom: 30px;
    font-size: 24px;
    color: #3c9faf;
    font-weight: bold;
    text-align: center;
}

.kaiin-icon {
    float: left;
    width: 55%;
    margin-right: 5%;
}

.kaiin-icon p{
    margin-bottom: 30px;
}

.kaiin-bana {
    float: right;
    width: 40%;
}

.kaiin-icon ul {
    width: 100%;
}

.kaiin-icon ul li{
    float: left;
    display: block;
    width: 25%;
    text-align: center;
    color: #3c9faf;
    font-size: 14px;
    font-weight: bold;
}

.kaiin-icon ul li img{
    width: 60px;
}

.kaiin-bana ul li{
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding-top: 17px;
    background-color: #fff;
    border: 1px solid #3c9faf;
    text-align: center;
}

.kaiin-bana ul li a {
	display: block;
	width: 100%;
	height: 100%;
    color: #3c9faf;
}

@media only screen and (max-width: 660px) {
	.kaiin-ttl {
		font-size: 16px;
	}
	.kaiin-icon {
		float: none;
		width: 80%;
		margin: 0 auto 30px;
		line-height: 1.8em;
	}
	.kaiin-icon ul li{
		font-size: 10px;
	}
	.kaiin-icon ul li img{
		width: 40px;
	}
	.kaiin-bana {
		float: none;
		width: 100%;
	}
	.kaiin-bana ul li{
		max-width: 300px;
		margin: 0 auto 20px;
	}
	
}

@media only screen and (max-width: 375px) {
	.kaiin-icon {
		width: 90%;
	}
}

/***********
 * footer
 ***********/

#footer {
	position: relative;
	width: 100%;
	background-color: #3c9faf;
	color: #fff;
}

/* ページトップボタン */

.pagetop-btn {
	position: absolute;
	top: -36px;
	left: 50%;
	margin-left: -40px;
}

.pagetop-btn a {
	position: relative;
	display: block;
	width: 80px;
	height: 36px;
	border-radius: 3px 3px 0 0;
	background-color: #3c9faf;
}

.pagetop-btn a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 14px;
	margin-top: -7px;
	margin-left: -10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00005/img/btn-pagetop.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 1060px) {
	.pagetop-btn {
		position: absolute;
		top: -25px;
		left: 50%;
		margin-left: -36px;
	}
	.pagetop-btn a {
		position: relative;
		display: block;
		width: 72px;
		height: 25px;
		border-radius: 3px 3px 0 0;
		background-color: #3c9faf;
	}
	.pagetop-btn a:after {
		position: absolute;
		top: auto;
		bottom: 3px;
		left: 50%;
		display: block;
		width: 17px;
		height: 12px;
		margin-top: 0;
		margin-left: -9px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00005/img/btn-pagetop_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* ロゴ */
.footer-logo {
	display: inline-block;
	width: 125px;
    height: 110px;
    margin-bottom: 50px;
    background-color: #fff;
    text-align: center;
    padding-top: 5px;
}

.footer-logo img {
	width: auto;
	height: auto;
	max-width: 240px;
	max-height: 180px;
}

.logo-text-footer {
	position: static;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	transform: translate(0, 0);
}

.logo-text-footer a {
	color: #fff;
}

@media only screen and (max-width: 900px) {
	.footer-logo {
		height: 90px;
		margin: 0 auto 50px;
		text-align: center;
	}
	.footer-logo img {
		max-width: 115px;
		max-height: 80px;
	}
}

/* 農園情報 */
.footer-info {
	float: left;
}

.footer-name {
    font-size: 30px;
	margin-top: -15px;
    margin-bottom: 15px;
}

.footer-p {
    margin-bottom: 20px;
}

.footer-sns {
	text-align: left;
}

.footer-sns li {
    float: left;
    margin-right: 15px;
    margin-bottom: 50px;
}

.footer-sns li img {
	width: 28px;
}

.footer-data-name{
    font-size: 18px;
    line-height: 45px;
}

.footer-data {
    margin-bottom: 100px;
}

/* サイトマップ */
.sitemap {
	float: right;
}

.footer-contents {
	float: left;
	margin-right: 30px;
}

.footer-shoppingguide {
	float: right;
}

.sitemap-ttl {
	margin-bottom: 15px;
	font-size: 22px;
	color: #fff;
	display: flex;
}

.sitemap-ttl::before {
	background-color: #fff;
	content: "";
	height: 1px; /* 線の高さ */
	width: 40px; /* 線の長さ */
	margin-top: 17px;
	margin-left: -5px; /* 文字との余白 */
	transform: rotate(-45deg); /* 傾ける */
}

.footer-shoppingguide ul li, .footer-contents li {
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 26px;
}

.footer-shoppingguide ul li::before, .footer-contents li::before {
	content: '-';
	margin-right: 5px;
}

.footer-shoppingguide ul li a, .footer-contents li a {
	color: #fff;
}

.footer-shoppingguide ul li a:hover, .footer-contents li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 850px) {
	.footer-info {
		float: none;
	}
	.sitemap {
		float: none;
	}
	.footer-contents {
		float: none;
		margin-bottom: 30px;
	}
	.footer-shoppingguide {
		float: none;
		margin-bottom: 70px;
	}
	.footer-name {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.footer-data-name{
		font-size: 16px;
	}
	.sitemap-ttl {
		font-size: 18px;
	}
	.sitemap-ttl::before {
		width: 30px;
		margin-top: 12px;
	}
}

/* コピーライト */
.footer-bottom {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background-color: #3c9faf;
    border-top: 1px solid #fff;
}

.copyright {
	font-size: 14px;
    color: #fff;
}

@media only screen and (max-width: 900px) {
	.copyright {
		font-size: 10px;
		word-break: break-word;
        color: #fff;
	}
}

/***********
 * トップページ
 ***********/

/* メインビジュアル */
#main-image {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	text-align: center;
}
#main-image img {
	max-width: 100%;
	max-height: 100%;
}
.main-image-slider {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.main-image-slider > ul {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
}

.main-image-slider > ul > li {
	display: inline;
	float: left;
	overflow: hidden;
	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: 2;
	right: 0;
	bottom: 20px;
	left: 0;
}

.main-image-indicator ul {
	text-align: center;
}

.main-image-indicator ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	border: #fff solid 1px;
	border-radius: 50%;
}

@media only screen and (max-width: 1060px) {
	#main-image {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#main-image img {
		max-width: 100%;
		max-height: 100%;
	}
	.main-image-slider {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.main-image-slider > ul {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: inline-block;
		overflow: hidden;
		height: 460px;
	}
	.main-image-slider > ul > li {
		display: inline;
		float: left;
		overflow: hidden;
		width: 270px;
		height: 140px;
		list-style-type: none;
	}
	.main-image-indicator {
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 6px;
		left: 0;
	}
	.main-image-indicator ul {
		font-size: 0;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.main-image-indicator ul li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		border: #fff solid 1px;
		border-radius: 50%;
	}
}

/* ショップ説明 */

.shop-description_inner {
	text-align: center;
}

.shop-description_name {
	margin-top: 20px;
    margin-bottom: 30px;
	font-family: "Shippori Mincho", serif;
	font-size: 65px;
	font-weight: normal;
    color: #3c9faf;
	letter-spacing: 0;
}

.shop-description_name-sub {
    margin-bottom: 70px;
	font-size: 20px;
    color: #3c9faf;
}

.shop-description_message {
	margin-bottom: 100px;
    line-height: 2.5em;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 1060px) {
	.shop-description_name {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 50px;
	}
	.shop-description_name-sub {
		margin-bottom: 50px;
		font-size: 16px;
	}
	.shop-description_message {
		margin-bottom: 70px;
		letter-spacing: 0;
		line-height: 2em;
	}
}

@media only screen and (max-width: 660px) {
	.shop-description_name {
		margin-bottom: 10px;
		font-size: 30px;
	}
	.shop-description_name-sub {
		font-size: 14px;
	}
	.shop-description_message {
		margin-bottom: 50px;
	}
}

/* バナー */

.shop-description_bana ul li {
	width: 49%;
	height: 120px;
	float: left;
	background-color: #3c9faf;
	padding-top: 13px;
	padding-left: 30px;
	border: double 3px #E9EEEF;
	position: relative;
}

.shop-description_bana ul li::before {
	content: "";
	background:none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #fff transparent;
	transform: rotate(0deg);
	position:absolute;
	bottom: 6px;
	right: 6px;
}

.shop-description_bana ul li:first-child {
	margin-right: 2%;
}

.shop-description_bana-ttl {
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	color: #fff;
}

.shop-description_bana-subttl {
	margin-top: -3px;
    font-size: 16px;
	color: #fff;
}

@media only screen and (max-width: 1060px) {
	.shop-description_bana-ttl {
		font-size: 30px;
		margin-top: 0;
	}
	.shop-description_bana-subttl {
		margin-top: 0;
		font-size: 14px;
	}
	.shop-description_bana ul li {
		height: 110px;
		padding-top: 16px;
	}
}

@media only screen and (max-width: 660px) {
	.shop-description_bana ul li:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.shop-description_bana ul li {
		width: 100%;
		float: none;
		padding-left: 20px;
	}
}

/* お知らせ */
.information {
	padding-top: 100px;
	padding-bottom: 100px;
}

.information_list dl {
	display: table;
	width: 100%;
}

.information_list dl dt {
	font-size: 14px;
    font-weight: bold;
	display: table-cell;
	width: 130px;
	padding: 20px 0;
    color: #3c9faf;
	border-bottom: #3c9faf dotted 1px;
}

.information_list dl dd {
	position: relative;
	display: table-cell;
	border-bottom: #3c9faf dotted 1px;
}

.information_list dl dd:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 70px;
	margin-top: -15px;
	padding: 3px 0 5px 25px;
    font-size: 14px;
	content: 'more >';
	border: #3c9faf 1px solid;
	color: #3c9faf;
}

.information_list dl dd a {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.information_list dl dd a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 1060px) {
	.information_list dl {
		display: block;
		width: 100%;
	}
	.information_list dl dt {
		font-size: 12px;
		display: block;
		width: 100%;
		margin-bottom: 7px;
		padding: 10px 10px 0;
		border: none;
	}
	.information_list dl dd {
		font-size: 14px;
		display: block;
		margin-bottom: 8px;
		padding: 0 10px 10px;
	}
	.information_list dl dd:after {
		display: none;
	}
	.information_list dl dd a {
		display: block;
		width: 100%;
		height: auto;
		padding: 0 10px 10px;
	}
}

@media only screen and (max-width: 660px) {
	.information {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

/* PICK UP */

.pickup_item {
	width: 49%;
	background-color: #fff;
	padding: 15px;
	float: left;
	overflow:hidden;
	position: relative;
	border: 3px double #E9EEEF;
}

.pickup_item:nth-child(odd) {
	margin-right: 2%;
}

.pickup_item::before {
	content: "";
	background:none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 25px 25px;
	border-color: transparent transparent #3c9faf transparent;
	transform: rotate(0deg);
	position:absolute;
	bottom: 10px;
	right: 10px;
}

.pickup_data {
	padding: 20px;
}

.pickup_photo {
	width: 230px;
	margin-right: 20px;
	float: left;
	position: relative;
}

.pickup_name {
	font-size: 20px;
	margin-bottom: 10px;
    font-weight: bold;
}

.nonstock {
	width: 230px;
	height: 230px;
	z-index: 9999 !important;
}

.pickup_nonstock, .product-list-nonstock {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 6px;
	padding: 2px 10px;
	text-align: center;
	color: #fff;
	background: #CC303A;
}

.pickup_num {
	font-size: 22px;
    font-weight: bold;
}

.pickup_tax {
	font-size: 12px;
}

@media only screen and (max-width: 1060px) {
	.pickup_photo {
		width: 45%;
	}
	.pickup_data {
		padding: 5px;
	}
	.pickup_name {
		font-size: 16px;
	}
	.pickup_num {
		font-size: 16px;
	}
	.pickup_tax {
		font-size: 10px;
	}
}

@media only screen and (max-width: 800px) {
	.pickup_data {
		padding: 10px;
	}
	.pickup_photo {
		width: 40%;
	}
	.pickup_name {
		font-size: 14px;
	}
	.pickup_num {
		font-size: 14px;
	}
	.pickup_tax {
		font-size: 10px;
	}
}

@media only screen and (max-width: 660px) {
	.pickup_photo {
		width: 100%;
		margin-right: 0;
		float: none;
	}
}

@media only screen and (max-width: 400px) {
	.pickup_item {
		width: 100%;
		margin-bottom: 10px;
		padding: 15px 15px;
		float: none;
	}
}

/* カテゴリ一覧 */
/* お届けめやす */

.category-list_remarks {
	margin-bottom: 60px;
}

.category-list_remarks-ttl {
	padding-bottom: 2px;
	border-bottom: #E9EEEF 1px solid;
	margin-bottom: 20px;
}

.category-list_remarks-ttl span {
	background-color: #333;
	color: #fff;
	padding: 6px 20px;
}

.category-list_remarks ul li {
	margin-bottom: 5px;
}

.category-list_remarks ul li::before {
	content: "● ";
}

.category-list_remarks-period {
	color: #3c9faf;
}

.category-list_remarks-note {
	margin: 10px 0 0;
	color: #666;
	font-size: 0.9em;
}

.category-list_remarks-note span {
	text-decoration: underline;
}

/* トップ-カテゴリ一覧 */

.category_item ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 70px;
}

.category_item ul li:nth-child(3n) {
	margin-right: 0;
}

.category_photo {
	width: 100%;
	position: relative;
}

.category_data {
	position: relative;
}

.category_data::after {
	content: "";
	background:none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 25px 25px;
	border-color: transparent transparent #3c9faf transparent;
	transform: rotate(0deg);
	position:absolute;
	bottom: 0;
	right: 0;
}

.category_name {
	font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-style: normal;
	font-size: 28px;
}

.category_name-sub {
	font-size: 16px;
	font-weight: normal;
}

@media only screen and (max-width: 1060px) {
	.category_item ul li {
		margin-bottom: 50px;
	}
	.category_name {
		font-size: 22px;
	}
	.category_name-sub {
		font-size: 14px;
	}
	.category_data::after {
		border-width: 0 0 20px 20px;
	}
}

@media only screen and (max-width: 660px) {
	.category_item ul li {
		width: 45%;
		margin-bottom: 30px;
	}
	.category_item ul li:nth-child(odd) {
		margin-right: 10%;
	}
	.category_item ul li:nth-child(even)  {
		margin-right: 0;
	}
	.category_photo::before {
		border-width: 0 0 15px 15px;
	}
	.category_name {
		font-size: 15px;
	}
	.category_name-sub {
		font-size: 10px;
	}
	.category_data::after {
		border-width: 0 0 15px 15px;
	}
}

/* 商品一覧 */

.product-list_description {
	text-align: center;
}

.product-list_container {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.product-list_item {
	width: 27%;
	margin-right: 9%;
	margin-bottom: 50px;
	position: relative;
}

.product-list_item:nth-child(3n) {
	margin-right: 0;
}

.product-list_item::after {
	content: "";
	background:none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 25px 25px;
	border-color: transparent transparent #3c9faf transparent;
	transform: rotate(0deg);
	position:absolute;
	bottom: 0;
	right: 0;
}

.product-list-photo {
	width: 100%;
	position: relative;
}

.product-list-category {
	margin-bottom: 10px;
	font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-style: normal;
	font-size: 12px;
	display: flex;
	color: #3c9faf;
}

.product-list-category::before {
	background-color: #3c9faf;
	content: "";
	height: 1px; /* 線の高さ */
	width: 40px; /* 線の長さ */
	margin-left: -6px; /* 文字との余白 */
	transform: rotate(-45deg); /* 傾ける */
}

.product-list-name {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.product-list-num {
	font-weight: bold;
}

.product-list-tax {
	font-size: 10px;
}

@media only screen and (max-width: 860px) {
	.product-list_item {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 50px;
	}
	.product-list-name {
		font-size: 16px;
		margin-top: 15px;
	}
	.product-list_item::after {
		border-width: 0 0 20px 20px;
	}
}

@media only screen and (max-width: 660px) {
	.product-list_item {
		width: 45%;
	}
	.product-list_item:nth-child(odd) {
		margin-right: 10%;
	}
	.product-list_item:nth-child(even)  {
		margin-right: 0;
	}
	.product-list-name {
		font-size: 14px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 450px) {
	.product-list-name {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.product-list-nonstock {
		font-size: 10px;
		margin-top: 8px;
		padding: 0 8px;
	}
	.product-list-category {
		font-size: 10px;
	}
	.product-list-category::before {
		width: 30px;
	}
	.product-list-tax {
		font-size: 8px;
	}
	.product-list_item::after {
		border-width: 0 0 15px 15px;
	}
}

/* ranking icon */

.icn-rank {
	font-size: 14px;
	line-height: 44px;
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #717171;
	border-radius: 22px;
	background-color: #ececec;
}

.icn-rank1 {
	color: #fff;
	background-color: #aadc75;
}

.icn-rank2 {
	color: #fff;
	background-color: #6a6a6a;
}

.icn-rank3 {
	color: #fff;
	background-color: #4f4e2e;
}

@media only screen and (max-width: 600px) {
	.icn-rank {
		font-size: 12px;
		line-height: 33px;
		width: 33px;
		height: 33px;
		border-radius: 50%;
	}
}

/* ボタン */
.ichiran {
	max-width: 300px;
	margin: 0 auto;
	background-color: #3c9faf;
	text-align: center;
}

.ichiran a {
	display: block;
	width: 100%;
	padding: 20px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.modoru {
	max-width: 250px;
	margin: 50px auto 30px;
	background-color: #3c9faf;
	text-align: center;
}

.modoru a {
	display: block;
	width: 100%;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

@media only screen and (max-width: 660px) {
	.ichiran {
		margin: 30px auto;
	}
	.ichiran a, .modoru a {
		padding: 15px;
		font-size: 16px;
	}
	.modoru {
		margin: 50px auto 30px;
	}
}

/* 商品詳細 */

#item-detail {
	width: 1000px;
	padding-top: 50px;
	margin: 0 auto;
}

.item-detail-left {
	float: left;
	width: 534px;
}

.item-detail-right {
	float: right;
	width: 440px;
}

.item-detail-photo-main {
	position: relative;
	padding: 0 27px;
}

.item-detail-photo {
	position: relative;
	overflow: hidden;
	width: 480px;
	height: 480px;
	margin-bottom: 10px;
}

.item-detail-photo ul li {
	float: left;
	width: 480px;
	height: 480px;
}

.item-detail-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.item-detail-photo-backbtn {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -27px;
}

.item-detail-photo-backbtn a {
	display: block;
	width: 54px;
	height: 54px;
	background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-arrow-photo-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-photo-nextbtn {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	margin-top: -27px;
}

.item-detail-photo-nextbtn a {
	display: block;
	width: 54px;
	height: 54px;
	background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-arrow-photo-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-thumb {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 27px;
}

.item-detail-thumb-photo {
	float: left;
	width: 87px;
	margin-right: 11px;
}

.item-detail-thumb-photo img {
	max-width: 100%;
	max-height: 87px;
	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;
}

.item-detail-info dl {
	display: table;
	width: 100%;
}

.item-detail-info dl dt {
	display: table-cell;
	width: 120px;
	padding: 3px;
	font-size: 13px;
}

.item-detail-info dl dd {
	display: table-cell;
	padding: 3px;
	font-weight: bold;
}

.raku-item-vari-stock {
	font-size: 24px;
	font-weight: bold;
}

.item-detail-category {
	font-size: 14px;
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
	display: flex;
	color: #3c9faf;
}

.item-detail-category::before {
	background-color: #3c9faf;
	content: "";
	height: 1px; /* 線の高さ */
	width: 30px; /* 線の長さ */
	margin-top: 9px;
	margin-left: -6px; /* 文字との余白 */
	transform: rotate(-45deg); /* 傾ける */
}

.item-detail-name {
	margin-top: 15px;
	font-size: 22px;
	text-align: left;
}

.item-detail-vari {
	margin-bottom: 30px;
}

.item-detail-vari-price {
	margin: 20px 0 10px;
	padding: 20px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.item-detail-vari-price dl dt {
	display: none;
}

.item-detail-input p {
	font-size: 14px;
	margin-bottom: 5px;
}

.item-detail-vari-price-num {
	font-size: 22px;
	font-weight: bold;
}

.souryounituite {
	font-size: 14px;
	margin-bottom: 30px;
}

.souryounituite p::before {
	content: '';/*何も入れない*/
	display: inline-block;
 	width: 17px;/*画像の幅*/
	height: 17px;/*画像の高さ*/
	margin-right: 5px;
	background-image: url(https://image.raku-uru.jp/01/23170/106/bikkuri_1710000677754.png);
	background-size: contain;
	vertical-align: middle;
}

.item-detail-cart {
	width: 100%;
	margin-bottom: 25px;
}

.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;
	background-color: #fff;
}

.item-detail-select,
.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: #fff;
}

.item-detail-select label:before,
.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: 7px 5px 0 4px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.item-detail-select select,
.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;
}

.item-detail-vari-stock {
	margin-bottom: 30px;
}

/* radio */
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}
.item-detail-cart-vari-radio div {
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.item-detail-cart-vari-radio input {
	position: absolute;
	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: 1px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	content: '';
	border: 1px solid #ccc;
	border-radius: 50%;
}
.item-detail-cart-vari-radio input:checked + label::after {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	content: '';
	border-radius: 50%;
	background-color: #3c9faf;
}
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}
.item-detail-cart-vari-radio label {
	font-size: 18px;
	line-height: 2;
	display: block;
	padding: 0;
}


.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;
	background-color: #f1f1f1;
}

.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;
	background-color: #f1f1f1;
}

.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: #fff;
}

.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: 7px 5px 0 4px;
	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: #fff;
	background-color: #3c9faf;
	border-radius: 3px;
	padding-left: 30px;
}

.item-dtail-nostock, .item-dtail-outofoperiod, .item-dtail-orderinvalid {
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #adadad;
	border-radius: 3px;
	padding: 10px 30px;
}

.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/yt00005/img/icn-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-addwishlist-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-addwishlist-btn a {
	font-size: 16px;
	line-height: 32px;
	display: block;
	width: 100%;
	height: 32px;
	text-align: center;
	color: #fff;
	background-color: #3c9faf;
}

.item-detail-addnotificationmail-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-addnotificationmail-btn a {
	font-size: 16px;
	line-height: 32px;
	display: block;
	width: 100%;
	height: 32px;
	text-align: center;
	color: #fff;
	background-color: #3c9faf;
}

.item-detail-share {
	margin-bottom: 20px;
	text-align: center;
}
.item-detail-share ul li {
	display: inline-block;
	width: 24px;
	margin: 0 10px;
}
.item-detail-share ul li img {
	width: 100%;
	height: auto;
}

.item-comment {
	margin-bottom: 100px;
	padding-top: 50px;
	padding-left: 20px;
	line-height: 1.7em;
}

.item-comment h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-comment p {
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 20px;
}

.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;
}

.item-comment hr {
	margin: 30px 0;
}

@media only screen and (max-width: 1060px) {
	#item-detail {
		width: 100%;
		padding-top: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.item-detail-left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-right {
		float: none;
		width: 100%;
	}
	.item-detail-photo-main {
		position: relative;
		width: 350px;
		margin: 0 auto;
		padding: 0;
	}
	.item-detail-photo {
		position: relative;
		overflow: hidden;
		width: 350px;
		height: 350px;
		margin: 0 auto 10px;
	}
	.item-detail-photo ul {
		width: 100%;
		height: 350px;
		margin: 0 auto;
	}
	.item-detail-photo ul li {
		display: block;
		float: left;
		width: 350px;
		height: 350px;
		margin: 0;
	}
	.item-detail-photo-backbtn {
		position: absolute;
		top: 50%;
		left: -20px;
		display: block;
		margin-top: -20px;
	}
	.item-detail-photo-backbtn a {
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-arrow-photo-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-photo-nextbtn {
		position: absolute;
		top: 50%;
		right: -20px;
		display: block;
		margin-top: -20px;
	}
	.item-detail-photo-nextbtn a {
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-arrow-photo-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-thumb {
		display: none;
	}
	.item-detail-info {
		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: 20px;
		line-height: 32px;
		margin-top: 10px;
		margin-bottom: 8px;
		letter-spacing: 1px;
	}
	.item-detail-price {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.item-detail-price span {
		font-size: 12px;
		font-weight: normal;
	}
	.item-detail-input {
		padding: 0 10px;
	}
	.item-detail-input p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.item-detail-num-count {
		font-size: 0;
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
		text-align: 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;
		background-color: #f1f1f1;
	}
	.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;
		background-color: #f1f1f1;
	}
	.item-detail-num-select select {
		font-size: 16px;
	}
	.item-detail-cart {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-cart-vari-select select {
		font-size: 16px;
	}
	.item-detail-cart-btn {
		width: 100%;
		margin-bottom: 30px;
	}
	.item-detail-cart-btn a {
		font-size: 20px;
		line-height: 55px;
		display: block;
		width: 100%;
		height: 55px;
		text-align: center;
		color: #fff;
		border-radius: 3px;
		background-color: #3c9faf;
	}
	.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/yt00005/img/icn-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-addwishlist-btn a {
		border-radius: 3px;
	}
	.item-detail-share {
		margin-bottom: 0;
		text-align: center;
	}
	.item-detail-share dl dd ul li {
		display: inline-block;
		width: 33%;
		margin-right: 0;
	}
	.item-detail-share dl dd ul li a {
		display: block;
		width: 24px;
		height: 24px;
		margin: 0 auto;
	}
	.item-detail-txt {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-bottom: 18px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-txt p {
		font-size: 13px;
		padding: 0;
	}
	.item-detail-code {
		width: 100%;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-code dl {
		display: table;
		width: 100%;
	}
	.item-detail-code dl dt {
		font-size: 13px;
		display: table-cell;
		width: 95px;
		padding: 0;
	}
	.item-detail-code dl dd {
		font-size: 13px;
		display: table-cell;
		padding: 0;
	}
	.item-comment {
		margin-bottom: 0;
		padding-top: 30px;
		padding-right: 10px;
		padding-bottom: 100px;
		padding-left: 10px;
	}
	.item-comment h4 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 660px) {
	.item-comment p {
		font-size: 14px;
	}
	.item-detail-photo-main {
		width: 280px;
	}
	.item-detail-photo {
		width: 280px;
		height: 280px;
	}
	.item-detail-photo ul {
		height: 280px;
	}
	.item-detail-photo ul li {
		width: 280px;
		height: 280px;
	}
}

@media only screen and (max-width: 360px) {
	.item-detail-photo-main {
		width: 240px;
	}
	.item-detail-photo {
		width: 240px;
		height: 240px;
	}
	.item-detail-photo ul {
		height: 240px;
	}
	.item-detail-photo ul li {
		width: 240px;
		height: 240px;
	}
}

/*overlay*/

.overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.9);
}

.modal-open {
	/*
	overflow: hidden;
	*/
}

.modal-open .overlay {
	display: block;
	background-color: rgba(0,0,0,.8);
}

@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;
	padding: 10px;
	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: -20px;
	right: -20px;
}

.modal-close a {
	display: block;
	width: 52px;
	height: 52px;
	background-image: url(https://image.raku-uru.jp/cms/yt00005/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;
		margin-top: -110px;
		margin-left: -150px;
		padding: 5px;
		background-color: #fff;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		max-width: 280px;
		max-height: 280px;
	}
	.modal-img img {
		max-width: 280px;
		max-height: 280px;
		width: auto;
		height: auto;
	}
	.modal-close {
		position: absolute;
		top: -25px;
		right: -25px;
	}
	.modal-close a {
		display: block;
		width: 39px;
		height: 39px;
	}
}

/* 同じ品種商品 */
#recommend {
	max-width: 800px;
	margin-bottom: 150px;
}

@media only screen and (max-width: 1060px) {
	#recommend {
		width: 100%;
		margin-bottom: 130px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 660px) {
	#recommend {
		margin-bottom: 100px;
	}
}

/* カテゴリ一覧ページ */
.category-ttl {
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
	color: #3c9faf;
	font-size: 38px;
}

@media only screen and (max-width: 1060px) {
	.category-ttl {
		font-size: 35px;
	}
}


/* フリーページ */

.wysiwyg-data_ {
	width: 1000px;
	margin: 100px auto 130px;
}

.wysiwyg-data_ h2_ {
	font-family: "Shippori Mincho", serif;
	font-size: 38px;
}

.wysiwyg-data p {
	line-height: 2em;
}

/* about us */
.shiba-info-ttl {
	margin-bottom: 50px;
	color: #3c9faf;
	font-size: 28px;
	font-family: "Shippori Mincho", serif;
    font-weight: bold;
	text-align: left;
}

#shiba-about, #shiba-grapes {
	text-align: center;
}

.freepage-mv {
	width: 100%;
	height: 300px;
	margin-top: 50px;
	margin-bottom: 100px;
	background-image: url(https://image.raku-uru.jp/01/23170/90/nouen3_1709532574059.jpg);
	background-size: cover;
}

.shiba-info-name {
	font-size: 50px;
	color: #3c9faf;
	font-family: "Shippori Mincho", serif;
    font-weight: bold;
	margin-bottom: 10px;
}

.shiba-info-name-sub {
	font-weight: 100;
	color: #3c9faf;
	margin-bottom: 50px;
}

.enshu-photo {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-image: url(https://image.raku-uru.jp/01/23170/89/shiba_1709526883138.jpg);
	background-size: cover;
	margin: 0 auto 50px;
}

.omoi {
	font-size: 22px;
	color: #3c9faf;
}

.shiba-info-sns {
	margin: 100px auto 50px;
	width: 210px;
}

.shiba-info-sns h3 {
	font-size: 30px;
	color: #3c9faf;
	font-family: "Shippori Mincho", serif;
    font-weight: bold;
}

.shiba-info-sns ul{
	margin: 0;
	text-align: center;
}

.shiba-info-sns ul li {
	display: block;
	list-style: none;
	padding-left: 0;
	float: left;
}

.shiba-info-sns ul li img {
	width: 45px;
	margin: 30px 30px 0;
}

.shiba-info-photo, .shiba-grapes-list {
	margin-bottom: 100px;
}

.shiba-info-photo ul, .shiba-grapes-list ul {
	margin: 0;
}

.shiba-info-photo ul li {
	list-style: none;
	padding-left: 0;
	float: left;
	max-width: 31%;
	margin: 1%;
}

@media only screen and (max-width: 1060px) {
	.shiba-info-name {
		font-size: 40px;
	}
}

@media only screen and (max-width: 460px) {
	.wysiwyg-dat_a h2_ {
		font-size: 35px;
	}	
	.shiba-info-name {
		font-size: 30px;
	}
	.enshu-photo {
		width: 150px;
		height: 150px;
	}
	.shiba-info-sns ul li img {
		width: 35px;
	}
	.shiba-info-photo ul li {
		max-width: 46%;
		margin: 2%;
	}
}

/* shiba-grapes */

.grape-li {
	list-style: none;
	padding-left: 0;
	float: left;
	width: 27%;
	margin: 50px 3%;
}

.grape-li img {
	width: 100%;
}

.hinsyu-setumei {
	text-align: left;
	padding: 30px 30px 15px;
	background-color: #E9EEEF;
	margin: -30px -30px 0 30px;
}

.hinsyu-name {
	font-size: 24px;
	font-family: "Shippori Mincho", serif;
    font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
}

.hinsyu-sub-name {
	font-size: 12px;
	margin-top: -7px;
	margin-bottom: 10px;
}

.hinsyu-li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px 10px;
	border: 1px solid #3c9faf;
	font-size: 12px;
	color: #3c9faf;
	display: inline-block;
}

.hinsyu-jiki {
	padding: 1px 10px;
	color: #fff;
	background-color: #3c9faf;
	font-size: 12px;
	display: inline-block;
}

.hinsyu-bun {
	font-size: 13px;
	margin: 20px 0;
}

/* ご注文について */

#chumon {
	max-width: 800px;
	margin: 0 auto;
}

.chumon-ttl-h2 {
	text-align: center;
}

.chumon-ttl-h2-sub {
	text-align: center;
}

.chumon-wrap {
	margin-bottom: 50px;
}

.chumon-ttl {
	margin-bottom: 30px;
	color: #3c9faf;
	font-size: 24px;
	font-family: "Shippori Mincho", serif;
    font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #3c9faf;
}

.chumon-mt50 {
	margin-top: 50px;
}

.ichiran-wrap {
	margin: 100px auto 130px;
}

.ichiran-center {
	width: 186px;
	margin: 30px auto 0;
}

.category-text {
	max-width: 700px;
	margin: 40px auto 70px;
	line-height: 2em;
}

@media only screen and (max-width: 1060px) {
	.wysiwyg-data {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.main-article {
		width: 100%;
		padding: 0 30px;
	}
	.shiba-info-ttl {
		margin-bottom: 30px;
		font-size: 22px;
	}
}

@media only screen and (max-width: 860px) {
	.grape-li {
		width: 40%;
		margin: 5%;
	}
	.ichiran-wrap {
		margin: 100px auto 130px;
	}
	.category-text {
		margin: 40px auto 60px;
	}
}

@media only screen and (max-width: 660px) {
	.shiba-grapes-list {
		margin-bottom: 70px;
	}
	.grape-li {
		float: none;
		width: 100%;
		margin: 5% 20% 10% 0;
	}
	.hinsyu-bun {
		font-size: 12px;
	}
	.category-text {
		margin: 30px auto 50px;
	}
}

/* 送料について */

.shiba-table {
	width: 100%;
	border-collapse: collapse;
}

.souryo-ttl {
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 10px;
}

.shiba-table tbody tr td {
	padding: 15px 10px;
	border: 1px solid #3c9faf;
	width: 20%;
}

.text-mini {
	font-size: 0.7em;
	font-weight: normal;
}

.shiba-table-top {
	background-color: #3c9faf;
	color: #fff;
	text-align: center;
}

.shiba-table-ken {
	background-color: #E9EEEF;
}

@media only screen and (max-width: 1060px) {

}

@media only screen and (max-width: 860px) {

}

@media only screen and (max-width: 660px) {
	.shiba-table tbody tr td {
		font-size: 14px;
		padding: 10px 1%;
	}
}

/* おまかせミックス */
.mix-chui {
	font-size: 14px;
	color: #888;
}

/* err */

.err-msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	color: #e30000;
	background-color: #f1ede9;
}

@media only screen and (max-width: 600px) {
	.err-msg {
		font-size: 12px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
		padding: 10px 10px;
	}
}

/* sort */

.sort {
	font-size: 0;
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}

.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: inherit;
		top: 0;
		left: 0;
		width: 100%;
		margin-bottom: 14px;
		padding: 0 10px;
		text-align: center;
	}
}


/* icon */

 .icn-badge67703:after {
	content: "NEW";
			font-size: 12px;
		line-height: 44px;
		position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	background-color: #806475;
}
@media only screen and (max-width: 600px) {
	.icn-badge67703:after {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
}
.icn-badge67704:after {
	content: "おすすめ";
			font-size: 10px;
		line-height: 12px;
		padding: 11px 5px 9px;
		position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	background-color: #806475;
}
@media only screen and (max-width: 600px) {
	.icn-badge67704:after {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
}
.icn-badge67705:after {
	content: "人気";
			font-size: 12px;
		line-height: 44px;
		position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	background-color: #806475;
}
@media only screen and (max-width: 600px) {
	.icn-badge67705:after {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
}

.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;
}

.item-detail-name.icn-reservation::before {
	width: 96px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	margin-right: 10px;
}

/***********
 * module
 ***********/

 .sp {
	display: none !important;
}

@media only screen and (max-width: 600px) {
	.sp {
		display: inline-block !important;
	}
}
/***送料について***/

.shipment-tbl {
	width: 100%;
	margin-top: 30px;
	border-top: #eee solid 1px;
}

.shipment-tbl th {
	font-weight: bold;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	border-top: #eee solid 1px;
}

.shipment-tbl-ptn1 th{
	width: 250px;
	padding-right: 20px;
}

.shipment-tbl td {
	padding: 20px 0;
	text-align: left;
	border-top: #eee solid 1px;
}

.shipment-tbl caption {
	font-size: 16px;
	padding: 4px 12px 3px;
	color: #3c9faf;
}

.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: #fff;
	background-color: #8fd5ff;
}

.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: #d3f2ff;
}

.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;
		border-top: none;
	}
	.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;
	}
}

/***********
 * sort-select
 ***********/
 .sort-select .sort-label {
	display: inline;
	font-size: 16px;
	vertical-align: middle;
	line-height: 30px;
}
.sort-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	height: 30px;
	padding-left: 5px;
	border: 1px solid #d1d1d1;
}
.sort-select label::after {
	z-index: 3;
	position: absolute;
	display: block;
	right: 7px;
	top: 10px;
	content: "\e900";
	font-family: "icomoon";
	font-size: 8px;
}
.sort-select select {
	z-index: 2;
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	line-height: 30px;
	appearance: none;
	padding-right: 32px;
}

/***********
 * login
 ***********/

.contents-login .main {
	width: 100%;
}

/* about-tbl */

.about-tbl,
table.payment-content {
	width: 100%;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 240px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #ccc dotted 1px;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #ccc dotted 1px;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
	}
	.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: 10px 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 10px;
		text-align: left;
	}
	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;
}

/* bnr-area */

.bnr-area {
	font-size: 0;
	width: 100%;
	padding: 55px 0 80px;
	text-align: center;
	background-color: #ededed;
}

.bnr-area .bnr {
	display: inline-block;
	margin: 0 8px;
}

.bnr-area .bnr img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 600px) {
	.bnr-area {
		width: 100%;
		margin-bottom: 60px;
		padding: 20px 10px 10px;
	}
	.bnr-area .bnr {
		width: 100%;
		margin: 0 0 10px;
	}
}


.form-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 190px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}

.form-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	display: block;
	width: 18px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-arrow-select-l.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.form-select select {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	z-index: 2;
	display: block;
	width: 190px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

@media only screen and (max-width: 600px) {
	.form-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 36px;
		vertical-align: middle;
	}
	.form-select label:after {
		position: absolute;
		z-index: 2;
		top: 50%;
		right: 10px;
		display: block;
		width: 19px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-arrow-select-l_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.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;
	}
}

/***********
 * parts
 ***********/


/* msg */

.msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 600px) {
	.msg {
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 38px;
		padding: 8px 10px;
		text-align: left;
	}
}
.notfound {
	font-size: 24px;
	margin-top: 90px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {
	.notfound {
		font-size: 16px;
		margin:50px 10px 0;
	}
}
