@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}

@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 65.5% !important;
}

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, 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 {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #7d482b;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 10px;
}

@media screen and (max-width: 834px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner2 {
  margin: 0 auto;
  max-width: 1000px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
  max-width: 1000px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "メイリオ", "Meiryo", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.error_link h2 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #7d482b;
}

.error_link a:hover {
  text-decoration: underline;
}

.pankuzu {
  font-size: 13px;
  color: #7d482b;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li span {
  font-weight: bold;
}

.pankuzu a {
  color: #7d482b;
  text-decoration: none;
  font-weight: bold;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.pankuzu li:first-child {
  padding-left: 20px;
  position: relative;
}

.pankuzu li:first-child:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: bold;
}

.breadcrumb {
  text-align: right;
}

.tel-link a {
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .tel-link a {
    pointer-events: auto;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  background: #230e05;
  position: relative;
}

@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 46px;
  }
}

body {
  background: url(../images/contents/bg.gif) center top;
}

body #contents {
  background: transparent;
}

.header-bd {
  border-bottom: 1px solid #a87b51;
  padding: 5px 0;
}

.header-wrap .siteID {
  text-align: left;
  padding: 10px 0;
}

.header-fle1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-fle1 .header-text1 {
  text-align: left;
  font-size: 12px;
  color: #c4b3ab;
}

@media screen and (max-width: 834px) {
  .header-fle1 .header-text1 {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .header-fle1 .header-text1 .blk {
    display: block;
  }
}

.header-fle1 .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 834px) {
  .header-fle1 .ul1 {
    display: none;
  }
}

.header-fle1 .ul1 li:nth-of-type(n + 2) {
  position: relative;
}

.header-fle1 .ul1 li:nth-of-type(n + 2):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}

.header-fle1 .ul1 li a {
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
}

#mainArea {
  position: relative;
}

@media screen and (max-width: 640px) {
  #mainArea {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#mainArea .siteID {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  #mainArea .siteID {
    width: 500px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .siteID {
    width: 400px;
  }
}

@media only screen and (max-width: 500px) {
  #mainArea .siteID {
    width: 90%;
  }
}

#mainArea ul li img {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 480px !important;
}

@media screen and (max-width: 834px) {
  #mainArea ul li img {
    height: 400px !important;
  }
}

#mainArea .maintxt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 18%;
  width: 100%;
}

@media screen and (max-width: 834px) {
  #mainArea .maintxt {
    top: 30%;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .maintxt {
    width: 130% !important;
    top: 35%;
  }
}

#mainArea .mainfle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  z-index: 111;
  width: 1000px;
  position: absolute;
  bottom: 15px;
}

@media only screen and (max-width: 1050px) {
  #mainArea .mainfle {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .mainfle {
    display: none;
  }
}

#mainArea .mainfle a:hover {
  opacity: 1;
}

#nav_global {
  display: none !important;
}

.mainflech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  z-index: 111;
  width: 1000px;
  margin: -10px auto 0;
}

@media only screen and (max-width: 1050px) {
  .mainflech {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .mainflech {
    display: none;
  }
}

.mainflech a:hover {
  opacity: 1;
}

.snsfle {
  display: none;
}

@media screen and (max-width: 834px) {
  .snsfle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 10px;
    top: 16px;
    z-index: 11111111111111111111111111;
  }
  .snsfle a {
    margin-right: 15px;
  }
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 12px;
  background: #dbcead;
}

footer#global_footer #copy {
  background: #FFFFFF;
  font-size: 10px;
  padding: 5px 0;
  display: block;
}

footer#global_footer #copy div {
  text-align: right;
}

@media only screen and (max-width: 400px) {
  footer#global_footer #copy div {
    text-align: left;
  }
}

footer#global_footer #copy div a {
  color: #7d482b;
}

.footer {
  border-top: 3px solid #B49A8F;
  padding: 20px 0 50px;
  background: #E3D2BF;
  position: relative;
}

