.store {
  padding-bottom: 138px;
}
.store-wrap {
  padding-bottom: 20px;
}
.store.-nf {
  text-align: center;
  padding: 295px 0 395px;
}
.store.-nf img {
  width: 345px;
}
@media screen and (max-width: 750px) {
  .store.-nf {
    padding: 200px 0 250px;
  }
  .store.-nf img {
    width: 200px;
  }
}
.store-title {
  text-align: center;
  margin-bottom: 88px;
}
.store-title .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #422914;
}
.store-title svg {
  height: 44px;
}
.store-title > .-jp {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.store-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.3rem;
  line-height: 3rem;
  font-weight: 700;
  padding-top: 12px;
  position: relative;
  width: 84vw;
  margin: 0 auto 64px;
}
.store-tab__line {
  margin: 0 60px;
  font-size: 1.3rem;
  margin-bottom: 26px;
}
.store-tab__line:last-of-type {
  display: none;
}
.store-tab__item {
  letter-spacing: 0.12em;
  cursor: pointer;
  position: relative;
  margin-bottom: 26px;
}
.store-tab__item > span {
  display: inline-block;
  position: relative;
}
.store-tab__item > span::before {
  content: "";
  width: 0;
  height: 2px;
  background: #916774;
  position: absolute;
  right: 0;
  bottom: -5px;
  -webkit-transition: 0.2s all ease-out 0s;
  -o-transition: 0.2s all ease-out 0s;
  transition: 0.2s all ease-out 0s;
}
@media screen and (min-width: 751px) {
  .store-tab__item:hover > span::before {
    width: 100%;
    left: 0;
  }
}
.store-note {
  font-size: 1.6rem;
  line-height: 3.6rem;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 131px;
  position: relative;
}
.store-area {
  width: 87.5vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 48px;
}
.store-area__side {
  width: 310px;
}
.store-area__itemwrap {
  width: calc(100% - 380px);
}
.store-area__title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
.store-area__list {
  width: 100px;
}
.store-area__list li {
  height: 43px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  background: #cba880;
  color: #fff;
  border-radius: 8px 8px;
  line-height: 40px;
  cursor: pointer;
}
.store-area__list li > span {
  display: inline-block;
  position: relative;
}
.store-area__list li > span::after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 3px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.store-area__list li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 4px;
  border-color: transparent transparent transparent #cba880;
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.store-area__list li.-noitem {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .store-area__list li:hover > span::after {
    left: 0;
    width: 100%;
  }
}
.store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.store-pref {
  margin-bottom: 61px;
}
.store-pref__title {
  font-size: 2.5rem;
  font-weight: 700;
  border-bottom: 1px solid #916774;
  padding-bottom: 5px;
  margin-bottom: 56px;
}
.store-pref__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.store-item {
  width: 44.5%;
  margin-bottom: 70px;
}
.store-name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.7rem;
  letter-spacing: 0.05em;
  background: url(../images/store/pc/dot_h.png) repeat-x left bottom;
  background-size: 4px 1px;
  padding: 51px 0px 30px 0;
  margin-bottom: 26px;
  position: relative;
}
.store-name__open {
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 15px;
}
.store-name__new {
  width: 74px;
  height: 56px;
  position: absolute;
  right: 0;
  bottom: 21px;
  background: url(../images/store/pc/new.png) no-repeat 0 0;
  background-size: contain;
  text-align: center;
  font-size: 1.7rem;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
  color: #fff;
}
.store-zip {
  position: relative;
  font-size: 1.8rem;
  line-height: 40px;
  letter-spacing: 0.1em;
  padding-left: 52px;
}
.store-zip::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 25px;
  height: 25px;
  background: url(../images/store/pc/icon_mail.svg) no-repeat 0 0;
  background-size: contain;
}
.store-add {
  position: relative;
  font-size: 1.8rem;
  line-height: 40px;
  letter-spacing: 0.05em;
  padding-left: 52px;
}
.store-add::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 27px;
  height: 23px;
  background: url(../images/store/pc/icon_shop.svg) no-repeat 0 0;
  background-size: contain;
}
.store-tel {
  position: relative;
  font-size: 1.8rem;
  line-height: 40px;
  letter-spacing: 0.1em;
  padding-left: 52px;
}
.store-tel::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 25px;
  height: 25px;
  background: url(../images/store/pc/icon_tel.svg) no-repeat 0 0;
  background-size: contain;
}
.store-tel > span {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.store-time {
  position: relative;
  font-size: 1.8rem;
  line-height: 35px;
  letter-spacing: 0.1em;
  padding-left: 52px;
  margin-bottom: 34px;
}
.store-time::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 22px;
  height: 25px;
  background: url(../images/store/pc/icon_time.svg) no-repeat 0 0;
  background-size: contain;
}
.store-time > span {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.store-time.-new .store-name {
  padding-right: 90px;
}
.store-map {
  display: block;
  width: 135px;
  height: 50px;
  background: #cba880;
  border-radius: 8px;
  position: relative;
}
.store-map > .txt {
  font-size: 1.9rem;
  position: absolute;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
.store-map > .icon {
  width: 17px;
  position: absolute;
  right: 19px;
  top: 12px;
  font-size: 0;
}
.store-map > .icon img {
  position: relative;
  -webkit-transition: 0.2s all ease-out 0s;
  -o-transition: 0.2s all ease-out 0s;
  transition: 0.2s all ease-out 0s;
  top: 0;
}
.store-map > .icon::before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transition: 0.2s all ease-out 0s;
  -o-transition: 0.2s all ease-out 0s;
  transition: 0.2s all ease-out 0s;
}
@media screen and (min-width: 751px) {
  .store-map:hover > .icon img {
    top: -4px;
  }
  .store-map:hover > .icon::before {
    width: 5px;
    left: 6px;
  }
}
@media screen and (max-width: 1340px) {
  .store-item {
    width: 100%;
  }
}
@media screen and (max-width: 1060px) {
  .store-area__side {
    width: 310px;
  }
  .store-area__itemwrap {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 850px) {
  .store-area {
    position: relative;
    width: 78.66vw;
    margin: 0 auto;
    display: block;
  }
  .store-area__side {
    width: 100%;
    margin-bottom: 78px;
  }
  .store-area__itemwrap {
    width: 100%;
  }
  .store-area__title {
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
  }
  .store-area__list {
    width: calc(100% + 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    left: -3px;
  }
  .store-area__list li {
    width: 70px;
    height: 37px;
    text-align: center;
    margin: 0 3px 8px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    background: #cba880;
    color: #fff;
    border-radius: 4px 4px;
    line-height: 36px;
    cursor: pointer;
  }
  .store-area__list li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3.5px 0 3.5px;
    border-color: #cba880 transparent transparent transparent;
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -3px;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@media screen and (max-width: 750px) {
  .store {
    padding-bottom: 70px;
  }
  .store-title {
    margin-bottom: 42px;
  }
  .store-title svg {
    height: 31px;
  }
  .store-title > .-jp {
    font-size: 1.4rem;
    margin-top: 1px;
  }
  .store-tab {
    width: 84vw;
    margin: 0 auto 34px;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-top: 0;
  }
  .store-tab__item {
    margin-bottom: 26px;
  }
  .store-tab__line {
    margin: 0 20px 26px;
  }
  .store-note {
    width: 78.66vw;
    margin: 0 auto 108px;
    font-size: 1.3rem;
    line-height: 2.6rem;
    text-align: left;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 16px;
  }
  .store-note > span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .store-pref {
    margin-bottom: 28px;
  }
  .store-pref__title {
    font-size: 2.3rem;
    font-weight: 700;
    border-bottom: 1px solid #916774;
    padding-bottom: 11px;
    margin-bottom: 63px;
  }
  .store-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .store-item {
    margin-bottom: 53px;
    font-weight: 500;
  }
  .store-item a {
    color: #916774;
  }
  .store-name {
    font-size: 1.9rem;
    line-height: 2.9rem;
    letter-spacing: 0.1em;
    padding: 0px 0px 22px 0;
    margin-bottom: 22px;
    position: relative;
  }
  .store-name__open {
    font-size: 1.4rem;
    margin-bottom: 19px;
    position: relative;
  }
  .store-name__new {
    width: 64px;
    height: 47px;
    position: absolute;
    right: 0;
    bottom: 21px;
    background: url(../images/store/pc/new.png) no-repeat 0 0;
    background-size: contain;
    text-align: center;
    font-size: 1.5rem;
    line-height: 42px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 4px;
    color: #fff;
  }
  .store-zip {
    font-size: 1.5rem;
    line-height: 23px;
    padding-left: 35px;
    margin-bottom: 11px;
  }
  .store-zip::before {
    content: "";
    left: 1px;
    top: 4px;
    width: 17px;
    height: 17px;
    background: url(../images/store/sp/icon_mail.svg) no-repeat 0 0;
    background-size: contain;
  }
  .store-add {
    position: relative;
    font-size: 1.5rem;
    line-height: 23px;
    padding-left: 35px;
    margin-bottom: 9px;
  }
  .store-add::before {
    left: 0px;
    top: 6px;
    width: 18px;
    height: 15px;
    background: url(../images/store/sp/icon_shop.svg) no-repeat 0 0;
    background-size: contain;
  }
  .store-tel {
    font-size: 1.5rem;
    line-height: 23px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  .store-tel::before {
    content: "";
    left: 1px;
    top: 4px;
    width: 17px;
    height: 17px;
    background: url(../images/store/sp/icon_tel.svg) no-repeat 0 0;
    background-size: contain;
  }
  .store-tel > span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .store-time {
    font-size: 1.5rem;
    line-height: 23px;
    padding-left: 35px;
    margin-bottom: 27px;
  }
  .store-time::before {
    content: "";
    left: 2px;
    top: 4px;
    width: 16px;
    height: 18px;
    background: url(../images/store/sp/icon_time.svg) no-repeat 0 0;
    background-size: contain;
  }
  .store-time > span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .store-map {
    display: block;
    width: 90px;
    height: 40px;
    position: relative;
  }
  .store-map > .txt {
    left: 18px;
    font-size: 1.6rem;
  }
  .store-map > .icon {
    width: 14px;
    right: 13px;
    top: 10px;
  }
}