@charset "utf-8";
/* CSS Document */

/*******************

shared style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
/* defalt css reset */
#bs .container {
  width: 100%;
  
}
#bs .col-md-9 {
  width: 100%;
  float: none;
}
#bs .col-md-3 {
  display: none;
}
/* content
--------------------------------------------------*/
#bs {
  font-size: 14px;
  font-size: 3.77vw;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height:1.5em;
  /* settings */
    --bs-main-color: #871e2c;
    --bs-sub-color: #a3888c;
    --bs-black-color: #303030;
    --bs-bg-color: #f5f2f2;
  
  color:var(--bs-black--color);
  letter-spacing: 0.1em;
  font-weight: 300;
}
.spitem {
  display: block;
}
.pcitem {
  display: none;
}
#bs p {
  font-size: 14px;
  font-size: 3.77vw;
}
@media screen and (min-width:750px){
 #bs {
    font-size: 16px;
    margin: 0 auto;
   min-width: 900px;
  }
 .spitem {
   display: none;
  }
  .pcitem {
    display: block;
  }
 #bs p {
    font-size: 16px;
  }
}


#bs a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
#bs a:hover {
  text-decoration: none;
}
#bs span {
  font-size: inherit;
  font-weight: inherit;
}
#bs img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
#bs img.img-t  {
  vertical-align: top;
}
/* cart css reset */

#bs header ,
#bs h1 ,
#bs h2 ,
#bs h3 ,
#bs p ,
#bs dl ,
#bs dt ,
#bs dd ,
#bs div ,
#bs section ,
#bs footer ,
#bs span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  font-weight: normal;
}

#bs ul,
#bs li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}


/*-------------------------------------------
 nav
-----------------------------------------------*/
#bs .bs__spnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255,255,255,.9);
  z-index: 9999;
}
#bs .bs__spnav .bs__spnav__box {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
#bs .bs__spnav .bs__spnav__box h1 {
  box-sizing: border-box;
  width: 37.33%;
  padding: 2.666%;
  margin-left: 0;
}
#bs .bs__spnav .bs__spnav__box .bs__spnav__icon {
  box-sizing: border-box;
  width: 35.33%;
  padding: 2.666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 0;
}
#bs .bs__spnav .bs__spnav__box .bs__spnav__icon__item {
  width: 2em;
  height: 2em;
  margin: 0;
}
#bs .bs__spnav .bs__spnav__box .bs__spnav__icon__item img {
  width: auto;
  height: 100%;
  max-width: none;
}
#bs #bs__spnav__acd {
  background-color: var(--bs-black-color);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}#bs .bs__spnav .acd-btn {
  cursor: pointer;
}
#bs .bs__spnav .bs__spnav__list {
  width: 92%;
  margin: 0 auto;
  max-width: 680px;
}
#bs .bs__spnav .bs__spnav__link a {
  border-bottom: 1px solid #606060;
  box-sizing: border-box;
  padding: .8em 0;
  letter-spacing: 0.08em;
  color: #fff;
  display: block;
}
#bs .bs__spnav .bs__spnav__child a{
  padding-left: 1em;
}
#bs .bs__spnav .bs__spnav__sns {
  margin: 2em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding-bottom: 3em;
}
#bs .bs__spnav .bs__spnav__sns li{
  display: block;
  height: 1.8em;
  margin: auto 1em;
}
#bs .bs__spnav .bs__spnav__sns img {
  width: auto;
  height: 100%;
  max-width: none;
}
/*--------------------------------------------------------------------*/
#bs .bs__pcnav {
  background: rgba(255,255,255,.9);
  z-index: 999;
  height: 188px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#bs .bs__pcnav .bs__pcnav__box {
  max-width: 1020px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
