@charset "utf-8";

/* CSS Document */

/*===============================================
●共通
===============================================*/
:root {
  --main_text-col: #512d19;
  --sub_text-col: #fff;
}

/*===== common ======*/
#yoshi_cp_2605 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#yoshi_cp_2605 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#yoshi_cp_2605 :is(ul, ol, li, dl, dt, dd) {
  list-style: none;
  padding: 0;
  margin: 0;
}

#yoshi_cp_2605 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#yoshi_cp_2605 img {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
  object-fit: cover;
}

#yoshi_cp_2605 {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#yoshi_cp_2605 .kv {
  position: relative;
  overflow-x: hidden;
}

#yoshi_cp_2605 .kv_ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: transform;
}

div#contents {
  background: url(../images/bg.webp) no-repeat;
  width: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#yoshi_cp_2605 .top_bg {
  background: url(../images/top_bg.webp) no-repeat;
  background-size: 100% 100%;
  background-position: top;
  width: 100%;
  height: 100%;
}

#yoshi_cp_2605 .a-btn {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem 1.7rem;
  margin: 0 auto;
  width: 100%;
}

#yoshi_cp_2605 .a-btn .hov {
  will-change: transform;
  position: relative;
}

#yoshi_cp_2605 .a-btn .hov img {
  filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, .4));
  will-change: filter;
}

#yoshi_cp_2605 .a-btn .hov .btn-txt {
  position: absolute;
  bottom: 0;
  top: 90%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}


/* =========================== kome関連 ========================== */
#yoshi_cp_2605 .kome::before {
  content: '\203b';
}

#yoshi_cp_2605 .kome {
  text-align: right;
  padding: 0 1.5rem 2rem;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.85vw, 0.9rem);
}

#yoshi_cp_2605 .kome.rt {
  position: absolute;
  bottom: -10%;
  right: 0;
  left: 0;
  margin: auto;
  color: var(--main_text-col);
  z-index: 1;
  text-align: center;
  text-shadow: 3px 3px 3px #f4fcdb,
    -3px -3px 3px #f4fcdb,
    -3px 3px 3px #f4fcdb,
    3px -3px 3px #f4fcdb,
    3px 0px 3px #f4fcdb,
    -3px 0px 3px #f4fcdb,
    0px 3px 3px #f4fcdb,
    0px -3px 3px #f4fcdb;
}

#yoshi_cp_2605 .kome.rt:empty {
  display: none;
}

#yoshi_cp_2605 .txt-grp .txt-wrap .kome.cen {
  font-size: clamp(.9rem, 1.6vw, 1.2rem);
  font-weight: 600;
}

#yoshi_cp_2605 .kome_area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
}

#yoshi_cp_2605 .kome_area.dish {
  position: relative;
  top: 1.5rem;
  left: 0;
  padding: 0;
}

#yoshi_cp_2605 .kome_area .kome {
  text-align: left;
  padding: 0;
  color: var(--main);
}

#yoshi_cp_2605 .kome_area.coll .kome {
  color: var(--main_text-col);
  padding-left: 2.5rem;
}

#yoshi_cp_2605 .kome_area.wrap {
  position: relative;
  padding: 0.5rem 0 1rem;
}

#yoshi_cp_2605 .kome.cen {
  text-align: center;
  padding: 0;
}

#yoshi_cp_2605 .txt-grp:has(.kome.cen:empty) {
  margin-bottom: 0;
  padding-bottom: 0;
}

#yoshi_cp_2605 .kome.cen:empty {
  display: none;
}

#yoshi_cp_2605 .kome.cen.fst {
  padding: 0;
}

#yoshi_cp_2605 .wid {
  width: 100.18%;
}

#yoshi_cp_2605 .inner {
  width: 499px;
  max-width: 100%;
}

/* =========================== dish ========================== */
#yoshi_cp_2605 .txt-grp {
  position: relative;
}

#yoshi_cp_2605 .txt-grp .txt-wrap {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: clamp(.9rem, 1.6vw, 1.2rem);
  font-weight: 600;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  column-gap: 1rem;
  font-feature-settings: "palt";
  width: 90%;
}

#yoshi_cp_2605 .txt-grp .txt-wrap.item-name {
  top: 42%;
}

#yoshi_cp_2605 .txt-grp .txt-wrap.item-name {
  grid-template-columns: 1fr;
  justify-items: left;
  width: 100%;
  padding: 1.7rem;
}

#yoshi_cp_2605 .txt-grp .txt-wrap .txt-cen,
#yoshi_cp_2605 .txt-grp .txt-wrap ul {
  grid-column: -1/1;
}

#yoshi_cp_2605 .txt-wrap .txt-left::before {
  content: "●";
}

#yoshi_cp_2605 .txt-grp .txt-wrap.bach {
  top: 32%;
}

#yoshi_cp_2605 .h3-grp h3 {
  width: 60%;
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  margin: auto;
}

#yoshi_cp_2605 .txt-grp .txt-wrap dl:not(.inner) {
  display: flex;
}

#yoshi_cp_2605 .txt-grp .txt-wrap .lt {
  justify-self: end;
}

#yoshi_cp_2605 .txt-grp .txt-wrap .rt {
  justify-self: start;
}

#yoshi_cp_2605 .txt-grp .txt-wrap .inner div {
  display: flex;
}

#yoshi_cp_2605 .text {
  background: #fff;
  width: 100%;
  padding: 0 1.5rem;
  font-weight: 500;
}

#yoshi_cp_2605 .text ul {
  background: #dff2fc;
  padding: 1rem;
}

