/*---------------------------------
ヘッダーCSS（共通化・差分整理版）
---------------------------------*/

.nav-menu {
  width: 100%;
  transition: max-height 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}

.nav-menu.open {
  max-height: 300px;
}

.nav-menu.closed {
  max-height: 0;
}

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 {
  background-color: var(--main-color);
}

.nav-menu-open ul {
  background: var(--main-color);
}

.incart-btn-head i {
  margin: 0 !important;
  background: none !important;
}

.incart-btn-head i, .search-box i, .snav i {
  color: #fff !important;
}

.nav-menu-open ul li a {
  color: #fff;
}

.toggleclose {
  position: absolute;
  top: 7%;
  right: 3%;
  border: none;
  font-size: 18px;
  background: none;
  cursor: pointer;
  color: #555;
  transition: 0.2s ease-in-out;
  border-radius: 4px;
  padding: 6px 11px;
}

.toggleclose:hover {
  color: var(--main-color);
  background: var(--sub-color-l);
}

.widget_wcex_widgetcart_popup .toggleclose {
  display: inline;
}

.toggleclose {
  display: none;
}

.wpdreams_asl_results a {
  font-size: 88% !important;
}

.wpdreams_asl_results img {
  width: 48px !important;
  height: 48px !important;
}

.popup-content small {
  color: #999;
}

.search-box form {
  animation-name: PullDown;
  animation-duration: 0.1s;
}