#bs .bs__pcnav .bs__pcnav__header {
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
}
#bs .bs__pcnav .bs__pcnav__header .bs__pcnav__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top:30px;
  right: 10px;
  width: 110px;
}
#bs .bs__pcnav .bs__pcnav__link ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin: 0px auto 0;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item {
  width: -webkit-calc((100% - 5px) / 6);
  width: -o-calc((100% - 5px) / 6);
  width: calc((100% - 5px) / 6);
  padding: 20px 0;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item + .bs__pcnav__item a:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #f5f2f2;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item a span:after {
  content: attr(data-spell);
  font-family: 'Amiri', serif;
  display: block;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item a {
  position: relative;
  width: 100%;
  display: block;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item {
  z-index: 3;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item > a:hover span{
  color: var(--bs-main-color);
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom:-10px;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item > a:hover:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: var(--bs-main-color);
}
#bs .bs__pcnav .bs__pcnav__item--child {
  background-color: var(--bs-black-color);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate3d(0 , 100% , 0);
  -ms-transform: translate3d(0 , 100% , 0);
  -o-transform: translate3d(0 , 100% , 0);
  transform: translate3d(0 , 100% , 0);
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
#bs .bs__pcnav .bs__pcnav__item--child ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  height: 0;
  opacity: 0;
}
#bs .bs__pcnav .bs__pcnav__item--haschild:hover ul {
  height: 80px;
  opacity: 1;
}
#bs .bs__pcnav .bs__pcnav__item--child ul a{
  box-sizing: border-box;
  display: block;
  padding: 30px;
  position: relative;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item + .bs__pcnav__item .bs__pcnav__item--child a:before {
  content: none;
}
#bs .bs__pcnav .bs__pcnav__item--child ul a span {
  position: relative;
	font-size: 0.9em;
	display: block;
}
#bs .bs__pcnav .bs__pcnav__item--child ul a span:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item .bs__pcnav__item--child ul a:hover span {
  color: #fff;
}
#bs .bs__pcnav .bs__pcnav__link  .bs__pcnav__item--child ul a span:before {
  content: attr(data-spell);
  font-family: 'Amiri', serif;
  display: block;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 0.8em;
}
#bs .bs__pcnav .bs__pcnav__link  .bs__pcnav__item--child ul a span:after {
  content: "";
  height: 1px;
  width: 0%;
  background-color: #606060;
}
#bs .bs__pcnav .bs__pcnav__link .bs__pcnav__item--child ul a:hover span:after {
  content: "";
  height: 1px;
  width: 100%;
	overflow: hidden;
  background-color: #606060;
}
@media screen and (min-width:750px){
  #bs #gnav {height: 188px;}
}
/*-------------------------------------------
 footer
-----------------------------------------------*/
#bs .bs__footer__area {
  position: relative;
  width: 100%;
  margin: 2em auto 0;
}
#bs .bs__footer__area:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 2.5em);
  height: -o-calc(100% - 2.5em);
  height: calc(100% - 2.5em);
  background: var(--bs-bg-color);
}
#bs .bs__footer__area > div {
  position: relative;
  z-index: 3;
}
#bs .bs__footer__area .bs__footer__box {
  box-sizing: border-box;
  border-left: 1px solid var(--bs-sub-color);
  border-bottom: 1px solid var(--bs-sub-color);
  position: relative;
  max-width: 900px;
  width: 86.66%;
  z-index: 3;
  padding-bottom: 1.5em;
  margin: 0 auto 1.5em;
}
#bs .bs__footer__area .bs__footer__box:before {
  content: "";
  background: url(../img/footer_ar.png) no-repeat top right;
  width: 6px;
  height: 8px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: -6px;
  position: absolute;
}
#bs .bs__footer__area #pagetop {
  width: 4.28em;
  display: block;
  margin-left: 0.62em;
  box-sizing: border-box;
  padding: 0.5em 0;
  cursor: pointer;
}
#bs .bs__footer__area .bs__footer__sns ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin-right: 0;
  width: 68%;
  padding-top: 3em;
}
#bs .bs__footer__area .bs__footer__sns li {
  width: auto;
  height: 1.78em;
  margin-right: 0;
  display: block;
}
#bs .bs__footer__area .bs__footer__sns img {
  max-width: none;
  width: auto;
  height: 100%;
  margin-right: 0;
}
#bs .bs__footer__area .bs__footer__link {
  position: relative;
  max-width: 900px;
  width: 86.66%;
  z-index: 3;
  padding-bottom: 1.5em;
  margin: 1em auto;
}
#bs .bs__footer__area .bs__footer__link li {
  margin-bottom: 0.8em;
}
#bs .bs__footer__area .bs__footer__logo {
  width: 52%;
  display: block;
  margin: 1em auto;
}
#bs .bs__footer__area .bs__footer__copy {
  color: var(--bs-main-color);
  font-size: .75em;
  text-align: center;
  margin: 1em auto 0;
  padding-bottom: 2em;
}


