@charset "UTF-8";

.handlingstore_container {
    max-width: 1024px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

.handlingstore_container .text__small{
    font-size: 10px;}


.handlingstore_container .v-top{
    vertical-align: top;}


.handlingstore_container .flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.handlingstore_container .handlingstore-ancer{
justify-content: space-between;
}

.handlingstore_container .handlingstore-ancer__link{
    width: 24%;
    border: solid 1.3px #595959;
    font-size: 12px;
    text-align: left;
    justify-content: center;
    flex-direction: column;
    padding: 15px 5% 15px 20px;
    margin-bottom: 3%;
    position: relative;
    line-height: 1.58;
    /* font-weight: 550; */
    letter-spacing: normal;
    color: #595959;
}


.handlingstore_container .handlingstore-ancer__link:after{
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background: none;
    border-top: solid 1.3px #595959;
    border-right: solid 1.3px #595959;
    transform: rotate(135deg);
}

.handlingstore_container .handlingstore__title,
.handlingstore_container h1{
    font-weight: 550;
    font-size: 16px;
    letter-spacing: .1rem;
    margin: 8rem 0 20px;
    border: none;
    padding: 0 5px;
}


.handlingstore_container h2{
    border: unset;
    font-weight: 500;
    font-size: 14.4px;
    padding: 0 5px;
    margin: 30px 0 20px;
}


.handlingstore_container .handlingstore-box{
padding: 40px;
    background-color: #fafafa;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.handlingstore_container .handlingstore-box__title{
    font-size: 1.4rem;
    border-bottom: solid 1px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.handlingstore_container .handlingstore-box__text{
    font-size: 1.25rem;
    letter-spacing: .03rem;
    line-height: 1.9;
    width: 50%;
}

.handlingstore_container .handlingstore-box__img{
    margin-bottom: 0;
    width: 40%;
    margin-right: 5%;
}

.handlingstore_container .handlingstore-box__link{
font-size: 1.25rem;
    margin-top: 15px;
    display: block;
    border-bottom: solid 1px;
    padding-right: 15px;
    line-height: 1.4;
    position: relative;
    width: fit-content;
}

.handlingstore_container .handlingstore-box__link:after{
    position: absolute;
    right: 2px;
    top: calc(50% - 3px);
    display: block;
    content: '';
    width: 5.5px;
    height: 5.5px;
    background: none;
    border-top: solid 1.3px #000;
    border-right: solid 1.3px #000;
    transform: rotate(45deg);
}



.handlingstore_container .storelist-list-box{
padding-right: 20px;
    position: relative;
    border-bottom: solid 1px #cacaca;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.handlingstore_container .storelist-list-box:after{
    position: absolute;
right: 3px;
    top: calc(50% - 1.5rem);
    display: block;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background: none;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    transform: rotate(45deg);
}

.handlingstore_container .storelist-list-box > a ,
.handlingstore_container .storelist-list-box > div {
position: relative;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}

.storelist-list-box-name{
    width: 53%;
}

.storelist-list-item-list{
    width: 45%;
}

.handlingstore_container .storelist-icon-ex{
    margin: 20px 0 30px;
    text-align: right;
}

.handlingstore_container .storelist-icon-ex__caption{
    display: inline-block;
    font-size: 11px;
    letter-spacing: .05rem;
    margin: 2px 0;
    position:relative;
}


.handlingstore_container .storelist-icon-ex__caption--fst:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 14px;
    position: absolute;
    left: -17px;
    background: url(../../img/usr/handlingstore/icon_manystores.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.handlingstore_container .storelist-list-box-icon{
    justify-content: flex-start;
    align-items: center;
margin-top: 10px;
}

.handlingstore_container .storelist-list-box-icon__icon{
font-size: 10.5px;
   /* border: solid 1px;*/
    letter-spacing: .02rem;
    line-height: 1;
    padding: 4px 6px 2.5px;
    margin: 0 5px 6px 0;
}

.handlingstore_container .storelist-list-box-icon__icon--new{
color: #a90716;
}

.handlingstore_container .storelist-list-box-icon__icon--member{
background-color: #dcd6d8;
   /* color: #fff;*/
}

.handlingstore_container .storelist-list-box-icon__icon--limited{
    background-color: #c6b78d;
    color: #fff;
}

.handlingstore_container .storelist-list-box-name__name{
    font-size: 1.5rem;
    position: relative;
}


.handlingstore_container .storelist-list-box-name__name:before {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0px, -50%);
    content: '';
    display: block;
    width: 10px;
    height: 14px;
    background: url(../../img/usr/handlingstore/icon_manystores.png);
    background-size: contain;
    background-repeat: no-repeat;
}



.handlingstore_container .storelist-list-item-list li{
    font-size: 11px;
    letter-spacing: .02rem;
    line-height: 1;
    padding: 0 20px 0 0;
    margin: 10px 0 0;
position: relative;
}

.handlingstore_container .storelist-list-item-list li:after{
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: none;
    border-right: solid 1px #333333;
}

.handlingstore_container .storelist-list-item-list li:last-child:after{
display:none;
}

.handlingstore_container .storelist-list-item-list__icon-l{
color: #d8b994!important;
}

.handlingstore_container .storelist-list-item-list__icon-cc{
color: #d27474!important;
}










/* --- top --- */
.hs-top--head {
  display: block;
  width: 92vw;
  margin: 0 auto 6.4vw;
  padding: 5.3vw;
  border: solid 4px #F3F3F3;
}
.hs-top--head > dl {
}
.hs-top--head > dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 3.8vw;
  padding: 0 0 43.5vw;
  background: url(../../img/usr/handlingstore/top/head_pc.jpg) left bottom / 100% auto no-repeat;
}
.hs-top--head > dl dd p + p {
  margin-top: 1.5em;
}
.hs-top--head > dl dd a {
  text-decoration: underline;
}
.hs-top--head > dl dd a:hover {
  text-decoration: none;
}
.hs-top--banner {
  width: 92vw;
  margin: 0 auto 9vw;
  text-align: center;
}
.hs-top--banner a {
  display: block;
  padding: 1.0em;
  text-align: center;
  border: solid 1px #333333;
}

.hs-top--list {
    margin: 15px auto 10rem;
    border-bottom: solid 1px #cccccc;
}
.hs-top--list > ul {
  display: none;
}
.hs-top--list__hc ,
.hs-top--list__fc {
  border-top: solid 1px #cccccc;
}
.hs-top--list li {
  border-top: solid 1px #cccccc;
}
.hs-top--list__hc > dt ,
.hs-top--list__fc > dt {
  position: relative;
  padding: 1.6rem 1.8rem;
  cursor: pointer;
}
.hs-top--list__hc li[id^="area"] > p ,
.hs-top--list__fc dd li {
    position: relative;
    padding: 1.6rem 1.8rem 1.6rem 3.5rem;
    background: #fafafa;
    cursor: pointer;
}
.hs-top--list__hc li[id^="area"] li {
  border-top: solid 1px #cccccc;
  padding: 1.6rem 1.8rem 1.6rem 6.2rem;
}


.hs-top--list__hc > dt:before ,
.hs-top--list__hc > dt:after ,
.hs-top--list__fc > dt:before ,
.hs-top--list__fc > dt:after ,
.hs-top--list__hc li[id^="area"] > p:before ,
.hs-top--list__hc li[id^="area"] > p:after {
  content: '';
  position: absolute;
  left: calc(100% - 40px);
  top: 50%;
    width: 10px;
    height: 1.4px;
    background: #717171;
}
.hs-top--list__hc > dt:after ,
.hs-top--list__fc > dt:after ,
.hs-top--list__hc li[id^="area"] > p:after {
  transform: rotate(90deg)
}
.hs-top--list__hc > dt.st__open:after ,
.hs-top--list__fc > dt.st__open:after ,
.hs-top--list__hc li[id^="area"] > p.st__open:after {
  display: none;
}
.hs-top--list__hc li[id^="area"] > p.st__noChild {
  cursor: default;
}
.hs-top--list__hc li[id^="area"] > p.st__noChild:before ,
.hs-top--list__hc li[id^="area"] > p.st__noChild:after {
  display: none!important;
}

/* --- list page --- */
.bp-area-list {
  width: 92vw;
  margin: 0 auto 9vw;
}
.bp-area-list h2 {
  margin-bottom: 3.7rem;
}
.bp-area-list ul {
  display: flex;
  flex-flow: wrap;
}
.bp-area-list ul li {
    width: 20%;
    margin: 20px 0;
    letter-spacing: .05rem;
    font-size: 13px;
}
.bp-area-list ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.7rem;
}
.bp-area-list ul li a:before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  display: block;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: none;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: rotate(45deg);
}
.hs-listfilter--series {

  margin: 0 auto 9vw;
  padding: 2.0rem 2.0rem 2.4rem;
  border: solid 1px #cccccc;
  text-align: center;
}
body.page-handlingstoretop .handlingstore_container .hs-listfilter--series h2 {
  margin: 0 0 1.4rem;
  padding: 0;
  width: auto;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.hs-listfilter--series ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.hs-listfilter--series ul li {
  margin: 0.2rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.2;
}


.storelist-list-wrap__caption {
  width: 92vw;
  margin: 0 auto;
  text-align: right;
}
.storelist-list-wrap__caption span {
  display: inline-block;
  margin: 0;
  letter-spacing: -0.1em;
}
.storelist-list-wrap__caption:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 15px;
  background: url(../../img/usr/handlingstore/icon_manystores.png) left 50% no-repeat;
}
.storelist-list-wrap {
  margin: 0 0 2.4rem;
}
.storelist-list-wrap > ul {
  margin: 1rem 0 2.5rem;
}


