@charset "utf-8";

:root {
  --base-grn: #016450;
  --base-beg: #e8d9b7;
  --base-lt-beg: #f4e8d1;
  --base-brn: #422513;
  --base-wht: #fff;
  --base-blk: #313131;
}

body {
  overflow-x: hidden;
}

/*===============================================
  アニメーション初期状態（チラつき防止）
===============================================*/
#afternoon-tea_cp_2606 .js-ttl,
#afternoon-tea_cp_2606 .js-item,
#afternoon-tea_cp_2606 .js-mv_txt {
  opacity: 0;
  visibility: hidden;
}

/*===============================================
●共通
===============================================*/

/* ============ common =========== */
#afternoon-tea_cp_2606 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#afternoon-tea_cp_2606 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#afternoon-tea_cp_2606 :is(ul, ol, li, dl, dt, dd) {
  margin: 0;
  list-style: none;
  padding: 0;
}

#afternoon-tea_cp_2606 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#afternoon-tea_cp_2606 img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* =================== text関連 ==================== */

#afternoon-tea_cp_2606 .lead-area .leadB {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.2vw, 2.3rem);
  margin: 0 0 1.5rem;
  /*  text-shadow: 0 0px 0 #fcc906, 0 4px 0 #fff4bf, 0 4px 10px rgba(0, 0, 0, .2);*/
}

#afternoon-tea_cp_2606 .lead-area .leadB span {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.7vw, 1.6rem);
  display: block;
  margin: 0 0 0.5rem;
}

#afternoon-tea_cp_2606 .lead-area .leadT {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
}

#afternoon-tea_cp_2606 .lead-area .leadT span {
  margin: 5px auto 0;
  display: block;
  color: #fff;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  padding: 0 1rem;
}

#afternoon-tea_cp_2606 .item-area .date {
  text-align: center;
  background: #630100;
  border-radius: 6px;
  padding: 2px 8px;
  box-sizing: border-box;
  width: clamp(145px, 15vw, 150px);
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  color: #fff;
}

#afternoon-tea_cp_2606 .item-area .name {
  text-align: left;
  font-size: clamp(1.05rem, 1.2vw, 1.3rem);
  font-weight: 600;
  line-height: 1.4;
}

#afternoon-tea_cp_2606 .item-area .name span {
  text-align: left;
  font-size: clamp(0.9rem, 4vw, 1.05rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  display: block;
}

#afternoon-tea_cp_2606 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

#afternoon-tea_cp_2606 .item-area .price {
  text-align: left;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  font-weight: 600;
}

#afternoon-tea_cp_2606 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}

#afternoon-tea_cp_2606 .item-area .txt {
  font-size: clamp(0.92rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
  margin-top: 1rem;
}

#afternoon-tea_cp_2606 .item-area .txt span {
  font-size: clamp(0.75rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
  margin: 0.2rem 0 0;
}

#afternoon-tea_cp_2606 .item-area .txt span::before {
  content: '\203b';
}

#afternoon-tea_cp_2606 .ttl_h2 {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  position: relative;
}

#afternoon-tea_cp_2606 .ttl_h3 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.2vw, 1.3rem);
  position: relative;
}

#afternoon-tea_cp_2606 .c-txt div .fc-list {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  display: block;
  width: 100%;
  text-align: left;
}

#afternoon-tea_cp_2606 .item-area .area {
  text-align: left;
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  margin: 0.8rem 0 1rem;
}

#afternoon-tea_cp_2606 .item-area .area span {
  position: relative;
  background: #fdd34e4f;
  padding: 0.8rem 1rem 0.5rem;
  border-radius: 0 6px 6px 6px;
}

/*====================== main-area =======================*/

/*  div#contents {
    background: #000;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 5%, 10%;
    background-position: center center;
  }*/

#afternoon-tea_cp_2606 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  min-height: 100%;
  padding: 0;
  position: relative;
  color: var(--text-brn);
  background: var(--base-grn);
}