.footer:before {
  position: absolute;
  content: "";
  background: url(../images/contents/footer_bg.gif);
  height: 25px;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-wrap .pagetop {
  position: absolute;
  top: -70px;
  right: 0;
}

.footer-left {
  width: 49%;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .footer-left {
    width: 100%;
  }
}

.footer-left .text1 {
  font-weight: bold;
}

.footer-address .tel-link a {
  color: #7d482b;
}

.footer-address p .blk {
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .footer-address p .blk {
    margin-left: 0;
    display: block;
  }
}

.footer-right {
  width: 49%;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .footer-right {
    width: 100%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 834px) {
  .footer-right .nav {
    display: none;
  }
}

.footer-right .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-right .nav-item {
  margin-right: 15px;
}

.footer-right .nav-item a {
  color: #7d482b;
  display: block;
  text-decoration: underline;
}

.footer-right p {
  font-size: 10px;
}

.footer-right p .blk {
  display: block;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
/*　ハンバーガーボタン　*/
.hamburger {
  display: none;
}

@media screen and (max-width: 834px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 10px;
    top: 7px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
}

nav.globalMenuSp ul {
  background: #230e05;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
  padding: 0 10px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  text-align: left;
  padding-left: 20px;
}

nav.globalMenuSp ul li:first-child {
  margin-top: 50px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.globalMenuSp .nav_menu_ul .nav-item1 {
  border-bottom: 1px solid #483014;
}

.mainimage-fle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin: -180px auto 0 auto;
  z-index: 111;
  width: 1000px;
  position: relative;
}

.mainimage-fle a:hover {
  opacity: 1;
}

#contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  #contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents #main {
  margin-right: 40px;
}

@media only screen and (max-width: 1000px) {
  #contents #main {
    margin-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents #main {
    width: 100%;
    margin-bottom: 60px;
  }
}

#contents #side {
  width: 240px;
}

@media only screen and (max-width: 1000px) {
  #contents #side {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  #contents #side {
    display: none;
  }
}

#col_side2 {
  width: 240px !important;
}

@media only screen and (max-width: 1000px) {
  #col_side2 {
    width: 200px !important;
  }
}

@media screen and (max-width: 640px) {
  #col_side2 {
    width: 240px !important;
    min-width: auto !important;
  }
}

#col_side2 .left-menuwrap {
  padding: 0 15px;
  background: #dbcead;
}

#col_side2 .left-menuwrap .banner {
  border-top: 1px solid #ece4d1;
  border-bottom: 1px solid #bcaa80;
  padding: 3px 5px;
}

#col_side2 .left-menuwrap .banner:last-child {
  border-bottom: none;
}

#col_side2 .left-menuwrap .banner a {
  font-size: 12px;
  color: #7d482b;
  font-weight: 400;
  background: none !important;
  padding-left: 30px;
  position: relative;
}

#col_side2 .left-menuwrap .banner a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/lmenubg.png);
  width: 20px;
  height: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#col_side2 .left-menuwrap .banner a:hover {
  opacity: 1;
  background: #fff !important;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.index-text1 div {
  display: inline-block;
  border: 5px solid #a87b51;
  background: #fff;
  padding: 10px;
  color: #3e0001;
  font-size: 18px;
  font-weight: bold;
}

.index-text1 div .col1 {
  color: #e11c22;
}

.index-wrap-fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 20px;
}

