/* CSS Document */

/* -----------------------------------------
	ColorMe Style / for esters
	
	2020.07.03

	breakpoint :  ( 1000px, 900px ) / 800px/ 480px

	ショップ再開後に、操作ガイドを新調する際、zoom関係の cssを切り替えること！
	transition.js と zoom.jsをJimdo側でアップロード

	btn-large から　mini　どこで使われているか調べて、font-size変更
	お気に入りも入れる？


	table.listはフリーページで使っているので、cssからは消さないこと

	いつのまにか、fontawesomeの5.3.1が勝手に読み込まれるようになっていた。どうしようもない。

	</br>というタグはないので注意。 使うなら<br>または<br />
	
	Arranged by ShiShiDesign
----------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://u.jimcdn.com/cms/o/sd6bcf8de7268c881/userlayout/css/myfontswebfontskit.css);

/* ************************************************ 
 *  all
 * ************************************************ */
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, 
em, img, 
small, strike, strong, sub, sup,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
 {margin: 0; padding: 0; border: 0; font-style:normal; font-weight: normal; font-size: 100%; }

body {line-height:0;}
html {overflow-y: scroll; }
input, textarea { margin: 0; padding: 0; }
ol, ul { list-style:none; }
table{ border-collapse: collapse; border-spacing:0; }
th{ text-align: left; }


/* clear */
.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	}
/* For modern browsers */
.clearfix:after{
	content:"";
	display: table;
	clear:both;
	}

/* common */

.mt00 { margin-top:0px!important; }
.mt05 { margin-top:5px!important; }
.mt06 { margin-top:6px!important; }
.mt10 { margin-top:10px!important; }
.mt12 { margin-top:12px!important; }
.mt15 { margin-top:15px!important; }
.mt18 { margin-top:18px!important; }
.mt20 { margin-top:20px!important; }
.mt24 { margin-top:24px!important; }
.mt30 { margin-top:30px!important; }
.mt40 { margin-top:40px!important; }
.mr00 { margin-right:0px!important; }
.mr05 { margin-right:5px!important; }
.mr06 { margin-right:6px!important; }
.mr10 { margin-right:10px!important; }
.mr12 { margin-right:12px!important; }
.mr15 { margin-right:15px!important; }
.mr18 { margin-right:18px!important; }
.mr20 { margin-right:20px!important; }
.mr24 { margin-right:24px!important; }
.mr30 { margin-right:30px!important; }
.mb00 { margin-bottom:0px!important; }
.mb05 { margin-bottom:5px!important; }
.mb06 { margin-bottom:6px!important; }
.mb10 { margin-bottom:10px!important; }
.mb12 { margin-bottom:12px!important; }
.mb15 { margin-bottom:15px!important; }
.mb18 { margin-bottom:18px!important; }
.mb20 { margin-bottom:20px!important; }
.mb24 { margin-bottom:24px!important; }
.mb30 { margin-bottom:30px!important; }
.ml00 { margin-left:0px!important; }
.ml05 { margin-left:5px!important; }
.ml06 { margin-left:6px!important; }
.ml10 { margin-left:10px!important; }
.ml12 { margin-left:12px!important; }
.ml15 { margin-left:15px!important; }
.ml18 { margin-left:18px!important; }
.ml20 { margin-left:20px!important; }
.ml24 { margin-left:24px!important; }
.ml30 { margin-left:30px!important; }
.center {
	text-align:center !important;
	}
.fl {
	float:left;
	}
.fr {
	float:right;
	}
input, textarea, keygen, select, button {
	font-size: 1rem;
}
	
/* redefinition html */
html {
	height: 100%;
	}

body {
	text-align:left;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Noto Sans Japanese",sans-serif;
	font-weight: normal;
	color:#555;
	line-height:1.8;
	}
.hr {
	margin:30px 0;
	border-bottom:1px dotted #ccc;
	clear: left;
	height:1px;
	}
img {
	border: none;
	vertical-align: middle;
	}
strong {
	font-weight:bolder;
	}

/* link */
a:focus { outline:none; }
a:link,
a:visited {
	/*color:#556b9f;*/
	color: #6a85c4;
	text-decoration: none; 
	}
a:active,
a:hover {
	/*color:#7789b4;*/
	text-decoration:underline;
	}
/*.box p a,
.free_area p a,
.free_area li a,
.free_area td a,
.dataBox a,
.dataBox li a {
	color: #3399cc;
}
.box p a:hover,
.free_area p a:hover,
.free_area li a:hover,
.dataBox a:hover,
.dataBox li a:hover {
	text-decoration:underline;
}*/
a:hover,
a img:hover {
	transition: 0.5s;
	opacity:0.75;
	}
.sold_out {
	color: #e67a99;
	}

@media (max-width:800px) {
	/*body {
		font-family: sans-serif;
	}*/
	a:active,
	a:hover {
		text-decoration: none;
	}
}

/* ************************************************ 
 *  layout
 * ************************************************ */

#container {
	padding-bottom:30px;
	}
#contents {
	float:right;
	width:72%;
	}
#side {
	display:block;
	float:left;
	width: 25%;
	line-height: 1.5;
	}
#footer {
	padding: 30px 0;
	clear:both;
	background-color:#dfe7fa;
	}
#footer-inner {
	font-size: 0.9em;
	text-align:center;
	margin:0 auto;
	padding:0 2%;
	}


/* new layout */
.jtpl-navigation__checkbox {
	display:none;
	}
.jtpl-main {
	max-width:100%;
	line-height:1.6
	}
.jtpl-section__gutter {
	padding-top:inherit
	}
#header {
	border-top: 4px solid #d5dbec;
	position: relative;
	}
.jtpl-header__container {
	padding:15px 2%;
	margin: 0 auto;
	max-width: 1200px;
	min-height: 113px;
	}
.jtpl-navigation {
	position:relative;
	width: 100%;
	margin:0 auto;
	background: #a8b9dd;
	line-height: 1;
	border-bottom: 1px solid #fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.15);
	text-align: center;
	/*font-family: MuseoSans-500;*/
	/*font-weight: normal;*/
	font-style: normal;
	letter-spacing: 0;
	}	
.jtpl-navigation__inner {
	display:block;
	border-top:1px solid #ededed;
	}
.jtpl-content__container {
	margin-top:40px;
	margin-bottom:60px
	}
.jtpl-content__container:after,
.jtpl-content__container:before {
	content:"";
	display:table;
	clear:both
	}
.container-inner {
	margin: 0 auto;
	padding: 5px 2% 0;
	max-width: 1200px;
	}
.smp-freeshipping {
	display: none;
}

