/*
Theme Name:			uminote
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

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;
}
a:hover img{
	opacity: 1;
}
img{
	width: 100%;
}
:focus{
	outline-color: var(--main-color);
}
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;
	width: 100%;
	font-weight: normal;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
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;
}
.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: "";
}
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
/* //////////////////////////general////////////////////////// */
html{
	scroll-behavior: smooth;
}
* {
	-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-size: .875em;
	margin: 0;
	padding: 0;
	line-height: 150%;
	background-color: #fff;
	word-wrap: break-word;
	background-color: var(--body-bg-color);
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 16px;
}
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;
	transition: .3s;
}
a:hover {
	color: var(--main-color);
	text-decoration: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0;
	padding: 0;
}
em {
	color: #999;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}
.textleft, div.textleft {
	text-align: left;
}
.textright, div.textright {
	text-align: right;
}
.textcenter, div.textcenter {
	text-align: center;
}
.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;
}
.flex-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.error_message {
	color: #ff0000;
	font-size: 13px;
	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 {
	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;
	border-radius: 5px;
	padding: .5714285em;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"] {
	padding: .5714285em;
	border: 1px solid #bbb;
	border-radius: 5px;
  width: 100%;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	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_message {
	font-size: 12px;
	font-weight: bold;
	color: #d3222a;
	margin-top: 5px;
	background-color: #efefef;
	text-align: center;
}
#itempage .campaign_message {
	font-size: 14px;
	margin: 0 0 15px;
	background: none;
	letter-spacing: .5px;
}
/* //////////////////////////main////////////////////////// */
#main,header .inner,footer .inner,.header-img .inner{
	max-width: 1180px;
	width: 95%;
	margin: 0 auto;
}
#main.one-column #content{
	max-width: 1000px;
	margin: 30px auto;
	background: #fff;
	padding: 30px 15px;
}
.home #main{
	max-width: 1180px;
}
.home #main.one-column #content{
	max-width: 1180px;
	background: transparent;
	padding: 0;
	margin: 30px 0;
}
#main.one-column #content h1{
	text-align: center;
	margin-bottom: 7%;
}
/* //////////////////////////ヘッダー////////////////////////// */
header {
	position: relative;
	width: 100%;
	margin-bottom: 1.4286em;
	background-color: #fff;
	margin-bottom: 0;
	border: none;
}
.appli-bnr{
	position: absolute;
  width: 180px;
  top: -28px;
  right: 0;
}
.appli-bnr:hover{
	opacity: 0.8;
}
header .headblock {
}
.site-description {
	min-height: 40px;
	color: #fff;
	font-size: .85714em;
	font-weight: bold;
	padding: .8333em 6.6667em .8333em .8333em;
	background: #131313;
	overflow: hidden;
}
.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: -10px;
	left: 16px;
	width: auto;
	min-width: 20px;
	max-width: 30px;
	height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	vertical-align: text-bottom;
	background-color: var(--main-color);
	color: #fff;
	margin: 0;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.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;
}
.incart-btn {
	float: left;
}
.incart-btn a {
	display: block;
	color: #262626;
}
.header-widget{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* //////////////////////////サーチボックス////////////////////////// */
.search-box {
	float: left;
}
.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;
}
/* //////////////////////////サイトタイトル////////////////////////// */
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: #000;
}
h1.site-title img,
div.site-title img {
	width: 100%;
	height: auto;
}
/* //////////////////////////ナビゲーション////////////////////////// */
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;
}
/* //////////////////////////トグルメニュー////////////////////////// */
#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: #fff;
	z-index: 1;
}
#site-navigation ul {
	padding: 1.4286em .714286em .714286em;
}
#site-navigation ul ul {
	padding: 0;
}
/* //////////////////////////secondary////////////////////////// */
#secondary {
	padding: 2.14289em 0;
}
#secondary h3 {
	margin-bottom: 1.07143em;
	padding-bottom: .357143em;
	border-bottom: 3px solid #eee;
}
#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_bestseller .tax_inc_block {
	margin: -3px 0 0 0;
	padding-right: 7px;
	text-align: right;
	font-size: 12px;
	width: 70%;
}
.widget_welcart_bestseller .tax_inc_block em {
	margin-right: 3px;
	color: #262626;
}
.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 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 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 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 .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: var(--main-color);
	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;
}
.p-header-memberbox {
    background: #222;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    width: 375px;
    z-index: 999;
    -webkit-transition-property: opacity, visibility;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: opacity, visibility;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: opacity, visibility;
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: ease-out;
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.p-header-memberbox.is-active, .p-header-memberbox:hover {
    opacity: 1;
    visibility: visible;
}
.widget_welcart_login .loginbox {
	padding: 0;
}
.widget_welcart_login label {
	line-height: 180%;
}
.widget_welcart_login input.loginmail,
.widget_welcart_login input.loginpass {
	width: 100%;
	margin-bottom: .357143em;
	border: 1px solid #ccc;
	letter-spacing: .1em;
	padding: 10px;
	border-radius: 0;
}
.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	font-size: 14px;
	color: #fff;
	width: 100%;
	margin-bottom: .357143em;
	padding: .714286em 1.42857em;
	background-color: var(--main-color);
}
.widget_welcart_login input#member_loginw:hover, .widget_welcart_login input#member_login:hover{
	background-color: var(--light-color);
	color: var(--main-color);
}
.widget_welcart_login .loginbox a.login_widget_mem_info_a,.widget_welcart_login .loginbox a.usces_logout_a {
	display: block;
	background-color: #fff;
	color: var(--main-color);
	text-align: center;
	line-height: 2em;
	margin-top: 10px;
}
.widget_welcart_login .loginbox .submit {
	padding: 0;
}
.widget_welcart_login .liwpp_area {
	padding: .714286em .714286em 0;
}
header .widget_welcart_login li{
	text-align: left;
	display: block;
	padding: 30px;
}
header .widget_welcart_login li a{
	color: #fff;
}
header .widget_welcart_login li a:hover{
	color: var(--light-color);
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.widget_basic_item_list .tax_inc_block {
	margin: -3px 0 0 0;
	padding-right: 7px;
	text-align: right;
	font-size: 12px;
}
.widget_basic_item_list .tax_inc_block em {
	margin-right: 3px;
	color: #262626;
}
/* //////////////////////////totop btn////////////////////////// */
#toTop {
	position: fixed;
	right: 30px;
	bottom: 70px;
	z-index: 10000;
}
#toTop a {
	display: block;
}
#toTop i {
	color: var(--main-color);
	font-size: 3.214289em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
