@charset "UTF-8";
/*
 * foundation
 */
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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

a:focus {
  outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.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;
}

/*pc sp*/
.sp {
  display: block;
}

.pc {
  display: none;
}

/* =Base
-------------------------------------------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #262626;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  margin: 0;
  padding: 0;
  line-height: 150%;
  background-color: #fff;
  word-wrap: break-word;
  overflow: hidden;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: underline;
}

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

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

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

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

/*
 * 元々トップディレクトリにあったstyle.cssの中身をoldに移動
 * 徐々に整理していく
 */
/*タイトル**********************************/
.cont_titile {
  color: #000;
  font-size: 36px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0;
  padding: 0 0 0 15px;
  line-height: 1.4;
  border-left: 6px solid #7C7243;
  margin: 10px 0 30px 0;
}

.post .cont_titile {
  text-align: left;
}

.page .cont_titile {
  text-align: left;
}

/*
   .cont_titile span {
       display: block;
       font-size: 22px;
       line-height: 0.6;
   }
   */
.cont_titile_sub {
  color: #494F62;
  font-size: 16px;
  font-weight: 300;
}

.cont_titile02 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

/* -- 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: 0.5714285em 2.14286em 0.5714285em 0.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: 0.5714285em;
  border: 1px solid #bbb;
}

input[type=button],
input[type=submit],
input[type=reset] {
  padding: 0.714288em 1.42857em;
  background-color: #efefef;
  border: none;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.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: 0.5px;
}

/* =header
   -------------------------------------------------------------- */
header {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #efefef;
  padding: 20px 0 0 0;
}

header .inner {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.071428em;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

/* -- .snav -- */
.snav {
  width: auto;
  float: right;
  padding-top: 1.07143em;
  margin-right: 0.714286em;
}

.snav i {
  font-size: 1.57143em;
  padding: 0.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 {
  display: none;
}

.snav .membership ul li a {
  display: block;
  padding: 0;
  border-right: none;
  font-size: 14px;
}

.snav .membership ul li img {
  vertical-align: middle;
}

.snav .membership ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 1.4286em 0.714286em 0.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 0.714286em;
  padding-bottom: 0.357143em;
}

.snav .membership li:first-child {
  margin: 0;
  padding: 0;
  border: none;
  border-right: none;
  font-size: 14px;
  font-weight: normal;
}

.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: none;
  width: 84%;
  margin: 30px auto;
}

.snav .search-box i {
  font-size: 1.42857em;
  padding: 0.5em;
}

.search-box form {
  display: block;
}

.search-box.On form {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 1.4286em 0.714286em 0.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: 0.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 {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  width: 70%;
}

h1.site-title a,
div.site-title a {
  color: #000;
  width: 100%;
}

h1.site-title img,
div.site-title img {
  height: auto;
  width: 140px;
  margin: 0 20px 0 0;
}

/*lang*/
.site-header .btn-lang {
  position: absolute;
  right: 0;
  top: -20px;
  background: #EFEFEF;
  padding: 7px 15px;
}

.site-header .btn-lang a {
  display: flex;
  align-items: center;
}

.site-header .btn-lang a img {
  margin: 0 5px 0 0;
}

/*tel*/
.site-header .tel {
  position: absolute;
  right: 133px;
  top: -10px;
}

/*bread crumb*/
.breadcrumb {
  padding: 0 0 30px 0;
}

.breadcrumb.item span:nth-of-type(2) {
  display: none;
}

#primary {
  float: none;
  width: 70%;
  margin: 0 auto;
}

#primary02 {
  float: right;
  width: 74%;
}

/* =secondary
   -------------------------------------------------------------- */
#secondary {
  width: 22%;
  float: left;
}

#secondary h3 {
  margin-bottom: 1.07143em;
  padding-bottom: 0.357143em;
  border-bottom: 3px solid #eee;
}

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

#secondary section {
  margin-bottom: 2.14286em;
  padding: 0 0.714286em;
}

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

#secondary section:last-child {
  margin-bottom: 0;
}

#secondary .cont_titile02 {
  border-bottom: 2px solid #F3F4F2;
  margin: 0 0 13px 0;
  font-size: 20px;
  padding: 0 0 13px 0;
}

#secondary .side_column li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #EEEEEE;
  align-items: flex-start;
  line-height: 1;
  flex-wrap: wrap;
}

.side_column li .infoimage {
  width: 97px;
  margin: 0 10px 0 0;
}

.side_column li .infoimage img {
  width: auto;
  height: 74px;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.side_column li div {
  width: 150px;
  margin: 0;
}

.side_column .date {
  font-size: 12px;
  line-height: 1;
  padding: 0 0 6px 0;
  margin: 0;
  display: block;
  width: 100%;
}

.side_column h4 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 15px;
  width: 100%;
}

