@charset "euc-jp";


a:hover {
    opacity: 0.6;
}

.mg0_pc_20_mb{margin-top: 0px;}
.mg10_mb{margin-top: 10px;}
.mg20_mb{margin-top: 20px;}
.mg25_mb{margin-top: 25px;}
.mg30_mb{margin-top: 30px;}
.mg40_mb{margin-top: 40px;}
.mg50_mb{margin-top: 50px;}
.mg60_mb{margin-top: 60px;}
.mg70_mb{margin-top: 70px;}
.mg80_mb{margin-top: 80px;}
.mg90_mb{margin-top: 90px;}
.mg100_mb{margin-top: 100px;}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
}
.font12{font-size: 12px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font21{font-size: 21px;}

span.prd-lst-exp.prd-lst-span {
    display: none;
}

/* ▼ページ共通<hr>スタイル */
hr {
  margin-top: 10px; /*上スペース*/
  margin-bottom: 10px; /*下スペース*/
  margin-left: 0px; /*左スペース*/
  margin-right: 0px; /*右スペース*/
  border-top: 1px solid #999; /* 幅 スタイル 色 */
}
/* ▲ページ共通<hr>スタイル */

#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

.row {
  max-width: 1170px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #7d0000;
  background-color: #7d0000;
  color: #fff;
  *background-color: #7d0000;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #a50000;
  background-color: #a50000;
  color: #fff;
  *background-color: #a50000;
}

.btn-03 {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,


.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}



.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}


/* ========================================
      PCの場合
======================================== */

body {
  background-color: #fff;
  color: #4d4d4d;
}

body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}


a {
  color: #4d4d4d;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #5e5e5e;
}

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 5px 5px 0 0; background-position: 0 -64px; }
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

.text-block {
  line-height: 2;
}

.ttl-h2 {
  margin:0 0 1em 0;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 160%;
  line-height: 1.5;
}
.ttl-h3 {
  margin-bottom: .7em;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 124%;
}

#container {
  position: relative;
  z-index: 101;
  padding-top: 40px;
}

/* スライダー */

#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  padding-top: 30px;
}

.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 20px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
  }

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }

.header-logo {
  float: left;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
  }

.header-global-nav {
  z-index: 100;
  float: right;
}
  .header-global-nav ul {
    margin-top: 25px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: -1px;
      left: 5px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }


/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  z-index: 555;
}
.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone a {
  display: block;
  padding: 20px 0;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}


/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
}
.side-section li {
  margin: 20px 0;
}
  .side-section li a {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  .side-section li a:hover {
    text-decoration: underline;
  }
  .incart-delivery {
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eeab53;
  }
  .incart-delivery ul {
    margin: 0;
  }
  .incart-delivery li {
    padding: 2px 0;
    margin: 0;
  }
  .incart-delivery li:first-child {
    border-top: none;
  }
  .search-select {
    margin-bottom: 10px;
  }
  .search-box {
    float: left;
    width: 72%;
    display: block;
    padding: 4px 5px;
    box-sizing: border-box;
    height: 30px;
  }
  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
  }
  .side-category-name,
  .side-group-name {
    display: block;
    margin-top: 10px;
  }

/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 84.615%;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    text-decoration: underline;
  }

/* 囲み */
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  word-break: break-all;
}

.info-block {
  line-height: 1.5;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

.main-section {
  padding-left: 3 0px;
}

/* 商品リスト */
.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 10px 0 10px;
}

.prd-lst-img {
  background: #fff;
}
  .prd-lst-img:hover {
    opacity: 0.8;
  }

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 17px;
  font-size: 15px;
}
.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #a1a19f;
  font-size: 13px;
}
.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  color: #b81717;
}

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
  .prd-lst-pager ul {
    position: relative;
    left: 50%;
    float: left;
    padding-top: 15px;
  }
  .prd-lst-pager li {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 4px;
    text-align: center;
    line-height: 26px;
  }
  .prd-lst-pager li a,
  .prd-lst-pager li span {
    display: block;
    float: left;
    min-width: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 .5em;
  }
  .prd-lst-pager li a {
    border: 1px solid #7d0000;
    background-color: #7d0000;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #a50000;
    background-color: #a50000;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }

/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
  text-align: center;
}
  .prd-lst-pager-phone li {
    display: inline;
    margin: 0 10px;
  }
  .prd-lst-pos {
    margin-top: 20px;
  }
  .prd-lst-pos b {
    font-weight: bold;
    font-size: 18px;
  }

