/*
Theme Name: FormalRental Yamashita-test
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.2.12
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* -- clearfix -- */
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}



/* =Base
-------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #262626;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .875em;
	margin: 0;
	padding: 0;
	line-height: 150%;
	background-color: #fff;
	word-wrap: break-word;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #262626;
	text-decoration: underline;
}

/* -- ul,li -- */
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* -- p -- */
p {
	margin: 0;
	padding: 0;
}

/* -- em -- */
em {
	color: #999;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}

/* -- float -- */
.alignleft,
div.alignleft {
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
}
.alignright,
div.alignright {
	margin: 0;
	padding: 10px 0 0 10px;
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.error_message {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: .384615em;
}
.wp-caption {
	margin: 10px 0;
	padding-top: 4px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  
	border-radius: 3px;  
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
}

/* -- input,select,textarea -- */
input,select,textarea {
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;
	border-radius: 0;  
}
select {
	max-width: 100%;
	padding: .5714285em 2.14286em .5714285em .5714285em;
	background: url(images/select-arrow.gif) center right 10px no-repeat;
	border: 1px solid #bbb;	
}
textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #bbb;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	padding: .5714285em;
	border: 1px solid #bbb;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	margin:0.3em;
	padding: .714288em 1.42857em;
	background-color: #efefef;
	border: none;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;  
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #ddd;
	cursor: pointer;
}
input[type="checkbox"] {
	border: 1px solid #ccc;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
input[type="radio"] {
	border: 1px solid #bbb;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;	
}
input[type="file"] {
	border: none;
}

/* -- Campaign-Tag -- */
.campaign_message {
	font-size: 12px;
	font-weight: bold;
	color: #d3222a;
	margin-top: 5px;
	background-color: #efefef;
	text-align: center;
}
/* - item-single.php - */
#itempage .campaign_message {
	font-size: 14px;
	margin: 0 0 15px;
	background: none;
	letter-spacing: .5px;
}

/* =header
-------------------------------------------------------------- */

header {
	position: relative;
	width: 100%;
	margin-bottom: .4286em;
	border-bottom: 3px solid #efefef;
}

/* -- .headblock -- */
header .headblock {
}
/* -- .site-description -- */
.site-description {
	min-height: 40px;
	color: #fff;
	font-size: .85714em;
	font-weight: bold;
	padding: .8333em 6.6667em .8333em .8333em;
	background: #b267ff;
	overflow: hidden;
}

/* -- .snav -- */
.snav {
	width: auto;
	float: right;
	padding-top: 1.07143em ;
	margin-right: .714286em;
}
.snav i {
	font-size: 1.57143em;
	padding: .454545em;
}
.incart-btn span {
	display: none;
}
.snav ul li i {
	color: #131313;
}
.incart-btn a {
	position: relative;
}
.incart-btn .total-quant {
	display: inline-block;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	min-width: 20px;
	max-width: 30px;
	height: 20px;
	color: #fff;
	background-color: #fba60d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;	
	border-radius: 50%;
	text-align: center;
	vertical-align: text-bottom;
}
.snav .membership {
	float: left;
}
.snav .membership a {
	display: block;
}
.snav .membership ul {
	display: none;
	position: absolute;
	width: 100%;	
	left: 0;
	padding: 1.4286em .714286em .714286em;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	z-index: 2;
}
.snav .membership.On ul {
	display: block;
}
.snav .membership li {
	float: none;
	background: none;
	border-bottom: 1px solid #e0e0e0;	
	margin: 0 0 1.07143em .714286em;
	padding-bottom: .357143em;
}
.snav .membership li:first-child {
	margin-left: 0;
}
.snav .membership li:last-child {
	margin-bottom: 0;
	border: none;
}

/* -- payment -- */
#payment {
	float:right;
}

/* -- .incart-btn -- */
.incart-btn {
	float: left;
}
.incart-btn a {
	display: block;
	color: #262626;
}

/* -- .search-box -- */
.search-box {
}
.snav .search-box i {
	font-size: 1.42857em;
	padding: .5em;
}
.search-box form {
	display: none;
}
.search-box.On form {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1.4286em .714286em .714286em;
	background-color: #fff;
}
.search-box div.s-box {
	display: block;  
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	float: right;
	text-align: center;
}
.search-box input[type="text"] {
	width: 100%;
	border: none;
}
.search-box .searchsubmit {
	color: #aaa;
	font-size: 1.14286em;
	font-family: FontAwesome ;
	position: absolute;
	right: 0;
	top: 0;
	padding: .3124995em;
	background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
}
.search-box .searchsubmit:hover {
	background: none;
}

/* -- .site-title -- */
h1.site-title,
div.site-title {
	clear: none;
	font-size: 1.785712em;
	font-weight: bold;
	padding: 1em .6em 1em .4em;
	float: left;
	line-height: 1em;
	text-align: center;
}
h1.site-title a,
div.site-title a {
	color: #660000;
}
h1.site-title img,
div.site-title img {
	max-width: 100%;
	height: auto;
}

/* -- #site-navigation -- */
header div.nav-menu-open,
header div.header-nav-container {
	display: none;	
}
#site-navigation {
	clear: both;
	padding: 0 1.07143em;
}
#site-navigation li a {
	display: block;
	margin-bottom: 1.07143em;
	padding-bottom: .357143em;
	border-bottom: 1px solid #e0e0e0;
}
#site-navigation li li {
	margin-left: 1em;
}

/*　Toggle Menu　*/
#site-navigation label,
#site-navigation input[type="checkbox"].on-off {
	display: none;
}
#site-navigation label {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 0;
	text-align: right;
}
#site-navigation label span {
	display: block;
	padding: .714286em;
}
#site-navigation label span:before {
	content: "\f03a";
	display: block;
	color: #fff;
	font-family: FontAwesome;
	font-size: 1.5714em;
	vertical-align: text-bottom;		
}
header #site-navigation input#panel.on-off + div.nav-menu-open,
header #site-navigation input#panel.on-off + div.header-nav-container {
	display: block;
	height: 0;
	overflow: hidden;
}
header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
header #site-navigation input#panel.on-off:checked + div.header-nav-container {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	background-color: rgba(204,60,204,0.9);
	z-index: 1;
}
#site-navigation ul {
	padding: 1.4286em .714286em .714286em;
}
#site-navigation ul ul {
	padding: 0;
}


/* =secondary
-------------------------------------------------------------- */
#secondary {
	padding: 2.14289em 0;
	border-top: 5px solid #eee;
}
/*#secondary h3 {
	margin-bottom: 1.07143em;
	padding-bottom: .357143em;	
	border-bottom: 3px solid #eee;
} */

#secondary h3 {
  position: relative;
  margin: 0 -10px;
  padding: 1rem 2rem;
  background: #d490ff;
	color:#fff;
}

#secondary h3:before,
#secondary h3:after {
  position: absolute;
  content: '';
}

#secondary h3:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #bb50ff;
  border-left: 10px solid transparent;
}

#secondary h3:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #bb50ff;
  border-right: 10px solid transparent;
}

#secondary .widget_title>img {
	width: 20px;
	height: 20px;
	margin-right: .714286em;
	vertical-align: top;
}

#secondary section {
	margin-bottom: 2.14286em;
	padding: 0 .714286em;
}
#secondary .columnleft section:last-child,
#secondary .columncenter section:last-child {
	margin-bottom: 2.14286em;	
}
#secondary section:last-child {
	margin-bottom: 0;
}

/*---- widget_welcart_bestseller ----*/
.widget_welcart_bestseller ul {
	padding: 0 .714286em;
}
.widget_welcart_bestseller li {
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.widget_welcart_bestseller li a {
	display: inline-block;
	padding-bottom: .357143em;	
}
.widget_welcart_bestseller .itemimg {
	width: 25% !important;
	float: right;
	text-align: center;
}
.widget_welcart_bestseller .itemimg img {
	width: 100%;
	height: auto;
}
.widget_welcart_bestseller .itemname {
	width: 70%;
	text-align: left;
}
.widget_welcart_bestseller .itemprice{
	font-weight: bold;
	width: 70%;
	text-align: right;	
}
.widget_welcart_bestseller .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	width: 70%;
	text-align: right;
}