/*---- widget_welcart_bestseller ----*/
.widget_welcart_bestseller ul {
  padding: 0 0.714286em;
}

.widget_welcart_bestseller li {
  margin-bottom: 0.714286em;
  padding-bottom: 0.714286em;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.widget_welcart_bestseller li a {
  display: inline-block;
  padding-bottom: 0.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: 0.85714em;
  font-weight: bold;
  width: 70%;
  text-align: right;
}

/* ---- .tax_inc_block ---- */
.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 ----*/
.widget_welcart_featured ul {
  padding: 0 0.714286em !important;
}

.widget_welcart_featured .featured_list {
  margin-bottom: 0.714286em;
  padding-bottom: 0.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 0.714286em;
}

.widget_welcart_category li {
  padding-bottom: 0.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: 0.5714285em;
  border: 1px solid #ccc;
  border-right: none;
}

.widget_welcart_search #searchsubmit {
  color: #fff;
  width: 25%;
  padding: 0.5em 0;
  background-color: #ff8c00;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.widget_welcart_search #searchsubmit:hover {
  cursor: pointer;
  background-color: #ffa500;
}

.widget_welcart_search div {
  margin-top: 0.714286em;
  background-color: #efefef;
  text-align: center;
}

.widget_welcart_search div a {
  display: block;
  color: #262626;
  line-height: 200%;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.widget_welcart_search div a:hover {
  background-color: #ddd;
  text-decoration: none;
}

/*---- widget_welcart_login ----*/
.widget_welcart_login .loginbox {
  padding: 0 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: 0.357143em;
  padding: 0.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: 0.357143em;
  padding: 0.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: 0.357143em 0 0 1.071428em;
}

.widget_welcart_login .loginbox .submit {
  padding: 0;
}

.widget_welcart_login .liwpp_area {
  padding: 0.714286em 0.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 0.714286em;
}

.usces_recent_entries li a,
.widget_welcart_page li a,
.widget_welcart_post li a {
  display: inline-block;
  padding-bottom: 0.357143em;
}

.usces_recent_entries li,
.widget_welcart_page li,
.widget_welcart_post li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.714286em;
  padding-bottom: 0.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 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: 0.357143em;
}

.widget_nav_menu ul,
.widget_pages ul {
  padding: 0 0.714286em;
}

.widget_nav_menu ul li,
.widget_pages li {
  margin-bottom: 0.357143em;
}

.widget_nav_menu ul li a,
.widget_pages li a {
  display: inline-block;
  padding-bottom: 0.357143em;
}

.widget_categories label,
.widget_archive label {
  display: block;
  margin-bottom: 0.5em;
}

/*　calendar　*/
.widget_calendar table {
  width: 100%;
  margin: 0 2% 0.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: 0.357143em;
  border: none;
}

.widget_search .searchsubmit {
  font-family: FontAwesome;
  color: #131313;
  padding: 0.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: -0.5em;
}

.widget_basic_item_list article {
  display: inline-block;
  padding: 0.714286em;
  width: 50%;
  letter-spacing: normal;
  vertical-align: text-top;
}

.widget_basic_item_list a {
  display: block;
}

.widget_basic_item_list .itemimg {
  margin-bottom: 0.357143em;
  text-align: center;
}

.widget_basic_item_list .itemprice {
  font-weight: bold;
  text-align: right;
}

/* -- .tax_inc_block -- */
.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
   -------------------------------------------------------------- */
#toTop {
  position: fixed;
  right: 50px;
  bottom: 30%;
}

#toTop a {
  display: block;
}

#toTop i {
  color: #aaa;
  font-size: 3.214289em;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#toTop i:hover {
  color: #131313;
}

/* =footer
   -------------------------------------------------------------- */
footer {
  background: #fff;
  color: #262626;
}

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

footer a:hover {
  text-decoration: underline;
}

