/*
Theme Name:		Welcart Basic 2
Theme URI:		http://www.welcart.com/
Author:			Collne Inc.
Author URI:		http://www.collne.com/
Description:	Welcart Basic is the Welcart dedicated theme.
Version:		1.2.8
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, white, two-columns, right-sidebar
*/


/* =Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500|Roboto');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500&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;
}

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;
  /* font-family: 'Noto Serif JP', serif; */
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  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: 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 -- */
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"] {
  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 {
  /* width: 100%;
  margin-bottom: 0em;
  border-bottom: 0px solid #efefef;
  background-color: rgba(255, 255, 255, 0.92);
  top: 0; */
  /* z-index: 1000; */
}

/* -- .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: #131313;
  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;
}

/* -- .incart-btn -- */
.incart-btn {
  float: left;
}

.incart-btn a {
  display: block;
  color: #262626;
}

/* -- .search-box -- */
.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;
}

/* -- .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: #000;
}

h1.site-title img,
div.site-title img {
  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: #fff;
  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;
  margin-top: 50px;
}

#secondary h3 {
  margin-bottom: 0em;
  padding-bottom: .357143em;
  font-size: 16px;
  text-align: center;
  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_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: #ff8c00;
  -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: #ffa500;
}

.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: 5%;
  bottom: 8%;
}

#toTop a {
  display: block;
  width: 8rem;
  text-align: center;
  text-decoration: none;
}

#toTop a:hover {
  color: #808080;
}

#toTop a::after {
  content: "ページのトップへ戻る";
  display: block;
  font-size: 0.8rem;
  padding-top: 0.5rem;
}

#toTop i {
  color: #aaa;
  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: #131313;
}


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

footer {
  color: #fff;
  background-color: #2b2b2b;
  padding: 36px 0px;
}

footer p {
  color: #fff;
}

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

footer a:hover {
  color: #E3E3E3;
  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(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 -- */
.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 {
  /* border-top: solid 2px #eee;
  border-bottom: solid 2px #eee;
  text-align: center;
  font-size: 28px !important; */
  /*    font-family: 'Noto Serif JP', serif;*/
  /* margin-bottom: 50px;
  font-weight: 300;
  padding: 25px 5px;
  margin-top: 40px; */
}

.mt40 {
  margin-top: 90px;
  margin-bottom: 20px !important;
}

/* =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;
}

.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 {
  margin-bottom: 1.071428em;
  padding-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;
  margin-bottom: .714286em;
}

.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 -- */
.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-right: .357143em;
  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 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 {
  line-height: 1.42857em;
}

/* -- table -- */
.entry-content table,
.item-description table {
  width: 100%;
  margin-bottom: .714286em;
  border: unset;
  border-collapse: collapse;
}

.entry-content th,
.item-description th {
  padding: .714286em;
  background-color: #f7f7f7;
  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;
  border-bottom: 3px solid #eee;
  margin-bottom: 1.25em;
  padding-bottom: .312502em;
  line-height: 1.25em;
}

.item-description h3 {
  margin-bottom: 1.071428em;
  padding-left: .357143em;
  border-left: 5px solid #262626;
  line-height: 140%;
}

.item-description h4 {
  margin-bottom: 1.071428em;
  padding: 10px 15px;
  margin-top: 40px;
  background-color: #efefef;
}

.item-description h4:first-child {
  margin-top: 0
}

.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;
  display: flex;
}

.entry-meta span {
  display: block;
  margin-right: 20px;
}

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

.entry-meta .tag, .entry-meta .author {
  display: none
}

/* =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;
}


/* =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;
}

h1.site-title a, div.site-title a {
  background-image: url("images/logo.png");
  width: 148px !important;
  height: 154px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-repeat: none !important;
  text-indent: -9999px;
}

h1.site-title, div.site-title {
  width: 100% !important;
}

* {
  box-sizing: border-box
}

.ta_c {
  text-align: center
}

.midashi1 {
  margin: 75px 0px 30px;
  font-size: 36px;
  font-weight: 300;
  /*  font-family: 'Noto Serif JP', serif; */
}

.midashi2 {
  position: relative;
  padding-top: 40px;
  margin: 60px 0px 35px;
  border-top: 1px solid #ccc;
  font-size: 27px;
  font-weight: 300;
  text-align: center;
  /* font-family: 'Noto Serif JP', serif;*/
}