@media screen and (max-width:959px) {
  .freedial-btn {
    display: none;
  }

  .site-header {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .incart-widget {
    position: relative;
  }

  .incart-widget section {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }

  .incart-widget .incart-btn {
    text-align: center;
    position: relative;
  }

  .incart-widget .incart-btn a {
    background: var(--accent-color);
  }

  .incart-widget .incart-btn .total-quant {
    display: none;
  }

  .incart-widget .incart-btn i {
    padding-right: 0.4rem;
  }

  .incart-widget b {
    font-size: 1.4em;
    color: #ff8c00;
  }

  .sumcart {
    text-align: center;
    margin-top: 0.6em;
  }

  .sumcart em {
    font-size: 120%;
    color: #000;
    text-align: center;
  }

  .sumcart em small {
    font-size: 60%;
    color: #999;
  }

  .wrappar-head .site-content, .list-news-wrap section, .topcontainer, .list-contact-wrap section, .container {
    margin: 0 auto;
  }

  .toggle-button {
    position: absolute;
    top: -15px;
    right: 3px;
    z-index: 9999;
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
    padding: 10px;
    transition: transform 0.3s ease;
  }

  .toggle-button.rotated {
    transform: rotate(180deg);
  }

  .toggle-button.rotated+.sub-menu {
    padding: 1.5em 1.5em 1px 0 !important;
    margin: 1em 0.2em 1.5em 0.2em !important;
  }

  .toggle-button.rotated+.sub-menu a {
    border-bottom: rgba(255, 255, 255, 0.5) solid 1px !important;
    padding-bottom: 0.757143em !important;
  }

  .toggle-button.rotated+.sub-menu li:last-child a {
    border: none !important;
  }

  .menu-item-has-children {
    position: relative;
  }

  .sub-menu {
    display: none;
  }

  .nav-menu-open {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }

  .recruit-genba {
    margin: 0 0 4% 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .recruit-genba li img {
    margin-bottom: 0.4em;
  }

  .icbox {
    padding: 0.8rem 0.4rem !important;
  }

  h1.site-title, div.site-title {
    font-weight: bold;
    float: left;
    font-size: 1em;
  }

  .site-title img {
    margin-left: 7px;
  }

  .search-box.On form {
    z-index: 9999;
  }

  header .incart-btn button {
    background: none;
    color: #fff;
    border: none;
    padding: 0;
    margin-top: -1px;
    -webkit-appearance: none;
    padding: 0.714286em 0.39em 0.714286em 0.714286em;
    cursor: pointer;
    z-index: 9999;
  }

  .incart-widget .incart-btn i, .incart-widget .incart-btn i span {
    color: #fff !important;
    display: inline;
    margin: 0.4rem;
  }
}

@media screen and (min-width:600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .ocbutton {
    display: none;
  }

  .type-page h2 {
    font-size: 161%;
  }

  .type-page h3 {
    font-size: 141%;
  }
}

@media screen and (max-width:599px) {
  #site-navigation label span.checked-icon::before {
    content: "";
    color: #fff !important;
    background: var(--main-color) !important;
  }

  #masthead {
    height: 48px;
  }

  .snav {
    padding-top: 0;
  }

  #secondary {
    padding: 2% 7%;
    border-top: none;
  }

  #secondary section {
    padding: 0 10px;
  }

  #secondary section section {
    padding: 0 0px;
  }

  .result-child ul li {
    width: 18% !important;
    margin: 1%;
  }

  .incart-widget p a {
    text-align: center;
    display: block;
    margin-top: 70px;
  }

  .incart-widget .incart-btn a {
    padding: 0.8rem 0.4rem 0.8rem 0.4rem;
    background: #ff8c00;
    margin-bottom: 1.2rem;
    display: block;
  }

  .incart-widget a:after {
    content: "";
    clear: both;
  }

  .incart-widget .incart-btn {
    width: 90%;
    left: 5%;
    right: 5%;
  }

  #wc_cart tfoot tr th:first-child, #wc_cart tfoot tr th:nth-child(2), #wc_cart tfoot tr th:last-child, #wc_cart tfoot tr td:first-child, #wc_cart tfoot tr td:nth-child(2), #wc_cart tfoot tr td:last-child {
    display: none;
  }

  .wrappar-head .site-content, .list-news-wrap section, .topcontainer, .list-contact-wrap section, .container {
    padding: 1% 2.5%;
  }

  .type-page h2 {
    font-size: 141%;
  }

  .type-page h3 {
    font-size: 120%;
  }

  #wpadminbar {
    display: none !important;
  }

  #site-navigation label span::before {
    content: "";
    position: fixed;
    transition: 0.2s ease-in-out;
    top: 13px;
    right: 16px;
  }

  #site-navigation label span.checked-icon::before {
    content: "";
    color: var(--main-color);
  }

  #site-navigation label span.unchecked-icon::before {
    content: "";
  }

  #site-navigation li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
  }

  #site-navigation li li {
    margin-left: 1em;
    margin-right: 1em;
  }

  #site-navigation li a {
    display: block;
    margin-left: 0.27143em;
    margin-right: 0.27143em;
    margin-bottom: 1.07143em;
    padding-bottom: .757143em;
    padding-left: .457143em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 1.08em;
    border-bottom: 1px solid var(--sub-color);
  }

  div.cart_navi ul {
    display: flex;
    justify-content: center;
    width: 100% !important;
    border-radius: 5px;
  }

  div.cart_navi ul li {
    font-size: 72%;
    letter-spacing: -0.04em;
  }

  div.cart_navi ul li:nth-child(1) {
    width: 18% !important;
    margin-left: -10px;
  }

  div.cart_navi ul li:nth-child(2) {
    width: 26% !important;
  }

  div.cart_navi ul li:nth-child(3) {
    width: 33% !important;
  }

  div.cart_navi ul li:nth-child(4) {
    width: 26% !important;
  }

  #toggleHis {
    display: none;
  }

  .cat-il.type-grid {
    display: flex;
    flex-wrap: wrap;
  }

  header #site-navigation input#panel.on-off:checked+div.nav-menu-open, header #site-navigation input#panel.on-off:checked+div.header-nav-container {
    animation-name: PullDown;
    animation-duration: 0.15s;
  }

  .wp-block-columns {
    margin-bottom: 0em !important;
  }

  .toggleclose {
    display: none;
  }

  .toggleclose {
    top: 3%;
  }

  .sub-menu {
    border-radius: 10px;
  }

  .nav-menu-open, .search-box form, ul.cf {
    border-radius: 0px 0px 10px 10px;
  }

  .wpdreams_asl_results {
    width: 100%;
    margin-top: 2px !important;
    border-radius: 5px !important;
    height: 220px !important;
  }

  .wpdreams_asl_results:before {
    padding: 0em 0.3em 0.6em;
    content: "検索候補";
    display: block;
    font-weight: bold;
    color: #999;
    font-size: 88%;
  }

  .search-box.On form {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0.714286em 0.714286em 0.714286em;
    background-color: #fff;
  }

  .membership-user a:before {
    font-family: "FontAwesome";
    content: "";
    margin-right: 0.2em;
    width: 18px;
    display: inline-block;
  }

  .membership-login a:before {
    font-family: "FontAwesome";
    content: "";
    margin-right: 0.2em;
    width: 18px;
    display: inline-block;
  }

  .widget_wcex_widgetcart_popup {
    top: 40px;
    left: 0%;
    padding: 18px !important;
    width: 100%;
    border-radius: 0 0 5px 5px;
    z-index: 9999;
    box-shadow: 0 1px 0px rgba(0, 0, 0, .1), 0 5px 14px rgba(0, 0, 0, .1);
  }

  .widget_wcex_widgetcart_popup #wgct_row {
    overflow: auto;
    max-height: 350px;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }

  .widget_wcex_widgetcart_popup #otherProductsButton {
    bottom: 2%;
    padding: 0.8em 1.2em;
    border-radius: 4px;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  #wdgctToCheckout a {
    margin-bottom: 1em;
  }

  .widget_wcex_widgetcart_popup td.widgetcart_trush {
    font-size: 1.6em;
    line-height: 1.6em;
  }

  #floatingIcon {
    margin-left: 4px;
    margin-top: -13px;
  }

  #contact-content {
    padding: 20px 10px;
  }

  .crow {
    flex-direction: column;
    margin-bottom: 10px;
    padding: 10px 0;
  }

  .crow .cleft {
    width: 100%;
    margin-bottom: 15px;
  }

  .crow .cright {
    width: 100%;
  }

  .require {
    margin-right: 10px;
  }

  ul.touchTel li {
    width: 49%;
    margin: 0 0.5%;
  }

  .crow .wpcf7-text, .crow .wpcf7-text, .crow .wpcf7-textarea {
    width: 100%;
  }

  .crow .two-input span .wpcf7-text {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .mobile input, .cf li {
    animation-name: PullDown;
    animation-duration: 0.2s;
  }

  .cf, .search-box form {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  }

  .search-box div.s-box {
    border: none;
  }

  .search-box div.s-box input {
    background: #eee !important;
    border-radius: 5px;
  }

  body {
    padding-top: 5px;
  }

  .entry-content h3, .item-description h3 {
    padding-left: 0;
    border-left: 0;
  }

  header .incart-btn .total-quant {
    line-height: 1.26em;
    padding-left: 0em;
  }

  div.cart_navi li {
    font-size: 10px;
    padding-top: 0px;
    padding-right: 0.609095em;
    padding-bottom: 0px;
    padding-left: 2.21818em;
  }

  .snav .fa-search {
    top: 3px;
    right: 43px;
    margin: 0;
    padding: 0;
    position: fixed;
  }

  .snav .fa-user {
    top: 12px;
    right: 88px;
    margin: 0;
    padding: 0;
    position: fixed;
  }

  .snav .fa-shopping-cart {
    top: 12px;
    right: 123px;
    margin: 0;
    padding: 0;
    position: fixed;
  }

  .snav .membership ul {
    top: 40px;
  }

  .incart-btn {
    top: 12px;
    right: 112px;
    margin: 0;
    padding: 0;
    position: fixed;
  }

  .incart-btn .total-quant {
    display: inline-block;
    font-weight: bold;
    position: absolute;
    left: -20px;
    margin-top: -10px;
    width: auto;
    min-width: 18px;
    max-width: 25px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background: #fba60d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: text-bottom;
  }

  h1.site-title, div.site-title {
    height: 46px;
  }

  .site-title img {
    width: 115px !important;
  }

  .upbutton {
    font-size: 1.2vmax;
  }

  .site-content {
    padding: 2%;
  }

  #cf-relation ul, #cf-relation-post ul, #cf-similar-tag ul, #cf-similar-post ul, #cf-similar ul, .page-id-7568 .item-fixity {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    width: 104% !important;
    padding: 0;
    margin: 1rem 0 2rem 0 !important;
    overflow-x: scroll;
    position: relative;
  }

  #cf-relation ul li, #cf-relation-post ul li, #cf-similar-tag ul li, #cf-similar ul li, .page-id-7568 .item-fixity li {
    list-style: none !important;
    margin: 1% 1% 4% 1%;
    flex: 1;
    font-size: 88%;
    min-width: 40%;
    max-width: 40%;
  }

  #cf-similar-post ul li {
    list-style: none !important;
    margin: 1% 1% 4% 1%;
    flex: 1;
    font-size: 88%;
    min-width: 75%;
    max-width: 75%;
  }

  #cf-similar-post li img, #cf-similar .item-fixity, .page-id-7568 .item-fixity li img {
    width: 100%;
    margin-bottom: 0.6em;
    border-radius: 5px;
  }

  .recruit-genba li {
    width: 48%;
    margin: 1% 1% 4% 1% !important;
    list-style: none !important;
    font-size: 86%;
    line-height: 1.4em;
  }

  .item-cta {
    margin: 0 -5.3% 0 -5.3%;
  }

  .switch_content {
    margin: -4.6em 0 1em 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  #site-navigation label span.menutoggle:before {
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 1.5714em;
    vertical-align: text-bottom;
	color:#fff !important;
    top: 24px;
    right: 22px;
    position: fixed;
    transition: 0.2s ease-in-out;
  }

  #site-navigation label span.menutoggleclose:before {
    content: "" !important;
    display: block;
    color: #ff9999;
    font-family: FontAwesome;
    font-size: 1.5714em;
    vertical-align: text-bottom;
    top: 24px;
    right: 22px;
    position: fixed;
    transition: 0.2s ease-in-out;
  }

  #site-navigation label span:before {
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 1.5714em;
    vertical-align: text-bottom;
    top: 24px;
    right: 22px;
    position: fixed;
  }

  .widget_wcex_widgetcart_popup {
    position: fixed;
    top: 90px;
    left: 4%;
    width: 92%;
    padding: 40px !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
  }

  .widget_wcex_widgetcart_popup #wgct_row {
    overflow: auto;
    max-height: 450px;
    padding-top: 1em;
  }

  .widget_wcex_widgetcart_popup #otherProductsButton {
    bottom: 6%;
    padding: 0.4em 0.8em;
    border-radius: 4px;
  }

  #wdgctToCheckout a {
    text-align: center;
    margin: auto;
    display: block;
    width: 40%;
    border-radius: 4px;
  }

  #floatingIcon {
    margin-left: 2px;
    margin-top: -8px;
  }

  .toggle-button.rotated+.sub-menu {
    padding: 1.5em 1.5em 1px 0 !important;
    margin: 1em 0.8em 1.5em 0.8em !important;
  }

  body {
    padding-top: 63px;
  }

  #content {
    padding: 0 4%;
  }

  #secondary {
    padding: 2.14289em;
    border-top: none;
  }

  .incart-widget section {
    padding: 2% 4%;
  }

  .incart-widget p {
    text-align: center;
  }

  .incart-widget .incart-btn {
    width: 50%;
    left: 25%;
    right: 25%;
    bottom: 25%;
    margin-bottom: 2%;
  }

  .incart-widget .incart-btn a {
    padding: 0.4rem 0.4rem;
  }

  #wc_cart tfoot tr th:nth-last-child(2) {
    display: none !important;
  }

  #wc_cart tfoot tr th:last-child {
    display: none !important;
  }

  #wc_cart tfoot tr td:nth-last-child(2) {
    display: none !important;
  }

  #wc_cart tfoot tr td:last-child {
    display: none !important;
  }

  .wrappar-head .site-content, .list-news-wrap section, .topcontainer, .list-contact-wrap section, .container {
    padding: 1% 2%;
  }

  .snav .fa-search {
    top: 13px;
    margin: 0;
    padding: 0;
    position: fixed;
	z-index:9999;
  }

  .snav .fa-user {
    top: 22px;
    right: 88px;
    margin: 0;
    padding: 0;
    position: fixed;
  }

  .snav .fa-shopping-cart {
    top: 22px;
    right: 123px;
    margin: 0;
    padding: 0;
    position: fixed;
  }

  .incart-btn {
    top: 22px;
    right: 56px;
    margin: 0;
    padding: 0;
    position: fixed;
  }

  .incart-btn .total-quant {
    display: inline-block;
    font-weight: bold;
    position: absolute;
    left: -10px;
    margin-top: -10px;
    width: auto;
    min-width: 20px;
    max-width: 30px;
    height: 20px;
    color: #fff;
    background: #fba60d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: text-bottom;
  }

  h1.site-title, div.site-title {
    height: 64px;
  }

  .search-box.On form {
    top: 64px;
  }

  .site-title img {
    width: 135px !important;
  }

  div.nav-menu-open, header #site-navigation input#panel.on-off:checked+div.header-nav-container {
    transition: 0.2s ease-in-out;
  }

  .site-title img {
    width: 235px !important;
  }

  .snav .membership ul {
    top: 63px;
  }

  #site-navigation ul {
    transition: 0.2s ease-in-out;
  }

  #contact-action {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.7rem;
  }

  #contact-action i {
    margin-right: 0.2rem;
    font-size: 25px;
    line-height: 31px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  #contact-action div {
    width: 50%;
    font-size: 141%;
  }

  #contact-action div table {
    width: 100%;
  }

  #contact-action div table th {
    vertical-align: top;
    padding: 1.5%;
    width: 12%;
    text-align: center;
  }

  #contact-action div table td {
    padding: 1.5%;
    width: 88%;
  }

  #contact-action div small {
    display: block;
    font-size: 65%;
  }

  .section-contact-form aside {
    padding: 1.5%;
    margin: 2% 2.8% 4% 2.8%;
    border-radius: 20px;
    font-size: 89%;
  }

  .contact-action-mail {
    line-height: 1.2rem;
    border-radius: 100px;
    font-size: 88%;
    padding: 0.6rem 2.0rem 0.6rem 1.6rem;
    margin: 0.4em 0 0 0;
    display: inline-block;
    position: relative;
    transition: 0.2s ease-in-out;
  }

  .contact-action-mail:hover {
    color: #fff;
  }

  .contact-action-mail:after {
    right: 16px;
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    padding: 0rem 0;
    transition: 0.2s ease-in-out;
  }

  .contact-action-mail:hover:after {
    right: 8px;
  }

  .recruit-genba li {
    width: 31%;
    margin: 1%;
    list-style: none !important;
    text-align: center;
    font-size: 72%;
  }

