.u-storedetail {
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.u-storedetail .c-btn2 {
  margin-top: 1.5rem;
}

.u-storedetail__img {
  width: 36rem;
  max-height: 30rem;
  line-height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-storedetail__img img {
  width: 100%;
}

.u-storedetail__text {
  width: calc(100% - 36rem);
  padding: 1.2rem;
}

.u-storedetail__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.u-storedetail__place {
  font-size: 2rem;
  margin-top: 1rem;
}
.u-storedetail__place li {
  display: inline-block;
}

.u-storedetail__time {
  font-size: 1.8rem;
  padding-left: 2rem;
  margin-top: 1.5rem;
  position: relative;
}
.u-storedetail__time::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../../images/common/icn-clock.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.u-storedata {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-storedata__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.u-storedata__list .data {
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
}
.u-storedata__list .data .sm {
  font-size: 2rem;
}
.u-storedata__list li {
  font-size: 1.8rem;
  line-height: 1.35;
  padding: 0.6rem 0;
}
.u-storedata__list li:not(:last-child) {
  border-right: 1px solid var(--c-black);
}

.u-storedata__subttl {
  font-size: 1.8rem;
  text-align: center;
}

.u-storegreeting {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  display: flex;
}

.u-storegreeting__img {
  width: 50%;
  padding: 0 5rem;
}

.u-storegreeting__text {
  width: 50%;
}

.u-storegreeting__ttl {
  font-size: 3rem;
  line-height: 1.3;
}

.u-storegreeting__lead {
  margin-top: 2rem;
  font-size: 2.3rem;
  line-height: 1.39;
}

.u-storegreeting__slide .slick-prev {
  left: -3rem;
  width: 1.5rem;
  height: 2.5rem;
  background: url("../../images/common/icn-slidearrow_left.png") no-repeat center;
  background-size: 100%;
}
.u-storegreeting__slide .slick-prev::before {
  content: none;
}
.u-storegreeting__slide .slick-prev:hover, .u-storegreeting__slide .slick-prev:focus {
  background: url("../../images/common/icn-slidearrow_left.png") no-repeat center;
}
.u-storegreeting__slide .slick-next {
  right: -3rem;
  width: 1.5rem;
  height: 2.5rem;
  background: url("../../images/common/icn-slidearrow_right.png") no-repeat center;
  background-size: 100%;
}
.u-storegreeting__slide .slick-next::before {
  content: none;
}
.u-storegreeting__slide .slick-next:hover, .u-storegreeting__slide .slick-next:focus {
  background: url("../../images/common/icn-slidearrow_right.png") no-repeat center;
}
.u-storegreeting__slide .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
  background-color: #c9c9c9;
  border-radius: 100%;
}
.u-storegreeting__slide .slick-dots li.slick-active {
  background-color: var(--c-black);
}
.u-storegreeting__slide .slick-dots li button {
  display: none;
}
.u-storegreeting__slide--item {
  border-radius: 0.8rem;
  overflow: hidden;
}
.u-storegreeting__slide--item video, .u-storegreeting__slide--item iframe {
  width: 100%;
  height: 42rem;
  object-fit: cover;
}

.c-backtable__ttl {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
}

.c-backtable__table {
  width: calc(100% - 4rem);
  margin-left: 2rem;
}
.c-backtable__table th {
  width: 45%;
  border: 1px solid #c9c9c9;
  font-size: 3rem;
  font-weight: 600;
  padding: 1rem;
}
.c-backtable__table th .sm {
  font-size: 2.4rem;
}
.c-backtable__table td {
  width: 55%;
  border: 1px solid #c9c9c9;
  font-size: 3rem;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
}
.c-backtable__table td .sm {
  font-size: 2.4rem;
}

.u-imggallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 0 2rem;
}

.u-imggallery__item img {
  width: 100%;
}


.u-storedetail__flex {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  flex-direction: column;
  flex-wrap: nowrap;
}
.u-storedetail__flex .u-storedetail__time {
  margin-top: 0;
}

.u-storedetail__tel a {
  font-size: 2.6rem;
  color: #313131;
  padding-left: 2rem;
  position: relative;
}
.u-storedetail__tel a::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../images/common/icn-tel.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 1rem;
}

