@charset "euc-jp";
/*-- チャットボット --*/
#chatbot-toggle_button {
    box-shadow: none !important;
}
#chatbot-toggle_button img {
    border-radius: 0px !important;
    background-color: #ffffff00 !important;
}

#page-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}
#wrap {
/*
	padding-top: 1em;
*/
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	overflow: hidden;
}
#container {
/*
	max-width: 900px;
*/
	margin: 0 0 40px;
	overflow: hidden;
}
#container #MainContents {
	display: block;
	float: right;
	width: 848px;
	overflow: hidden;
}
#container #MainContents h2 {
/*
	border-top: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
*/
	background: #d9926d;
	background: #e5e5e5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #FFF;
	color: #333;
 	font-size: 18px;
	font-weight: normal;
	font-weight: bold;
	padding: .99em 0 .79em 0;
	padding: 1em 0 .8em 1em;
	text-align: left;
}
#container #Sidebar {
	display: block;
	float: left;
	width: 320px;
	margin-bottom: 20px;
}
#container #Sidebar ul.categories {
	display: none;
}
#container #Sidebar ul#group-list {
	clear: both;
	margin: 0;
	overflow: hidden;
}
#container #Sidebar ul#group-list li {
	clear: both;
	text-align: left;
}
#container #Sidebar ul#group-list li a {
	display: block;
	background: #e5e5e5 url(https://img14.shop-pro.jp/PA01307/829/etc/cmn_ico_001.png) 95% 50% no-repeat;
	border-top: #f0f0f0 solid 1px;
	border-bottom: #CCC solid 1px;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
	padding: .7em .5em .6em 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#container #Sidebar ul#group-list li a:hover {
	background: #999 url(https://img14.shop-pro.jp/PA01307/829/etc/cmn_ico_001.png) 95% 50% no-repeat;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #CCC solid 1px;
	color: #FFF;
}
#container #Sidebar ul#option-list {
	clear: both;
	margin: 0;
	overflow: hidden;
}
#container #Sidebar ul#option-list li {
	clear: both;
	text-align: left;
}
#container #Sidebar ul#option-list li a {
	display: block;
	background: #e5e5e5 url(https://img14.shop-pro.jp/PA01307/829/etc/cmn_ico_001.png) 95% 50% no-repeat;
	border-top: #f0f0f0 solid 1px;
	border-bottom: #CCC solid 1px;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
	padding: .7em .5em .6em 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#container #Sidebar ul#option-list li a:hover {
	background: #999 url(https://img14.shop-pro.jp/PA01307/829/etc/cmn_ico_001.png) 95% 50% no-repeat;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #CCC solid 1px;
	color: #FFF;
}
#container #Sidebar h2 {
	background: #4b4f54;
	border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	color: #FFF;
	font-size: 18px;
	font-size: 16px;
	font-weight: normal;
	padding: 1.1em 0 .9em 0;
	text-align: center;
	overflow: hidden;
}
#container #Sidebar h2 span {
	margin: 0 0 0 .5em;
}
#container #Sidebar h3 {
	clear: both;
	text-align: left;
}
#container #Sidebar h3 a {
	display: block;
	background: #e5e5e5 url(https://img14.shop-pro.jp/PA01307/829/etc/cmn_ico_001.png) 95% 50% no-repeat;
	border-top: #f0f0f0 solid 1px;
	border-bottom: #CCC solid 1px;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
	padding: .7em .5em .6em 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#container #Sidebar h3 a:hover {
	background: #999 url(https://img14.shop-pro.jp/PA01307/829/etc/cmn_ico_001.png) 95% 50% no-repeat;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #CCC solid 1px;
	color: #FFF;
}
Ftextarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border: 1px solid #ccc;
	background-color: #fff;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
}
.muted {
	color: #999;
}
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #FFF url(https://img21.shop-pro.jp/PA01354/376/etc/cmn_bg_001.png);
	color: #333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: .95em;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	overflow-x: scroll !important;
	scroll-behavior: smooth;
}
p {
	text-align: justify;
	text-justify: distribute;
	margin: 0 0 8px;
}
img {
	background-color: #FFF;
	border: none;
	margin: 0;
	vertical-align: bottom;
}
.mb00 {
	margin-bottom: 0px !important;
}
.mb04 {
	margin-bottom: 4px !important;
}
.mb08 {
	margin-bottom: 8px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
.mb16 {
	margin-bottom: 16px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb24 {
	margin-bottom: 24px !important;
}
.mb28 {
	margin-bottom: 28px !important;
}
.mb32 {
	margin-bottom: 32px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb48 {
	margin-bottom: 48px !important;
}
.mb64 {
	margin-bottom: 64px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.fontNor {
	font-weight: normal;
}
.font080 {
	font-size: 0.8em;
}
.font090 {
	font-size: 0.9em;
}
.font095 {
	font-size: 0.95em;
}
.font100 {
	font-size: 1.0em;
}
.font110 {
	font-size: 1.1em;
}
.font113 {
	font-size: 1.13em;
}
.font115 {
	font-size: 1.15em;
}
.font120 {
	font-size: 1.2em;
}
.font130 {
	font-size: 1.3em;
}
.font140 {
	font-size: 1.4em;
}
.font150 {
	font-size: 1.5em;
}
.font160 {
	font-size: 1.6em;
}
.txtL {
	text-align: left !important;
}
.txtR {
	text-align: right !important;
}
.txtC {
	text-align: center !important;
}
a {
	color: #333;
	outline: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:link {
	color: #333;
	outline: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover {
}
a.muted:hover, a.muted:focus {
	color: #808080;
}
a img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.text-warning {
	color: #c09853;
}
a.text-warning:hover, a.text-warning:focus {
	color: #a47e3c;
}
.text-error {
	color: #b94a48;
}
a.text-error:hover, a.text-error:focus {
	color: #953b39;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover, a.text-info:focus {
	color: #2d6987;
}
.text-success {
	color: #468847;
}
a.text-success:hover, a.text-success:focus {
	color: #356635;
}
.btn-01 {
}
h2 {
	margin: 30px 0;
	margin: 0;
	text-align: center;
}
.ttl-h2 {
	position: relative;
	margin: 0 0 40px;
	text-align: center;
	overflow: hidden;
}
.ttl-h2:before {
	position: absolute;
	top: 50%;
	z-index: -1;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	content: "";
}
.ttl-h2 span {
	/*    background-color: #fff;*/
	background: url(https://img21.shop-pro.jp/PA01354/376/etc/cmn_bg_001.png) center repeat;
	display: inline-block;
	font-size: 18px;
	line-height: normal;
	margin: 0 auto;
	padding: 0 2em;
	overflow: hidden;
	text-align: center;
	width: auto;
}
.ttl-h2 span small {
	font-size: 14px;
}
.btn-01 {
}
.btn-01:hover, .btn-01:focus, .btn-01:active, .btn-01.active, .btn-01.disabled, .btn-01[disabled] {
/*
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
*/  
}
.btn-02 {
/*
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
*/  
}
.btn-02:hover, .btn-02:focus, .btn-02:active, .btn-02.active, .btn-02.disabled, .btn-02[disabled] {
/*
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
*/  
}
.product-order-num input {
/*
  border-color: #d8d8d8;
*/  
}
/*	WEBFONT
------------------------------------------------ */
.google-font {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: 'Karla', sans-serif;
}
.google-font.fwb {
	font-weight: 700;
}
/*	ICON
------------------------------------------------ */
.icon-b, .icon-w {
	display: inline-block;
	width: 16px;
	height: 16px;
	*display: inline;
	*zoom: 1;
}
.icon-b {
	background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
	background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}
/*	HOME
------------------------------------------------ */
#MainVisual {
	display: block;
	margin: 0 0 40px;
	width: 100%;
}
#MainVisual img {
	display: block;
	width: 100%;
	height: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
 .icon-b, .icon-w {
 -webkit-background-size: 368px 320px;
 background-size: 368px 320px;
}
 .icon-lg-b, .icon-lg-w {
 -webkit-background-size: 552px 480px;
 background-size: 552px 480px;
}
 .icon-b {
 background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
}
 .icon-w {
 background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
}
 .icon-lg-b {
 background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
}
 .icon-lg-w {
 background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
}
}
.icon-cart {
	background-position: -176px -64px;
}
.icon-user {
	background-position: -208px -0px;
}
.icon-adduser {
	background-position: -240px -0px;
}
.icon-logout {
	background-position: -32px -80px;
}
.icon-login {
	background-position: -48px -80px;
}
/* icon large */
.icon-twitter {
	background-position: -144px -264px;
}
.icon-facebook {
	background-position: -192px -264px;
}
.icon-instagram {
	background-position: -168px -288px;
}
.icon-mail {
	background-position: -96px -0px;
}
.icon-lg-w.icon-cart {
	background-position: -264px -96px;
}
.icon-lg-w.icon-chevron_up {
	background-position: -0px -216px;
}
.icon-lg-w.icon-chevron_down {
	background-position: -528px -192px;
}
.icon-lg-b, .icon-lg-w {
	width: 24px;
	height: 24px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.icon-lg-b {
	background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
	background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}
/*	HEADER
------------------------------------------------ */
#header-wrapper {
	background-color: #4b4f54;
	margin: 0 0 30px;
	padding: 14px 0;
	overflow: hidden;
}
#header-wrapper h1 {
	color: #FFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 32px;
	overflow: hidden;
}
#header-wrapper h1 a {
	color: #FFF;
	text-decoration: none;
}
#header-global-nav {
	display: block;
	font-size: 16px;
	margin: 0 auto 40px;
	text-align: center;
	width: 1200px;
	overflow: hidden;
}
#header-global-nav p {
	float: left;
	display: block;
	font-size: 24px;
	line-height: 1.3em;
	margin: 0;
}
#header-global-nav p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 1em;
	vertical-align: middle;
}
#header-global-nav p span img {
	float: none;
	display: inline;
	margin: 3px 6px 0 0;	
	vertical-align: top;
}
#header-global-nav p small {
	font-size: 12px;
	font-size: 14px;
	font-weight: normal;
}
#header-global-nav p img {
	float: left;
	display: block;
	background: none;
	margin: 0 10px 0 0;	
}
#header-global-nav li {
	margin: 0;
}
.header-link a {
/*  color: #4d4d4d;
*/
}
.header-link ul.inline {
	display: block;
	float: right;
	margin: 40px 0 0;
}
.header-link ul li {
	float: left;
	display: block;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 32px !important;
	width: 122px;
	overflow: hidden;
}
.header-link ul li a {
	display: block;
	padding-bottom: 16px;
	border-bottom: #e3e6e4 solid 2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.header-link ul li a:hover {
	color: #C63;
	border-bottom: #c9bc9c solid 2px;
	border-bottom: #C63 solid 2px;
	border-bottom: #C96 solid 2px;
}
.header-link ul li small {
	font-size: 11px;
	font-weight: normal;
	display: block;
}
.header-link a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/*	HEADER LINK
------------------------------------------------ */
.header-line-nav {
	display: inline-block;
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
.header-line-nav .search {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	height: 32px;
	overflow: hidden;
}
.formtxt {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 5px 5px 5px 32px;
	background: #FFF url(https://img14.shop-pro.jp/PA01307/829/etc/cmn_ico_004.png) 8px 50% no-repeat;
	border: #CCC solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formbtn {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
/*	padding: 3px 5px !important;*/
	background-color: #999;
	background: -moz-linear-gradient(top,#FFF 0%,#CCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
	border: #CCC solid 0;
	border: 1px solid #DDD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #333;
	height: 32px !important;
	padding: 0 1.5em;
	margin: 0;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	overflow: hidden;
}
.formbtn:hover {
/*
	background: -moz-linear-gradient(top,#FFF 0%,#b3b3b3);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#b3b3b3));
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
*/
}
.header-line-nav ul {
	float: right;
	display: block;
	margin: 0;
	list-style: none;
}
.header-line-nav ul li {
	float: left;
}
.header-line-nav ul li a {
	background-color: #6a6f76;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
	width: 80px;
}
.header-line-nav ul li span {
	background-color: #ff4a77;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	width: 32px;
/*
	float: left;
	padding-left: 4px;
	font-size: 12px;
	line-height: 1.5em;
*/
}
.header-line-nav .icon-b, .header-line-nav .icon-w {
}
.shop-name {
	clear: both;
	margin: 2em 0;
	text-align: center;
	font-size: 24px;
}
.shop-name img {
	background: none;
}
.shop-description {
	font-size: 12px;
	font-weight: normal;/*
  color: #4d4d4d;
*/
}

.view-cart {
	position: relative;
	top: -6px;
	padding-top: 0 !important;
}
.btn-viewcart {
	padding: 1px 15px 0 13px;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	border-radius: 3em;
}
/* incart delivery */
.incart-delivery {
	float: right;
}
.incart-delivery ul {
	margin: 0;
	padding: 10px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #d9edf7;
	color: #31708f;
	list-style: none;
	font-size: 12px;
}
/*	RECOMMENDS
------------------------------------------------ */
.recommend-items h2 {
	margin: 0 0 40px;
}

/*	SCENE
------------------------------------------------ */
#Scene {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#Scene h2 {
	margin: 0 0 40px;
}
#Scene ul {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 1230px;
}
#Scene ul li {
	float: left;
	display: block;
	margin: 0 30px 40px 0;
	padding: 0;
	width: 216px;
	text-align: center;
}
#Scene ul li.last {
/*
	margin: 0;
	padding: 0 0 40px;
	width: 216px;
	text-align: center;
*/
}
#Scene ul li img {
	display: block;
	border: #e5e5e5 solid 1px;
	width: 100%;
	height: auto;
	margin: 0 0 8px;
}
#Scene ul li h3 {
	font-size: 14px;
	margin: 0 0 8px;
}
#Scene ul li h3 a {
	color: inherit;
}
#Scene ul li p {
	margin: 0;
}
/* slider */
.slider {
	margin-top: 2em;
	padding: 0 .1%;
	position: relative;
}
.bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	left: 0 !important;
	border: none !important;
}
#slider div {
	width: 100% !important;
}
/*	LIST
------------------------------------------------ */
ul.prd-lst {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 880px;
	overflow: hidden;
}
ul.prd-lst li.prd-lst-unit {
	margin: 0 32px 20px 0;
	padding: 0;
	width: 144px;
	text-align: center;
	overflow: hidden;
}
.prd-lst-img {
	display: block;
	margin: 0 0 8px;
	width: 99%;
	height: auto;
	border: #e5e5e5 solid 1px;
}
.prd-lst-span {
/*
	display: block;
	margin: .3em 0;
	font-size: 12px;
*/
}
.prd-lst-name {
	font-weight: bold;
	font-size: 12px;
}
.prd-lst-price {
	color: #C00;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.prd-lst-price small {
	color: #666;
	font-size: 10px;
	font-weight: normal;
}
.prd-lst-regular {
	text-decoration: line-through;
}
.prd-lst-discount {
	color: #b81717;
}
/*	SORT
------------------------------------------------ */
.sort {
	margin-bottom: 20px;
	text-align: right;
	float: right;
}
.sort strong {
	margin-right: 5px;
}
.sort a {
	margin-right: 5px;
	text-decoration: underline;
}
.sort span {
	margin-right: 5px;
	font-weight: bolder;
	text-decoration: none;
	background: #eee;
}
.prd-lst-sort {
	margin: 3em 0;
	color: #888;
	text-align: center;
	font-size: 12px;
}
/*	PAGER
------------------------------------------------ */
.prd-lst-pager {
	clear: both;
	border-top: #CCC solid 1px;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #CCC solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	font-weight: bold;
	padding: 1em 0;
	text-align: center;
	overflow: hidden;
}
.prd-lst-pager a {
	color: #09F;
}
.prd-lst-pagertop {
	border-top: none;
	border-bottom: #e5e5e5 solid 1px;
	margin: 0 0 10px;
}
.prd-lst-pos b {
	font-size: 18px;
	font-weight: normal;
}
/*
 * product
 */
