@charset "UTF-8";
/* 変数定義 */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
Update: SN 2019-11-22
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

ul a:hover {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #29a7e1; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;
  color: #333;
  font-weight: 500; }

/* bootstrap */
.row.ph-10 {
  margin-right: 0;
  margin-left: 0; }
  .row.ph-10 .col-md-1, .row.ph-10 .col-md-2, .row.ph-10 .col-md-3, .row.ph-10 .col-md-4, .row.ph-10 .col-md-5, .row.ph-10 .col-md-6, .row.ph-10 .col-md-7, .row.ph-10 .col-md-8, .row.ph-10 .col-md-9, .row.ph-10 .col-md-10, .row.ph-10 .col-md-11, .row.ph-10 .col-md-12 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px; }

#l-login-info {
  background: #f8f9fa;
  padding: .5rem 0;
  font-size: .9rem; }

#l-header-main {
  padding: .5rem 0; }
  #l-header-main #nav-head {
    position: relative; }
  #l-header-main .cart-volume {
    position: absolute;
    top: 0;
    rigtht: 0;
    background: #f89321;
    border-radius: 50%;
    font-size: 1.2rem;
    vertical-align: baseline;
    text-align: center;
    color: #fff;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block; }

#l-navbar-gnav {
  background: #f8f9fa;
  padding: 0; }
  #l-navbar-gnav .nav-item {
    text-align: center; }

#l-side-category {
  background: #f8f9fa;
  border: solid 10px #f8f9fa; }
  #l-side-category li {
    position: relative; }
  #l-side-category li a, #l-side-category li span {
    background: #fff;
    padding: 10px;
    display: block;
    position: relative;
    font-weight: bold;
    color: #333; }
  #l-side-category li a:hover, #l-side-category li span:hover {
    background: #c0ddea;
    cursor: pointer; }
  #l-side-category li + li {
    margin-top: 10px; }

#l-calendar .calender-tit {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px; }
#l-calendar .calender-tbl {
  margin-bottom: 20px; }
#l-calendar .calender-tbl th,
#l-calendar .calender-tbl td {
  text-align: center;
  font-weight: bold;
  background: #fff;
  padding: 4px 0; }
#l-calendar .calender-tbl table th {
  background: #0764b2;
  color: #fff;
  border-color: #f9f9f9; }
#l-calendar .calender-tbl .closed,
#l-calendar .closed {
  background: #ffe5ef;
  color: #c0272c; }
#l-calendar .caption span {
  width: 60px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }
#l-calendar p {
  font-size: .8rem; }
#l-calendar p + p {
  margin-top: 10px; }

#l-contents {
  font-size: .9rem; }
  #l-contents img {
    max-width: 100%; }

#l-footer {
  margin-top: 2rem; }

#l-footer-category {
  padding: 1.5rem 0;
  background: #f8f9fa; }
  #l-footer-category a {
    color: #000; }

#l-footer-main {
  padding: 1.5rem 0;
  background: #e4e6e7; }

#l-copyright {
  padding: .5rem 0;
  background: #333;
  color: #fff; }

/* タイトル */
h1.heading {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: .5rem .5rem .5rem 1rem;
  background: #29a7e1; }

h2.heading {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  color: #000;
  padding: .5rem .2rem;
  margin: 1rem 0; }

#page_top h2.heading {
  margin-top: 3rem; }

h3.heading {
  font-size: 1.1rem;
  color: #000;
  padding: 10px 0; }