.result-child ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
	margin:0;
}

  .nonprice {
    width: 45%;
  }

  .section-contact-form {
    margin: 1rem 0 2rem 0;
  }
}

@media screen and (min-width:960px) {
  .lastViewedThumb img {
    width: 48px !important;
    height: auto;
  }

  header .inner, #site-navigation ul {
    width: 80% !important;
  }

  #site-navigation ul ul {
    width: 100% !important;
  }

  #site-navigation ul ul li {
    border-right: none !important;
  }

  .incart-btn-head button {
    background: none !important;
  }

  .snav .membership li:first-child, .snav .membership li a {
    font-size: 14px;
  }

  .snav .membership {
    padding: 0.5em;
  }

  .snav {
    display: flex;
    width: 64%;
    justify-content: right !important;
    padding: 0 0 0 0;
  }

  .snav incart-btn {
    justify-content: right !important;
  }

  .incart-btn-head {
    background: none !important;
    margin: 0 0 0 auto;
  }

  .incart-btn-head i {
    color: #555 !important;
    margin: 0 !important;
    background: none !important;
  }

  #cartIcon:before {
    color: #555 !important;
    pointer-events: none;
  }

  header .incart-btn {
    background: none !important;
    min-width: auto;
    margin-top: -6px !important;
  }

  header .incart-btn .total-quant {
    background: #fba60d !important;
    color: #fff;
    margin: 0 -5px 0 -5px;
  }

  header .innner {
    padding-bottom: 0 !important;
  }

  #main {
    margin-top: 0;
  }

  #site-navigation ul {
    display: flex;
    justify-content: center;
  }

  #site-navigation ul li a {
    padding: 1em 0;
  }

  .site-title {
    font-size: 100% !important;
  }

  .site-title img {
    width: 220px !important;
  }

  #site-navigation li a {
    font-weight: normal !important;
  }

  h1.site-title, div.site-title {
    width: 36%;
  }

  .incart-btn {
    margin-top: -3px;
  }

  #contact-action {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    padding: 0;
    margin-top: 25px;
    line-height: 1.7rem;
  }

