@charset "UTF-8";


.c-modal-inner img{
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .c-modal-inner {
    padding: 50px 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-modal-inner {
    padding: 45px 20px 45px;
  }
}

.c-modal__model__title {
  width: 100%;
  padding: 18px 21px 17px 21px;
  border-top: 2px solid #c8c8c8;
}

.c-modal__model__title p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.c-modal__model__name p {
  font-size: 16px;
  letter-spacing: 0.96px;
}

.c-modal__guarantee__title {
  width: 100%;
  padding: 18px 21px 17px 21px;
  border-top: 2px solid #c8c8c8;
}

.c-modal__guarantee__title p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.c-news > li {
  width: 100%;
}

.c-news > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-news > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-news__date {
  width: 8em;
  color: #004da1;
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
}

.c-news__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-star.rate1-0 {
  background-image: url(../common/images/rating/icon_star10.svg);
}

.c-star.rate1-5 {
  background-image: url(../common/images/rating/icon_star15.svg);
}

.c-star.rate2-0 {
  background-image: url(../common/images/rating/icon_star20.svg);
}

.c-star.rate2-5 {
  background-image: url(../common/images/rating/icon_star25.svg);
}

.c-star.rate3-0 {
  background-image: url(../common/images/rating/icon_star30.svg);
}

.c-star.rate3-5 {
  background-image: url(../common/images/rating/icon_star35.svg);
}

.c-star.rate4-0 {
  background-image: url(../common/images/rating/icon_star40.svg);
}

.c-star.rate4-5 {
  background-image: url(../common/images/rating/icon_star45.svg);
}

.c-star.rate5-0 {
  background-image: url(../common/images/rating/icon_star50.svg);
}

/*===================================================*/

#container .p-pagetop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #004da1;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-pagetop__link {
    height: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagetop__link {
    height: 48px;
    font-size: 12px;
  }
}

.p-pagetop__link::after {
  top: 0;
  -webkit-transform: scale(1, 0.95) rotate(-45deg);
          transform: scale(1, 0.95) rotate(-45deg);
}