h4.heading {
  font-size: 1.1rem;
  color: #000; }

h4.heading::before {
  content: "■";
  font-size: 1.1rem;
  color: #29a7e1;
  margin-right: 10px; }

.tit-side {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: .5rem; }

.link-arrow {
  position: relative;
  display: inline-block;
  padding-left: 1rem; }
  .link-arrow::before {
    content: "";
    position: absolute;
    top: .5rem;
    margin: auto;
    margin-top: -2px;
    vertical-align: middle;
    left: .35rem;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #333; }

.image-mov iframe {
  width: 100%; }

/* font */
.text-red {
  color: #c8492c; }

.text-primary {
  color: #c8492c !important; }

.text-em, .text-em-1, .text-em-2, .text-em-3 {
  color: #c8492c;
  font-weight: bold; }

.text-wb-1, .text-wb-2, .text-wb-3 {
  font-weight: bold; }

.text-em-1, .text-wb-1 {
  font-size: 1rem; }

.text-em-2, .text-wb-2 {
  font-size: 1.25rem; }

.text-em-3, .text-wb-3 {
  font-size: 1.5rem; }

.text-indent {
  padding-left: 1em;
  text-indent: -1em; }

.require-mark {
  background: #c8492c;
  font-size: .6rem;
  padding: .1rem .25rem;
  border-radius: 3px;
  color: #fff;
  margin-left: .25rem;
  white-space: nowrap; }

/* リスト */
.list-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .list-item dt,
  .list-item dd {
    border-bottom: 1px solid #ccc;
    padding: .5rem 1rem; }
  .list-item dt:first-of-type,
  .list-item dd:first-of-type {
    border-top: 1px solid #ccc; }
  .list-item dt {
    background: #f8f9fa;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%; }
  .list-item dd {
    width: 70%; }

/* 画像 */
.gallery-main {
  width: 100%;
  border: 1px solid #ccc;
  over-flow: hidden; }
  .gallery-main div {
    height: 394px;
    text-align: center;
    line-height: 1;
    font-size: 0; }
    .gallery-main div a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }

.gallery-nav {
  display: flex; }
  .gallery-nav div {
    display: flex;
    width: 15%;
    border: 1px solid #ccc;
    padding: 1px;
    justify-content: center;
    align-items: center; }
  .gallery-nav div:hover {
    cursor: pointer; }
  .gallery-nav div + div {
    margin-left: 2%; }

/* ナビ */
.nav-pills .nav-item + .nav-item {
  margin-left: .5rem; }
.nav-pills .nav-link {
  background: #f8f9fa; }
.nav-pills .nav-link:hover {
  background: #c0ddea; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #0093d7;
  color: #fff; }

/* テーブル */
table {
  width: 100%; }

table .cancel {
  background: #ddd; }

table th, table td {
  border: 1px solid #f0f0f0;
  vertical-align: middle;
  padding: .5rem 1rem; }

table th {
  background: #f8f9fa;
  text-align: center;
  font-weight: 500; }

/* カート */
#cartTable {
  border: 5px solid #f0f0f0; }
  #cartTable .row-product td {
    border-top: 5px solid #f0f0f0;
    background: #ffe7cc; }
  #cartTable .row-bottom td {
    border-top: 5px solid #f0f0f0; }

/* 商品一覧 */
#productTable tbody tr:hover {
  cursor: pointer;
  background: #c0ddea; }
#productTable tbody tr.active {
  background: #0093d7;
  color: #fff; }

/* 価格表 */
#priceTable {
  table-layout: fixed;
  overflow: hidden; }
  #priceTable th {
    background: #e4e6e7; }
  #priceTable tr:nth-child(even) {
    background: #f8f9fa; }
  #priceTable td {
    text-align: center; }

/* ボタン */
.btn {
  border: 2px solid #fff;
  font-weight: bold; }

.btn-primary {
  background: #f89321;
  border-color: #f89321; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ee7700 !important;
  border-color: #ee7700 !important; }

.btn-secondary {
  background: #fff !important;
  color: #f89321 !important;
  border-color: #f89321; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #fff !important;
  color: #ee7700 !important;
  border-color: #ee7700 !important; }

.btn-default {
  background: #eee;
  border-color: #eee; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background: #f6f6f6;
  border-color: #f6f6f6; }

.btn-back, input.btn-back {
  background: #e0e0e0;
  color: #666;
  border: solid 2px #e0e0e0; }

.btn-back:hover {
  background: #cccccc;
  border: solid 2px #cccccc; }

.btn-wrap .form-group {
  justify-content: space-between; }

/* wrap系 */
.btn-wrap, .btn-wrap-reverse {
  background: #f8f9fa;
  text-align: center;
  padding: 1rem; }

.btn-wrap-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }

.box-wrap {
  background: #f8f9fa;
  padding: 1rem; }
  .box-wrap table, .box-wrap th, .box-wrap td {
    border: none; }

.info-wrap {
  background: #f8f9fa;
  padding: 1rem; }
  .info-wrap li::before {
    content: "・"; }
  .info-wrap li {
    padding-left: 1em;
    text-indent: -1em; }

.message-wrap {
  background: #fbf2f0;
  padding: 1rem; }
  .message-wrap li::before {
    content: "・"; }
  .message-wrap li {
    padding-left: 1em;
    text-indent: -1em; }

.list-product a {
  color: #000; }
.list-product a:hover {
  text-decoration: none !important; }
.list-product a:hover .box-wrap {
  color: #fff;
  background: #0093d7; }

.carousel-inner img {
  width: 100%;
  height: 100%; }

/* カード系 */
.card-wrap a {
  text-decoration: none; }
.card-wrap a .card:hover {
  background-color: #c0ddea; }
.card-wrap .card-body {
  padding: .75rem; }

.media-card {
  background: #f8f9fa;
  padding: 10px; }
  .media-card .media-body {
    position: relative;
    padding-right: 33%; }
  .media-card .media-image {
    width: 33%;
    position: absolute;
    top: 0;
    right: 0; }

/* form系 */
label > input[type="checkbox"], label > input[type="radio"] {
  margin-right: .5rem; }

.input-5rem {
  max-width: 6rem;
  display: inline-block; }

.input-2rem {
  max-width: 4rem;
  display: inline-block; }

.input-ssize {
  width: 25%;
  display: inline-block; }

.input-msize {
  width: 40%;
  display: inline-block; }

.form-errors {
  background: #fbf2f0;
  padding: 1rem;
  color: #c8492c;
  margin-bottom: 1rem; }
  .form-errors .float-left {
    font-weight: bold; }
  .form-errors .float-left:before {
    content: "【"; }
  .form-errors .float-left:after {
    content: "】"; }

.errors {
  color: #c8492c; }

.no_responsive .container {
  width: 1140px !important;
  max-width: 1140px !important;
  flex-shrink: 0; }
.no_responsive .col-md-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }
.no_responsive .col-md-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }
.no_responsive .col-md-3 {
  flex: 0 0 25%;
  max-width: 25%; }
.no_responsive .col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }
.no_responsive .col-md-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }
.no_responsive .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%; }
.no_responsive .col-md-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }
.no_responsive .col-md-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }
.no_responsive .col-md-9 {
  flex: 0 0 75%;
  max-width: 75%; }
.no_responsive .col-md-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }
.no_responsive .col-md-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }
.no_responsive .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%; }
.no_responsive .d-none.d-md-block {
  display: block !important; }
.no_responsive .d-none.d-md-inline {
  display: inline-block !important; }
.no_responsive .d-md-none {
  display: none !important; }

#l-header .site-logo img {
  height: 64px; }
#l-header #nav-head .fas {
  margin-right: .5rem; }
#l-header #nav-head .fas.fa-shopping-cart {
  margin-right: .25rem; }

#l-navbar-gnav {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  #l-navbar-gnav .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  #l-navbar-gnav .navbar-nav {
    flex-direction: row; }
  #l-navbar-gnav .nav-link {
    color: #000;
    font-weight: bold;
    border-radius: 3px; }
  #l-navbar-gnav .nav-link:hover {
    background: #0093d7;
    color: #fff; }

