@charset "utf-8";

html {
  font-size: calc(112.5% + 0.25vw);
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-weight: 500;
  color: #333;
  font-family: font-family: 'Lato', sans-serif;
  font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,Arial,Helvetica,Verdana,sans-serif,"ＭＳ Ｐゴシック","MS PGothic";
  font-size: 17px;
}

h1 {
  font-size: 2.3em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h1,
h2,
h3 {
  font-weight: 700;
  font-weight: bold;
}

h1,h3 {
  margin-bottom: 3em;
}

h2 {
  color: #E50012;
  margin-bottom: 1.5em;
}

.plusicon::before {
  content: "\ea0a";
  font-family: "icomoon";
  font-weight: normal;
  color: #0D28F2;
  margin-right: .5em;
}

.plusicon::after {
  content: "\ea0a";
  font-family: "icomoon";
  font-weight: normal;
  color: #F20D0D;
  margin-left: .5em;
}

span.b {
  color: #0D28F2;
}

span.r {
  color: #F20D0D;
}


.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E50012;
}

.heading::before,
.heading::after {
  width: 3px;
  height: 40px;
  background-color: #E50012;
  content: '';
}

.heading::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.heading::after {
  transform: rotate(35deg);
  margin-left: 30px;
}

nav {
  text-align: center;
  margin: 0 auto 2em;
  padding: 0;
  width: 100%;
  font-size: 16px;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav li {
  list-style: none;
  display: inline-block;
  padding: 0 1em;
}

nav li:first-child {
  border-left: 2px solid #333;
}

nav li:last-child {
  border-right: 2px solid #333;
}

nav li:not(:last-child){
  border-right: 2px solid #333;
}

nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

nav a:hover {
  color:#E50012;
  text-decoration: none;
}

button {
  border: none;
}

mark {
  background:linear-gradient(transparent 70%, #ffadad 70%);
}

.fas {
font-size: 80%;
}

/*
.btn a {
  padding: 6px 16px;
  color: #fff;
  background-color: #E50012;
  border: 2px solid #E50012;
  border-radius: 6px;
  text-decoration: none;
}

.btn a:hover {
  padding: 6px 16px;
  color: #E50012;
  background-color: #fff;
  border: 2px solid #E50012;
  border-radius: 6px;
  text
  */

    a.btnt {
      font-size: 18px;
      display: block;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      position: relative;
      white-space: nowrap;
      max-width: 300px;
      margin: 1em auto;
      padding: 12px 12px;
      font-weight: bold;
      border-radius: 10px;
      color: #fff;
      background-color: #c83232;
      border: 3px solid #931818;
      box-shadow: 3px 3px #931818;
      transition: 0.3s ease-in-out;
    }

    a.btnt:hover {
      box-shadow: none;
      transform: translate(3px, 3px);
      color: #fff;
    }

.formbtn {
  padding: 3px 32px;
  color: #fff;
  background-color: #E50012;
  border: 2px solid #E50012;
  border-radius: 6px;
}

[type=submit]:disabled {
  color: #888;
  background-color: #ccc;
  border: 2px solid #ccc;
}

#container {
  background-color: #FeFeFe;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#top {
  background-image: url("https://marukita17.co.jp/wp/wp-content/themes/marukita17wp/images/yshop/bg_ysp_bd.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
  margin: 0 auto;
  text-align: center;
}

/*
background-image: url("https://marukita17.co.jp/wp/wp-content/themes/marukita17wp/images/yshop/bg_yshop.png");
background-position: top;
background-repeat: repeat;
*/

#sales_item {
background-color: #F29600;
padding: 1em 1em 5em;
background: -moz-linear-gradient(top,  rgba(242,150,0,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(242,150,0,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(242,150,0,1) 0%,rgba(255,255,255,0) 100%);
}

#sales_item span {
  background-color: #E50012;
  color: #fff;
  padding: 3px 16px;
  margin: 0 6px;
  font-weight: bold;
}

.txtOpening {
  font-weight: normal;
}

.txtOpening span {
  color: #E50012;
  font-weight: bold;
}

span.salesPoint {
  background-color: #E50012;
  padding: 3px 6px;
  color: #fff;
}

section {
  padding: 40px 0;
}

section:first-child {
  text-align: center;
}

section {
  margin: 0px auto;
  text-align: left;
}

address {
  margin-bottom: 0;
  margin: 0 0 0;
}

#main-area {

}

#okaimono-card {
  border-top: 4px solid #E50012;
  border-left: 4px solid #E50012;
  border-right: 4px solid #E50012;
  border-bottom: 4px solid #E50012;
padding: 2em 1em 1em;
margin: 1em;
}

