@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Cardo');
body, html { overflow-x: hidden !important; }
/**
 *  img-responsive
 */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;

    font-family: 'Cardo', 'Garamond' , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , serif;
    color: #5d5b55;
}


/*全体をfadein*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/**
 *  breadcrumb
 */
.breadcrumb {
  padding: 8px 0;
  margin: 0;
  list-style: none;

}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/**
 *  helper
 */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.pull-right {
  float: right !important;
   margin-top: 10px;
}

.pull-right a img {
  width:15px;
}


.pull-left {
  float: left !important;
}

/**
 *  grid responsive
 */
.container {
  width: 90%;
}

.row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.col {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

@media (max-width: 980px) {
  [class*="col-md-"] {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
}
@media (max-width:768px) {
  [class*="col-sm-"] {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
}
@media (max-width: 480px) {
  [class*="col-xs-"] {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
}
@media (min-width: 769px) {
  .visible-phone {
    display: none !important;
  }
}
@media (max-width:768px) {
  .visible-phone {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (max-width:768px) {
  .hidden-phone {
    display: none !important;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

/* Column ordering */
.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;
}

/* Offsetting columns */
.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%;
}

/* sm: tablet ~ PC */
@media (min-width: 481px) {
  .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%;
  }
}
/* middle pc ~ PC */
@media (min-width: 769px) {
  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
/* large pc */
@media (min-width: 981px) {
  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* ------------------------------------- */
/*  Global area Style
/*    - typo
/*    - form
/*    - table
/*    - header
/*    - section
/*    - footer
/* ------------------------------------- */
/**
 *    body
 */
body {
    font-family: 'Cardo', 'Garamond' , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , serif;
    color: #5d5b55;
    font-size: 12px;
    background-color: #fff;
    letter-spacing: 0.1em;
}

/**
 *    link
 */
a {
  transition: .2s;
  color: #777;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:hover img {
  opacity: .8;
}

/**
 *    headline
 */
h1, .h1 {
  font-size: 30px;
 font-weight: normal;
}


.logo a:hover {
 color: #999;
}

@media (max-width:768px) {
  .logo a {
  font-size: 85%;

}}


h2, .h2 {
  font-size: 25px;
  margin-bottom: 40px;
}


h3, .h3 {
  font-size: 25px;
  font-weight: normal;
color: #5d5b55;
}

h4, .h4 {
  font-size: 15px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 13px;
}

/**
 *  list-inline
 */
.list-inline > li {
  padding-right: 0;

}

/**
 *  dl
 */
.ui-side dl {
  margin-bottom: 10px;
}

/**
 *    well
 */
.well {
  margin-bottom: 40px;
  border-radius: 0;
  box-shadow: none;
  color: #444;
  background-color: #f4f4f4;
}
.well p {
  margin-bottom: 0;
}

/**
 *  form
 */
.form-control {
  font-size: 12px;
  border-radius: 0;
padding-left: 10px;
padding-top: 0px;
}

/**
 *  table
 */
.table tbody tr th {
  background-color: #f4f4f4;

}

}
.table tbody tr td {
  padding: 10px;
}

/**
 *  table calendar
 */
.ui-side .table caption {
  text-align: center;
}
.ui-side .table > thead > tr > th {
  background-color: #f4f4f4;
}
@media (min-width: 769px) {
  .ui-side .table > thead > tr > th {
    padding: 3px;
    font-size: 10px;
  }
}
@media (min-width: 981px) {
  .ui-side .table > thead > tr > th {
    padding: 6px;
  }
}
.ui-side .table > tbody > tr > td {
  text-align: center;
  border: none;
}
.ui-side .table > tbody > tr > td.off {
    background-color: #fbe5e2;
}
@media (min-width: 769px) {
  .ui-side .table > tbody > tr > td {
    padding: 3px;
    font-size: 10px;
  }
}
@media (min-width: 981px) {
  .ui-side .table > tbody > tr > td {
    padding: 6px;
  }
}

/**
 *  header_wrap
 */
.ui-header {
  position: relative;
margin: 0;
}

h1 {
margin-top: 0px;
padding-top: 0px;
}
@media (max-width:768px) {
  .ui-header {
    text-align: center;
  }
}

/**
 *  logo_area
 */
.block-head-logo {
display: inline-block;
margin-top: -15px;
margin-bottom:5px;
}

.block-head-logo .logo a img {
width: 277px;
display: inline-block;
margin: 0;
float: left;
}



@media (max-width:768px) {
  .block-head-logo {
    margin-bottom: 10px;
	margin-top: 5px;
  }
}

/**
 *  header_utility
 */
.block-head-content {
  display: inline-block;
  float: right;
}

/**
 *  ui-content-bottom
 */
.ui-content-bottom {
  margin-bottom: 40px;
}

/**
 *  ui-section
 */
.ui-content-top {
  margin-bottom:20px;
}

.ui-main-top .ui-section {

 
}

.ui-main .ui-section {
  margin-bottom: 40px;

}

.ui-side .ui-section {
  margin-bottom: 30px;
}

.ui-content-bottom .ui-section {
  margin-bottom: 20px;
}
 
/**
 *  ui-pagetop元
 */
/*.ui-pagetop {
  text-align: right;
  margin-bottom: -1px;
 
}
.ui-pagetop a {
  display: inline-block;
  padding: 15px 15px;

}*/

.ui-pagetop {
    position: fixed;
    bottom: 25px;
    right:40px;
}
.ui-pagetop a {
    text-decoration: none;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
}
.ui-pagetop a:hover {
    text-decoration: none;
}


/**
 *  copyright
 */
.ui-footer .copy {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  font-size: 10px;
}



/* ------------------------------------- */
/*  Components
/*    - navmenu
/*    - buttons
/*    - title
/*    - contentbox
/*    - list
/* ------------------------------------- */
/**
 *  ui-nav / tablet,pc style
 */
@media (min-width: 769px) {
  .ui-nav {
    position: relative;
  /*ナビのバック*/
	  
   
  /* border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
   background-color: #fafafa;
    background-image: -webkit-linear-gradient(#fafafa, #eee);
    background-image: linear-gradient(#fafafa, #eee);*/
  }
  .ui-nav a {
    color: #5d5b55;
  }
 
   /*プルダウンのバック*/
  .ui-nav a:hover {
    text-decoration: none;
 
}

  /*メニュー右寄せ*/
  .ui-nav .nav-body {
    margin: 0;
    padding: 0;
   /*  list-style: none;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #fbfbfb;*/
max-width: 700px;
margin-top: -48px;
 float:right;
  }
  .ui-nav .nav-body > li > a {
     /*border-left: 1px solid #fbfbfb;
    border-right: 1px solid #e1e1e1;*/
    color: #5d5b55;
  }

  .ui-nav .nav-body > li > a:hover {
   /* background-color: #eee;*/
}

 .ui-nav a:hover {
    /*background-color: #eee;*/
}

 .ui-nav .nav-dropdown {
    position: relative;
    display: block;
  }
  .ui-nav .nav-dropdown > a {
    position: relative;
    display: block;
    padding: 12px 0px  12px 25px;
    font-size: 14px;
    font-weight: normal;
  }

  /*プルダウンメニューバック*/
  .ui-nav .nav-dropdown:hover > a {
  background-color: #fff;
	  
  }


  .ui-nav .nav-dropdown:hover > .nav-menu {
    display: block;
  }
  .ui-nav .nav-body > .nav-dropdown {
    float: left;
  }
 
  .ui-nav .nav-menu {
    display: none;
    z-index: 999;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 130px;
    padding: 0;
    margin: 0;
    list-style: none;
    /*border: 1px solid #ddd;*/
    background-color: rgba(255,255,255,0.7);

  }
  .ui-nav .nav-menu > li {
    display: block;
    clear: both;
  }
  .ui-nav .nav-menu > li > a {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
  }
  .ui-nav .nav-menu > li > a:hover {
    color: #999;
  }
  .ui-nav .nav-menu > .nav-dropdown > .nav-menu {
    top: 0;
    left: 100%;
  }
}

/**
 *  ui-nav / mobile style
 */
.ui-header .inner {
  position: relative;
margin-top: 0;

}

@media (max-width:768px) {
  .nav-btn-open {
    cursor: pointer;
    position: absolute;
   z-index: 998;

    top: 55%;
    transform: translateY(-50%);
    left: 0;
  }

  .nav-icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #5d5b55;
  }
  .nav-icon-bar:last-child {
    margin-bottom: 0;
  }
}


@media (max-width:768px) {
  .ui-nav .nav-btn-close {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    padding: 15px 10px;
    color: #5d5b55;
    font-size: 12px;
    background-color: #fff;

  }
  .ui-nav .nav-btn-close .nav-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .ui-nav .nav-btn-close .nav-icon-bar {
    background-color: #5d5b55;
  }
  .ui-nav .nav-wrapper {
    direction: rtl;
    position: fixed;
    z-index: 999;
    left: -70%;
    top: 0;
    width: 70%;
    height: 100%;
    -webkit-transition: left .3s;
    transition: left .3s;
   color:#5d5b55;
    background-color: #fff;
		  z-index: 10000;  
  }
  .ui-nav .nav-wrapper.active {
    left: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    overflow-y: scroll;
 box-shadow: 3px 0 15px rgba(0, 0, 0, 0.5);
   background-color: #fff;

  }
  .ui-nav .nav-wrapper * {
    direction: ltr;
  }
  .ui-nav .nav-wrapper.nav-right-side {
    direction: ltr;
    left: auto;
    right: -85%;
    -webkit-transition: right .3s;
    transition: right .3s;
  }
  .ui-nav .nav-wrapper.nav-right-side.active {
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
  }
  .ui-nav .nav-title {
    margin-bottom: 0;
    font-weight: normal;
    padding: 10px;
    color: #5d5b55;
    background-color: #fff;
  }
  .ui-nav .nav-body {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .ui-nav .nav-body li > a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    padding-right: 50px;
    color: #5d5b55;

    border-top: 1px solid #ccc;
  }
  .ui-nav .nav-body li > a:hover, .ui-nav .nav-body li > a:focus {
    background-color: #fff;
    text-decoration: none;
  }
  .ui-nav .nav-dropdown {
    position: relative;
  }
  .ui-nav .nav-dropdown > a {
    position: relative;
  }
  .ui-nav .nav-dropdown > a.active ~ .nav-menu {
    display: block;
  }
  .ui-nav .nav-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #ccc;
    background-color: #fff;
  }
  .ui-nav .nav-menu-toggle .icon-triangle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #999;
  }
  .ui-nav .nav-menu {
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .ui-nav .nav-menu li a {
    padding-left: 20px;
  }
  .ui-nav .nav-menu .nav-menu li a {
    padding-left: 30px;
  }
}

.btn-main {
    color: #fff;
    background-color: #666;
    border-color: #666;
    border-bottom-color: #666;
}
.btn-main:hover, .btn-main:focus, .btn-main.focus, .btn-main:active, .btn-main.active,
.btn-main .open > .dropdown-toggle {
    color: #fff;
    background-color: #666;
}
.btn-main:active, .btn-main.active,
.btn-main .open > .dropdown-toggle {
  background-image: none;
}
.btn-main.disabled, .btn-main.disabled:hover, .btn-main.disabled:focus, .btn-main.disabled.focus, .btn-main.disabled:active, .btn-main.disabled.active, .btn-main[disabled], .btn-main[disabled]:hover, .btn-main[disabled]:focus, .btn-main[disabled].focus, .btn-main[disabled]:active, .btn-main[disabled].active, fieldset[disabled] .btn-main, fieldset[disabled] .btn-main:hover, fieldset[disabled] .btn-main:focus, fieldset[disabled] .btn-main.focus, fieldset[disabled] .btn-main:active, fieldset[disabled] .btn-main.active {
    background-color: #666;
    border-color: #666;


  }
}
.btn-main .badge {
  color: #222;
  background-color: #fff;
}

.btn-key {
    color: #fff;
    background-color: #666;
    border-color: #666;
    border-bottom-color: #666;
    font-size:13px;
    letter-spacing:0.2em;
}




/*カートボタン*/
.btn-key:hover, .btn-key:focus, .btn-key.focus, .btn-key:active, .btn-key.active,
.btn-key .open > .dropdown-toggle {
    color: #CCC;
    background-color: #fbe5e2;
    opacity: 0.5 ;
    /*border-color: #CCC;*/
}
.btn-key:active, .btn-key.active,
.btn-key .open > .dropdown-toggle {
  background-image: none;
}
.btn-key.disabled, .btn-key.disabled:hover, .btn-key.disabled:focus, .btn-key.disabled.focus, .btn-key.disabled:active, .btn-key.disabled.active, .btn-key[disabled], .btn-key[disabled]:hover, .btn-key[disabled]:focus, .btn-key[disabled].focus, .btn-key[disabled]:active, .btn-key[disabled].active, fieldset[disabled] .btn-key, fieldset[disabled] .btn-key:hover, fieldset[disabled] .btn-key:focus, fieldset[disabled] .btn-key.focus, fieldset[disabled] .btn-key:active, fieldset[disabled] .btn-key.active {
    background-color: #ccc;
    border-color: #ccc;
}
.btn-key .badge {
    color: #C93;
    background-color: #fff;
}

/**
 *  button-layout
 */
 

.btn {
  border-radius: 0px;
}


/**
 *  ui-title
 */
.entry-title .title,
.section-title .title,
.side-title .title {
  display: inline-block;
  margin: 0;
  color: #222;
    color: #5d5b55;
letter-spacing: 0.3em;
}

/**
 *  entry-title
 */
.entry-title {
  margin-bottom: 25px;
   font-weight: normal;
}
.entry-title .title {
  font-size: 32px;
  font-weight: normal;
}
.entry-title .title a {
  font-weight: normal;
}

/**
 *  section-title
 */
.section-title {
  margin-bottom: 10px;
}
.section-title .title {
  font-size: 16px;
  font-weight: normal;

}
.section-title .title a {
  font-size: 16px;
  font-weight: normal;
}

.section-title .title_s{
  font-size: 9px;
  font-weight: normal;
    margin-bottom: 20px;
	margin-top: 5px;
}

.ui-section .title_s{
  font-size: 9px;
  font-weight: normal;
}





/**
 *  content-title
 */
.content-title {
  margin-bottom: 15px;
}
.content-title .title {
  font-size: 16px;
}
.content-title .title a {
  font-size: 16px;
}

/**
 *  side-title
 */
.side-title {
  margin-bottom: 15px;
  padding: 3px 0  10px 0;
  border-bottom: 1px solid #ccc;
}
.side-title .title {
  font-size: 16px;
  font-weight: normal;
}
.side-title .title a {
  font-size: 14px;
  font-weight: normal;
}

.side-title .title_s{
  font-size: 9px;
  font-weight: normal;
	margin-top: 5px;
}


/**
 *  ui-box-item
 */
.ui-box-item {
  margin-bottom: 25px;
}
.ui-box-item .box-image {
  margin-bottom: 10px;
}
.ui-box-item .box-title .title {
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
  color: #555;
  font-size: 10px;
}
.ui-box-item .box-title .title a {
  display: inline-block;
  color: #555;
}
.ui-box-item .box-title .title a:hover {
  color: #222;
}
.ui-box-item .review {
  color: #333;
}
.ui-box-item .review .count {
  color: #555;
}

/**
 *  ui-box-list
 */
.ui-box-list {
  margin-bottom: 15px;
}
.ui-box-list .box-image {
  margin-bottom: 10px;
}
.ui-box-list .box-title .title {
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
  color: #555;
  font-size: 12px;
}
.ui-box-list .box-title .title a {
  display: inline-block;
  color: #555;
}
.ui-box-list .box-title .title a:hover {
  color: #222;
}

.ui-side .ui-box-list > div.row {
  margin-left: -5px;
  margin-right: -5px;
}
.ui-side .ui-box-list > div.row > * {
  padding-left: 5px;
  padding-right: 5px;
}

/**
 *  ui-list-menu
 */
.ui-list-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ui-list-menu li p {
  margin: 0;
}
.ui-list-menu li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.ui-list-menu li a i {
  margin-top: 2px;
}
.ui-list-menu li ul {
  padding-left: 15px;
  list-style: none;
}

/* ------------------------------------- */
/*  CMS - blocks
/* ------------------------------------- */
/**
 *  header_login_area
 */
.block-header-login {
  padding: 10px 0 0 0;
  margin-bottom: 0;}
.block-header-login .site-description {
  margin-bottom: 0;
  font-size: 12px;
}
.block-header-login ul {
  margin-bottom: 0;
}
.block-header-login ul li {
  padding-right: 13px;
}
.block-header-login ul li a {
}
.block-header-login ul li a.btn {
}
.block-header-login ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.block-header-login ul li a:hover {
}


/**
 *  block-banner
 */
.block-banner {
  margin-bottom: 10px;
}

/**
 *  block-shopping-guide
 */
.block-shopping-guide {
    margin-bottom: 40px;
    font-size: 12px;
}
.block-shopping-guide p {
line-height: 2em;
}

.block-shopping-guide p a {
  color: #789dbf;
}


.block-shopping-guide .content-title {
  margin-bottom: 0px;
  padding-top: 10px;
  border: 1px solid #ccc;

}
.block-shopping-guide .content-title .title {
  margin-bottom: 0;
  font-size: 16px;
}
.block-shopping-guide .content-title .title span {
  font-size: 12px;
  font-weight: normal;
}
.block-shopping-guide .section-body {

}
.block-shopping-guide .guide-title {
  padding: 0px 0px;
  margin-bottom:15px;
font-size: 14px;
}
@media (max-width:768px) {
  .block-shopping-guide .guide-title {
    margin-top: 10px;
  }
}
.block-shopping-guide .guide-body ul li {
  margin-bottom: 5px;
}
.block-shopping-guide .guide-body img {
  max-width: 100%;
  max-height: 100%;
}

.guide-body{
  margin-bottom: 25px;
}


/* ------------------------------------- */
/*  CMS - pages
/* ------------------------------------- */
/* ------------------------------------- */
/*  product product: 商品詳細ページのスタイル
/*        - product
/* ------------------------------------- */
#page-detail .product-title {
  margin: 0;
    font-weight: normal;
}
@media (max-width:768px) {
  #page-detail .product-title {
    padding-left: 0;
    padding-right: 15px;
  }
}
#page-detail .product-title .title {
  margin-top: 0;
  margin-bottom: 15px;
font-size: 16px;
  font-weight: normal;
}
#page-detail .photo-column {
  margin-bottom: 40px;
 
}
#page-detail .photo-column .main-img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;

}
#page-detail .photo-column .thumb-src {
  margin-bottom: 10px;
}
#page-detail .photo-column .thumb-src:hover {
  cursor: pointer;
}

