@charset "EUC-JP";

/*---------- general ----------*/
html {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body {
    margin: 0;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #333;
}
[hidden],template {
    display: none
}
*,:after,:before {
    box-sizing: border-box
}
.img-responsived , .img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}
p {
    margin: 15px 0 0;
}
img {
    border-radius: 0;
}
a, a:focus, a:hover {
    color: #333;
}
a img , a , a:before {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
a:hover img {
    opacity: .8;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
dd {
  line-height: 1.7;
}
.btn {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 13px 15px;
    margin: 10px 0;
    max-width: 100%;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    padding-right: 10px;
}
.btn:hover {
    border: 1px solid #333;
    background: #333;
    color: #fff;
}
.btn:hover:before {
  color: #fff;
}
table {
    width: 100%;
}
table th {
    font-weight: 600;
}
.pt-40 {
  padding-top: 40px;
}

/*---------- layout ----------*/

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container:after,.container:before {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}
.container-fluid:after {
    clear: both
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.row:after,
.row:before {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media(min-width:768px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.3333333333%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.3333333333%
    }
    .col-md-pull-2 {
        right: 16.6666666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.3333333333%
    }
    .col-md-pull-5 {
        right: 41.6666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.3333333333%
    }
    .col-md-pull-8 {
        right: 66.6666666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.3333333333%
    }
    .col-md-pull-11 {
        right: 91.6666666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.3333333333%
    }
    .col-md-push-2 {
        left: 16.6666666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.3333333333%
    }
    .col-md-push-5 {
        left: 41.6666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.3333333333%
    }
    .col-md-push-8 {
        left: 66.6666666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.3333333333%
    }
    .col-md-push-11 {
        left: 91.6666666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.hide {
    display: none !important
}
.hidden {
    display: none !important
}
@-ms-viewport {
    width: device-width
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}
@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}
@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}
@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}
@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media(min-width:768px) and(max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}
@media(min-width:768px) and(max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}
@media(min-width:768px) and(max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}
@media(min-width:768px) and(max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media(min-width:992px) and(max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}
@media(min-width:992px) and(max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}
@media(min-width:992px) and(max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}
@media(min-width:992px) and(max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}
@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}
@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}
@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}
@media(min-width:768px) and(max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}
@media(min-width:992px) and(max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}
@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
.col {
    word-break: normal !important
}

.sp-only {
    display: none
}
.md-only {
    display: none
}

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden
}
.container-fluid {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0
}


/*---------- slider ----------*/

.bx-wrapper {
    margin: 0 !important
}
.bx-wrapper .bx-viewport {
    box-shadow: 0 0 0 #ccc !important;
    left: 0 !important;
    border: 0 !important
}
.bx-wrapper #slider > div {
    width: 100% !important;
    height: 480px !important;
    position: relative
}

.bx-wrapper #slider > div img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    object-fit: cover;
}

.bx-wrapper .bx-pager {
    padding-top: 0 !important;
    bottom: 20px !important;
    color: transparent !important;
    text-align: right !important;
    right: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid #fff !important;
    border-radius: 20px !important;
    background: transparent !important;
    width: 13px !important;
    height: 13px !important;
    color: transparent !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff !important;
}

#slide .bx-slider .caption {
    position: absolute;
    right: 30px;
    bottom: 40%;
    z-index: 100;
    text-align: right;
}
#slide .bx-slider .caption p {
  display: block;
  margin: 5px 0;
}
#slide .bx-slider .caption span {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 5px 10px;
    text-align: right;
    display: inline-block;
}
#slide .bx-slider .caption span.cat {
    font-weight: bold;
}
#slide .bx-slider .caption span.tit {
    font-size: 18px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 1.5px;
}
#slide .bx-slider .caption span.arrow {
  font-size: 13px;
  padding: 6px 10px;
}
#slide .bx-slider .caption span.arrow:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 5px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: skewX(45deg);
    margin-left: 5px;
}

@media screen and (max-width: 1024px) {
    .bx-wrapper #slider > div {
        height: 400px !important
    }
    .bx-wrapper #slider > div img {
        min-height: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .bx-wrapper #slider > div {
        height: 350px !important
    }
}

@media screen and (max-width: 767px) {
    .bx-wrapper #slider > div {
        height: 230px !important
    }
}

/*---------- パンくず ----------*/

.breadcrumb {
    margin-bottom: 12px
}
@media screen and(max-width:767px) {
    .breadcrumb {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2
    }
}
.breadcrumb li {
    float: left
}
.breadcrumb li a {
    text-decoration: underline
}
.breadcrumb li:before {
    content: " > ";
    color: #666
}

