@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;
  }
}

/*--------------
240115追加　新レイアウト
--------------*/
.p-shop__main {
  overflow: hidden;
}

.p-shop-about-tab__section {
  margin: 50px auto;
}

@media screen and (max-width: 767px) {

  .p-shop-about-tab__section {
    margin: 25px auto;
  }
}

.p-shop-about-tab__menu {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-shop-about-tab__menu {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-about-tab__contents__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-shop-information__inner {
  padding: 0;
}

.p-shop-information__news-area {
  margin: 0 calc(50% - 50vw) 50px;
  padding: 30px calc(50vw - 50%);
  background: #004da1;
  color: #fff;
  text-align: center;
}

.p-shop-information__news-area__title {
  margin-bottom: 8px;
}

.p-shop-information__news-list__wrapper {
  position: relative;
  background: #fff;
}

.p-shop-information__news-list__navigation {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #004da1;
  border-left: 2px solid #004da1;
  transform: translateY(-50%) rotate(-45deg);
  cursor: pointer;
}

.p-shop-information__news-list__prev {
  left: 15px;
}

.p-shop-information__news-list__next {
  right: 15px;
  transform: translateY(-50%) rotate(135deg);
}

.p-shop-information__news-list {
  order: 2;
  flex: 1 1 auto;
  color: #484848;
  text-align: left;
}

.p-shop-information__news-list>li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 8px 30px;
  font-size: 14px;
  line-height: 1.5;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-shop-information__news-area {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .p-shop-information__news-area__title {
    display: none;
  }
}

.p-shop-information__store-detail__title {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 24px;
  margin-top: 40px;
}

@media screen and (min-width: 768px),
print {
  .p-shop-information__store-detail__title--blue {
    border-bottom: 2px solid #004da1;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__store-detail__title {
    border: 0;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
  }

  .p-shop-information__store-detail__item {
    position: relative;
    padding: 20px 0;
  }

  .p-shop-information__store-detail__item::after {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: 1px;
    background: #c8c8c8;
    margin: 0 -15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.p-shop-information__manager-voice__lead {
  margin: 40px auto 70px;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-shop-information__manager-voice.p-shop-information__store-detail__item::after {
    display: none;
  }

  .p-shop-information__manager-voice__lead {
    max-width: 100%;
    margin: 0 0 35px;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    text-align: left;
  }

}

.p-shop-handling-service .handling-service {
  padding-top: 0;
}

.p-shop-handling-service .handling-service li {
  height: auto;
  min-height: 104px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-shop-handling-service .handling-service li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px),
print {
  .p-shop-handling-service .handling-service {
    gap: 24px;
  }

  .p-shop-handling-service .handling-service li {
    width: calc((100% - 24px * 5) / 6);
    flex: 0 1 auto;
    margin: 0;
    height: auto;
    min-height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-shop-payment .info-content {
  flex-wrap: nowrap;
  gap: 30px;
}

.p-shop-payment__column {
  width: calc(100% / 3);
  flex: 1;
}

.p-shop-payment img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-shop-payment .info-content {
    flex-direction: column;
    gap: 16px;
  }

  .p-shop-payment__column {
    width: 100%;
  }
}

.p-shop-information__map .p-shop-information__map-area {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-shop-information__map .p-shop-information__map-area {
    margin-top: 0;
  }
}

.p-shop-stock {
  display: flex;
  gap: 30px;
}

.p-shop-stock__img {
  width: 50%;
  border: 10px solid #004da1;
  flex: 1 1 auto;
}

.p-shop-stock__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-shop-stock__content {
  width: calc(50% - 30px);
  flex: 1 1 auto;
}

.p-shop-stock__button-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.p-shop-stock__button-list>li {
  width: calc((100% - 30px) / 2);
}

.p-shop-stock__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 10px;
  border: 1px solid #004da1;
  color: #004da1;
  background: #d9f1fb;
  font-size: 20px;
  font-weight: bold;
}

.p-shop-stock__button.is-disabled {
  border-color: #424140;
  color: #424140;
  background: #ececec;
  font-weight: 400;
  pointer-events: none;
  flex-direction: column;
}

.p-shop-stock__button.is-disabled::after {
  content: '(準備中)';
  font-size: 15px;
  margin-top: 8px;
}

.p-shop-stock__note {
  margin-top: 30px;
  line-height: 2;
  font-size: 14px;
}

.p-shop-stock__note>li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-shop-stock__note>li::before {
  content: "・";
}

@media screen and (max-width: 767px) {
  .p-shop-stock {
    display: block;
  }

  .p-shop-stock__img {
    display: none;
  }

  .p-shop-stock__content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .p-shop-stock__button-list {
    flex-direction: column;
  }

  .p-shop-stock__button-list>li {
    width: 100%;
  }

  .p-shop-stock__note {
    order: -1;
    margin: 0 0 1em;
  }
}

.p-shop-about-tab__contents .p-shop-important-news__section {
  padding-top: 0;
}

.p-shop-about-tab__contents .p-shop-important-news__inner {
  padding: 0;
}

.p-shop-service-event__inner {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-shop-information__sns {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }

  .p-shop-information__sns--twitter {
    width: 50%;
    flex: 1 1 auto;
    max-height: none;
  }

  .p-shop-information__sns--twitter>div {
    height: 600px;
    max-height: 60vh;
  }

  .p-shop-information__sns--link {
    width: calc(50% - 30px);
    flex: 1 1 auto;
  }
}

/*20250403*/


  .p-pc-menu__list {
    display: none;
  }

  @media screen and (max-width: 1280px) {
    .p-header__tel-form {
      display: none;
    }
  }


  @media screen and (min-width: 768px) {
    .p-shop-information__sns--twitter {
      width: unset;
    }
  }

  .other-Information .info-content p {
    font-size: 16px;
    text-align: center;
  }

  .p-shop-information__map .p-shop-information__map-area {
    margin-bottom: 20px;
  }

  @media screen and (max-width: 767px) {
    .p-shop-information__sns--twitter {
      margin-top: 28px;
    }
  }

  .c-button--primary-blue {
    width: 100%;
  }

  #container {
    width: 100%;
  }

  .p-shop-important-news__list img {
    width: 30%;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next,
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: none;
  }

  .swiper-button-next .p-shop-photo-carousel__slider-next {
    right: 0;
    left: auto;
  }

  .p-shop-photo-carousel__slider-next::after {
    left: 25px;
    top: 15px;
  }

  .p-shop-photo-carousel__slider-prev::after {
    right: 25px;
    top: 15px;
  }

  .p-shop__caution li {
    display: block;
  }

  ._listLink a {
    display: block;
    width: 100%;
    height: 100%;
  }

  ._listLink:hover {
    background-color: #e9f8ff;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    transition: ease-in;
    opacity: 1;
  }

  .p-shop-service-event__box__image-area img {
    height: auto;
  }

  .p-shop-img-flyers__item {
    /*padding: 20px;*/
    /*flex: 1;*/
    /*max-width: 300px;*/
    max-width: 1080px;
    margin: 0 auto;
  }

  .p-shop-img-flyers__item img {
    width: 100%;
    height: auto;
  }

  .txtRed {
    color: #ff3552;
  }

  .p-shop-information__store-detail .handling-service li.zaiko-pop-li {
    padding: 0;
  }

  .p-shop-information__store-detail .handling-service li.zaiko-pop-li>a.zaiko-pop-link {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 3.7% 5px;
  }

  .p-shop-service-event__box[data-event-hide*="akihabara"] {
    display: none;
  }

  .p-shop-stock__button:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  .p-g-advisor-banner {
    margin: 0 auto 20px;
    text-align: center;
  }

  .p-g-advisor-banner .p-banner-g-advisor__bnr-l {
    display: none;
  }

  .p-g-advisor-banner .p-banner-g-advisor__bnr-l {
    display: none;
  }

  .p-shop-information__store-detail--list .partition--full {
    border-bottom: 1px solid #c8c8c8;
  }

  .p-shop-information__store-detail--list .partition--full:last-child {
    border-bottom: none;
  }

  .disabled {
    pointer-events: none;
    color: #ccc;
  }

  .text-red {
    color: #e43344;
  }

  .p-shop-staff-voice__manager-voice .text-bold {
    font-weight: bold;
  }

  @media screen and (max-width: 767px) {
    #container {
      overflow-x: hidden;
    }

    .p-shop-important-news__list img {
      width: 60%;
    }

    .p-shop-information__store-detail .handling-service li.zaiko-pop-li>a.zaiko-pop-link>p {
      margin-top: 2vw;
    }

    .p-shop-information__inner {
      margin: auto;
    }

    .p-shop-photo-carousel__slider-next::after {
      left: auto !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
      bottom: -25px !important;
    }

    .p-shop-information__store-detail--list .partition--full {
      width: calc(100% + 30px);
      margin: 0 -15px;
      padding: 15px;
    }
  }

  /*  フロア情報  */
  .p-shop-information__store-detail__floor {
    margin-bottom: 24px;
  }

  .p-shop-information__store-detail__floor__inner {
    display: flex;
    gap: 40px;
  }

  .p-shop-information__store-detail__floor .floor-box-l,
  .p-shop-information__store-detail__floor .floor-box-r {
    width: calc((100% - 40px) / 2);
  }

  .p-shop-information__store-detail__floor h3 {
    font-size: calc(14px + 2*(100vw - 768px) / 432);
    font-weight: 600;
    line-height: 1.8;
    /* border-bottom: solid 1px #a3a3a3; */
    margin-bottom: 25px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #F3F3F3;
  }

  .p-shop-information__store-detail__floor h4 {
    font-size: calc(13px + 2*(100vw - 768px) / 432);
    font-weight: 600;
    margin-bottom: 15px;
  }

  .p-shop-information__store-detail__floor ul {
    margin-bottom: 30px;
    margin-left: 2.5rem;
  }

  .p-shop-information__store-detail__floor li {
    font-size: calc(12px + 1*(100vw - 768px) / 432);
    list-style: disc;
    line-height: 1.8;
  }

  @media screen and (max-width:767px) {
    .p-shop-information__store-detail__floor {
      margin-top: 40px;
      margin-bottom: 0;
    }

    .p-shop-information__store-detail__floor__inner {
      flex-direction: column;
      gap: 0;
      position: relative;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .p-shop-information__store-detail__floor .floor-box-l,
    .p-shop-information__store-detail__floor .floor-box-r {
      width: 100%;
      margin: 0 auto;
    }

    .p-shop-information__store-detail__floor__inner::after {
      content: "";
      display: block;
      width: calc(100% + 30px);
      height: 1px;
      background: #c8c8c8;
      margin: 0 -15px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }
  }

  @media screen and (min-width: 768px) {
    .p-shop-information__sns--twitter {
      flex: unset;
    }
  }


  /*チラシ情報*/
  .shop-flyer-information {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .shop-flyer-information--text-box {
    margin: 20px 0;
    width: 80%;
  }

  .shop-flyer-information--ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .shop-flyer-information--text {
    font-size: 18px;
  }

  .shop-flyer-information .c-button--secondaryA-white {
    border-color: #539b67;
    color: #539b67;
  }

  .shop-flyer-information .c-button--secondaryA-white::before {
    background-color: #539b67;
  }

  .shop-flyer-information .c-button--secondaryA-white::after {
    border-color: #539b67;
  }

  @media screen and (max-width: 768px) {
    .shop-flyer-information {
      margin-bottom: 0;
    }

    .shop-flyer-information--text-box {
      margin: 10px 0;
      width: 100%;
    }

    .shop-flyer-information--ttl {
      font-size: 16px;
    }

    .shop-flyer-information--text {
      font-size: 14px;
    }

    .shop-flyer-information {
      align-items: unset;
      margin-top: 15px;
    }

    .c-button--secondaryA-white {
      width: 100%;
    }
  }