@media (max-width:800px) {
	#contents {
		width:100%;
	}
	#side {
		display: none;
	}
	#footer {
		padding: 1em 0;
	}
	#footer-inner {
		padding: 0 4%;
	}
	.jtpl-main {
		font-size: 94%;
	}
	.jtpl-header__container {
		padding: 80px 4% 11px;
	}
	.container-inner {
		padding: 5px 4% 0;
	}
	.jtpl-navigation {
		background: #fbf7e5;
	}
	.jtpl-navigation__inner {
		display: none;
	}
	.smp-freeshipping {
		color: #e34fa5;
		display: block;
	}
	.smp-freeshipping p {
		line-height: 1.3;
		background: url(https://img17.shop-pro.jp/PA01269/495/etc/icon-freeshipping-2x.png) no-repeat 50% 8px;
		background-size: 49px 28px;
		padding: 40px 1em 8px;
	}
}
@media (max-width:480px) {
	.smp-freeshipping span {
		display: block;
	}
}
	
/* ************************************************ 
 *  header
 * ************************************************ */
/* header info*/
.site-title {
	float: left;
	display: flex;
	align-items: center;
	width: 64%;
	}
.logo-main {
	width: 124px;
	height: 108px;
	margin-right: 20px;
	line-height: 1;
	}
.logo-main img {
	width: 100%;
	height: auto;
	}
.site-description {
	font-size: 0.9rem;
	display: table-cell;
	vertical-align: middle;
	}
.site-description span {
	display: inline-block;
	margin-left: 0.5em;
}
.site-description .en {
	font-size: 0.8rem;
	color: #839acb;
	}
.site-contact {
	float: right;
	width: 35%;
	margin: 12px auto 0;
	text-align: center;
	}
.site-contact p {
	font-size: 0.95em;
	line-height: 1.3;
	}
.site-name {
	font-size: 85%;
	margin-bottom: 0.7em;
	}
.phone-number a:link,
.phone-number a:visited {
	color: #40537f;
	text-decoration: none;
	font-size: 1.25em;
	}
.site-contact .phone-number i,
.footer-contact i {
	font-size: 85%;
	}
.phone-number a {
	font-family: MuseoSans-500 !important;
	letter-spacing: 0.5px;
	}
.open-time {
	font-size: 0.8em;
	margin-bottom: 0.3em;
	}
.btn-contct {
	color: #556b9f;
	margin: 0.2em 0 0.5em;
}
.btn-contct a:link,
.btn-contct a:visited {
	color: #556b9f;
	text-decoration: none;
}
.btn-contct a:active,
.btn-contct a:hover {
	text-decoration: underline;
}

@media (max-width:800px) {
	.site-title {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
/*	.site-title:after {
		content:"";
		display: table;
		clear:both;
	}*/
	.logo-main {
		margin: 0 auto;
	}
	.site-description {
		display: block;
		width: 100%;
		text-align: center;
		margin: 1em 0 0;
	}
	.site-contact {
		display: inline-block;
		float: none;
		width: 100%;
		max-width: inherit;
	}
	.site-description span {
		display: block;
		margin-left: 0;
	}
}

/* global navigation */
.jtpl-navigation__inner a {
	text-decoration:none !important;
	}
.jtpl-navigation__inner ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	font-size: 1rem;
	list-style: none;
	}
.jtpl-navigation__inner li.jmd-nav__list-item-0 > a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.jtpl-navigation__inner .j-nav-level-0 > li {
	position: relative;
	border-left: 1px solid #a8b9dd;
	}
.jtpl-navigation__inner .j-nav-level-0 > li > a {
	font-size: 1.125em;
	font-weight: 500;
	color: #fff !important;
	display: inline-block;
	text-shadow:1px 1px 1px rgba(0,0,0,0.20);
	padding: 0.8em 1.2em;
	}
.jtpl-navigation__inner .j-nav-level-0 > li.j-nav-parent,
.jtpl-navigation__inner .j-nav-level-0 > li:hover {
	background-color: #8b9fce;
	}
.jtpl-navigation__inner ul.cc-nav-level-0 li ul {
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	z-index: 20;
	}
.jtpl-navigation__inner ul.cc-nav-level-0 li ul li {
	clear: left;
	position: relative;
	width: 100%;
	white-space: nowrap;
	}
.jtpl-navigation__inner ul.cc-nav-level-0 li {
	background: rgba(168,185,221,0.8);
	text-align: left;
	}
.jtpl-navigation__inner ul.cc-nav-level-0 > li > ul a {
	color: #fff;
	display: block;
	font-size: 0.8em;
	line-height: 1;
	padding: 10px;
	text-decoration: none;
	}
.jtpl-navigation__inner .j-nav-level-0 li:hover .j-nav-level-1 {
	display:block;
	opacity:1;
	z-index:650001
	}
.jtpl-navigation__inner .j-nav-level-1 {
	position:absolute;
	top:100%;
	left:0;
	display:none;
	margin:0;
	padding:0;
	border: 1px solid #fff;
	transition:opacity .3s ease-in-out;
	}
.jtpl-navigation__inner .j-nav-level-1 li {
	display:inline-block;
	border-top: 1px solid #fff;
	}
.jtpl-navigation__inner .j-nav-level-1 li:first-child {
	border: none;
	}
.jtpl-navigation__inner .j-nav-level-2 {
	position:absolute;
	transition:opacity .3s ease-in-out;
	display:none;
	left:100%;
	margin:0;
	opacity:0;
	padding:0;
	top:0
	}
.jtpl-navigation__inner .j-nav-level-2 li {
	display:inline-block
	}
.jtpl-navigation__inner .j-nav-level-2 a:link,
.jtpl-navigation__inner .j-nav-level-2 a:visited {
	width:130px;
	margin-bottom:2px;
	display:block;
	word-wrap:break-word
	}
li.jmd-nav__list-item-0:last-child a:before {
	color: #5d76be;
	font-size: 90%;
	margin-right: 0.5em;
	content:"\f07a";
	font-family: "Font Awesome 5 Free";
	text-shadow: none;
	font-weight: 900;
	}
.jtpl-navigation__inner li.j-nav-parent > a,
.jtpl-navigation__inner a.j-nav-current {
	background-color: #8b9fce;
	}
.jtpl-navigation__inner .j-nav-level-0 li a:hover {
	background-color: #8b9fce;
	text-decoration: none;
	}

@media (max-width:1000px) {
	.jtpl-navigation__inner .j-nav-level-0 > li > a {
		padding: 0.8em 0.9em;
	}
}
@media (max-width:900px) {
	.jtpl-navigation__inner .j-nav-level-0 > li > a {
		font-size: 1em;
	}
}
@media (max-width:800px) {
	.site-contact {
		display: none;
	}
}


/* ************************************************ 
 *  shop header
 * ************************************************ */