/* フッター */
#pagetop {
  width: 49px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 200;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pagetop a {
  padding-right: 10px;
}
.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0 40px 0;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* フッター背景 */
.footer-wrapper {
  padding: 0 0 20px 0;
  border-top: 1px solid #d8d8d2;
  border-bottom: 1px solid #d8d8d2;
  background: #ebebe6;
}

.footer-lst {
  padding: 40px 0 0 40px;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst a {
    color: #4d4d4d;
  }

/* ショップ紹介 */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #a1a19f;
  text-align: center;
  font-style: normal;
}
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
.def-lst-dd:last-child {
  border-bottom: none;
  padding-bottom:0;
}
  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

/* freepage */
.freepage {
  word-break: break-all;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* ========================================
      PCかつRetinaの場合
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
    }

    /* PCかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  #sliderbutton {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 40px;
      height: 60px;
    }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }

  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }

  .icon-cart:before { background-position: 0; }
  .icon-search:before { background-position: 0 -24px; }
  .icon-user:before { background-position: 0 -48px; }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px; margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before { background-position: 0 -120px; }
  .icon-left:before { background-position: 0 -144px; }

  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
  }

  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
  }

  .header-logo {
    padding-top: 10px;
  }
  .header-logo {
    width: 60%;
  }

  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* メイン */
  .main-section {
    padding-left: 0;
  }

  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }

  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }

  /* フッター */
  #pagetop {
    width: 54px;
    margin: 30px auto;
    display: block !important;
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #pagetop a {
    padding-right: 15px;
  }
  .footer-wrapper {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #4d4d4d;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #444444;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px solid #444444;
    }
    .footer-lst a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }
  .copyright {
    font-size: 10px;
  }
  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
      }

      /* スマホかつRetinaでアイコンを白にする場合 */
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}

/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}

.img-stagesize {
	width: 100%;
	height: 880px;
}
#wowslider-container1 { 
	display: block;
	/*max-width: 640px;*/
	height: 100%;
	/*max-height:360px;*/
	margin: 0 auto;
	z-index:90;
	text-align:left; /* reset align=center */
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	transition: all ease 0.2s;


}

  /* ========================================
       背景色の場合
  ======================================== */