#page-detail dl dt {
  width: 60px;
  text-align: left;
}

@media (min-width: 769px) {
  #page-detail dl dd {
    margin-left: 70px;
  }
}
@media (max-width:768px) {
  #page-detail dl dt {
    display: inline-block;
  }
  #page-detail dl dd {
    display: inline-block;
  }
}
#page-detail .price-area,
#page-detail .option-area,
#page-detail .cart-area,
#page-detail .guide-area,
#page-detail .sns-area {
  margin-bottom: 15px


}

#page-detail .guide-area li{
line-height: 2em;
margin-bottom: 5px;
 }
 
#product-info .productcontact{
padding: 0px;
  margin-top: 0px;
  }
.productcontact{
font-size: 10px;
  }


 
 

#page-detail .price-area dl {
  margin-bottom: 5px;
  padding-left: 0;
}
#page-detail .price-area .dl-horizontal dd {
  margin-left: 0;
}
#page-detail .dl-horizontal dt {
font-weight: normal;
padding-top: 5px;
}
#page-detail .price-area .price {
  font-size: 18px;
  font-weight: normal;
}
#page-detail .price-area .sale-price {
    color:#808053;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-style:italic;
}
@media (max-width: 768px) {
  #page-detail .option-area .dl-horizontal dd {
    margin-left: 0;
    min-width: 100px;
  }
}
#page-detail .option-table {
  padding: 15px 0;
}
#page-detail .option-table table {
  border: 1px solid #ccc;
}
#page-detail .option-table table th {
  text-align: center;
  border: 1px solid #ccc;
 /* background-color: #f4f4f4;*/
}
#page-detail .option-table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
#page-detail .option-table table td.none {
  background-color: #f4f4f4;
}
#page-detail .cart-area {
  padding: 15px;