#shop-header {
	background:url(https://img17.shop-pro.jp/PA01269/495/etc/bg-shopnav.gif) no-repeat center bottom;
	padding: 5px 0 15px;
	margin: 0px auto 20px;
	}
#shop-header .header_link {
	float: right;
	margin-top: 7px;
	}	
#shop-header .header_link ul {
	display: flex;
	justify-content: flex-end;
	align-content: center;
}
#shop-header .header_link ul li {
	float: left;
	margin-left: 20px;
	list-style-type: none;
	line-height: 16px;
	}	
#shop-header .header_link ul li i {
	display: block;
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	color: #333;
	}
#shop-header .header_link ul li a {
	color: #556b9f;
}
#shop-header .header_link ul li a:hover {
	text-decoration:none;
	}	
#shop-header .header_link ul li.view_cart span.count {
	background: #e27cb8;
	color: #fff;
	font-weight: bolder;
	padding: 5px 10px;
	margin-left: 5px;
	border-radius: 3px;
	}	
#shop-header .header_link ul li.view_cart a:hover span.view{
	text-decoration:underline;
	}
#shop-header .search {
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	}

.header_search_select {
	border: 1px solid #8299d5;
	padding: 2px 6px;
	border-radius: 3px;
	box-shadow: none;
	height: 32px;
	width: 150px;
}
.header_search_box {
	border: 1px solid #8299d5;
	padding: 0 4px;
	height: 30px;
	width: 200px;
}
.header_search_btn {
	color: #fff;
	border: 1px solid #8299d5;
	background: #8299d5;
	cursor: pointer;	
	padding: 2px;
	width: 80px;
	height: 32px;
	border-radius: 3px;
}
.login_members {
	display: none;
}

@media (max-width:800px) {
	.login_members {
		display: inline-block;
		clear: both;
		width: 100%;
		line-height: 1;
		text-align: center;
		background: #f5f6fb;
		padding: 0.5em 0;
		margin: 1.5em auto 0.2em;
		border-radius: 4px;
	}
	#shop-header {
		height: auto;
		padding: 10px 0;
		background-size: 100% auto;
	}
	#shop-header .header_link,
	#shop-header .header_link ul {
		display: none;
	}
	#shop-header .search {
		width: 100%;
		padding: 0 0 10px;
		justify-content: center;
	}
	.header_search_select {
		width: 100%;
		margin-bottom: 8px;
	}
	.header_search_box {
		width: 65%;
	}
	.header_search_btn {
		width: 30%;
		float: right;
	}
	.login_members {
		margin: 0.75em auto 0.5em;
	}
}

/* ************************************************ 
 *  footer
 * ************************************************ */
#footer a {
	color: #666;
	}
#footer .footer_menu {
	display: flex;
	justify-content: center;
	background:url(https://img17.shop-pro.jp/PA01269/495/etc/line-footer.gif) repeat-x left bottom;
	padding-bottom:30px;
	margin-bottom:30px;
	}	
#footer .footer_menu li {
	padding: 0 0.6em;
	border-left:1px solid #999;
	}	
#footer .footer_menu li:first-child {
	border:none;
	}
#footer .footer_menu li a {
	color:#333;
	}
#footer img {
	margin-bottom:20px;
	}
.copyright {
	clear: both;
	padding: 1em 0 0;
	text-align: center;
	font-size: 80%;
	}
#mobile{
	width: 145px;
	}

@media (max-width:1000px) {
	#footer .footer_menu {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	#footer .footer_menu li {
		width: 46%;
		text-align: left;
		padding: 0 2% 1em;
		border-left: none;
	}
}
@media (max-width:480px) {
	#footer .footer_menu {
		display: block;
		padding-bottom: 1em;
	}
	#footer .footer_menu li {
		width: 96%;
	}
}

/* ************************************************ 
 * contents heading
 * ************************************************ */
#contents .box {
	clear: both;
	margin-bottom: 2.5em;
	}	
#contents h2 {
	font-size:1.2em;
	font-weight:700;
	color:#556b9f;
	border-left: 5px solid #8299d5;
	padding: 0.25em 0 0.2em 0.7em;
	margin:0 0 15px;
	}
#contents h3 {
	border-bottom: 1px dotted #647bb2;
	color:#556b9f;
	font-size: 1.2em;
	font-weight: 600;	
	margin: 3em 0 0.75em;
	padding: 0.25em;
	}
#contents h2 + h3,
#contents table + h3 {
	margin-top: 1.25em;
}
#contents div h3:first-child {
	margin-top: 2em;
}
#policy h2,
#payment_method h3,
#shipping_method h3,
#contents .free_area h2 {
	border:none;
	background: none repeat scroll 0 0 #f5f6fb;
	color: #556b9f;
	font-size: 1.25em;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 12px 15px 10px;
	padding: 0.5em 0.75em;
	}
#contents .box_small h3{
	background: none repeat scroll 0 0 #f5f6fb;
	border-bottom: none;
	color: #556b9f;
	margin: 0 0 15px;
	padding: 0.5em 1em 0.4em;
	}
#contents h4 {
	color: #fff;
	background-color: #9cacd6;
	padding: 0.3em 0.75em;
	border-radius: 5px;
	font-size: 1.05em;
	font-weight: 500;
	margin:1.8em 0 0.8em;
	}
#contents h4:first-child,
#contents h3 + h4 {
	margin-top: 1em;
}
#policy h4 {
	color: #3A5188;
	background-color: transparent;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.5em !important;
}
small,.small {
	font-size:85%;
	}

/* ************************************************ 
 *  side
 * ************************************************ */
.caution {
	padding:5px 0;
	}
.caution p {
	font-size: 85%;
	}	
#side .box {
	clear: both;
	margin-bottom: 20px;
	word-wrap: break-word;
	position: relative;
	}
#side .box ul {
	font-size: 0.9em;
}
#side #box_members {
	text-align:center;
	background: #f5f6fb;
	padding: 0.5em 0.5em;
	border-radius: 5px;
	}
.btn_logout {
	font-size: 0.8em;
	line-height: 1;
	display: inline-block;
	border: 1px solid #556b9f;
	cursor: pointer;
	padding: 0.5em 1em;
	margin: 0.75em auto 0;
	border-radius: 3px;
}
.btn_logout a {
	color: #556b9f;
	text-decoration: none;
}
#side div.box h3 {
	color:#92a7d3;
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-size: 0.9em;
	font-weight:bolder;
	background: #f1f1f1;
	padding: 5px;
	text-align: center;
	}
#side .box img {
	width: 100%;
	height: auto;
	}
#side .box ul li a{
	border-bottom: 1px dotted #c8c8c8;
	}	
#side .box ul li a {
	color: #556b9f;
	background:url(https://img17.shop-pro.jp/PA01269/495/etc/list-arrow.gif) no-repeat 4px 16px;
	margin:0;
	display:block;
	padding:10px 0 10px 15px;
	line-height:1.3;
	}