.storelist-list-wrap li.storelist-list-box > a:hover {
  text-decoration: none;
}

.storelist-list-wrap li.storelist-list-box .storelist-list-box__name > span {
    display: inline-flex;
    align-items: center;
    height: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.0;
   margin: 0 0 8px;
    padding: 0.1rem 0.5rem 0.0rem;
    font-weight: 500;
    font-size: 10px;
	border: solid 1px #333333;
	    color: #000;
}
.storelist-list-wrap li.storelist-list-box .storelist-list-box__name > p {
 position: relative;
    font-size: 1.4rem;
    font-weight: normal;
}
.storelist-list-wrap li.storelist-list-box.st__manystores .storelist-list-box__name > p:before {
  position: absolute;
  left: -2.2rem;
  top: 0.2rem;
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.6rem;
  background: url(../../img/usr/handlingstore/icon_manystores.png) left 50% / 1.1rem auto no-repeat;
    background-size: 50%;
}



.storelist-list-wrap li.storelist-list-box .storelist-list-box__series {
}
.storelist-list-wrap li.storelist-list-box .storelist-list-box__series ul {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0.3rem 0 0 -0.5rem;
}
.storelist-list-wrap li.storelist-list-box .storelist-list-box__series ul li {
margin: 0.6rem 0 0 0.5rem;
    padding: 0.5rem 0.8rem 0.2rem;
    line-height: 1.0;
    color: #ffffff;
    background: #C6B78D;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
       letter-spacing: .02rem;
    font-size: 11px;
}
.hs-listfilter--bottom-btn {
  margin: 0 0 4.8rem;
  text-align: center;
}
.hs-listfilter--bottom-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 315px;
  margin: 0;
  padding: 1.2rem;
  border: solid 1px #333333;
}