.midashi2::after {
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -25px;
  z-index: 2;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #000;
}

.midashi3 {
  font-size: 18px;
  font-weight: 500;
  /* font-family: 'Noto Serif JP', serif;*/
  margin: 40px 0px 15px;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 15px;
  position: relative;
}

.midashi31 {
  border-left: solid 4px #6F6F6F;
  line-height: 1.3;
  padding: 0px 10px;
  font-size: 15px;
  margin: 40px 0px 12px;
}

.midashi4 {
  font-size: 18px;
  font-weight: 500;
  /*  font-family: 'Noto Serif JP', serif;*/
  margin: 40px 0px 20px;
  padding-bottom: 15px;
  position: relative;
}

.midashi4::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 25px;
  height: 3px;
  background-color: #000;
}

.home .item_page_title {
  display: none
}

.item-name {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 9px;
  /*  font-family: 'Noto Serif JP', serif;*/
}

/* .skuname{
    display: none
} */
.itemcode {
  font-size: 0px;
  line-height: 0;
  margin-bottom: 10px !important;
  color: #959595
}


.td31 ul {
  list-style: none !important;
  margin: 0px;
  padding: 0px;
}

.td31 li {
  list-style: none;
  float: left;
  width: 300px;
  margin-right: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.td31 li:nth-child(3n) {
  margin-right: 0px;
}

.td31 img, .td21 img {
  margin-bottom: 14px;
}

.td312 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.td312_in {
  width: 300px;
  margin: 1%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.hover-parent {
  width: 300px;
  height: 300px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden
}

.hover-mask {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 30px;
}

.hover-mask {

  transition: all 0.6s ease;
  padding-bottom: 0;
}

.hover-parent:hover .hover-mask {
  opacity: 1;
  padding-bottom: 30px;
}

.hover-parent h4 {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 90;
  line-height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.83);
}

.hover-parent p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.hover-mask a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 200;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}

.or1 {
  order: 1
}

.or2 {
  order: 2
}

.td41 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.td41_in {
  width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  text-align: center;
}

.td41_in h4 {
  margin-bottom: 10px;
  background-color: #f7f7f7;
  text-align: center;
  padding: 5px;
}

.mt50 {
  margin-top: 50px;
}

.mt10 {
  margin-top: 10px !important;
}

.clr:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
}

.img1 {
  position: relative;
}

.img1 img {
  width: 100%;
  height: auto;
}

.ar1 {
  text-align: center;
  margin: 10px;
}

.cap1 {
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.83);
  width: 90px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.conbox {
  width: 1040px;
  margin: 50px auto 50px;
  background-color: #f6f5ef;
  padding: 40px;
  text-align: center;
}

.conbox h4 {
  font-size: 14px;
  font-weight: 500;
  /* font-family: 'Noto Serif JP', serif; */
}

.tel1 {
  font-size: 19px;
  margin: 30px 0px 2px;
}

.tel1 span {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
}