/* background-color: #f4f4f4;*/
  margin-top:10px;
margin-bottom:10px;

}

#page-detail form .option-area select {
font-size: 12px;
padding-top: 0px;
}


/*詳細ページ数量ボタン*/
#page-detail .cart-area input[type="text"] {
  width: 50px;
  padding-bottom: 5px;
border-top: 1px solid  #ccc;  
border-bottom: 1px solid  #ccc;  
border-left: 0.5px solid  #ccc;  
border-right: 0.5px solid  #ccc;  
font-size: 10px;
  border-radius: 0;
}

/*firefox*/
@-moz-document url-prefix() {
#page-detail .cart-area input[type="text"] {
border-left: none;  
border-right: none;
     }
}
/*Chrome Opera*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
#page-detail .cart-area input[type="text"] {
 border-left: none;  
border-right: none;  
}
}
 
#page-detail .cart-area .btn-default {
  color: #333 !important;
  background-color: #fff;
  border-radius: 0;
 background: none;
}
#page-detail #product-description .section-title {
  margin-bottom: 25px;

}


/*カートボタン2*/
.input-prepend{
    margin-left:25px;
}

@media (max-width: 769px) {
 .input-prepend{
 margin-left:15px;
}
}
input, button,textarea, select {
background: none;
border-radius: 0;
outline: none;
 /*　矢印を消す　*/
-webkit-appearance:none;
-moz-appearance:none;
text-indent: .01px; /* Firefox用 */
 text-overflow: ""; /* Firefox用 */
appearance:none;
}
select {
/*　背景画像指定　*/
background-image:url(https://img21.shop-pro.jp/PA01411/391/etc/select_button.png?cmsp_timestamp=20190204121007);
background-repeat:no-repeat;
background-size:20px 10px;/*背景画像サイズ*/
background-position:right center;
cursor:pointer;
}

.cartin .cartin-btn .btn.btn-key.btn-block.btn-lg {
font-family: 'Cardo', 'Garamond' , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , serif;
    background-color: #f4f4f4;
    color: #808053;
    border: none;

}

.cartin-btn{
    background-color: #f4f4f4;
    padding:15px;
   background-repeat: no-repeat;
    background-position: center bottom;

    }

#product-info .cart-area{
/*border: none !important;*/
padding:20px 0px 20px 0px;
margin-bottom:15px;
}