.hs-listfilter--bottom-btn a:before {
    position: absolute;
    left: 15px;
    top: calc(50% - 2px);
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background: none;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    transform: rotate(-135deg);
}

/* --- detail page --- */
.hs-detail--info {
  margin: 2.0rem 0 1.8rem;
}
.hs-detail--info .hs-detail__name {
  width: 92vw;
  margin: 0 auto 1.8rem;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.hs-detail--info-spec h1{
    margin: 3rem 0 20px;
}

.hs-detail--info-spec .hs-detail__name .hs-detail__manystores {
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  height: 1.6rem;
  margin: 0 0 0.5rem;
  overflow: hidden;
  font-size: 1.0rem;
  line-height: 1;
  text-align: left;
  text-indent: -9999rem;
  background: url(../../img/usr/handlingstore/icon_manystores.png) 0 50% / 1.1rem auto no-repeat;
}
.hs-detail--info-spec .hs-detail__name .hs-detail__companystore {
    font-size: 10.5px;
    border: solid 1px!important;
    letter-spacing: .02rem;
    line-height: 1;
    padding: 4px 6px 2.5px;
    margin: 0 5px 6px 0;
    font-weight: normal;
}

.handlingstore_container .point {
    background-color: #b9a97e!important;
    color: #fff!important;}


.hs-detail--info .hs-detail__name h1 {
    margin: 20px 0 0;
    padding: 0;
    width: 90%;
    line-height: 1.8;
    font-weight: 500;
}
.hs-detail--info figure {
  margin: 0 0 1.2rem;
  text-align: center;
}
.hs-detail--info address {
  margin: 1.2rem 0 0.8rem;
}
.hs-detail--info address .hs-detail__address {
    padding: 0 0 0 30px;
    background: url(../../img/usr/handlingstore/icon_address.png) -5px 0.3rem / 3rem auto no-repeat;
}
.hs-detail--info address .hs-detail__address a {
  position: relative;
  display: block;
  padding: 0 3.6rem 0 0;
  text-decoration: none!important;
}
.hs-detail--info address .hs-detail__address a:after {
    position: absolute;
    right: 1.74rem;
    top: calc(50% - 0.8rem);
    display: block;
    content: '';
    width: 1rem;
    height: 1rem;
    background: none;
    border-top: solid 1px #707070;
    border-right: solid 1px #707070;
    transform: rotate(135deg);
}
.hs-detail--info address .hs-detail__tel {
    padding: 0 0 0 30px;
    background: url(../../img/usr/handlingstore/icon_tel.png) -5px 1rem / 3rem auto no-repeat;
    line-height: 4;}
.hs-detail--info address .hs-detail__tel a {
  text-decoration: underline;
}
.hs-detail--info-spec address .hs-detail__address:empty ,
.hs-detail--info-spec address .hs-detail__tel:empty {
  display: none!important;
}

.hs-detail--info-series {
    width: 100%;
    margin: 3rem 0;
    padding: 3rem 0 0;
    border-top: solid 1px #cccccc;
}
.hs-detail--info-series dt {
    font-weight: 550;
    font-size: 16px;
    letter-spacing: .1rem;
    border: none;
    padding: 0 5px;
}
.hs-detail--info-series dd {
  overflow: hidden;
}
.hs-detail--info-series dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px;
}
.hs-detail--info-series dd ul li {
font-size: 11px;
    letter-spacing: .02rem;
    line-height: 1;
    padding: 0 20px 0 0;
    margin: 10px 0 0;
    position: relative;
}

.hs-detail--info-series dd ul li:after{
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: none;
    border-right: solid 1px #333333;
}

.hs-detail--info-series dd ul li:last-child:after{
 display:none;
}


.hs-detail--info-series dd ul li.item_05_{

    color: #d8b994!important;
    background-color: unset!important;
}

.hs-detail--aside-collection {
  width: 100%;
  margin: 0 0 1.8rem;
  padding: 1.8rem 0 0 4vw;
  border-top: solid 1px #cccccc;
}
.hs-detail--aside-collection dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.hs-detail--aside-collection dd ul {
  margin: 0.5rem 0 0;
  display: flex;
  flex-flow: wrap;
}
.hs-detail--aside-collection dd ul li {
  margin: 0.8rem 0 0 0;
  padding: 0 0.5rem 0 0;
  width: 33.333%;
}
.hs-detail--aside-schedule {
  margin: 0 0 1.4rem;
  padding: 0 1.5rem 1.7rem;
  background: #F4F4F4;
}
.hs-detail--aside-schedule-container > ul {
  display: none;
}
.hs-detail--aside-schedule > p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 2.4rem 0 1.8rem;
}
.hs-detail--schedule-body > dt {
  position: relative;
  margin: 0;
  padding: 0 0 1.4rem;
  font-weight: bold;
  text-align: center;
}
.hs-detail--schedule-body dt span.btn_prev ,
.hs-detail--schedule-body dt span.btn_next {
  position: absolute;
  top: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
.hs-detail--schedule-body dt span.btn_prev {
  left: 0;
}
.hs-detail--schedule-body dt span.btn_next {
  right: 0;
}
.hs-detail--schedule-body dt span.btn_prev:before ,
.hs-detail--schedule-body dt span.btn_next:before {
  position: absolute;
  right: 40%;
  top: 24%;
  display: block;
  content: '';
  width: 1.0rem;
  height: 1.0rem;
  background: none;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  transform: rotate(-135deg);
}
.hs-detail--schedule-body dt span.btn_next:before {
  transform: rotate(45deg);
  right: 12%;
}
.hs-detail--schedule-body > dd {
  background: #ffffff;
}
.hs-detail--schedule-body dd {
  flex-grow: 1;
  background: #ffffff;
  overflow: auto;
  min-height: 8em;
  max-height: 24.5em;
}
.hs-detail--schedule-body dd > p {
  padding: 0.8rem 1.5rem;
}
.hs-detail--schedule-body dd ul li {
  padding: 0.8rem 1.5rem;
  display: flex;
}
.hs-detail--schedule-body dd ul li + li {
  border-top: dashed 1px #dddddd;
}
/*
.hs-detail--schedule-body dd ul li.st__saturday {
  color: #77CCFF;
}
.hs-detail--schedule-body dd ul li.st__sunday ,
.hs-detail--schedule-body dd ul li.st__holiday {
  color: #ff0000;
}
*/
.hs-detail--schedule-body dd ul li span {
  margin-right: 1.0rem;
}
.hs-detail--schedule-body dd ul li span {
  width: 5.2em;
  min-width: 5.2em;
}
.hs-detail--schedule-body dd ul li p {
  flex-grow: 1;
}

.hs-top--list {
margin: 0 auto 60px;
    border-bottom: solid 1px #cccccc;
}
.hs-top--list > ul {
  display: none;
}
.hs-top--list__hc ,
.hs-top--list__fc {
  border-top: solid 1px #cccccc;
}
.hs-top--list li {
  border-top: solid 1px #cccccc;
}
.hs-top--list__hc > dt ,
.hs-top--list__fc > dt {
  position: relative;
  padding: 18px 15px 18px 15px;
  cursor: pointer;
}
.hs-top--list__hc li[id^="area"] > p {
  position: relative;
  padding: 18px 15px 18px 35px;
  cursor: pointer;
}
.hs-top--list__hc li[id^="area"] > div > ul ,
.hs-top--list__fc > dd > ul {
  border-top: solid 1px #cccccc;
  padding: 18px 15px 18px 55px;
  display: flex;
  flex-flow: wrap;
}
.hs-top--list__hc li[id^="area"] > div > ul li ,
.hs-top--list__fc > dd > ul li {
  border: none;
}
.hs-top--list__hc li[id^="area"] > div > ul li + li:before ,
.hs-top--list__fc > dd > ul li + li:before {
  display: inline-block;
  content: '|';
  margin: 0 0.8em;
}
.hs-top--list__hc > dt:before ,
.hs-top--list__hc > dt:after ,
.hs-top--list__fc > dt:before ,
.hs-top--list__fc > dt:after ,
.hs-top--list__hc li[id^="area"] > p:before ,
.hs-top--list__hc li[id^="area"] > p:after {
  content: '';
  position: absolute;
  left: calc(100% - 40px);
  top: 50%;
  width: 14px;
  height: 2px;
  background: #717171;
}
.hs-top--list__hc > dt:after ,
.hs-top--list__fc > dt:after ,
.hs-top--list__hc li[id^="area"] > p:after {
  transform: rotate(90deg)
}
.hs-top--list__hc > dt.st__open:after ,
.hs-top--list__fc > dt.st__open:after ,
.hs-top--list__hc li[id^="area"] > p.st__open:after {
  display: none;
}

.hs-top--list__hc li[id^="area"] > p.st__noChild {
  cursor: default;
}
.hs-top--list__hc li[id^="area"] > p.st__noChild:before ,
.hs-top--list__hc li[id^="area"] > p.st__noChild:after {
  display: none!important;
}
/* --- list page --- */
.hs-listfilter--items {
  margin: 55px 0 23px;
}
.hs-listfilter--area {
  margin: 0 0 48px;
}
.hs-listfilter--area ul {
  display: flex;
  flex-flow: wrap;
}
.hs-listfilter--area ul li {
    padding: 0 14px 0 0;
    width: 20%;
    letter-spacing: .1rem;
    font-size: 14px;
    margin: 15px 0;
}
.hs-listfilter--area ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
}
.hs-listfilter--area ul li a:before {
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  background: none;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: rotate(45deg);
}
.hs-listfilter--series {
  margin: 0 0 48px;
  padding: 32px 48px 40px;
  border: solid 1px #cccccc;
  text-align: center;
}
.hs-listfilter--series h2 {
  margin: 0 0 28px;
  padding: 0;
  font-size: 18px;
}
.hs-listfilter--series ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.hs-listfilter--series ul li {
  margin: 10px 15px;
  font-size: 15px;
  line-height: 1.2;
}
.hs-listfilter--series ul li label {
  cursor: pointer;
}
.hs-listfilter--series ul li label span {
    font-size: 13px;
}