/*---- widget_welcart_featured ----*/
.widget_welcart_featured ul {
	padding: 0 .714286em !important;
}
.widget_welcart_featured .featured_list {
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.widget_welcart_featured .thumimg {
	width: 25% !important;
	float: right;
	text-align: center;
}
.widget_welcart_featured .thumimg img {
	width: 100%;
	height: auto;
}
.widget_welcart_featured .thumtitle {
	width: 70%;
	text-align: left;
}

/*---- widget_welcart_category ----*/
.widget_welcart_category ul {
	padding: 0 .714286em;
}
.widget_welcart_category li {
	padding-bottom: .714286em;
	line-height: 200%;
}
.widget_welcart_category li:last-child {
	padding-bottom: 0;
}
.widget_welcart_category li ul {
	margin-left: 1.07143em;
	padding: 0;
}
.widget_welcart_category li li {
	padding: 0;
}
.widget_welcart_category li li a {
	display: block;
	padding: 0;
}
.widget_welcart_category li li a:before {
	display: none;
}
.widget_welcart_category ul ul ul {
	display: block !important;
}

/*---- widget_welcart_calendar ----*/

.widget_welcart_calendar table {
	width: 46%;
	margin: 0 2% 2%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
}
.widget_welcart_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.widget_welcart_calendar td {
	border: 1px solid #ccc;	
	text-align: center;
}
.widget_welcart_calendar .businessday {
	color: #262626;
	background-color: #fff0d1;
}

/*---- welcart_blog_calendar ----*/
.welcart_blog_calendar table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.welcart_blog_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.welcart_blog_calendar td {
	border: 1px solid #ccc;	
	text-align: center;
}

/*---- widget_welcart_search ----*/
.widget_welcart_search .searchtext {
	width: 75%;
	padding: .5714285em;
	border: 1px solid #ccc;
	border-right: none;
}
.widget_welcart_search #searchsubmit {
	color: #fff;
	width: 25%;
	padding: .5em 0;
	background-color: #ff8c00;	
	border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.widget_welcart_search #searchsubmit:hover {
	cursor: pointer;
	background-color: #ffa500;
}
.widget_welcart_search div {
	margin-top: .714286em;
	background-color: #efefef;
	text-align: center;
}
.widget_welcart_search div a {
	display: block;
	color: #262626;
	line-height: 200%;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;	
}
.widget_welcart_search div a:hover {
	background-color: #ddd;
	text-decoration: none;
}

/*---- widget_welcart_login ----*/
.widget_welcart_login .loginbox {
	padding: 0 .714286em;
}
.widget_welcart_login .loginbox div {
	font-weight: bold;
}
.widget_welcart_login label {
	line-height: 180%;
}
.widget_welcart_login input.loginmail,
.widget_welcart_login input.loginpass {
	width: 100%;
	margin-bottom: .357143em;
	padding: .357143em;
	border: 1px solid #ccc;	
}
.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	font-size: 14px;
	color: #fff;
	width: 60%;
	margin-bottom: .357143em;
	padding: .714286em 1.42857em;
	background-color: #d62cb4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;	
	border-radius: 3px;
}
.widget_welcart_login input#member_loginw:hover,
.widget_welcart_login input#member_login:hover {
	background-color: #f475ff;
}
.widget_welcart_login .loginbox a.usces_logout_a,
.widget_welcart_login .loginbox a.login_widget_mem_info_a {
	display: inline-block;
	margin: .357143em 0 0 1.071428em;
}
.widget_welcart_login .loginbox .submit {
	padding: 0;
}
.widget_welcart_login .liwpp_area {
	padding: .714286em .714286em 0;
}

/*---- usces_recent_entries + widget_welcart_page + widget_welcart_post ----*/
.usces_recent_entries ul,
.widget_welcart_page ul,
.widget_welcart_post ul {
	padding: 0 .714286em;
}
.usces_recent_entries li a,
.widget_welcart_page li a,
.widget_welcart_post li a {
	display: inline-block;
	padding-bottom: .357143em;	
}
.usces_recent_entries li,
.widget_welcart_page li,
.widget_welcart_post li {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: .714286em;
	padding-bottom: .357143em;
}
.usces_recent_entries li li,
.widget_welcart_page li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*---- other widgets ----*/
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
	padding: 0 .714286em;	
}
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_recent_comments li a {
	display: inline-block;
	padding-bottom: .357143em;	
}
.widget_nav_menu ul,
.widget_pages ul {
	padding: 0 .714286em;	
}
.widget_nav_menu ul li,
.widget_pages li {
	margin-bottom: .357143em;
}
.widget_nav_menu ul li a,
.widget_pages li a {
	display: inline-block;
	padding-bottom: .357143em;
}
.widget_categories label,
.widget_archive label {
	display: block;
	margin-bottom: .5em;
}

/*　calendar　*/
.widget_calendar table {
	width: 100%;
	margin: 0 2% .714286em;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.widget_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ccc;	
	text-align: center;
}

/*　search　*/
.widget_search div {
	position: relative;
	border: 1px solid #ccc;
}
.widget_search .search-text {
	width: 100%;
	padding: .357143em;
	border: none;
}
.widget_search .searchsubmit {
	font-family: FontAwesome;;
	color: #131313;
	padding : .357143em;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
}
.widget_search .searchsubmit:hover {
	background: none;
	cursor: pointer;
}

/*---- item-list ----*/
.widget_basic_item_list .item-list {
	letter-spacing: -.5em;
}
.widget_basic_item_list article {
	display: inline-block;
	padding: .714286em;
	width: 50%;
	letter-spacing: normal;
	vertical-align: text-top;
}
.widget_basic_item_list a {
	display: block;
}
.widget_basic_item_list .itemimg {
	margin-bottom: .357143em;
	text-align: center;
}
.widget_basic_item_list .itemprice {
	font-weight: bold;
	text-align: right;
}

/* =toTop
-------------------------------------------------------------- */

#toTop {
	position: fixed;
	right: 3px;
	bottom: 76px;
}
#toTop a {
	display: block;	
}
#toTop i {
	color: #ff8c00;
	font-size: 3.214289em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;	
	padding:1px;
	  -webkit-text-stroke: 1px #FFF;
  		text-stroke: 1px #FFF;
}
#toTop i:hover {
	color: #eee;
}


/* =footer
-------------------------------------------------------------- */

footer {
	color: #fff;
	padding: .714286em 1.07143em;
	background-color: #d490ff;
}

/* -- a -- */
footer a {
	color: #fff;
}
footer a:hover {
	color: #aaa;
	text-decoration: none;
}

/* -- nav -- */
footer nav {
	padding: 1.071428em 0;
}
footer nav li {
	margin-bottom: 1.071428em;
}
footer nav li:last-child {
	margin-bottom: 0;
}
footer nav li:nth-of-type(8n) {
	clear: both;
}
	footer nav ul ul {
		margin: .5714285em 0 0 1.071428em;
	}
	footer nav li li {
		width: 100%;
		margin-bottom: 0;
		float: none;
	}
	footer nav li li:before {
		display: none;
	}
	footer nav li li {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
		float: none;
	}
	footer nav li li:before {
		display: none;
	}
	footer nav li li:nth-of-type(6n) {
		clear: none;
	}
	footer nav li li li:before {
		content: "\f105";
		display: inline-block;
		color: #fff;
		font-family: FontAwesome;
		font-size: 10px;
		font-weight: bold;
		margin-right: .8em;	
	}

/* -- .copyright -- */
.copyright {
	padding: 1.071428em 0;
	text-align: center;
}


/* =contetns
-------------------------------------------------------------- */

/* -- content -- */
#content {
	padding: 0 .714286em 2.142856em;	
}
#content header {
	position: inherit;
	margin: 0 0 1.42857em;
	padding: 0;	
	border: none;
}
#content .page-title,
#content .entry-title {
	font-size: 1.142857em;
	margin-bottom: 1.25em;
	line-height: 1.25em;
}


/* =front-page.php
-------------------------------------------------------------- */

/* -- main-image -- */
.main-image {
	padding: 0 .714286em 0;
}
.main-image img {
	width: 100%;
	height: auto;
}

/* -- .front-il -- */
.front-il {
	letter-spacing: -.5em;
}
.blog #content .front-il article {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.front-il article {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 1.42857em 0 0;
	letter-spacing: normal;
	vertical-align: text-top;
}
.front-il article:nth-of-type(even) {
	margin-right: 0;
}
.front-il .itemimg {
	margin-bottom: .357143em;
	text-align: center;
}
.front-il .itemimg a {
	display: block;
}
.front-il .itemimg img {
	width: 100%;
	height: auto;
}
.front-il .itemname {
	max-height: 63px;
	overflow: hidden;
}	
.front-il .itemname span {
	font-size: .9em;
}
.front-il .itemprice {
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.front-il .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.front-il .no-date {
	margin-top: 1.42857em;
	letter-spacing: normal;
}

/* -- show-on-front -- */

/* - blog - */
.blog #content article {
	margin-bottom: 1.42857em;
	padding-bottom: 1.42857em;
	border-bottom: 1px solid #eaeaea;
}
.blog #content .entry-title {
	margin-bottom: 20px;
}
.blog #content .entry-meta {
	margin-bottom: 20px;
}
.blog #content .entry-content {
	margin-bottom: 0;
}
.blog #content .entry-content .loopimg {
	margin-bottom: 20px;
}