.u-storedetail__btnwrap {
  display: flex;
  gap: 1rem;
  margin-top: 0.6rem;
}
.u-storedetail__btnwrap .c-btn {
  width: 100%;
}
.u-storedetail__btnwrap .c-btn.-hp .c-btn__link {
  width: 100%;
  background: url("../../images/common/bg-btn-hp.png") no-repeat center;
  background-size: 100%;
}
.u-storedetail__btnwrap .c-btn.-line .c-btn__link {
  width: 100%;
  background: url("../../images/common/bg-btn-line.png") no-repeat center;
  background-size: 100%;
}
.u-storedetail__btnwrap .c-btn .c-btn__link {
  min-width: inherit;
  border-radius: 0;
  font-size: 2.2rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
}

.u-storeevaluation .u-ttl__wrap {
  display: block;
  position: relative;
}
.u-storeevaluation .u-ttl__wrap .c-title {
  display: block;
  text-align: center;
}
.u-storeevaluation .u-ttl__wrap .c-morebtn {
  position: absolute;
  right: 0;
  top: 0.6rem;
}

.u-storeevaluation__inner {
  padding: 0 5rem;
}

.u-storeevaluation__ttl {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.u-storeevaluation__item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.u-storeevaluation__item:not(:last-child) {
  margin-bottom: 2rem;
}

.u-storeevaluation__star {
  display: flex;
  gap: 0.6rem;
}
.u-storeevaluation__star span {
  display: block;
  width: 3.9rem;
  height: 3.8rem;
  background: url("../../images/common/icn-shop-star.png") no-repeat center;
  background-size: 100%;
}
.u-storeevaluation__star span.on {
  background-image: url("../../images/common/icn-shop-star-on.png");
}
.u-storeevaluation__star span.href {
  background-image: url("../../images/common/icn-shop-star-href.png");
}

.u-storeevaluation__score {
  font-size: 4rem;
}

.u-storeevaluation__number {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 2.4rem;
}
.u-storeevaluation__number::before {
  display: block;
}

.u-movie__item.-lg iframe, .u-movie__item.-lg video {
  width: 52rem;
  height: 92rem;
}

.c-backtable__ttl + .c-backtable__subttl {
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.c-backtable__subttl {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}

.c-btnwrap {
  display: flex;
  gap: 2rem;
}
.c-btnwrap .c-btn {
  width: 100%;
}
.c-btnwrap .c-btn.-hp .c-btn__link {
  width: 100%;
  background: url("../../images/common/bg-btn-hp.png") no-repeat center;
  background-size: 100%;
}
.c-btnwrap .c-btn.-line .c-btn__link {
  width: 100%;
  background: url("../../images/common/bg-btn-line.png") no-repeat center;
  background-size: 100%;
}
.c-btnwrap .c-btn .c-btn__link {
  min-width: 100%;
  border-radius: 0;
  font-size: 3rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12rem;
}

.p-shopfree .u-storedetail__place {
  line-height: 1.5;
}
.p-shopfree .u-storedetail__place li {
  display: block;
}

.u-storeevaluation__score {
  margin-left: 2rem;
}

.u-imggallery__item {
  aspect-ratio: 325/494;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-storeevaluation__number.-comment::before {
  content: "";
  background: url("../../images/common/icn-comment.png") no-repeat center;
  background-size: 100%;
  width: 2.5rem;
  height: 2.2rem;
}
.u-storeevaluation__number.-bookmark::before {
  content: "";
  background: url("../../images/common/icn-bookmark.png") no-repeat center;
  background-size: 100%;
  width: 1.7rem;
  height: 2rem;
}

.u-storeevaluation__table th {
  text-align: left;
  padding-bottom: 2rem;
  font-weight: 500;
}
.u-storeevaluation__table td {
  vertical-align: bottom;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
}