div#box_mobile img {
	padding-left: 26px;
	}
.side_cal_memo {
	font-size: 0.85em;
}
	
/* ************************************************ 
 *  calendar
 * ************************************************ */

#box_calendar {
	margin: 30px 5% 10px;
	}
.tbl_calendar {
	font-size: 0.9em;
	margin: 20px 0;
	width: 100%;
	border:1px solid #ccc;
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	}
.tbl_calendar th, .tbl_calendar td {
	padding: 3px !important;
	border-bottom: 1px solid #ccc !important;
	text-align: center !important;
	}

	
/* ************************************************
*	footer policy
* ************************************************ */
#footer_policy {
	display: flex;
	width: 100%;
	margin: 50px auto 50px;
	padding: 30px 0 0;
	border-top: 1px solid #ccc;
	}
#footer_policy dl {
	text-align: left;
	padding: 0 2%;
	width: 29.33%;
	}
#footer_policy dt {
	color: #556b9f;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0 0.5em;
	}	
#footer_policy dd {
	font-size: .95em;
	margin: 0 0 1.5em;
	}

@media (max-width:800px) {
	#footer_policy {
		flex-wrap: wrap;
	}
	#footer_policy dl {
		width: 100%;
		padding: 0;
	}
}

/* ************************************************ 
 *  item_box
 * ************************************************ */
.item_box_wrap {
	display: flex;
	flex-wrap: wrap;
}
.item_box {
	width: 29.33%;
	margin: 0 2% 45px;
	}
.item_box .item_photo {
	border: 1px solid #ddd;
	text-align:center;
	clear:both;
	margin: 0 auto;
	}
.item_box .item_photo img.item {
	max-width: 100%;
	min-height: 180px;
/*	max-width: 180px;
	margin:11px auto;*/
	}
.item_box .item_detail {
	border-left: 1px solid #ddd;
	margin: 10px 0 0;
	padding-left: 10px;
	}
.item_box .item_detail .item_name a {
	margin-bottom: 0.2em;
	font-weight: 500;
	}
.item_box .item_detail p.item_regular_price {
	margin-bottom: 10px;
	}
.item_box .item_detail p.item_price {
	font-size:95%;
	margin-bottom: 10px;
	}
.item_box .item_detail p.item_description {
	font-size: 0.9em;
}
.item_box .item_detail p.item_discount {
	margin-bottom: 10px;
	}


/*最近チェックした商品*/
#box_recentlychecked {
	margin-top: 50px;
	}

.box_small .item_box {
	box-sizing: border-box;
	width: 25%;
	margin: 0 0 20px 0;
	padding-left: 5px;
	border-left: 1px solid #eaeaea;
	}
.box_small .item_box .item_photo {
	border:none;
	width: 100%;
	}
.item_box .item_name {
	margin-bottom:5px;
	text-align: left;
	}
.item_box .item_price {
	font-weight: 500;
}
.item_name a {
	color: #556b9f;
}
.box_small .item_box .item_detail {
	border:none;
	padding:0;
	margin:10px;
	font-size: 0.9em;
	}	
.box_small .item_box .item_detail p {
	margin-bottom:5px;
	}

@media (max-width:800px) {
	.box_small h3 {
		font-weight: bolder;
	}
}
@media (max-width:600px) {
	.item_box {
		width: 46%;
	}
	.box_small .item_box {
		width: 50%;
	}
}

/* ************************************************ 
 *  Top_Page
 * ************************************************ */
#box_news .headline {
	position: relative;
	min-height:250px;
	background: linear-gradient(to right, #dfe7fa, #fff 50%, #dfe7fa);
	margin-bottom: 1.5em;
}
#box_news .headline_inner {
	min-height: 250px;
	background: url(https://img17.shop-pro.jp/PA01269/495/etc/main_image.png?cmsp_timestamp=20200604171455) no-repeat left center;
	background-size: 30% auto;
	}
#box_news .headline img {
	float: right;
	padding: 20px 20px 10px 15px;
	}
#box_news .headline .text {
	padding: 5% 4% 5% 30%;
	}
#box_news .headline h2 {
	font-size: 1.3rem;
	font-weight: 500;
	color: #556b9f;
	border: none;
	padding: 0;
	}
#box_news .headline .text p {
	font-size: 0.9em;
}
#box_news .information {
	margin:0 5px 10px;
	}
#box_news h4 span {
	font-weight: 500;
}
#box_news h4.-new span:after {
	content: "new";
	color: #0011aa;
	font-size: 0.9em;
	margin-left: 0.3em;
	vertical-align: top;
}
#box_news .information ul {
	list-style: disc;
	margin-left: 1.5em;
	}
#box_news .information strong.-color {
	color: #e34fa5;
}
#box_news .news {
	margin-top:20px;
	}
#box_news h3 {
	color:#556b9f;
	font-weight:bolder;
	font-size:110%;
	}
#box_news .news dl {
	margin:0 10px;
	}
#box_news .news dt {
	margin-bottom: 0.2em;
	color:#999;
	}
#box_news .news dd {
	margin-bottom: 0.2em;
	}
#box_recommend {
	width: 94%;
	float:left;
	padding:20px 3%;
	background:#fdfcf7;
	}
#box_recommend .free {
	font-size:107%;
	margin-bottom: 1em;
	}
#box_recommend .item_box {
	float:left;
	width: 100%;
	margin: 10px 0;
	}
#box_recommend .item_photo {
	border:1px solid #dfdac4;
	margin:0 25px 0 0;
	width:180px;
	height:180px;
	background:#fff;
	float:left;
	}
#box_recommend .item_photo img.item {
	margin:0;
	}
#box_recommend .item_detail {
	border:0;
	padding: 0;
	}	

.stock_error{
	font-weight:bold;
	color:red;
	padding:10px 0;
	display:none;
	}

/* pick-up */
.pick-up {
	margin-top: 50px;
	}
.pick-up ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
	}
.pick-up ul li {
	font-size: 0.9em;
	width: 29.33%;
	margin: 0 2% 30px;
	}
.pick-up ul li img {
	width: 100%;
	border: 1px dotted #ccc;
	}
.pick-up ul li .title {
	font-size: 110%;
	color: #556b9f;
	font-weight: bold;
	margin: 0.5em 0 0.2em;
	}