/* =archive.php
-------------------------------------------------------------- */

/* -- .cat-il.type-grid -- */
.cat-il.type-grid {
	margin-bottom: 1.42857em;
	letter-spacing: -.5em;
}
.cat-il.type-grid article {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 1.42857em 0 0;
	letter-spacing: normal;
	vertical-align: text-top;
}
.cat-il.type-grid article:nth-of-type(even) {
	margin-right: 0;
}
.cat-il.type-grid .itemimg {
	margin-bottom: .357143em;
	text-align: center;
	border:dotted 1px #dda8ff;
}
.cat-il.type-grid .itemimg a {
	display: block;
}
.cat-il.type-grid .itemimg img {
	width: 100%;
	height: auto;
}
.cat-il.type-grid .itemname {
	height: 63px;
	overflow: hidden;
}	
.cat-il.type-grid .itemname span {
	font-size: .9em;
}
.cat-il.type-grid .itemprice {
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.cat-il.type-grid .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	height: 22px;
	text-align: right;
}

/* -- .post-li -- */
.post-li article {
	width:30%;
	display:inline-block;
	margin-right:0.5em;
	margin-bottom: 1.071428em;
	padding-bottom: 1.071428em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.post-li .post-title {
	font-size: 1em;
	font-weight:bold;
	margin-bottom: .625em;	
	padding:0 1%;
}
.post-li time {
	display: block;
	margin-bottom: .714286em;
}
.post-li .loopimg {
	width: 95%;
	margin:1em auto
}
.post-li .loopexp {
	width: 75%;
	float: left;
}
.post-li img {
	width: 100%;
	height: auto;
}

/* -- pagination -- */
.pagination_wrapper {
	position: relative;
	clear: both;
	overflow: hidden;
}
.pagination_wrapper ul {
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
}
.pagination_wrapper li {
	position: relative;
	left: -50%;
	margin: .178em;
	float: left;
}
.pagination_wrapper li .current {
	display: block;
	color: #fff;
	padding: .357143em .714286em;
	background-color: #131313;
	border: 1px solid #131313;
	text-decoration: none;
}
.pagination_wrapper li .dots {
	line-height: 33px;
}
.pagination_wrapper li a {
	display: block;
	color: #262626;
	padding: .357143em .714286em;
	background-color: #eee;
	border: 1px solid #ddd;
}


/* = .entry-content,item-description
-------------------------------------------------------------- */
/* -- p -- */
.entry-content p,
.item-description p {
	margin-left:1.5em;
	margin-bottom: 0.7em;
	line-height: 1em;	
}

/* -- table -- */
.entry-content table,
.item-description table {
	width: 100%;
	margin-bottom: .714286em;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.entry-content th,
.item-description th {
	padding: .714286em;
	background-color: #ddd;
	border: 1px solid #ccc;
}
.entry-content td,
.item-description td {
	padding: .714286em;
	border: 1px solid #ccc;
}

/* -- ul + ol -- */
.entry-content ul,
.entry-content ol,
.item-description ul,
.item-description ol {
	margin: 0 0 1.42857em 1.42857em;
}
.entry-content ul li,
.item-description ul li {
	list-style: disc;
	line-height: 180%;
}
.entry-content ol li,
.item-description ol li {
	list-style: decimal;
	line-height: 180%;
}

/* -- h1,h2,h3,h4,h5 -- */
.entry-content h1,
.item-description h1 {
	font-size: 1.142857em;
	margin-bottom: 1.07143em;
}
.entry-content h2,
.item-description h2 {
	font-size: 1.142857em;
	margin-bottom: 1.25em;
	padding-bottom: .312502em;
	line-height: 1.25em;	
}
.entry-content h3,
.item-description h3 {
	margin-bottom: 1.071428em;
	padding-left: .357143em;
	border-left: 3px solid #262626;
	line-height: 140%;
}
.entry-content h4,
.item-description h4 {
	margin-bottom: 1.071428em;
	padding: .357143em;
	background-color: #efefef;
}
.entry-content h5,
.item-description h5 {
	margin-bottom: 1.071428em;
}
.entry-content h6,
.item-description h6 {
	color: #777;
	margin-bottom: 1.071428em;
}

/* -- img -- */
.widget img,
.entry-content img,
.item-description img {
	max-width: 100%;
	height: auto;
}

/* -- iframe -- */
.entry-content iframe,
.item-description iframe {
	max-width: 100%;
}

/* -- input select textarea -- */
.entry-content input[type="file"],
.item-description input[type="file"] {
	border: none;
}
.entry-content input[type="submit"],
.item-description input[type="submit"] {
	color: #fff;
	background-color: #ff8c00;
}
.entry-content input[type="submit"]:hover,
.item-description input[type="submit"]:hover {
	background-color: #ffa500;
}

/* ???????? Gutenberg ???????? */

.entry-content ul.wp-block-gallery {
	margin-right: 0;
	margin-left: 0;
}

/* =single.php
-------------------------------------------------------------- */

.entry-content {
	margin-bottom: 1.42857em;
}
.entry-meta {
	margin-bottom: 1.42857em;	
	padding-left: 1.071428em;
	border-left: 3px solid #cccaca;
}
.entry-meta span {
	display: block;
}
.entry-meta .date:before {
	display: inline-block;
	content: "\f1fa";
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .cat:before {
	content: "\f0f6";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .tag:before {
	content: "\f02b";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .author:before {
	content: "\f007 ";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}


/* =inquiry.php
-------------------------------------------------------------- */

.inqbox .inquiry_table {
	width: 100%
}
.inqbox .inquiry_table tr {
	display: block;
	padding: 0 .625em 1.25em;
	margin-bottom: 1.25em;
	border-bottom: 2px solid #efefef;
}
.inqbox .inquiry_table th {
	display: block;
	width: auto;
	background: none;
	border: none;
}
.inqbox .inquiry_table td {
	display: block;
}
.inqbox .inquiry_table td input {
	width: 70%;
}
.inqbox .send {
	padding-top: .714286em;
	text-align: center;
}
.inqbox .send input {
	color: #fff;
	background-color: #ff8c00;
}
.inqbox .send input:hover {
	background-color: #ffa500;
} 


/* =comments.php
-------------------------------------------------------------- */

.comments-area{
	padding-top: .714286em;
	border-top: 1px solid #e0e0e0;
}
.comment-area h2 {
	font-size: 1em;
	margin: .714286em 0;
}
.comment-area h2:before {
	content: "\f086";
	display: inline-block;
	color: #999;
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: .7em;	
}
.comment-area li {
	clear: both;
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.comment-area li:last-child {
	margin-bottom: 0;
}
.comment-area li .comment-author {
	margin-right: 1.42857em;
	float: left;
}
.comment-area li img {
	display: block;
	margin: 0 auto .357143em;
}
.comment-area li .reply {
	clear: both;
	float: none;
	text-align: right;
}
.comment-area #respond {
	padding-top: .714286em;
}
#respond label {
	display: block;
	font-weight: bold;
}
#respond label .required {
	color: #ff3366;
	font-weight: bold;
}
#respond p {
	margin-bottom: .714286em;
}
#respond .form-submit {
	padding-bottom: 0;
}


/* =search.php
-------------------------------------------------------------- */

/* -- .search-li -- */
.search-li {
	margin-bottom: 1.42857em;
	letter-spacing: -.5em;
}
.search-li .title {
	letter-spacing: normal;
}
.search-li article {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 1.4286em 0 0;
	border: none;
	letter-spacing: normal;
	vertical-align: text-top;
}
.search-li .itemimg {
	margin-bottom: .357143em;
	text-align: center;
}
.search-li .itemimg a {
	display: block;
}
.search-li .itemimg img {
	width: 100%;
	height: auto;
}
.search-li .itemname {
	height: 63px;
	overflow: hidden;
}	
.search-li .itemname span {
	font-size: .9em;
}
.search-li .itemprice {
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.search-li .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.search-li article:nth-of-type(even) {
	margin-right: 0;
}
.searchitems {
	letter-spacing: normal;
}

div#top_seach .search-li {
	letter-spacing: .1em;
}
div#top_seach #searchbox fieldset {
	padding:0.5em;
}

/* =404.php
-------------------------------------------------------------- */

.error-404 .page-content {
	padding: 3em 0;
	text-align: center;
}
.error-404 .page-content p {
	font-weight: bold;
}
.error-404 .page-content div {
	margin-top: .714286em;
}
.error-404 input[type="submit"] {
	color: #131313;
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: 0.25em;
	padding: 0.25em 0;
	background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;	
	border-radius: 0;
}