#yoshi_cp_2605 .text ul li::before {
  content: "・";
}

#yoshi_cp_2605 .note {
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

#yoshi_cp_2605 .note li::before {
  content: '\203b';
  /* 「※」をUnicodeで指定 */
}


/* ======================== btn ====================== */

#yoshi_cp_2605 .top-btn,
#yoshi_cp_2605 .btn_area {
  position: relative;
}

#yoshi_cp_2605 .btn_area .btn {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 87%;
  margin: 0 auto;
  will-change: transform;
  z-index: 3;
}

#yoshi_cp_2605 .top-btn .btn {
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 87%;
  margin: 0 auto;
  will-change: transform;
  z-index: 3;
}

#yoshi_cp_2605 .pin ul li {
  margin-left: 25px;
}

#yoshi_cp_2605 .ad-btn {
  background: #fff;
}

#yoshi_cp_2605 .dish .ad-btn {
  background: #fff;
  width: 99.9%;
}

/*====== accordionボタン =====*/
#yoshi_cp_2605 .accordion {
  background: url(../images/dish/img07.webp)repeat;
  background-position: top;
  background-size: 100%;
  width: 99.9%;
  height: auto;
  object-fit: cover;
}

#yoshi_cp_2605 .toggle {
  display: none;
}

#yoshi_cp_2605 .title,
#yoshi_cp_2605.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

#yoshi_cp_2605 .option {
  position: relative;
  margin: 0 auto;
  width: 95%;
}

#yoshi_cp_2605 .title {
  background: #502d19;
  border-radius: 50px;
  padding: 1.8rem 2rem;
  display: block;
  cursor: pointer;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  top: 16px;
}

#yoshi_cp_2605 .title::before {
  content: ' ';
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url('../images/dish/icon.webp');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: all 0.3s;
  margin: auto;
  will-change: transform;
}

#yoshi_cp_2605 .title span {
  display: block;
  width: 50%;
  margin: 0 auto;
}

#yoshi_cp_2605 .content {
  max-height: 0;
  overflow: hidden;
}

#yoshi_cp_2605 .content ul {
  width: 86%;
  margin: 1rem auto 0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 1.5rem 0 0;
}

#yoshi_cp_2605 .content ul li::before {
  display: inline-block;
  position: relative;
  content: '';
  left: -8px;
  top: -3px;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: #313131;
}

#yoshi_cp_2605 .toggle:checked+.title+.content {
  max-height: 1000px;
  transition: all 0.3s;
}

#yoshi_cp_2605 .toggle:checked+.title::before {
  transform: rotate(134deg) !important;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {

  /*common*/
  #yoshi_cp_2605 .pc-none {
    display: none;
  }

  #yoshi_cp_2605 .ad_area .ad-btn img,
  #yoshi_cp_2605 .btn_area .btn img,
  #yoshi_cp_2605 .top-btn img,
  #yoshi_cp_2605 .a-btn .hov img {
    transition: all 0.3s ease-in-out;
  }

  #yoshi_cp_2605 .btn_area .btn img:hover,
  #yoshi_cp_2605 .top-btn .btn img:hover {
    transform: scale(1.02);
    filter: none;
    opacity: 1;
  }

  #yoshi_cp_2605 .a-btn .hov img:hover {
    transform: scale(1.015);
    filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, .4));
    will-change: filter;
  }

  #yoshi_cp_2605 .top-btn .btn img:active,
  #yoshi_cp_2605 .btn_area .btn img:active,
  #yoshi_cp_2605 .a-btn .hov img:active {
    transform: scale(1);
    filter: none;
    transition: all 0.05s;
  }

  #yoshi_cp_2605 .ad_area .ad-btn img:hover {
    opacity: .7;
  }

  #yoshi_cp_2605 .pin {
    background-color: #fff;
    padding: 20px 20px 5%;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #yoshi_cp_2605 .inner .pin {
    width: 99.99%;
  }

  .ly-contents-area {
    padding: 10px 0 0;
  }
}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {

  /*common*/
  #yoshi_cp_2605 .sp-none {
    display: none;
  }

  #yoshi_cp_2605 {
    width: 100%;
    overflow: hidden;
  }

  #yoshi_cp_2605 .txt-grp .txt-wrap {
    top: 19%;
    width: 100%;
  }

  #yoshi_cp_2605 .txt-grp .txt-wrap.item-name {
    padding: 1rem;
  }

  #yoshi_cp_2605 .kome_area.dish {
    top: 1rem;
  }

  #yoshi_cp_2605 .txt-grp .txt-wrap dl {
    justify-content: center;
  }

  #yoshi_cp_2605 .note {
    padding: 1rem;
    font-size: 0.75rem;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.01em;
  }

  #yoshi_cp_2605 .text {
    padding: 0 4.9vw;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }

  #yoshi_cp_2605 .pin {
    background-color: #fff;
    padding: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #yoshi_cp_2605 .kome {
    padding: 0 1rem 1rem;
    font-feature-settings: 'palt';
    letter-spacing: 0.02em;
    text-align: left;
  }

  #yoshi_cp_2605 .title {
    padding: 1.5rem 2rem;
  }

  #yoshi_cp_2605 .title::before {
    width: 20px;
    height: 20px;
  }

  #yoshi_cp_2605 .a-btn .hov img:active,
  #yoshi_cp_2605 .btn img:active,
  #yoshi_cp_2605 .top-btn .btn img:active {
    transform: scale(0.96);
    filter: brightness(0.9);
    transition: transform 0.1s;
  }

}