@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;
	}
}