.hs-listfilter--series ul li label .item5 {
    color: #d8b994!important;
}

.hs-listfilter--items__caption {
text-align: right;
    font-size: 11px;
    letter-spacing: .05rem;
    margin: 10px 0;
}
.hs-listfilter--items__caption span {
  display: inline-block;
  margin: 0 3px 0 5px;
  letter-spacing: -0.1em;
}
.hs-listfilter--items__caption:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 15px;
  background: url(../../img/usr/handlingstore/icon_manystores.png) left 50% no-repeat;
}
.hs-listfilter--items > ul {
  margin: 34px 0 52px;
}
.hs-listfilter--items li.hs-listfilter--item {
  border-bottom: dashed 1px #DDDDDD;
}
.hs-listfilter--items li.hs-listfilter--item > a ,
.hs-listfilter--items li.hs-listfilter--item > div {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 60px 18px 26px;
}
.hs-listfilter--items li.hs-listfilter--item.st__manystores {
  background: url(../../img/usr/handlingstore/icon_manystores.png) left 50% no-repeat;
}
.hs-listfilter--items li.hs-listfilter--item > a:hover {
  text-decoration: none;
}
.hs-listfilter--items li.hs-listfilter--item > a:after {
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background: none;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: rotate(45deg);
}
.hs-listfilter--items li.hs-listfilter--item .hs-listfilter--item__name {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
}
.hs-listfilter--items li.hs-listfilter--item .hs-listfilter--item__name span {
display: inline-block;
    line-height: 1.2;
    margin: 5px 14px 0 0;
    padding: 2px 5px 2.5px;
    border: solid 1px #333333;
    font-size: 11px;
}
.hs-listfilter--items li.hs-listfilter--item .hs-listfilter--item__name p {
display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    width: 80%;
    line-height: 1.7;
}
.hs-listfilter--items li.hs-listfilter--item > a:hover .hs-listfilter--item__name p {
  text-decoration: underline;
}