@media screen and (max-width: 640px) {
  .index-wrap-fle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.index-wrap-fle .index-wrap1 {
  width: 32%;
}

@media screen and (max-width: 640px) {
  .index-wrap-fle .index-wrap1 {
    width: 220px;
  }
  .index-wrap-fle .index-wrap1:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.index-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-slider .slick-track > article {
  margin: 0 10px;
  padding: 15px 15px 20px 15px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(219, 206, 173, 0.1);
          box-shadow: 0 0 10px rgba(219, 206, 173, 0.1);
}

.index-slider .slick-track > article img {
  height: 14vw !important;
  width: 100% !important;
  min-height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center top;";
  margin: 0 auto;
}

.index-slider .slick-track > article a.name {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
  text-decoration: none;
}

.index-slider .slick-track > article p.price {
  text-align: right;
}

.index-slider .slick-track > article > button,
.index-slider .slick-track > article p.soldout {
  display: none;
}

.index-slider .name {
  color: #333;
  font-weight: 500;
}

.index-fle1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 500px) {
  .index-fle1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.index-fle1 .box {
  width: 49%;
}

@media only screen and (max-width: 500px) {
  .index-fle1 .box {
    width: 100%;
    text-align: center;
  }
  .index-fle1 .box:first-child {
    margin-bottom: 8px;
  }
}

div.items {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  div.items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

div.items article {
  width: 29% !important;
}

@media screen and (max-width: 640px) {
  div.items article {
    width: 48% !important;
    margin-left: 0 !important;
  }
}

div.items article .photo {
  width: 100% !important;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search #keyword {
  display: none;
}

div.search div.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

@media screen and (max-width: 640px) {
  .order ul li a {
    font-size: 12px !important;
  }
}

div.items > article p.price {
  color: #b50000 !important;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl,
  button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #cccccc;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #ffffff !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #cccccc !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #cccccc;
}

.shop_cont a,
.item_info a {
  color: #cccccc;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.shop_cont table {
  table-layout: auto;
}

.newitem-wrap .items {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newitem-wrap .items article {
  width: 29% !important;
}

@media screen and (max-width: 640px) {
  .newitem-wrap .items article {
    width: 47% !important;
  }
}

.newitem-wrap .items article .photo {
  width: 100% !important;
}

.newitem-wrap .items article .name,
.newitem-wrap .items article .price {
  display: none;
}

article.item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

article.item div.photo {
  width: 100% !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

article.item div.photo div.large img {
  width: auto !important;
  max-height: 350px;
  min-height: 350px;
}

article.item div.photo div.small {
  max-width: 100% !important;
}

article.item div.photo div.small ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.item div.item_view {
  max-width: 100% !important;
}

article.item div.item_view h2 span {
  display: none;
}

.addcart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 1%;
}

div.item_option dl {
  width: auto !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
}

div.item_option dl dt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: none;
  max-width: 100px;
}

div.item_option dl dd {
  max-width: 70px;
  min-width: 70px;
}

div.item_option a {
  display: none;
}

div.detail {
  border-top: 2px solid #ccc;
  padding-top: 30px;
  font-size: 12px;
}

div.detail h3 {
  font-size: 15px;
  color: #b3b3b3;
}

div.sku1 ul li {
  letter-spacing: -0.5px;
}

.sku p.price {
  color: #b50000 !important;
}

.postage {
  display: none;
}

#sumcart ul li p.number {
  display: none !important;
}

.attr {
  padding-left: 20px;
}

#cart .name {
  color: #7d482b;
}

#entry dl dd {
  width: 70%;
}

.item_view ul li {
  display: inline-block !important;
  width: auto !important;
}

.item_view ul li a {
  background: #230e05 !important;
  border-radius: 5px !important;
  color: #fff;
}

.search #keyword {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 10px;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #dbcead;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1020px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1020px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1020px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1020px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1020px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1020px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.con100-2 {
  margin-left: calc(((1200px - 100%) / 2) * -1);
  margin-right: calc(((1200px - 100%) / 2) * -1);
}

@media screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 46px !important;
  }
}

/* ----------------------------------------------------------
meanmenu
---------------------------------------------------------- */
.mean-bar {
  background: #230e05 !important;
  position: fixed !important;
}

.mean-bar .mean-nav {
  background: #230e05 !important;
  position: fixed;
  margin-top: 42px !important;
}

.mean-bar .mean-nav .mean-expand {
  width: 35px !important;
  height: 35px !important;
}

/* ------------------------------------------------------------
company.html
------------------------------------------------------------ */
.pankzu5 div {
  font-size: 10px;
}

.pankzu5 div a {
  color: #b93b3b;
  text-decoration: underline;
  padding-right: 10px;
}

.title_1 {
  background-image: url(../images/contents/h3_bg.png);
  background-repeat: no-repeat;
  border-radius: 0 5px 5px 0;
}

.title_1 h2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  padding: 4px 20px;
}

.title_1_pr {
  background-image: url(../images/contents/h3_bg.png);
  background-repeat: no-repeat;
  border-radius: 5px;
}

.title_1_pr h2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  padding: 4px 20px;
}

@media screen and (max-width: 834px) {
  .title_1_pr h2 {
    font-size: 1.71vw;
  }
}

@media screen and (max-width: 640px) {
  .title_1_pr h2 {
    font-size: 2.66vw;
    padding: 4px 5px;
  }
}

.title_1ch {
  background: #ad9489;
  border-radius: 5px;
}

.title_1ch h2 {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.company-dl1 dl dt {
  border-color: #797035 !important;
  background: #dbcead !important;
  color: #797035;
}

@media only screen and (max-width: 450px) {
  .company-dl1 dl dt {
    width: 30% !important;
  }
}

.company-dl1 dl dd {
  border-color: #797035 !important;
  background: #fff !important;
}

@media only screen and (max-width: 450px) {
  .company-dl1 dl dd {
    width: 70% !important;
  }
}

.company-dl1 dl dd a {
  color: #7d482b;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.title_2 {
  background-image: url(../images/contents/frame_top.png);
  background-repeat: no-repeat;
}

.title_2 h2,
.title_2 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  padding: 4px 20px;
}

