main {
    background-image: url('https://ebisusushi.jp/wp-content/themes/ebisusushi/images/top/menu_back_pc.webp');
    background-size: cover;
    background-position: center;
    background-color: #000;
    padding: 100px 0;
}

figure img {
    object-fit: contain !important;
    aspect-ratio: 16 / 9;
    max-height: 500px;
    height: auto;
}

article {
    width: min(90%, 1200px);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
}
section {
    padding: 40px 0 !important;
}
.news-ttl {
    font-size: 40px;
    color: #0A093A;
    border-left: 10px solid #0A093A;
    padding-left: 30px;
    font-weight: 600;
}
.news-ttl span {
    font-weight: normal !important;
    font-size: 28px;
    padding-left: 30px;
}
.text-on-img {
    width: 400px;
    aspect-ratio: 2 / 1 ;
    font-size: 2rem;
    color: #FFF;
    font-weight: bold;
    background-image: url("../img/page-title-back-01.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.text-on-img > h1 {
    font-weight: 500 !important;
    font-size: 1rem !important;
}

.news-title-container {
    border-bottom: 2px solid #0A093A;
    padding-bottom: 10px;
}

h3 {
    color: #0A093A;
    text-align: center;
    font-size: 1.3rem;
}

.news-title-container > div {
    display: flex;
    justify-content: space-between;
}

time {
    color: #0A093A;
}

.category {
    background-color: #0A093A;
    color: #fff;
    border-radius: 15px;
    padding: 4px 10px;
    font-size: 0.8rem;
}

.news-back-container {
    margin-top: 20px;
}

.news-back-container p a{
    color: #0A093A;
}
.news-content-container .wp-block-paragraph:not(:last-child) {
    margin-bottom: 30px;
}
.news-content-container a{
    color: #249dda;
    transition: all 0.3s;
}
.news-content-container a:hover{
    opacity: 0.6;
}
.css-ekq38o {
    border: none !important;
}
@media (max-width: 768px) {
    article {
        padding: 20px;
    }
    section {
        padding: 20px 0 !important;
    }
    main {
        padding: 80px 0;
    }
    .news-ttl {
        padding-left: 15px;
        font-size: 32px;
    }
    .news-ttl span {
        font-size: 20px;
    }
    .ttl {
        margin-bottom: 30px;
        text-align: left;
    }
    .news-content-container .wp-block-paragraph:not(:last-child) {
        margin-bottom: 20px;
    }
}