/* -- nav -- */
footer .navi {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* -- .copyright -- */
.copyright {
  padding: 1.071428em 0;
  text-align: center;
  border-top: 1px solid #CCC;
}

/* =contetns
   -------------------------------------------------------------- */
/* -- content -- */
#content {
  padding: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

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

.inner {
  padding: 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- .tax_inc_block ---- */
.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-page.php
   -------------------------------------------------------------- */
/* -- main-image -- */
.main-image {
  padding: 0 0.714286em 0;
}

.main-image img {
  width: 100%;
  height: auto;
}

/* -- .front-il -- */
.front-il {
  letter-spacing: -0.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: 0.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: 0.9em;
}

.front-il .itemprice {
  font-weight: bold;
  height: 22px;
  text-align: right;
}

.front-il .itemsoldout {
  color: #e00;
  font-size: 0.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: -0.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: 0.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: 0.9em;
}

.cat-il.type-grid .itemprice {
  font-weight: bold;
  height: 22px;
  text-align: right;
}

.cat-il.type-grid .itemsoldout {
  color: #e00;
  font-size: 0.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: 0.625em;
}

.post-li time {
  display: block;
  margin-bottom: 0.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: 0.178em;
  float: left;
}

.pagination_wrapper li .current {
  display: block;
  color: #fff;
  padding: 0.357143em 0.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: 0.357143em 0.714286em;
  background-color: #eee;
  border: 1px solid #ddd;
}

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

/* -- table -- */
.entry-content table,
.item-description table {
  width: 100%;
  margin-bottom: 0.714286em;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.entry-content th,
.item-description th {
  padding: 0.714286em;
  background-color: #ddd;
  border: 1px solid #ccc;
}

.entry-content td,
.item-description td {
  padding: 0.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: 0.312502em;
  line-height: 1.25em;
}

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

.entry-content h4,
.item-description h4 {
  margin-bottom: 1.071428em;
  padding: 0.357143em;
  background-color: #efefef;
}

.entry-content h5,
.item-description h5 {
  margin-bottom: 1.071428em;
}

.entry-content h6,
.item-description h6 {
  color: #777;
  margin-bottom: 1.071428em;
}

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

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

/* -- input select textarea -- */
.entry-content input[type=file],
.item-description input[type=file] {
  border: none;
}

.entry-content input[type=submit],
.item-description input[type=submit] {
  color: #fff;
  background-color: #ff8c00;
}

.entry-content input[type=submit]:hover,
.item-description input[type=submit]:hover {
  background-color: #ffa500;
}

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

/* =single.php
   -------------------------------------------------------------- */
.entry-content {
  margin-bottom: 1.42857em;
}

.entry-meta {
  margin-bottom: 1.42857em;
  padding-left: 1.071428em;
  border-left: 3px solid #cccaca;
}

.entry-meta span {
  display: block;
}

.entry-meta .date:before {
  display: inline-block;
  content: "\f1fa";
  color: #262626;
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 0.7em;
}

.entry-meta .cat:before {
  content: "\f0f6";
  display: inline-block;
  color: #262626;
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 0.7em;
}

.entry-meta .tag:before {
  content: "\f02b";
  display: inline-block;
  color: #262626;
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 0.7em;
}

.entry-meta .author:before {
  content: "\f007";
  display: inline-block;
  color: #262626;
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 0.7em;
}

/* ---- .link-pages ---- */
.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: 0.357143em 0.714286em;
  background-color: #131313;
  border: 1px solid #131313;
  text-decoration: none;
}

.link-pages .post-page-numbers {
  display: block;
  color: #262626;
  margin: 0.178em;
  padding: 0.357143em 0.714286em;
  background-color: #eee;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

/* =inquiry.php
   -------------------------------------------------------------- */
.inqbox .inquiry_table {
  width: 100%;
}

.inqbox .inquiry_table tr {
  display: block;
  padding: 0 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: 0.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: 0.714286em;
  border-top: 1px solid #e0e0e0;
}

.comment-area h2 {
  font-size: 1em;
  margin: 0.714286em 0;
}

.comment-area h2:before {
  content: "\f086";
  display: inline-block;
  color: #999;
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 0.7em;
}

.comment-area li {
  clear: both;
  margin-bottom: 0.714286em;
  padding-bottom: 0.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 0.357143em;
}

.comment-area li .reply {
  clear: both;
  float: none;
  text-align: right;
}

.comment-area #respond {
  padding-top: 0.714286em;
}

#respond label {
  display: block;
  font-weight: bold;
}

#respond label .required {
  color: #ff3366;
  font-weight: bold;
}

#respond p {
  margin-bottom: 0.714286em;
}

#respond .form-submit {
  padding-bottom: 0;
}

/* =search.php
   -------------------------------------------------------------- */
/* -- .search-li -- */
.search-li {
  margin-bottom: 1.42857em;
  letter-spacing: -0.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: 0.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: 0.9em;
}

.search-li .itemprice {
  font-weight: bold;
  height: 22px;
  text-align: right;
}

.search-li .itemsoldout {
  color: #e00;
  font-size: 0.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: 0.714286em;
}

