/** Shopify CDN: Minification failed

Line 260:7 Cannot use type selector "after" directly after nesting selector "&"
Line 324:7 Cannot use type selector "after" directly after nesting selector "&"

**/
/*===============================

カスタマイズ用 CSS

・header
・footer

・TOP
・ご利用案内


▼ ポリシー
・プライバシーポリシー
・利用規約
・連絡先情報
・特定商取引法

================================*/



.shopify-policy__container {
  /* background: #fef7f0; */
}
.content-for-layout {
  background: #fef7f0;
}

.shopify-policy__body {
  padding-bottom: 8rem;
}

/*===============================
ホーム画面 
================================*/

/* コンテンツ間余白 */
#shopify-section-template--24482649178385__slideshow_4tYTaG,
.section-template--24482649178385__rich_text_6Xg3A7-padding,
/* .section-template--24482649178385__featured_collection_dMgmKQ-padding, */
.section-template--24482649178385__rich_text_y7zPMq-padding,
.section-template--24482649178385__image_with_text_mDVh8Y-padding,
.section-template--24482649178385__featured_blog_QtVknW-padding {
  padding-bottom: 6.4rem !important;
  @media screen and (min-width: 750px) {
    padding-bottom: 8rem !important;
  }
}

/* スライド */
/* #shopify-section-template--24482649178385__slideshow_4tYTaG {
  background: #fef7f0;
} */

/* スライド下テキスト */
#shopify-section-template--24482649178385__rich_text_6Xg3A7 .rich-text__blocks p {
  /* font-size: 1.4rem; */
}
#shopify-section-template--24482649178385__rich_text_6Xg3A7 .rich-text__blocks>*+* {
  margin-top: 0;
}

/* ピックアップ商品（すべての商品を見るボタン） */
#shopify-section-template--24482649178385__rich_text_y7zPMq .rich-text__blocks>*+* {
  margin-top: 0;
}

/* TONEとは */
#shopify-section-template--24482649178385__image_with_text_mDVh8Y {
  
}
#ImageWithText--template--24482649178385__image_with_text_mDVh8Y {
  padding-right: 0;
}
.image-with-text .image-with-text__media-item > * {
  border-radius: 0 !important;
}


/*===============================
共通
・ご利用案内
・プライバシーポリシー
・利用規約
・連絡先情報
・特定商取引法
・お問い合わせ
================================*/

/* ページタイトル */
#shopify-section-template--24544071090449__main h1,
#shopify-section-template--24482649243921__main h1,
#shopify-section-template--24482649276689__main h1,
#shopify-section-template--24482649112849__main-cart-items h1,
#shopify-section-template--24482649080081__main h1,
.shopify-policy__title h1 {
  margin-block-start: 0;
  margin-block-end: 4rem;
  /* padding-block-end: 0.4em; */
  color: #C67367;
  text-align: left;
  /* border-bottom: 1px solid #C67367; */
  /* font-weight: bold; */
  font-size: calc(var(--font-heading-scale) * 2.4rem);
  @media only screen and (min-width: 750px) {
    font-size: calc(var(--font-heading-scale) * 3.2rem);
  }
}

/* 見出し */
#shopify-section-template--24544071090449__main h2,
.shopify-policy__body h2 {
  padding-block-end: 0.4em;
  border-bottom: 1px solid #C67367;
}
#shopify-section-template--24544071090449__main h3::before,
.shopify-policy__body h3::before {
  display: inline-block;
  position: relative;
  top: -0.2em;
  margin-right: 0.2em;
  font-size: 60%;
  color: #C67367;
  content: '⚫︎';
}
#shopify-section-template--24544071090449__main h4,
.shopify-policy__body h4 {
  color: #C67367;
}

 /* 見出し */