@media screen and (min-width:750px){
#bs .bs__footer__area:after {
  content: "";
  height: -webkit-calc(100% - 50px);
  height: -o-calc(100% - 50px);
  height: calc(100% - 50px);
}
  #bs .bs__footer__area .bs__footer__box  {
    margin: 0px auto 10px;
  }
#bs .bs__footer__area #pagetop {
  width: 96px;
  display: block;
  margin-left: 20px;
  box-sizing: border-box;
  padding: 0 0 25px;
}
#bs .bs__footer__area .bs__footer__sns ul{
  width: 210px;
  padding-top: 45px;
}
#bs .bs__footer__area .bs__footer__sns li {
  width: auto;
  height: 25px;
  margin-right: 0;
  display: block;
}
#bs .bs__footer__area .bs__footer__sns img {
  max-width: none;
  width: auto;
  height: 100%;
  margin-right: 0;
}
#bs .bs__footer__area .bs__footer__link {
  margin: 0px auto;
}
#bs .bs__footer__area .bs__footer__link ul {
  text-align: center;
  }
#bs .bs__footer__area .bs__footer__link li {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 .45em 1em;
  letter-spacing: 0.05em;
}
#bs .bs__footer__area .bs__footer__logo {
  width: 52%;
  max-width: 320px;
  display: block;
  margin:10px auto 0;
}
#bs .bs__footer__area .bs__footer__copy {
  font-size: 14px;
  padding-bottom: 80px;
}
}

/*---------------------------------------------------------------
 parts
---------------------------------------------------------------*/
#bs sup {
  vertical-align: super;
  font-size: .6em;
}
#bs #bs__pagetitle {
  position: relative;
  width: 100%;
  background-color: #871e2c;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}
#bs #bs__pagetitle .bs__pagetitle__box {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}

#bs #bs__pagetitle h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  font-size: 1.07em;
}
#bs #bs__pagetitle h1:before {
  content: attr(data-spell);
  display: block;
  font-family: 'Amiri', serif;
  font-size: 2.33em;
  padding-bottom: .2em;
}
#bs #bs__pagetitle.bs__pagetitle--noimg {
  background: #f5f2f2;
}
#bs #bs__pagetitle.bs__pagetitle--noimg h1{
  color: #202020;
}
#bs #bs__pagetitle.bs__pagetitle--noimg .bs__pagetitle__box {
  padding-bottom: 50%;
}
#bs .bs__pagetitle--stitle {
  text-align: center;
  font-size: 1.42em;
  letter-spacing: 0.1em;
  margin: 0 auto 1em;
}
#bs .bs__pagetitle--stitle:before {
  content: attr(data-spell);
  font-family: 'Amiri', serif;
  display: block;
  letter-spacing: 0.02em;
  margin: 0 auto 0.5em;
}


@media screen and (min-width:750px){
  #bs #bs__pagetitle .bs__pagetitle__box {
    padding-bottom: 380px;
  }
  #bs #bs__pagetitle h1 {
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 18px;
    -webkit-transform: translate3d(0 , -40% , 0);
    -ms-transform: translate3d(0 , -40% , 0);
    -o-transform: translate3d(0 , -40% , 0);
    transform: translate3d(0 , -40% , 0);
  }
  #bs #bs__pagetitle h1:before {
    content: attr(data-spell);
    font-size: 58px;
    padding-bottom: 20px;
  }
  
  #bs #bs__pagetitle.bs__pagetitle--noimg .bs__pagetitle__box {
    padding-bottom: 250px;
  }
 #bs .bs__pagetitle--stitle {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin: 0 auto 1em;
  }
  #bs .bs__pagetitle--stitle:before {
    content: attr(data-spell);
    font-family: 'Amiri', serif;
    display: block;
    letter-spacing: 0.02em;
    margin: 0 auto 0.5em;
    font-size: 22px;
  }
}