.conbox a {
  /*font-family: 'Noto Serif JP', serif;*/
  background-color: #000;
  color: #fff;
  display: block;
  width: 285px;
  margin-right: 30px;
  line-height: 56px;
  margin-top: 30px;
  float: left;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.conbox a:last-child {
  margin-right: 0px;
}

.conbox a:hover {
  background-color: rgba(77, 77, 77, 1.00);
  text-decoration: none
}

.widget_mycategoryorder li {
  border-bottom: dotted 1px #ccc;
  color: #333;
  padding-left: 0px !important;
  margin-left: 0px;
  font-size: 14px;
}

.widget_mycategoryorder li a {
  color: #333;
  padding: 10px 10px;
  display: block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.widget_mycategoryorder li a:hover {
  background-color: #f7f7f7;
  text-decoration: none !important
}

.table1 {
  border-collapse: collapse !important;
  width: 100%;
  font-size: 13px;
}

.table1 p {
  font-size: 13px;
}

.table1 tbody {}

.table1 td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
}

.table1 th {
  border: 1px solid #ccc;
  font-weight: normal;
  color: #000;
  font-size: 13px;
  background-color: #f7f7f7;
  padding: 10px;
  width: 30%;
  text-align: center;
  vertical-align: middle
}

.item-description {
  font-size: 14px;
  line-height: 1.7;
}

.item-description p {
  font-size: 14px;
  line-height: 1.7;
}

.table2 {
  border-collapse: collapse !important;
  width: 100%;
  margin: 20px 0px;
}

.table2 tbody {}

.table2 td {
  border: 1px solid #ccc;
  padding: 10px;
}

.table2 th {
  border: 1px solid #ccc;
  font-weight: normal;
  color: #000;
  background-color: #f7f7f7;
  padding: 10px;
  text-align: center;
  width: 20%;
}


.table3 {
  border-collapse: collapse !important;
  width: 100%;
  margin: 20px 0px;
}

.table3 tbody {}

.table3 td {
  border: 1px solid #ccc;
  padding: 10px;
}

.table3 th {
  border: 1px solid #ccc;
  font-weight: normal;
  color: #000;
  background-color: #f7f7f7;
  padding: 10px;
  text-align: center;
}

.link1 {
  border-top: dotted 1px #ccc;
  margin-top: 15px;
  padding-top: 15px;
}

.link1 a:before {
  color: #8B8B8B;
  content: "\f061";
  font-family: FontAwesome;
  margin-right: 3px;
}

li.cat-item-21 {
  background-image: url("images/side1.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-20 {
  background-image: url("images/side2.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-19 {
  background-image: url("images/side3.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-18 {
  background-image: url("images/side4.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-17 {
  background-image: url("images/side5.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-16 {
  background-image: url("images/baien-ec_14.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-15 {
  background-image: url("images/side6.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-14 {
  background-image: url("images/side7.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-13 {
  background-image: url("images/side8.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-12 {
  background-image: url("images/side9.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-11 {
  background-image: url("images/side10.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-10 {
  background-image: url("images/side11.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-25 {
  background-image: url("images/side11.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-26 {
  background-image: url("images/side12.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-27 {
  background-image: url("images/side13.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-28 {
  background-image: url("images/side14.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

li.cat-item-29 {
  background-image: url("images/side15.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}






/**
 * 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.285712em;
    margin-bottom: 2.222224em;
    line-height: 1.285712em;
  } */


  /* =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: #ff8c00;
  }

  .inqbox .send input:hover {
    background-color: #ffa500;
  }


}


/**
 * 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 1040px
 */
@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: 1040px;
    margin: 0 auto;
    padding-bottom: 1.071428em;
  }

  /* -- .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: 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 -- */
  .snav {
    clear: right;
    margin-right: 0;
    padding-top: 1.071428em;
    float: none;
  }

  /* -- .search-box -- */
  .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 -- */
  .incart-btn {
    min-width: 160px;
    margin-top: .714286em;
    float: right;
    position: absolute;
    right: 20px;

    top: 15px;
  }

  .incart-btn a {
    background-color: #8c8c8c;
    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: #333;
  }

  .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: #333;
    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;
    width: 1000px;
    position: relative;
    margin: auto;
  }

  #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;

  }

  #site-navigation ul {
    width: 650px;
    margin: 10px auto 0;
    margin-top: 10px;
    padding: 0;
    position: absolute;
    right: 0;
  }

  #menu-menu {
    margin-top: -70px !important
  }

  #site-navigation li {
    position: relative;
    float: left;
  }

  #site-navigation li a {
    color: #000;
    display: block;
    margin-bottom: 0;
    padding: 1em 10px;
    border-bottom: none;
    line-height: 100%;
    font-size: 98%;
  }

  #site-navigation li a:after {
    content: attr(title);
    display: block;
    color: #777;
    text-align: center;
    font-size: 70%;
    margin-top: 0px;
  }

  #site-navigation li {
    padding: 0;
    border-right: 1px solid #f5f5f5;
  }

  #site-navigation ul li:first-child {
    border-left: 1px solid #f5f5f5;
  }

  #site-navigation li.current_page_item a,
  #site-navigation li.current-menu-parent a {
    background-color: #fff;
  }

  #site-navigation li.current_page_item li a,
  #site-navigation li.current-menu-parent li a {
    background: none;
  }

  #site-navigation li a:hover {
    color: #000;
    background-color: #f5f5f5;
    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;
  }

  .clr:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
  }

  /* -- two-column -- */
  .two-column #secondary {
    width: 220px;
    padding: 0;
    border: none;
  }

  .two-column.right-set #secondary {
    float: left;
  }

  .two-column.left-set #secondary {
    float: left;
  }

  .two-column .widget_welcart_calendar table {
    width: 100%;
    margin: 0 0 .714286em;
    float: none;
  }

  .widget_mycategoryorder li:last-child {
    border-bottom: none
  }

  ul.children {
    padding-left: 14px;
  }

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

  .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: #000;

  } */

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

/* -- nav -- */
footer nav {
  width: 1040px;
  margin: 0 auto 30px;
  padding: 19px 10px 0px;
  ;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
}

footer nav ul {
  display: inline-block
}

footer nav li {
  float: left;
  font-size: 12px;
  padding-right: 2.142856em;
}

footer nav li:nth-of-type(6n) {
  /*		clear: both;*/
}

footer nav li li:nth-of-type(6n) {
  clear: none;
}

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

.mt20 {
  margin-top: 30px;
}

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

/* -- main -- */
#main {
  width: 1040px;
  margin: 0em auto 2.857143em;
  padding: 0;
  padding-top: 6px;
}

.home #main {
  margin: 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: 780px;
  margin: 0;
  padding: 0;
}