#l-side-category li.parent > a:after, #l-side-category li.parent > span:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #29a7e1;
  border-right: solid 1px #29a7e1;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px; }
#l-side-category .popup-list {
  position: absolute;
  top: -10px;
  left: 100%;
  width: 125%;
  background: #f8f9fa;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 102;
  border: solid 10px #f8f9fa;
  outline: solid 1px #fff; }
#l-side-category li:hover .popup-list {
  visibility: visible;
  opacity: 1; }

#lblock .tit-side:first-of-type {
  margin-top: 0; }

#l-breadcrumb {
  padding-top: .5rem;
  font-size: .9rem; }

#l-contents {
  margin-top: .5rem; }

#l-footer {
  font-size: .9rem; }

h1.heading {
  margin: 1rem 0; }

/* 現在のカートの中 */
#cart-status {
  background: #0093d7;
  font-weight: bold;
  border-radius: .2rem;
  padding: 10px; }
  #cart-status #cart-title {
    width: 30%;
    color: #fff;
    margin-top: .6rem;
    font-size: 1rem; }
  #cart-status #cart-item {
    width: 70%;
    background: #fff;
    border-radius: .2rem;
    padding: .3rem;
    text-align: center; }

/* ショッピングカートのフロー */
#orderStepFlow {
  display: flex;
  flex-wrap: wrap;
  margin-right: 1px; }
  #orderStepFlow li {
    flex: 1;
    position: relative;
    margin-right: 12px;
    margin-bottom: 10px; }
  #orderStepFlow li:last-child {
    margin-right: 0; }
  #orderStepFlow li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 28px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 12px solid #ccc; }
  #orderStepFlow li:last-child::after {
    border: none; }
  #orderStepFlow li.active::after {
    border-left: 12px solid #09f; }
  #orderStepFlow li.last::after {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    right: 0; }
  #orderStepFlow li .stepInner {
    background: #ccc;
    width: 100%;
    height: 56px; }
  #orderStepFlow li.active .stepInner {
    background: #09f; }
  #orderStepFlow li .stepInner p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    width: 27px;
    margin-top: 2px; }
  #orderStepFlow li .stepInner .step_name {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 4px;
    line-height: 1.2;
    text-align: center; }
  #orderStepFlow li.last .stepInner .step_name {
    right: 10px; }
  #orderStepFlow li .stepInner span {
    color: #fff; }
  #orderStepFlow li .stepInner .txt_step {
    font-size: 12px;
    height: 18px;
    display: block; }
  #orderStepFlow li .stepInner .txt_no {
    background: #09f;
    border-radius: 14px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle; }
  #orderStepFlow li.active .stepInner .txt_no {
    background: #fff;
    color: #0086cd; }

/* 画像 */
.gallery-nav img {
  max-height: 56px; }

/* 価格表 */
#priceTable td a {
  font-weight: bold;
  font-size: 1rem; }
#priceTable td.hover, #priceTable td.hover2 {
  background: #c0ddea; }
#priceTable td.hover3 {
  background: #0093d7; }
  #priceTable td.hover3 a {
    color: #fff; }

/* マイページ */
#navbar-mypage {
  background: #f8f9fa;
  padding: 0;
  margin: 1rem 0; }
  #navbar-mypage .nav-item {
    text-align: center; }
  #navbar-mypage .active .nav-link {
    background: #0093d7;
    color: #fff; }

/*# sourceMappingURL=style_pc.css.map */