.column {
    margin-left: calc(((100vw - 100%) / 2) * -0.95);
    margin-right: calc(((100vw - 100%) / 2) * -0.95);
    background-color: #b9b9b9;
}
.column2 {
    margin-left: calc(((100vw - 100%) / 2) * -0.95);
    margin-right: calc(((100vw - 100%) / 2) * -0.95);
    background-color: #b9b9b9;
}
.column .col-lg-12.col-md-12.col {
    background-image: url(https://ryusen-hamono.com/shop-pro/img/top/back-washi.jpg);
    height: 600px;
　　display: inline-table!important;
  padding: 0;

}
.column2 .col-lg-12.col-md-12 {
    background-image: url(https://ryusen-hamono.com/shop-pro/img/top/back-washi.jpg);
　　display: inline-table!important;
}

 /* ========================================
       TOP修正20211011
  ======================================== */
img.c_t1 {
    margin-top: 6%;
}
img.c_t2 {
    margin-top: 5%;
}

.column .prd-lst-unit {
    padding: 0 0px 0 0px;
}
.column2 .prd-lst-unit {
    padding: 0 0px 0 0px;
}

.column_brandimage01 {
    background-image: url(https://ryusen-hamono.com/shop-pro/img/top/cg01_brandimage01.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: inherit;
    height: -webkit-fill-available;
}

img.img-stagesize-c2 {
    width: auto;
    margin: auto;
    display: block;
}
.oshirase_w li {
    font-size: larger;
    line-height: 2em;
}

.col-lg-12.col-md-12.mg70.oshirase_w {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.col-lg-3.col-md-6.col.knosp {
    padding: 0;
}

.top_osusume.padding100 .recommend-block {
    color: #e8e8e8;
    font-size: 13px;
    border-bottom: 0px solid #dbdbdb;
}

a.nosp img {
    width: 100%;
}

a.nosp {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

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

.top_banner {
    display: table;
}
.bg-hr {
    width: 100%;
    /* background-image: url(https://ryusen-hamono.com/shop-pro/img/top/line_gl.png); */
    background-repeat-x: inherit;
    display: block;
    height: 66px;
    position: absolute;
    background-position: center;
}
.bg-hw {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* background-image: url(https://ryusen-hamono.com/shop-pro/img/top/title-line_wh.png); */
    background-repeat-x: no-repeat;
    height: 66px;
    position: absolute;
    background-position: bottom;
    z-index: 10;
    display: revert;
}
img.img-hr {
z-index: 11;
    margin: auto;
    display: block;
}
.img-stagesize {
    width: 100%;
    height: 780px;

    object-fit: cover;
}

img.img-stagesize-c {
    width: 100%;
    margin: auto;
    display: block;
}
.top_topics {
    width: 100%;
    display: flow-root;
    /* position: relative; */
    /* height: auto; */
}
.top_kitchenknife {
    display: flow-root;
}

.margin20 {
    margin: 20px 0 20px 0;
}

.width20 {
    width: 20%;}

.top_osusume.padding100 {
    background-color: #e8e8e8;
    width: 100vw;
    position: relative;
    left: 49%;
    transform: translateX(-50%);
	background-image: url(https://ryusen-hamono.com/shop-pro/img/top/back-washi.jpg);
}

.top20mm {
    height: 20px;
    display: flex;
    width: 100%;
}
.top30mm {
    height: 30px;
    display: flex;
    width: 100%;
}
.top40mm {
    height: 40px;
    display: flex;
    width: 100%;
}
.top50mm {
    height: 50px;
    display: flex;
    width: 100%;
  }
.top60mm {
    height: 60px;
    display: flex;
    width: 100%;
  }
.top70mm {
    height: 70px;
    display: flex;
    width: 100%;
  }
.top80mm {
    height: 80px;
    display: flex;
    width: 100%;
   }
.top90mm {
    height: 90px;
    display: flex;
    width: 100%;
   }
.top100mm {
    height: 100px;
    display: flex;
    width: 100%;
   }
  .top120mm {
    height: 120px;
    display: flex;
    width: 100%;
}
.top30mm {
    height: 30px;
    display: flex;
    width: 100%;
}
.mg10 {margin-top: 10px;}
.mg20 {margin-top: 20px;}
.mg30 {margin-top: 30px;}
.mg40 {margin-top: 40px;}
.mg50 {margin-top: 50px;}
.mg60 {margin-top: 60px;}
.mg70 {margin-top: 70px;}
.mg80 {margin-top: 80px;
}
.mg100 {margin-top: 100px;
}

img.img-stagesize-m {
    display: none;
}
div.top_osusume .recommend-block{
    margin-bottom: 0px;
    padding-bottom: 0px;}

.top_categoly.padding100 {
    display: inline-block;
    width: 100%;
    margin: 0px;
    position: relative;
    float: none;
}
.hidden-phone{
    display: none;
}
.column_mb{    display: none;}

@media (max-width: 980px) {
.col-lg-12.col-md-12.col.mg100.oshirase_w {
    margin-left: 0px;
  　width: 100% !important;}
  
.mb_m {
    margin-bottom: 10px;
    width: 100%;
} 
.width20 {width: 33.3%;}  


ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
    display: grid;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bg-hr {width: 90%;}
.bg-hw {width: 90%;}
}



@media (max-width: 768px) {
  .mg10_mb,.mg20_mb,.mg30_mb,.mg40_mb,.mg50_mb,.mg60_mb,.mg70_mb,.mg80_mb,.mg90_mb,.mg100_mb{display: none;}
  
.mg0_pc_20_mb{margin-top: 20px;}  
  
  .column_mb{   
  display: block;
    width: 100vw;
    margin-left: -21px;  }
.column{    display: none;}
 .oshirase_w li {
    margin-bottom: 18px;
} 
 img.img-stagesize-c {    display: none;}
 img.img-stagesize-c2 {    display: none;}
 img.img-stagesize-m {    display: block;}
.col-lg-12.col-md-12.mg70.oshirase_w {    margin-left: 0px;  　width: 100% !important;}

.mb_m {    margin-bottom: 10px;    width: 100%;}
.width20 {width: 50%;}  
.bg-hr {width: 90%;display: none;}  
}


/*============================================================================

	#mainvisual

============================================================================*/
.kv {
  position: relative;
  height: 43.8rem;
  margin-top: 0rem;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.kv .inner {
  position: relative;
  max-width: 160rem;
  min-width: 128rem;
  height: inherit;
  padding: 0 10rem;
  margin: auto;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.kv_under_img {
  height: 48rem;
}


.kv_img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 27rem;
  margin: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background-repeat: repeat-x;
  opacity: 0.45;
  content: "";
}

.kv-treatments {
  height: 48.5rem;
  padding-bottom: 8rem;
  margin-top: 0rem;
  box-sizing: content-box;
  margin-bottom: -5rem;
}

.kv-treatments.kv_under_img:before {
  display: none;
}


.kv .inner {
  position: relative;
  max-width: 160rem;
  min-width: 128rem;
  height: inherit;
  padding: 0 10rem;
  margin: auto;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.kv-treatments .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.kv-treatments .kv_inner_title_sub {
  top: 1.5rem;
  color: #333333;
  font-size: 1.5rem;
}

.kv_info .tb01 td {
  color: #A8A4A0;
}

.kv_inner_content {
  position: relative;
  margin-top: auto;
}

.kv_inner_title {
  bottom: 8rem;
  position: relative;
}

.kv_inner_title_sub {
  position: absolute;
  top: 1.0rem;
  color: #FFFFFF;
  z-index: 11;
  font-size: 1.5rem;
}

.kv_inner_title_l {
  position: relative;
  display: inline-block;
  padding: 5rem 0 0;
  color: #ffffff;
  font-size: 4.45rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  z-index: 10;
}

.kv-treatments .kv_inner_title_l {
  display: flex;
  justify-content: flex-start;
  padding: 6rem 0 3rem;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0;
  z-index: 10;
}

.kv_inner_title_l_big {
  font-size: 4.45rem;
  font-weight: bold;
  line-height: 1;
}

.kv_inner_title_l_min {
  position: relative;
  top: 2.4rem;
  padding-left: 1.7rem;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0;
}

.kv_inner_title_en {
  position: absolute;
  bottom: -8rem;
  left: 40.2%;
  color: rgba(233, 228, 224, 0.4);
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 40rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
  line-height: 1;
  z-index: 1;
  color: #A8A4A0;
    mix-blend-mode: color-burn;
}

.kv-access .kv_inner_title_en,
.kv-staff_img .kv_inner_title_en,
.kv-introduction_img .kv_inner_title_en,
.kv-yukenkai_img .kv_inner_title_en,
.kv-infection_img .kv_inner_title_en,
.kv-clinic .kv_inner_title_en,
.kv-treatment .kv_inner_title_en,
.kv-reservation .kv_inner_title_en {
  color: #A8A4A0;
  mix-blend-mode: color-burn;
}




.kv-treatments .kv_inner_title_en {
  top: -10.3rem;
}

.kv_inner_title_text {
  position: absolute;
  right: 0;
  width: 45%;
  top: 0;
  z-index: 10;
}

.kv_inner_title_l img {
  height: 6.6rem;
  width: auto;
}


/*.kv_img{
width: calc(100% - 10rem);
height: 60rem;
background-repeat: no-repeat;
background-position: center;
}*/

.kv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  overflow: hidden;
}

.kv-access_img {
  background-image: url("../images/kv-access_img.jpg");
}

.kv-yukenkai_img {
  background-image: url("../images/kv-yukenkai_img.jpg");
}

.kv-clinic_img {
  background-image: url("../images/kv-clinic_img.jpg");
}

.kv-infection_img {
  background-image: url("../images/kv-infection_img.jpg");
}

.kv-concept_img {
  background-image: url("../images/kv-concept_img.jpg");
  background-position: top 30% center;
}

.kv-staff_img {
  background-image: url("../images/kv-staff_img.jpg");
}

.kv-info_img {
  background-image: url("../images/kv-info_img.jpg");
}
.kv-service_img {
  background-image: url("../images/kv-service_img.jpg");
}
.kv-qa_img {
  background-image: url("../images/kv-qa_img.jpg");
}
.kv-term_img {
  background-image: url("../images/kv-term_img.jpg");
}
.kv-treatment_img {
  background-image: url("../images/kv-treatment_img.jpg");
}
.kv-price_img {
  background-image: url("../images/kv-price_img.jpg");
}






.kv-feature_img {
  background-image: url("../images/kv-feature_img.jpg");
}

.kv-clinic_index_img {
  background-image: url("../images/kv-clinic_index_img.jpg");
}

.kv-reservation_img {
  background-image: url("../images/kv-reservation_img.jpg");
}



















.kv_v {
  position: relative;
  overflow: hidden;
}

.kv_v:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
}

.kv_open {
  display: flex;
  justify-content: space-between;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto 2.2rem;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.kv_open_en {
  padding: 0 0.1rem;
  font-size: 1.5rem;
  font-family: 'Heebo', sans-serif;
  letter-spacing: 0.06rem;
  line-height: 1.75;
}

.kv_open_text {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.9;
  margin-left: 1.6rem;
  white-space: nowrap;
}

.kv_catch {
  position: absolute;
  top: calc(50%);
  width: 95.2rem;
  height: 28.2rem;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  transform: translate(0, -50%);
  text-align: center;
  z-index: 20;
}

.kv_catch_t {
  position: relative;
  left: -0.3rem;
  width: 38.8rem;
  height: 10.9rem;
  margin: 0 auto 2.85rem;
}

.kv_catch_t img {
  width: 38.8rem;
  height: 11.4rem;
}

.kv_catch_sub {
  position: relative;
  width: 41rem;
  height: 7.1rem;
  margin: 3.8rem auto 0;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
}

.kv_info {
  position: absolute;
  bottom: -13.8rem;
  right: 0;
  padding: 5.5rem 7.6rem 5.8rem;
  background-color: #FAF8F5;
  /*     box-shadow: 0 3.3rem 3.6rem rgb(217 200 173 / 20%);
*/
  z-index: 10;
}




.kv_slide,
.kv_slide_inner {
height: inherit;
}
.kv_slide{
position: absolute;
top: 0;
width: 100%;
    height: inherit;
}
/*ベタ*/
.kv_slide .vegas-overlay::before{

}
.kv_slide_inner {
  height: inherit !important;
}
.kv_slide .vegas-slide::before{
  position: absolute;
  bottom: 0;
  left: 0;

  width:100%;
  height: 100%;
  margin: auto;
  background-color: rgba(4, 22, 40, .10);

  background-repeat: repeat-x;

  content: "";
  z-index: 10;
}


.kv_copy {
  position: relative;
  width: 100%;
  height: inherit;
  z-index: 2;
  display: flex;
  align-items: center;
  }
.kv_copy_inner {
max-width: 1170px;
    flex-basis: 80%;
    margin: 0 auto;

}
.kv_copy_ja {
  color: #fff;
  font-size: 6.6rem;
  line-height: 1.43;
  font-weight: 500;
  letter-spacing: 0.08em;

}
.kv_copy_ja span{

}
.kv_copy_btn{
  width: 30.6rem;
  height: 8.5rem;
  margin-top: 6rem;
}
.kv_copy_btn img {
  object-fit: cover;
  display: block;
  transform: none;
  top: auto;
  left: auto;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  transition-duration: 0.15s;
}
.kv_copy_btn a:hover img {
  opacity: 0.5;
}
.kv_copy_s{
  width: 47rem;
  margin-top: 2.8rem;
  font-size: 1.5rem;
  line-height: 1.85;
  letter-spacing: 0.075em;
  font-weight: 400;
  color: #fff;
  text-align: justify;
}

.kv_copy_en {
  font-size: 20.3rem;
}
.kv_copy_smallen {
  font-size: 1.2rem;
  left: 0;
      bottom: -3.5rem;
  top: auto;
}









.kv_info {
  position: absolute;
  height: 24rem;
  bottom: -11.8rem;
  right: 0;
  padding: 4.8rem 6rem 4.8rem 6.1rem;
    background-color: #ffffff;
    box-shadow: 0 54px 34px -12px rgb(0 5 30 / 5%);
      z-index: 20;
}
.kv_info_schedule {

}
.kv_info_schedule_caution {
  color: #333;
  position: absolute;
  font-size: 1.0rem;
  font-weight: bold;
}
.kv_info_note {
  /* 	display:flex;
	justify-content:space-between; */
}
.kv_info_note_text01 {
  font-size: 1.3rem;
  margin-bottom: 0.1rem;
}
.kv_info_note_sat_asta {}
.kv_info_note_sat {}
.kv_info_note_sat_num {
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

.kv_info_note_tel {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.kv_info_note_tel_tit {
  padding-right: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
.kv_info_note_tel_num {
  position: relative;
  top: -0.1rem;
  color: #43BCF6;
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.095em;
}
.kv_info_note_tel_num_small {
  padding-right: 0.1rem;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
}
.kv_info_note_tel a {
  margin-left: 0.2rem;
  color: #43BCF6;
  font-size: 2.4rem;
}