@media screen and (min-width: 768px), print {
  .p-pagetop__link::after {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagetop__link::after {
    margin-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__list > li > span .c-news__date {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.45;
  }
}

.p-shop-important-news__list > li .inside {
  width: 100%;
  padding: 20px 30px;
  border-radius: 2px;
  background-color: #f6f6f6;
}

.p-shop-important-news__list > li .inside.is-contents-detail_open {
  display: none;
}

.p-shop-important-news__list > li .inside a {
  display: inline-block;
}

.p-shop-important-news__list > li:last-child {
  border: 0;
}

.p-shop-detail-about__section {
  max-width: 1140px;
  margin: 90px auto 50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-shop-detail-about__section {
    margin: 45px auto 25px;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-detail-about__inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-detail-about__inner {
    margin-right: 0;
    margin-bottom: 45px;
  }
}

.p-shop-detail-about__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-detail-about__menu {
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-detail-about__menu {
    width: 100%;
    max-width: none;
    height: 50px;
  }
}

.p-shop-detail-about__menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: #ececec;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-shop-detail-about__menu > li {
    width: 100%;
    max-width: 279px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-detail-about__menu > li {
    width: 25%;
    max-width: none;
    margin-right: 3px;
  }
}

.p-shop-detail-about__menu > li:last-child {
  margin-right: 0;
}

.p-shop-detail-about__menu > li.is-active {
  border-top: 4px solid #004da1;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-shop-detail-about__menu > li.is-active {
    border-top: 2px solid #004da1;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-detail-about__menu > li > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.31;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-detail-about__menu > li > span {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-shop-detail-about__contents:not(:first-of-type) {
  display: none;
}

.p-shop-detail-about__contents__inner {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-detail-about__contents__inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-detail-about__contents__inner {
    width: calc(100% - 30px);
    margin: auto 15px;
  }
}

.p-shop-detail-about__contents__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-detail-about__contents__lead p {
    margin: 70px auto;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-detail-about__contents__lead p {
    max-width: 305px;
    margin: 35px 0;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-shop-details__inner {
  width: 100%;
}

.p-shop-information__inner {
  width: 100%;
}

.p-shop-service-event__inner {
  width: 100%;
}

.p-shop-service-event__box {
  width: 100%;
  margin: 0 auto 50px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box {
    margin: 0 0 25px;
    padding: 20px;
  }
}

.p-shop-service-event__box__title {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__title {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__title {
    padding-bottom: 20px;
  }
}

.p-shop-service-event__box__title p {
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__title p {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__title p {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-shop-service-event__box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__content {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 25px;
  }
}

.p-shop-service-event__box__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 710px;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__text-area {
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__text-area p:last-child,
  .p-shop-service-event__box__text-area ul:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__text-area > p {
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__text-area > p {
    margin-bottom: 20px;
  }
}

.p-shop-service-event__box__text-area--list {
  border-radius: 2px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__text-area--list {
    width: 100%;
    max-width: 710px;
    margin: 0 0 30px;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__text-area--list {
    margin: 0 0 15px;
    padding: 20px 18px;
  }
}

.p-shop-service-event__box__text-area--list p {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__text-area--list p {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__text-area--list p {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: .72px;
  }
}

.p-shop-service-event__box__text-area--list .custom-list li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__text-area--list .custom-list li {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__text-area--list .custom-list li {
    font-size: 12px;
    letter-spacing: .72px;
  }
}

.p-shop-service-event__box__text-area--list .custom-list li:last-child {
  margin-bottom: 0;
}

.p-shop-service-event__box__text-area--list .custom-list li::before {
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
  color: #484848;
  font-size: 5px;
  content: "●";
}

.p-shop-service-event__box__text-area .p-shop__caution {
  margin-bottom: 0;
}

.p-shop-service-event__box__image-area {
  width: 100%;
  max-width: 340px;
  background-color: aquamarine;
}

.p-shop-service-event__box__image-area img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__image-area {
    margin-top: 25px;
  }
}

.p-shop-staff-voice__inner {
  width: 100%;
}

.p-shop-staff-voice__manager-voice {
  width: 100%;
  border-radius: 2px;
  background-color: #d9f1fb;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__manager-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 70px;
    padding: 30px 54px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__manager-voice {
    margin-bottom: 35px;
    padding: 20px;
  }
}

.p-shop-staff-voice__manager-voice .manager-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: aquamarine;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__manager-voice .manager-img {
    width: 240px;
    height: 240px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__manager-voice .manager-img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
  }
}

.p-shop-staff-voice__manager-voice .manager-img img {
  width: 100%;
}

.p-shop-staff-voice__manager-voice p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__manager-voice p {
    max-width: 760px;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__manager-voice p {
    font-size: 12px;
    letter-spacing: .72px;
  }
}

.p-shop-staff-voice__manager-voice p .from {
  display: block;
  line-height: 1.5;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__manager-voice p .from {
    margin: 20px 0 0 auto;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__manager-voice p .from {
    margin: 16px 0 0 auto;
    font-size: 16px;
    letter-spacing: .96px;
  }
}

.p-shop-staff-voice__staff-voice {
  width: 100%;
  border-radius: 2px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice {
    padding: 70px 75px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice {
    padding: 35px 15px;
  }
}

.p-shop-staff-voice__staff-voice__title {
  font-style: italic;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice__title {
    margin-bottom: 50px;
    font-size: 28px;
    letter-spacing: 1.68px;
  }
}

.p-shop-staff-voice__staff-voice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-shop-staff-voice__staff-voice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

.p-shop-staff-voice__staff-voice__wrap:last-of-type {
  margin-bottom: 0px;
}

.p-shop-staff-voice__staff-voice .staff-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .staff-img.right {
    margin-right: 0;
    margin-left: 35px;
  }
  .p-shop-staff-voice__staff-voice .staff-img.left {
    margin-right: 35px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .staff-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 30px auto;
  }
}

.p-shop-staff-voice__staff-voice .staff-img p {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .staff-img p {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .staff-img p {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

.p-shop-staff-voice__staff-voice .staff-img img {
  display: block;
  /*background-color: aquamarine;*/
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .staff-img img {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .staff-img img {
    width: 75px;
  }
}

.p-shop-staff-voice__staff-voice .balloon {
  position: relative;
  width: 100%;
  max-width: 770px;
  border: solid 1px #ececec;
  background-color: #fff;
}

.p-shop-staff-voice__staff-voice .balloon::before, .p-shop-staff-voice__staff-voice .balloon::after {
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .balloon.right::before {
    top: 140px;
    left: -30px;
    border-width: 30px 0 0 30px;
    border-style: solid;
    border-color: #ececec transparent transparent transparent;
  }
  .p-shop-staff-voice__staff-voice .balloon.right::after {
    z-index: 10;
    top: 141px;
    left: -28px;
    border-width: 28px 0 0 28px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .p-shop-staff-voice__staff-voice .balloon.left::before {
    top: 140px;
    right: -30px;
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: transparent transparent transparent #ececec;
  }
  .p-shop-staff-voice__staff-voice .balloon.left::after {
    z-index: 10;
    top: 141px;
    right: -28px;
    border-width: 28px 28px 0 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .balloon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 25px 20px;
    border-radius: 10px;
  }
  .p-shop-staff-voice__staff-voice .balloon::before {
    top: -20px;
    left: calc(50% - 15px);
    border-width: 0 10px 20px 10px;
    border-style: solid;
    border-color: transparent transparent #ececec transparent;
  }
  .p-shop-staff-voice__staff-voice .balloon::after {
    z-index: 10;
    top: -18px;
    left: calc(50% - 14px);
    border-width: 0 9px 18px 9px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }
}

.p-shop-staff-voice__staff-voice .balloon p {
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .balloon p {
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .balloon p {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: .72px;
  }
}

.p-shop-staff-voice__staff-voice .balloon p:last-child {
  margin-bottom: 0;
}

.p-shop-staff-voice__staff-voice .balloon p span {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .balloon p span {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .balloon p span {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.p-shop__store-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__link {
    width: 100%;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__link {
    width: calc(100% - 30px);
    margin: 35px 15px 0;
  }
}

.p-shop__store-list__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__link-list {
    max-width: 1140px;
  }
}

@media screen and (max-width: 879px) {
  .p-shop__store-list__link-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__link-list {
    padding: 10px 0;
  }
}

.p-shop__store-list__link-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__link-list li::before {
    top: 20px;
    height: calc(100% - 40px);
  }
  .p-shop__store-list__link-list li:first-child::before {
    width: 0;
  }
}

@media screen and (max-width: 879px) {
  .p-shop__store-list__link-list li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
  .p-shop__store-list__link-list li::before {
    top: 20px;
    height: calc(100% - 40px);
  }
  .p-shop__store-list__link-list li:nth-child(odd)::before {
    width: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__link-list li::before {
    top: 10px;
    height: calc(100% - 20px);
  }
}

.p-shop__store-list__link-list li::before {
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #a3a3a3;
  content: "";
}

.p-shop__store-list__link-list li a {
  position: relative;
  color: #484848;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__link-list li a {
    padding: 30px 49px 30px 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__link-list li a {
    padding: 12px 41px 12px 20px;
    font-size: 14px;
  }
}

.p-shop__store-list__link-list li a::after {
  position: absolute;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background: url(../common/images/ico_in_page_link.svg) 0 0 no-repeat;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__link-list li a::after {
    right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__link-list li a::after {
    right: 14px;
  }
}

.p-shop__store-list__link-list li a:hover {
  color: #004da1;
}

.p-shop__store-list__link-list li a:hover::after {
  background: url(../common/images/ico_in_page_link_blue.svg) 0 0 no-repeat;
}

.p-shop__store-list__fixed-area {
  width: 100%;
}

.p-shop__store-list__fixed-area ul {
  background-color: #f6f6f6;
}

.p-shop-h1__section {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-shop-h1__section {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.p-shop-h1__inner {
  border-bottom: 2px solid #004da1;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-h1__inner {
    padding: 86px 0 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-h1__inner {
    padding: 43px 0 18px;
  }
}

.p-shop-h1__title {
  line-height: 1;
}

.p-shop__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-shop__section .partition {
  position: relative;
}

.p-shop__section .partition::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1140px;
  height: 1px;
  background-color: #c8c8c8;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-shop__section .text-middle {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__section .text-middle {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop__section .text-big {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__section .text-big {
    font-size: 18px;
  }
}

.p-shop__section .text-bold {
  font-weight: bold;
}

.p-shop__section .text-red {
  color: #e43344;
}

.p-shop__section .text-azure {
  color: #00a2e6;
}

.p-shop__section .text-blue {
  color: #004da1;
}

.p-shop__section .text-white {
  color: #fff;
}

.p-shop__caution {
  margin-bottom: 10px;
}

.p-shop__caution li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5em;
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-indent: -1.5em;
}

.p-shop__store-list__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.p-shop__store-list__card--handling-service .pc::before {
  background-image: url(../images/shop/icon-shop-desktop.svg);
}

.p-shop__store-list__card--handling-service .parts::before {
  background-image: url(../images/shop/icon-shop-parts.svg);
}

.p-shop__store-list__card--handling-service .donya::before {
  background-image: url(../images/shop/icon-shop-shanghai.svg);
}

.p-shop__store-list__card--handling-service .used-purchase::before {
  background-image: url(../images/shop/icon-shop-used.svg);
}

.p-shop__store-list__card--handling-service .used-sales::before {
  background-image: url(../images/shop/icon-shop-used.svg);
}

.p-shop__store-list__card--handling-service .support::before {
  background-image: url(../images/shop/icon-shop-support.svg);
}

.p-shop__store-list__card--handling-service .repair::before {
  background-image: url(../images/shop/icon-shop-modify.svg);
}

.p-shop__store-list__card--handling-service .esports-trial::before {
  background-image: url(../images/shop/icon-esports.svg);
}

.p-shop__store-list__card--handling-service .vr-trial::before {
  background-image: url(../images/shop/icon-shop-gaming.svg);
}

.p-shop__store-list__card--handling-service .outlet-pc::before {
  background-image: url(../images/shop/icon-shop-desktop.svg);
}

.p-shop__store-list__card--handling-service .business::before {
  background-image: url(../images/shop/icon-shop-business-counter.svg?23061501);
}

.p-shop__store-list__card--handling-service .used-iphone-purchase::before {
  background-image: url(../images/shop/icon-iphone-used.svg);
}

.p-shop__store-list__card--handling-service .used-iphone-sales::before {
  background-image: url(../images/shop/icon-iphone-used.svg);
}

.p-shop__store-list__card--handling-service .dd::before {
  background-image: url(../images/shop/icon-shop-dd.svg);
}

/*--------------
231225追加　リニューアルオープン
--------------*/
.renewal {
  color: red !important;
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .renewal {
    display: inline-block;
  }
}

@media screen and (max-width:1000px){
  .p-shop-information__store-detail .handling-service li p{
    font-size:14px;
  }
}

.p-shop-information__items {margin-top: 50px; font-size: 14px;}
.p-shop-information__items-ttl p {font-size: 1.1em; font-weight: bold}
.p-shop-information__items-txt p {margin-top: 15px; line-height: 1.4;}
.p-shop-information__items-txt p span {font-weight: bold}
@media screen and (max-width: 767px) {
  .p-shop-information__items {margin-top: 30px;}
  .p-shop-information__items-ttl p {font-size: 12px;}
  .p-shop-information__items-txt p {margin-top: 10px;}		
}
.p-shop-information__items {margin-top: 50px; font-size: 14px;}
.p-shop-information__items-ttl p {font-size: 1.1em; font-weight: bold}
.p-shop-information__items-txt p {margin-top: 15px; line-height: 1.4;}
.p-shop-information__items-txt p span {font-weight: bold}
@media screen and (max-width: 767px) {
  .p-shop-information__items {margin-top: 30px;}
  .p-shop-information__items-ttl p {font-size: 12px;}
  .p-shop-information__items-txt p {margin-top: 10px;}		
}
.p-shop-service-event__assembling-wrap {display: flex; align-items: flex-start; gap: 15px; padding: 40px 30px;}
.p-shop-service-event__assembling-wrap img {width: calc((100% - 30px)/3)}
@media screen and (max-width: 767px) {
  .p-shop-service-event__assembling-wrap {flex-direction: column; gap: 10px; padding: 20px 0 0;}
  .p-shop-service-event__assembling-wrap img {width: min(100%, 400px)}
}