#toTop i:hover{
	color: var(--light-color);
}
/* //////////////////////////footer////////////////////////// */
footer {
	color: #fff;
	padding: .714286em 1.07143em;
	background-color: var(--footer-bg-color);
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #aaa;
	text-decoration: none;
}
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(6n) {
	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 {
	padding: 1em 0;
	text-align: center;
}

/* //////////////////////////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;
}
.type-grid .tax_inc_block,
.front-il .tax_inc_block,
.search-li .tax_inc_block,
.assistance_item .tax_inc_block {
	margin-top: -2px;
	text-align: right;
	font-size: 12px;
}
.type-grid .tax_inc_block em,
.front-il .tax_inc_block em,
.search-li .tax_inc_block em,
.assistance_item .tax_inc_block em {
	margin-right: 3px;
	color: #262626;
}
/* //////////////////////////フロントページ////////////////////////// */
.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;
}
.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;
}

/* //////////////////////////アーカイブ////////////////////////// */
.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;
}
.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 article {
	margin-bottom: 1.071428em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.post-li .post-title {
	font-size: 1.142857em;
	margin-bottom: .625em;
}
.post-li time {
	display: block;
}
.post-li .loopimg {
	width: 20%;
	float: left;
	margin-right: 5%;
}
.post-li .loopexp {
	width: 75%;
	float: left;
}
.post-li img {
	width: 100%;
	height: auto;
}
.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////////////////////////// */
.entry-content p,
.item-description p {
	margin-bottom: 1.42857em;
	line-height: 1.42857em;
}
.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;
}
.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%;
}
.entry-content h1,
.item-description h1 {
	font-size: 22px;
	margin-bottom: 1.07143em;
}
.entry-content h2,
.item-description h2 {
	font-size: 22px;
	border-bottom: 3px solid #eee;
	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: 5px solid #262626;
	line-height: 140%;
	font-size: 20px;
}
.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;
}
.widget img,
.entry-content img,
.item-description img {
	max-width: 100%;
	height: auto;
}
.entry-content iframe,
.item-description iframe {
	max-width: 100%;
}
.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: var(--main-color);
}
.entry-content input[type="submit"]:hover,
.item-description input[type="submit"]:hover {
	background-color: #ffa500;
}
.entry-content ul.wp-block-gallery {
	margin-right: 0;
	margin-left: 0;
}