/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {


	/* =Base
	-------------------------------------------------------------- */

	textarea {
		width: 60%;
	}
	
	/* -- Campaign-Tag -- */
	#itempage .campaign_message {
		text-align: left;
	}

	
	/* =secondary
	-------------------------------------------------------------- */
	
	/*　welcart_bestseller　*/
	.widget_welcart_bestseller ul {
		overflow: hidden;	
	}
	.widget_welcart_bestseller li {
		width: 46%;
		margin-right: 8%;
		padding-top:  .714286em;
		float: left;
	}
	.widget_welcart_bestseller li:nth-of-type(even) {
		margin-right: 0;
	}
	.widget_welcart_bestseller li:nth-of-type(odd) {
		clear: both;
	}
	
	/*　welcart_featured　*/
	.widget_welcart_featured ul {
		overflow: hidden;	
	}
	.widget_welcart_featured .featured_list {
		width: 46%;
		margin-right: 8%;
		padding-top:  .714286em;
		float: left;
	}
	.widget_welcart_featured .featured_list:nth-of-type(even) {
		margin-right: 0;
	}
	.widget_welcart_featured li:nth-of-type(odd) {
		clear: both;
	}
	.widget_welcart_category ul,
	.widget_welcart_search ul,
	.widget_search form,
	.widget_welcart_login ul {
		width: 60%;
	}
	.widget_welcart_category ul ul {
		width: 100%;
	}
	
	/*---- item-list ----*/
	.widget_basic_item_list article {
		width: 25%;
	}


	/* =front-page.php
	-------------------------------------------------------------- */

	/* -- .front-il -- */
	.front-il {
		margin-bottom: 2.142856em;
	}
	.front-il article {
		width: 22%;
		margin-right: 4%;
	}
	.front-il article:nth-of-type(even) {
		margin-right: 4%;
	}	
	.front-il article:nth-of-type(4n) {
		margin-right: 0;
	}
	

	/* =archive.php
	-------------------------------------------------------------- */

	/* -- .cat-il.type-grid -- */
	.cat-il.type-grid {
		margin-bottom: 1.42857em;
	}
	.cat-il.type-grid article {
		width: 22%;
		margin-right: 4%;
	}
	.cat-il.type-grid article:nth-of-type(even) {
		margin-right: 4%;
	}
	.cat-il.type-grid article:nth-of-type(4n) {
		margin-right: 0;
	}
	

	/* =contetns
	-------------------------------------------------------------- */
	
/*	#content .page-title,
	#content .entry-title {
		font-size: 1.2em;
		margin-bottom: 2.222224em;
		padding-left:1.5em;
		line-height: 2em;
		 border-left: 10px solid #d62cb4;
  background-color: #d490ff;  背景色を#CC3366 
  color: #FFFFFF;  文字色を#FFFFFF 
	} */
	
#content .page-title,
#content .entry-title  {
	position: relative;
	padding-bottom: 5px;

	color:#555;
}

#content .page-title,
#content .entry-title:after {
	position: relative;
	bottom: -2px;
	left: 0;
	content: '';
	height: 6px;
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #d62cb4 2px, #d62cb4 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #d62cb4 2px, #d62cb4 4px);
}
	
	/* =search.php
	-------------------------------------------------------------- */
	
	/* -- .search-li -- */
	.search-li article {
		width: 22%;
		margin-right: 4%;
	}
	.search-li article:nth-of-type(even) {
		margin-right: 4%;
	}
	.search-li article:nth-of-type(4n) {
		margin-right: 0;
	}
		

}


/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {


	/* =inquiry.php
	-------------------------------------------------------------- */
	
	.inqbox .inquiry_table {
		margin-bottom: 1.071428em;
	}
	.inqbox .inquiry_table tr {
		display: table-row;
		margin-bottom: 0;
		padding: 0;
		border: none;
	}
	.inqbox .inquiry_table th {
		display: table-cell;
		width: 25%;
		padding: .357143em 1.071428em;
		background-color: #f6f6f6;
		border: 1px solid #ccc;
		vertical-align: middle;
	}
	.inqbox .inquiry_table td {
		color: #6e6e6e;
		display: table-cell;
		padding: .357143em 1.071428em;
		border: 1px solid #ccc;
	}
	.inqbox .send {
		text-align: center;
	}
	.inqbox .send input {
		color: #fff;
		background-color: #d62cb4;
	}
	.inqbox .send input:hover {
		background-color: #f475ff;
	}

	
}


