/******************************/
/* 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: 10px;/*20*/
  padding-bottom: 10px;/*20*/
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.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: 90px;/*100*/
}
.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 5px;/*15*/
  font-size: 16px;/*18*/
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
    font-size: 13px;
  }
}
.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: 30px;/* 少し高さを小さくした120pxだったけど */
  background: #D7BFAF;
}
@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: 600px;
  background-image: url(https://img07.shop-pro.jp/PA01439/330/etc_base64/pcilw6XXpbOl86XXpek.jpeg?cmsp_timestamp=20240903143953);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .p-concept__img {
    min-height: 350px;
    min-width: 150px;
  }
}
@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 50px;
  width: 50%;
  color: #2d2d2d;
}
@media only screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 20px 20px;
    width: auto;
  }
}
.p-concept__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .p-concept__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.p-concept__body {
  line-height: 2;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .p-concept__body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__body {
    line-height: 1.5;
    font-size: 12px;
  }
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  padding: 45px;
  margin-top: 105px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .p-recommend {
    padding: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@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: -10px; /* ネガティブなマージンを小さく */
  margin-right: -10px; /* ネガティブなマージンを小さく */
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list {
    margin-left: -5px; /* ネガティブなマージンを小さく */
    margin-right: -5px; /* ネガティブなマージンを小さく */
  }
}
@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: 30px; /* margin を小さく調整 */
  padding-left: 15px; /* 左右の padding を小さく調整 */
  padding-right: 15px; /* 左右の padding を小さく調整 */
  width: 20%; /* 画像が最大横5つまで並ぶように幅を変更 */
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item {
    margin-bottom: 20px; /* margin を小さく調整 */
    padding-left: 10px; /* 左右の padding を小さく調整 */
    padding-right: 10px; /* 左右の padding を小さく調整 */
    width: 25%; /* 画像が最大横4つまで並ぶように幅を変更 */
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    margin-bottom: 15px; /* margin を小さく調整 */
    padding-left: 5px; /* 左右の padding を小さく調整 */
    padding-right: 5px; /* 左右の padding を小さく調整 */
    width: 50%;
  }
}
.p-recommend-item-list__item.is-hidden {
  display: none;
}

/******************************/
/* TOP GALLERY */
/******************************/
.p-gallery {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #D7BFAF;
}
@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/PA01439/330/etc_base64/peylt6XUvLy8oQ.jpeg?cmsp_timestamp=20240903144218);
}
.p-gallery__img .p-gallery-slider__item02 {
  background-image: url(https://img07.shop-pro.jp/PA01439/330/etc_base64/peylt6XUvq7FxKSzpPOk1g.jpeg?cmsp_timestamp=20240903144325);
}
.p-gallery__img .p-gallery-slider__item03 {
  background-image: url(https://img07.shop-pro.jp/PA01439/330/etc_base64/peylt6XUuunOyaSzpPOk1g.jpeg?cmsp_timestamp=20240903144353);
}
.p-gallery__txt {
  box-sizing: border-box;
  padding: 30px 0px 30px 50px;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .p-gallery__txt {
    padding: 30px 0px 30px 10px;
  }
}
@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: 1023px) {
  .p-gallery__ttl {
    font-size: 20px;
  }
}*/
@media screen and (max-width: 767px) {
  .p-gallery__ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.p-gallery__body {
  line-height: 2;
  font-size: 15px;
}
/*@media screen and (max-width: 1023px) {
  .p-gallery__body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
.p-gallery__body {
  line-height: 2;
  font-size: 13px;
}
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.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: left;
}
.p-ranking-list__ttl {
  font-size: 14px;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  text-align: left;　　
  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: 100px;/* 120pxから変更*/
  margin-bottom: 100px;/* 120pxから変更*/
  background:#D7BFAF;
}
@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: 500px;
  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: #2D2D2D;
}
@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: 35px;
  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: 22px;
  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: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}
.p-shop__url {
  margin-top: 15px;
}
.p-shop__url a {
  color: #ffffff;
}

/******************************/
/* グループ */
/******************************/
/* こうださんのはメモに残っている */
.group-list .category-items {
  margin-top: 2%;
  margin-bottom: 2%;
}