#shopify-section-template--24544071090449__main h3,
#shopify-section-template--24544071090449__main h4,
.shopify-policy__body h3,
.shopify-policy__body h4 {
  margin-block-end: 0.4em;
}
#shopify-section-template--24544071090449__main h3 + p,
#shopify-section-template--24544071090449__main h4 + p,
.shopify-policy__body h4 +p,
.shopify-policy__body h3 +p {
  margin-block-start: 0;
}
#shopify-section-template--24544071090449__main h3 + h4,
.shopify-policy__body h3 + h4 {
  margin-block-start: 0.75em;
}

.shopify-policy__container {
  padding-block-start: 4.8rem;
}

/*===============================
【作成したページ】ご利用案内 & TONEについて
================================*/

 /* 余白：ページタイトル上とページ下 */
.section-template--24544071090449__main-padding,
.section-template--24482649276689__main-padding,
#shopify-section-template--24482649112849__main-cart-items {
  padding-top: 4rem !important;
  padding-bottom: 6.4rem !important;
  @media only screen and (min-width: 750px) {
    padding-top: 6.4rem !important;
    padding-bottom: 8rem !important;
  }
}

/*===============================
ご利用案内 
================================*/

/*-------------------------------
アコーディオン
-------------------------------*/
.acd-qanda  {
  details {
    padding: 0.8em 0.8em 0.7em;
    background: rgba(255,255,255,0.8);
    border-radius: 4px;
    cursor: pointer;
    &:not(:last-child) {
      margin-block-end: 0.6em;
    }
    summary, p {
      line-height: 1.5;
    }
  }
}

/* アニメーション */
.acd-qanda  {
  details {
    transition: transform 0.3s;
    &::details-content {
      transition: height 0.3s, opacity 0.3s, content-visibility 0.3s allow-discrete;
      height: 0;
      opacity: 0;
      overflow: clip;
    }
  }
  details[open] {
    &::details-content {
      opacity: 1;
    }
  }
}
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords; 
  }
  .acd-qanda details[open]::details-content {
    height: auto;
  }
}

/*-------------------------------
Question
-------------------------------*/
/* Safariで表示されるデフォルトの三角形アイコン削除 */
summary::-webkit-details-marker {
  display: none;
}

.acd-qanda {
  details {
    summary {
      display: flex;
      flex-grow: 1;
      position: relative;
      &::before,
      &::after {
        display: inline-block;
        flex-shrink: 0;
        width: 1.25em;
        height: 1em;
        color: #C67367;
        font-weight: bold;
      }
      &::before {
        position: relative;
        top: -0.15em;
        margin-right: 0.4rem;
        content: 'Q.';
      }
      &::after {
        margin-left: 0.4rem;
        content: '＋';
      }
    }
  }
  details[open] {
    summary {
      &after {
        content: 'ー';
      }
    }
  }
  span {
    display: inline-block;
    flex-grow: 1;
  }
}

/*-------------------------------
Answer
-------------------------------*/
.acd-qanda {
  p {
    display: flex;
    margin-block-start: 0.6em;
    margin-block-end: 0;
    &::before {
      display: block;
      margin-right: 0.4rem;
      color: #C67367;
      font-weight: bold;
      content: 'A.';
    }
  }
}
/*-------------------------------
送料
-------------------------------*/
/* Safariで表示されるデフォルトの三角形アイコン削除 */
summary::-webkit-details-marker {
  display: none;
}

.acd-postage {
  details {
    summary {
      display: flex;
      flex-grow: 1;
      position: relative;
      &::before,
      &::after {
        display: inline-block;
        flex-shrink: 0;
        width: 1.25em;
        height: 1em;
        color: #C67367;
        font-weight: bold;
      }
      &::before {
        position: relative;
        top: -0.15em;
        margin-right: 0.4rem;
        content: '＋';
      }
      &::after {
        margin-left: 0.4rem;
      }
    }
  }
  details[open] {
    summary {
      &after {
        content: 'ー';
      }
    }
  }
  span {
    display: inline-block;
    flex-grow: 1;
  }
}