.product-image-thumb img {
/*
  border: 2px solid #fff;
*/
}
.thumb-active img {
/*
  border: 2px solid #4d4d4d;
*/
}
/*	TOPICPASS
------------------------------------------------ */
div.footstamp {
	margin-bottom: 10px;
	padding: .75em 1em;
	border-bottom: #e5e5e5 solid 1px;
	text-align: left;
}
div.footstamp span {
	margin: 0 5px;
	color: #999;
}
/*	CATEGORY TAG
------------------------------------------------ */
ul.sub_category_area,
ul.sub_group_area {
	clear: both;
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px;
	margin: 0;
	border-bottom: #e5e5e5 solid 1px;
	overflow: hidden;
}
ul.sub_category_area li.sub_category,
ul.sub_group_area li.sub_group {
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
	margin: 0 10px 10px 0 !important;
	text-align: center;
	overflow: hidden;
}
ul.sub_category_area li.sub_category a,
ul.sub_group_area li.sub_group a {
	display: block;
	background-color: #999;
	color: #FFF;
	padding: .5em 1em;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
ul.sub_category_area li.sub_category a:hover,
ul.sub_group_area li.sub_group a:hover {
	background-color: #CCC;
	color: #FFF;
	text-decoration: none;
}
ul.sub_category_area li.sub_category img,
ul.sub_group_area li.sub_group img {
}
/*	FREE
------------------------------------------------ */
#Free {
	text-align: left;
	font-size: 1.2em;
	line-height: normal;
	overflow: hidden;
}
#Free h3 {
	margin-bottom: .5em;
}
#Free h3 span {
	color: #666;
	margin: 0 .25em 0 0;
}
#Free table {
	clear: both;
	width: 100%;
	border: #f7f7f7 solid 2px;
	border: none;
	border-collapse: collapse;
	margin: 0 0 10px;
}
#Free table th {
	background: #e5e5e5;
	border: #f7f7f7 solid 2px;
	border-left: none;
	border-collapse: collapse;
	padding: 12px;
	width: 25%;
	text-align: center;
}
#Free table td {
	background: #FFF;
	border: #f7f7f7 solid 2px;
	border-collapse: collapse;
	padding: 12px;
	text-align: justify;
	text-justify: distribute;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	margin: 0 0 20px;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.enlargedmap {
	background-color: #FFF;
	border: #CCC solid 4px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 12px;
	text-align: center;
	overflow: hidden;
}
.enlargedmap img {
	max-width: 100%;
}
hr.separate {
	clear: both;
	margin: 20px 0;
	padding: 0;
	border: none;
	border-top: #f2ece4 solid 1px;
	border-top: #e5e5e5 solid 2px;
	background: none;
	height: 0px;
}
/*	GUIDE
------------------------------------------------ */
#Guide {
	clear: both;
	margin: 0 0 40px;
	overflow: hidden;
}
#Guide .sideL {
	float: left;
	display: block;
	overflow: hidden;
	width: 585px;
}
#Guide .sideR {
	float: right;
	display: block;
	overflow: hidden;
	width: 585px;
}
#Guide h3 {
	background: #d9d9d9;
	font-size: 16px;
	margin: 0 0 .5em;
	padding: .5em 1em;
	text-align: left;
}
#Guide p {
	font-size: 1.1em;
	line-height: normal;
}
#Guide img {
	background: none;
	max-width: 100%;
}
#Guide .delivary {
	border-bottom: #CCC solid 1px;
	border-top: #CCC solid 1px;
	margin: 0 auto 1em;
	padding: 1em 0;
	display: block;
	text-align: center;
}
#Guide ul {
	font-size: 1.1em;
	margin: 0 0 20px 1em;
	list-style: square outside;
	text-align: justify;
	text-justify: distribute;
}
#Guide ul li {
	margin: 0 0 8px;
}
#Guide ul li ul {
	font-size: 1em;
	list-style: none;
	margin: 0 0 0 1em;
}
#Guide ul li ul li {
	margin: 0;
}
#Guide ul li ul li span {
	margin-left: -1em;
}
#Guide table {
	display: none;
	width: 100%;
	margin: 0 0 8px;
	border: #CCC solid 1px;
	border-collapse: collapse;
}
#Guide table td {
	width: 25%;
	background: #fafafa;
	border: #CCC solid 1px;
	border-collapse: collapse;
	padding: 4px 8px;
	text-align: left;
}
.notes {
	color: #C00;
}
/*	FOOTER
------------------------------------------------ */
#footer-wrapper {
	clear: both;
	overflow: hidden;
	background: #3f3f3f;
	margin: 0;
	padding: 0;
}
#footer-wrapper #ContentsArea {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0;
	width: 1200px;
	overflow: hidden;
}
#footer-wrapper #ContentsArea address {
	color: #FFF;
	color: #CCC;
	float: left;
	font-style: normal;
	margin: 0;
	padding: 0;
	width: 474px;
	text-align: left;
	overflow: hidden;
}
#footer-wrapper #ContentsArea address img {
	float: left;
	background: none;
	display: block;
	margin: 0 30px 0 0;
	padding: 0;
	overflow: hidden;
}
#footer-wrapper #ContentsArea address span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}
#footer-wrapper #ContentsArea .navigation {
	background: url(https://img21.shop-pro.jp/PA01354/376/etc/cmn_bg_002.png) 0 0 repeat;
	color: #FFF;
	color: #CCC;
	float: right;
	font-style: normal;
	margin: 0;
	padding: 0 0 20px;
	width: 726px;
	overflow: hidden;
}
#footer-wrapper #ContentsArea .navigation .menu {
	float: left;
	display: block;
	margin: 0;
	padding: 0 0 0 32px;
	padding: 0 16px;
	width: 210px;
	text-align: left;
	overflow: hidden;
}
#footer-wrapper #ContentsArea .navigation .menu h3 {
	font-size: 13px;
	font-size: 12px;
	border-bottom: #4d4d4d solid 1px;
	padding: 0 0 .5em;
	margin: 0;
}
#footer-wrapper #ContentsArea .navigation .menu ul {
	clear: both;
	margin: 0;
	border-top: #2d2d2d solid 1px;
	padding: 1em 0 0;
	line-height: 1.75em;
	line-height: normal;
	list-style: none;
	overflow: hidden;
}
#footer-wrapper #ContentsArea .navigation .menu ul li {
}
#footer-wrapper #ContentsArea .navigation .menu ul li a {
	color: #FFF;
	color: #CCC;
}
#footer-wrapper #Copyright {
	background: url(https://img21.shop-pro.jp/PA01354/376/etc/cmn_bg_003.png) 0 0 repeat-x;
}
#footer-wrapper #Copyright span {
	color: #CCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	width: 1200px;
	margin: 0 auto;
	padding: 1.5em 0;
	text-align: left;
}
.freepage-nav {
	margin-right: 10%;
	margin-bottom: 1.5em;
	padding-bottom: .8em;
	border-bottom: 1px solid #e7e7e7;
}
.footer-secondary {
	padding: .3em 0;
	font-size: 12px;
}
.footer-secondary li {
	margin-left: 10%;
}
.footer-secondary li:before {
	margin-right: 4px;
	color: #abaaaa;
	content: "-";
}
.footer-secondary a {
	color: #abaaaa;
}
/* social icon */
.social-nav {
	text-align: center;
	margin: 2em 0;
}
/* copyright */
.copyright {
	margin: 3em 0 2em;
	color: #abaaaa;
	text-align: center;
	font-size: 12px;
}
.powered {
	display: block;
	margin: .5em auto 0;
	width: 180px;
	height: auto;
}
/* pagetop */
#pagetop {
	position: fixed;
	right: 0;
	bottom: 100px;
	display: none;
}
.btn-pagetop {
	display: block;
	padding: .8em .4em .8em .5em;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
@media (min-width: 768px) {
#header-logo {
		display: none;
}
}
@media (max-width: 980px) {
#base_gmoWrapp, #gmo_CMSPbar {
	overflow: hidden;
	min-width: 100% !important;
	width: 100% !important;
}
#container {
/*
	max-width: 900px;
	width: 90%;
*/
}
}
@media (max-width: 768px) {
#Guide .sideL {
	float: none;
	width: initial;
}
#Guide .sideR {
	float: none;
	width: initial;
}
#footer-wrapper #ContentsArea {
	padding: 20px 10px 0;
	margin: 0;
	width: initial;
}
#footer-wrapper #ContentsArea address {
	clear: both;
	float: none;
	margin: 0 0 10px;
	width: initial;
}
#footer-wrapper #ContentsArea address img {
	display: none;
}
#footer-wrapper #ContentsArea .navigation {
	background: none;
	clear: both;
	float: none;
	padding: 0;
	width: initial;
}
#footer-wrapper #ContentsArea .navigation .menu {
	clear: both;
	float: none;
	margin: 0 0 10px;
	padding: 0;
	width: initial;
}
#footer-wrapper #ContentsArea .navigation .menu ul {
	clear: both;
	margin: 0;
	border-top: #2d2d2d solid 1px;
	padding: 1em 0 0;
	line-height: 1.75em;
	line-height: normal;
	list-style: none;
	overflow: hidden;
}
#footer-wrapper #ContentsArea .navigation #menu1,
#footer-wrapper #ContentsArea .navigation #menu2 {
	display: none;
}
#footer-wrapper #ContentsArea .navigation #menu3 h3 {
	display: none;
}
#footer-wrapper #Copyright {
}
#footer-wrapper #Copyright span {
	width: initial;
	margin: 0;
	text-align: center;
}
.ttl-h2 {
	margin: 0 0 20px;
}
#container {
	margin: 0;
}	
#container #MainContents {
	display: block;

	float: none;
	width: initial;
	overflow: hidden;
}
#container #Sidebar {
	display: block;

	float: none;
	width: initial;
}
.sort {
	text-align: center;
	float: none;
	display: block;
	margin: 0 auto 20px;
}
ul.sub_category_area,
ul.sub_group_area {
	padding: 0 0 8px;
}
ul.sub_category_area li.sub_category,
ul.sub_group_area li.sub_group {
	float: none;
	clear: both;
	display: block;
	margin: 2px 0 !important;
	text-align: center;
	overflow: hidden;
}
ul.prd-lst {
	text-align: center;
	width: 105%;
	overflow: hidden;
}
ul.prd-lst li.prd-lst-unit {
	margin: 0 9.090909090909090% 20px 0;
	margin: 0 4.76190476190% 20px 0;
	padding: 0;
	width: 40.9090909090909090%;
	width: 45.238095238095%;
	text-align: center;
	overflow: hidden;
}
.prd-lst-img {
	display: block;
	margin: 0 0 8px;
	width: 99%;
	height: auto;
	border: #e5e5e5 solid 1px;
}
#Free table {
}
#Free table th {
	border: none;
	background: #666;
	color: #FFF;
	clear: both;
	width: initial;
	display: block;
}
#Free table td {
	border: none;
	clear: both;
	width: initial;
	display: block;
}
#Free table td img {
	width: 100% !important;
	height: auto !important;
}
#Free table td.nocontents {
	display: none;
}
#Free table td.title {
	padding-bottom: 0;
}
#Free table td.url {
	padding-top: 0;
}
.ggmap {
	margin: 0 0 20px;
}
#header-wrapper {
	margin: 0;
}
#header-wrapper h1 {
	display: none;
}
#wrap {
	width: initial;
	margin: 0 10px;
}
#MainVisual {
	width: 100%;
	margin: 0 0 20px;
}
.recommend-items h2 {
	margin: 0 0 20px;
}
#Scene h2 {
	margin: 0 0 20px;
}
#Scene ul {
	width: 105%;
}
#Scene ul li {
	margin: 0 4.761094% 4.761094% 0;
	width: 45.238095%;
}
#Scene ul li h3 {
	margin: 0;
}
#Scene ul li p {
	display: none;
}
#container {
	width: auto;
}
#header-global-nav {
	font-size: 16px;
	width: initial;
	overflow: hidden;
}
.header-link ul.inline {
	display: block;
	float: none;
	margin: 0;
}
.header-link ul li {
	float: none;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	margin: 0 !important;
	width: initial;
	overflow: hidden;
}
.header-dropdown {
	position: absolute;
	position: relative;
	top: 0;
	z-index: 200;
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	background-color: #fff;
}
.header-dropdown.affix {
	position: fixed;
}
.header-dropdown .dropdown-nav li {
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
}
.header-dropdown .dropdown-nav a {
	display: block;
	padding: 10px;
}
.header-dropdown .btn-dropdown {
	padding-left: 34px;
	font-size: 16px;
	line-height: 1.6;
}
.header-dropdown .btn-dropdown-close {
	opacity: 0.4;
}
.view-cart {
	position: static;
}
.view-cart a {
/*
      background-color: #4d4d4d;
      color: #fff;
*/
    }
