@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-----------------------------------------
scssで制作してます。cssを変更しないでください。
-----------------------------------------*/
/*----------------------------------------
	- base
	- main visual
	- shop slider area
-----------------------------------------*/
/*-----------------------------------------
	base
-----------------------------------------*/
main p,
main span,
main figcaption,
main dd,
main li {
  font-weight: 500;
  letter-spacing: 0.05em;
}
main h3,
main h4,
main dt {
  font-weight: 600;
}
main .nowrap {
  white-space: nowrap;
}

@media (min-width: 769px) {
  .u-pc-pl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 769px) {
  .u-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

/*-----------------------------------------
	main visual
-----------------------------------------*/
.und_mv {
  background: center/cover url(../img/shop/main.png) no-repeat;
}

h3 {
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 108px;
}
@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 40px;
  }
}

.shop-map {
  max-width: 884px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 768px) {
  .shop-map {
    margin-bottom: 60px;
  }
}

/*-----------------------------------------
	shop slider area
-----------------------------------------*/
.shop-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  /* 矢印のスペース確保 */
}
@media screen and (max-width: 768px) {
  .shop-content {
    padding: 0 15px;
  }
}

.shop-slider-bg {
  background: #F8F4EE;
  padding: 100px 0 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .shop-slider-bg {
    padding: 60px 0 60px;
  }
}

.shop-slider-area {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
  /* ページネーション用のスペース */
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .shop-slider-area {
    margin-top: 0px;
    padding-bottom: 0;
  }
}
.shop-slider-area .swiper-button-prev,
.shop-slider-area .swiper-button-next {
  width: 54px;
  height: 54px;
  top: 40%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.shop-slider-area .swiper-button-prev::after,
.shop-slider-area .swiper-button-next::after {
  display: none;
}
.shop-slider-area .swiper-button-prev,
.shop-slider-area .swiper-button-next {
  background: url(../img/shop/shop_prev.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .shop-slider-area .swiper-button-prev,
  .shop-slider-area .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 135px;
  }
}
.shop-slider-area .swiper-button-prev:hover,
.shop-slider-area .swiper-button-next:hover {
  opacity: 0.8;
}
.shop-slider-area .swiper-button-prev:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.shop-slider-area .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.shop-slider-area .swiper-button-next:hover {
  -webkit-transform: rotate(180deg) translateX(-5px);
          transform: rotate(180deg) translateX(-5px);
}
.shop-slider-area {
  /* PCではスライダーの外側に矢印を配置 */
}
@media (min-width: 769px) {
  .shop-slider-area .swiper-button-prev {
    left: -80px;
  }
  .shop-slider-area .swiper-button-next {
    right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .shop-slider-area .swiper-button-prev {
    left: 0px;
  }
  .shop-slider-area .swiper-button-next {
    right: 0px;
  }
}
.shop-slider-area .swiper-pagination {
  bottom: 10px;
}
.shop-slider-area .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #EBDEC8;
  opacity: 1;
  margin: 0 20px !important;
}
@media screen and (max-width: 768px) {
  .shop-slider-area .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 9px !important;
  }
}
.shop-slider-area .swiper-pagination .swiper-pagination-bullet-active {
  background: #B3996D;
}

.shop-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .shop-card {
    padding: 0 12% 30px;
  }
}
.shop-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #844C4F;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .shop-card-header {
    padding: 2px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 14px;
  }
}
.shop-card-index {
  background: #8c4e4e;
  color: #fff;
  width: 42px;
  height: 42px;
  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;
  font-size: 22px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .shop-card-index {
    width: 28px;
    height: 28px;
    font-size: 15px;
    margin-right: 10px;
  }
}
.shop-card-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  padding: 0 0 7px 0;
}
@media screen and (max-width: 768px) {
  .shop-card-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.shop-card-name {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #844C4F;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .shop-card-name {
    font-size: 18px;
    line-height: 1.1;
  }
}
.shop-card-dist {
  font-size: 14px;
  color: #333;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .shop-card-dist {
    font-size: 14px;
    padding-left: 0;
    margin-left: -5px;
  }
}
.shop-card-tag {
  background: #002E54;
  color: #fff;
  font-size: 14px;
  padding: 4px 15px;
  border-radius: 20px;
  font-weight: 500;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .shop-card-tag {
    font-size: 12px;
    padding: 2px 10px;
  }
}
.shop-card-img {
  width: 100%;
}
.shop-card-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-card-body {
  padding: 22px 0 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .shop-card-body {
    padding: 20px 0;
  }
}
.shop-card-body .shop-card-catch {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .shop-card-body .shop-card-catch {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.shop-card-body .shop-card-desc {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .shop-card-body .shop-card-desc {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.shop-card-body .shop-card-info-title {
  font-size: 14px;
  color: #23496A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.shop-card-body .shop-card-info-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #002E54;
  opacity: 0.5;
}
.shop-card-body .shop-card-info dl {
  font-size: 13px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .shop-card-body .shop-card-info dl {
    font-size: 12px;
    gap: 8px 10px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .shop-card-body .shop-card-info dl dt {
    margin-bottom: 5px;
  }
}
.shop-card-body .shop-card-info dl dt span {
  display: inline-block;
  background: #002E54;
  color: #fff;
  padding: 2px 10px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 500;
  min-width: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shop-card-body .shop-card-info dl dt span {
    padding: 2px 10px;
    width: 100%;
    text-align: left;
  }
}
.shop-card-body .shop-card-info dl dd {
  color: #333;
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .shop-card-body .shop-card-info dl dd {
    margin-bottom: 15px;
    padding-left: 5px;
  }
}
.shop-card-body .shop-card-info dl dd:last-child {
  margin-bottom: 0;
}
.shop-card-appeal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #B3996D;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .shop-card-appeal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop-card-appeal .shop-appeal-label {
  background: #B3996D;
  color: #fff;
  width: 140px;
  padding: 20px 10px;
  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;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .shop-card-appeal .shop-appeal-label {
    width: 100%;
    font-size: 15px;
    padding: 10px;
  }
}
.shop-card-appeal .shop-appeal-label p {
  font-weight: 700;
}
.shop-card-appeal .shop-appeal-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  width: calc(100% - 140px);
}
.shop-card-appeal .shop-appeal-text p {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .shop-card-appeal .shop-appeal-text {
    font-size: 13px;
    width: 100%;
  }
  .shop-card-appeal .shop-appeal-text p {
    padding: 12px 15px;
  }
}
.shop-card-appeal .shop-appeal-text .shop-appeal-img {
  width: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.shop-card-appeal .shop-appeal-text .shop-appeal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .shop-card-appeal .shop-appeal-text .shop-appeal-img {
    width: 100px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .shop-card-appeal .shop-appeal-text .shop-appeal-img img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}/*# sourceMappingURL=shop.css.map */