/* //////////////////////////single////////////////////////// */
.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;
}
.link-pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1.42857em;
}
.link-pages .post-page-numbers.current,
.link-pages a.post-page-numbers:hover {
	display: block;
	color: #fff;
	padding: .357143em .714286em;
	background-color: #131313;
	border: 1px solid #131313;
	text-decoration: none;
}
.link-pages .post-page-numbers {
	display: block;
	color: #262626;
	margin: .178em;
	padding: .357143em .714286em;
	background-color: #eee;
	border: 1px solid #ddd;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}


/* //////////////////////////inquiry////////////////////////// */
.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: var(--main-color);
}
.inqbox .send input:hover {
	background-color: #ffa500;
}


/* //////////////////////////comments////////////////////////// */
.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-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;
}
/* //////////////////////////404////////////////////////// */
.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;
}


@media screen and (min-width: 38.75em) {
	textarea {
		width: 60%;
	}
	#itempage .campaign_message {
		text-align: left;
	}
	.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;
	}
	.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%;
	}
	.widget_basic_item_list article {
		width: 25%;
	}
	.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;
	}
	.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;
	}
	#content .page-title,
	#content .entry-title {
		font-size: 1.285712em;
		margin-bottom: 2.222224em;
		line-height: 1.285712em;
	}
	.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;
	}
}
@media screen and (min-width: 46.25em) {
	.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;
		widvar(--main-color): 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: var(--main-color);
	}
	.inqbox .send input:hover {
		background-color: #ffa500;
	}
}
@media screen and (min-width: 55em) {
	.widget_basic_item_list article {
		width: 20%;
	}
	.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;
	}
}
@media screen and (min-width: 62.5em) {
	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 {
		border-bottom: none;
		padding-top: 36px;
	}
	.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%;
	}
	h1.site-title,
	div.site-title {
		font-size: 2.857142em;
		width: 65%;
		margin: 0;
		padding: 1em 0 .5em;
		float: left;
		text-align: left;
	}
	h1.site-title a,
	div.site-title a {
		font-weight: bold;
	}
	.snav {
		clear: right;
		margin-right: 0;
		padding-top: 1.071428em;
		float: none;
	}
	.search-box {
		position: inherit;
		padding: 0 0 10px;
		float: right;
	}
	.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 {
		padding: .357143em 0;
		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 {
		min-width: 160px;
		margin-top: .714286em;
		float: right;
	}
	.incart-btn a {
		background-color: var(--main-color);
		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;
		color: #fff;
	}
	.incart-btn a:hover {
		background-color: var(--light-color);
		color: var(--main-color);
	}
	.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;
	}
	#site-navigation {
		clear: both;
		padding: 0;
	}
	#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: #131313;
	}
	#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%;
	}
	#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: #565656;
	}
	#site-navigation li.current_page_item li a,
	#site-navigation li.current-menu-parent li a {
		background: none;
	}
	#site-navigation li a:hover {
		color: #fff;
		background-color: #565656;
		text-decoration: none;
	}

	#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 .columnleft section:last-child,
	#secondary .columncenter section:last-child,
	#secondary .columnright section:last-child {
		margin-bottom: 0;
	}
	.one-column #secondary {
		margin: 0 auto;
		padding: 2.142856em 0;
		float: none;
		overflow: hidden;
	}
	.one-column #secondary .columnleft {
		width: 240px;
		margin-right: 50px;
		float: left;
	}
	.one-column .columnleft .widget_welcart_calendar table {
		width: 100%;
		float: none;
	}
	.one-column #secondary .columncenter {
		width: 240px;
		float: left;
	}
	.one-column .columncenter .widget_welcart_calendar table {
		width: 100%;
		float: none;
	}
	.one-column #secondary .columnright {
		width: 420px;
		float: right;
	}
	.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_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%;
	}
	.widget_categories select,
	.widget_archive	select {
			width: auto;
	}
	.widget_welcart_search .searchtext {
		width: 60%;
		padding: .4286em;
	}
	.widget_welcart_search #searchsubmit {
		width: 40%;
	}
	.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 {
		clear: both;
		color: #fff;
		background-color: #131313;
	}
	footer a {
		color: #fff;
	}
	footer nav {
		width: 1000px;
		margin: 0 auto;
		padding: 2.142856em 0 2.857143em;
	}
	footer nav li {
		width: 20%;
		float: left;
		margin-bottom: 1.071428em;
		padding-right: 2.142856em;
	}
	footer nav li:nth-of-type(6n) {
		clear: both;
	}
	footer nav li li:nth-of-type(6n) {
		clear: none;
	}
	.copyright {
		padding: 1.071428em 0;
		text-align: center;
	}
	#main {
		margin: 2.857143em auto;
		padding: 0;
	}
	.home #main {
		margin: 0 auto;
	}
	#main.one-column #content {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#main.two-column #content {
		width: 750px;
		margin: 0;
		padding: 0;
	}
	.two-column.right-set #content {
		float: left;
	}
	.two-column.left-set #content {
		float: right;
	}
	.blog #content .pagination_wrapper {
		margin-bottom: 20px;
	}
	.home .sof {
		margin-bottom: 30px;
	}
	.home .sof .entry-content {
		margin-bottom: 0;
	}
	.entry-content h1{
		font-size: 1.285712em;
		margin-bottom: 2.222224em;
	}
	.entry-content h2 {
		font-size: 24px;
	}
	.post-li {
		padding-bottom: 1.071428em;
	}
	.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;
	}
}