#afternoon-tea_cp_2606 main {
  width: 100%;
  height: auto;
  background: url('../images/bg.webp') repeat;
  background-size: 3%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding: 0 0 2rem;
}

#afternoon-tea_cp_2606 .imgbox {
  position: relative;
  z-index: 3;
}

#afternoon-tea_cp_2606 .imgbox .bg {
  width: 100%;
  height: 28.3%;
  background: url(../images/bg01.webp) repeat;
  background-size: 3%;
  z-index: 1;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

#afternoon-tea_cp_2606 .imgbox .kv {
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ====================== text-area =================== */

#afternoon-tea_cp_2606 .text-area {
  text-align: center;
  position: relative;
  z-index: 3;
  background: var(--base-lt-beg);
  color: var(--base-wht);
  font-family: 'Noto Serif JP', serif;
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 1.35rem;
}

#afternoon-tea_cp_2606 .lead-area {
  width: min(100%, 1200px);
  margin: 0 auto;
  background: var(--base-grn);
  padding: 2rem;
}

/* ====================== h2 ===================== */
#afternoon-tea_cp_2606 .ttl_h2 {
  position: relative;
  display: block;
  color: var(--base-grn);
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  border-top: 4px solid var(--base-grn);
  border-bottom: 4px solid var(--base-grn);
  background: var(--base-beg);
  z-index: 2;
  margin: 0 0 2rem;
}

#afternoon-tea_cp_2606 .ttl_h2 span {
  display: block;
  width: 94%;
  margin: 0 auto;
  padding: 0.5rem;
  position: relative;
}

#afternoon-tea_cp_2606 .ttl_h2::before {
  position: absolute;
  top: 5px;
  left: calc(-20px);
  margin: auto;
  content: '';
  width: 3%;
  height: 70%;
  display: inline-block;
  border-bottom: 4px solid var(--base-grn);
  border-left: 4px solid var(--base-grn);
  transform: rotate(-135deg);
  transform-origin: center;
}

#afternoon-tea_cp_2606 .ttl_h2::after {
  position: absolute;
  top: 5px;
  right: calc(-20px);
  margin: auto;
  content: '';
  width: 3%;
  height: 70%;
  display: inline-block;
  border-bottom: 4px solid var(--base-grn);
  border-left: 4px solid var(--base-grn);
  transform: rotate(45deg);
  transform-origin: center;
}

/* ====================== h3 ===================== */

#afternoon-tea_cp_2606 .ttl_h3 {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 0.5rem;
  color: var(--base-wht);
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  background: var(--base-grn);
  text-align: left;
  will-change: filter;
}

#afternoon-tea_cp_2606 .contents_bg {
  width: min(100%, 1200px);
  margin: 0 auto;
  background: var(--base-lt-beg);
  border-radius: 0 0 30px 30px;
  padding: 0 1.35rem 1.35rem;
}

#afternoon-tea_cp_2606 .contents_bg .inner {
  width: min(100%, 1200px);
  margin: 0px auto;
  border-left: 5px solid var(--base-grn);
  border-right: 5px solid var(--base-grn);
  border-bottom: 5px solid var(--base-grn);
  border-radius: 0 0 20px 20px;
}

#afternoon-tea_cp_2606 section {
  position: relative;
  z-index: -1;
}

/*==================== item-area =====================*/

#afternoon-tea_cp_2606 .item {
  text-align: center;
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0 0 20px 20px;
}

#afternoon-tea_cp_2606 .item-area .bg-col {
  background: var(--base-beg);
  z-index: -1;
}

#afternoon-tea_cp_2606 .item-area .bg-col.none {
  justify-content: center;
}

#afternoon-tea_cp_2606 .item-area .logo {
  justify-content: center;
}

#afternoon-tea_cp_2606 .item-area .logo img {
  width: 60%;
  margin: 0 auto;
}

