.page-store {
  background-color: #f5f0e9;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-store {
    padding-bottom: 130px;
  }
}
.page-store__wrapper {
  max-width: 1166px;
}
.page-store__contents {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .page-store__contents {
    row-gap: 100px;
  }
}
.page-store__body {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .page-store__body {
    row-gap: 86px;
  }
}
.page-store__links {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-store__links {
    margin-top: 10px;
  }
}
.page-store__links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px 38px;
}
@media screen and (min-width: 768px) {
  .page-store__links-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.page-store__links-item {
  column-gap: 10px;
  flex: 1;
  width: 100%;
  height: 70px;
  max-width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  border-color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.page-store__links-item:hover {
  background-color: #d3b778;
  border-color: #d3b778;
}
.page-store__links-item:hover span {
  color: #fff;
}
.page-store__links-item:hover svg {
  transform: translate(0, 8px);
}
.page-store__links-item:hover path {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .page-store__links-item {
    padding: 10px 40px;
    width: 510px;
    height: 100px;
  }
}
.page-store__links-item span {
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 2.4px;
  font-weight: 300;
  color: #000;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page-store__links-item span {
    font-size: 22px;
    letter-spacing: 2.88px;
  }
}
@media screen and (min-width: 1230px) {
  .page-store__links-item span {
    font-size: 24px;
  }
}
.page-store__links-item path {
  transition: fill 0.3s ease;
}
.page-store__blocks-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
@media screen and (min-width: 768px) {
  .page-store__blocks-wrapper {
    row-gap: 66px;
  }
}
.page-store__blocks-body {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .page-store__blocks-body {
    row-gap: 56px;
  }
}
.page-store__blocks-title {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-store__blocks-title {
    font-size: 36px;
  }
}
.page-store__coromore {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-store__coromore {
    margin-top: 4px;
  }
}
.page-store__coromore-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.667;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-store__coromore-title {
    font-size: 2.4rem;
    line-height: 2.083;
  }
}
.page-store__coromore-content {
  margin-top: 40px;
  margin-inline: auto;
  width: 100%;
  max-width: 985px;
}
@media screen and (max-width: 767px) {
  .page-store__coromore-content {
    margin-top: 52px;
  }
}
.page-store__kitchen {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-store__kitchen {
    margin-top: 4px;
  }
}
.page-store__kitchen-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.667;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-store__kitchen-title {
    font-size: 2.4rem;
    line-height: 2.083;
  }
}
.page-store__kitchen-content {
  margin-top: 40px;
  margin-inline: auto;
  width: 100%;
  max-width: 985px;
}
@media screen and (max-width: 767px) {
  .page-store__kitchen-content {
    margin-top: 52px;
  }
}

