@import url("https://image.raku-uru.jp/cms/fontcss/font.css");

html,html * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	background: url(https://image.raku-uru.jp/01/6923/29/bg_1574322986777.jpg) repeat;
}
ul { list-style: none; }
p,a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

/* --- ヘッダー --- */
header {
	width: 100%;
	margin: 25px auto 20px;
	padding: 0 20px;
}

/* 見出し */
h1 {
	font-size: 23px;
	text-align: center;
	margin-bottom: 20px;
}

h1 span {
	font-size: 14px;
	font-weight: normal;
	color: #555555;
}

/* カスタマーメニュー */
header div#header_menu div#customer_menu {
	margin: 30px 0;
}
header div#header_menu div#customer_menu ul li {
	font-size: 13px;
	margin-right: 0;
	padding: 10px;
}

header div#header_menu div#customer_menu ul li.cart {
	background: #fff;
	padding: 10px 15px 10px 25px;
	border-radius: 50px;
	margin-right: 0;
}

header div#header_menu div#customer_menu ul li a.entry:before {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-top: 0;
	margin-left: -8px;
	font-size: 15px;
	content: '\e929';
	font-family: "icomoon";
	background: none;
}

header div#header_menu div#customer_menu ul li a.mypage:before {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-top: 0;
	margin-left: -8px;
	font-size: 14px;
	content: '\e90a';
	font-family: "icomoon";
	background: none;
}

header div#header_menu div#customer_menu ul li a.logout:before {
	display: inline-block;
	width: 15px;
	height: 16px;
	margin-top: 0;
	margin-left: -8px;
	font-size: 14px;
	content: '\e931';
	font-family: "icomoon";
	background: none;
}

header div#header_menu div#customer_menu ul li a.cart:before {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-top: 0;
	margin-left: -10px;
	font-size: 15px;
	content: '\e919';
	font-family: "icomoon";
	background: none;
}

/* 検索エリア */
header div#header_menu div#search {
	display: flex;
}

/* 検索ボタン */
header div#header_menu div#search .s_btn {
	width: 60px;
	text-align: center;
        border-radius: 0 50px 50px 0/0 50px 50px 0;
	background: #333;
        padding-top: 8px;
}

/* 検索ボックス */
header div#header_menu div#search .s_box input {
	outline: 0;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px;
	width: 205px;
	border-radius: 50px 0 0 50px/50px 0 0 50px;
}

/* --- フッター --- */
footer {
	width: 100%;
	background: #ab5b76;
	padding: 60px 30px 20px 30px;
}

footer nav.footer_menu {
	display: flex;
	flex-wrap: wrap;
	max-width: 1090px;
	margin: 0 auto 0;
}

footer nav.footer_menu div {
	flex: 0 0 218px;
	margin-bottom: 30px;
}