/*--------------*/
#bs .bs__bg--gray {
  background: var(--bs-bg-color);
}
#bs .bs__box {
  box-sizing: border-box;
  padding:10% 6%;
  margin: 0 auto;
  width: 100%;
}
#bs .bs__box--last {
  padding-bottom: 6%;
}
@media screen and (min-width:750px){
  #bs .bs__box {
    box-sizing: border-box;
    padding: 60px 20px;
    margin: 0 auto;
    max-width: 900px;
  }
}
#bs .bs__catch {
  color: var(--bs-main-color);
  text-align: center;
  font-size: 1.78em;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: 'pkna' 1;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  max-width: 840px;
  margin: 0 auto;
}
#bs .bs__catch__txt {
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: 'pkna' 1;
  max-width: 840px;
  margin: 0 auto;
}
#bs .bs__catch__txt p {
  margin: 1.5em auto;
  line-height: 1.64em;
  letter-spacing: 0.07em;
}
#bs .bs__indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
@media screen and (min-width:750px){
  #bs .bs__catch__txt p {
    margin: 1.5em auto;
    font-size: 1.14em;
    line-height: 1.8em;
    letter-spacing: 0.07em;
  }
}

/*--------------------*/
#bs .bs__box--border {
  border: 0.12em solid var(--bs-main-color);
  box-sizing: border-box;
  padding: 6%;
}
#bs .bs__box--border dt {
  box-sizing: border-box;
  font-size: 1.28em;
  font-weight: 500;
  text-align: center;
}
#bs .bs__box--border dt:after {
  content: "";
  display: block;
  background-color: var(--bs-main-color);
  width: 4em;
  height: 2px;
  margin: 0.8em auto;
}

@media screen and (min-width:750px){
#bs .bs__box--border {
  border: 3px solid var(--bs-main-color);
  box-sizing: border-box;
  padding: 50px;
}
#bs .bs__box--border dt {
  font-size: 32px;
}
#bs .bs__box--border dt:after {
  content: "";
  display: block;
  background-color: var(--bs-main-color);
  width: 140px;
  height: 2px;
  margin: 30px auto;
}

}



/*---------------------*/
#bs .bs__list--sq {
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
#bs .bs__list--sq li {
  padding-left: 1.8em;
  position: relative;
}
#bs .bs__list--sq li:before {
  content: "□";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#bs .bs__list--sq li + li {
  margin-top: 0.8em;
}
@media screen and (min-width:750px){
  #bs .bs__list--sq li {
    font-size: 20px;
    padding-left: 3em;
  }
  #bs .bs__list--sq li + li {
    margin-top: 1.5em;
  }
}

/*-------------------------*/
#bs .bs__ar--vertical {
  display: block;
  margin: 1em auto;
}

/*---------------------------*/
#bs .bs__btn--counseling {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  max-width: 590px;
  width: 78.66%;
  display: block;
}
#bs .bs__btn--red a {
  border-radius: .2em;
  font-size: 1.14em;
  line-height: 1em;
  padding: 0.9em 1em;
  position: relative;
  color: #fff;
  border: 1px solid #871e2c;
  background-color: #871e2c;
  background-image: url(../img/arrow_r_w.png);
  background-repeat: no-repeat;
  -webkit-background-size: 1.46em auto;
  background-size: 1.46em auto;
  background-position: calc(100% - .7em) 50%;
  display: block;
  text-align: center;
}
#bs .bs__btn--white a {
  border-radius: .2em;
  font-size: 1.14em;
  line-height: 1em;
  padding: 0.9em 1em;
  position: relative;
  color: #202020;
  border: 1px solid #202020;
  background-color: #fff;
  background-image: url(../img/arrow_r_b.png);
  background-repeat: no-repeat;
  -webkit-background-size: 1.46em auto;
  background-size: 1.46em auto;
  background-position: calc(100% - .7em) 50%;
  display: block;
  text-align: center;
}
#bs .bs__btn__att {
  text-align: left;
  font-size: .68em;
  margin: .5em auto;
  font-weight: 300;
}