#contact-action i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    margin-right: .2rem;
}
  #contact-action div {
    width: 50%;
    font-size: 26px;
  }

  #contact-action div table {
    width: 100%;
  }

  #contact-action div table th {
    vertical-align: top;
    padding: 1.5%;
    width: 12%;
    text-align: center;
  }

  #contact-action div table td {
    padding: 1.5%;
    width: 88%;
  }

  #contact-action div small {
    display: block;
    font-size: 14px;
  }

  .contact-action-mail {
    line-height: 1.2rem;
    border-radius: 100px;
    font-size: 18px;
    padding: 0.6rem 3.2rem 0.6rem 3.2rem;
    margin: 0.4em 0 0 0;
    display: inline-block;
    position: relative;
    transition: 0.2s ease-in-out;
  }

  .contact-action-mail:hover {
    color: #fff;
  }

  .contact-action-mail:after {
    right: 16px;
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    padding: 0rem 0;
    transition: 0.2s ease-in-out;
  }

  .contact-action-mail:hover:after {
    right: 8px;
  }

  #wc_cart tfoot tr th:last-child {
    display: none !important;
  }

  .field {
    margin-top: -36px;
  }

  #feature-reason, #feature-item {
    margin-top: -90px;
    padding-top: 120px;
  }

  .wpcf7 {
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 2%;
    margin-bottom: 50px;
  }

  .result-child ul li {
    width: 23% !important;
    padding: 0;
  }

  ul.advgb-tabs-panel {
    text-align: center;
  }

  ul.advgb-tabs-panel li.advgb-tab, ul.advgb-tabs-panel li.advgb-tab.ui-state-default {
    float: none !important;
    display: inline-block;
  }

  header .inner, #site-navigation ul, .wrappar-head .site-content, .list-news-wrap section, .topcontainer, .list-contact-wrap section, .container {
    width: 1000px;
    margin: 0 auto;
  }

  .site-header-tracked {
    position: fixed;
    z-index: 9999;
    animation-name: PullDown;
    animation-duration: 0.2s;
  }

  .site-title {
    width: 20% !important;
    min-width: 225px;
    max-width: 240px;
  }

  .snav {
    width: 10% !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #site-navigation.main-navigation {
    height: auto !important;
    min-height: 70px !important;
    margin: 0 !important;
    border: none !important;
    overflow: visible !important;
  }

  #site-navigation ul.header-nav-container {
    width: 100% !important;
  }

  #site-navigation ul.header-nav-container>li {
    width: auto;
    border: none !important;
  }

  #site-navigation ul.header-nav-container>li>a {
    display: flex;
    align-items: center;
    height: 70px;
  }

  #site-navigation ul.header-nav-container>li ul.sub-menu {
    top: 70px;
    margin: 0;
    padding: 0px 0 !important;
  }

  header .incart-btn {
    margin: 0 0 0 auto;
  }

  header .incart-btn button {
    background-color: #ff8c00;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 0.714286em 0.39em 0.714286em 0.714286em;
    margin-right: -10px;
    cursor: pointer;
    z-index: 9999;
  }

  header .inner {
    margin: 0 auto;
    padding-bottom: .071428em;
  }

  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 {
    background: var(--main-color);
  }

  #site-navigation ul li:first-child {
    border-left: 1px solid var(--sub-color);
  }

  #site-navigation li {
    border-right: 1px solid var(--sub-color);
  }

  #site-navigation li.current_page_item a, #site-navigation li.current-menu-parent a, #site-navigation li a:hover {
    background: var(--sub-color);
  }

  .sub-menu {
    border: none !important;
    position: absolute !important;
    animation-name: PullDown;
    animation-duration: 0.15s;
    width: 101% !important;
    margin-left: 1px !important;
    border-radius: 0 0 10px 10px !important;
  }

  .sub-menu li {
    background: var(--main-color);
    transition: 0.2s ease-in-out;
  }

  .sub-menu li a {
    color: #fff !important;
    background: var(--main-color) !important;
    padding: 0.8em !important;
    font-size: 92%;
    letter-spacing: -0.02em;
  }

  .sub-menu li a:hover {
    color: #fff !important;
    background: var(--sub-color) !important;
    padding-left: 0.7em !important;
  }

  .recruit-genba {
    padding: 0 !important;
    list-style: none !important;
    margin-bottom: 50px;
  }

  .recruit-genba li {
    width: 23%;
    margin: 1%;
    list-style: none !important;
    text-align: center;
    font-size: 88%;
  }

  .recruit-genba li img {
    height: auto;
    margin-bottom: 0.4rem;
  }

  #content .page-title, #content .entry-title {
    margin-bottom: 0.4rem !important;
    line-height: 1.285712em;
  }

  .entry-content {
    margin-top: 3em;
    margin-bottom: 1.42857em;
  }

  .type-page, .site-content {
    margin-bottom: 4.42857em;
  }

  #cf-relation h4 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.8rem;
    display: block;
    padding: 0 0 0.4rem 0;
  }

  #main.two-column #content {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  .type-grid article {
    width: 16% !important;
  }

  .cat-il.type-grid article:nth-of-type(4n), .search-li.type-grid article:nth-of-type(4n) {
    margin-right: 4%;
  }

  header .inner, #main, #site-navigation ul, .wrappar-head .site-content, .list-news-wrap section, .topcontainer, .list-contact-wrap section, .container {
    width: 80%;
    margin: 0 auto;
  }

  #secondary section {
    padding: 0 10px;
  }

  #secondary section section {
    padding: 0 0px;
  }

  #site-navigation ul {
    display: flex;
    justify-content: left !important;
  }

  #site-navigation ul li a {
    padding: 1em 0.7em;
  }

  .wpdreams_asl_results {
    width: 200px !important;
    margin-top: 0px !important;
    border-radius: 5px !important;
  }

  .wpdreams_asl_results:before {
    padding: 0em 0.3em 0.6em;
    content: "検索候補";
    display: block;
    font-weight: bold;
    color: #999;
    font-size: 88%;
  }

  .toggle-button {
    display: none;
  }

  .fixincart, .fixmembership, .fixsearch, .fixsnav {
    position: fixed;
    top: 0;
    z-index: 9999;
  }

  #site-navigation li a {
    z-index: 9999;
  }

  #cartIcon:before {
    color: #fff !important;
  }

  .fixsnav .membership a, .fixsnav #cartIcon:before {
    color: #fff !important;
  }

  .fixincart {
    top: 7px;
    color: #fff;
    animation-name: LeftToRight;
    animation-duration: 0.2s;
  }

  .fixsearch {
    position: fixed;
    top: 9px;
    z-index: 11;
    right: 6.5%;
    width: 14.5%;
    z-index: 9999;
  }

  .fixsearch .s-box {
    background: #fff;
    width: 200px;
  }

  .icwidget-btn-fixed {
    position: fixed;
    margin-left: 1040px;
    top: 180px;
    display: block;
    right: 10%;
    animation-name: BottomUp;
    animation-duration: 0.25s;
  }

  .asl_w_container {
    width: 200px;
  }

  .incart-btn button {
    cursor: pointer;
    z-index: 9999;
  }

  #wdgctToCheckout a:hover {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 5px rgba(255, 150, 60, 0.6), 0 4px 15px rgba(255, 150, 60, 0.6);
  }

  .widget_wcex_widgetcart_popup {
    position: fixed;
    top: 160px;
    left: 25%;
    min-width: 640px;
    width: 50% !important;
    left: 25%;
    padding: 40px !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2), 0 5px 60px rgba(0, 0, 0, .1);
    border-radius: 8px;
    z-index: 9999;
  }

  .widget_wcex_widgetcart_popup h3 {
    font-size: 18px;
    margin-top: -15px;
  }

  .widget_wcex_widgetcart_popup #otherProductsButton {
    bottom: 8%;
    padding: 0.6em 0.9em;
    border-radius: 4px;
  }

  .widget_wcex_widgetcart_popup td.widgetcart_trush {
    font-size: 1.8em;
    line-height: 1.8em;
  }

  .widget_wcex_widgetcart_popup .widgetcart_rows .header {
    font-size: 100% !important;
  }

  .widget_wcex_widgetcart_popup td.widgetcart_price, .widget_wcex_widgetcart_popup td.widgetcart_quant, .widget_wcex_widgetcart_popup td.widgetcart_trush {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .widget_wcex_widgetcart_popup td.widgetcart_item::first-line {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .widget_wcex_widgetcart_popup td.widgetcart_item {
    font-size: 1em;
    line-height: 1.3em;
  }

  .widget_wcex_widgetcart_popup #wgct_row {
    overflow: auto;
    max-height: 400px;
    padding-top: 1em;
  }

  .widget_wcex_widgetcart_popup #wdgctToCheckout a {
    height: 2.6em;
    line-height: 2em !important;
    padding: 0.4em 0 1.4em 0;
    text-align: center;
    display: inline-block;
    width: 200px;
    border-radius: 4px;
    margin: 0.5em;
  }

  .widgetcart_rows .header {
    font-size: 88% !important;
    letter-spacing: -0.03em;
  }

  .widgetcart_rows .header .tax {
    font-size: 58% !important;
    margin-left: -1em;
  }

  #floatingIcon {
    margin-left: 10px;
    margin-top: -12px;
  }

  #secondary section {
    margin-bottom: 1.14286em;
  }

  div.cart_navi ul {
    margin: auto;
    border-radius: 5px !important;
    justify-content: center;
    display: flex;
  }

  div.cart_navi ul li {
    width: 160px;
    border-radius: 5px !important;
  }

  div.cart_navi ul li:nth-child(1) {
    padding-left: -20px;
  }

  div.cart_navi ul li:last-child:before, div.cart_navi ul li:last-child:after {
    background: none;
  }

  #wc_login .loginbox {
    width: 100%;
    display: flex;
  }

  .member-box, .new-entry {
    width: 48%;
    padding: 1%;
  }
}