footer a,footer p { color: #fff; }

footer p {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
}

footer p span {
	font-size: 10px;
	font-weight: normal;
}

footer nav.footer_menu h3 { font-weight: normal; }

footer nav.footer_menu h3 a,
footer nav.footer_menu ul.last li a {
	font-size: 18px;
}

footer nav.footer_menu ul li a {
	font-size: 13px;
}

/* --- スライダー --- */
.slick-prev {
	left: 25px !important;
	z-index: 100;
}
.slick-next {
	right: 25px !important;
	z-index: 100;
}

/* --- 商品一覧 --- */
section.category_menu,
section.products_info,
section.products_page {
	width: 100%;
	padding: 20px;
}

/* カテゴリー選択・カテゴリー名 */
section.category_menu { margin: 0 auto 10px; }
section.category_menu ul li {
display: inline-block;
border-right: 1px solid #000000;
padding-right: 5px;
font-weight: bold;
}
section.category_menu ul li.last {
border-right: none;
}

section.products_info {
	margin: 0 auto 45px;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
}
section.products_info h2 {
	font-size: 20px;
	font-weight: bold;
        margin-top: 0.5em;
	margin-bottom: 0.5em;
}

section.products_info div.search_area {
	border-top: 1px solid #ccc;
	padding-top: 16px;
	font-size: 16px;
	color: #666;
	display: flex;
	justify-content: space-between;
}

section.products_info div.search_area span {
	font-weight: bold;
}

section.products_info div.search_area ul {
	display: flex;
}

section.products_info div.search_area ul li:nth-child(1) {
	margin-right: 5px;
}

/* 商品リスト */
section.products_list_area {
	max-width: 1090px;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
}

section.products_list_area article {
	flex: 0 0 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	color: #555555;
}

section.products_list_area article a {
	font-size: 11px;
	display: block;
	flex: 0 0 90%;
}

section.products_list_area article div {
	text-align: center;
}

section.products_list_area article div h3 {
	font-weight: normal;
}

section.products_list_area article div.btn {
	background: #ab5b76;
	border-radius: 40px;
	margin: 15px auto 0 auto;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

section.products_list_area article div ul li:nth-child(1) {
	margin-bottom: 18px;
}

section.products_list_area h3 img { width: 100%; height: auto; }

section.products_list_area article div h3 span.item_name {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* 数量ボックス */
section.products_list_area article div ul li input {
	outline: 0;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px;
	width: 100px;
	border-radius: 3px;
}

/* ページングメニュー */
section.products_page {
	margin: 0 auto 50px;
}

section.products_page ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 13px;
}
section.products_page ul li {
	margin-right: 40px;
}

section.products_page ul li:nth-last-child(1) {
	margin-right: 0;
}

section.products_page ul li a {
	color: #999;
}

section.products_page ul li a span {
	color: #ab5b76;
}

/* --- 配送・送料について --- */
section.page_fee {
	max-width: 1090px;
	margin: 0 auto 50px;
}

section.page_fee div.table1,
section.page_fee div.table2,
section.page_fee div.table3,
section.page_fee div.table4 {
	padding: 20px;
}

section.page_fee div.table1 {
	margin-bottom: 50px;
}

section.page_fee div.table1 img {
	width: 100%;
	height: auto;
}

section.page_fee div.container_table h3 {
	font-size: 100%;
	margin-bottom: 1em;
}

section.page_fee div.container_table div.table2 img,
section.page_fee div.container_table div.table3 img {
	width: 287px;
	height: auto;
}

section.page_fee div.container_table div.table4 table {
	margin-bottom: 1em;
}

section.page_fee div.container_table div.table4 table td {
	padding: 5px 10px 5px 0px;
}

/* --- その他のページ --- */
main div.main {
max-width: 1090px;
margin: 0 auto 100px;
}

main div.wysiwyg-data {
width: 100%;
margin-bottom: 15px;
}

img.fr1-image {
width: 260px;
height: auto;
}

/* 画面サイズが768px以上の場合 */
@media(min-width:768px) {
	/* --- ヘッダー --- */
	header {
	max-width: 1090px;
	}
	/* 見出し */
	h1 {
	font-size: 29px;
	}
	h1 span {
	font-size: 18px;
	}
	/* カスタマーメニュー */
	header div#header_menu div#customer_menu {
	margin: 10px 0;
	}
	header div#header_menu div#customer_menu ul {
	display: flex;
	align-items: center;
	}
	header div#header_menu div#customer_menu ul li {
	margin-right: 25px;
	padding: 0;
	}
	/* --- フッター --- */
	footer nav.footer_menu div {
	margin-bottom: 60px;
	}
	/* --- 商品一覧 --- */
	section.category_menu,
	section.products_info,
	section.products_page {
	max-width: 1090px;
	}
	section.products_list_area article {
	flex: 0 0 33.3%;
	}
	/* --- 配送・送料について --- */
	section.page_fee div.container_table {
	display: flex;
	flex-wrap: wrap;
	}
	section.page_fee div.container_table div.table2,
	section.page_fee div.container_table div.table3,
	section.page_fee div.container_table div.table4 {
	flex: 0 0 33.3%;
	}
	/* --- その他のページ --- */
	img.fr1-image {
	width: 427px;
	height: auto;
	}
}

/* 画面サイズが1090px以上の場合 */
@media(min-width:1090px) {
	/* --- ヘッダー --- */
	header {
	padding: 0;
	}
	/* 見出し */
	h1 {
	font-size: 36px;
	}
	h1 span {
	font-size: 23px;
	}
	/* ヘッダーメニュー */
	header div#header_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
	}
	/* カスタマーメニュー */
	header div#header_menu div#customer_menu {
	margin: 0;
	}
	/* --- 商品一覧 --- */
	section.category_menu,
	section.products_info,
	section.products_page {
	padding: 0;
	}
	section.products_list_area article {
	flex: 0 0 25%;
	}
	/* --- 配送・送料について --- */
	section.page_fee div.table1,
	section.page_fee div.table2,
	section.page_fee div.table3,
	section.page_fee div.table4 {
	padding: 0;
	}
}

/* item-detail */

#item-detail {
width: 100%;
margin: 50px auto 50px;
padding: 0 20px;
}

.item-detail-photo {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.item-detail-photo ul{
width: 100% !important ;
}

.item-detail-photo ul li {
	display: none;
	float: left;
}

.item-detail-photo ul li.active {
	display: block;
}

.item-detail-photo img {
	display: block;
	width: 100%;
	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;
	color: #ab5b76;
}

.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 {
	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: #ab5b76;
}

.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;
	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;
}

/***********
 * clearfix
 ***********/

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}


/* 画面サイズが768px以上の場合 */
@media(min-width:768px) {
	#item-detail {
	max-width: 1090px;
	}
}

/* 画面サイズが1090px以上の場合 */
@media(min-width:1090px) {
	#item-detail {
	padding: 0;
	}
	div.item-middle {
	display: flex;
	}
	.item-detail-left {
	flex: 1;
	}
	.item-detail-right {
	flex: 1;
	}
}