/*---------- テーブル横スクロール ----------*/

.table-scroll {
    width: 100%;
    overflow-x: auto
}
.table-scroll::-webkit-scrollbar {
    height: 5px
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f1f1f1
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bcbcbc
}

.sp-shortcut {
    z-index: 6;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

/*---------- .sp-nav ----------*/

.icon-nav__btn i {
    font-size: 30px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    font-style: normal;
}
.close-menu {
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: center;
    font-size: 11px;
}
.sp-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: #fff;
    overflow: auto;
    padding: 30px;
    background: url(https://img21.shop-pro.jp/PA01437/426/etc//bg01.jpg) repeat #efefef;
}
.sp-nav .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    width: 90%;
}
.sp-nav .navbar-nav .nav-item {
    display: inline-block;
    width: 50%;
}
.sp-nav .nav-link {
    line-height: 2;
}
.sp-nav.sidebar-style .input-group {
    margin-bottom: 20px;
}
.sp-nav.navbar-ico {
    margin-top: 20px;
}


/*---------- sidebar ----------*/

.sidebar {
    width: 260px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: content;
    flex-basis: content;
    padding: 30px;
    background-color: #f0f0f0
}
@media screen and(max-width:1023px) {
    .sidebar {
        width: 220px;
        padding: 10px
    }
}
@media screen and(max-width:767px) {
    .sidebar {
        display: none
    }
}
.sidebar section {
    margin-bottom: 35px
}

/*---------- product-list ----------*/

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.product-list li {
    width: 16.66666%;
    padding-left: 1px
}
@media screen and(max-width:1280px) {
    .product-list li {
        width: 20%
    }
}
@media screen and(max-width:1000px) {
    .product-list li {
        width: 25%
    }
}
@media screen and(max-width:767px) {
    .product-list li {
        width: 50%
    }
}
.product-list li h5 {
    width: 100%;
    padding: 0 6px
}


/*---------- main ----------*/

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}
@media screen and(max-width:767px) {
    .main {
        margin-top: 40px;
        display: block
    }
}
.contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    -ms-flex-preferred-size: 457px;
    flex-basis: 457px
}
@media screen and(max-width:767px) {
    .contents {
        margin: 0
    }
}
.inner {
    margin: 0 auto;
    padding: 0 150px;
    max-width: 1200px
}
@media screen and(max-width:1279px) {
    .inner {
        padding: 0 70px
    }
}
@media screen and(max-width:767px) {
    .inner {
        padding: 0 10px
    }
}

/*----------------------------------------

トップページ 追加

------------------------------------------*/


/*---------- navbar ----------*/

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar {
    padding: 10px 0;
    background-color: #fff !important;
    border-bottom: none;
    z-index: 1040;
    position: fixed;
    -webkit-filter: drop-shadow(0px 6px 6px rgba(0,0,0,0.03));
    filter: drop-shadow(0px 6px 6px rgba(0,0,0,0.03));
    display: block;
    width: 100%;
    min-height: 55px;
}
.navbar>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.nav-link {
    padding: 0;
    line-height: 1;
    margin-right: 15px;
}
.nav-link:before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f105";
    padding-right: 5px;
}
.nav-item a {
    font-size: 12px;
    font-weight: bold;
}
.nav-item .nav-link:not(.btn) {
    color: #333;
}
.nav-item .nav-link:not(.btn):hover {
    color: #cc5074;
}