#afternoon-tea_cp_2606 .item-area .col1 {
  background: var(--base-lt-beg);
}

#afternoon-tea_cp_2606 .item-area.clm3 {
  width: min(100%, 1200px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin: -1px auto;
  position: relative;
  z-index: -1;
}

#afternoon-tea_cp_2606 .item-area.clm3 li {
  position: relative;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#afternoon-tea_cp_2606 .item-area.clm3 li.bg-col.endl {
  border-radius: 0 0 0 20px;
}

#afternoon-tea_cp_2606 .item-area.clm3 li.bg-col.endr {
  border-radius: 0 0 20px 0;
}


#afternoon-tea_cp_2606 .item-area.clm3 li.bor {
  border-left: none;
  border-right: none;
  box-shadow: inset 5px 0 0 0 var(--base-grn), inset -5px 0 0 0 var(--base-grn);
  padding-left: calc(1rem + 5px);
  padding-right: calc(1rem + 5px);
}

#afternoon-tea_cp_2606 .item-area.clm3 li.bor .pic {
  width: 82.33%;
}

#afternoon-tea_cp_2606 .item-area.clm3 li.bor1 {
  border-bottom: 5px solid var(--base-grn);
}

#afternoon-tea_cp_2606 .item-area.clm3 li .text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

#afternoon-tea_cp_2606 .item-area.clm3 .pic {
  width: 80%;
  margin: 0 auto;
  position: relative;
  will-change: transform;
}

#afternoon-tea_cp_2606 .item-area.clm3 li.no-leaf::before,
#afternoon-tea_cp_2606 .item-area.clm3 li.no-leaf::after {
  content: none;
}

#afternoon-tea_cp_2606 .item-area.clm3 li.none {
  display: none;
}

#afternoon-tea_cp_2606 .item-area.clm3 .pic::before {
  content: '';
  position: absolute;
  top: 73%;
  left: -11%;
  background: url(../images/leaf01.webp) no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  z-index: -1;
}

#afternoon-tea_cp_2606 .item-area.clm3 .pic::after {
  content: '';
  position: absolute;
  top: -2%;
  right: -2%;
  background: url(../images/leaf03.webp) no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  z-index: -1;
}

#afternoon-tea_cp_2606 .item-area.clm3 li .text::before {
  content: '';
  position: absolute;
  top: -6rem;
  right: -0.5rem;
  background: url(../images/leaf02.webp) no-repeat;
  background-size: contain;
  width: 70px;
  height: 80px;
  z-index: -1;
}


/* #afternoon-tea_cp_2606 .item-area.clm3 li.new::before {
  position: absolute;
  top: 4%;
  left: 5%;
  content: '';
  background: url(../images/new.webp) no-repeat;
  background-size: 100%;
  aspect-ratio: 167 / 66;
  width: 30%;
  height: auto;
  will-change: transform;
  z-index: 3;
} */

/* #afternoon-tea_cp_2606 .item-area.clm3 li.renew::before {
  position: absolute;
  top: 4%;
  left: 5%;
  content: '';
  background: url(../images/re.webp) no-repeat;
  background-size: 100%;
  aspect-ratio: 167 / 66;
  width: 30%;
  height: auto;
  will-change: transform;
} */

#afternoon-tea_cp_2606 .comment-area {
  background: var(--base-grn);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}

#afternoon-tea_cp_2606 .comment-content {
  width: 96%;
  margin: 0 auto;
  background: var(--base-lt-beg);
  padding: 1rem 1.3rem;
  border-radius: 1rem;
  font-family: 'Noto Serif JP', serif;
}

#afternoon-tea_cp_2606 .comment-content .comment-txt {
  height: 100%;
}

#afternoon-tea_cp_2606 .comment-content dt {
  border-bottom: dotted 4px var(--base-grn);
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  font-weight: 800;
}