@media (max-width:800px) {
	#box_news .headline {
		min-height: 300px;
	}
	#box_news .headline_inner {
		min-height: 300px;
		background-position: right bottom -20px;
		background-size: 30% auto;
	}
	#box_news .headline h2 {
		font-weight: bolder;
		font-size: 1.2em;
	}
	#box_news .headline .text {
		padding: 5% 28% 5% 3%;
	}
	#box_recommend .item_box {
		margin: 0 auto;
	}
	#box_recommend .item_photo {
		float: none;
		margin: 0 auto;
	}
	.pick-up ul li {
		width: 46%;
	}
	.pick-up ul li img {
		margin: 0 auto;
		display: block;
	}
}
@media (max-width:480px) {
	#box_news .headline_inner {
		min-height: 300px;
		background-position: right 10% bottom -10%;
		background-size: auto 60%;
	}
	#box_news .headline img {
		position: absolute;
		left: 5%;
		top: inherit;
		bottom: 5%;
	}
	#box_news .headline .text {
		padding: 6% 5% 40%;
	}
	#box_news .headline .text p {
		padding: 0;
	}
}


/* ************************************************ 
 *  product_detail_page
 * ************************************************ */
.row:after {
	content:"";
	display: table;
	clear:both;
	}
#product_name {
	border-left: 5px solid #8299d5;
	padding: 0.25em 0 0.2em 0.7em;
	margin-bottom: 20px;
	}
.product_contents {
	margin-bottom: 2em;
}
#product_name h2 {
	color:#555;
	font-size: 1.3em;
	font-weight: 600;
	border:none;
	padding:0;
	margin:0;
	}
.product_contents p {
	margin-bottom: 0.5em;	
}
.group_name {
	font-size: 0.95em;
	}
.group_name a {
	color: #556b9f;
}
.simple_explain {
	margin:0 15px 15px;
	}	
.product_cartin {
	width:252px;
	width: 38%;
	float:left;
	}
.product_image {
	float:left;
	padding: 0;
	margin: 0 0 30px;
	width: 100%;
	border: 1px solid #dfdac4;
	text-align: center;
	}
  
.product_image img {
	width: 90%;
	max-width:250px;
	}
.product_cart {
	float:left;
	margin: 0 0 1em;
	width: 100%;
	display:block;
	}
.product_cart .sold_out {
	color: #666;
	width:222px;
	width: 90%;
	background:#eee;
	text-align:center;
	padding:5%;
	margin-top:20px;
	}
table.add_cart_table {
	width: 100%;
	border-top: solid 1px #dfdac4;
	table-layout:fixed;
	font-family:'Lucida Grande','Arial', sans-serif;
	}
table.add_cart_table th {
	height:auto;
	font-weight:bolder;
	border-bottom: solid 1px #dfdac4;
 	vertical-align:middle;
	padding: 12px 4px;
	width: 25%;
	text-align: left;
	font-size: 0.9em;
	text-overflow: ellipsis;
	}
table.add_cart_table td {
	border-bottom: solid 1px #dfdac4;
	font-weight:bolder;
	overflow: hidden;
	vertical-align:middle;
	height:auto;
	padding: 12px 4px;
	width: 60%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
table.add_cart_table td input {
	padding: 0 4px;
	width: 38px;
	height: 26px;
	font-size: 15px;
	line-height: 26px;
	vertical-align: middle;
	}
table.add_cart_table td strong.price {
	font-weight:bolder;
	}
table.add_cart_table table td {
	display:inline-block;
	}
table.add_cart_table td.pur_block{
	margin: 0;
	width: auto;
	white-space: normal;
	}
table.add_cart_table td select {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
}
table#option_tbl {
	margin-bottom: 20px;
	width: 100%;
	}
table#option_tbl th,
table#option_tbl td.none {
	background: whiteSmoke;
	}
table#option_tbl th,
table#option_tbl td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
	}
table#option_tbl th {
	background: whiteSmoke;
	}
table#option_tbl td div input {
	margin-bottom: 5px;
	}

ul.option_price {
	margin: 10px 0 0;
	}
ul.option_price li {
	list-style-type: none;
	}
.option_box{
	clear: both;
	width: 100%;
	overflow: hidden;
	}
.button_area input {
	width: 100%;
	}
.button_area {
	clear:both;
	}	
.disable_cartin {
	margin:20px 0 0;
	}

.product_contents small {
	font-size: 85%;
	}

.dataBox {
	float:right;
	width: 57%;
	margin-bottom: 1em;
	}
.caution2{
	color: #ff0000;
	}
.dataBox table {
	border-bottom:1px solid #a8b9dd;
	border-right:1px solid #a8b9dd;
	width: 100%;
	margin: 0 0 20px;
	}
.dataBox th,
.dataBox td {
	padding: 5px 10px;
	border-top:1px solid #a8b9dd;
	border-left:1px solid #a8b9dd;
	font-weight:normal;
	font-size: 0.85em;
	line-height: 1.5;
	}
.dataBox th {
	color:#647bb2;
	background:#f5f6fb;
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	}


.dataBox div a {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom:20px;
	}
.dataBox div img {
	width: 17%;
	min-width: 100px;
	border: 1px solid #dfdac4;
	padding: 2px;
	background: #fff;
	margin: 0 3% 0 0;
	}
.dataBox > img {
	max-width: 100%;
	margin: 0 8px 8px 0;
	line-height: 1;
	height: auto; 
	}