.two-column.right-set #content {
  float: right;
}

.two-column.left-set #content {
  float: right;
}

#main.two-column .wide #content {
  width: 100%;
  float: none;
  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;
}

/* .item-info .skubutton {
    background-color: #000 !important;
  } */

/* =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;
}


#itempage .item-info {
  padding-top: 0.5em !important;
}

.home #main {
  width: 100%;
}

.home .entry-title {
  display: none
}

#headerInner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.add {
  font-size: 13px;
  margin-top: 10px;
  margin-left: auto;
  text-align: right
}

.header_in {
  width: 700px;
  margin-left: auto;
  /*font-family: 'Noto Serif JP', serif;*/
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 5px;
  right: 0px;
}

.header_in2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.header_in2 p {
  font-size: 13px;
}

.ctbtn {
  margin-top: 8px;
  margin-left: 10px;
}

.header_tel {
  font-size: 20px;
  margin-left: auto;
  margin-top: 8px;
}

.header_tel span {
  font-size: 15px;
  margin-right: 5px;
}

.header_btn a {
  width: 125px;
  line-height: 30px;
  margin-left: 10px;
  border: solid 2px #000;
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
  color: #000;
  display: inline-block;
  text-decoration: none;
}

.box1000 {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

ul.news {
  margin: 0;
  padding: 0
}

.news a {
  margin-left: 15px;
}

.news li {
  padding: 15px 0px;
  border-bottom: dotted 1px #ccc;
}

.td21 {
  display: flex;
  flex-wrap: wrap;
}

.td21_in {
  width: 48%;
}

.fl_L {
  margin-left: auto;
}

.midashi_n {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

.ta_c {
  text-align: center;
}

.button1 {
  display: inline-block;
  width: 240px;
  height: 52px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  position: relative;
}

.button1:after {
  position: absolute;
  top: 1px;
  right: 5px;
  color: #fff;
  content: "\f054";
  font-family: FontAwesome;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button1:hover:after {
  position: absolute;
  color: #000;

}

.button1,
.button1::before,
.button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button1 {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  box-sizing: border-box;
  border-radius: 4px;
}

.button1:hover {
  background-color: #fff;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  box-sizing: border-box
}

.news_box_out {
  margin-top: 90px;
}

.sec1 {
  /*   background-image: url("images/sv_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000; */
  margin-top: 70px;
  padding: 60px 0px;
  background-size: cover;
}

.sec1 h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.td31 {
  display: flex;
  flex-wrap: wrap;
}

.td31_in {
  width: 330px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 25px 25px 0px 0px;
}

.td31_in:nth-child(3n) {
  margin-right: 0;
}

.td31_in h4 {
  text-align: center;
  font-size: 23px;
  margin-bottom: 15px;
  font-weight: 300;
}

.link {
  margin-top: 20px;
}

.link a {
  color: #aa9177;
  text-decoration: underline;
  text-decoration-color: #333;
  display: block;
}

.link a:before {
  color: #ccc;
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 3px;
}

.link2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.link2 a {
  width: 40%;
}

.top_bn {
  display: flex;
  flex-wrap: wrap;
  margin: 70px auto
}

.top_bn_in {
  width: 490px;
  margin-bottom: 30px;
}

.top_bn_in:nth-child(even) {
  margin-left: auto;
}



#footer_inn {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  color: #fff;
}

.footer_in1 {
  width: 285px;
}

.footer_in2 {
  width: 520px;
  text-align: right;
  margin-left: auto;
  /*font-family: 'Noto Serif JP', serif;*/
  margin-top: 15px;
}

.footer_in2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 14px;
}

.footer_in2 p {
  font-size: 14px;
}

.footer_btn a {
  width: 172px;
  line-height: 38px;
  margin-left: 10px;
  border: solid 2px #fff;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.footer_link {}

.footer_link h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  border-left: solid 4px #f5d79d;
  margin-bottom: 10px;
  padding-left: 5px;
}

.footer_link h5 {
  color: #fff;
}

.link21 {
  display: flex;
  flex-wrap: wrap
}

.link21_in {
  margin-right: 25px
}

.footer_link a {
  font-size: 12px;
  padding-left: 7px;
  color: #fff;
}

.shopimg {
  margin-top: 40px;
}

footer {
  margin-top: 100px;
}

ul.display-posts-listing {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;

}

.item-header {
  margin-top: 60px !important;
}

.display-posts-listing li {
  width: 30%;
  margin: 0% 1.5% 3%;
}

.display-posts-listing li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 12px
}