.navbar-ico {
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.navbar-ico .nav-sns {
    margin-right: 5px;
    width: 30px;
}
.navbar-ico .nav-sns a {
    display: block;
}
.navbar-ico .nav-txt {
    width: 80px;
    display: block;
}

/* hd-btn */

.hd-btn {
    position: absolute;
    top: 0;
    right: 30px;
}
.hd-btn ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.hd-btn ul li{
    margin-left: 5px;
}
.hd-btn ul li a {
    display: block;
    background: #333;
    text-align: center;
    padding: 7px 5px 0;
    width: 70px;
    height: 50px;
}
.hd-btn ul li a span {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}
.hd-btn ul li a:after {
    content: "";
    background-image: url(https://img21.shop-pro.jp/PA01437/426/etc/hd-btn01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    display: block;
    margin: 5px auto 0;
}
.hd-btn ul li.cart a { background: #cc5074; }
.hd-btn ul li.cart a:after { background-image: url(https://img21.shop-pro.jp/PA01437/426/etc/hd-btn02.png); }

.hd-btn ul li.menu {
    margin: 0;
}
.hd-btn ul li.menu a {
    background: #fff;
}
.hd-btn ul li.menu a span {
    color: #333;
}
.hd-btn ul li.menu a:after {
    background-image: none;
    content: "\f0c9";
    color: #333;
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*---------- slide ----------*/

#slide {
    width: 100%;
    margin-top: 53px;
    position: relative;
}

.slide-txt {
    background-color: #fff;
    padding: 15px 20px 20px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 1;
}
.slide-txt .logo {
    height: 140px;
    margin-bottom: 10px;
}
.slide-txt .logo img {
    max-height: 140px;
}
.slide-txt .txt p {
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: center;
    margin: 10px 0 0;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


/*---------- .wrapper ----------*/

.wrapper {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sidebar {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: content;
    flex-basis: content;
}
.contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    background-color: #fff;
}

/*---------- side ----------*/

.sidebar {
    padding: 30px 20px 60px;
    border: none;
    background: url(https://img21.shop-pro.jp/PA01437/426/etc/bg01.jpg) repeat #efefef;
}
.off-canvas-sidebar:after, .sidebar:after , .off-canvas-sidebar[data-color=white]:after, .sidebar[data-color=white]:after {
    background: transparent;
}
.off-canvas-sidebar .sidebar-wrapper, .sidebar .sidebar-wrapper {
    width: auto;
    height: auto;
    padding-bottom: 0;
}

.sidebar .logo {
    display: none;
}
.sidebar .logo img {
    max-width: 180px;
    margin: 30px 0 10px;
}

/* 検索フォーム*/

.search form {
  margin: 0 0 25px;
  display: flex;
}
.search form input {
  border: none;
  font-size: 13px;
  padding: 20px;
  width: 80%;
  height: 40px;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.search form button {
  width: 20%;
  height: 40px;
  display: inline-block;
  background-color: #fff;
  border: none;
  font-size: 18px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


/* カテゴリーリスト */
.sidebar-style  h5 {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 15px;
    border-bottom: 1px dashed #333;
}
.sidebar-style  h5 img {
    height: 25px;
}
.off-canvas-sidebar .nav , .sidebar-style .nav {
    margin: 0 0 25px;
}
.accbox {
    margin-bottom: 15px;
}
.accbox label {
    width: 100%;
    margin: 0;
}
.accbox input {
    display: none;
}

.sidebar-style .nav li>a {
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    padding: 0;
    color: #333;
    display: initial;
}
.sidebar-style .nav li.active>a {
    color: #cc5074;
}
.sidebar-style .arrow-list li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 12px;
    padding-right: 10px;
}
.sidebar-style .ico-list li:before {
    content: "";
    background-image: url(https://img21.shop-pro.jp/PA01437/426/etc/side-ico01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: top;
}
.sidebar-style .ico-list li:nth-child(2):before { background-image: url(https://img21.shop-pro.jp/PA01437/426/etc/side-ico02.png); }
.sidebar-style .ico-list li:nth-child(3):before { background-image: url(https://img21.shop-pro.jp/PA01437/426/etc/side-ico03.png); }
.sidebar-style .ico-list li:nth-child(4):before { background-image: url(https://img21.shop-pro.jp/PA01437/426/etc/side-ico04.png); }
.sidebar-style .ico-list li:nth-child(5):before { background-image: url(https://img21.shop-pro.jp/PA01437/426/etc/side-ico05.png); }


/* 会社情報 */
.side-bnr {
    margin-top: 30px;
}
.side-about {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
.side-about img.logo {
    max-width: 140px;
    padding: 0;
    margin: auto;
}
.side-about h6 {
    background-color: #f2f2f2;
    text-align: center;
    letter-spacing: 0.3px;
    padding: 7px 15px;
    margin: 15px 0 10px;
    font-size: 14px;
    font-weight: 600;
}
.side-about .tel {
    display: block;
    margin-bottom: 15px;
}
.side-about .btn {
    width: 100%;
    font-size: 13px;
    margin: 5px 0 0;
}
.side-about .btn:before {
    padding-right: 5px;
}

/*---------- main ----------*/

.contents-wrap {
    padding: 20px 15px 40px;
}
.contents h3 {
    margin: 0 0 30px;
    border-bottom: 1px dashed #333;
}
.contents h3 img {
    max-height: 40px;
}
.contents h3 span {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 10px !important;
}
.contents h3 a {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    float: right;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.contents h3 a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 15px;
    padding-right: 5px;
}
.contents h3 a:hover:before {
    padding-right: 2px;
}
.contents-wrap ul.list {
  margin: 10px 0;
}
.contents-wrap ul.list li {
  padding: 5px 0;
  line-height: 1.6;
  padding-left:0.8em;
  text-indent:-0.8em;
}
.contents-wrap ul.list li:before {
  content: "-";
  padding-right:5px;
}

/*-------- item-list --------*/

.item-list-wrap.row {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.item-list-wrap.row .col-md-2 {
    padding-right: 5px;
    padding-left: 5px;
    float: none !important;
}
.item-list {
    display: block;
    text-align: center;
    -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
.item-list h5 {
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 1.3;
    margin: 10px 0 0 !important;
}
.item-list p {
    font-size: 12px !important;
    line-height: 1.3 !important;
    margin: 7px 0 15px !important;
    color: #666;
}
.item-list figure {
    width: 100%;
    height: 180px;
    margin: 0;
    padding: 0;
    background: #eee;
    overflow: hidden;
    position: relative;
}
.item-list figure img {
    width: auto;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.item-list figure img.img02 {
    opacity: 0;
}
.item-list:hover figure img.img02 {
    opacity: 1;
    z-index: 1;
}
.item-list figure span {
    z-index: 200;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-shadow: 0 0 3px #000;
}
.item-list figure span:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f157";
    font-size: 13px;
    padding-right: 2px;
}
.item-list figure span em {
  display: block;
  font-size: 68%;
  font-style: normal;
}
.item-list p.out {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: rgba(51,51,51, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  margin: 0 !important;
  z-index: 200;
}

/* お知らせ */
.topics-table {
    width: 100%;
}
.topics-table tr th , .topics-table tr td {
    padding: 10px 0;
    vertical-align: top;
    font-size: 13px;
}
.topics-table tr th:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 10px;
    padding-right: 20px;
}
.topics-table tr th {
    width: 10%;
    padding-right: 20px;
    white-space: nowrap;
}
.topics-table tr td {
    width: 90%;
}
.topics-table tr td a {
    text-decoration: underline;
}

/* facebook & instagram */
.sns-wrap {
    margin-top: 40px;
}
.sns-wrap .insta-wrap {
    padding: 15px;
    border: 1px solid #eee;
}
.sns-wrap .insta-wrap table {
  margin-bottom: 5px;
}
.sns-wrap .insta-wrap table th {
    padding-right: 15px;
}
.sns-wrap .insta-wrap table th img {
    border-radius: 50%;
    width: 70px;
    max-width: 70px;
    height: 70px;
}
.sns-wrap .insta-wrap p {
    margin: 3px 0 0;
}
.sns-wrap .insta-wrap .tit {
  font-size: 12px;
  font-weight: 600;
}
.sns-wrap .insta-wrap .name {
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.sns-wrap .insta-wrap .txt {
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 1.4;
    color: #666;
}

/*---------- guide-area ----------*/

.guide-area {
    background: url(https://img21.shop-pro.jp/PA01437/426/etc/bg02.jpg) repeat #f8f7f4;
    padding: 60px 0;
}
.guide-area .ico {
    max-width: 70px;
}
.guide-area h5 {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 20px 0;
    padding: 0;
}
.guide-area p {
    font-size: 12.5px;
    color: #666;
    line-height: 1.7;
    padding: 0;
    margin: 10px 0 0;
}
.guide-area a {
  margin-top: 5px;
  display: block;
}
.guide-area a img {
  max-width: 100%;
}
.guide-area .btn {
  font-size: 12px;
  padding: 10px;
}

/*---------- footer ----------*/

.footer {
    padding: 40px 0;
}
.footer , .footer p {
    font-size: 12px;
}
.footer .logo {
    max-width: 230px;
}
.footer .txt {
    text-align: right;
}
.footer .txt p {
    margin: 10px 0 0;
}
.footer ul li {
    display: inline-block;
}
.footer ul li a {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 8px;
}
.footer ul li a:hover {
    color: #666;
}

/*---------- pagetop ----------*/

#page_top {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #333;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f106";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 29px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*-------------------- responsive --------------------*/

@media screen and (max-width: 1100px) and (min-width: 992px) {
    .slide-txt .txt p {
        font-size: 10px;
        line-height: 18px;
        margin: 5px 0 0;
    }
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    /* contents */
    .contents-wrap {
        padding: 30px 30px 60px ;
    }
    .item-list-wrap.row .col-md-2 {
      padding-right: 5px;
      padding-left: 5px;
      width: 16%;
    }
}

@media screen and (max-width: 991px) {
    .sp-only {
        display: block
    }
    .pt-40 {
      padding-top: 20px;
    }

    /* navbar */
    .navbar {
        min-height: 45px;
    }
    .navbar-header {
        display: none !important;
    } 
    .hd-btn {
        right: 0;
    }
    .hd-btn ul li a {
        width: 55px;
        height: 45px;
        padding: 5px 2px 0;
    }
    .hd-btn ul li a span {
        font-size: 9px;
    }
    .search form {
      margin-bottom: 20px;
    }

    /* slide */
    .slide-txt {
        padding: 10px;
        top: -45px;
        left: 0px;
        z-index: 1050;
    }
    .slide-txt .logo {
        width: 85px;
        height: 85px;
        margin-bottom: 0;
    }
    .slide-txt .txt {
        display: none;
    }
    #slide {
        margin-top: 45px;
    }
    #slide .bx-slider .caption {
        bottom: 80px;
    }
    #slide .bx-slider .caption span , #slide .bx-slider .caption span.arrow {
        font-size: 11px;
        padding: 5px 7px;
        margin: 0;
    }
    #slide .bx-slider .caption span.tit {
        font-size:14px;
        letter-spacing: 0;
    }
    #slide .bx-slider .caption span.arrow:after {
        width: 30px;
        margin-left: 5px;
    }
    #slide .slick-dots {
        bottom: 15px;
        padding: 0 15px;
    }

    /* side */
    .sidebar {
        display: none;
    }
    .sidebar-style .input-group {
        margin-bottom: 30px;
    }
    .sidebar-style .form-control {
        padding: 8px 10px;
        font-size: 12px;
    }
    .side-bnr img {
        max-width: 70%;
        display: block;
        margin: 0 auto;
    }
    .side-about {
        display: none;
    }
    .sidebar-style h5 {
        margin: 10px 0 15px;
    }
    .sidebar-style h5 img {
        height: 25px;
    }
    .sidebar-style .ico-list li:before {
        width: 17px;
        height: 17px;
        margin-bottom: 0;
    }
    .sidebar-style .nav li {
        font-size: 14px;
        padding: 3px 0;
    }
    .sidebar-style .nav li>a {
        font-size: 14px;
        line-height: 1.6;
    }

    /* アコーディオン */
    .accbox .accshow {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
    }
    .cssacc:checked + .accshow {
        height: auto;
        opacity: 1;
    }
    .accbox label h5 {
        position: relative;
    }
    .accbox label h5:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f107";
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        right: 0;
    }

    .contents h3 {
        margin-bottom: 15px;
    }
    .contents h3 img {
         max-height: 30px;
    }
    .contents h3 span {
        font-size: 11px;
        letter-spacing: 0;
        padding-left: 5px;
    }
    .contents h3 a {
        font-size: 12px;
        margin-top: 5px;
    }
    .contents h3 a:before {
        padding-right: 3px;
    }
    .topics-table tr th , .topics-table tr td {
        font-size: 12px;
        letter-spacing: 0;
        padding: 10px 0 0;
    }
    .topics-table tr th {
        padding-right: 10px;
    }
    .topics-table tr th:before {
        padding-right: 5px;
    }
    .fb-wrap {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget iframe[style]{
        width: 100% !important;
    }

    /* .item-list */
    .item-list-wrap.row .col-xs-6 {
      width: 49%;
    }

    /* guide*/
    .guide-area {
        padding: 15px 0 40px;
    }
    .guide-area .ico {
        max-width: 50px;
        margin: 20px auto;
    }
    .guide-area h5 {
        margin: 0 0 10px;
    }
    .guide-area p {
        padding: 0 10px;
        margin: 5px 0 0;
    }
    .guide-area a img {
      display: block;
      margin: 0 auto;
    }

    /* footer */
    .footer {
        padding: 20px 0;
    }
    .footer .logo {
        max-width: 200px;
        display: block;
        margin: 0 auto;
    }
    .footer, .footer p {
        text-align: center;
    }
    .footer ul {
        margin: 15px 0;
        text-align: center;
    }
    .footer ul li {
      padding: 3px 0;
    }
    .footer ul li a {
        font-size: 12px;
        padding: 5px;
    }
}

@media screen and (max-width: 991px) {
  #slide .bx-slider .caption {
    right: 0;
    bottom: 55px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px !important;
    height: 10px !important;
  }
  .bx-wrapper .bx-pager {
    right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .footer .txt p br {
    display: none;
  }
}


@media screen and (max-width: 768px) {
  .bx-controls {
    display: none;
  }
}

/*----------------------------------------

子ページ 追加

------------------------------------------*/

/*---------- .titbar ----------*/

.titbar {
  height: 250px;
  background-color: #eee;
  background-image: url(https://img21.shop-pro.jp/PA01437/426/etc/tit08.jpg);
  background-position: center center;
  background-size: cover;
}

/*---------- .main-panel ----------*/

.sidebar .logo {
  display: block;
}

/*---------- .main-panel ----------*/

.page .main-panel>.content {
  padding: 0 60px 30px;
}

/*---------- .breadlist ----------*/

#breadlist ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 30px;
}
#breadlist ul li {
  font-size: 12px;
}
#breadlist ul li:after {
  content: "/";
  color: #999;
  padding: 0 10px;
}
#breadlist ul li:last-child:after {
  display: none;
}
#breadlist ul li a {
  font-size: 12px;
}
#breadlist ul li a:hover {
  color: #999;
}

/*---------- .txt-area ----------*/

.txt-area {
  font-size: 14px;
}
.txt-area a:hover {
  color: #666;
}
.txt-area h3 , .contents h3 {
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.5px;
  border-bottom: 1px dashed #333;
  padding-bottom: 10px;
  margin: 0 0 30px;
}
.txt-area h4 , .contents h4 {
  font-size: 18px;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-left: 5px solid #e6e5e1;
  padding-left: 10px;
  border-bottom: none;
  margin: 0 0 20px;
}
.contents h3 span ,  .contents h4 span {
  font-size: 15px;
  padding-left: 0;
}
.txt-area h5 , .contents h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
}
.txt-area p {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.7;
}
.txt-area table {
  margin: 15px 0;
  width: 100%;
}
.txt-area table tr {
  border-bottom: 1px solid #e6e5e1;
}
.txt-area table thead tr {
  border-bottom: 3px solid #e6e5e1;
}
.txt-area table th , .txt-area table td {
  padding: 10px;
}
.txt-area table th {
  width: 20%;
  white-space: nowrap;
}

/*---------- .free-page ----------*/

.free-page {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.free-page h4 {
  margin-bottom: 30px;
}
.free-page dl {
  margin: 20px 0;
}
.free-page dt {
  font-size: 18px;
  padding: 0;
}
.free-page dd {
  padding: 0;
  margin: 0 0 60px;
}
.free-page dd img {
  padding: 20px 0;
}
.free-page hr {
  border-bottom: 1px solid #c3c1b7;
  margin: 60px 0;
}
.free-page table {
  margin: 20px 0;
  width: 100%;
  text-align: center;
  background-color: #faf9f8;
}
.free-page table tr {
  border-bottom: 1px solid #e6e5e1;
}
.free-page table thead tr {
  border-bottom: 3px solid #e6e5e1;
}
.free-page table th , .free-page table td {
  padding: 10px;
  line-height: 1.3;
}
.free-page table th {
  width: 20%;
  white-space: nowrap;
}

/*---------- .sp-categoey_list ----------*/

.sp-categoey_list {
  display: none;
}

/*-------------------- responsive --------------------*/

@media screen and (min-width: 992px) {
  .sp-categoey_list {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .titbar {
    height: 150px;
  }
  .page .main-panel>.content {
    padding: 0 15px 20px;
    min-height: auto;
  }
  #breadlist ul {
    margin-bottom: 10px;
    color: #999;
  }
  #breadlist ul li a {
    font-size: 11px;
    color: #999;
  }
  #breadlist ul li:after {
    padding: 0 5px;
  }
  .txt-area , .txt-area p , .contents p {
    font-size: 14px;
    line-height: 1.6;
  }
  .txt-area h3 , .contents h3 {
    font-size: 18px;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
  }
  .txt-area h4 , .contents h4 {
    font-size: 16px;
    margin: 0 0 15px;
    letter-spacing: 0;
  }
  .txt-area h5 , .contents h5 {
    font-size: 15px;
  }
  .free-page dt {
    font-size: 15px;
  }
  .free-page dd {
    margin: 0 0 40px;
  }
  .free-page hr {
    margin: 40px 0;
  }
  .free-page ul.list li br {
    display: none;
  }
}