.error-404 input[type=submit] {
  color: #131313;
  font-family: FontAwesome;
  font-size: 20px;
  margin-left: 0.25em;
  padding: 0.25em 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/**
    * 16.1 Mobile Large 620px
    */
@media screen and (min-width: 38.75em) {
  /*pc sp*/
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /* =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: 0.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: 0.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: 0.357143em 1.071428em;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
  .inqbox .inquiry_table td {
    color: #6e6e6e;
    display: table-cell;
    padding: 0.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 1000px
    */
@media screen and (min-width: 62.5em) {
  /* =Base
     -------------------------------------------------------------- */
  /* -- input,select,textarea -- */
  input[type=button],
  input[type=submit],
  input[type=reset] {
    padding: 1.071428em 2.142856em;
  }
  a img {
    box-shadow: #fff 0 0 0;
  }
  a img:hover {
    opacity: 0.6;
  }
  /* =header
     -------------------------------------------------------------- */
  header {
    border-bottom: none;
  }
  header .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 1.071428em;
    position: relative;
  }
  /* -- .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: 14px;
    font-weight: normal;
    display: block;
    align-items: center;
    width: fit-content;
    margin: 0 auto 0 0;
    padding: 0;
    line-height: 1.5em;
  }
  h1.site-title a img,
  div.site-title a img {
    padding: 7px 0 0 0;
  }
  /* -- .snav -- */
  .snav {
    width: 30%;
    margin: 0;
  }
  /* -- .search-box -- */
  .search-box {
    position: inherit;
    padding: 0;
    width: auto;
    margin: 0;
    float: left;
  }
  .snav .search-box i {
    display: none;
  }
  .search-box form {
    display: block;
  }
  .search-box div.s-box {
    width: auto;
  }
  .search-box input[type=text] {
    padding: 8px;
    background-color: #fff;
    border: none;
  }
  .search-box .searchsubmit {
    position: absolute;
    color: #161616;
    padding: 0.357143em;
  }
  .snav .membership {
    display: block;
    padding: 0;
  }
  .snav .membership i {
    display: none;
  }
  .snav .membership ul {
    display: flex;
    position: relative;
    margin: 0;
    padding: 20px 0 3px;
    border: none;
    background: none;
    justify-content: end;
  }
  .snav .membership li {
    margin: 0 0 0 10px;
    padding: 0;
    border: none;
    line-height: 100%;
    display: flex;
    align-items: center;
  }
  .snav .membership li img {
    width: auto;
    margin: 0 5px 0 0;
  }
  /* -- .incart-btn -- */
  .incart-btn {
    min-width: 160px;
    margin-top: 0.714286em;
    float: right;
  }
  .incart-btn a {
    background-color: #ff8c00;
    padding: 6px 0.714286em;
    text-align: center;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .incart-btn a:hover {
    background-color: #ffa500;
  }
  .incart-btn i {
    padding: 0;
  }
  .incart-btn i:before {
    color: #fff;
    margin-right: 8px;
  }
  .incart-btn span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  .incart-btn .total-quant {
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #fba60d;
    margin-left: 1.25em;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: text-bottom;
  }
  /* -- #site-navigation -- */
  #site-navigation {
    clear: both;
    padding: 0;
    background-color: #7C7243;
  }
  #site-navigation label {
    display: none;
  }
  header #site-navigation div.nav-menu-open,
  header #site-navigation div.header-nav-container {
    display: flex;
  }
  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;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #site-navigation ul {
    width: 970px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  #site-navigation li {
    position: relative;
    padding: 0;
    border-right: none;
  }
  #site-navigation ul li:first-child {
    border-left: none;
  }
  #site-navigation li a {
    color: #fff;
    display: block;
    margin-bottom: 0;
    padding: 15px 20px 18px;
    border-bottom: none;
    line-height: 100%;
    font-size: 15px;
  }
  #site-navigation li:first-child a {
    padding: 15px 20px 18px 0;
  }
  #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;
  }
  /* -- 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: 0.714286em 0.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: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  /* =secondary
     -------------------------------------------------------------- */
  #secondary .columnleft section:last-child,
  #secondary .columncenter section:last-child,
  #secondary .columnright section:last-child {
    margin-bottom: 0;
  }
  /* -- one-column -- */
  .one-column #secondary {
    margin: 0 auto;
    padding: 2.142856em 0;
    border-top: 2px solid #eaeaea;
    float: none;
    overflow: hidden;
  }
  .one-column #secondary .columnleft {
    width: 240px;
    margin-right: 50px;
    float: left;
  }
  /*　calendar　*/
  .one-column .columnleft .widget_welcart_calendar table {
    width: 100%;
    float: none;
  }
  .one-column #secondary .columncenter {
    width: 240px;
    float: left;
  }
  /*　calendar　*/
  .one-column .columncenter .widget_welcart_calendar table {
    width: 100%;
    float: none;
  }
  .one-column #secondary .columnright {
    width: 420px;
    float: right;
  }
  /* -- two-column -- */
  .two-column #secondary {
    width: 210px;
    padding: 0;
    border: none;
  }
  .two-column.right-set #secondary {
    float: right;
  }
  .two-column.left-set #secondary {
    float: left;
  }
  .two-column .widget_welcart_calendar table {
    width: 100%;
    margin: 0 0 0.714286em;
    float: none;
  }
  /*　.widget　*/
  .widget_welcart_bestseller ul {
    overflow: hidden;
  }
  .widget_welcart_bestseller li {
    width: 100%;
    margin-bottom: 0.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: 0.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: 0.4286em;
  }
  .widget_welcart_search #searchsubmit {
    width: 40%;
  }
  /*---- item-list ----*/
  .widget_basic_item_list article {
    padding: 0.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
     -------------------------------------------------------------- */
  /* -- .copyright -- */
  .copyright {
    padding: 1.071428em 0;
    text-align: center;
  }
  /* =contetns
     -------------------------------------------------------------- */
  /* -- main -- */
  #main {
    max-width: 1200px;
    margin: 1.857em auto;
    padding: 0;
  }
  .home #main {
    margin: 0 auto;
  }
  /* -- main-image -- */
  .main-image {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .main-image img {
    width: 100%;
    height: auto;
  }
  /* -- .one-column -- */
  #main.one-column #content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* -- .two-column -- */
  #main.two-column #content {
    width: 750px;
    margin: 0;
    padding: 0;
  }
  .two-column.right-set #content {
    float: left;
  }
  .two-column.left-set #content {
    float: right;
  }
  /* =front-page.php
     -------------------------------------------------------------- */
  .blog #content .pagination_wrapper {
    margin-bottom: 20px;
  }
  /* -- .sof -- */
  .home .sof {
    margin-bottom: 30px;
  }
  .home .sof .entry-content {
    margin-bottom: 0;
  }
  /* =page.php + single.php .entry-content
     -------------------------------------------------------------- */
  /* -- h1,h2,h3,h4,h5 -- */
  .entry-content h1 {
    font-size: 1.285712em;
    margin-bottom: 2.222224em;
  }
  .entry-content h2 {
    font-size: 1.142857em;
  }
  /* =archive.php
     -------------------------------------------------------------- */
  /* -- .post-li -- */
  .post-li {
    padding-bottom: 1.071428em;
  }
  /* =comments.php
     -------------------------------------------------------------- */
  .comment-area .comment-list {
    overflow: hidden;
  }
  .comment-area .comment-list li {
    margin: 0.714286em 0 0;
  }
  #respond .form-submit {
    margin-top: 1.42857em;
    padding-top: 0.714286em;
    border-top: 1px solid #ccc;
  }
}
#menu-btn-check {
  display: none;
}

