@charset "utf-8";

:root {
  --deli-commoncolor: #171717;
  --deli-maincolor: #f36440;
  --deli-subcolor: #fff537;
  --deli-backcolor: #fcf8b7;
  --deli-oisixcolor: #006d32;
  --deli-noshcolor: #5db534;
  --deli-greencolor: #009781;
  --deli-radishcolor: #0f4f3d;
  --deli-fitdishcolor: #ee5121;
  --deli-delicolor: #c4305c;
  --deli-tsukuriokicolor: #f5732d;
  --deli-moviecolor: #7f0019;
  --box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

/* ====================================== */
/* acai-bowl */
/* ====================================== */
#acai-bowl .backImg {
  background: #ffdce6;
  opacity: 1;
}

.acai-bowlBox {
  background-image: url(/image/acaibowl/acai-bowl.webp);
}

.acai-bowl h3 {
  background-color: var(--deli-delicolor);
}

.acai-bowl h6 {
  border-radius: 50px;
  background: #df4cbd;
  padding: 6px 28px 10px;
}

.acai-bowl h6:after {
  border-color: #df4cbd transparent transparent transparent;
}

.acai_flex {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-direction: column;
}

.acai_flex img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}

.pickupTtl {
  color: var(--deli-fitdishcolor);
}

.pickupTtl::after,
.pickupTtl::before {
  background-color: var(--deli-fitdishcolor);
}

.img_flex {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.img_flex img {
  display: block;
  width: 50%;
  border-radius: 10px;
}

/* PC */
@media only screen and (min-width: 670px) {
  .acai_flex {
    flex-direction: row;
  }

  .acai_flex p {
    width: calc(100% - 144px);
  }

  .acai_flex img {
    width: 120px;
    height: 120px;
  }
}

.img-acaibowl {
  display: block;
  margin: 24px auto;
  max-width: 480px;
  height: 240px;
  object-fit: cover;
}

.ctt_Lst {
  display: flex;
  flex-direction: column;
  padding: 19px 16px 12px 40px;
  border: solid 2px #df4cbd;
  border-radius: 8px;
}

.ctt_Lst li {
  font-size: 18px;
  font-weight: 500;
  list-style: disc;
  line-height: 1.4;
  margin-bottom: 12px;
}

.ctt_Lst li span {
  color: #df4cbd;
  font-weight: bold;
}

.ctt_lst2 {
  padding: 16px 16px 3px 40px;
}

.ctt_lst2 li {
  font-size: 16px;
}

/* 表 */
.faq1_tbl {
  max-width: 480px;
  margin: 0 auto;
}

.faq1_tbl tr th,
.faq1_tbl tr td,
.faq3_tbl tr th,
.faq3_tbl tr td {
  font-size: 16px;
  line-height: 1.5;
}

.faq1_tbl tr th,
.faq3_tbl tr th {
  text-align: center;
  vertical-align: middle;
}

.faq1_tbl tr td {
  text-align: right;
}

.faq3_tbl {
  width: 100%;
}

.faq3_tbl .th01 {
  width: 64px;
}

.faq3_tbl .th02 {
  width: 180px;
}

.faq3_tbl .th03 {
  width: 140px;
}

.faq3_tbl .th04 {
  width: 64px;
}

.faq3_tbl .txtCenter {
  vertical-align: middle;
  color: #df4cbd;
  font-size: 20px;
}

@media only screen and (max-width: 670px) {
  .table-scroll {
    margin: 16px auto 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .faq3_tbl {
    width: 480px;
  }
}

/* icon */
.fa-solid {
  margin-left: 4px;
  font-size: 12px;
}

/* ado --------------------- */
.oisixkit-float125 {
  width: 125px;
  height: 125px;
}

@media (hover: hover) and (pointer: fine) {
  .oisixkit-float125 a:hover {
    opacity: 0.5;
    transition: 0.2s;
  }
}