.hs-listfilter--items li.hs-listfilter--item .hs-listfilter--item__series {
}
.hs-listfilter--items li.hs-listfilter--item .hs-listfilter--item__series ul {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  font-size: 15px;
  line-height: 1.2;
  width: calc(20em + 10px);
}
.hs-listfilter--items li.hs-listfilter--item .hs-listfilter--item__series ul li {
    font-size: 11px;
    letter-spacing: .02rem;
    line-height: 1;
    padding: 0 20px 0 0;
    margin: 10px 0 0;
    position: relative;
}

.hs-listfilter--items li.hs-listfilter--item .hs-listfilter--item__series ul li:after {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: none;
    border-right: solid 1px #333333;
}

.hs-listfilter--items li.hs-listfilter--item .hs-listfilter--item__series ul li:last-child:after {
display:none;
}

.hs-listfilter--items li.hs-listfilter--item .hs-listfilter--item__series ul .item_05_{
color: #d8b994!important;
}


.hs-listfilter--bottom-btn {
  margin: 0 0 0;
  text-align: center;
}
.hs-listfilter--bottom-btn a {
  position: relative;
  display: inline-block;
  min-width: 160px;
  margin: 0;
  padding: 13px 48px;
  border: solid 1px #333333;
}
.hs-listfilter--bottom-btn a:before {
  position: absolute;
  left: 15px;
  top: calc(50% - 2px);
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background: none;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: rotate(-135deg);
}
/* --- ba --- */