#contact img {
  max-width: 330px;
}

/* table */

.table tr:last-child {
  border-bottom: 1px solid #dee2e6
}

/* slider */

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

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

.slider .slick-slide {
  margin:0 10px;
}


/* Footer */

footer {
  padding: 40px 0;
  background-color: #F20D0D;
  border-bottom: 40px solid #0D28F2;
}

footer,
#footerBg {
  color: #fff;
  position: relative;
  background-color: #E50012;
  z-index: 10;
}

footer h3 {

}

footer iframe {
  height: 100%;;
}

.footer-info {
  max-width: 750px;
}

#pageTop {
  position: absolute;
  top: -70px;
  right: 30px;
  z-index: 100;
}

.notes {
  color: #555;
  font-size: 85%;
}

.pc,
br.smdbr {
  display: block;
}

.smd,
br.smdbr {
  display: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {

  h2 {
    font-size: 1.6em;
  }
  
  h3 {
    font-size: 1.4em;
  }

  nav li {
    list-style: none;
    display: inline-block;
    padding: 1em 1em;
    width: 100%;
  }
  
  nav li:first-child {
    border-top: 2px solid #333;
    border-left: none;
    border-right: none;
  }
  
  nav li:last-child {
    border-bottom: 2px solid #333;
    border-left: none;
    border-right: none;
  }
  
  nav li:not(:last-child){
    border-bottom: 2px solid #333;
    border-left: none;
    border-right: none;
  }

  .row-0 {
      margin-left:0px;
      margin-right:0px;
  }
  .row-0>div {
      padding-right:0px;
      padding-left:0px;
  }
  .row-10 {
      margin-left:-5px;
      margin-right:-5px;
  }	
  .row-10>div {
      padding-right:5px;
      padding-left:5px;
  }
  .row-20 {
      margin-left:-10px;
      margin-right:-10px;
  }
  .row-20>div {
          padding-right:10px;
          padding-left:10px;
  }
  .row-30{
      margin-left:-15px;
      margin-right:-15px;
   }
  .row-30>div {
      padding-right:15px;
      padding-left:15px;
  }
  .row-40{
      margin-left:-20px;
      margin-right:-20px;
  }
  .row-40>div{
          padding-right:20px;
          padding-left:20px;
  }
  .row-50{
      margin-left:-25px;
      margin-right:-25px;
  }
  .row-50>div{
          padding-right:25px;
          padding-left:25px;
  }
  .row-60{
      margin-left:-30px;
      margin-right:-30px;
  }
  .row-60>div{
          padding-right:30px;
          padding-left:30px;
  }

  }

@media screen and (max-width:599px) {

  a[href^="tel:"] {
    pointer-events: auto;
  }

  .pc,
  br.smdbr {
    display: none;
  }
  
  .smd,
  br.smdbr {
    display: block;
  }

  #contact img {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }

  #kevv {

  }

  #sales_item {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  padding: 1em;
  }

  #sales_item span {
    padding: 3px 6px;
    margin: 3px 2px;
    }

  #okaimono-card {
    border-top: 4px solid #E50012;
    border-left: 4px solid #E50012;
    border-right: 4px solid #E50012;
    border-bottom: 4px solid #E50012;
  padding: 2em 1em 1em;
  margin: 0em;
  }
  
  a.btnt {
    width: 100%;
  }

}