/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {

	/* =secondary
	-------------------------------------------------------------- */
	/*---- item-list ----*/
	.widget_basic_item_list article {
		width: 20%;
	}

	/* =front-page.php
	-------------------------------------------------------------- */

	/* -- .front-il -- */
	.front-il article {
		width: 16.8%;
		margin-right: 4%;
		padding: 2.85712em 0 0;
	}
	.front-il article:nth-of-type(4n) {
		margin-right: 4%;
	}
	.front-il article:nth-of-type(5n) {
		margin-right: 0;
	}


}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {


	/* =Base
	-------------------------------------------------------------- */

	/* -- input,select,textarea -- */
	input[type="button"], input[type="submit"],input[type="reset"] {
		padding: 1.071428em 2.142856em;
	}
	a img{
		box-shadow:#fff 0 0 0;
	}	
	a img:hover {
		opacity: .6;
	}


	/* =header
	-------------------------------------------------------------- */
	
	header {
		border-bottom: none;
	}
	header .inner {
		width: 1000px;
		margin: 0 auto;
	}

	/* -- .site-description -- */
	.site-description {
		color: #262626;
		font-weight: normal;
		width: 75%;
		height: auto;
		min-height: auto;
		padding: 1.25em 0 0;
		background: none;
		float: left;
		line-height: 130%;
	}
		
	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		font-size: 1.5em;
		width: 342px;
		margin: 0;
		padding: 1em 0;
		margin-left:0.8em;
		float: left;
		text-align: left;
	}
	h1.site-title a,
	div.site-title a {
		font-weight: bold;
	}

	/* -- .snav -- */
	.snav {
		clear: right;
		margin-right: 0;
		padding-top: 1em;
		float: none;
	}

	/* -- .search-box -- */	
	.search-box {
	display:flex;
		padding: 0 auto;
	}
	div.conditionsearch {
		width:40%;
		margin:0.5em;
		display:inline-block;
		
	}
	h2.side-cat-title {
		float:left;
		line-height:5em;
		padding-right:5%;
	}
	.snav .search-box i {
		display: none;
	}
	.search-box form {
		display: block;
	}
	.search-box div.s-box {
		width: auto;
	}
	.search-box input[type="text"] {
		width: auto;
		padding: .357143em;
		background-color: #fff;
	}
	.search-box .searchsubmit {
		position: inherit;	
		color: #161616;
		padding: .357143em;
	}
	.snav .membership {
		margin-bottom:0.5em;
		padding: 0 1em;
		float: right;
		overflow: hidden;
	}
	.snav .membership i {
		display: none;
	}
	.snav .membership ul {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
	}
	.snav .membership li {
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		line-height: 100%;
	}
	.snav .membership li:first-child {
		color: #565656;
		font-weight: bold;
	}
	.snav .membership li:first-child,
	.snav .membership li a {
		font-size: 12px;
		border: none;
		margin: 0;
		padding: 0 .833334em;
		border-right: 1px solid #aaa;
	}
	.snav .membership li:last-child a {
		border-right: none;
	}
	
	/* -- .incart-btn -- */
	.incart-btn {
		clear:right;
		min-width: 160px;
		padding-top:0.2em;
		float: right;
	}
	.incart-btn a {
		background-color: #d62cb4;
		padding: 6px .714286em;
		text-align: center;
		-webkit-transition: .3s ease all;
		-moz-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: .3s ease all;
	}
	.incart-btn a:hover {
		background-color: #f475ff;
	}
	.incart-btn i {
		padding: 0;
	}
	.incart-btn i:before {
		color: #fff;
		margin-right: 8px;
	}
	.incart-btn span {
		display: inline-block;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		vertical-align: middle;
		letter-spacing: 1px;
	}
	.incart-btn .total-quant {
		display: inline-block;
		position: relative;
		font-weight: bold;
		color: #fba60d;
		margin-left: 1.25em;
		background-color: #fff;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		vertical-align: text-bottom;
	}
	
	/* -- #site-navigation -- */
	#site-navigation {
		clear: both;
		padding: 0;
		background:#d3a8ff;
	}
	#site-navigation label {
		display: none;
	}
	header #site-navigation input#panel.on-off + div.nav-menu-open,
	header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
	header #site-navigation input#panel.on-off + div.header-nav-container {
		display: block;
		overflow: inherit;
		height: auto;
		background-color: #d490ff;
	}
	#site-navigation ul {
		width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
	#site-navigation li {
		position: relative;
		float: left;
	}
	#site-navigation li a {
		color: #fff;
		display: block;
		margin-bottom: 0;
		padding: 1em 1.42857em;
		border-bottom: none;
		line-height: 100%;
		font-size:1.1em;
	}
	#site-navigation li {
		padding: 0;
		border-right: 1px solid #666;
	}
	#site-navigation ul li:first-child {
		border-left: 1px solid #666;
	}
	#site-navigation li.current_page_item a,
	#site-navigation li.current-menu-parent a{
		background-color: #d62cb4;
	}
	#site-navigation li.current_page_item li a,
	#site-navigation li.current-menu-parent li a {
		background: none;
	}
	#site-navigation li a:hover {
		color: #d62cb4;
		background-color: #e8c4fe;
		text-decoration: none;
	}
	
		/* -- sub-menu -- */
		#site-navigation ul ul {
			display:none;
			position:absolute;
			top:42px;
			left:-2px;
			width: 120%;
			background-color: #fff;
			border: 3px double #e0e0e0;
			float:left;
			z-index: 99999;
		}
		#site-navigation ul li li {
			width: 100%;
			margin-left: 0;
			border: none;
		}
		#site-navigation ul li li:first-child {
			border: none;
		}
		#site-navigation li li a:hover {
			color: #262626;
		}
		#site-navigation li li.current-menu-item a {
			background-color: #f6f6f6;
		}
		#site-navigation ul ul ul {
			width: 100%;
			left:100%;
			top: -3px;
		}
		#site-navigation li li:first-child a {
			color: #262626;
			border: none;
		}
		#site-navigation ul ul li a {
			color: #262626;
			background-color: #fff;
			border: none;
			height:auto;
			padding: .714286em .357143em;
			line-height:1em;
			width: 100%;
		}
		#site-navigation ul ul :hover > a {
			background: none;
			background-color: #f6f6f6;
		}
		#site-navigation ul li:hover > ul {
			display:block;
		}
		
	#site-navigation * {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	

	/* =secondary
	-------------------------------------------------------------- */

	#secondary .columnleft section:last-child,
	#secondary .columncenter section:last-child,
	#secondary .columnright section:last-child {
		margin-bottom: 0;
	}

	/* -- one-column -- */
	.one-column #secondary {
		margin: 0 auto;
		padding: 2.142856em 0;
		border-top: 2px solid #eaeaea;
		float: none;
		overflow: hidden;
	}
		.one-column #secondary .columnleft {
			width: 240px;
			margin-right: 50px;	
			float: left;
		}
		
			/*　calendar　*/
			.one-column .columnleft .widget_welcart_calendar table {
				width: 100%;
				float: none;
			}

		.one-column #secondary .columncenter {
			width: 240px;
			float: left;
		}

			/*　calendar　*/
			.one-column .columncenter .widget_welcart_calendar table {
				width: 100%;
				float: none;
			}

		.one-column #secondary .columnright {
			width: 420px;
			float: right;	
		}
	
	/* -- two-column -- */
	.two-column #secondary {
		width: 210px;
		padding: 0;
		border: none;
	}
		.two-column.right-set #secondary {
			float: right;
		}
		.two-column.left-set #secondary {
			float: left;
		}
	.two-column .widget_welcart_calendar table {
		width: 100%;
		margin: 0 0 .714286em;
		float: none;
	}
	
	
	/*　.widget　*/
	.widget_welcart_bestseller  ul {
		overflow: hidden;	
	}
	.widget_welcart_bestseller  li {
		width: 100%;
		margin-bottom: .714286em;
		float: none;
	}
	.widget_welcart_bestseller li:nth-of-type(odd) {
		clear: none;
	}
	.widget_welcart_featured ul {
		overflow: hidden;	
	}
	.widget_welcart_featured .featured_list {
		width: 100%;
		margin-bottom: .714286em;
		float: none;
	}
	.widget_welcart_featured li:nth-of-type(odd) {
		clear: none;
	}
	.widget_welcart_category ul,
	.widget_welcart_search ul,
	.widget_search form,
	.widget_welcart_login ul {
		width: 100%;
	}
	ul.ucart_widget_body{
		padding-top:1rem;
		padding-bottom:0.5em;
		border-left: 1px dotted #d490ff;
		border-right: 1px dotted #d490ff;
		border-bottom: 1px dotted #d490ff;
	}
	.widget_categories select,
	.widget_archive	select {
			width: auto;
	}	
	.widget_welcart_search .searchtext {
		width: 60%;
		padding: .4286em;
	}
	.widget_welcart_search #searchsubmit {
		width: 40%;
	}

	/*---- item-list ----*/
	.widget_basic_item_list article {
		padding: .714286em 0;
		width: 100%;
	}
	.widget_basic_item_list a {
		overflow: hidden;
	}
	.widget_basic_item_list .itemimg {
		float: left;
		margin-bottom: 0;
		width: 20%;
	}
	.widget_basic_item_list .item-info-wrap {
		margin-left: 25%;
		width: 75%;
	}
	
	/* =footer
	-------------------------------------------------------------- */
	
	footer {
		clear: both;
		color: #fff;
		background-color: #d490ff;
	}

	/* -- a -- */
	footer a {
		color: #fff;
	}

	/* -- nav -- */
	footer nav {
		width: 70%;
		margin: 0 auto;
		text-align:center;
		padding: 2.142856em 0 2.857143em;
	}
	footer nav li {
		width: auto;
		float: left;
		margin-bottom: 1.071428em;
		padding-right: 0.5em;
		padding-left:0.5em;
	}
	footer nav li:nth-of-type(8n) {
		clear: both;
	}
		footer nav li li:nth-of-type(8n) {
			clear: none;
		}
		
	/* -- .copyright -- */
	.copyright {
		padding: 1.071428em 0;
		text-align: center;
	}

			
	/* =contetns
	-------------------------------------------------------------- */
	
	/* -- main -- */
	#main {
		width: 1000px;
		margin: 1em auto;
		padding: 0;
	}
	.home #main {
		margin: 1em auto 0 auto;
	}

	/* -- main-image -- */
	.main-image {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.main-image img {
		width: auto;
	}
	
	/* -- .one-column -- */
	#main.one-column #content {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	/* -- .two-column -- */
	#main.two-column #content {
		width: 750px;
		margin: 0;
		padding: 0;
	}
		.two-column.right-set #content {
			float: left;
		}
		.two-column.left-set #content {
			float: right;
		}
	#main.two-column #content-cert {
		width:100%;
		margin:0;
		padding:0;
	} 
	
	/* =front-page.php
	-------------------------------------------------------------- */
	
	.blog #content .pagination_wrapper {
		margin-bottom: 20px;
	}
	/* -- .sof -- */
	.home .sof {
		margin-bottom: 30px;
	}
	.home .sof .entry-content {
		margin-bottom: 0;
	}
	
	
	/* =page.php + single.php .entry-content
	-------------------------------------------------------------- */

	/* -- h1,h2,h3,h4,h5 -- */
	.entry-content h1{
		font-size: 1.285712em;
		margin-bottom: 2.222224em;
	}
	.entry-content h2 {
		font-size: 1.142857em;
	}
	
		
	/* =archive.php
	-------------------------------------------------------------- */
	
	/* -- .post-li -- */
	.post-li {
		padding-bottom: 1.071428em;
	}
	
	
	/* =comments.php
	-------------------------------------------------------------- */
	
	.comment-area .comment-list {
		overflow: hidden;
	}
	.comment-area .comment-list li {
		margin: .714286em 0 0;
	}
	#respond .form-submit {
		margin-top: 1.42857em;
		padding-top: .714286em;
		border-top: 1px solid #ccc;
	}


}

.main_visual {
	margin-bottom:0.7em;
}
	/* top__rcm
	-------------------------------------------------------------- */
.rcmnd-list {
	text-align:center;
	margin-top:1.5em;
}
.thumbnail_box {
	width:24%;
	padding:0.2em;
	display:inline-block;
}
	/* top__nav
	-------------------------------------------------------------- */
ul.top_nav {
	margin:0;
	padding:0;
}
ul.top_nav li {
	list-style:none;
	display:inline-block;
	margin:0;
	padding:0;
}
	/* item_nav
	-------------------------------------------------------------- */