/*.dataBox div:hover span {
	text-decoration:underline;
	}
*/
.dataBox ul {
	clear: both;
	list-style: disc;
	/*margin-left: 1.8em;*/
}
.dataBox ul.no_clear {
	position: relative;
	clear: none;
	z-index: 10;
/*	margin-right: 122px; */
}
.dataBox ul li {
	position: relative;
	margin: 0 0 0.5em 1.8em;
}
.dataBox ul li.mark1,
.dataBox ul li.mark2,
.dataBox ul li.mark3,
.dataBox ul li.mark4 {
	margin-bottom: 1em;
	position: relative;
}
.dataBox ul li.mark1:after {
	content: url(https://img17.shop-pro.jp/PA01269/495/etc/mark-eobbd.png);
	position: relative;
	margin-top: 0.5em;
	display: block;	
	}
.dataBox ul li.mark2:after {
	content: url(https://img17.shop-pro.jp/PA01269/495/etc/mark-eobbd-leaf.png);
	position: relative;
	margin-top: 0.5em;
	display: block;
}
.dataBox ul li.mark3:after {
	content: url(https://img17.shop-pro.jp/PA01269/495/etc/mark-eobbd-natural.png?cmsp_timestamp=20200615113502);
	position: relative;
	margin-top: 0.5em;
	display: block;
}
.dataBox ul li.mark4:after {
	content: url(https://img17.shop-pro.jp/PA01269/495/etc/mark-euro-leaf.png);
	position: relative;
	margin-top: 0.5em;
	display: block;
}

.product_contents .section {
	clear: both;
	padding-top: 1px;
	margin-bottom: 20px;
	}
.product_contents .section img {
	margin: 0 8px 8px 0;
	line-height: 1;	
}

.section.lineup p,
.free_area p {
	margin-bottom:0;
	}
.section ul {
	list-style: disc;
	margin: 0 0 0 1.5em;
	clear: both;
	}
.section small ul {
	list-style: circle;
	}
.section img {
	max-width: 100%;
}
.product_image_extra {
	margin-bottom: 20px;
	text-align: center;
	}
.product_image_extra img.item {
	margin-bottom: 20px;
	}
.product_link_area {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: #ccc solid 1px;
	}
.product_link_area div.twitter {
	float: left;
	width: 100px;
	}
.product_link_area div.pinterest {
	float: left;
	margin-right: 30px;
	}
.product_link_area div.fb-like {
	float: left;
	width: 200px;
	}

ul.other_link {
	clear: both;
	margin-top: 20px;
	margin-left: 10px;
	}
ul.other_link li {
	background:url(https://img17.shop-pro.jp/PA01269/495/etc/list-arrow.gif) no-repeat left 50%;
	padding-left:10px;
	margin-bottom: 0.5em;
	}
/*ul.other_link li a {
	color: #556b9f;
}*/
.share{
	margin: 15px 0 0;
	list-style: none;
	}
.share li{
	display: inline-block;
	float: left;
	margin: 0 10px 10px 0;
	max-width: 125px;
	}
.calamel-link{
	margin-top: 10px;
	}
#tb_cap_tb{
	margin-top: 20px;
	}
.tb {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	}
#tb_stitle {
	margin-bottom: 20px;
	}
.tb_date, .tb_title, .tb_body, .tb_state {
	margin-bottom: 5px;
	}
.not_available {
	border: 1px solid #ff0000;
	padding: 1em;
	text-align: center;
	}

/* Review */
.reviewlist_datas {
	overflow: hidden;
	margin-bottom: 10px;
}
.icon_star {
	float: left;
	width: 75px;
	margin-top: 6px;
	overflow: hidden;
}
.icon_star img {
	max-width: inherit;
}
.review_poster li {
	float: left;
	margin-left: 10px;
}
.review_poster li {
	list-style: none;
}
.reviewlist {
	padding-bottom: 15px;
	margin: 2em 0 15px;
	border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
	font-weight: 600;
	margin-bottom: 0.5em;
}
.review_txt,
.shopcomment_txt {
	font-size: 0.95em;
}
.review_date {
	color: #999;
	font-size: 0.8em;
}
.review_img {
	float: right;
	margin: 0 0 10px 10px
}
.reviewlist_content {
	overflow: hidden;
}
.shopcomment {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eee;
	padding: 15px;
	border-radius: 6px;
}

@media (max-width:800px) {
	.product_cartin,
	.dataBox {
		float: none;
		width: 100%;
	}
	.product_cart {
		margin-bottom: 2em;
	}
	.product_contents h3 {
		font-weight: bolder;
	}
}


/* ************************************************ 
 *  zoom
 * ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */

/*.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;
	background-color:#fff;	
	cursor:move;		
	}

.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
	}

.cloud-zoom-big {
	border: 4px solid #a8b9dd;
	overflow:hidden;
	}

.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
	}

.zoom-section {
	clear:both;
	}

* html .zoom-section { 
	display:inline;
	clear:both;
	}
.zoom-image {
	margin: 4px 4px 10px 20px;
	width: 300px;
	float: right;
	border:1px solid #ccc;
	}
.zoom-image #wrap {
	top: 0px;
	z-index: 9999;
	position: relative;
	}
.zoom-image .mousetrap {
	z-index:999;
	position: absolute;
	width: 100%;
	left:0px;
	top:0px;
	}

.zoom-desc {
	width: 60px;
	float: left;
	margin-left: 20px;
	}

a.cloud-zoom-gallery { 
	display: block;
	margin: 0 0 5px 0;
	cursor: pointer;
	}

@media (max-width:800px) {
.zoom-image {
	margin: 4px auto 10px;
	float: none;
	}
}*/

.zoom-image {
	margin: 4px 4px 10px 20px;
	width: 40%;
	float: right;
	border:1px solid #ccc;
	}
.zoom-image img {
	width: 100%;
	height: auto;
}

img[data-action="zoom"] {
	cursor: pointer;
}
.zoom-img,
.zoom-img-wrap {
	position: relative;
	z-index: 666;
	      transition: all 300ms;
}
img.zoom-img {
	cursor: pointer;
	border:1px solid #dfdac4;
}
.zoom-overlay {
	z-index: 420;
	background: rgba(255,255,255,0.90);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	opacity: 0;
	      transition:opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
	opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
	cursor: default;
}

@media (max-width:800px) {
	.zoom-image {
		margin: 4px auto 10px;
		float: none;
		width: 80%;
		max-width: 300px;
	}
}


/* ************************************************ 
 *  product_option_window
 * ************************************************ */
div#product_option { 
	margin: 20px;
	padding: 20px;
	}
div#product_option h2 { 
	margin-bottom: 20px;
	}
table.table_option { 
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	margin-bottom: 20px;
	}
table.table_option th { 
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	padding: 10px;
	}
table.table_option td { 
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	padding: 10px;
	}

div#product_option div.button_area {
}

/* ************************************************ 
 *  product_list_page
 * ************************************************ */
div.sub_category_area,
div.sub_group_area { 
	height: 100%;
	margin-bottom: 20px;
	padding: 0;
	}

div.sub_category_area div.sub_category,
div.sub_group_area div.sub_group { 
	float: left;
	margin: 0 20px 10px 0;
	}

div.sub_category_area div.sub_category img,
div.sub_group_area div.sub_group img { 
	margin-right: 10px;
	}

/* ************************************************ 
 *  search_page
 * ************************************************ */
div.search_result { 
	background: none repeat scroll 0 0 #ddd;
	margin: 20px 0;
	padding: 10px 0;
	text-align: center;
	}
.search_result span {
	margin-left:1em;
	}
.search_result span:first-child {
	margin-left: 0;
}
div.none { 
	text-align: center;
	margin: 50px 0;
	}

/* ************************************************ 
 *  policy (sk & privacy policy)
 * ************************************************ */
.policy_box,
#policy_lead{
	margin-bottom: 30px;
	}
div.sk_box {
	margin-bottom: 50px;
	}
#policy .policy_box h3 {
	margin-top: 2em;
	}

div.sk_box table {
	width: 100%;
	border-top: 1px solid #ccc;
	}
div.sk_box th {
	width:25%;
	white-space:nowrap;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 10px 20px;
	}
div.sk_box th img.poricy_img {
	margin-bottom: 5px;
	}	
div.sk_box td {
	font-size: 0.9em;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	}
div.sk_box th,
div.sk_box td {
	vertical-align: top;
	}
div#payment_method th,
div#shipping_method th {
	/*background:none;
	text-align:center;*/
	}

