/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    display: none;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #ffffff;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #ffffff;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #eeeeee;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media only screen and (max-width: 1023px) {
  .p-line-informaiton__wrap {
    margin-left: 25px;
    margin-right: 25px;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .p-line-informaiton__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-line-informaiton-list {
  overflow-y: auto;
  max-height: 100px;
}
.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
  }
}
.p-line-informaiton-list__item:last-child {
  margin-bottom: 0;
}
.p-line-informaiton-list__date {
  width: 120px;
  font-family: "Noto Sans JP", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", "Meiryo", "Lucida Grande", sans-serif;
}
.p-line-informaiton-list__ttl {
  flex: 1;
}
/******************************/
/* CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  background: #b3a37e;
}
@media screen and (max-width: 1023px) {
  .p-concept {
    margin-top: 60px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 380px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    display: block;
    width: auto;
    min-height: 200px;
    height: 0;
    padding-bottom: 54.29%;
  }
}
.p-concept__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 40px 20px;
    width: auto;
  }
}
.p-concept__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-concept__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-concept__body {
    font-size: 13px;
  }
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  padding-bottom: 45px;
}
@media screen and (max-width: 1023px) {
  .p-recommend {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recommend-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -27px;
  margin-right: -27px;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-recommend-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 27px;
  padding-right: 27px;
  width: 25%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item {
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    margin-bottom: 25px;
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
  }
}
.p-recommend-item-list__item.is-hidden {
  display: none;
}
/******************************/
/* TOP GALLERY */
/******************************/
.p-gallery {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding-top: 50px;
  }
}
.p-gallery__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-gallery__wrap {
    display: block;
  }
}
.p-gallery__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-gallery__img {
    width: auto;
  }
}
.p-gallery__img img {
  width: 100%;
}
.p-gallery__img .slick-dots {
  bottom: -40px;
}
.p-gallery__img .slick-dots li {
  height: auto;
  padding: 5px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-gallery__img .slick-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2d2d2d;
}
.p-gallery__img .slick-dots li.slick-active button:before {
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #2d2d2d;
  border-radius: 50%;
}
.p-gallery__img .p-gallery-slider__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-gallery__img .p-gallery-slider__item {
    min-height: 250px;
    height: 0;
  }
}
.p-gallery__img .p-gallery-slider__item01 {
  background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFzaWxfMDE.jpg?cmsp_timestamp=20230531102915);
}
.p-gallery__img .p-gallery-slider__item02 {
  background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFzaWxfMDI.jpg?cmsp_timestamp=20230531102915);
}
.p-gallery__img .p-gallery-slider__item03 {
  background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFzaWxfMDM.jpg?cmsp_timestamp=20230531102915);
}
.p-gallery__txt {
  box-sizing: border-box;
  padding: 30px 0px 30px 90px;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .p-gallery__txt {
    padding: 30px 0px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__txt {
    padding: 35px 0px 0px 0px;
    width: auto;
  }
}
.p-gallery__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-gallery__ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.p-gallery__body {
  line-height: 2;
  font-size: 14px;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 75px;
    padding-bottom: 0;
  }
}
.p-ranking-list {
  box-sizing: border-box;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list {
    padding-left: 12%;
    padding-right: 12%;
  }
}
.p-ranking-list .slick-list {
  overflow: visible;
}
.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}
.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
}
.p-ranking-list__num.is-1 {
  background: #c5b597;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #b1b9bb;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #714d3b;
  color: #ffffff;
}
@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__txt {
  text-align: center;
}
.p-ranking-list__ttl {
  font-size: 14px;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}
.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
/******************************/
/* TOP Å¹ÊÞ¾Ò²ð */
/******************************/
.p-shop {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 120px;
  background: #b3a37e;
}
@media screen and (max-width: 1023px) {
  .p-shop {
    margin-top: 60px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shop__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    display: block;
    width: auto;
    min-height: 200px;
    height: 0;
    padding-bottom: 54.29%;
  }
}
.p-shop__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .p-shop__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__txt {
    padding: 40px 20px;
    width: auto;
  }
}
.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-shop__ttl-s {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl-s {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.p-shop__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}
.p-shop__url {
  margin-top: 15px;
}
.p-shop__url a {
  color: #ffffff;
}


/*********************************************/
body {
    width: 100%;
    overflow-x: hidden;
}
body a img {
  transition: all 0.5s;
}
body a:hover img {
  opacity: 0.6;
}
body, a {
  color: #2B2505;
}

p {
  margin: 0;
}

@media only screen and (min-width: 767px) {
  .l-main p, .l-main a, .l-main span {
    font-size: 16px;
    line-height: 2;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 64px;
  }
}


.p-ranking, .p-recommend, .video-wrap, .p-gallery, .p-line-informaiton, .top-about, .p-shop {
  padding: 80px 16px;
}
@media only screen and (max-width: 767px) {
  .p-ranking, .p-recommend, .video-wrap, .p-gallery, .p-line-informaiton, .top-about, .p-shop {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

h2.c-ttl-main {
  font-weight: 600;
  color: #ab991f;
}
h2.c-ttl-main span {
  display: block;
  font-size: 0.85rem;
  margin-top: 1rem;
}

.view-btn {
  text-align: center;
}
.view-btn a {
  display: block;
  width: 100%;
  max-width: 160px;
  border: solid 1px #2B2505;
  border-radius: 100px;
  padding: 0.5rem;
  margin: 3rem auto 0;
}
@media only screen and (min-width: 992px) {
  .view-btn a:hover {
    color: #fff;
    background-color: #a79b49;
    border-color: #a79b49;
    text-decoration: none;
    list-style: none;
  }
}
@media only screen and (max-width: 767px) {
  .view-btn a {
    margin: 1.5rem auto 0;
  }
}


.swiper .swiper-slide {
  height: auto !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 66.6667%;
}
.swiper .swiper-slide.img-1 {
  background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzAz.jpg?cmsp_timestamp=20231001001926);
}
.swiper .swiper-slide.img-2 {
  background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzAx.jpg?cmsp_timestamp=20230725161619);
}
.swiper .swiper-slide.img-3 {
  background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzAy.jpg?cmsp_timestamp=20230728133657);
}
.swiper .swiper-slide.img-4 {
  background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzA0.jpg?cmsp_timestamp=20230728133553);
}
.swiper .swiper-slide.img-5 {
  background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzA1.jpg?cmsp_timestamp=20230728133403);
}
.swiper .swiper-slide.img-6 {
  background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzA2.jpg?cmsp_timestamp=20230728172354);
}
.swiper .swiper-slide.img-new {
  background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/dmloZWdhcl9wYw.jpg?cmsp_timestamp=20240318135221);
}
.swiper .swiper-controller .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 1.5rem;
}
.swiper .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background-color: #ab991f;
}
.swiper .swiper-controller .swiper-button-prev, .swiper .swiper-controller .swiper-button-next {
  background: #fff;
  width: 48px;
  height: 48px;
}
.swiper .swiper-controller .swiper-button-prev::after, .swiper .swiper-controller .swiper-button-next::after {
  font-size: 1.25rem;
  color: #ab991f;
}