.view-cart span {
	display: block;
	width: 130px;
	margin: 0 auto;
}
.view-cart .icon-w {
	float: left;
	margin-top: -2px;
}
.incart-delivery {
	padding-top: 20px;
	float: none;
}
.prd-lst-sort {
	font-size: 14px;
}
.footer-primary, .footer-secondary {
	padding: 0;
	border: none;
}
.footer-nav {
	margin: 0;
	padding: 0;
	border-bottom: 3px double #e7e7e7;
}
.footer-primary .footer-nav:first-child {
	border-top: 3px double #e7e7e7;
}
.footer-nav li {
	margin: 0;
	font-size: 14px;
	border-top: 1px solid #e7e7e7;
}
.footer-nav li:first-child {
	border-top: none;
}
.footer-nav li:before {
	display: none;
}
.footer-nav a {
	display: block;
	padding: 1em;/*
    color: #4d4d4d;
*/
}
.footer-nav a:hover {
	text-decoration: none;
}
.icon-b, .icon-w {
	display: inline-block;
	width: 24px;
	height: 24px;
 *display: inline;
 *zoom: 1;
}
.icon-b {
	background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-w {
	background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}
.icon-cart {
	background-position: -264px -96px;
}
.icon-list {
	background-position: -288px -144px;
}
.icon-chevron_thin_up {
	background-position: -192px -216px;
}
 @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
 .icon-b, .icon-lg-b {
 background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
}
 .icon-w, .icon-lg-w {
 background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
}
 .icon-b, .icon-w {
 -webkit-background-size: 552px 480px;
 background-size: 552px 480px;
}
}
}
@media (max-width: 480px) {
.ttl-h2 span {
	padding: 0 10px;
	font-size: 14px;
}
.prd-lst-unit {
	height: auto !important;
}
}
/* IE用 */
.ie_wrapper#container {
/*
	width: 900px;
*/
	overflow: auto;
}