.cart-area{
  border-top: 0.5px dotted #ccc;  
   border-bottom: 0.5px dotted #ccc;  

}

#product-info .price-area .dl-horizontal dt {
    margin: 0px;
    padding: 0px;
}

/**/

/*商品詳細ページ説明文*/
#product-description{
}

#page-detail .description-body {
  color: #5d5b55;
  line-height: 2em;
}
#page-detail .description-body h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30px;
  }
 
#page-detail .description-body h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 28px;
 
}

#page-detail .description-body h3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 16px;
letter-spacing: 0.1em;
}


#page-detail .description-body img {
  margin-top: 10px;
  margin-bottom: 15px;
 
}
#page-detail .description-body p, #page-detail .description-body ul, #page-detail .description-body ol {
  font-size: 14px;
}
#page-detail a{
  color: #808053;
}

#product-description .description-body a{
 color: #789dbf;
}



#page-detail .description-body table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#page-detail .description-body table thead > tr > th,
#page-detail .description-body table tbody > tr > th,
#page-detail .description-body table tfoot > tr > th,
#page-detail .description-body table thead > tr > td,
#page-detail .description-body table tbody > tr > td,
#page-detail .description-body table tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
@media (max-width: 980px) {
  #page-detail .description-body table thead > tr > th,
  #page-detail .description-body table tbody > tr > th,
  #page-detail .description-body table tfoot > tr > th,
  #page-detail .description-body table thead > tr > td,
  #page-detail .description-body table tbody > tr > td,
  #page-detail .description-body table tfoot > tr > td {
    padding: 4px;
  }
}
#page-detail .description-body table th {
  background-color: #f4f4f4;
}

