@charset "UTF-8";
/* カラー */
/* テーマカラー */
/* テキストカラー */
/* ボーダーカラー */
/* フォント */
/* スペーサー */
/* コンテンツ・ページ幅 */
/* ブレークポイント */
/*========================================
  ## レスポンシブサイズ
  指定のブレイクポイントの間だけサイズがレスポンシブ変化します。
  フォントサイズ等で使用する。
  元ネタはここ。
  https://min-max-calculator.9elements.com/

  [ 引数一覧 ]
  $from: 開始フォントサイズ
  $to: 終了フォントサイズ
  $bMax: 開始ブレイクポイント | 省略可 | デフォルトはmd
  $bMin: 終了ブレイクポイント | 省略可 | デフォルトはsm

  [ 使い方 ]
  font-size: rf(18,16) //最大サイズ18px から 最低サイズ16pxまでなめらかに変化する。
========================================*/
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @rich_clark*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=radio] {
  display: none;
}

img, picture {
  max-width: 100%;
  vertical-align: bottom;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  font-kerning: normal;
}

p {
  line-height: 1.6;
}

small {
  font-size: 87.5%;
}

/*==================================
  共通スタイル
==================================*/
.wrapper {
  flex-grow: 1;
}

/* ページ幅・コンテンツ幅 */
.u-page-width,
.u-content-width {
  margin-inline: auto;
  width: 100%;
}

.u-page-width:not(.u-padding-inner) {
  max-width: 1200px;
}
.u-page-width.u-padding-inner {
  max-width: calc(1200px + 5rem);
}

.u-content-width:not(.u-padding-inner) {
  max-width: 968px;
}
.u-content-width.u-padding-inner {
  max-width: calc(968px + 5rem);
}