.box_dot {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 2px #eee
}

.link3 {
  border-top: dotted 1px #ccc;
  margin-top: 35px;
  padding-top: 15px;
}

.link3 a:before {
  color: #8B8B8B;
  content: "\f061";
  font-family: FontAwesome;
  margin-right: 6px;
  margin-left: 15px;
}

.link3 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.link3 li {
  width: 30%;
  margin: 1%;

}

.link3 li a {
  display: block;
  width: 100%;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.link3 li a:hover {
  background-color: #fff;
  color: #000;
}

.td51 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}

.td51_in {
  background-color: #f7f7f7;
  width: 19.5%;
  padding: 20px 20px 70px;
  margin-right: 0.5%;
  position: relative
}

.td51_in h4 {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  margin: 0px auto 15px;
}

.td51_in p {
  font-size: 14px;
  line-height: 1.5;
}

.td51_in a {
  width: 80px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border: solid 1px #000;
  border-radius: 40px;
  position: absolute;
  background-color: #000;
  bottom: 20px;
  left: 50%;
  margin-left: -40px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.td51_in a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none
}

.voice_box {
  border: solid 5px #eee;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap
}

.voice_box h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ccc;

}

.voice_in1 {
  width: 180px;
  text-align: center
}

.voice_in2 {
  width: 780px;
}

.tc_list ul {
  list-style: none;
  margin: 10px 0px 20px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap
}

.tc_list li {
  background-color: #a58b66;
  width: 32%;
  margin-right: 1%;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}