@media only screen and (max-width: 767px) {
  .swiper .swiper-slide::before {
    padding-top: 150%;
  }
  .swiper .swiper-slide.img-1 {
    background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzAzX3Nw.jpg?cmsp_timestamp=20231001001926);
  }
  .swiper .swiper-slide.img-2 {
    background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzAxX3Nw.jpg?cmsp_timestamp=20230725161911);
  }
  .swiper .swiper-slide.img-3 {
    background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzAyX3Nw.jpg?cmsp_timestamp=20230728133725);
  }
  .swiper .swiper-slide.img-4 {
    background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzA0X3Nw.jpg?cmsp_timestamp=20230728133530);
  }
  .swiper .swiper-slide.img-5 {
    background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzA1X3Nw.jpg?cmsp_timestamp=20230728140735);
  }
  .swiper .swiper-slide.img-6 {
    background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/YmFubmVyXzA2X3Nw.jpg?cmsp_timestamp=20230728172354);
  }
 .swiper .swiper-slide.img-new {
    background-image: url(https://img07.shop-pro.jp/PA01327/464/etc_base64/dmluZWdhcl9zcA.jpg?cmsp_timestamp=20240318135221);
  }
  .swiper .swiper-controller .swiper-pagination {
    margin-top: 1rem;
  }
  .swiper .swiper-controller .swiper-button-prev, .swiper .swiper-controller .swiper-button-next {
    background: #fff;
    width: 32px;
    height: 32px;
  }
  .swiper .swiper-controller .swiper-button-prev::after, .swiper .swiper-controller .swiper-button-next::after {
    font-size: 1rem;
    color: #ab991f;
  }
}

.p-ranking {
  padding-top: 48px;
  padding-bottom: 48px;
}

.top-banner-wrap {
  padding: 80px 16px;
}
.top-banner-wrap .banner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .top-banner-wrap {
    padding: 3rem 1rem;
  }
  .top-banner-wrap .banner-wrap {
    flex-direction: column;
    gap: 1rem 0;
  }
  .top-banner-wrap .banner-wrap .img-wrap {
    width: 100%;
  }
}

.p-recommend .view-btn a {
  margin-top: 0;
}

.video-wrap .youtube {
  width: 100%;
  max-width: 720px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.video-wrap .youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-wrap .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.p-line-informaiton {
  background-color: transparent;
}
.p-line-informaiton ul {
  max-height: 100%;
  margin: 0 auto 50px;
}
.p-line-informaiton ul li {
  border-bottom: solid 1px #ddd;
  padding: 1rem 0;
}
.p-line-informaiton ul li .p-line-informaiton-list__date {
  display: inline-block;
  font-size: 0.85rem;
  margin-right: 1rem;
  width: auto;
}
.p-line-informaiton ul li .p-line-informaiton-list__ttl a {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .p-line-informaiton ul li .p-line-informaiton-list__date {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.top-about {
  background: center/cover url(https://img07.shop-pro.jp/PA01327/464/etc_base64/Ymctd2F0ZXI.jpg?cmsp_timestamp=20230629173455);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  z-index: 0;
}
.top-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.top-about .inner-text {
  text-align: center;
  color: #fff;
}
.top-about .inner-text h2.c-ttl-main {
  color: #fff;
}
.top-about .inner-text p {
  line-height: 2;
}
.top-about .inner-text p .break-sp {
  display: none;
}
.top-about .inner-text .view-btn {
  text-align: center;
}
.top-about .inner-text .view-btn a {
  color: #fff;
  border-color: #fff;
}
 @media only screen and (min-width: 992px) {
  .top-about .inner-text .view-btn a:hover {
    color: #2B2505;
    background-color: #fff;
    border-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .top-about .inner-text p .break-sp {
    display: block;
  }
}

.p-shop {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
.p-shop .u-container {
  width: 100%;
}
.p-shop .p-shop__txt {
  color: #2B2505;
  text-align: center;
}

.p-shopguide {
  color: #ab991f;
}