/* icons */

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?oxkyn");
  src: url("../fonts/icomoon.eot?oxkyn#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?oxkyn") format("truetype"),
    url("../fonts/icomoon.woff?oxkyn") format("woff"),
    url("../fonts/icomoon.svg?oxkyn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  top: 1px;
  font-family: "icomoon" !important;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkmenu {
  font-size: 1em;
}

.x2 {
  font-size: 160%;
}

.x4 {
  font-size: 400%;
}

.icon-menu:before {
  font-size: 40px;
}

.icon-mizuhiki:before {
  content: "\e948";
}

.icon-ship:before {
  content: "\e902";
}

.icon-arrow-up-solid:before {
  content: "\e914";
}

.icon-ship:before {
  content: "\e902";
}
.icon-angle-double-right-solid:before {
  content: "\e913";
}
.icon-lot:before {
  content: "\e910";
}
.icon-firefox-brands:before {
  content: "\e90e";
}
.icon-wifi-solid:before {
  content: "\e915";
}
.icon-water-solid:before {
  content: "\e916";
}
.icon-sms-solid:before {
  content: "\e917";
}
.icon-play-circle-solid:before {
  content: "\e918";
}
.icon-phone-square-alt-solid:before {
  content: "\e919";
}
.icon-instagram-square-brands:before {
  content: "\e91a";
}
.icon-lightbulb-solid:before {
  content: "\e91b";
}
.icon-line-brands:before {
  content: "\e91c";
}
.icon-handshake-regular:before {
  content: "\e91d";
}
.icon-envelope-solid:before {
  content: "\e91f";
}
.icon-info-circle-solid:before {
  content: "\e920";
}
.icon-tenge-solid:before {
  content: "\e904";
}
.icon-edge-brands:before {
  content: "\e905";
}
.icon-bluetooth-brands:before {
  content: "\e906";
}
.icon-external-link-alt-solid:before {
  content: "\e907";
}
.icon-bread-slice-solid:before {
  content: "\e908";
}
.icon-paper-plane-solid:before {
  content: "\e909";
}
.icon-file-pdf-solid-1:before {
  content: "\e90a";
}
.icon-crown-solid:before {
  content: "\e90b";
}
.icon-logo_kita:before {
  content: "\e901";
}
.icon-linkmenu:before {
  content: "\e900";
}
.icon-home3:before {
  content: "\e90c";
}
.icon-office:before {
  content: "\e903";
}
.icon-image:before {
  content: "\e90d";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-bullhorn:before {
  content: "\e921";
}
.icon-mic:before {
  content: "\e91e";
}
.icon-files-empty:before {
  content: "\e925";
}
.icon-folder:before {
  content: "\e92f";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-bell:before {
  content: "\e951";
}
.icon-printer:before {
  content: "\e954";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-user:before {
  content: "\e971";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-search:before {
  content: "\e986";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-attachment:before {
  content: "\e9cd";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-bookmarks:before {
  content: "\e9d3";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-question:before {
  content: "\ea09";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-blocked:before {
  content: "\ea0e";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-command:before {
  content: "\ea4e";
}
.icon-shift:before {
  content: "\ea4f";
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-opt:before {
  content: "\ea51";
}
.icon-scissors:before {
  content: "\ea5a";
}
.icon-share:before {
  content: "\ea7d";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-embed2:before {
  content: "\ea80";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-rss2:before {
  content: "\ea9c";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-youtube2:before {
  content: "\ea9e";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-android:before {
  content: "\eac0";
}
.icon-windows8:before {
  content: "\eac2";
}
.icon-chrome:before {
  content: "\ead9";
}
.icon-IE:before {
  content: "\eadb";
}
.icon-safari:before {
  content: "\eadd";
}
.icon-opera:before {
  content: "\eade";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-excel:before {
  content: "\eae2";
}

/* clearfix */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}