.group-list .category-items .u-container .category-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

/* imgが正方形だったから編集したけど最初からちょうどいいサイズならいらないかも */
.group-item img {
  width: 100%; /* imgの横幅を親要素に対して100%に設定 */
  height: 100%; /* 高さを自動調整してアスペクト比を維持80%を100％に */
  display: block; /* 不要な余白を削除 */
}

/* スマートフォン用のスタイル */
/* 全てに共通する部分 */
@media screen and (max-width: 767px) {
  .group-list{
    padding: 30px auto;/* 検索窓を付けたからautoをつけた */
  }
  .category-items {
    width: 90%; /* 画面幅が小さいため、幅を調整した */
    margin: 3% auto; /* 上下のマージンを中央に寄せる */
  }
 
  .group-list .category-items .u-container .category-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
  
　.group-item {
    width: 40%; /* スマホではアイテムを50%に設定して2列に表示、1列にしたい時は100％に */
  }
  
/******************************/
/* 新しいカテゴリー */
/******************************/
.new-category-list .category-items {
  background-color: #fff;
}}

.new-category-list .category-items .u-container .category-wrap {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.new-category-list  .col-tab-6 {
  box-sizing: border-box;
  padding: 5px;
  width: 25% ;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px; /* 高さを調整 */
}

.iconButton {
  display: flex; /* アイコンボタン内の要素を横並びにするため必要！ */
  flex-direction: row; /* アイコンとテキストを横に配置、なくてもいい？ */
  align-items: center; /* 中央揃え */
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: 0.3s;
  width: 100%; 
  height: 80%; 
  position: relative;
}

.iconButton:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}

.iconButton::after {
  position: absolute;
  content: ">";
  top: 50%;
  right: 10%;
  transform: translate(50%, -50%); /* 天地中央揃えに修正 */
  font-size: 20px; 
}

.iconButton img {
  max-width: 15%; /* 画像のサイズ調整 */
  margin-left: 10px; /* 画像とテキストの間にマージンを追加 */
}
  
.iconButton span {
  padding-left: 15px; /* テキストの左側に余白を追加 */
  font-size: 20px;
}
  
/* スマートフォン用のスタイル */
 @media screen and (max-width: 1250px) {
    .iconButton span {
    font-size: 17px; /* テキストのサイズを調整 */
    padding-left: 5px;
 }
      .iconButton::after {
    font-size: 17px; 
    padding-left: 5px;
}

}
 @media screen and (max-width: 1023px) {
    .new-category-list .col-tab-6 {
    height: 80px;
    padding: 3px;
  }
   .iconButton span {
    font-size: 12px; /* テキストのサイズを調整 */
    padding-left: 5px;
  }
   .iconButton::after {
    font-size: 11px; 
    padding-left: 3px;
}
}
@media screen and (max-width: 767px) {
  .new-category-list .category-items .u-container .category-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 余白を均等に配置 */
    margin: 0;
    font-size: 12px; /* 統一したサイズに調整 */
  }

  .new-category-list .col-tab-6 {
    min-width: 45%; /* 横2列に調整 */
    height: 60px;
    padding: 1px;
  }

  .iconButton {
    height: 65px; /*80%だった*/
    width: 120%;
    display: flex;
    align-items: center;
    text-align: center; /* テキストを中央揃え */
  }

  .iconButton img {
    max-width: 40px; /* 画像のサイズを調整20%だった */
    margin-left: 5px; /* 画像とテキストの間にマージンを追加 */
  }

  .iconButton span {
    font-size: 11px; /* テキストのサイズを調整 */
    padding-left: 10px; /* 余白を固定値に調整 */
  }
  
  .iconButton::after {
   font-size: 10px; 
}
}

/* スマホ用検索窓 */
@media screen and (min-width: 767px){
  .search-sp-only {
    display: none;
  }
}
.search-form-sp {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 30px;
  width: 90%;
  margin: 10px auto -15px auto;
}
.search-form-sp input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 16px;
}
.search-form-sp input:focus {
  outline: none;
}
.search-form-sp button {
  background: none;
  border: none;
  padding: 0 5px;
}
.search-form-sp img {
  width: 20px;
  height: 20px;
}