@media (max-width:800px) {
	div.sk_box th {
		font-weight: bolder;
		width: 96%;
		padding: 10px 2%;
		display: block;
		background: #f5f5f5;
		border-bottom: none;
	}
	div.sk_box td {
		display: block;
		padding: 10px 2%;
	}
	div.sk_box img {
		max-width: 100%;
		height: auto;
	}
}


/* ************************************************ 
 *  Common Elements
 * ************************************************ */
/* @group Common Elements */

table.table {
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	margin-bottom: 20px;
	}
table.table th {
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	padding: 5px;
	background: #333;
	}
table.table td {
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	padding: 5px;
	}


/* breadcrumbs */

.footstamp {
	font-size: 0.75em;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
	}	
.footstamp .bread-crumb {
	margin-bottom: 3px;
	}
.footstamp .bread-crumb ul {
	display:inline;
	margin-left:7px;
	}
.footstamp .bread-crumb li {
	display:inline;
	background: url("https://img17.shop-pro.jp/PA01269/495/etc/bread-arrow.gif") no-repeat scroll left 50% ;
	padding: 0 7px 0 12px;
	}
.footstamp .bread-crumb a {
	color: #556b9f;
}


/*pagetop*/

.to_top {	
	background: #a6b8de;
	color: #fff !important;
	text-decoration:none !important;
	font-weight: bolder;
	border-radius: 3px;
    clear: both;
	float: right;
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0.5em 0.5em;
	text-align: center;
	}
.to_top:hover {
	background:#899ecf;
	}

div.sort {
	margin-bottom: 20px;
	text-align: right;
	float: right;
	}
div.sort strong {
	margin-right: 5px;
	}
div.sort a {
	margin-right: 5px;
	text-decoration: underline;
	}
div.sort span {
	margin-right: 5px;
	font-weight: bolder;
	text-decoration: none;
	}

div.pager {
	margin: 20px 0;
	clear: both;
	text-align: center;
	}

div.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
	}

/* radius */
.r3 {
	border-radius: 3px; 
	}
.r5 {
	border-radius: 5px; 
	}
.r7 {
	border-radius: 7px; 
	}

/* @group button */

.btn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	line-height: 1.3;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: linear-gradient(to top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
    border-radius: 4px;
	text-decoration: none;
	}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #e6e6e6;
	}
.btn:active,
.btn.active {
	background-color: #cccccc;
	}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
    transition: background-position 0.1s linear;
	}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}
.btn.active,
.btn:active {
	background-color: #d9d9d9;
	background-image: none;
	outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
    box-shadow: none;
	}
.btn-large {
	padding: 12px 12px;
	/*font-size: 15px;*/
	line-height: normal;
    border-radius: 5px;
	}
.btn-large [class^="icon-"] {
	margin-top: 1px;
	}
.btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px;
	}
.btn-small [class^="icon-"] {
	margin-top: -1px;
	}
.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
	}


.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
	}
.btn {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	}
.btn-primary {
	font-weight: bolder;
	background-color: #e27cb8;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
	box-shadow:none;
	text-shadow:none;
	}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color:#fff;
	text-shadow:none;
	background-color: #d666a4;
	}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #fff;
	background-color: #51a351;
	}
.btn-success:active,
.btn-success.active {
	background-color: #408140;
	}
.btn_quick {
	margin: 10px 0;
	}


/* for free page
---------------------------------------- */
.free_area {
	margin-bottom: 5em;
}
table.list{
	border-bottom:1px solid #a8b9dd;
	border-right:1px solid #a8b9dd;
	width: 100%;
	margin: 20px 0;
	}
.product_contents table.list{
	margin: 0 0 20px;
	}
table.list th,
table.list td {
	padding: 0.7em 0.5em;
	border-top:1px solid #a8b9dd;
	border-left:1px solid #a8b9dd;
	font-weight:normal;
/*	font-size:13px;*/
	font-size: 0.85em;
	line-height: 1.5;
	}
table.list th {
	color:#647bb2;
	background:#f5f6fb;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	}
table.list td.name{
	text-align:left;
	}
table.list td.price,
table.list td.volume {
	text-align: right;
	white-space:nowrap;
	}
table.list td.bikou {
	text-align:center;
	width:10%;
	white-space: nowrap;
	}
table.list h4 {
	margin-top:10px;
	}

.free_area ul {
	list-style-type: disc;
}
.free_area li {
	margin-left: 1.75em;
}
.free_area ol {
	list-style-type:decimal;
	}
.free_area ol li {
	margin-top:5px;
	}
.free_area ol li:first-child {
	margin-top:0;
	}

.free_area ul.index {
	list-style-type: none;
	margin-bottom: 1em;
}
.free_area ul.index li {
	background: url("https://img17.shop-pro.jp/PA01269/495/etc/list-arrow.gif") no-repeat 20px 50%;
	display: block;
	line-height: 1.3;
	margin: 0 0 0.5em;
	padding: 0.2em 0 0.2em 32px;
	}
/*.free_area ul.list {
	line-height:1.8;
	list-style: disc;
	margin: 0 0 1em 25px;
	}*/

.free_area strong {
	color: #3a5188;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom:3px;
	margin:10px 0 2px;
	}


.free_area.policy figure {
	margin: 0 1.5em 1em;
}
.free_area.policy figure img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.free_area.policy figcaption {
	color: #777;
	font-size: 0.8em;
	line-height: 1.4;
	text-align: center;
	margin-top: 0.75em;
}

.free_area.guide img {
	max-width: 100%;
	height: auto;
}
.free_area .dot_frame {
	border:1px dotted #647bb2;
	padding:15px;
	margin:10px 0;
	}

.free_area.help .text {
	/*float:left;
	width:365px;*/
	}
.free_area.help .text:after {
	content:"";
	display: table;
	clear:both;
}

@media (max-width:800px) {
	.free_area.gift img.fr {
		max-width: 100%;
		height: auto;
		float: none;
		margin: 0 auto 20px !important;
		text-align: center;
		display: block;
	}
}
@media (max-width:480px) {
	.free_area.lineup table.list {
		border-right: none;
	}
	.free_area.lineup table.list thead {
		display: none;
		}
	.free_area.lineup table.list th,
	.free_area.lineup table.list td {
		display: block;
		width: 96% !important;
		padding: 5px 2%;
		border-left: none;
	}
	.free_area.lineup table.list th {
		background: #dce3f3;
		border-top: 2px solid #a8b9dd;
	}
	.free_area.lineup table.list td {
		border-top: 1px dotted #a8b9dd;
	}
	.free_area.lineup table.list th + td,
	.free_area.lineup table.list td:first-child {
		border-top: 2px solid #a8b9dd;
		background:#f5f6fb;
	}
	
	.free_area.lineup table.list td.name a {
		font-weight: bolder;
		text-align: center;
	}
	.free_area.lineup table.list td.price,
	.free_area.lineup table.list td.volume,
	.free_area.lineup table.list td.bikou {
		text-align: left;
	}
}

/* google custum search */
#g-search {
	margin: 0 auto;
	width: 300px;
	display: block;
	}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
	}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	padding: 8px 27px!important;
	}