@media screen and (min-width:750px){
  #bs .bs__btn__att {
    text-align: right;
    font-size: 14px;
  }
  #bs .bs__btn--red a {
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
  #bs .bs__btn--white a {
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
  
}
/*------------------------------*/
#bs #bs__breadcrumb {
  width: 100%;
  margin: 2em auto;
  border-top: 1px solid var(--bs-bg-color);
  border-bottom: 1px solid var(--bs-bg-color);
}
#bs #bs__breadcrumb .bs__breadcrumb__box {
  margin: 0 auto;
  padding: .5em 6%;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.78em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#bs #bs__breadcrumb li {
  display: inline-block;
}
#bs #bs__breadcrumb li + li:before {
  content: "＞";
  padding: 0 0.4em;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: inline-block;
}
#bs #bs__breadcrumb a {
  color: var(--bs-main-color);
}

@media screen and (min-width:750px){
  #bs #bs__breadcrumb .bs__breadcrumb__box {
    max-width: 920px;
    box-sizing: border-box;
    padding: 10px;
  }
}


/*------------------------------------------------------*/
#bs .bs__tablelist {
  
}
#bs .bs__tablelist dl {
  position: relative;
  box-sizing: border-box;
  padding: .8em 0;
  margin: 0 auto 2em;
}
#bs .bs__tablelist dl:before {
  content: "";
  background-color: #202020;
  width: 5em;
  height: 0.15em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#bs .bs__tablelist dt {
  font-weight: 500;
  padding-bottom: .3em;
}
#bs .bs__tablelist dd {
  font-size: .92em;
}
#bs .bs__tablelist dd pre {
    font-size: inherit;
    padding:0;
    line-height:inherit;
  font-weight: inherit;
  font-family:inherit;
}
#bs .bs__txtlink--ar {
  text-align: right;
}
#bs .bs__txtlink--ar a {
  display: inline-block;
  background: url(../img/arrow_r_b.png) no-repeat;
  background-position: 100% 50%;
  -webkit-background-size: 1.67em auto;
  background-size: 1.67em auto;
  box-sizing: border-box;
  padding: 0em 2.5em 0em .5em;
  font-size: 1.14em;
  letter-spacing: 0;
  line-height: 1em;
  font-family: 'Amiri', serif;
}
  #bs .bs__tablelist dl {
    border-top: 1px solid #202020;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    margin: 0 auto;
  }
  #bs .bs__tablelist dl:last-child {
    border-bottom: 1px solid #202020;
  }
  #bs .bs__tablelist dl:before {
    content: none;
  }
  #bs .bs__tablelist dt {
    display: table-cell;
    width: 7em;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px 2px;
    border-right: 2px solid #202020;
  }
  #bs .bs__tablelist dd {
    display: table-cell;
    width: -webkit-calc(100% - 7em);
    width: -o-calc(100% - 7em);
    width: calc(100% - 7em);
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px;
  }

@media screen and (min-width:750px){
  #bs .bs__tablelist dl {
    border-top: 1px solid #202020;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    margin: 0 auto;
  }
  #bs .bs__tablelist dl:last-child {
    border-bottom: 1px solid #202020;
  }
  #bs .bs__tablelist dl:before {
    content: none;
  }
  #bs .bs__tablelist dt {
    display: table-cell;
    width: 200px;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 20px;
    border-right: 2px solid #202020;
  }
  #bs .bs__tablelist dd {
    display: table-cell;
    width: -webkit-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: calc(100% - 200px);
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px 0 10px 40px;
    line-height: 32px;
    font-size: 16px;
  }
  #bs .bs__txtlink--ar {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    margin-top: 0;
  }
  #bs .bs__txtlink--ar a {
    padding-left: 0;
  }
}