.store-card {
  padding: 62px 25px 30px;
  background-color: #fff;
}
@media screen and (min-width: 1230px) {
  .store-card {
    padding: 86px 95px 80px;
  }
}
.store-card__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
@media screen and (min-width: 768px) {
  .store-card__wrapper {
    row-gap: 52px;
  }
}
.store-card__top {
  align-items: center;
  gap: 22px 60px;
}
@media screen and (min-width: 1230px) {
  .store-card__top {
    column-gap: 114px;
  }
}
.store-card hr {
  height: 1px;
}
.store-card__body {
  row-gap: 20px;
}
.store-card__name {
  display: inline-block;
  margin-right: auto;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-underline-offset: 0.2em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
}
@media screen and (min-width: 768px) {
  .store-card__name {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .store-card__name span {
    font-size: 20px;
  }
}
.store-card__lead {
  font-size: 22px;
  line-height: 1.8;
  margin-top: 2px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .store-card__lead {
    font-size: 24px;
    margin-top: 7px;
  }
}
.store-card__text {
  line-height: 2;
  letter-spacing: 0.96px;
}
.store-card__text em {
  font-style: normal;
  font-size: 18px;
}
.store-card__btn {
  margin-top: 16px;
  padding: 17px 22px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .store-card__btn {
    padding: 20px 24px;
    width: 240px;
  }
}
.store-card__btn-icon {
  transition: transform 0.3s ease, color 0.3s ease !important;
}
.store-card__btn:hover .store-card__btn-icon {
  transform: translate(0, 5px);
}
.store-card__btn:hover svg {
  transform: translate(0);
}
.store-card__bottom {
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .store-card__bottom {
    gap: 40px;
  }
}
.store-card__detailList {
  padding: 15px 59px 19px 20px;
}
.store-card__policy {
  padding: 37px 27px 65vw;
  background: url(../../images/bg_fw-comment-sp.png) center bottom no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .store-card__policy {
    display: flex;
    justify-content: flex-start;
    padding: 70px 85px;
    background-position: center bottom;
    background-image: url(../../images/bg_fw-comment-02.jpg);
  }
}
.store-card__policy--niebana {
  background: url(../../images/bg_niebana-comment-sp-02.png) center bottom no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .store-card__policy--niebana {
    background-image: url(../../images/bg_niebana-comment-02.jpg);
    background-position: center bottom;
  }
}
.store-card__policy-height {
  height: auto;
}
@media screen and (max-width: 767px) {
  .store-card__policy-height {
    width: 100%;
    height: 580px;
  }
}
.store-card__policy-body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.store-card__policy-text {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .store-card__policy-text {
    font-size: 20px;
  }
}
.store-card__image {
  row-gap: 20px;
}
.store-card .detail-list {
  background-color: #f5f5f5;
}
.store-card__information {
  display: flex;
}
@media screen and (min-width: 768px) {
  .store-card__information {
    column-gap: 25px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1000px) {
  .store-card__information {
    column-gap: 55px;
  }
}
@media screen and (max-width: 767px) {
  .store-card__information {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .store-card__information--reverse {
    flex-direction: row-reverse;
  }
}
.store-card__information-gallery {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .store-card__information-gallery {
    width: 332px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1000px) {
  .store-card__information-gallery {
    width: 532px;
  }
}
.store-card__information-galleryThumbnail {
  margin-top: 10px;
}
.store-card__information-galleryThumbnail .splide__slide {
  border: none !important;
}
.store-card__information-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 300;
  color: #000;
}
.store-card__bottom-text {
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: 300;
  color: #000;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .store-card__bottom-text {
    font-size: 1.4rem;
  }
}
.store-card__bottom-text--middle {
  font-size: 1.8rem;
  line-height: 1.778;
}
@media screen and (max-width: 767px) {
  .store-card--koromoa .store-card__top {
    row-gap: 63px;
  }
}
@media screen and (max-width: 767px) {
  .store-card--koromoa .store-card__top img {
    width: 230px;
  }
}
.store-card--sanmarukoKitchen .store-card__bottom {
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .store-card--sanmarukoKitchen .store-card__bottom {
    gap: 65px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .store-card--fw {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 768px) {
  .store-card--fw .store-card__wrapper {
    row-gap: 46px;
  }
}
.store-card--fw .store-card__top {
  align-items: flex-start;
  gap: 54px 45px;
}
@media screen and (min-width: 1230px) {
  .store-card--fw .store-card__top {
    column-gap: 161px;
  }
}
.store-card--fw .store-card__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 55px;
}
@media screen and (max-width: 767px) {
  .store-card--fw .store-card__bottom {
    row-gap: 20px;
  }
}
.store-card--fw .store-card__bottom .store-card__text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .store-card--fw .store-card__bottom .store-card__text {
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .store-card--fw .store-card__bottom .store-card__text em {
    font-size: 14px;
  }
}
.store-card--fw .store-card__bottom-text--middle {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .store-card--fw .store-card__bottom-text--middle {
    margin-top: 44px;
  }
}
.store-card--fw .store-card__bottom-text {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .store-card--fw .store-card__bottom-text {
    margin-top: 44px;
  }
}
@media screen and (min-width: 1230px) {
  .store-card--fw .store-card__logo {
    padding-top: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .store-card--sushi {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 768px) {
  .store-card--sushi .store-card__wrapper {
    row-gap: 46px;
  }
}
.store-card--sushi .store-card__top {
  align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 1230px) {
  .store-card--sushi .store-card__top {
    column-gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .store-card--sushi .store-card__name {
    max-width: 308px;
    width: 100%;
    text-decoration: none;
    border-bottom: 1px solid #000;
  }
}
.store-card--sushi .store-card__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 55px;
}
@media screen and (max-width: 767px) {
  .store-card--sushi .store-card__bottom {
    row-gap: 20px;
  }
}
.store-card--sushi .store-card__bottom .store-card__text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .store-card--sushi .store-card__bottom .store-card__text {
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .store-card--sushi .store-card__bottom .store-card__text em {
    font-size: 14px;
  }
}
.store-card--sushi .store-card__bottom-text--middle {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .store-card--sushi .store-card__bottom-text--middle {
    margin-top: 44px;
  }
}
.store-card--sushi .store-card__bottom-text {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .store-card--sushi .store-card__bottom-text {
    margin-top: 44px;
  }
}
.store-card--sushi .store-card__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .store-card--sushi .store-card__logo {
    width: 275px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1000px) {
  .store-card--sushi .store-card__logo {
    width: 396px;
  }
}
.store-card--sushi .store-card__logo > img {
  width: 68px !important;
}
@media screen and (max-width: 767px) {
  .store-card--sushi .store-card__logo > img {
    width: 28px !important;
  }
}
.store-card--other {
  padding: 30px 22px 28px;
}
@media screen and (min-width: 768px) {
  .store-card--other {
    padding: 30px 56px 30px 67px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1229px) {
  .store-card--other {
    max-width: 750px;
    margin: 0 auto;
  }
}
.store-card--other .store-card__top {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .store-card--other .store-card__top {
    gap: 62px;
  }
}
.store-card--other .store-card__logo {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .store-card--other .store-card__logo {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .store-card--other .store-card__logo {
    gap: 62px;
  }
}
.store-card--other .store-card__logo::after {
  content: "";
  display: block;
  width: 1px;
  height: 123px;
  background-color: #d6d6d6;
}
.store-card--other .store-card__body {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}
.store-card--other .store-card__name {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .store-card--other .store-card__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .store-card--other .store-card__text {
    font-size: 12px;
  }
}
.store-card--other .store-card__btn-area {
  flex: 1;
  padding: 0;
}
.store-card--other .store-card__btn-area a {
  width: 100%;
  padding-left: 20px;
  padding-right: 12px;
}
.store-card--other .store-card__btn {
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .store-card--other .store-card__btn {
    width: 100%;
  }
}
.store-card .btn {
  flex: 1;
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .store-card:not(.store-card--other) .store-card__top img {
    width: 220px;
  }
}

.shop-card__unite {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .shop-card__unite {
    row-gap: 38px;
  }
}

.shop-card {
  width: 100%;
  padding: 8px 24px 24px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .shop-card {
    padding: 10px 24px;
  }
}
.shop-card__title {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #D3B778;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .shop-card__title {
    font-size: 1.6rem;
    line-height: 1.525;
    padding: 10px 0;
  }
}
.shop-card__content {
  display: flex;
  width: 100%;
  row-gap: 16px;
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .shop-card__content {
    column-gap: 16px;
    margin-top: 17px;
  }
}
@media screen and (min-width: 1000px) {
  .shop-card__content {
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .shop-card__content {
    flex-direction: column;
  }
}
.shop-card__figure {
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .shop-card__figure {
    width: 277px;
  }
}
@media screen and (min-width: 1000px) {
  .shop-card__figure {
    width: 350px;
  }
}
.shop-card__image {
  width: 100%;
}
.shop-card__information-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
}
.shop-card__information {
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: 20px;
  padding: 4px 0;
  border-bottom: 1px solid #F7F3EC;
}
@media screen and (min-width: 1000px) {
  .shop-card__information {
    column-gap: 40px;
  }
}
.shop-card__information-title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .shop-card__information-title {
    font-size: 1.4rem;
  }
}
.shop-card__information-text {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .shop-card__information-text {
    font-size: 1.4rem;
  }
}
.shop-card__information-text a:not([href^="tel:"]) {
  text-decoration: underline !important;
  color: #000;
}
.shop-card__information-text a:not([href^="tel:"])::after {
  display: inline-flex;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../../images/icon-text-link-external-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  margin-top: 12px;
}
.shop-card__information-text a:not([href^="tel:"]):hover {
  text-decoration: none !important;
}
.shop-card__information-text a:not([href^="tel:"]):hover::after {
  background-image: url("../../images/icon-text-link-external-hover-01.svg");
}
.shop-card__information-text a[href^="tel:"] {
  color: #000;
}
@media (hover: hover) {
  .shop-card__information-text a[href^="tel:"] {
    pointer-events: none;
  }
}

/*# sourceMappingURL=store.css.map */