div#item_nav {
	position:relative;
	width:80%;
	height:47px;
	margin:0 auto;
	padding-bottom:1%;
	display:block;
	z-index:99999;
}
div#item_nav .tab {
  position: absolute;
	top:0;
	left:0;
  margin-bottom: 1%;
  width: 33%;
	color:#fff;
 background-color: rgba(255,255,255,0.8);
  overflow: hidden;
	display:inline-block;
	z-index:99999;
}
div#item_nav .tab2 {
  position: absolute;
	top:0;
	left:34%;
  margin-bottom: 1%;
  width: 33%;
  color: #fff;
	 background-color: rgba(255,255,255,0.8);
  overflow: hidden;
	display:inline-block;
	z-index:99999;
}
div#item_nav .tab3 {
  position: absolute;
	top:0;
	left:68%;
  margin-bottom: 1%;
  width: 33%;
  color: #fff;
	 background-color: rgba(255,255,255,0.8);
  overflow: hidden;
	display:inline-block;
	z-index:99999;
}
div#item_nav input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
div#item_nav label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #000;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  background-color: rgba(187,0,0,0.7);
}

div#item_nav .tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}

div#item_nav .tab-content p {
  margin: 1em;

}
div#item_nav label {
  /* 閉じている状態 */
  border-top: 0 white solid;
  padding-top: 0;
  padding-bottom: 0;
  /* 閉じるアニメーション */
  transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}
div#item_nav label.is-open .tab-content {
	 /* 開いている状態 */
  border-top: 1px white solid;
  padding-top: 13px;
  padding-bottom: 13px;
  /* 開くアニメーション */
  transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}
div#item_nav label .tab-content p {
  /* 閉じている状態 */
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}
div#item_nav label.is-open .tab-content p {
  /* 開いている状態 */
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear .1s,
    visibility  .1s linear .1s;
}

/* :checked */
div#item_nav input:checked ~ .tab-content {
  max-height: 100%;
}
/* Icon */
div#item_nav label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
div#item_nav input[type=checkbox] + label::after {
  content: "+";
}
div#item_nav input[type=radio] + label::after {
  content: "\25BC";
}
div#item_nav input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
div#item_nav input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

	/* nav2
	-------------------------------------------------------------- */
ul.nav2 {
	margin:1em 0 0 0;
	padding:0;

}
ul.nav2 li{
	width:auto;
	text-align:center;
	display:inline-block;
	transition: .4s;
}
ul.nav2 li.b{
	width:auto;
	text-align:center;
	display:inline-block;
}
ul.nav2 li a:hover, ul.nav2 li.b a:hover {
	color:#660000;
}

.sbn {
	text-align:center;

}
.sbn img {
	margin:0.1em;
	 box-shadow: 0 0 7px gray;
}
@media screen and (max-width: 767px){
	.sbn img {
		width:90%;
		display:block;
		margin:1em auto;
	 box-shadow: 0 0 7px gray;
}
}
div.nav3 ul{
	width:1000px;
	display:block;
	margin:0.5em auto;
	padding:0;
	text-align:center;
}
div.nav3 li {
	display:inline;
	margin:1em;
	
}

/*
 * ul.nav2 img {
	  box-shadow: 2px 2px 5px gray;
}
*/

@media screen and (max-width: 480px) {
	ul.nav2 li, ul.nav2 li.b {
		width:100%;
	}
}
	/* タグメニュー
	-------------------------------------------------------------- */
div.item_search {
	margin:0.5em 0;
	width:1000px;
	display:block;
	margin:0 auto;
}
div.item_search  dl{
	width:32%;
	display:inline-block;
	margin:0.5em auto;
	padding:0.5em;
	vertical-align:top;

}
div.item_search dt {
  padding: 0.3em;
  color: #fff;
	font-weight:bold;
  line-height: 1.3;
  border-bottom: solid 3px #660000;
  z-index:-2;
	background-color:#d490ff;
}

div.item_search dd {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}
dd.cat {
	padding-left:1em;
	background-color:#eee;
}

div.item_search ul {
	padding:0.3em;
	text-align:center;
}
div.item_search dl#mens li {
display: inline-block;
	margin:0.2em;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #add8e6 0%, #4169e1 100%);
  transition: .4s;
}
div.item_search dl#mens li a {
	color:#fff;
	font-weight:bold;
}
div.item_search dl#mens li:hover {
  background-image: linear-gradient(45deg, #add8e6 0%, #1e90ff 100%);
}
div.item_search dl#ladys li {
display: inline-block;
	margin:0.2em;
	width:30%;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}
div.item_search dl#ladys li a {
	color:#fff;
	font-weight:bold;
}
div.item_search dl#ladys li:hover {
	width:30%;
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

div.item_search dl#boys li {
 display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
  transition: .4s;
}
div.item_search dl#boys li a {
	color:#fff;
	font-weight:bold;
}
div.item_search dl#boys li:hover {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

div.item_search dl#girls li {
 display: inline-block;
  text-decoration: none;
  color: #ff1493;
  width: 60px;
  height: 60px;
  line-height: 50px;
  border-radius: 50%;
  border: double 4px #ff1493;
  text-align: center;
  overflow: hidden;
  transition: .6s;
}
div.item_search dl#girls li a {
	color:#ff1493;
	font-weight:bold;
}
div.item_search dl#girls li:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

ul#sp {
	
}
ul#sp li {
	display:inline-block;
	margin:1em;

}
	/* パンくず
	-------------------------------------------------------------- */
.breadcrumbs {
	font-size:0.8em;
	margin-bottom:1.5em;
	padding-left:3em;
	display:block;
}
.breadcrumbs .current-item {
	font-size:1.2em;
	color:#d62cb4;
	font-weight:bold;
}
	/* item_page
	-------------------------------------------------------------- */
div#item_text {
	display:block;
	font-size:0.9em;
	margin-top:3em;
}
div#item_text li {
		position:relative;
	padding-left:1.3em;
	border-bottom:dashed 1px #aaa;
	margin-bottom:0.5em;
}
div#item_text ul li {
	　list-style:none !important;
}

div#item_text li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#aaa;
	width:9px;
	height:9px; 
	top:5px; 
	left:5px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

.skuform2 {
	padding:0.5em;
}
ul.item-option2 {
	background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 3.5em;
	margin-bottom:1em;
}
ul.item-option2 li.optname {
	width:40%;
	padding-left:0.5em;
}
ul.item-option2 li {
	display:inline-block;
	margin-bottom:0.2em;
	padding:0.2em 0;
	line-height:2.5em;
}
ul.item-option2 li select {
	background-color:#fff;
}
dl.item-option2 dd {
	    float: left ;
	    margin-left: 1em ;
		margin-bottom:0.5em;
		border-bottom:1px dotted #eee;

}
div.field2 {
		    clear: both;
	text-align:right;
}

.zaikostatus2 {

}
.field_price2 {
	font-size:1.5em;
	font-weight:bold;
}
dl#size_list {
	font-size:0.9em;
}
dl#size_list dt {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	background-color:#d2f3fc;
}
dl#size_list ul {
	margin:0;
	padding:0;
	border-top:1px solid #333;
}
dl#size_list ul.size_i {
	border-bottom:1px solid #333;
}
dl#size_list ul.size_i li{
	display:inline-block;
	vertical-align:middle;
	line-height:1.2em;
	width:11%;

}
dl#size_list li {
	text-align:center;
	list-style:none;
	width:11%;
	display:inline-block;
	line-height:1.2em;
}

div.form-group {
	width:auto;
	display:inline-block;
	margin:0 auto;
}
h2.cont_tit {
	 position: relative;
  padding: 0 65px;
  text-align: center;
	margin-top:0.3em;
	padding:0.7em 0;
	color:#555;/*文字色*/
  /*線の種類（点線）2px 線色*/
	font-size:1em;
}

h2.cont_tit:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #d3a8ff;
}

h2.cont_tit span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

h1.cat-title {
  padding: 1rem 2rem;
  border-top: 3px double #d3a8ff;
  border-bottom: 3px double #d3a8ff;
}


dl#set {
	width:95%;
	margin:0.7em auto;

	border:1px solid #777;
}
dl#set dt {
	display:block;
	text-align:center;
	padding:1em;
	background-color:#ffcc6e;
}
dl#set dd {
	width:25%;
	display:inline-block;
	border-top:1px dashed #777;
}
dl#set dd.ditail {
	width:70%;
	vertical-align:top;
}
dl#set li {}

	/* 固定ページ用
	-------------------------------------------------------------- */
ul.rent_flow {}
ul.rent_flow li {
	display:inline-block;
	width:68%;
	padding:0.3em;
	vertical-align:middle;
}
ul.rent_flow li.photo {
	display:inline-block;
	width:30%;
}
ul.rent_flow li p {
	margin:0;
	padding:0;
	line-height:1.5em;
}
ul.rent_flow span, .deliv span {
	font-weight:bold;
	color:#e94848;
}

