@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);
}

/* ================================= */
/* hikaku */
/* ================================= */
#souzai_hikaku .backImg {
  background-image: linear-gradient(90deg, rgba(113, 246, 127, 1), rgba(39, 197, 240, 1));
  opacity: 0.5;
}

.souzai_hikakuBox {
  background-image: url(/image/souzai-hikaku/souzai-hikaku-bg.jpg);
}

#souzai_hikaku .report h2 {
  color: var(--deli-delicolor);
  border-bottom: none;
  padding-bottom: 0;
}

.souzai_hikaku h3 {
  background-color: var(--deli-delicolor);
}

#souzai_hikaku h6 {
  background-color: var(--deli-delicolor);
}

#souzai_hikaku h6:after {
  border-color: var(--deli-delicolor) transparent transparent transparent;
}

/* table */
#souzai_hikaku .table-scroll {
  margin: 16px auto 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#souzai_hikaku table {
  width: 150%;
  overflow-x: scroll;
}

#souzai_hikaku table,
#souzai_hikaku td,
#souzai_hikaku th {
  border: 2px solid #c7c7c7;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
}

#souzai_hikaku td,
#souzai_hikaku th {
  padding: 4px 8px 8px;
}

#souzai_hikaku th {
  text-align: center;
}

table .koumoku th {
  background: #f8f079;
  vertical-align: middle;
}

#souzai_hikaku table p {
  font-weight: 500;
}

.table_service {
  width: 182px;
  text-align: center;
  align-items: center;
}

.table_serviceBg {
  background-color: #fefcee;
  padding-top: 10px;
}

.table_serviceBg p {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600 !important;
}

.table_pack {
  width: 134px;
}

.table_hozon {
  width: 152px;
}

.table_tenka {
  width: 160px;
}

.table_plan {
  width: 270px;
}

.table_menu {
  width: 164px;
}

.table_planTxt {
  font-size: 18px;
  font-weight: 600 !important;
  margin-top: 8px;
}

.table_planTxt span {
  font-weight: 400;
  font-size: 16px;
}

.table_planKakaku {
  font-size: 21px;
  color: var(--deli-maincolor);
  font-weight: 600 !important;
  margin-top: 10px;
}

.table_planSoryo {
  margin-top: 12px;
  text-indent: -50px;
  padding-left: 50px;
}

/* 120広告 */
.table_btn a {
  margin-top: 16px;
  display: inline-block;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  line-height: 1.3;
  padding: 16px;
  background-color: #21b167;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
}

.table_bnr a img {
  margin-top: 24px;
  width: 120px;
  height: 60px;
  object-fit: contain;
  box-shadow: var(--box-shadow);
}

@media (hover: hover) and (pointer: fine) {
  .table_btn a:hover {
    color: #fdff6b;
    background-color: #30ea8a;
    transition: 0.2s;
  }

  .table_bnr a:hover {
    opacity: 0.6;
    transition: 0.2s;
  }
}

/* 盛り付けイメージのtable */
#taste ul,
#osusume ul {
  margin-left: 24px;
  font-weight: 500;
  padding-top: 8px;
  line-height: 1.6;
}

#taste ul li,
#osusume ul li {
  list-style: disc;
  margin-bottom: 12px;
}

#system .table_serviceBg,
#system .table_service,
#taste .table_serviceBg,
#taste .table_service {
  width: 90px;
}

#osusume .table_serviceBg,
#osusume .table_service {
  width: 140px;
}

#osusume .table_osusume {
  width: calc(100% - 140px);
}

#taste .table_dish {
  width: 120px;
}

#taste .table_img img {
  width: 120px;
}

.table_imgTap {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

/* おすすめ層 */
#osusume .table-scroll {
  overflow-x: visible;
}

#osusume table {
  width: 100%;
  overflow-x: visible;
}

/* PC */
@media only screen and (min-width: 1178px) {
  #souzai_hikaku table {
    width: 100%;
    overflow-x: visible;
  }

  #taste .table_serviceBg {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 40px;
    text-align: center;
    vertical-align: middle;
  }

  #taste .table_service {
    width: 40px;
    writing-mode: vertical-rl;
  }
}

/* ================================= */
/* モーダル画像 */
/* ================================= */
.table_img {
  position: relative;
}

.table_img::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background-image: url(/image/souzai-hikaku/modal.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.table_imgModal {
  display: block;
  margin-top: 16px;
  border-radius: 15px;
  width: 134px;
}

@media (hover: hover) and (pointer: fine) {

  .table_img:hover,
  .table_imgModal:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s;
  }
}

#souzai_hikaku .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 80px 16px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* モーダル内の画像 */
.modal-content {
  display: block;
  margin: auto;
  max-width: 640px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}