.hs-ba-top--head h1 {
    margin: 0 0 10px;
    font-weight: 550;
    font-size: 16px;
    letter-spacing: .1rem;
border: none;
}

.hs-ba-top--head p{
    line-height: 1.8;
    margin-bottom: 20px;
}


body.page-handlingstorebaschedule .hs-top--head {
  margin: 2.8rem auto 3.6rem;
}
.hs-ba--arealist {
    margin: 0 0 42px;
    text-align: right;
}
.hs-ba--arealist select {
    min-width: 240px;
}
.hs-ba--shoplist {
  display: none;
}
.hs-ba--shoplist__noschedule {
    margin:0;
}
.hs-ba--shoplist-wrap {
    background: #F4F4F4;
    padding: 20px;
}
.hs-ba--shoplist__on {
    display: block;
    margin: 0 0 54px;
    padding: 20px 30px 32px;
    background: #F4F4F4;
}

.hs-ba--shoplist__title {
  position: relative;
  text-align: center;
}
.hs-ba--shoplist__title > p {
  font-weight: bold;
  margin: 0;
  padding: 1.2rem 0;
}
.hs-ba--shoplist__title span.btn_prev ,
.hs-ba--shoplist__title span.btn_next {
  position: absolute;
  top: 1.2rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
.hs-ba--shoplist__title span.btn_prev {
  left: 0;
}
.hs-ba--shoplist__title span.btn_next {
  right: 0;
}
.hs-ba--shoplist__title span.btn_prev:before ,
.hs-ba--shoplist__title span.btn_next:before {
  position: absolute;
  right: 40%;
  top: 24%;
  display: block;
  content: '';
  width: 1.0rem;
  height: 1.0rem;
  background: none;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  transform: rotate(-135deg);
}
.hs-ba--shoplist__title span.btn_next:before {
  transform: rotate(45deg);
  right: 12%;
}
.hs-ba--shoplist__contents-wrap {
    background: #ffffff;
    min-height: 280px;
    max-height: 464px;
    overflow: auto;
    padding: 0 20px;
}
.hs-ba--shoplist__contents > p {
  padding: 1.5rem;
}
.hs-ba--shoplist__month dl {
    display: flex;
    padding: 20px;
}
.hs-ba--shoplist__month dl + dl {
  border-top: dotted 1px #DDDDDD;
}
.hs-ba--shoplist__month dl dt {
    width: 160px;
    min-width: 160px;
    padding-right: 15px;
}
.hs-ba--shoplist__month dl.st__today dt:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  display: block;
  content: '';
  background: #707070;
}