/* -------------------------------------------------------------- */
/* 色設定 */
/* -------------------------------------------------------------- */
:root {
  --main-color: #0abab5;
  --sub-color: #95bab9;
  --light-color: #0abab550;
  --sub-light-color: #95bab950;
	--body-bg-color: #95bab920;
  --footer-color: #0abab5;
}
/* -------------------------------------------------------------- */




/* //////////////////////////header////////////////////////// */


/* //////////////////////////header-nav////////////////////////// */
h1.site-title,div.site-title{
	width: 200px;
	float: none;
	padding: 0;
}
.incart-btn a:hover{
	background: none;
}
.snav{
	z-index: 10;
	position: absolute;
}
header nav{
	width: auto;
	margin: 0;
	display: flex;
}
header nav li{
	width: auto;
	margin-bottom: 0;
	display: table-cell;
  padding: 20px;
	text-align: center;
}
header nav li a{
	font-size: 18px;
	letter-spacing: .1em;
	color: var(--sub-color);
}
header nav li a:hover{
	color: var(--sub-light-color);
}
header nav li span{
	font-size: 14px;
	color: #999;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}
.menu-icon-set{
	padding: 20px 0;
	position: relative;
	right: 70px;
	top: 4px;
}
.menu-icon-set svg{
	width: 24px;
	height: 24px;
}
.incart-btn{
	min-width: inherit;
	margin: 0;
}
.incart-btn a{
	background-color: transparent;
	padding: 0;
}
header .menu-main-menu-container{
	display: none;
}
.widgettitle{
	display: none;
}
.login-icon{
	display: none;
}
/* //////////////////////////ハンバーガー////////////////////////// */
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
	right: 20px;
	top: 14px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 3px ;
  left    : 6px;
  background : #262626;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span{
	background: #fff;
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

.globalMenuSp {
	padding: 60px 0 0;
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #fff;
  background: #000;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

.globalMenuSp ul {
  background: #000;
  margin: 0 auto;
  padding: 0;
	width: 100%;
}
.login-menu-area ul{
	border-top: 1px solid #333;
	display: flex;
	border-bottom: 1px solid #333;
}
.globalMenuSp .login-menu-area ul li{
	border-bottom: none;
	border-right: 1px solid #333;
}

.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #333;
	display: block;
}
.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
.globalMenuSp ul li:hover a{
	color: var(--main-color);
}

.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  transform: translateX(0%);
}
.menu-hamburger-menu-container{
	width: 100%;
}
.globalMenuSp{
	display: block;
	height: 100%;
}
/* //////////////////////////見出し・セクション////////////////////////// */
h1,h2,h3,h4,h5,h6{
	line-height: initial;
	font-weight: normal;
	color: var(--main-color);
	letter-spacing: .1em;
	transition: .3s;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 16px;
}
a:hover h5{
	color: var(--light-color);
}
.subsection > h3,.topsection > h3{
	text-align: center;
	margin: 0 0 3%;
}
.h-line {
  display: flex;
  align-items: center;
  justify-content: center;
	color: var(--main-color);
  margin-bottom: 3%;
}
.h-line:before, .h-line:after {
  border-top: 1px solid var(--main-color);
  content: "";
  width: 1em;
}
.h-line:before {
  margin-right: 1em;
}
.h-line:after {
  margin-left: 1em;
}
.subsection:not(:last-child){
	margin-bottom: 10%;
}