/*-------------------------------
Answer
-------------------------------*/
.acd-postage {
  p {
    display: flex;
    margin-block-start: 0.6em;
    margin-block-end: 0;
    &::before {
      display: block;
      margin-right: 0.4rem;
      color: #C67367;
      font-weight: bold;
    }
  }
}

/***** ==========
ポリシー系
========== *****/
/* 見出し */
/* .shopify-policy__body h2,
.shopify-policy__body h2 strong,
.shopify-policy__body h3,
.shopify-policy__body h4,
.shopify-policy__body h5,
.shopify-policy__body h6 {
  color: #3F3232;
  font-weight: normal;
} */

/***** ==========
プライバシーポリシー
========== *****/
.section-template--24482649243921__main-padding {
}



/*===============================
TONEについて
.section-template--24482649276689__main-padding
================================*/
.sec-cmn + .sec-cmn { 
  margin-top: 6.4rem;
}

.sec-image-with-text_grid {
  img {
    border-radius: 0;
  }
  @media screen and (min-width: 750px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    .sec-image-with-text_text {
      width: 50%;
    }
    .sec-image-with-text_image {
      width: 44%;
    }
    .sec-image-with-text_image img {
      width: 100%;
      height: auto;
    }
  }
}
.sec-image-with-text_text, .sec-image-with-text_image
+ .sec-image-with-text_text, .sec-image-with-text_image {
  margin-block-start: 2.4rem;
  @media screen and (min-width: 750px) {
    margin-block-start: 0;
  }
}

/*-------------------------------
店舗について
-------------------------------*/
.sec-shop {
  @media screen and (min-width: 750px) {
    flex-direction: row-reverse;
  }
}

/*-------------------------------
アクセス
-------------------------------*/
.sec-map {
  a {
    color: #C67367;
  }
  @media screen and (min-width: 750px) {
    .sec-image-with-text_text {
      width: 34%;
    }
    .sec-image-with-text_image {
      width: 60%;
    }
  }
}

/*===============================
お問い合わせ
.section-template--24482649243921__main-padding
================================*/
#wizard-validation-form {
    margin-block-end: 4rem;
}
.section-template--24482649243921__main-padding {
  .form_generater_form_div {
    margin-block-end: 4rem;
    margin: 0 10px;
  }
}


/*===============================
カート
================================*/
#shopify-section-template--24482649112849__main-cart-items h1 {
  text-align: center;
}
#shopify-section-template--24482649112849__main-cart-items .global-media-settings img {
  border-radius: 0;
}

/*===============================
フッター
================================*/
/* .footer__logo {
  margin-bottom: 1.6rem;
  text-align: center;
  line-height: 1;
  img {
    width: 2.4rem;
  }
} */

.footer {
  .policies {
    li {
      display: inline-block;
      line-height: 1;
      &:not(:last-child) {
        margin-right: 1em;
      }
    }
  }
}

.footer__content-top {
  padding-bottom: 3.2rem !important;
}

/*-------------------------------
SNSと公式サイトリンク
-------------------------------*/
.list-external-link {
  a {
    display: flex !important;
    align-items: center;
    line-height: 1;
    &::before {
      display: inline-block;
      content: '';
      height: 2.4rem;
      width: 2.4rem;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      margin-right: 0.6rem;
    }
  }
  .instagram {
    a::before {
      background-image: url('/cdn/shop/files/Icon-instagram.svg');
    }
  }
  .official {
    a::before {
      width: 7.2rem;
      background-image: url('/cdn/shop/files/logo.svg');
    }
  }
  @media screen and (min-width: 750px) {
    display: flex;
    justify-content: center;
    a {
      padding: 0.5rem !important;
    }
    li {
      display: inline-block;
    }
  }
}
/*-------------------------------
商品ページライン
-------------------------------*/
.proline{
  margin: 0;
  border-top: 1.5px solid;
  color: rgb(198, 115, 103);
}

.material{
  background-color: #ffffff;
}