#afternoon-tea_cp_2606 .sp-readmore-btn,
#afternoon-tea_cp_2606 .sp-readmore-fade {
  display: none;
}

/*==================== animation-area =====================*/
#afternoon-tea_cp_2606 .pic img {
  will-change: transform, filter;
  filter: drop-shadow(6px 6px 0 rgba(66, 37, 19, 0.2));
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

#afternoon-tea_cp_2606 .c-pic-item {
  position: relative;
  z-index: -1;
}

#afternoon-tea_cp_2606 .c-ams {
  width: 100%;
  position: relative;
}

#afternoon-tea_cp_2606 .c-mv-ttl {
  position: absolute;
  top: 8.2%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 22%;
  will-change: transform;
}

#afternoon-tea_cp_2606 .c-mv_txt {
  display: block;
  position: absolute;
  top: 36%;
  left: 1%;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  color: var(--base-wht);
  visibility: visible;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.02rem, 2vw, 1.65rem);
  font-weight: 800;
}



/*===============================================
  フィルターナビゲーション基本デザイン
===============================================*/
#afternoon-tea_cp_2606 .filter-scroll-guide {
  text-align: center;
  font-size: clamp(0.8rem, 2vw, 0.88rem);
  color: var(--base-grn);
  margin: 0 0 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#afternoon-tea_cp_2606 .filter-nav {
  width: 96%;
  margin: 0 auto 2rem;
}

#afternoon-tea_cp_2606 .filter-buttons {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

#afternoon-tea_cp_2606 .filter-btn {
  background: var(--base-wht);
  border: 2px solid var(--base-grn);
  color: var(--base-grn);
  padding: 0.5rem .8rem;
  border-radius: 50px;
  font-size: clamp(0.85rem, 1.1vw, .9rem);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  box-shadow: 0 2px 5px rgba(66, 37, 19, 0.05);
}

#afternoon-tea_cp_2606 .filter-btn .emoji {
  font-size: 1.15em;
}

#afternoon-tea_cp_2606 .filter-btn:hover,
#afternoon-tea_cp_2606 .filter-btn.active {
  background: var(--base-grn);
  color: var(--base-wht);
}