.explain-area{
line-height: 2.2em;
margin: 15px 0 15px 0;
}


/* ------------------------------------- */
/*  product list: 商品一覧、検索結果ページのスタイル
/*        - list
/* ------------------------------------- */
/**
 *    page-list
 */
#page-list .list-pager {
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
font-weight: lighter;
}

.sort select {
  font-size: 10px;
  border-radius: 0;
width:100px;
padding-left: 10px;
padding-top: 0px;
  }
#page-list .list-pager ul {
  margin-bottom: 0;
  font-weight: normal;
 
}

@media (max-width:768px) {
  #page-list .list-pager ul .sort {
    width: 100%;
    margin-bottom: 10px;
  }
  #page-list .list-pager ul .sort select {
    width: 100%;
 }
}
#page-list .list-pager.bottom {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom-color: transparent;
}

.ui-box-item .box-body .price{
font-size: 10px;
font-style: italic;
color:#808053;
  }


/* ------------------------------------- */
/*  privacy: プライバシーポリシーページのスタイル
/* ------------------------------------- */
/**
 *    privacy
 */
#privacy h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}

/**
 *  header
 */
@media (max-width:768px) {
  .block-header-login {
    padding: 0;
  }

  .block-head-logo .logo {
    max-width: 200px;
    margin-bottom: 10px;
margin-left: 25px;
margin-top: 10px;
  }

}
@media (max-width: 480px) {
  .block-head-logo .logo {
    margin-bottom: 0;
  }
}
/**
 *  eyecatch
 */