.header-nav-container {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .header-nav-container {
    width: 100%;
    display: block;
  }
  h1.site-title,
  div.site-title {
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 auto 0 12px;
  }
  h1.site-title img,
  div.site-title img {
    width: 57%;
  }
  .site-header .tel {
    display: none !important;
  }
  .site-header .btn-lang {
    position: absolute;
    right: 54px;
    top: -4px;
    background: #EFEFEF;
    padding: 7px 15px;
  }
  #site-navigation label {
    display: block;
    position: absolute;
    top: 29px;
    right: 39px;
    width: auto;
    padding: 0;
    text-align: right;
    z-index: 999;
  }
  /*ハンバーガーメニュー*/
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 37px;
    width: 34px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background: #FFF;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background: #FFF;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 180;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .menu-content ul {
    padding: 70px 10px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .menu-content ul li {
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .menu-content ul li a span {
    display: inline-block;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }
  .main-image img {
    width: 100%;
    height: 185px;
    object-fit: cover;
  }
  #primary {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #primary02 {
    float: none;
    width: 100%;
  }
  #secondary {
    width: 100%;
    float: none;
  }
  .breadcrumb {
    padding: 20px 0 20px 0;
  }
  .cont_titile {
    font-size: 26px;
  }
  .copyright {
    margin: 0 0 80px 0;
  }
  .side_column li div {
    width: 67%;
    margin: 0;
    padding: 5px 0 0 0;
  }
}
/* 20241204 add */
/* =footer
   -------------------------------------------------------------- */
.regular_holiday_in {
  display: flex;
}

.business_hours {
  text-indent: -4.4rem;
  padding-left: 5.5rem;
}