.u-padding-inner {
  padding: 0rem 2rem;
}
@media (max-width: 768px) {
  .u-padding-inner {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 425px) {
  .u-padding-inner {
    padding: 0rem 1rem;
  }
}

.u-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-cover-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.u-cover-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

@media not all and (max-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

/* テキスト系 */
.u-bold {
  font-weight: bold !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-danger {
  color: #AA2025;
}

.u-text-muted {
  color: #b3b3b3;
}

.u-link {
  color: #1a73e8 !important;
  transition: 0.25s opacity ease-in-out;
}
@media (hover: hover) {
  .u-link:hover {
    opacity: 0.7;
  }
}

/* セクション系 */
.u-section-margin {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .u-section-margin {
    margin-bottom: 60px;
  }
}
@media (max-width: 425px) {
  .u-section-margin {
    margin-bottom: 30px;
  }
}

body {
  padding-top: 60px;
}
@media not all and (max-width: 768px) {
  body {
    padding-top: 100px;
  }
}
body.no-scroll {
  overflow: hidden;
}

.c-slider-thema .slick-prev,
.c-slider-thema .slick-next {
  background: transparent;
}

.bx-viewport{
  height:auto !important;
}

.mv-slide_container {
  display: flex;
  position: relative;
  height: 700px;
}

@media (max-width:1500px){
  .mv-slide_container{
    height:600px;
  }
}

@media (max-width:1200px){
  .mv-slide_container{
    height:520px;
  }
}

@media (max-width: 768px) {
  .mv-slide_container {
    flex-direction: column;
  }
}
.mv-slide_container .c-btn-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.mv-slide_container-img {
  width: 64.2857142857%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mv-slide_container-img {
    width: 100%;
    height: 440px;
  }
}
.mv-slide_container-img img {
  /* height: 100%;
  -o-object-fit: cover;
     object-fit: cover; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv-slide_contents {
  width: 35.7142857143%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  gap: 32px;
  padding: 100px 0;
  background: url(https://file003.shop-pro.jp/PA01444/883/img/bg1.jpg) repeat-y center center/100%;
}
@media not all and (max-width: 1500px) {
  .mv-slide_contents {
    gap: 150px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .mv-slide_contents {
    padding: 20px 0;
    width: 100%;
    gap: 20px;
  }
  .mv-slide_contents .c-btn-main {
    text-align: center;
  }
}

.c-btn-main-fill:focus {
  text-align: center;
  outline: none;
  text-decoration: none;
  color: #fff;
}

.p-special-list__btn:focus {
  text-align: center;
  outline: none;
  text-decoration: none;
  color: #AA2025;
}

.mv-slide_contents-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .mv-slide_contents-title {
    flex-direction: column;
    align-items: center;
  }
}
.mv-slide_contents-title p {
  padding: 0 10px;
  border-right: 1px solid #AA2025;
  border-left: 1px solid #AA2025;
}
@media (max-width: 768px) {
  .mv-slide_contents-title p {
    padding: 10px 0;
    border: none;
    border-top: 1px solid #AA2025;
    border-bottom: 1px solid #AA2025;
  }
}
.mv-slide_contents-title p img {
  width: 20px;
}
@media (max-width: 768px) {
  .mv-slide_contents-title p img {
    width: 160px;
  }
}
.mv-slide_contents-title h2 {
  writing-mode: vertical-rl;
  font-size: 38px;
  line-height: 1.8;
  letter-spacing: 0.4em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .mv-slide_contents-title h2 {
    font-size: 24px;
    text-align: center;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.bx-wrapper .bx-viewport {
  padding: 0;
  box-shadow: none;
  border: none;
}

.p-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .p-news__grid {
    display: block;
  }
}

.p-news__grid.slick-slider {
  display: block;
}

.p-news__grid .slick-list {
  overflow: visible;
}

.p-news__grid .slick-track {
  display: flex;
  align-items: stretch;
}

.p-news__grid .slick-slide {
  height: auto;
  padding: 0 20px;
}

.p-news__grid .slick-prev {
  left: -3%;
}

.p-news__grid .slick-next {
  right: -3%;
}

.p-news__grid .slick-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-news__item {
  background: white;
  overflow: hidden;
  padding: 0 30px 30px;
  position: relative;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.p-news__item:nth-of-type(2) {
  border: none;
}

.p-news__img {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.p-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.p-news__content {
  margin-top: 20px;
}

.p-news__title {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}

.p-news__title a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.p-news__title a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.p-news__title a:hover {
  color: #a84a4a;
  text-decoration: none;
}

.p-news__date {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.p-calendar {
  background: url(https://file003.shop-pro.jp/PA01444/883/img/g1.jpg) repeat-y center center/100%;
}

.p-calendar__desc {
  text-align: center;
  margin-bottom: 22px;
  margin-top: 10px;
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.11em;
}

.p-shopguide {
  box-shadow: none;
}

.p-shopguide-box__ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #c5b189;
}

.p-shopguide-column:nth-child(2) {
  border: none;
}

.p-shopguide__ttl {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.5;
}

.p-shopguide__body {
  font-size: 16px;
  font-weight: 400;
}

.p-shopguide__body-cards {
  display: block;
  margin-bottom: 10px;
}

.l-main-navi__link {
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media not all and (max-width: 768px) {
  .l-header-main {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 100px;
  }
}

.bx-wrapper .bx-pager {
  padding-top: 10px;
  bottom: -20px;
}

.bx-wrapper {
  margin-bottom: 0;
}

.c-section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.1em;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .c-section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.c-section-title::before {
  content: attr(data-text);
  margin-bottom: 20px;
  color: #AA2025;
  font-size: 16px;
  display: block;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-section-title::before {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* おすすめ特別セット 見た目調整 */
.p-special {
  padding: 90px 0 150px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-special {
    padding: 60px 0;
  }
}

.p-special-list__img {
  overflow: hidden;
  aspect-ratio: 520/350;
}

.p-special-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}

.p-special-list__contents {
  text-align: center;
}

.p-special-list__ttl {
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
}

.p-special-list__contents p {
  margin-top: 10px;
}

.p-special-list__btn {
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 10px 42px;
  border: 1px solid #AA2025;
  color: #AA2025;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-special-list__btn:hover {
  background-color: #AA2025;
  text-decoration: none;
  color: #fff;
}
.p-special-list__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
}

/* slick 調整: 中央強調＋左右はみ出し */
.p-special .slick-list {
  overflow: visible;
}

.p-special .slick-track {
  display: flex;
  align-items: flex-start;
}

.p-special .p-special-list__item {
  padding: 0 10px;
  position: relative;
}
.p-special .p-special-list__item:hover img {
  opacity: 0.8;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 12;
  display: grid;
  place-items: center;
  padding: 0;
  background: transparent;
  top: 42%;
}
@media (max-width: 768px) {
  .slick-arrow {
    top: 35%;
    width: 30px;
    height: 30px;
  }
}
.slick-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-special .slick-arrow {
  top: 39%;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p-special .slick-arrow {
    top: 26%;
  }
}

.p-special .slick-prev {
  left: 28%;
}
@media (max-width: 768px) {
  .p-special .slick-prev {
    left: 7%;
  }
}

.p-special .slick-next {
  right: 28%;
}
@media (max-width: 768px) {
  .p-special .slick-next {
    right: 7%;
  }
}

.p-special .slick-arrow:before {
  display: none;
}

/* 新鮮な海の恵み */
.p-sea {
  padding: 0 0 50px;
  background: url(https://file003.shop-pro.jp/PA01444/883/img/bg1.jpg) repeat-y center center/100%;
}
@media (max-width: 768px) {
  .p-sea {
    padding: 60px 0;
  }
}

.p-sea-top {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-sea-top {
    flex-direction: column;
    gap: 40px;
    padding-inline: 20px;
  }
}

.p-sea-top__image {
  flex: 1 1 50%;
}

.p-sea-top__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-sea-top__texts {
  flex: 1 1 50%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  writing-mode: vertical-rl;
  justify-content: center;
  gap: 80px;
  padding: 80px;
}
@media (max-width: 768px) {
  .p-sea-top__texts {
    gap: 40px;
    flex: auto;
    padding: 0;
  }
}

.p-sea-top__title {
  width: 80px;
}
@media (max-width: 768px) {
  .p-sea-top__title {
    width: 15.4666666667vw;
  }
}
.p-sea-top__title img {
  width: 100%;
}

.p-sea-top__desc {
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.4em;
}
@media (max-width: 768px) {
  .p-sea-top__desc {
    line-height: 2;
  }
}

.p-sea-bottom {
  margin-top: 40px;
}

.p-sea-bottom__item {
  padding: 0 12px;
}

.p-sea-bottom__item img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .p-sea-bottom__item img {
    height: 40vw;
  }
}

.p-recommend {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .p-recommend {
    padding: 60px 0;
  }
}

.u-square-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-item-list__price {
  margin-top: 5px;
}

.p-pickup {
  padding: 150px 0;
  background: url(https://file003.shop-pro.jp/PA01444/883/img/bg1.jpg) repeat-y center center/100%;
}
@media (max-width: 768px) {
  .p-pickup {
    padding: 60px 0;
  }
}

.p-pickup-list.-top .p-pickup-list__img {
  width: 50%;
}
@media (max-width: 768px) {
  .p-pickup-list.-top .p-pickup-list__img {
    width: calc(100% + 50px);
    margin-inline: -25px;
  }
}

@media (max-width: 768px) {
  .p-pickup-list {
    margin: 0;
  }
}

.p-pickup-list__img {
  height: auto;
}
@media (max-width: 768px) {
  .p-pickup-list__img {
    height: 55vw;
  }
}
.p-pickup-list__img img {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p-pickup-list__img img {
    transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt,
.p-pickup-list__txt {
    padding: 0;
  }
}

.p-pickup-list__ttl {
  font-size: 32px;
}
@media (max-width: 768px) {
  .p-pickup-list__ttl {
    font-size: 20px;
  }
}

.p-pickup-list__body {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-pickup-list__body {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .p-pickup-list__btn {
    text-align: center;
  }
}

.c-btn-main {
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 10px 42px;
  border: 1px solid #AA2025;
  color: #AA2025;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 185px;
}
.c-btn-main:hover {
  background-color: #AA2025;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  .c-btn-main {
    width: 100%;
    max-width: 240px;
  }
}

.c-btn-main-fill {
  background-color: #AA2025;
  color: #fff;
}
.c-btn-main-fill:hover {
  background-color: #fff;
  text-decoration: none;
  color: #AA2025;
}

/* 商品検索 */
.p-search {
  margin-top: 150px;
  background: #efede2;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-search {
    margin-top: 60px;
  }
}
.p-search.--top {
  margin-top: 0;
}

.p-search__eyecatch {
  text-align: center;
  color: #a84a4a;
  letter-spacing: 0.25em;
  margin: 0 0 8px;
}

.p-search .c-section-title {
  text-align: center;
}

@media (max-width: 768px) {
  .p-search__inner {
    display: flex;
    gap: 20px;
  }
}

.p-search__group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 55px;
  margin-top: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.p-search__group:first-of-type {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-search__group:first-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-search__group {
    flex: 1;
    flex-flow: column;
  }
}

.p-search__label {
  min-width: 125px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-search__label {
    min-width: auto;
    width: 100%;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c5b189;
  }
}

.p-search__list {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .p-search__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .p-search__list {
    width: 100%;
    flex-flow: column;
  }
}

.p-search__item {
  flex: 1;
}
@media (max-width: 1024px) {
  .p-search__item {
    width: 100%;
  }
}

.p-search__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  background: #fff;
  color: #333;
  text-decoration: none;
  width: 200px;
  height: 60px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
@media (max-width: 768px) {
  .p-search__link {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 20px;
  }
}
@media (hover: hover) {
  .p-search__link:hover {
    background: #f7f5f0;
    text-decoration: none;
  }
}
.p-search__link img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-ranking {
  margin: 150px 0;
  padding: 0;
}
@media (max-width: 768px) {
  .p-ranking {
    margin: 60px 0;
  }
}
.p-ranking .c-slider-thema .slick-next:before,
.p-ranking .c-slider-thema .slick-prev:before {
  display: none;
}
.p-ranking .slick-prev,
.p-ranking .slick-next {
  background: none;
}

.p-ranking .slick-slider {
  margin-bottom: 0;
}

.p-ranking .slick-track {
  display: flex;
}

.p-ranking-list__item {
  height: auto;
}

.p-ranking-list__num {
  width: 40px;
  height: 40px;
}

.p-ranking-list__item.slick-active .p-ranking-list__num {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 40px;
  padding: 0;
  background: #333333;
  color: #fff;
}

.p-ranking-list__item.slick-active .p-ranking-list__num.is-1 {
  background: #f1be55;
}

.p-ranking-list__item.slick-active .p-ranking-list__num.is-2 {
  background: #7a8393;
}

.p-ranking-list__item.slick-active .p-ranking-list__num.is-3 {
  background: #bb6e4c;
}

@media (max-width: 768px) {
  .p-favorite {
    padding: 0 0 40px;
  }
}

.p-shop-wrap {
  padding: 0;
}
.p-shop-wrap::before {
  display: none;
}

.p-shop__bg {
  aspect-ratio: 14/5;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-shop__bg {
    aspect-ratio: 375/200;
  }
}
.p-shop__bg img {
  transition: transform 0.4s cubic-bezier(0, 0, 0, 1);
}

.p-shop__bg--offset img {
  margin-top: -10%;
}
@media (max-width: 768px) {
  .p-shop__bg--offset img {
    margin-top: -54px;
  }
}

.p-line-informaiton {
  max-width: 900px;
  margin: 150px auto;
}
@media (max-width: 768px) {
  .p-line-informaiton {
    margin: 60px auto;
  }
}

@media (max-width: 768px) {
  .p-line-informaiton-list__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .p-line-informaiton-list__date {
    margin-bottom: 10px;
  }
}

/* 店舗情報セクション */
.p-store-info {
  margin: 0 0 150px;
  padding: 0;
}
@media (max-width: 768px) {
  .p-store-info {
    margin: 0;
  }
}

.p-store-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .p-store-info__grid {
    grid-template-columns: 1fr;
  }
}

.p-calendar .side_cal {
  justify-content: space-around;
}

.p-store-info__item {
  position: relative;
}
@media (hover: hover) {
  .p-store-info__item:hover {
    opacity: 0.7;
  }
}

.p-store-info__img {
  position: relative;
  overflow: hidden;
}

.p-store-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-store-info__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 30px 30px;
  color: white;
}
@media (max-width: 768px) {
  .p-store-info__overlay {
    padding: 20px;
  }
}

.p-store-info__content.-hibiya {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-store-info__content.-hibiya {
    margin-bottom: 0;
  }
}

.p-store-info__name {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 16px;
  color: white;
}
@media (max-width: 768px) {
  .p-store-info__name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.p-store-info__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.p-store-info__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.2s ease;
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-store-info__btn {
    width: 30px;
    height: 30px;
    right: 20px;
    bottom: 20px;
  }
}
@media (hover: hover) {
  .p-store-info__btn:hover {
    text-decoration: none;
  }
}
.p-store-info__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 15;
}

.p-store-info__btn-icon {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-store-info__btn-icon {
    font-size: 16px;
  }
}

/* 新着情報セクション */
.p-news {
  margin: 0 0 150px;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-news {
    margin: 60px 0;
  }
}

.tbl_calendar td {
  width: 43px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .tbl_calendar td {
    font-size: 14px;
  }
}

.l-footer {
  background: #fff;
}

.l-footer-shopinfo__logo img {
  max-width: 192px;
  width: 100%;
}

.l-bottom {
  margin: 0;
}

.p-calendar-s {
  padding: 60px 0 100px;
  background: url(https://file003.shop-pro.jp/PA01444/883/img/bg1.jpg) repeat-y center center/100%;
}
@media (max-width: 768px) {
  .p-calendar-s {
    padding: 60px 0;
  }
}
/*# sourceMappingURL=style.css.map */