.eyecatch {
  display: block;
  max-width: 100%;
  height: auto;
}

/**
 *    tbl_calendar
 */
.tbl_calendar {
  margin-bottom: 10px;
}
.tbl_calendar caption {
  padding: 4px 0;
  font-size: 14px;
}
.tbl_calendar tbody th {
  text-align: center;
  padding: 4px 12px;
  background-color: #eee;
}
.tbl_calendar tbody td {
  text-align: center;
  padding: 4px 8px;
  border: 1px solid #eee;
}
@media (max-width: 1199px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 2px 6px;
  }
}
@media (max-width: 980px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 1px 2px;
  }
}
@media (max-width:768px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 4px 12px;
  }
}

/**
 *  search-form
 */
.ui-side input[type="text"] {
  width: 90%;
  margin-bottom: 10px;

}

/**
 *  theme edit
 */
.ui-list-menu li a, .ui-list-menu li span {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.ui-list-menu li a i, .ui-list-menu li span i {
  margin-top: 2px;
}
.ui-list-menu li a img, .ui-list-menu li span img {
  max-width: 32px;
  margin-right: 10px;
}
.ui-list-menu li ul {
  padding: 0;
  margin: 0;
}
.ui-list-menu li.level2 a {
  padding-left: 15px;
}

.block-history {
  margin-top: 15px;
}


.block-news .section-body .newslist {
  padding-bottom: 10px;
  margin-top: 0;
  border-bottom: 3px dotted #fff;


}
.block-news .section-body .newslist dd {
  margin-left: 0;
}


.ui-footer .footer-list {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  background-color: #fff;

}

.ui-footer .footer-list a {
  font-size: 11px;
}
.ui-footer .copy {
  text-align: center;
  padding: 10px 0 30px  0 ;
  border: none;
  font-size: 11px;
 
}

/**
 *  news
 */
 

.block-news h2{
padding-top:2px;
padding-bottom:0px;
}

.block-news .section-body {
    max-height: auto;  /*元300px:*/
    overflow-y: scroll;
line-height:1.5em;
background-color:#f5f5f5;
padding:5px; 
}

.block-news ul{
 margin: 10px 15px 15px 15px;
}

.block-news li{
    margin-bottom: 5px;
    list-style-type: none;
    border-bottom : 1px dotted #999;
    padding:5px;    
}
.block-news a{
color:#808053;
}



/**
 *  freepage */
 
.free{
line-height: 2em;
margin-top: 20px;
margin-bottom: 50px;
}


.free a {
   color: #789dbf;
}

.caption{
 font-size:10px;

}
.free .row{
padding-top: 5px;
margin-top: 5px;
}

.free h2{
color: #808053;
font-weight: normal;
width: auto;
margin-top: 25px;
margin-bottom: 0px;
}
.free h3 {
    color: #808053;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 25px;
font-size: 18px;    
}
.free h4{}

/*.free .mb {
    margin-bottom: 50px;
}*/
.free table {
    height: auto;
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #FFF;
    color: #666;
}
.free .mb table tr td {
    border: 1px solid #999;
    padding: 3px 10px;
    
}

.free img{
margin-top: 10px;
 margin-bottom: 30px;   
}

.free .row img{
margin-top: 5px;
 margin-bottom: 0px;   
}




@media (max-width: 500px) {
.free .mb table tr td {
/*word-break:break-all;*/
letter-spacing: 0.5px;
}
}

@media screen and (min-width: 693px){	
  .br-sp { display:none; }
}
@media screen and (max-width: 693px){	
  .br-sp { display:block; }
}


/*リスト数字*/
    .defaultlist
    ,.defaultlist li{
        padding:0px;
        margin:0px;
    }
     
    .defaultlist li{
        list-style-type:none !important;
        list-style-image:none !important;
        margin: 5px 0px 0px 0px !important;
    }
     
    .list10{
        counter-reset:li;   
    }
     
    .list10 li{
        position:relative;
        display: block;
        padding:5px 0px 5px 30px;
        margin-left:0px !important;
    }
     
    li.list10-count:after{
        counter-increment: li;
        content: counter(li) ".";
        position: absolute;    
        display: block;
        text-align: center;
        font-style: italic;
        left: 0px;
        top: 5px;
        font-size: 16px;
    }


/**/








a:hover {
    opacity: 0.8;
}


.imgWrap {
    overflow: hidden; 
}
.imgWrap img {
    display: block;
    transition-duration: 0.3s; 
}
.imgWrap img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;}

