/*
Theme Name: shusui-theme
Theme URI: http://www.mksjapan.com/product/wp/themes/
Author: Marketing Sebastian
Author URI: http://www.mksjapan.com/
Description: Dedicated theme for clients
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shusui-theme

The files located inside the html2wp folder (excluding the html2wp/vendor folder) and other files that are part of the
Simple WordPress Starter Theme (https://github.com/html2wp/simple-wp-starter-theme) are licensed under the GPLv2+.

Ownership of any other files and their copyrights belong to their respective authors.
*/ /* CSS Document */
body {
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}
.swarabi {
  font-family: "Sawarabi Gothic", sans-serif;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}
.noto-serif {
  font-family: "Noto Serif JP", serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.awesome {
  font-family: "FontAwesome";
}
.fa, .fas, .far, .fal, .fad:after {
  margin-right: 6px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
}
h5 {
  font-size: 1.15rem;
}
h6 {
  font-size: 1rem;
}
p {}
a:link, a:visited, a:active {
  color: #8A1A0F;
}
a:hover {
  color: brown;
}
h1 a, h2 a, h3 a, h4 a, h1 a:link, h1 a:hover, h1 a:visited, h1 a:active, h1 a:focus, h2 a:link, h2 a:hover, h2 a:visited, h2 a:active, h2 a:focus, h3 a:link, h3 a:hover, h3 a:visited, h3 a:active, h3 a:frcus, h4 a:link, h4 a:hover, h4 a:visited, h4 a:active, h4 a:focus {
  color: #212529 !important;
}
body.page main, body.post main {
  margin: -20px auto 30px auto;
  width: 80%;
}
header + nav {
  position: static;
}
main#frontpage {
  text-align: center;
  margin-top: -30px;
  width: 100%;
}
#main-menu {
  margin-top: -30px;
}
.jet-nav > .menu-item {
  margin-left: .25em !important;
}
@media (min-width: 544px) {
  .jet-nav > .menu-item {
    margin-left: 2em !important;
  }
}
@media (min-width: 768px) {
  .jet-nav > .menu-item {
    margin-left: 1em !important;
  }
}
@media (min-width: 992px) {
  .jet-nav > .menu-item {
    margin-left: 2em !important;
  }
}
.menu-item-link {
  display: block;
  padding: 6px !important;
}
.menu-item-link-top {
  text-decoration: none;
  pointer-events: none;
}
.homelink .menu-item-link-top {
  pointer-events: auto !important;
}
.homelink .menu-item-link-top:hover {
  text-decoration: underline !important;
}
.homelink.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.jet-nav__item-1659.jet-nav__item a:hover {
  text-decoration: none !important;
}
.jet-nav__sub {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
article.page, article.post {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 544px) {
  article.page, article.post {
    width: 80%;
  }
}
section {
  padding: 15px 0 20px;
}
@media (min-width: 544px) {
  section {
    padding: 30px 0 50px;
  }
}
.page-section {
  padding-top: 0;
}
#page-header {}
#page-header .head-copy {
  margin: 0;
  padding: 0;
}
#page-header .header-border {
  border-bottom: 1px solid lightslategrey;
}
#content {
  min-height: 400px;
}
#page-footer {
  padding: 15px 0 10px;
  font-size: 12px;
}
.navbar-toggler-icon::before {
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 24px;
  color: gray;
}
h3.section-title {
  margin-bottom: 40px;
}
.social-icons {
  width: 42px;
  height: 42px;
  font-size: 18px;
  background: #444;
  border-radius: 21px;
  text-align: center;
  padding: 6px 0;
  line-height: 28px;
  color: #fff;
}
.social-icons:hover, .social-icons:focus {
  color: #eee;
  background: #555;
}
section#mainimg {
  padding: 0;
  background-size: contain
}
.card {
  margin-bottom: 30px;
}
.vertical-box {
  margin-bottom: 20px !important;
}
.vertical-box a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .vertical-box {
    margin-bottom: 0 !important;
  }
}
.vertical-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
.vertical-bnr {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 180px;
}
.vertical-bnr img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.vbnr-textbox {
  position: static;
  top: auto;
  bottom: auto;
  z-index: 4;
}
.vertical-box .vertical-text {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
@media (min-width: 768px) {
  .vertical-bnr {
    position: static;
    overflow: auto;
    height: auto;
  }
  .vertical-bnr img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 100%;
    height: auto;
  }
  .vbnr-textbox {
    display: block;
    position: static;
    top: 0;
    z-index: 4;
    height: 12.5rem;
  }
  .vertical-box .vertical-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }
}
@media (min-width: 992px) {
  .vbnr-textbox {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 4;
    height: 8rem;
  }
}
.vertical-bnr h2 {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  color: white;
  z-index: 3;
  top: 25%;
  left: 0%;
  right: 0%;
  position: absolute;
  font-weight: bolder;
  letter-spacing: 0.25rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .vertical-bnr h2 {
    width: 2.8rem;
    font-size: 30px;
    top: 8%;
    left: calc(50% - 34px);
    right: calc(50% - 34px);
  }
}
.vertical-bnr h2.nomargin {
  margin-top: 0;
}
.vertical-bnr sub::before {
  display: block;
  content: "\A";
}
.shopinfo-block .title, .shopinfo-block .elementor-heading-title {
  position: relative;
  display: inline-block;
}
.shopinfo-block .title::before, .shopinfo-block .elementor-heading-title::before {
  display: none;
}
@media (min-width: 544px) {
  .shopinfo-block .title::before, .shopinfo-block .elementor-heading-title::before {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    content: url("images/icons/ramen-icon.svg");
    position: absolute;
    top: 3px;
    left: -41px;
  }
}
.shopinfo-block .shopbnr-box div, .shopinfo-block .lead p {
  margin: 0;
  padding: 0;
}
.shopnews-block {}
.corp-block .tilebox {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 2px !important;
}
.corp-block .tilebox img.img-thumbnail {
  border: 0 none !important;
  border-radius: 0 !important;
}
.corp-block .tilebox figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: white;
}
.corp-block .tilebox figcaption {
  display: block;
  width: 100%;
  position: absolute;
  top: 15%;
  left: 5%;
  right: 5%;
  z-index: 3;
  color: white;
  text-align: center;
}
@media (min-width: 544px) {
  .corp-block .tilebox figcaption {
    top: 20%;
  }
}
@media (min-width: 768px) {
  .corp-block .tilebox figcaption {
    top: 5%;
  }
}
@media (min-width: 1120px) {
  .corp-block .tilebox figcaption {
    top: 18%;
  }
}
.corp-block .tilebox figcaption h3 {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .corp-block .tilebox figcaption h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .corp-block .tilebox figcaption h3 {
    font-size: 1.25rem;
  }
}
.corp-block .tilebox figcaption p {
  font-size: 0.9rem;
}
.news-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.news-block .title, .news-block h3.elementor-heading-title.elementor-size-default {
  text-align: center;
  margin-left: -1em;
}
.news-block .title::before, .news-block h3.elementor-heading-title.elementor-size-default:before {
  font-family: "FontAwesome";
  margin-right: 5px;
  content: "\f27a";
}
.news-block .card, .news-block .card-header {
  background-color: transparent;
  border: none;
  padding-top: 1rem;
  margin-bottom: 0;
}
.news-block .card-header, .news-block .card-body {
  padding: 0;
}
.card .blockquote {
  font-size: 0.9rem;
}
.news-block .card-header .listtitle, .news-block .entry-title {
  font-weight: bold;
  padding-left: 6px;
  border-left: 4px solid #8A1A0F;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
}
.news-block .elementskit-border-hr {
  display: none;
}
.baner-block .elementor-widget-jet-banner {
  margin-bottom: 0;
}
.news-block .post-meta-list {
  text-align: right !important;
}
.date, .news-block span.meta-date-text {
  display: block;
  font-weight: 100;
  font-size: small;
  text-align: right;
  color: lightslategray;
}
#page-footer ul.menu {
  list-style: none;
  margin-left: 0.1em;
  padding-left: 0;
}
#page-footer ul.menu li {
  margin-bottom: 0.5em;
}
#page-footer ul.menu a:link, #page-footer ul.menu a:visited, #page-footer ul.menu a:active, #page-footer ul.menu a:hover {
  color: dimgrey;
}
.deliver {
  width: 80px;
  height: 4px;
  background: #8A1A0F;
  padding: 0;
  margin: 0 auto;
}
.bg-black {
  background: black;
}
.filterbox-00 {
  display: inline-block;
  background-color: black;
}
.filterbox-01 {
  display: inline-block;
  background-color: rgb(134, 26, 14);
}
.filterbox-02 {
  display: inline-block;
  background-color: rgb(32, 57, 101);
}
.filterbox-03 {
  display: inline-block;
  background-color: rgb(81, 142, 46);
}
.filterbox-04 {
  display: inline-block;
  background-color: rgb(170, 149, 128);
}
.filterbox-05 {
  display: inline-block;
  background-color: rgb(240, 126, 10);
}
.filter-op50 {
  opacity: 0.5;
  display: inline-block;
}
.filter-op60 {
  opacity: 0.6;
  display: inline-block;
}
.filter-op80 {
  opacity: 0.8;
  display: inline-block;
}
[class*="filter-op"]:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.datail-table, .jet-table {
  border-collapse: separate;
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.datail-table th, .jet-table__head-cell {
  min-width: 6em;
  padding: 8px 16px;
  white-space: nowrap;
  background: #921813;
  color: white;
}
.datail-table td, .jet-table__cell-content {
  padding: 8px 16px;
}
.linetext {
  white-space: nowrap;
}
.jet-smart-listing__post-thumbnail.post-thumbnail-featured {
  display: inline-block;
  text-align: center;
}
.jet-smart-listing__post-thumbnail-img.post-thumbnail-img-featured.wp-post-image {
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
.elementor-containe, .elementor-inner, .elementor-section-wrap, .elementor-widget-wrap {
  margin: 0;
  padding: 0;
}
.jet-smart-listing__post-title.post-title-featured, .jet-smart-listing__post-title.post-title-simple {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
.wp-show-posts-columns#wpsp-632 {
  margin-left: 0 !important;
}
.wp-show-posts-columns#wpsp-632 .wp-show-posts-inner {
  margin: 0 !important;
}
.shopnews-block {
  text-align: center;
  justify-content: center !important;
}
.shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts {
  display: flex;
  justify-content: center !important;
}
.shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article {
  position: static;
  text-align: center;
  width: 96%;
  padding: 0 0 20px 0;
  margin: 0 1.5% 30px 1.5%;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
}
@media (min-width: 544px) {
  .shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article {
    width: 96%;
  }
}
@media (min-width: 768px) {
  .shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article {
    width: 44%;
  }
}
@media (min-width: 992px) {
  .shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article {
    width: 22%;
  }
}
.shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article .wp-show-posts-inner {
  margin: 0 !important;
  padding: 10px;
}
.shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article .wp-show-posts-entry-title {
  font-size: 1rem;
  line-height: 19px;
  font-weight: 700;
  color: #212529;
  text-align: left;
}
.shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article .wp-show-posts-entry-meta {
  text-align: right;
  position: relative;
  top: 220px;
  right: 10px;
}
.shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article .wp-show-posts-image {
  position: relative;
  top: -20px;
}
.shopnews-block p {
  margin: 0;
  text-align: left;
}
.shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article .wp-show-posts-entry-summary {
  position: relative;
  top: 0;
  background: #fff;
  overflow: hidden;
  width: 100%;
}
.shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article .wp-show-posts-entry-summary p {
  font-size: 14px;
  height: 117.6px;
  line-height: 1.4;
  position: relative;
}
.shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article .wp-show-posts-entry-summary p:before, .shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article .wp-show-posts-entry-summary p:after {
  background: #fff;
  position: absolute;
}
.shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article .wp-show-posts-entry-summary p:before {
  content: "...";
  top: 94.8px;
  right: 0;
}
.shopnews-block .elementor-widget-container .wp-show-posts-columns.wp-show-posts article .wp-show-posts-entry-summary p:after {
  content: "";
  height: 100%;
  width: 100%;
}
#toptopic .ekit-wid-con .elementskit-post-card .elementskit-entry-header .post-meta-list {
  margin-bottom: 0;
}
h2.strong-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.25rem;
}
#pageiamge {
  width: 100%;
  margin: 0;
  padding: 0;
  positon: static;
  z-index: 99;
}
#pageimage .titlebox {
  width: 95%;
  height: 70%;
  position: absolute;
  top: calc(50%);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 544px) {
  #pageimage .titlebox {
    width: 90%;
    height: 60%;
  }
}
@media (min-width: 768px) {
  #pageimage .titlebox {
    width: 80%;
    height: 50%;
  }
}
@media (min-width: 992px) {
  #pageimage .titlebox {
    width: 50%;
    height: 50%;
  }
}
#pageimage .titlebox h1 {
  line-height: 1.2555;
  padding: 10px;
  color: #ffffff !important;
  font-weight: bold;
}
.titlebox h1 sub {
  display: block;
  font-size: 60%;
}
#pageimage .titlebox p {
  line-height: 1.5555;
  padding: 10px;
  color: #ffffff !important;
  font-weight: bold;
}
.oemgallery {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.oemgallery #gallery-1 img {
  border: 0 none;
  padding: 6px;
}
.solution-box div {
  color: white;
  text-align: center;
}
.solution-box div p, .solution-box div h3, .solution-box div h4, .solution-box div h5 {
  margin: 0;
  padding: 0;
}
.circleimg-box {
  width: 140px;
  height: 140px;
}
@media (min-width: 768px) {
  .circleimg-box {
    width: 240px;
    height: 240px;
    padding: 0;
    margin: 0;
  }
}
.circleimg-box.leftbox {
  background-image: url("images/bg/fcimg-0005.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.circleimg-box.rightbox {
  background-image: url("images/bg/fcimg-0004.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.concept-box {
  background-image: none !important;
}
@media (min-width: 768px) {
  .concept-box {}
}
#freesystem-box {}
ol.circle-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.circle-list li {
  line-height: 20px;
  padding-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
ol.circle-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  color: #464646;
  ;
  display: block;
  float: left;
  line-height: 14px;
  margin-top: 4px;
  margin-left: -30px;
  text-align: center;
  height: 18px;
  width: 18px;
  border: 1px solid #464646;
  border-radius: 50%;
}
.text-outline {
  display: inline-block;
  color: #000;
  letter-spacing: 4px;
  text-shadow:
    2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.boxtitle h2 {
  display: block;
  padding: 10px;
  text-align: center;
  background: #921813 !important;
  color: #fff !important;
  border-radius: 6px;
}
.btn-navylink {
  font-size: 1.3rem;
}
@media (min-width: 544px) {
  .btn-navylink {
    font-size: 2.5rem;
  }
}
.btn-navylink {
  display: block;
  width: 90%;
  padding: 10px;
  background: #203965;
  color: #fff !important;
}
.btn-navylink a {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-navylink a::before {
  font-family: "FontAwesome";
  padding: 10px;
  content: "\f0da";
}
.no_link {
  pointer-events: none;
}
.elementor-element.elementor-widget.elementor-widget-divider .elementor-divider {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.elementor-divider-separator {
  height: 6px;
  max-width: 200px;
  min-width: 100px;
  background: #8A1A0F;
}
.thumbmenu-box{
height:180px;
}
.thumbmenu-box h2 {
height:180px;
line-height:180px;
}
.thumbmenu-box h2 a{
display:block;
width;100%;
height:100%;
text-decoration:none;
}
.elementor-524 .elementor-element.elementor-element-391202b .elementskit-navbar-nav .elementskit-submenu-panel>li.current-menu-item>a {
color: #fff !important;
}