table#showa {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px #00000073;
}

table#showa tr {
  background-color: #fff;
}

table#showa th,
table#showa td {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

table#showa  th {
  width: 20%;
  padding: 5px 0;
  font-size: 14px;
  padding: 10px;
  background-color: #55548a;
  color:#fff;
}

table#showa tr{
  text-align: center;
  width: 20%;
  padding: 10px 0;
  background-color: #fff;
  color:#3a3a3a;
}

table#showa tr:hover{
  background-color: #d4faff;
}

.container {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.col {
			flex-basis: 48%;
			margin-bottom: 20px;
		}
		.col:last-child {
			margin-right: 0;
		}
.orange-link {
  color: black; /* リンクのデフォルトの文字色 */
  font-weight: normal; /* リンクのデフォルトのフォントウェイト */
  transition: color 0.3s, font-weight 0.3s; /* カラーとフォントウェイトの変化にアニメーションを追加 */
}

.orange-link:hover {
  color: orange; /* マウスオーバー時の文字色 */
  font-weight: bold; /* マウスオーバー時のフォントウェイト */
}



table#showa2 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px #00000073;
}

table#showa2 tr {
  background-color: #fff;
}

table#showa2 th ,
table#showa td {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

table#showa2  th {
  width: 20%;
  padding: 5px 0;
  font-size: 14px;
  padding: 10px;
  background-color: #55548a;
  color:#fff;
}
table#showa2 td {
  border-style: dashed;
  border-width: 1px;
  background-color: #fff;
  color:#eee;
}

table#showa2 tr{
  text-align: center;
  width: 20%;
  padding: 10px 0;
  background-color: #fff;
  color:#3a3a3a;
}

table#showa2 tr:hover{
  background-color: #d4faff;
}



table#showa2.container {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		table#showa2.col {
			flex-basis: 48%;
			margin-bottom: 20px;
		}
		table#showa2.col:last-child {
			margin-right: 0;
		}