/* //////////////////////////home////////////////////////// */
.header-img{
	position: relative;
	height: 600px;
  background-image: url(./img/header-top.jpg);
  background-size: cover;
	background-position-x: 20%;
	background-position-y: center;
}
.header-img .inner{
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 20%;
	text-align: right;
}
.header-img .inner .header-copy{
	width: fit-content;
	position: absolute;
	transform: translateY(-50%);
	right: 0;
}
.header-img .inner .header-copy h1{
	margin-bottom: 20px;
}
.header-img .inner .header-copy h3{
	line-height: 1.8em;
	border-bottom: 2px solid var(--main-color);
	padding-bottom: 5px;
  display: inline;
	background-color: #ffffffaa;
}
.bg-white{
	background-color: #fff;
}
.home .topsection{
	margin: 30px 0;
	padding: 5% 5%;
}
.home .reasonsection{
	margin: 50px 0;
}
.topsection > p,.subsection > p,.reasonsection > p{
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
	letter-spacing: .1em;
	font-family: 'Noto Sans', sans-serif;
}
.news-wrap{
	max-width: 780px;
	margin: 0 auto;
	width: 100%;
}
.intro-view{
	margin-top: 5%;
}
.intro-view .flex-box{
	display: flex;
	justify-content: space-between;
  align-items: center;
	width: 100%;
}
.intro-view .flex-box:not(:last-child){
	margin-bottom: 14px;
}
.intro-view .flex-box:nth-child(odd){
	flex-direction: row-reverse;
}
.intro-view .flex-box .thum-wrap{
	flex:1
}
.intro-view .flex-box .text-box{
	width: 150px;
}
.intro-view h4{
	margin: 14px 0;
	text-align: center;
}
.intro-view p{
	text-align: center;
	color: var(--main-color);
	line-height: 24px;
}
.intro-view .flex-box:nth-child(odd) h4,.intro-view .flex-box:nth-child(odd) p{
	text-align: left;
}
.intro-view .flex-box:nth-child(even) h4,.intro-view .flex-box:nth-child(even) p{
	text-align: right;
}
.reason-view .flex-box{
	border: 2px solid var(--main-color);
	padding-bottom: 50px;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.reason-view .flex-box:hover{
	background-color: var(--body-bg-color);
}
.reason-view h3{
	text-align: center;
	line-height: 2em;
	margin: 10px 0 20px;
}
.reason-view h5{
	text-align: center;
}
.reason-view a:hover h5{
	color: var(--main-color);
}
.arrow{
	width: 20px;
  height: 20px;
  margin: 0 auto;
  border: 1px solid;
  border-color:  transparent transparent var(--main-color) var(--main-color);
  transform: rotate(-45deg) translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 25px;
}
.reasonsection .subsection{
	padding: 5%;
}
.reasonsection .subsection > h1{
	text-align: center;
	margin: 0 0 3%;
}
.reasonsection > h3{
	text-align: center;
	margin: 3% 0;
}
.reason-img{
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 40% center;
}
.reason-img-1{
	background-image: url(./img/reason-1.jpg);
}
.reason-img-2{
	background-image: url(./img/reason-2.jpg);
	background-position-x: 80%;
}
.reason-img-3{
	background-image: url(./img/reason-3.jpg);
	background-position-x: 50%;
}
.reason-img-4{
	background-image: url(./img/reason-4.jpg);
	background-position-x: 70%;
}
.topsection > p{
	text-align: center;
	letter-spacing: .1em;
}
.voicesection .flex-wrap{
	justify-content: space-around;
}
.voicesection .flex-box{
	margin-bottom: 20px;
}
.voicesection .thum-wrap{
	width: 70%;
	max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 500px;
}
.voicesection .flex-box h5{
	text-align: center;
	margin: 5% 0 0;
	font-size: 14px;
}
.voicesection .flex-wrap{
	margin-top: 5%;
}
.voicesection .flex-box h4{
	text-align: center;
	margin: 0 0 14px;
}
.coursesection .flex-wrap{
	margin-top: 5%;
}
.coursesection .flex-box{
	padding-bottom: 40px;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.coursesection h4{
	margin: 10px 0;
	line-height: 1.2em;
	letter-spacing: 0;
}
.new-customer{
	margin-top: 10px;
  line-height: 1rem;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid var(--main-color);
	color: var(--main-color);
}
.for-customer{
  line-height: 1rem;
  display: inline-block;
  padding: 5px 10px;
	position: absolute;
	top: 0;
	color: #fff;
	background: var(--footer-color);
	font-family: 'Noto Sans', sans-serif;
}
.course-btn{
	line-height: 2.2em;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 1em;
	padding: 0 5px;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: .1em;
	font-size: 14px;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 10px;
	position: absolute;
	bottom: 0;
}
.course-btn:hover{
	color: var(--main-color);
	background-color:  var(--light-color);
}
.news-article:not(:last-child){
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.news-more{
	float: right;
}
/* //////////////////////////NEWSページ////////////////////////// */
a.to-news{
	position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #999;
  vertical-align: middle;
  text-decoration: none;
	font-size: 20px;
	letter-spacing: .1em;
	margin-top: 20px;
}
a.to-news:hover{
	color: var(--main-color);
}
a.to-news::before{
	left: 5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
	transition: .3s;
}
a.to-news:hover::before{
	border-color: var(--main-color);
}
.news p.time{
	text-align: center;
	color: #999;
}
/* //////////////////////////お問い合わせページ////////////////////////// */

.form-wrap{
	max-width: 700px;
  margin: 0 auto;
	text-align: center;
}
.form-wrap table{
	font-size: 16px;
	width: 100%;
	margin: 20px 0;
}
.form-wrap table tr td{
	padding: 10px;
	display: block;
}
.form-wrap textarea,.form-wrap input[type="text"], .form-wrap input[type="password"],.form-wrap input[type="email"],.form-wrap  input[type="tel"],.form-wrap input[type="search"],.form-wrap  input[type="url"]{
	border-radius: 5px;
	width: 100%;
	transition: .3s;
}
@media screen and (min-width: 46.25em) {
	.form-wrap table tr td{
		padding: 10px;
		display: table-cell;
	}
}


/* //////////////////////////ログインページ////////////////////////// */
#loginform table tr td{
	display: block;
}
@media screen and (min-width: 769px) {
	#loginform table tr td{
		display: table-cell;
	}
}
/* //////////////////////////footer////////////////////////// */
footer{
	background-color: var(--footer-color);
}
.footer-fix-appli-bnr {
  position:fixed;
  bottom:0;
  width:240px;
  margin: 0 auto;
	display: block;
	right: 10px;
	bottom: 10px;
}
.footer-fix-appli-bnr a {
  display:block;
  width:100%;
}
.footer-fix-appli-bnr a:hover {
  opacity:0.8;
}
.footer-widget-wrap{
	display: block;
}
footer nav li {
  display: block;
  padding: 10px;
	text-align: center;
}
footer a:hover{
	color: var(--light-color);
}
.footer-navigation li span{
	display: none;
}

/* ////////////////////////////////////////////////////////////// */
/* //////////////////////////responsive////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
.sp-br{
	display: inline;
}
.pc-br{
	display: none;
}
.appli-bnr{
	display: none;
}

@media screen and (min-width: 426px) {
	h1.site-title,div.site-title{
		width: 300px;
	}
	h3{
		font-size: 20px;
	}
	h4{
		font-size: 18px;
	}
	h5{
		font-size: 18px;
	}
	.sp-br{
		display: none;
	}
	.pc-br{
		display: inline;
	}
	.intro-view .flex-box{
		display: block;
		width: 48%;
	}
	.intro-view .flex-box:nth-child(odd) h4,.intro-view .flex-box:nth-child(odd) p{
		text-align: center;
	}
	.intro-view .flex-box:nth-child(even) h4,.intro-view .flex-box:nth-child(even) p{
		text-align: center;
	}
	.intro-view .flex-box .text-box{
		width: 100%;
	}
	.reason-view .flex-box{
		width: 48%;
	}
	.intro-view .flex-box:not(:last-child){
		margin-bottom: 30px;
	}
	.home .topsection{
		margin: 40px 0;
		padding: 5% 5%;
	}
	.globalMenuSp {
	  width: 300px;
	}
	.coursesection .flex-box{
		width: 80%;
		margin: 0 auto 30px;
	}
}
@media screen and (min-width: 769px) {
	#main.one-column #content{
		padding: 5% 10%;
	}
	h1{
		font-size: 36px;
	}
	h2{
		font-size: 30px;
	}
	h3{
		font-size: 24px;
	}
	h4{
		font-size: 20px;
	}
	h5{
		font-size: 16px;
	}
	.flex-box{
		width: 23%;
	}
	.header-img .inner{
		padding-left: 300px;
		top: 50%;
		text-align: left;
	}
	.header-img .inner .header-copy{
		right: 10%;
	}
	.header-img .inner .header-copy h3{
		background-color: #ffffffaa;
	}
	.reason-view .flex-box{
		width: 23%;
	}
	.voicesection .flex-box{
		width: 28%;
	}
	.coursesection .flex-box{
		width: 30%;
	}
	footer nav{
		width: auto;
		margin: 0;
	}
	footer nav li{
		width: auto;
		margin-bottom: 0;
		display: table-cell;
		padding: 20px;
	}
	.footer-widget-wrap{
		display: flex;
		justify-content: space-between;
	  align-items: center;
	}
	.footer-fixed{
	    min-height: 100vh;
	    position: relative;
	    padding-bottom: 220px;
	    box-sizing: border-box;
	}
	footer{
	    position: absolute;
	    bottom: 0;
			width: 100%;
			height: 220px;
	}
}
@media screen and (min-width: 901px) {
	.intro-view .flex-box{
		width: 23%;
	}
}
@media screen and (min-width: 62.5em) {
	.appli-bnr{
		display: block;
		position: absolute;
    width: 180px;
    top: -28px;
    right: 0;
	}
	.footer-fix-appli-bnr{
		display: none;
	}
	#toTop {
		right: 20px;
		bottom: 20px;
	}
	header .menu-main-menu-container{
		display: block;
	}
	.hamburger{
		display: none;
	}
	.login-icon{
		padding: 5px 20px;
		position: relative;
		display: inline;
	}
	.menu-icon-set{
		align-items: center;
    position: static;
    display: flex;
	}
	header .inner{
		padding: 0;
		position: relative;
	}
}