.hs-ba--shoplist__month dl.st__saturday dt {
  color: #35b2fd;
}
.hs-ba--shoplist__month dl.st__today.st__saturday dt:before {
  background-color: #35b2fd;
}
.hs-ba--shoplist__month dl.st__sunday dt ,
.hs-ba--shoplist__month dl.st__holiday dt {
  color: #ff5d58;
}
.hs-ba--shoplist__month dl.st__today.st__sunday dt:before ,
.hs-ba--shoplist__month dl.st__today.st__holiday dt:before {
  background-color: #ff5d58;
}
.hs-ba--shoplist__month dl dd {
flex-grow: 1;
}
.hs-ba--shoplist__month dl dd ul li {
  display: flex;
  margin-top: 0.8rem;
  word-break: break-all;
}
.hs-ba--shoplist__month dl dd ul li p:first-child {
  flex-grow: 1;
  padding-right: 1.4rem;
}
.hs-ba--shoplist__month dl dd ul li p:first-child + p {
  max-width: 6.4em;
  min-width: 6.4em;
}

.hs-ba--shoplist--middle {
  margin: 2.4em 0 0;
  padding: 0 0 2.8rem;
  text-align: center;
}
.hs-ba--shoplist--middle > p {
  margin: 0 0 2.4rem;
}
.hs-ba--shoplist--middle > p a {
  text-decoration: underline;
}
.hs-ba--shoplist--middle .hs-listfilter--bottom-btn {
  margin-bottom: 0;
}