.gsc-input-box {
	height: 30px!important;
	}
table.gsc-search-box td.gsc-input {
	vertical-align: top!important;
	}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	margin-top: 0 !important;
	}
#g-search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 5px !important;
	}
.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
	overflow: scroll !important;
	-webkit-overflow-scrolling: touch;
	}
.gsc-modal-background-image.gsc-modal-background-image-visible {
	overflow: hidden !important;
	height: 100%;
	position: fixed;
	}


/* ************************************************ 
 *  スマホ用メニュー
 * ************************************************ */

/* ツールバー */
.toolbar {
	display: none;
}
@media (max-width:800px) {
	.toolbar {
		display: block;
	}
}
.toolbar {
	border-bottom: solid 1px #839acb;
	position: fixed;
	width: 100%;
	background-color: #f5f6fb;
	z-index: 1000;
}

.toolbar__inner {
	display: flex;
justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.toolbar__inner li + li {
	border-left: dotted 1px #839acb;
}
.toolbar__item {
	width: 33.33%;

  list-style: none;
	text-align: center;
	box-sizing: border-box;
}

.toolbar__item a {
	display: block;
	color: #212121;
	padding: 15px 0 10px;
/*  padding: 0 20px;*/
	/*height: 50px;*/
/*  display: table;
*/}
.toolbar__item a .u-wrap {
/*  display: table-cell;
	text-align: center;
	vertical-align: middle;*/
}
.toolbar__item a i {
	/*vertical-align: middle;*/
	color: #6e88c6;
}

/*.toolbar__item--menu {
	float: left;
}*/
.toolbar__item span {
	display: block;
	margin: 5px 0 0 0;
	/*vertical-align: middle;*/
  font-size: 70%;
	font-weight: bold;
}

/*.toolbar__item--cart {
	float: right;
}*/
.toolbar__item--cart .toolbar__item__count {
	display: inline-block;
	line-height: 1;
	
/*  vertical-align: middle;*/
	
	/*background: #e34fa5;*/
	font-size: 1rem;
	color: #e34fa5;
	font-weight: 600;
	/*padding: 5px 7px;*/
	margin: 0 0 0 5px;
	/*border-radius: 3px;*/
}
.toolbar__item--cart .toolbar__item__count--in {
	color: #ff5722;
}
/* ドロワー */
.drawer.open {
	left: 0;
}

.drawer {
	position: fixed;
	top: 0;
	left: -280px;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 280px;
	height: 100%;
	background: #fff;
	color: #212121;
	transition-property: all;
	transition-duration: 0.3s;
}

.drawer__item--close {
	padding: 20px;
	text-align: right;
}
.drawer__item--close a {
	color: #212121;
}

.drawer__item {
	border-bottom: 1px solid #e0e0e0;
}

.drawer__item__name {
	font-size: 100%;
	font-weight: normal;
	display: table;
	line-height: 1;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 20px;
	color: #212121 !important;
	box-sizing: border-box;
}

.drawer__item__name__text {
	width: 70%;
	vertical-align: middle;
}

.drawer__item__name__icon--left {
	width: 15%;
	display: table-cell;
	vertical-align: middle;
	color: #6e88c6;
}

.drawer__item__name__icon--right {
	width: 10%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	color: #6e88c6;
}

.drawer__item--accordion ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
}
.drawer__item--accordion .linklist__item {
	border: none;
}
.drawer__item--accordion .linklist__item a {
	display: table;
	/*  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
	box-sizing: border-box;
	width: 100%;
	height: auto;
	color: #212121;
	padding: 10px 20px;
}
.u-ac--active {
	border-bottom: 1px solid #e0e0e0;
}





/* お気に入りボタン */
.product-list__fav-items {
	margin-top: 10px;
	width: 30px;
}

.product-list__fav-items button {
	display: block;
	width: 100%;
	padding: 5px 0;
	cursor: pointer;
	transition: .2s;
	text-align: center;
	color: #999;
	border: 0;
	outline: none;
	background: transparent;
}

.product-list__fav-items .fav-items {
	color: #ff7373;
}

.product-list__fav-items svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}


.product__fav-item {
	margin: 10px 0 0 5px;
}

.product__fav-item button {
	padding: 0;
	cursor: pointer;
	transition: .2s;
	color: #999;
	border: 0;
	outline: none;
	background: transparent;
}

.product__fav-item .fav-items {
	color: #ff7373;
}

.product__fav-item svg {
	width: 20px;
	height: 20px;
	vertical-align: -.35em;
	fill: currentColor;
}

/* footer SNS */
.footer-social {
	display: block;
	width: 100%;
	text-align: center;
}
.footer-social-buttons {
	display: flex;
	justify-content: center;
	justify-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
}
.footer-social-buttons li {
	display: block;
	text-align: center;
	margin: 0 8px;
	box-sizing: content-box;
}
.footer-social-buttons li a {
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #a6b8de;
	color: #fff;
	padding-left: 1px;
	text-decoration: none;
}

/* amazon_link */
.amazon_link {
	position: relative;
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #ddd;
	z-index: 100;
}

/* favorite */
.cartjs_box {
	padding: 5px 0 0 !important;
}
.cartjs_product_table table {
	width: 100% !important;
	margin-bottom: 5px !important;
}
.cartjs_cart_in input {
	width: 100% !important;
	background-color: #e27cb8 !important;
	height: inherit !important;
	padding: 0.5em;
}
input[name="product_num"]{
	margin-right: 0.2em;
}
.cartjs_sales_price th,
.cartjs_product_num th,
.cartjs_option th {
	font-size: 0.9em;
}
.cartjs_sales_price td {
	font-size: 1em !important;
	font-weight: 500 !important;
}
.cartjs_product_table table th,
.cartjs_product_table table td {
	display: block;
	width: 100%;
	}
.cartjs_product_table table .cartjs_sales_price th {
	display: none;
}
.cartjs_product_table table th {
	padding-bottom: 2px !important;
	}


/* モーダル(ブランド変更時に一時的に使用)*/
.modal__content {
	position: absolute;
	z-index: 9999;
	display: none;
	width: 75%;
	margin: 0;
	padding: 10px 20px;
	background: #fff;
}
.overlay {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}
.modal__close {
	font-size: 114.28571%;
	display: block;
	width: 100%;
	text-align: right;
	color: #212121;
}