/*----------------------------------*/
#bs .bs__listtxt dl {
  margin: 2em auto;
}
#bs .bs__listtxt dt {
  font-size: 1.07em;
  font-weight: 500;
  margin-bottom: .5em;
}
#bs .bs__listtxt dl + dl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 1em auto 2em;
  background: #202020;
}
#bs .bs__revdate{
  border-top: 1px solid #f5f2f2;
  text-align: right;
  margin: 1em auto;
  padding: 1em 0;
}
#bs .bs__listtxt dd pre {
  word-break: break-all;
  background: transparent;
  border: none;
  white-space: pre-wrap ;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
@media screen and (min-width:750px){
  #bs .bs__listtxt dl + dl:before {
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}
  #bs .bs__listtxt dl {
    margin: 2.5em auto;
  }
  #bs .bs__listtxt dt {
    font-size: 18px;
    border-bottom: 1px solid #202020;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  #bs .bs__listtxt dd {
    font-size: 16px;
    line-height: 2em;
  }
}

/* def page overwrite css */
#bs #customers-password-new-view ,
#bs #customers-sessions-sign-in-view ,
#bs #customers-registrations-sign-up-view ,
#bs .page-container ,
#bs #cart-show-view {
  width: 92%;
  padding-top: 4em;
  margin: 1em auto;
  max-width: 950px;
}
#bs .btn-primary {
  border: none;
  color: #fff;
  background: #871e2c;
  margin-top: 1em;
  font-size: inherit;
}
blockquote {
 padding: 0.3em 0.3em;
 margin: 1em auto 1em;
 font-size: 1.1em;
 border-left: none;
}
#bs .btn-default  {
  color: #fff;
  border: none;
  margin-top: 1em;
  font-size: inherit;
  background: #606060;
}
#bs a.btn-danger {
  color: #ffffff;
  border: none;
  background: #202020;
}
#bs .input-sm {
  padding: 1.2em 0.8em;
  height: auto;
  font-size: 1.1em;
  box-sizing: border-box;
}
#bs .input-sm[name="order[billing_address_attributes][zip01]"] {
  width: -webkit-calc(100% - 1.5em);
  width: -o-calc(100% - 1.5em);
  width: calc(100% - 1.5em);
  display: inline-block;
}
#bs .input-sm[id*="order_customer_attributes_birth"] {
  display: inline-block;
  width: 32%;
}
#bs .input-sm#input-cc-month {
  display: inline-block;
  width: 32%;
}
#bs .input-sm#input-cc-year {
  display: inline-block;
  width: 32%;
}



#bs .bs__box__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
#bs .bs__box__list__item li {
  width: 100%;
  box-sizing: border-box;
  padding: 0.3em;
  position: relative;
  margin: 0;
}
#bs .bs__box__list__item li a {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #606060;
  box-sizing: border-box;
  padding: 1em;
}

#bs .fieldset div{
  margin: 0;
}
#bs .fieldset .form-group {
  position: relative;
  margin: 10px auto;
}
#bs #customers-password-new-view .col-md-offset-2 ,
#bs #customer-edit-view .col-md-offset-2 ,
#bs #customers-registrations-sign-up-view .col-md-offset-2 ,
#bs #customers-sessions-sign-in-view .col-md-offset-2 {
  float: right;
  width: 100%;
}
#bs .col-md-6 {
    box-sizing: border-box;
    padding: 1em;
}
#bs .panel-body p {
  padding-bottom: 0.5em;
}
#bs .panel-heading {
  text-align: center;
  font-size: 1.08em;
  font-weight: 400;
  margin: .5em auto;
  border-bottom: 1px solid;
  padding-bottom: .3em;
}