@media screen and (max-width: 450px) {
.ui-pagetop {
    bottom: 5px;
    right:5px;
}
}

/*top slider*/


#slider div {
width: 100% !important; 
/*縦表示対策*/ 
display: none;

}
#slider div img {
  width: 100% !important;
  height: auto;
}


.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
 
/*縦表示対策*/
display: block !important;
}

.bx-wrapper {
  margin-bottom:40px !important;

}

/*.bx-wrapper .bx-pager.bx-default-pager{
  opacity: 0.4 !important;　
}

.bx-wrapper .bx-pager.bx-default-pager a {
width: 7px !important;
height: 7px !important;　
 
}*/
@media (max-width: 321px) {
#slider div, #slider div img, .bx-wrapper{
width: 100%;
/*max-height: 130px;　*/
height: auto;　
}
}
@media (max-width:700px) {
#slider div, #slider div img, .bx-wrapper{
width: 100%;
/*max-height: 160px;　*/
height: auto;　
}
}

/*ボタン*/
.bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 5px !important;
	width: 20px !important;
	height:5px !important;
	display: inline-block !important;
	overflow: hidden !important;
	background-color:#5d5b55 !important;
	border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	filter:alpha(opacity=50) !important;
	-moz-opacity: 1 !important;
	opacity: 0.5 !important;

}
.block-banner img {
	margin-bottom: 20px;

}