/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {

  /*===== common ======*/
  #afternoon-tea_cp_2606 .pc-none {
    display: none;
  }


}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {

  /*===== common ======*/
  #afternoon-tea_cp_2606 .sp-none {
    display: none;
  }

  #afternoon-tea_cp_2606 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    color: var(--base-brn);
    box-sizing: border-box;
  }


  /*====================== main-area =====================*/
  #afternoon-tea_cp_2606 main {
    width: 100%;
    height: auto;
    background: url('../images/bg.webp') repeat;
    background-size: 7%;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 0 0 .3rem;
  }

  #afternoon-tea_cp_2606 .imgbox {
    position: relative;
    z-index: 3;
  }

  #afternoon-tea_cp_2606 .imgbox .bg {
    width: 100%;
    height: 30.6%;
    background: url(../images/bg01.webp) repeat;
    background-size: 7%;
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #afternoon-tea_cp_2606 .imgbox .kv {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  /* ==================== text-area =================== */
  #afternoon-tea_cp_2606 .text-area {
    padding: 1rem 0.5rem;
    text-align: center;
    position: relative;
    z-index: 3;
    background: var(--base-grn);
    color: var(--base-wht);
    font-family: 'Noto Serif JP', serif;
    box-sizing: border-box;
  }

  #afternoon-tea_cp_2606 .lead-area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
  }

  /* ==================== h2 =================== */
  #afternoon-tea_cp_2606 .ttl_h2 {
    position: relative;
    display: block;
    color: var(--base-grn);
    letter-spacing: 0.1em;
    font-family: 'Noto Serif JP', serif;
    z-index: 0;
    border-top: 2px solid var(--base-grn);
    border-bottom: 2px solid var(--base-grn);
    background: var(--base-beg);
    margin: 2rem 0;
  }

  #afternoon-tea_cp_2606 .ttl_h2 span {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0.3rem;
    position: relative;
  }

  #afternoon-tea_cp_2606 .ttl_h2::before {
    position: absolute;
    top: 5px;
    left: -13px;
    margin: auto;
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    border-bottom: 2px solid var(--base-grn);
    border-left: 2px solid var(--base-grn);
    transform: rotate(-135deg);
    transform-origin: center;
  }

  #afternoon-tea_cp_2606 .ttl_h2::after {
    position: absolute;
    top: 5px;
    right: -13px;
    margin: auto;
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    border-bottom: 2px solid var(--base-grn);
    border-left: 2px solid var(--base-grn);
    transform: rotate(45deg);
    transform-origin: center;
  }

  /* ==================== h3 =================== */
  #afternoon-tea_cp_2606 .ttl_h3 {
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 0.5rem;
    color: var(--base-wht);
    letter-spacing: 0.1em;
    font-family: 'Noto Serif JP', serif;
    background: var(--base-grn);
    text-align: left;
    will-change: filter;
    /*  filter: drop-shadow(4px 4px 0 rgba(66, 37, 19, .2));*/
  }

  #afternoon-tea_cp_2606 .contents_bg {
    width: 100%;
    margin: 0 auto;
    background: var(--base-lt-beg);
    border-left: 4px solid var(--base-grn);
    border-right: 4px solid var(--base-grn);
    border-bottom: 4px solid var(--base-grn);
    border-radius: 0 0 30px 30px;
    padding: 0 0.2rem 0.2em;
  }

  #afternoon-tea_cp_2606 .contents_bg .inner {
    width: 98%;
    margin: 0 auto 0.3rem;
    border-left: 2px solid var(--base-grn);
    border-right: 2px solid var(--base-grn);
    border-bottom: 2px solid var(--base-grn);
    border-radius: 0 0 23px 23px;
  }


  /*=================== item-area ===================*/
  #afternoon-tea_cp_2606 .item {
    padding: 0;
    text-align: center;
    min-height: auto;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li {
    width: 100%;
    padding: 0.5rem 0.5rem 0.8rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 0.5rem;
    border: none;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li.bor {
    box-shadow: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li:nth-child(odd) {
    box-shadow: inset -2px 0 0 0 var(--base-grn);
    padding-right: calc(0.5rem + 2px);
  }

  #afternoon-tea_cp_2606 .item-area.clm3 .pic {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    will-change: transform;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li.last {
    display: none;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li.sp-endl {
    border-radius: 0 0 0 20px;
    border-bottom: none;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li.sp-endr {
    border-radius: 0 0 20px 0;
    border-bottom: none;
    box-shadow: none;
  }


  #afternoon-tea_cp_2606 .item-area.clm3 li.bor1 {
    border-bottom: 2px solid var(--base-grn);
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li.sp-bor1 {
    border-bottom: 2px solid var(--base-grn);
  }

  /* #afternoon-tea_cp_2606 .item-area.clm3 li.new::before {
    position: absolute;
    top: 7px;
    left: 9px;
    content: '';
    background: url(../images/new.webp) no-repeat;
    background-size: 80%;
    aspect-ratio: 167 / 66;
    width: 61%;
    height: 66px;
    z-index: 2;
  } */

  /* #afternoon-tea_cp_2606 .item-area.clm3 li.renew::before {
    position: absolute;
    top: 7px;
    left: 9px;
    content: '';
    background: url(../images/re.webp) no-repeat;
    background-size: 80%;
    aspect-ratio: 167 / 66;
    width: 61%;
    height: 66px;
    z-index: 2;
  } */

  #afternoon-tea_cp_2606 .item-area.clm3 li .text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-feature-settings: "palt";
    letter-spacing: .05em;
  }

  #afternoon-tea_cp_2606 .item-area .txt {
    margin-top: .5rem;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 .bg-col.col1,
  #afternoon-tea_cp_2606 .item-area.clm3 .bg-col.sp-endr {
    display: flex;
    justify-content: center;
  }

  #afternoon-tea_cp_2606 .item-area .sp-bg-col {
    background: var(--base-beg) !important;
  }

  #afternoon-tea_cp_2606 .item-area .bg-col {
    background: transparent;
  }

  #afternoon-tea_cp_2606 .item-area .bg-col.none {
    display: none;
  }

  #afternoon-tea_cp_2606 .item-area .bg-col.none::before,
  #afternoon-tea_cp_2606 .item-area .bg-col.none::after {
    content: none;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li.none {
    display: flex;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 {
    width: min(100%, 1200px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    margin: 0 auto;
    background: transparent;
  }

  #afternoon-tea_cp_2606 .item-area li .text {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    gap: 0.5rem;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li.bor .pic {
    width: 100%;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 .pic::before {
    content: '';
    position: absolute;
    top: 73%;
    left: -3%;
    background: url(../images/leaf01.webp) no-repeat;
    background-size: 56%;
    aspect-ratio: 73/ 59;
    width: 73px;
    height: 59px;
    z-index: -1;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 .pic::after {
    content: '';
    position: absolute;
    top: 0;
    right: -14%;
    background: url(../images/leaf03.webp) no-repeat;
    background-size: 56%;
    aspect-ratio: 57/ 68;
    width: 57px;
    height: 68px;
    z-index: -1;
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li .text::before {
    content: '';
    position: absolute;
    top: -3.4rem;
    right: -2.2rem;
    background: url(../images/leaf02.webp) no-repeat;
    background-size: 56%;
    aspect-ratio: 68/ 82;
    width: 68px;
    height: 82px;
    z-index: -1;
  }


  #afternoon-tea_cp_2606 .comment-area {
    margin: 0 -1rem 0;
    position: relative;
  }

  #afternoon-tea_cp_2606 .comment-content {
    width: 87%;
    padding: 1rem;
    overflow: hidden;
    position: relative;
  }

  #afternoon-tea_cp_2606 .comment-area dl dt {
    text-align: center;
  }

  #afternoon-tea_cp_2606 .comment-area dl dt dd {
    font-feature-settings: 'palt'1;
    letter-spacing: 0.05em;
  }

  #afternoon-tea_cp_2606 .comment-area .comment-content {
    grid-template-columns: 1fr;
  }

  #afternoon-tea_cp_2606 .comment-content .comment-txt {
    height: auto;
    overflow: hidden;
    position: relative;
  }

  #afternoon-tea_cp_2606 .sp-readmore-fade {
    background: linear-gradient(to top, var(--base-lt-beg) 15%, rgba(244, 232, 209, 0) 100%);
    display: block;
    position: absolute;
    bottom: 74px;
    left: 0;
    right: 0;
    width: 87%;
    height: 60px;
    margin: 0 auto;
    pointer-events: none;
  }

  #afternoon-tea_cp_2606 .sp-readmore-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin: 15px auto 0;
    padding: 0.55rem 1.5rem;
    background: var(--base-wht);
    border: 2px solid var(--base-grn);
    color: var(--base-grn);
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(66, 37, 19, 0.06);
    font-family: 'Noto Serif JP', serif;
    transition: all 0.2s ease;
  }

  #afternoon-tea_cp_2606 .sp-readmore-btn::after {
    content: '▼';
    font-size: 0.65em;
    display: inline-block;
    transition: transform 0.3s ease;
  }

  #afternoon-tea_cp_2606 .comment-content.is-open~.sp-readmore-btn::after {
    transform: rotate(180deg);
  }

  /* ========= AEM ========= */
  .others {
    padding: 0 0.8rem;
  }


  /*===== animation-area ======*/
  #afternoon-tea_cp_2606 .pic img {
    will-change: transform, filter;
    filter: drop-shadow(4px 4px 0 rgba(66, 37, 19, 0.2));
    aspect-ratio: 1 / 1;
  }

  #afternoon-tea_cp_2606 .c-pic-item {
    position: relative;
    z-index: -1;
  }

  #afternoon-tea_cp_2606 .c-ams {
    width: 100%;
    position: relative;
  }

  #afternoon-tea_cp_2606 .c-mv-ttl {
    position: absolute;
    top: 19%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 45%;
    will-change: transform;
  }

  #afternoon-tea_cp_2606 .c-mv_txt {
    top: 49%;
    left: 1%;
  }


  /*=============== フィルターナビゲーション基本デザイン ==================*/
  #afternoon-tea_cp_2606 .filter-nav {
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 標準の無骨なスクロールバーは非表示にする */
  #afternoon-tea_cp_2606 .filter-nav::-webkit-scrollbar {
    display: none;
  }

  #afternoon-tea_cp_2606 .filter-buttons {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: max-content;
    padding-bottom: 0.5rem;
  }

  #afternoon-tea_cp_2606 .filter-btn {
    padding: 0.4rem 0.5rem;
    white-space: nowrap;
    border: 1px solid var(--base-grn);
  }
}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #afternoon-tea_cp_2606 .text-area {
    padding: 0 1.1rem;
  }

  #afternoon-tea_cp_2606 .contents_bg {
    padding: 0 1.1rem 1.1rem;
  }

  #afternoon-tea_cp_2606 .ttl_h2::after {
    right: calc(-16px);
    height: 65%;
  }

  #afternoon-tea_cp_2606 .ttl_h2::before {
    left: calc(-16px);
    height: 65%;
  }

  #afternoon-tea_cp_2606 .contents_bg .inner {
    border-left: 4px solid var(--base-grn);
    border-right: 4px solid var(--base-grn);
    border-bottom: 4px solid var(--base-grn);
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li.bor1 {
    border-bottom: 4px solid var(--base-grn);
    padding-left: calc(1rem + 4px);
    padding-right: calc(1rem + 4px);
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li.bor {
    box-shadow: inset 4px 0 0 0 var(--base-grn), inset -4px 0 0 0 var(--base-grn);
  }

  #afternoon-tea_cp_2606 .filter-nav {
    width: 100%;
  }

}