.hs-top--map {
    position: relative;
    margin: 5rem auto;
}
.hs-top--map figure {
  position: relative;
}
.hs-top--map figure:before {
  content: '';
  position: absolute;
  left: 36px;
  top: 220px;
  width: 855px;
  height: 398px;
  background: url(../../img/usr/handlingstore/top/map_p1.png) 0 0 no-repeat;
}
.hs-top--map figure:after {
  content: '';
  position: absolute;
  left: 141px;
  top: 56px;
  width: 75px;
  height: 58px;
  background: url(../../img/usr/handlingstore/top/map_p2.png) 0 0 no-repeat;
}
.hs-top--map li {
 position: absolute;
    display: block;
    font-size: 14px;
    letter-spacing: .05rem;
}
.hs-top--map a {
  text-decoration: none;
}
.hs-top--map a:hover {
  text-decoration: underline;
}
.hs-top--map li#hs-top--map__10 {
  left: 710px;
  top: 195px;
}
.hs-top--map li#hs-top--map__20 {
  left: 602px;
  top: 456px;
}
.hs-top--map li#hs-top--map__21 {
  left: 602px;
  top: 487px;
}
.hs-top--map li#hs-top--map__22 {
  left: 705px;
  top: 487px;
}
.hs-top--map li#hs-top--map__30 {
  left: 423px;
  top: 306px;
}
.hs-top--map li#hs-top--map__40 {
  left: 38px;
  top: 323px;
}
.hs-top--map li#hs-top--map__41 {
  left: 38px;
  top: 354px;
}
.hs-top--map li#hs-top--map__42 {
  left: 170px;
  top: 354px;
}
.hs-top--map li#hs-top--map__50 {
  left: 360px;
  top: 568px;
}
.hs-top--map li#hs-top--map__60 {
  left: 240px;
  top: 592px;
}
.hs-top--map li#hs-top--map__22:before ,
.hs-top--map li#hs-top--map__42:before {
  position: absolute;
  left: -1em;
  top: -1px;
  content: '|';
}

.hs-top--map #hs-top--map__100 {
  position: absolute;
  left: 84px;
  top: 32px;
}
.hs-top--map #hs-top--map__100 dt {
  position: relative;
}
.hs-top--map #hs-top--map__100 dt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  display: block;
  width: 70px;
  height: 1px;
  background: #DDDDDD;
}
.hs-top--map #hs-top--map__100 dd {
  display: none;
}
.hs-top--map #hs-top--map__100:hover dd {
  display: block;
}
.hs-top--map dd ul {
  padding: 10px 0 0;
  display: flex;
}
.hs-top--map li#hs-top--map__101 {
  position: static;
}
.hs-top--map li#hs-top--map__102 {
  position: static;
}
.hs-top--map li#hs-top--map__102:before {
  display: inline-block;
  margin: 0 10px;
  content: '|';
}


.hs-detail--aside-map {
    margin: 30px 0;
}
.hs-detail--aside-map > p:not(.hs-detail--aside-map__link) {
font-weight: 550;
    font-size: 16px;
    letter-spacing: .1rem;
    border: none;
    padding: 0 5px;
}
.hs-detail--aside-map__wrap {
    position: relative;
    width: 94%;
    height: 0;
    padding: 0 0 54.122%;
    margin: 10px auto;
}
.hs-detail--aside-map__wrap #shop-g-map {
  position: absolute!important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hs-detail--aside-map__link {
  margin: 2.0rem 0 0;
  text-align: center;
}
.hs-detail--aside-map__link a {
  text-decoration: underline;
}