.info_annotation {
  display: block;
  font-size: 12px;
  text-indent: -1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 600px) {
  .regular_holiday_in {
    display: block;
  }
  .regular_holiday_in > span {
    display: block !important;
  }
  .info_annotation br {
    display: none;
  }
}
/* 20250313 ヘッダーメニューの詳細化 */
#site-navigation .hover-menu li .hover-menu-in {
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  padding: 5px;
  border: none;
}

#site-navigation .hover-menu li .hover-menu-in li {
  display: block;
}

#site-navigation .hover-menu li .hover-menu-in li p {
  margin: 10px 0 7px;
  padding: 10px 7px 0;
  font-weight: bold;
}

#site-navigation .hover-menu li .hover-menu-in li .item_all a {
  color: #262626;
  font-size: 14px;
  padding-left: 0px;
}

#site-navigation .hover-menu li .hover-menu-in li:first-child p {
  margin: 0 0 7px;
  color: #262626;
}

#site-navigation .hover-menu li .hover-menu-in li a {
  padding: 5px 10px;
  color: #727171;
}

.hover-menu li .hover-menu-in li a:hover {
  background-color: #ddd;
}

.hover-menu li ul {
  display: none;
}

.hover-menu ul li:hover ul {
  display: block;
  width: 130px !important;
}