div.area1 {
	padding:1em;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	margin-bottom:2em;
	font-size:1.1em;
}
.entry-content div.area1 p, .item-description div.area1.p
 {
	line-height:nomal !important;
}

table.pay{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table.pay th:first-child{
  border-radius: 5px 0 0 0;
}

table.pay th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.pay th{
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 1em;
}

table.pay td{
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 1em;
}

table.pay td:last-child{
  border-right: 1px solid #a8b7c5;
}

table.pay tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.pay tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
	/* Q&A
	-------------------------------------------------------------- */
/*ボックス全体*/
.accbox {
    margin: 2em auto;
    padding: 0;
    max-width: 95%;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #ff4800;
    font-weight: bold;
    background: #fff2cc;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffe9a9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 1em;
    background: #fff5eb;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}

div#kids {
	width:32%;
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
}
div#kids dl {
	width:100%;
}
	/* footer guide
	-------------------------------------------------------------- */
div#userGuide {
	display:flex;
	padding:7em;
}
div#userGuide dl.guide {
	width:33%;
	display:block;
	margin:0.2em auto;
	padding:1em;
	background:#fff;
	border-radius:5px;
	color:#777;
}
div#userGuide dl.guide dl {}
div#userGuide dl.guide dt {
	font-size:1.1em;
	border-bottom:dashed 2px #bb50ff;
	margin:0.5em 0 0.2em 0;
}

div#userGuide dl.guide dt.subt {
	color: #292929;
background-color: #fff;
	border-top:1px solid #bb50ff;
	border-right:1px solid #bb50ff;
border-left: 15px solid #bb50ff;
	border-bottom:1px solid #bb50ff;
box-shadow: 0 5px 6px rgba(0, 0, 0, .5);
padding: 10px;
}

div#userGuide dl.guide dd{
	margin-top:1em;
}
div#userGuide dl.guide dd.a {
	margin-bottom:0.5em !important;
}
footer h2 {
	font-size:1.2em;
	text-align:center;
}

	/*カテゴリーテンプレート内
	-------------------------------------------------------------- */

dl.cat_child {
	width:49.5%;
	display:inline-block;
	margin-bottom:2em;
	padding:0.2em;
	border:1px dashed #555;
}
dl.cat_child dt {
	float:left;
}
dl.cat_child dd{
	margin-left:220px;
}
dl.cat_child dd ul {
	margin:0;
	padding:0;
}
dl.cat_child dd ul li {
	margin:0.7em 0;
	width:250px;
	height:135px;
	display:block;
}

	/*サイトバー
	-------------------------------------------------------------- */
.catsideber {
	
}
ul.catsideber li.side_cat {
	border:none;
	margin:1em 0 0 0;
}
.catsideber li {
	margin-bottom:0.5em;
	margin-left:1em;
	padding-bottom:0.2em;
	border-bottom:dashed 1px #777;
}


	/*スマホなど
	-------------------------------------------------------------- */
@media screen and (max-width: 480px) {
	h1.site-title,div.site-title {
		text-align:center;
		margin:0.3em 0;
		padding:0;
		width:100%;
	}
	#site-navigation li a {
		 color:#fff !important;
	}
	.snav{
		width:28%;
		margin:0 0.3em;
		padding:0;
	}
	.main-image,.nav2 {
		display:none;
	}
	.site-description {
		font-size:0.8em;
		
	}
	img {
		max-width:100%;
		margin:0.1em auto;
	}
	.snav .membership,.incart-btn {
		float:right !important;
	}
	#payment {
		display:none;
	}
	.sbn {
		width:100%;
	}
	.sbn a{
		display:inline-block;
		width:49%;
	}
	.sbn a img {
		max-width:100%;
	}
	dl.cat_child dt {
		float:none;
		text-align:center;
	}
	dl.cat_child {
	display:block;
	width:100%;
	}
	dl.cat_child dd {
		margin:0;
	}
	dl.cat_child dd ul li {
	width:auto;
	} 
	#secondary p {
		text-align:center;
	}

	.entry-content img,div.item_search,div.item_search dl,div#kids,div#userGuide dl.guide {
		width:100%;
	}
	div#userGuide {
		display:block;
		padding:0;
	}
	ul.item-option2 {
		padding:0.5em;
	}
	#sch {
		width:95% !important;
		
	}

}

/*パンクズ*/
.breadcrumbs {
	padding:0 0.5em;
	display:block;
}
/*tabメニュー*/

#size {
	width:95%;
	margin:1em auto 0 auto;
	display:block;
}
#size p {
	margin:0;
	 overflow:hidden;
}
#size .tab_menu{
    /*タブの基本スタイル*/
    border-bottom :solid 3px #5bc0de;
    background-color:#EEE;
    margin: 0.1em auto;
	display:inline-block;
    padding:0.3rem 1rem;

    /*選択されていないタブは透明色*/
    background-color:transport;
}
#size .tab_radio:checked + .tab_menu{
  /*選択されているタブは白背景*/
  /* タブコンテンツの上線にかぶせて隠す */
  background-color:#d490ff;
	color:#fff;
}

#size .tab_contains{
  /*コンテンツの基本スタイル*/
  width:90%;

  border-radius:3px;
  padding:1rem;
  /*選択されたタブで上線をかぶせる*/
  margin-top:-1px;
  background-color:white;
  /*選択されていないコンテンツは非表示*/
  display:none;
}

#size #tab_radio_A:checked ~ #tab_contains_A,
#size #tab_radio_B:checked ~ #tab_contains_B,
#size #tab_radio_C:checked ~ #tab_contains_C,
#size #tab_radio_D:checked ~ #tab_contains_D,
#size #tab_radio_E:checked ~ #tab_contains_E,
#size #tab_radio_F:checked ~ #tab_contains_F,
#size #tab_radio_G:checked ~ #tab_contains_G,
#size #tab_radio_H:checked ~ #tab_contains_H,
#size #tab_radio_I:checked ~ #tab_contains_I,
#size #tab_radio_J:checked ~ #tab_contains_J,
#size #tab_radio_K:checked ~ #tab_contains_K,
#size #tab_radio_L:checked ~ #tab_contains_L,
#size #tab_radio_M:checked ~ #tab_contains_M,
#size #tab_radio_N:checked ~ #tab_contains_N,
#size #tab_radio_O:checked ~ #tab_contains_O,
#size #tab_radio_P:checked ~ #tab_contains_P,
#size #tab_radio_Q:checked ~ #tab_contains_Q,
#size #tab_radio_R:checked ~ #tab_contains_R,
#size #tab_radio_S:checked ~ #tab_contains_S,
#size #tab_radio_T:checked ~ #tab_contains_T,
#size #tab_radio_U:checked ~ #tab_contains_U,
#size #tab_radio_X:checked ~ #tab_contains_X,
#size #tab_radio_Y:checked ~ #tab_contains_Y,
#size #tab_radio_Z:checked ~ #tab_contains_Z,
#size #tab_radio_01:checked ~ #tab_contains_01,
#size #tab_radio_02:checked ~ #tab_contains_02,
#size #tab_radio_03:checked ~ #tab_contains_03,
#size #tab_radio_04:checked ~ #tab_contains_04,
#size #tab_radio_05:checked ~ #tab_contains_05,
#size #tab_radio_06:checked ~ #tab_contains_06,
#size #tab_radio_07:checked ~ #tab_contains_07,
#size #tab_radio_08:checked ~ #tab_contains_08 {
  display:block;
	
	   /*コンテンツの基本スタイル*/
    width:100%;

    border-radius:3px;
    padding:0.2em;

    /*選択されたタブで上線をかぶせる*/
    margin-top:1rem;
    background-color:white;
}
#size .tab_radio{
    /*ラジオボタンは表示しない*/
    display:none;
}

.sizesize {
	width:480px;
	display:inline-block;
	margin:0.5em;
	vertical-align:top;
}
ul.size_table {
	font-size:0;
	border:1px #333 solid;
	display:flex;
}
ul.size_table_t {
	border-top:none;
}
ul.size_table li {
	font-size:14px;
	display:inline-block;
}
ul.size_table li.cell {
	width:20%;
	height:auto;
	vertical-align:middle;
	margin:0;
	padding:1%;
	display:inline-block;
	text-align:center;
	background:#deabff;
	color:#fff;
	font-weight:bold;
	border-left:1px #333 solid;
}
ul.size_table li.cont {
	width:20%;
	height:auto;
	vertical-align:middle;
	display:inline-block;
	text-align:center;
	border-left:1px #333 solid;
}
ul.size_table li.celle {
	height:auto;
	border:none;
	vertical-align:middle;
}

	.shirtsize {
		text-align:center;
	 	margin:1em 0; padding:0.5em;
		border:dashed #eee 2px;
	}

	.sbn_pc {
		margin:0 auto;
		padding:0;
		width:99%;
		font-size:0.7em;
	}
	.sbn_pc li {
		list-style:none;
		padding:1em 1.2em;
		border-bottom:dashed 1px #777;
		font-size:1.2em;
	}