::selection {
	background: #789dbf; /* Safari */
  color: #fff;

}
::-moz-selection {
	background: #789dbf; /* Firefox */
   color: #fff;
}






/*//////どこでもカラーミー////*/

/*数量 オプションエリア*/
.free table {
    /*height: auto!important;
    width: 85%!important;*/
}

/*カートボタン*/
.cartjs_cart_in input {
font-family: 'Cardo', 'Garamond' , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , serif;
    background-color: #f4f4f4!important;
    color: #808053!important;
	border-radius: 0!important;
	font-size: 12px!important;
	 height: auto!important;
	padding-top: 20px;!important;
	padding-bottom: 20px;!important;
}

.free select {
border-radius: 0!important;
font-size: 10px;
	padding-top: 0px!important;
}

.free input[type="text"] {
padding-bottom: 5px;
border-top: 1px solid  #ccc;  
border-bottom: 1px solid  #ccc;  
border-left: 1px solid  #ccc;  
border-right: 1px solid  #ccc;  
font-size: 10px;
border-radius: 0!important;
}



@media (min-width: 769px) {
 .free table {
    height: auto!important;
    width: 50%!important;
}
}

@media (max-width:768px) {
 .free table {
    height: auto!important;
    width: 80%!important;
}
}

@media (min-width: 769px) {
.cartjs_cart_in input {
	  height: auto!important;
 width: 50%!important;
}
}

@media (max-width:768px) {
.cartjs_cart_in input {
 height: auto!important;
  width: 80%!important;
}
}


/*スライド左右ボタンのエフェクト解除*/

.bx-next,.bx-next:hover{
    opacity: 0.2;
    z-index: 0;
 transition:none;
}

.bx-prev, .bx-prev:hover{
   opacity: 0.4;
    z-index: 0;
 transition:none;
}