@media screen and (min-width:750px){
  #bs .page-container ,
  #bs #customers-password-new-view ,
  #bs #customers-registrations-sign-up-view ,
  #bs #customers-sessions-sign-in-view ,
  #bs #cart-show-view {
    padding-top: 20px;
  }
  #bs .bs__box__list__item li {
  width: 33%;
}
  #bs #customers-password-new-view .col-md-offset-2 ,
  #bs #customer-edit-view .col-md-offset-2 ,
  #bs #customers-registrations-sign-up-view .col-md-offset-2 ,
  #bs #customers-sessions-sign-in-view .col-md-offset-2 {
  float: right;
    width: 83.3333333333%;
}
  #bs .input-sm {
  padding: 0.5em;
  font-size: 1em;
}
}


/*----------------------------------------*/
#bs #new-view {
  padding-top: 3em;
  box-sizing: border-box;
  width: 92%;
  margin: 0 auto;
}
#bs #new-view legend {
  font-size: 1.08em;
  padding-bottom: .3em;
  border-bottom: 1px solid;
}
#bs #new-view p + p {
  margin-top: 1em;
}
#bs #new-view .table {
  width: 100%;
  margin: 1em auto;
}
#bs #new-view th {
  width: 7em;
  font-weight: 400;
}
#bs #new-view td {
  width: calc(100% - 7em);
}
#bs .alert-danger {
  color: #871e2c;
  max-width: 800px;
}
#bs  #new-view .alert-danger p + p {
  margin-top: 0;
}
@media screen and (min-width:750px){
  #bs #new-view th {
    width: 14em;
    font-weight: 400;
  }
  #bs #new-view td {
    width: calc(100% - 14em);
  }
}

/* ---------------------- */
#bs div[id^="customer-"] label{
  font-size: inherit;
  font-family: inherit;
}
#bs div[id^="customer-"] .form-group {
  margin: .5em auto;
}
/*-------------------------------*/


#bs .has-error .help-block, .has-error .control-label,
#bs .has-error .radio, .has-error .checkbox,
#bs .has-error .radio-inline, .has-error .checkbox-inline,
#bs .has-error.radio label,
#bs .has-error.checkbox label,
#bs .has-error.radio-inline label,
#bs .has-error.checkbox-inline label {
  color: #fff
}
#bs .has-error .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
#bs .has-error .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff
}
#bs .has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #FF0039
}
#bs .has-error .form-control-feedback {
  color: #fff
}
#bs .has-feedback label~.form-control-feedback {
  top: 26px
}
#bs .has-feedback label.sr-only~.form-control-feedback {
  top: 0
}
#bs .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

#bs .has-error .help-block,
#bs .has-error .control-label,
#bs .has-error .radio,
#bs .has-error .checkbox, 
#bs .has-error .radio-inline,
#bs .has-error .checkbox-inline,
#bs .has-error.radio label,
#bs .has-error.checkbox label,
#bs .has-error.radio-inline label,
#bs .has-error.checkbox-inline label,
#bs .has-error .form-control-feedback {
  color: #FF0039
}

#bs .has-error .form-control,
#bs .has-error .form-control:focus,
#bs .has-error .input-group-addon {
  border: 1px solid #FF0039
}

#bs .has-success .help-block,
#bs .has-success .control-label,
#bs .has-success .radio,
#bs .has-success .checkbox,
#bs .has-success .radio-inline,
#bs .has-success .checkbox-inline,
#bs .has-success.radio label,
#bs .has-success.checkbox label,
#bs .has-success.radio-inline label,
#bs .has-success.checkbox-inline label,
#bs .has-success .form-control-feedback {
  color: #3FB618
}
#bs .has-success .form-control,
#bs .has-success .form-control:focus,
#bs .has-success .input-group-addon {
  border: 1px solid #3FB618
}
#bs .formError {
  z-index: 990
}
#bs .formError .formErrorContent {
  z-index: 991
}
#bs .formError .formErrorArrow {
  z-index: 996
}
#bs .formErrorInsideDialog.formError {
  z-index: 5000
}
#bs .formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001
}
#bs .formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006
}
#bs .inputContainer {
  position: relative;
  float: left
}
#bs .formError {
  position: absolute;
  top: 300px;
  left: 0!important;
  display: block;
  cursor: pointer
}