.hover-menu ul li:hover ul li {
  width: 130px !important;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

header {
  font-family: "Noto Sans JP", sans-serif;
  color: #444340;
  padding: 0;
  border-bottom: 1px solid #D0D0D0;
}

.inner.header_top {
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  padding-right: 56px;
  background-color: #fff;
  min-height: 64px;
}
@media (min-width: 1024px) {
  .inner.header_top {
    justify-content: flex-start;
    padding-right: 0;
  }
}

.pc.site-title {
  display: none;
}

p.pc.site_name {
  display: none;
}
@media (min-width: 1024px) {
  p.pc.site_name {
    display: block;
  }
}

header .snav {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  display: block;
}
@media (min-width: 1024px) {
  header .snav {
    width: 100vw !important;
    margin: 0 calc(50% - 50vw);
    background-color: #F8F8F8;
  }
}

.membership_inner .header_logo {
  display: none;
}
@media (min-width: 1024px) {
  .membership_inner .header_logo {
    display: block;
  }
}
@media (min-width: 1024px) {
  .membership_inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .header_logo {
    width: 145px;
  }
  .header_logo img {
    width: 100%;
  }
}

.snav .membership {
  display: block;
}
@media (min-width: 1024px) {
  .snav .membership {
    display: flex;
    background-color: #F8F8F8;
    width: 94%;
    max-width: 1200px;
    margin-inline: auto;
  }
}

.snav .membership ul {
  display: flex;
  background-color: #F8F8F8;
  padding: 8px;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
@media (min-width: 1024px) {
  .snav .membership ul {
    width: 410px;
    flex-shrink: 0;
    border: none;
  }
}

.snav .membership ul li {
  border-bottom: none;
  margin-bottom: 0;
}

.snav .membership li:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .snav .membership li:first-child {
    padding-right: 20px;
  }
}

.snav .membership ul li a {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.snav .membership ul li:not(:first-child) {
  border-left: 1px solid #fff;
  padding: 0 8px;
  margin-left: 0;
}
.snav .membership ul li:not(:first-child) span {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}

.snav .membership ul li:nth-child(2) {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .snav .membership ul li:nth-child(2) {
    margin-left: 0;
  }
}

.snav .membership ul li:last-child {
  padding-right: 0;
}

.cart_icon {
  position: relative;
}

.cart_quantity_container {
  position: relative;
}

.cart_quantity {
  position: absolute;
  top: 0;
  left: 9px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9F8736;
  color: #fff;
  font-size: 8px !important;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1024px) {
  .cart_quantity {
    left: 7px;
  }
}

.cart_quantity_container .cart_quantity {
  left: -1px;
  color: #fff !important;
}

.site-header .btn-lang {
  position: initial;
  padding: 0;
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .site-header .btn-lang {
    margin-left: 0;
  }
}

.site-header .btn-lang a {
  display: flex;
  align-items: center;
  color: #6A6A6A;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 8px 12px;
  gap: 2px;
  line-height: 1.2;
}

label.menu {
  width: 32px;
  aspect-ratio: 1;
}
label.menu img {
  height: 100%;
}

.menu-btn {
  position: fixed;
  top: 12px;
  right: 16px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  z-index: 200;
}
@media (min-width: 768px) {
  .menu-btn {
    top: 11px;
  }
}
@media (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 24px;
  border-radius: 3px;
  background-color: #000000;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: transparent;
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #000000;
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #000000;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
}

#serch-btn-check {
  display: none;
}

@media (min-width: 1024px) {
  label[for=serch-btn-check] {
    display: none;
  }
}

header:has(#menu-btn-check:checked) .menu-content {
  left: 0;
}

header:has(#serch-btn-check:checked) .menu-content {
  left: 0;
}

.pc.inner.cf {
  padding-bottom: 0;
}
.pc.inner.cf .membership {
  min-height: 54px;
}

.pc.inner.cf .search-box {
  display: none;
}
@media (min-width: 1024px) {
  .pc.inner.cf .search-box {
    display: block;
    width: 100%;
    max-width: 487px;
    margin-left: 80px;
  }
}

h1.site-title {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  h1.site-title {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .logo_sp {
    display: none;
  }
}

.search-box .searchsubmit {
  top: 2px;
  color: #A1A09C;
}

.sp.snav.humburger-snav .membership {
  min-height: 220px;
}
.sp.snav.humburger-snav .membership ul {
  flex-wrap: wrap;
  border: none;
}
.sp.snav.humburger-snav .membership li:first-child {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  padding-bottom: 12px;
}
.sp.snav.humburger-snav .membership ul li:not(:first-child) {
  border-left: none;
  padding: 0px;
  background-color: #fff;
  margin-left: 0;
  width: calc((100% - 12px) / 4);
  margin-left: 4px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.sp.snav.humburger-snav .membership ul li:not(:first-child) a {
  padding: 14px 0;
}
.sp.snav.humburger-snav .membership ul li:not(:first-child) a::before {
  display: none;
}
.sp.snav.humburger-snav .membership ul li:not(:first-child) img {
  width: 32px;
}
.sp.snav.humburger-snav .membership ul li:not(:first-child) span {
  color: #444340;
  font-size: 13px;
}
.sp.snav.humburger-snav .membership ul li:nth-child(2) {
  margin-left: 0;
}

.menu-content {
  background-color: #F8F8F8;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 180;
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  .menu-content {
    position: static;
    height: auto;
    background-color: #7C7243;
    overflow-y: visible;
  }
}
.menu-content ul {
  padding-top: 0;
}
.menu-content .sp.search-box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 16px auto 0px;
}
@media (min-width: 1024px) {
  .menu-content .sp.search-box {
    display: none;
  }
}
.menu-content .sp.search-box form {
  width: 90%;
}
.menu-content .sp.search-box div.s-box {
  border-radius: 8px;
  border: 1px solid #B7B7B7;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .menu-content .inner.header_top {
    display: none;
  }
}

.menu-content .hover-menu {
  display: block !important;
}
@media (min-width: 1024px) {
  .menu-content .hover-menu {
    display: flex !important;
    justify-content: center;
    width: 100% !important;
    max-width: 1200px !important;
  }
}

.menu-content ul li {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #fff;
}
@media (min-width: 1024px) {
  .menu-content ul li {
    border-bottom: none;
    border-right: 1px solid #999375 !important;
    width: 100%;
    justify-content: center;
  }
}
.menu-content ul li:first-child {
  border-top: 1px solid #fff;
}
@media (min-width: 1024px) {
  .menu-content ul li:first-child {
    border-top: none;
    border-left: 1px solid #999375 !important;
  }
}

#site-navigation ul li {
  padding: 16px;
}

#site-navigation li a {
  padding: 14px 0;
}

@media screen and (min-width: 1025px) {
  label.menu {
    display: none;
  }
}
@media screen and (min-width: 559px) {
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
}
@media (min-width: 1024px) {
  #site-navigation ul li {
    padding: 0;
  }
  #site-navigation ul li:hover > ul {
    display: block;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1176470588);
  }
  #site-navigation ul li:hover > ul li {
    border: none !important;
  }
}

#site-navigation li a {
  color: #444340;
}
@media (min-width: 1024px) {
  #site-navigation li a {
    color: #fff;
    white-space: nowrap;
    padding: 16px 0;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  #site-navigation li a:hover {
    background-color: #262626;
  }
}

@media (min-width: 1024px) {
  #site-navigation li:first-child a {
    padding: 16px 0;
  }
}

#site-navigation .hover-menu li .hover-menu-in {
  position: absolute;
  top: 48px;
  left: 0;
  width: 170px;
  padding: 5px;
  border: none;
}

#site-navigation .hover-menu li .hover-menu-in li a {
  padding: 5px 10px;
  color: #727171;
  text-align: left;
}

