﻿/* === design skin === */


/* <-- table basic */

.eci-table-basic table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.eci-table-basic table tr {
    border-bottom: solid 1px #eee;
    /* cursor: pointer; */
}

.eci-table-basic th {
    text-align: left;
    padding: 15px 10px;
    font-size: 80%;
}

.eci-table-basic td {
    text-align: left;
    padding: 15px 20px !important;
    border: 0 !important;
}

.eci-page-onecolumn .eci-table-basic table tr {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 768px) {
    .eci-page-onecolumn .eci-table-basic table tr {
        width: 46%;
    }

    .eci-smp-two-column-table tr {
        display: inline-block;
        width: 46%;
        white-space: nowrap;
        overflow: hidden;
    }
}


/* table basic --> */


/* table simple --- start */

.eci-table-simple td:nth-of-type(1) {
    width: 120px;
    background-color: #fcfcfc;
}

.eci-table-simple table,
.eci-table-simple th,
.eci-table-simple tr,
.eci-table-simple td {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 10px;
}


/* table simple --- end */


/* デザイン制御用 */

.eci-hide {
    display: none;
}

.eci-bar-img-text {
    grid-template-columns: 30% 70% !important;
}

.eci-no-wrap {
    flex-wrap: nowrap !important;
}

.eci-no-wrap .wp-block-column {
    padding: 5px;
}

.wp-block-columns.eci-no-wrap {
    flex-wrap: nowrap !important;
}

.wp-block-cover,
.wp-block-cover-image {
    padding: 0px !important;
}

.eci-inner-width-420 .wp-block-cover__inner-container {
    max-width: 420px;
}

.eci-center {
    margin: auto !important;
    text-align: center;
}

.eci-top-bottom-line {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.eci-width-100 {
    width: 100% !important;
}

.eci-text-size-90 {
    font-size: 90%;
}

.eci-text-size-80 {
    font-size: 80%;
}


/* キャッチ文言 START */

.eci-text-catch,
.eci-text-catch-kaimono,
.eci-text-catch-yomimono,
.eci-text-catch-recipe {
    position: relative;
}

.eci-text-catch a,
.eci-text-catch-kaimono a,
.eci-text-catch-yomimono a,
.eci-text-catch-recipe a {
    border: 1px solid silver;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

.eci-text-catch-kaimono a:before,
.eci-text-catch-yomimono a:before,
.eci-text-catch-recipe a:before {
    content: '';
    display: inline-block;
    position: relative;
    height: 22px;
    width: 22px;
    background-size: contain;
    top: 6px;
    margin-right: 4px;
}

.eci-text-catch-kaimono a:before {
    background-image: url(../images/kago.png);
}

.eci-text-catch-yomimono a:before {
    background-image: url(../images/yomimono.png);
}

.eci-text-catch-recipe a:before {
    background-image: url(../images/dashi.png);
}


/* キャッチ文言 END */

.eci-text-midashi {
    margin-bottom: 1.3em;
    font-size: 90%;
    line-height: 1.5em;
    font-weight: 200;
}

.eci-text-midashi * {
    line-height: 1.5em;
    font-weight: 200;
}

.eci-text-bar {
    margin-bottom: 1.3em;
    font-size: 90%;
    font-weight: normal;
    padding: 14px 10px;
    background: #eeeeee;
}

.eci-link-text-basic a {
    text-decoration: none;
    color: black;
}

@media (min-width:769px) {
    .eci-link-text-basic a:hover {
        opacity: 0.5;
    }
}

.eci-logo-left img {
    margin-left: 10px;
}

.eci-logo img,
.eci-logo-left img {
    margin-top: 7px;
}

.eci-img-round-max img {
    border-radius: 9999px;
}

.eci-img-round-5 img {
    border-radius: 5px;
}


/* デバイス別表示 */

@media (min-width:769px) {
    .eci-smp-only {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .eci-pc-only {
        display: none !important;
    }

    .eci-logo img,
    .eci-logo-left img {
        max-width: 140px !important;
        max-height: 42px !important;
        object-fit: contain;
    }
}