.img_r {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

.prr_box {
  border: double 3px #dba3ac;
  padding: 15px;
}

footer .loopimg {
  display: none !important
}

.sec1_mm {
  position: relative;
  margin-bottom: 13px;
}

.sec1_mm img {

  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.sec1_mm h4 {
  color: #fff;
  position: absolute;
  top: 47%;
  opacity: 1;
  z-index: 10;
  width: 100%;
}

.prr_box h5 {
  color: #dc586d;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 18px;
}

.link11 ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.link11 ul li {
  width: 19%;
  margin: 5px 0.5%
}

.link11 ul li a {
  display: block;
  width: 100%;
  border: solid 1px #B9B9B9;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
}

.link11 ul li a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}

/* タブレット以下 */
@media (max-width:991px) {
  html {
    min-width: 100%;
  }

  body {
    font-size: 15px;
    line-height: 2.2
  }

  p {
    line-height: 2.2;
    /* margin-bottom: 15px !important; */
  }

  header {
    position: relative
  }

  #gMenu {
    display: none;
  }

  .box1000 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #headerInner {
    width: 100%;
  }

  .footer_link {
    display: none !important
  }

  .footer_in1 {
    width: 100%;
    text-align: center;
  }

  .footer_in2 {
    text-align: center;
    width: 100%;
  }

  #footer_inn {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
  }

  .footer_btn a {
    width: 200px;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #fff;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    text-decoration: none;
  }

  .td21_in {
    width: 100%;
  }

  .sec1_mm h4 {
    top: 35%;
  }

  .top_bn_in {
    width: 100%;
    margin-bottom: 10px;
  }

  .header_in p {
    margin-bottom: 0 !important
  }

  .header_tel {
    margin-top: 0;
  }

  .header_in2 {
    display: block;
    flex-wrap: wrap;
    margin-top: 0px;
  }

  .header_in {
    width: 100%;
    text-align: center;
    font-size: 80%;
    position: relative
  }

  .add {
    margin-left: 20px;
  }

  .ctbtn {
    margin-right: 10px;
  }

  .site-header h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .sec1 {
    background-color: #000;
    margin-top: 50px;
    padding: 20px 20px;
    background-size: cover;
  }

  .td31_in {
    width: 310px;
    padding: 20px;
    background-color: #fff;
    margin: 5px auto 0px;
  }

  .td31_in:nth-child(3n) {
    margin-right: auto;
  }

  .children .children .children {
    display: none
  }

  .midashi_n {
    margin-bottom: 0;
  }

  .td21_in:first-child {
    margin-bottom: 25px;
  }

  footer {
    margin-top: 50px;
  }

  .footer_btn {
    width: 100%;
    text-align: center
  }

  a {
    word-wrap: break-word;
  }

  img {
    height: auto;
    max-width: 100%;
  }

  /* #content .page-title, #content .entry-title {
    margin-top: 0;
    margin-bottom: 25px;
  } */

  .midashi2 {
    padding-top: 20px;
    margin: 40px 0px 15px;
    font-size: 25px;
    line-height: 1.4;
  }

  .tc_list li {
    padding: 5px;
    font-size: 13px;
  }

  .td21_in:first-child {
    margin-bottom: 0px;
  }

  .td41_in {
    width: 44%;
    margin-bottom: 15px;
    text-align: center;
  }

  .td41_in p {
    margin-bottom: 0px !important;
  }

  .ar1 {
    margin: 0px auto 7px;
  }

  .img_r {
    margin-left: 15px;
    margin-bottom: 15px;
    width: 46%;
  }

  .link3 li {
    width: 48%;
    margin: 1%;
  }

  .hover-parent {
    margin-bottom: 10px;
  }

  .hover-mask {
    opacity: 1;
  }

  .td51_in {
    background-color: #f7f7f7;
    width: 100%;
    padding: 20px 20px 70px;
    margin-right: 0%;
    position: relative;
    margin-bottom: 10px;
  }

  .voice_in1 {
    width: 35%;
    text-align: center;
    margin: 0px auto 10px;
  }

  .shopimg {
    margin-top: 0px;
  }

  .display-posts-listing li {
    width: 46%;
    margin: 0% 2% 20px;
    line-height: 1.4;
  }

  .display-posts-listing li img {
    margin-bottom: 6px;
  }

  #cart_table td, #cart_table th, #cart_table {
    font-size: 11px;
    padding: 3px !important;
  }

  #cart_table .amount {
    font-size: 11px !important;
    padding: 3px !important;
    letter-spacing: 0px !important;
  }

  #wc_cart #cart .upbutton {
    padding: 0 0 .714286em;
    text-align: right;
    font-size: 13px;
  }

  .top_bn {
    margin-bottom: 0
  }

  .link11 ul li {
    width: 31%;
    margin: 5px 0.5%
  }
}

/* Contact Form 7カスタマイズ
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px) {
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }

  /* 必須・任意のサイズ調整 */
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}

/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: $color-bg-brown;
}

/*通常欄*/
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border-bottom: 1px solid #d7d7d7;
}

/*必須の調整*/
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
/* #formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
} */

/*送信ボタンマウスホバー時*/
/* #formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
} */

*/ a:hover {
  color: inherit;
  text-decoration: none;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

/* クリック時に出現する点線を削除 */

a:focus, .focus a, a::-moz-focus-inner {
  outline: none !important;
}