@media screen and (min-width: 959px) and (max-width: 1279px) {
  header .inner, #main, #site-navigation ul, .wrappar-head .site-content, .list-news-wrap section, .topcontainer, .list-contact-wrap section, .container {
    width: 95% !important;
    margin: 0 auto;
  }

  #site-navigation.main-navigation {
    width: 65%;
  }

  .snav {
    width: 10% !important;
    right: 10px;
    top: 15px;
  }
}

@media screen and (min-width: 1280px) {
  #site-navigation.main-navigation {
    width: 67%;
  }
}

@media screen and (min-width: 1380px) {
  #site-navigation.main-navigation {
    width: 68%;
  }
}

@media screen and (min-width: 1480px) {
  #site-navigation.main-navigation {
    width: 70%;
  }
}

@media screen and (min-width: 1580px) {
  #site-navigation.main-navigation {
    width: 71%;
  }
}

@media screen and (min-width: 1780px) {
  #site-navigation.main-navigation {
    width: 73%;
  }
}

@media screen and (min-width: 62.5em) {
  .search-box {
    margin-right: 6px;
    padding: 0;
    margin-top: -3px;
    margin-left: -6px;
  }

  .search-box i {
    display: flex !important;
    color: #555;
  }

  .search-box form {
    display: none;
  }

  .mail-box i {
    font-size: 18px;
    margin-top: 0px;
    transition: 0.2s ease-in-out;
  }

  #cartIcon, .membership i, .search-box i {
    transition: transform 0.15s ease;
    cursor: pointer;
  }

  #cartIcon:hover {
    transform: scale(1.1);
  }

  #cartIcon:hover:before, .membership i:hover, .search-box i:hover, .mail-box i:hover {
    transform: scale(1.1);
  }

  .snav .membership {
    position: relative !important;
    width: auto !important;
    padding: 0 !important;
    overflow: visible;
  }

  .snav .membership>i {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 12px;
    margin-right: 12px;
    cursor: pointer;
    padding: 0;
  }

  .snav .membership>ul.cf {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 32px) !important;
    right: 0 !important;
    left: auto !important;
    width: 180px !important;
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    z-index: 99999;
  }

  .snav .membership.On>ul.cf {
    display: block !important;
  }

  .snav .membership>ul.cf>li {
    display: block !important;
    width: 100% !important;
    list-style: none !important;
    line-height: 1.7em;
  }

  .snav .membership>ul.cf>li[style*="display:none"] {
    display: none !important;
  }

  .snav .membership>ul.cf>li>a {
    display: block;
    padding: 9px 14px;
    border: none;
  }

  .snav .membership>ul.cf>li>a:hover {
    background: #f3f4f6;
  }
}

@media (min-width: 1366px) {
  #site-navigation ul ul {
    min-width: 140px !important;
  }

  #site-navigation ul ul::before {
    position: absolute;
    content: "";
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    width: 0;
    height: 0;
  }
}