.title_2ch {
  background: #ad9489;
  border-radius: 5px 5px 0 0;
}

.title_2ch h2 {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.title_1-rch {
  background: #ad9489;
  border-radius: 5px;
}

.title_1-rch h2 {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #aa0000;
}

.contact-text1 div .blk {
  display: block;
}

.contact-wrap1 {
  border: 3px solid #ad9489;
  background: #ece1d4;
  padding: 10px 20px;
}

.contact-wrap1 .contact-fle1 .box:first-child div {
  font-weight: bold;
  display: block;
  font-size: 15px;
}

.contact-wrap1 .contact-fle1 .box:last-child div {
  color: #b00000;
  font-size: 15px;
}

.contact-form dl dt {
  background: #dbcead !important;
  width: 160px !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  color: #6e6040 !important;
}

@media screen and (max-width: 640px) {
  .contact-form dl dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.contact-form dl dd {
  width: calc(100% - 160px) !important;
  color: #000 !important;
}

.contact-form dl dd textarea {
  height: 100px;
}

.mail.title {
  display: none;
}

.form_wrap.message {
  margin-top: 260px !important;
}

.confirm.contact-form {
  margin-top: 150px;
}

.form_wrap.error {
  margin-top: 150px;
}

.contact-text2 div .blk {
  display: block;
}

.contact-text2 div a {
  color: #b93b3b;
  text-decoration: underline;
}

/* ------------------------------------------------------------
orderflow.html
------------------------------------------------------------ */
.orderflow-wrap1 {
  border: 3px solid #ad9489;
  background: #ece1d4;
  padding: 10px;
}

.orderflow-wrap1 .orderflow-fle1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 834px) {
  .orderflow-wrap1 .orderflow-fle1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.orderflow-wrap1 .orderflow-fle1 .box:first-child {
  width: calc(100% - 220px);
}

@media screen and (max-width: 834px) {
  .orderflow-wrap1 .orderflow-fle1 .box:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}

.orderflow-wrap1 .orderflow-fle1 .box:last-child {
  width: 200px;
}

@media screen and (max-width: 834px) {
  .orderflow-wrap1 .orderflow-fle1 .box:last-child {
    text-align: center;
    width: 100%;
  }
}

.orderflow-wrap1 .orderflow-fle1 .box:last-child h3 {
  display: none;
}

.orderflow-wrap1 .orderflow-fle1 .box:last-child div {
  text-align: center;
}

.orderflow-wrap1 .orderflow-fle1 .box:last-child div img {
  width: auto !important;
}

/* ------------------------------------------------------------
leather.html
------------------------------------------------------------ */
.leather-wrap-fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.leather-wrap-fle .leather-wrap1 {
  width: 49%;
}

.leather-wrap-fle .leather-imgtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.leather-wrap-fle .leather-imgtext:nth-of-type(n + 3) {
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .leather-wrap-fle .leather-imgtext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.leather-wrap-fle .leather-imgtext .box1 {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .leather-wrap-fle .leather-imgtext .box1 {
    width: 100%;
    margin-top: 10px;
  }
}

.leather-wrap-fle .leather-imgtext .box2 {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .leather-wrap-fle .leather-imgtext .box2 {
    width: 100%;
  }
}

.leather-wrap-fle .leather-imgtext .box2 .title_6 h3 {
  background: #6a3906;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  padding: 3px 10px;
}

.leather-wrap-fle .leather-imgtext .box2 .text1 {
  background: #fff;
  border-radius: 10px;
  font-size: 11px;
  padding: 3px;
}

.bracketstext .text1 div .blk {
  display: block;
}

.leather-fle1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .leather-fle1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.leather-fle1 .box:first-child {
  width: 53%;
}

@media screen and (max-width: 834px) {
  .leather-fle1 .box:first-child {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

.leather-fle1 .box:last-child {
  width: 45%;
}

@media screen and (max-width: 834px) {
  .leather-fle1 .box:last-child {
    width: 100%;
  }
}

/* ------------------------------------------------------------
service.html
------------------------------------------------------------ */
.service-ul1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service-ul1 ul li {
  font-size: 18px;
  font-weight: bold;
  padding: 3px;
  border-top: 3px dotted #6a3906;
}

.service-ul1 ul li:last-child {
  border-bottom: 3px dotted #6a3906;
}

@media screen and (max-width: 834px) {
  .service-ul1 ul li {
    font-size: 15px;
  }
}

.service-text1 div {
  background-color: #ffc58a;
  font-weight: bold;
  padding: 5px;
}

.service-text2 div {
  background-color: #fffbf7;
  padding: 5px;
}

.title_8 {
  background-image: url(../images/contents/h2_bg.png);
  background-repeat: no-repeat;
  border-radius: 0 5px 5px 0;
}

.title_8 h2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  padding: 8px 20px;
}

@media screen and (max-width: 834px) {
  .title_8ch1 h2 {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 500px) {
  .title_8ch1 h2 {
    font-size: 3.2vw !important;
  }
}

@media screen and (max-width: 834px) {
  .title_8ch2 h2 {
    font-size: 1.87vw !important;
  }
}

@media screen and (max-width: 640px) {
  .title_8ch2 h2 {
    padding: 8px 10px !important;
    font-size: 2.93vw !important;
  }
}

.title_8ch3 {
  border-radius: 5px !important;
}

@media screen and (max-width: 834px) {
  .title_8ch3 h2 {
    padding: 8px 10px !important;
    font-size: 13px !important;
  }
}

@media screen and (max-width: 640px) {
  .title_8ch3 h2 {
    font-size: 2.93vw !important;
  }
}

.title_8ch4 {
  border-radius: 5px !important;
  background-position: center;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  .title_8ch4 h2 {
    padding: 8px 10px !important;
    font-size: 11px !important;
  }
}

@media screen and (max-width: 640px) {
  .title_8ch4 h2 {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 500px) {
  .title_8ch4 h2 .spblk {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .title_8ch5 h2 {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 640px) {
  .title_8ch5 h2 {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 500px) {
  .title_8ch5 h2 {
    padding: 8px 10px !important;
    font-size: 2.93vw !important;
  }
}

.title_8ch6 {
  border-radius: 5px !important;
  background-position: center;
  line-height: 1.2;
}

.title_8ch7 {
  border-radius: 5px !important;
}

@media screen and (max-width: 834px) {
  .title_8ch7 h2 {
    padding: 8px 10px !important;
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 500px) {
  .title_8ch7 h2 {
    font-size: 2.93vw !important;
  }
}

.title_8ch8 {
  border-radius: 5px !important;
}

@media only screen and (max-width: 500px) {
  .title_8ch8 h2 {
    font-size: 14px !important;
  }
}

/* ------------------------------------------------------------
lapping.html
------------------------------------------------------------ */
.lapping-wrap1 {
  position: relative;
}

.lapping-wrap1 .lapping-text1 {
  position: absolute;
  bottom: 25%;
  left: 50px;
  width: 40%;
}

@media only screen and (max-width: 900px) {
  .lapping-wrap1 .lapping-text1 {
    bottom: 15%;
    left: 40px;
  }
}

.lapping-wrap1 .lapping-text1 div {
  color: #522800;
  font-weight: bold;
  font-family: Noto Serif JP;
}

.lapping-text2 {
  padding-left: 50px;
}

@media screen and (max-width: 640px) {
  .lapping-text2 {
    padding-left: 0;
  }
}

.lapping-text2 div {
  color: #522800;
  font-weight: bold;
  font-family: Noto Serif JP;
}

/* ------------------------------------------------------------
tokushou.html
------------------------------------------------------------ */
.tokushou-dl1 dl dt {
  border-color: #797035 !important;
  background: #dbcead !important;
  color: #797035;
}

@media only screen and (max-width: 1000px) {
  .tokushou-dl1 dl dt {
    width: 131px !important;
  }
}

.tokushou-dl1 dl dd {
  border-color: #797035 !important;
  background: #fff !important;
}

@media only screen and (max-width: 1000px) {
  .tokushou-dl1 dl dd {
    width: calc(100% - 131px) !important;
  }
}

.tokushou-dl1 dl dd a {
  color: #7d482b;
}

.tokushou-dl1 dl dd .ch1 {
  color: #b93b3b;
  text-decoration: underline;
}

/* ------------------------------------------------------------
about.html
------------------------------------------------------------ */
@media screen and (max-width: 834px) {
  .about-fle1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.about-fle1 .box:first-child {
  width: 270px;
}

@media screen and (max-width: 834px) {
  .about-fle1 .box:first-child {
    width: 100%;
    margin-top: 15px;
  }
}

.about-fle1 .box:first-child div {
  font-weight: bold;
}

.about-fle1 .box:first-child div .blk {
  display: block;
}

@media screen and (max-width: 834px) {
  .about-fle1 .box:first-child div .blk {
    display: none;
  }
}

.about-fle1 .box:last-child {
  width: calc(100% - 285px);
}

@media screen and (max-width: 834px) {
  .about-fle1 .box:last-child {
    width: 100%;
    text-align: center;
  }
}

/* ------------------------------------------------------------
privacy_policy.html
------------------------------------------------------------ */
.title_10 h2 {
  font-size: 16px;
  font-weight: bold;
}

.privacy_policy-text1 div a {
  color: #b93b3b;
  text-decoration: underline;
}

/* ------------------------------------------------------------
sale.html
------------------------------------------------------------ */
.sale-text1 div {
  color: #aa0000;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .sale-text1 div {
    font-size: 16px;
  }
}

.title_8 h2 .col-y {
  color: #ffff80;
}

.title_1-r h2 {
  color: #aa0000;
}

.mail-text1 a {
  color: #b93b3b;
}

div.items > article a.photo img {
  display: block;
}

div.items > article a.photo {
  height: auto !important;
}

@media screen and (max-width: 834px) {
  div.items article {
    margin-left: 5%;
    margin-right: 5%;
    width: 40% !important;
  }
}

@media screen and (max-width: 640px) {
  div.items article {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.ttl_cart_detail div {
  background: #88573b;
  background: -webkit-gradient(linear, left top, left bottom, from(#88573b), color-stop(49%, #88573b), color-stop(50%, #70452f), to(#70452f));
  background: linear-gradient(to bottom, #88573b 0%, #88573b 49%, #70452f 50%, #70452f 100%);
  border: 2px solid #42210b;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  padding: 3px 10px;
  text-align: center;
}

.item_description {
  background: url(../images/common/item_mk.png) no-repeat center top;
  background-size: contain;
  line-height: 1.7;
  min-height: 295px;
}

@media screen and (max-width: 640px) {
  .item_description {
    background: none;
    border: 3px double #41210f;
  }
}

.detail {
  position: relative;
}

.detail:before {
  content: "商品詳細";
  position: absolute;
  top: -30px;
  font-size: 1.5em;
}

div.detail {
  padding-top: 0;
  margin-top: 50px;
}

div.item_view h2 {
  margin: 0px;
  font-size: 21px;
  line-height: 26px;
}

div.item_view p.soldout {
  color: #ff0000;
  font-size: 1.25em;
  font-weight: bold;
}

div.attr h3 {
  font-size: 1.5em;
  color: #7d482b;
}

.item_show01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -27px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .item_show01 {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .item_show01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.itemlist01 {
  width: 29% !important;
  margin-left: 30px !important;
  margin-bottom: 27px;
}

@media screen and (max-width: 834px) {
  .itemlist01 {
    width: 26% !important;
  }
}

@media screen and (max-width: 640px) {
  .itemlist01 {
    width: 48% !important;
    margin-left: 0 !important;
    margin-right: 1%;
  }
}

.itemlist01 .small {
  display: none;
}

.itemlist01 .item_option {
  display: none;
}

.itemlist01 .detail {
  display: none;
}

.itemlist01 .large {
  margin: 0 !important;
  height: 200px !important;
  overflow-y: hidden;
}

@media screen and (max-width: 834px) {
  .itemlist01 .large {
    height: 145px !important;
  }
}

.itemlist01 .large img {
  min-height: auto !important;
}

.itemlist01 article.item {
  margin-top: 0px;
}

.itemlist01 div.struct {
  margin-top: 0px !important;
}

.itemlist01 .item_view {
  margin-left: 0 !important;
  padding-top: 10px;
  min-width: auto !important;
}

.itemlist01 .item_view h2 {
  font-size: 16px;
  color: #111111;
}

.itemlist01 .item_view div.sku {
  width: 100%;
}

.itemlist01 .item_view div.sku .price {
  font-size: 12px;
  color: #b50000;
  text-align: center;
}

.item_show02 article button {
  display: none;
}

.item_show02 .soldout {
  display: none;
}
/*# sourceMappingURL=common_style.css.map */