#bs .ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none
}
#bs .formError .formErrorContent {
  width: 100%;
  background: #871e2c;
  position: relative;
  color: #fff;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px
}
#bs .greenPopup .formErrorContent {
  background: #33be40
}
#bs .blackPopup .formErrorContent {
  background: #393939;
  color: #FFF
}
#bs .formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative
}
#bs body[dir='rtl'] .formError .formErrorArrow,
#bs body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0
}
#bs .formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px
}
#bs .formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #871e2c;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block
}
#bs .formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none
}
#bs .greenPopup .formErrorArrow div {
  background: #33be40
}
#bs .blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF
}
#bs .formError .formErrorArrow .line10 {
  width: 15px;
  border: none
}
#bs .formError .formErrorArrow .line9 {
  width: 13px;
  border: none
}
#bs .formError .formErrorArrow .line8 {
  width: 11px
}
#bs .formError .formErrorArrow .line7 {
  width: 9px
}
#bs .formError .formErrorArrow .line6 {
  width: 7px
}
#bs .formError .formErrorArrow .line5 {
  width: 5px
}
#bs .formError .formErrorArrow .line4 {
  width: 3px
}
#bs .formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd
}
#bs .formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd
}
#bs .formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd
}

/* btn --------------*/
@charset "utf-8";
/* CSS Document btn */



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

#bs .bs__cart__btn {
  margin: 2em auto;
  width: 88%;
}
#bs .bs__cart__btn__item {
  position: relative;
    min-height: 50px;
}

#bs .bs__cart__btn__item a ,
#bs .bs__cart__btn__item button ,
#bs .bs__cart__btn__item input {
  margin: 1em auto;
  background: url(../img/arrow_r_w.png) no-repeat;
  -webkit-background-size: 1.46em auto;
  background-size: 1.46em auto;
  background-position: calc(100% - .7em) 50%;
  background-color: #9e9e9e;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: .2em;
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding: 1.3em 1em;
  position: relative;
}

#bs .bs__cart__btn__item.bs__cart__btn__item--black a,
#bs .bs__cart__btn__item.bs__cart__btn__item--black button,
#bs .bs__cart__btn__item.bs__cart__btn__item--black input{
  background-color: #202020;
}
#bs .bs__cart__btn__item.bs__cart__btn__item--back a ,
#bs .bs__cart__btn__item.bs__cart__btn__item--back input {
  margin: 1em auto;
  background: url(../img/arrow_l_w.png) no-repeat;
  -webkit-background-size: 1.46em auto;
  background-size: 1.46em auto;
  background-position: .7em 50%;
  background-color: #9e9e9e;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: .2em;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding: 1.3em 1em;
  position: relative;
}
#bs .bs__cart__btn__item.bs__cart__btn__item--red a, #bs .bs__cart__btn__item.bs__cart__btn__item--red button, #bs .bs__cart__btn__item.bs__cart__btn__item--red input {
    background-color: #871e2c;
}
#bs .bs__cart__btn__item.bs__cart__btn__item--red a {
  width: 100%;
  margin-top: 0;
}

@media screen and (min-width:750px){
 
  #bs .bs__cart__btn {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #bs .bs__cart__btn__item {
    margin: 0;
  }
  #bs .bs__cart__btn__item a ,
  #bs .bs__cart__btn__item button ,
  #bs .bs__cart__btn__item input {
    display: inline-block;
    margin:10px 0px;
    width: 330px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    background-position:  95% 50%;
  }
  #bs .bs__cart__btn__item.bs__cart__btn__item--back a,
  #bs .bs__cart__btn__item.bs__cart__btn__item--back input {
    display: inline-block;
    margin: 5px;
    width: 330px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    background-position:  20px 50%;
  }
  #bs .bs__cart__btn__item.bs__cart__btn__item--red a {
      margin: 5px;
    width: 330px;
}
}