ul.sbn_pc li a {
	color:#575757;
}
    .sbn_sub {
		padding-left:2em;
    }
    .sbn_sub li{
		padding:0.1em 0.2em;
		border:none;
		font-size:1em;
    }
	.sbn_sub li:before { content:"> " }

ul.cat_tag {
	margin:0 auto;
	padding:0.5em;
	width:auto;
	text-align:center;
}
ul.cat_tag li {
	width:23%;
	display:inline-block;
	margin:0.5em 0;
	padding:0.2em;
	border:dotted 1px #ca77ff;
	border-radius:0.2em;
	color:#ca77ff;
	background:#fff;
	transition: .4s;
}

ul.cat_tag li a {
	color:#ca77ff;
	display: block;
	text-decoration: none;
	line-height:2.5em;
}

ul.cat_tag li:hover, ul.cat_tag li a:hover {
	background:#dda8ff;
	color:#fff !important;
	text-decoration:none;
	transition: .4s;
}
@media screen and (max-width: 480px) {
ul.cat_tag li {
width:48%;
margin:0.2em;
	font-size:0.9em;
	display:inline-block;
	}
	ul.cat_tag li a {line-height:3.5em;}
}
ul.flow_uke {
	margin:0;
	padding:0;
	list-style:none;
}
ul.flow_uke li {
	list-style:none;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1000px) {
    .pc { display: none !important; }
	.sp {
	display: block !important;
	padding:0.5em;
	}
	.sp img {
	display:block;
	width:100%;
	margin:0 auto;
	}
	.sbn_sp {
		margin:0 auto;
		padding:0;
		width:98%;
		font-size:0.7em;
	}
	.sbn_sp li {
		list-style:none;
		padding:1em 1.2em;
		border-bottom:dashed 1px #777;
		font-size:1.2em;
		width:48%;
		display:inline-block;
	}
	.sizesize {
		width:99%;
		margin:1em 0;
	}
	.shirtsize {
		text-align:center;
	 	margin:1em 0; padding:0.5em;
		border:dashed #eee 2px;
	}
	.shirtsize span {
		font-size:1em;
	}
	.shirtsize img {
		width:99%;
	}

/*カートページ　スマホ用　*/
#cart_table {
    margin: 30px 0px 0px;
    width: 100%;
}

#cart_table tr,
#cart_table th,
#cart_table td {
    display: block;
    width: 100%;
}

#cart_table > thead {
    display: none;
}

#cart_table > tbody > tr:nth-of-type(n + 2) {
    margin: 30px 0px 0px;
}

#cart_table > tbody > tr > td {
    position: relative;
    padding: 10px 10px 10px 10em;
    border-top: 1px solid #3388dd;
}
#cart_table > tbody > tr > td::before {
    position: absolute;
    top: 10px;
    left: 10px;
}

#cart_table > tbody > tr > td.num::before {
    content: "No.";
}

#cart_table > tbody > tr > td.thumbnail {
    border: none;
}

#cart_table > tbody > tr > td.productname::before {
    content: "商品名";
}

#cart_table > tbody > tr > td.unitprice::before {
    content: "単価";
}

#cart_table > tbody > tr > td.quantity::before {
    content: "数量";
}

#cart_table > tbody > tr > td.subtotal::before {
    content: "金額（税込）";
}

#cart_table > tbody > tr > td.stock::before {
    content: "在庫状態";
}

#cart_table > tbody > tr > td.action {
    padding: 10px;
    text-align: center;
}

#cart_table > tfoot > tr > th {
    text-align: right;
}

.customer_form {
    margin: 30px 0px 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.customer_form th,
.customer_form td {
    padding: 10px;
    border-top: solid 1px #3388dd;
    border-bottom: solid 1px #3388dd;
}

	
/*	p.frame {
		overflow: hidden;
		 padding-top: 0;
	}
	#size .tab_contains iframe {
  transform-origin: 0 0;
	}
	p.frame iframe {
   margin-top: 0; 
	transform:scale(0.6);
	-o-transform:scale(0.6);
	-webkit-transform:scale(0.6);
	-moz-transform:scale(0.6);
	-ms-transform:scale(0.6);
	transform-origin:0 0;
	-o-transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	} 
	
	/*p.frame {
		display:block;
	}	
	#size .tab_contains {
		position:relative;
    width:100% !important;
    height:0;
    padding-top:75% !important;
	}
	#size .ab_contains iframe {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	overflow: hidden;
	}*/
	.grecaptcha-logo iflame {
	width:15%;
}

}

/*　モーダル　*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.mdcontent{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
table.nagare {
	border:none !important;
}
table.nagare td {
	vertical-align:middle !important;
}
table.nagare span.b_big {
	color: #002F5E;
	font-size: 107%;
}
table.nagare span.r_big {
	color: #C00;
	font-size: 107%;
	margin: 0px;
	padding: 0px;
}

table.sizedata {
	
}
table.sizedata th,table.saiztbl_st th {
	text-align:center;
	letter-spacing:0.1em;
	padding:0;
}
table.sizedata td,table.saiztbl_st td {
	text-align:center;
	font-size:0.9em;
	padding:0.1em;
}
.headimg {
	border:1px dashed #f00;
	padding:1em;
	width:45%;
	display:block;
	margin:0.5em auto;
}
@media screen and (max-width: 480px){
	.headimg {
		width:100% !important;
	}
}

.h-days {
	margin:0.5em 0.3em;
	padding:0.3em;
	border:1px dashed #eee;
	display:block;
}

#shop_info {
	padding:0.5em;
	border:dashed 1px #ffb6c1;
	width:1000px;
	margin:1em auto;

}
#shop_info h3 a{
	color:#ff0000 !important;
}

#shop_info h3 a:hover{
	color:#ee82ee !important;
}

@media only screen and (max-width: 768px) {
	#shop_info {
	padding:0.5em;
	border:dashed 1px #ffb6c1;
	width:100%;
	margin:1em auto;

	}
	#shop_info h3 a{
	color:#ff0000 !important;
	}

	#shop_info h3 a:hover{
	color:#ee82ee !important;
	}
}

/*タブ切り替え全体のスタイル*/
.storetabs {
  margin: 50px 0;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.storetab_item {
  width: calc(100%/5);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.storetab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="storetab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
	margin-bottom:50px;
  padding: 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#hnk:checked ~ #hnk_content,
#tkb:checked ~ #tkb_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.storetabs input:checked + .storetab_item {
  background-color: #5ab4bd;
  color: #fff;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 1.5em;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 50px;
	border-bottom: 3px solid #5ab4bd;
	border-left:1px #fff dotted;
	background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}


@media screen and (max-width: 480px){
.tab_item {
width: 19%;
height:2.5em;
line-height: 2.5em;
margin:0 auto;
border:1px #ccc solid;
background-color:#fff;
text-align:center;
border-radius: 0.3rem;
 font-size: 1rem;
	}
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 5px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#hnk:checked ~ #hnk_content,
#tkb:checked ~ #tkb_content  {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.box28 {
	width:800px;
    position: relative;
    margin: 2em auto;
    padding: 25px 10px 7px;
    border: solid 2px red;
}
@media screen and (max-width: 480px){
	.box28 {
	width:95%;
    position: relative;
    margin: 2em auto;
    padding: 25px 10px 7px;
    border: solid 2px red;
	}
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: red;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

h2.topmidashi {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	color:#555;
position: relative;
	padding: 1.5rem 1.5rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
 ?box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}

h2.topmidashi:before,
h2.topmidashi:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

h2.topmidashi:before {
  top: 0;
}

h2.topmidashi:after {
  bottom: 0;
}

ul.sizes {
	list-style:none;
	margin:0;
	padding:0;
}
ul.sizes li{
	width:18%;
	display:inline-block;
	font-size:1.2em;
	margin:2px;
	padding:0.2em;
	border:dashed 2px #d3a8ff;
	text-align:center;
}

.to_reganddeliveryinfo_button {
	
display:none;
}

@media screen and (max-width: 1000px){
.pc {
width:100%;
}
}
.assist_price {
display:none !important;
}

/*商品検索フォーム*/
.wp-block-search__input {
	font-size:0.8em !important;
}
.wp-block-search__button {
	font-size:0.8em !important;
}