.menu-content ul li a {
  position: relative;
  color: #444340;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  width: 100%;
  padding: 9px 15px 10px 0;
}
.menu-content ul li a::before {
  display: block;
  border-top: solid 2px #444340;
  border-right: solid 2px #444340;
}
@media (min-width: 1024px) {
  .menu-content ul li a::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .menu-content ul li a {
    width: 100%;
    text-align: center;
    color: #fff;
  }
}

.header-nav-container {
  display: block !important;
}
@media (min-width: 1024px) {
  .header-nav-container {
    display: flex !important;
    justify-content: center;
  }
}

.site-header .tel {
  display: none;
}
@media (min-width: 1024px) {
  .site-header .tel {
    display: block;
    position: static;
    margin-left: auto;
  }
}
.site-header .tel a {
  color: #868E78;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
}

@media (min-width: 1024px) {
  .search-box input[type=text] {
    width: 100%;
    border-radius: 4px;
  }
}

.search-box div.s-box {
  width: 100%;
}
@media (min-width: 1024px) {
  .search-box div.s-box {
    width: 100%;
    max-width: 487px;
    border-radius: 4px;
  }
}

@media (min-width: 1024px) {
  .sp.snav.humburger-snav {
    display: none;
  }
}

.hum_menu_logout {
  display: flex;
  padding: 25px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.hum_menu_logout a {
  color: #818181;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .hum_menu_logout {
    display: none;
  }
}

.wrapper .footnavi {
  position: fixed;
  bottom: 0;
  background-color: #262626;
}
@media (min-width: 768px) {
  .wrapper .footnavi {
    background-color: rgba(38, 38, 38, 0.9);
  }
}

.wrapper .footnavi ul {
  padding: 4px 16px;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 768px) {
  .wrapper .footnavi ul {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 630px;
    padding: 0;
    margin-inline: auto;
    padding: 10px 0;
  }
}

.footnavi ul li {
  flex: 1;
  background-color: transparent !important;
}

@media screen and (max-width: 600px) {
  .footnavi ul li {
    flex: 1;
    background-color: transparent;
  }
}
.wrapper .footnavi .skuform .cart-button {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: transparent;
  padding: 0;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .wrapper .footnavi .skuform .cart-button {
    flex-direction: row;
    height: 44px;
    padding: 8px 28px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    background-color: #727171;
    border-radius: 2px;
  }
}

.wrapper .footnavi .skuform .cart-button::before {
  content: "";
  background-image: url(../../images/icon/icon_add_shopping_cart.svg);
  width: 24px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
}

.wrapper .footnavi .skuform .cart-button input[type=submit] {
  background-color: transparent;
  color: #fff;
  font-size: 11px;
}
@media (min-width: 768px) {
  .wrapper .footnavi .skuform .cart-button input[type=submit] {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
.wrapper .footnavi .skuform .cart-button input[type=submit]:hover {
  background-color: transparent;
}

.footnavi ul a {
  display: flex;
  flex-direction: column;
  height: auto;
  text-align: center;
  background-color: transparent !important;
  color: #fff;
  font-size: 11px;
  line-height: 1.15;
  gap: 0 !important;
}
.footnavi ul a .icon-a {
  width: 24px;
  height: 24px;
  align-items: center;
}
@media (min-width: 768px) {
  .footnavi ul a {
    flex-direction: row;
    height: 44px !important;
    padding: 8px 28px !important;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 2px;
    background-color: #727171 !important;
    border-radius: 2px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}

.footnavi .favorite-block .favorite-button {
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footnavi .favorite-block .favorite-button::before {
  content: "";
  display: block;
  width: 24px;
  min-height: 24px;
  background-image: url(../../images/icon/icon_star_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footnavi .favorite-block .favorite-button {
    flex-direction: row;
    height: 44px;
    padding: 8px 28px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    background-color: #727171;
    border-radius: 2px;
  }
}
.footnavi .favorite-block .favorite-button:has(.added)::before {
  background-image: url(../../images/touken/star.svg);
}
.footnavi .favorite-block .favorite-button:has(.added) .add-favorite {
  color: #A1A09C;
}
.footnavi .favorite-block .favorite-button:has(.added) .add-favorite:hover {
  background-color: transparent;
  text-decoration: underline;
}

.footnavi .favorite-block .favorite-button .add-favorite {
  padding: 0;
  color: #fff;
  font-size: 11px;
  width: auto;
}
.footnavi .favorite-block .favorite-button .add-favorite:hover {
  background-color: transparent;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footnavi .favorite-block .favorite-button .add-favorite {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }
}

/*
 * layout
 */
/*
 * object
 */
.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}/*# sourceMappingURL=style.css.map */