@media screen and (min-width: 737px) and (max-width: 1023px) {
  #afternoon-tea_cp_2606 .text-area {
    padding: 0 1.7%;
  }

  #afternoon-tea_cp_2606 .contents_bg {
    padding: 0 1.7% 1.7%;
  }

  #afternoon-tea_cp_2606 .ttl_h2::after {
    right: calc(-16px);
    width: 4%;
    height: 70%;
    border-bottom: 3px solid var(--base-grn);
    border-left: 3px solid var(--base-grn);
  }

  #afternoon-tea_cp_2606 .ttl_h2::before {
    left: calc(-16px);
    width: 4%;
    height: 70%;
    border-bottom: 3px solid var(--base-grn);
    border-left: 3px solid var(--base-grn);
  }

  #afternoon-tea_cp_2606 .contents_bg .inner {
    border-left: 3.5px solid var(--base-grn);
    border-right: 3.5px solid var(--base-grn);
    border-bottom: 3.5px solid var(--base-grn);
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li.bor1 {
    border-bottom: 3.5px solid var(--base-grn);
  }

  #afternoon-tea_cp_2606 .item-area.clm3 li.bor {
    box-shadow: inset 3.5px 0 0 0 var(--base-grn), inset -3.5px 0 0 0 var(--base-grn);
    padding-left: calc(1rem + 3.5px);
    padding-right: calc(1rem + 3.5px);
  }

  #afternoon-tea_cp_2606 .ttl_h2 {
    border-top: 3px solid var(--base-grn);
    border-bottom: 3px solid var(--base-grn);
  }

}