@charset "UTF-8";

/*!
Theme Name: k-zukan
Template: cocoon-master
*/

/************************************
/*必要ならばここにコードを書く*/
body {
  background-color: #D8EBF1;
  background-image: url("images/bg-base.png");
  background-blend-mode: soft-light;
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  color: #000;
}
a:where(:not(.wp-element-button)){
  text-decoration: unset;
}
* a:hover {
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.8;
}
.tagline {
  margin: 0 !important;
}
.breadcrumb {
  font-size: 15px;
  color: #000;
}
.breadcrumb a {
  color: #000;
  text-decoration: underline;
}


.flex {
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
}
.just-center {
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.item-center {
  align-items: center;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-m1 {
  margin-right: 0.5rem;
}
.ml-1 {
  margin-left: 1rem;
}
.fit-content {
  height: fit-content;
}



header.article-header {
    margin-top: 20px;
}
header div.header-in.cf {
    flex-direction: row;
    align-items: center;
}
.logo.logo-header.logo-image {
    text-align: left;
    width: 300px;
    margin-right: 50px;
}
.logo.logo-header.logo-image a {
    padding: 0;
}
div.header-container {
    padding: 10px 0;
}
.header-extra-links a {
    color: #27ACD8;
    font-weight: 700;
    margin-right: 30px;
    font-size: 16px;
}
.content-in {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.footer-image {
  margin-top: 4em;
}
.footer {
  margin-top: 0;
}
.footer-bottom {
    margin-top: 0;
}
.logo-footer {
    width: 300px;
}
.logo-footer a {
    padding: 0;
}
.footer-bottom-list {
    display: flex;
    font-size: 14px;
    font-family: Noto Sans JP, sans-serif;
    margin-top: 1em;
}
.footer-bottom-list .pre {
    white-space: pre-line;
    margin: 0 5em;
    line-height: 30px;
}
.footer-bottom-list> div > a,
.footer-bottom-content a {
    color: #000;
    text-decoration: underline;
}
.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    float: none;
    text-align: start;
    margin-top: 2em;
    border-top: 1px solid #D8EBF1;
    font-family: Noto Sans JP, sans-serif;
}
.sidebar {
  width: 25%;
}
.main {
  width: 75%;
  background: none;
  padding-top: 0;
}
.main-in {
    text-align: center;
    position: relative;
}
h1.main-title {
    /* background: #e8f2f5;
    width: 260px;
    height: 130px;
    border-radius: 0 0 260px 260px; */
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.top-img {
    width: -webkit-fill-available;
}
.nami {
    position: absolute;
    width: calc(100 / 980 * 100%);
    height: 70px;
    bottom: -20px;
    right: -20px;
    overflow: hidden;
    z-index: 5;
}
.nami span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(100% + 35px);
    background-image: url(../k-zukan/images/wave2.png);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 35px auto;
    animation: namiKvAnime 1.5s linear infinite;
    -webkit-animation: namiKvAnime 1.5s linear infinite;
}
@keyframes namiKvAnime {
    0% {
        transform: translate3d(-35px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

section.latest-posts {
    margin-top: 50px;
}
section.latest-posts h2,
section.news-list h2,
.child-category-item h2,
.single-detail-top,
.index-list h2{
    color: #000;
    border-bottom: 2px solid #D8EBF1;
    margin: 20px 0 30px;
    padding-bottom: 4px;
    font-size: 25px;
}
.single-detail-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-detail-top h1 {
    font-size: 25px;
}
.single-detail-top p.news-date {
    font-size: 16px;
}
section.latest-posts h2 img,
.child-category-item h2 img,
h1.detail-entry-title img {
    width: 38px;
}
.category-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}
.category-item {
    width: auto;
    height: auto;
}
.category-item a {
    color: #23262F;
    font-weight: 700;
}
.category-item a img {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.category-description,
.child-post-item a p {
    text-align: center;
    line-height: 1.4em;
    margin-top: 14px;
}
span.category-name {
    font-size: 16px;
    font-weight: 400;
}
section.news-list ul {
    list-style-type: none;
}
section.news-list ul li {
    border-bottom: 2px solid #D8EBF1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
span.news-date {
    margin-right: 30px;
}
.news-list ul li a {
    font-weight: 700;
    color: #27ACD8;
}
p.news-link {
    display: flex;
    justify-content: right;
    margin-top: 30px;
}
p.news-link a,
.footer-bottom-list> div > button,
button.print-button {
    display: flex;
    align-items: center;
    color: #000;
    background: #D4B831;
    border-radius: 20px;
    border: 2px solid #000;
    padding: 2px 14px;
    font-size: 14px;
    font-weight: 700;
}
.footer-bottom-list> div > button {
    padding: 0.5em 4em;
    margin-top: 10px;
}
.footer-bottom-list> div > button:hover,
button.print-button:hover {
    background: #00254B;
    color: #fff;
    cursor: pointer;
}
button.print-button {
    height: fit-content;
    padding: 0.5em 1.5em;
    box-shadow: 0 3px 0;
}


.sidebar.cf {
    padding: 0;
}
.sidebar-head {
    background: #27ACD8;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    align-items: center;
}
.sidebar-head h3 {
    margin: 0;
    background: none;
    color: #fff;
    padding: 4px;
    font-size: 20px;
}
.sidebar-head img {
    width: 70px;
    margin-top: 3px;
}
form.search-box {
    margin: 1.5em 1em;
    font-family: Noto Sans JP, sans-serif;
}
button.search-submit {
  color: #2C678B;
}
div#sidebar-scroll {
    padding: 0 1em 1em;
}
h3.widget-title img.icon {
    width: 40px;
    vertical-align: baseline;
    margin-right: 4px;
}
h3.widget-title img.icon.b {
    vertical-align: bottom;
}
h3.widget-title {
    background: none;
    border-bottom: 1px solid #D8EBF1;
    color: #000;
    font-size: 20px;
    padding: 0 10px 5px 0;
}
.custom-taxonomy-widget {
    margin-bottom: 2em;
}
.inner-box.line-box {
    border: 1px solid #2C678B;
    height: 450px;
    border-radius: 8px;
    overflow-y: auto;
    padding: 10px;
    font-family: Noto Sans JP, sans-serif;
}
.inner-box a {
    color: #000;
    font-size: 16px;
    margin-right: 10px;
    font-family: Noto Sans JP, sans-serif;
    white-space: nowrap;
}
.inner-box a.pre {
    white-space: pre;
}
.ingredient-list,
.ingredient-list a {
    font-size: 16px;
    color: #000;
}
.ingredient-block > div > a {
    color: #000;
}
ul.child-terms {
    list-style-type: none;
    padding-left: 16px;
    line-height: 22px;
    margin-bottom: 6px;
}
.ingredient-items {
  line-height: 26px;
}



section.category-header {
    position: relative;
}
section.category-header h1 {
    position: absolute;
    background: #ffffffe0;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 1em;
    text-align: center;
}
section.category-header h1 span {
    font-weight: 400;
    font-size: 20px;
    margin-right: 10px;
}
section.category-header img {
    width: 100%;
    aspect-ratio: 3 / 1;
    object-fit: cover;
    border-radius: 1em;
}
.child-categories {
    margin: 3em 0;
}
.child-category-item {
    margin: 1em 0 2em;
}
.child-category-description {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3em;
}
.child-post-item a {
    color: #23262f;
    font-weight: 700;
}
.child-post-item a img {
    border-radius: 1em;
}
.no-lists {
    white-space: nowrap;
    margin-bottom: 3em;
}

h1.detail-entry-title {
    display: flex;
    align-items: end;
}
.sub-tags {
    margin-left: 16px;
}
.sub-tags .entry-categories-tags {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}
.sub-tags p {
    color: #23262F;
    margin-bottom: 0;
}
.detail-top {
    margin: 1em 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1.5em;
    position: relative;
}
.detail-top .eye-catch-wrap,
img.entry-eye-catch-image {
    width: 50%;
    display: flex;
    align-items: center;
}
.detail-top .eye-catch-wrap .eye-catch,
img.entry-eye-catch-image {
    border: 1px solid #ddd;
}
.detail-top .eye-catch-wrap .eye-catch {
    margin-bottom: 0;
}
.detail-top .taxonomies-block {
    width: 47%;
}
.detail-top> div>div > h3 {
    border: none;
    font-size: 18px;
    padding: 0 0 10px;
    color: #D4B831;
    margin: 0;
}
.detail-top .taxonomies-block .taxonomy-item,
.detail.entry-content.cf h2,
.single-detail h2 {
    border-bottom: 2px solid #D8EBF1;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
}
.detail-top>div .taxonomy-item h3 {
    padding: 0;
}
.taxonomy-item.head-field .tax-list {
    line-height: 1.5em;
}

.tax-list {
  margin-left: 1rem;
  line-height: 1.3em;
}
.tax-list a {
    color: #27ACD8;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}
.tax-list p {
    margin-bottom: 0;
}
.detail.entry-content.cf {
  margin: 3em 0 1em;
  border-bottom: 2px solid #D8EBF1;
}
.detail.entry-content.cf * {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.detail.entry-content.cf * * {
    line-height: 20px;
    margin: 0;
}
.detail.entry-content.cf h2,
.detail.entry-content.cf h2 * {
    background: none;
    padding: 1rem 0;
    margin-top: 1.5em;
    font-size: 20px;
}
.detail.entry-content.cf h3,
.single-detail h3 {
    margin-top: 2em;
    margin-bottom: 1.62em;
    border-left: 5px solid #27ACD8;
    border-top: 0px;
    border-bottom: 2px solid #D8EBF1;
    padding: 0.5rem 1rem;
    color: #27ACD8;
    font-size: 18px;
}
.detail.entry-content.cf h3 * {
    font-size: 18px;
}
.detail.entry-content.cf h4,
.detail.entry-content.cf h4 *,
.detail.entry-content.cf h5,
.detail.entry-content.cf h5 * {
    margin: 2em 0 1em;
    border-color: #d8ebf1;
}
.detail.entry-content.cf h4 {
    background: #f3fafe;
}
.detail.entry-content.cf rt {
    font-size: 65%;
}
.detail.entry-content.cf figure {
    margin: 2em auto;
    display: flex;
    width: fit-content;
    position: relative;
}
.detail.entry-content.cf figure img {
    margin: 0 auto;
}
.detail.entry-content.cf figure.wp-block-image figcaption {
    position: absolute;
    bottom: 0;
    padding: 1em;
    color: #fff;
    text-align: center;
    width: 100%;
}
.single-detail p {
    margin-bottom: 2em;
    font-size: 16px;
}
main.single-detail figure {
  display: flex;
  justify-content: center;
}
.foot-print {
    display: flex;
    justify-content: right;
}
.detail.entry-content.cf a {
    color: #27ACD8;
    font-weight: 700;
    text-decoration: underline;
}
.detail.entry-content.cf table tbody tr td {
    background: #fff;
}
.detail.entry-content.cf table tbody tr:first-child td {
    background: #f3fafe;
}
.detail.entry-content.cf ul.wp-block-list {
    margin-top: 0.5em;
}
.detail.entry-content.cf pre.wp-block-verse {
    margin: 1em 0 2em;
    padding: 0.5em 1em;
    border: double 5px #27acd8;
    background: #fff;
}
.detail.entry-content.cf figure.wp-block-image figcaption,
.detail.entry-content.cf figure.wp-block-image img {
    background: #0006;
    font-size: 14px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    backdrop-filter: none;
}

.indexx-head {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #D8EBF1;
    margin-bottom: 1em;
}
.indexx-head p {
    font-size: 16px;
}
.indexx-head p b {
    font-size: 20px;
    margin: 0 6px;
}
.indexx article a figure {
    width: 200px;
}
.indexx article a figure img {
    height: 160px;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 1rem;
}
.indexx .entry-card-content {
    margin-left: 14rem;
}
.indexx .entry-card-content a b {
    font-size: 24px;
    color: #000;
}
.indexx .entry-card-content a:hover {
    color: #00254B;
}
.indexx .entry-card-content .entry-card-snippet {
    font-size: 15px;
    line-height: 22px;
}
.a-wrap:hover {
    background: none;
}
.indexx .post-categories a,
.indexx .post-ingredients a {
    font-size: 14px;
    padding: 0.5rem;
    background: #E1C886;
    color: #23262F;
    border-radius: 6px;
    margin-right: 6px;
    font-family: Noto Sans JP, sans-serif;
    white-space: nowrap;
}
.indexx.pagination {
    justify-content: start;
    width: 80%;
}
.indexx-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #D8EBF1;
}
.pagination span.current {
    background: #fff;
    border: none;
}
.pagination {
  font-family: Noto Sans JP, sans-serif;
}
.pagination a.page-numbers {
    border: none;
    font-weight: 700;
    color: #fff;
    background: #27acd8;
    box-shadow: 0 4px 0 #1C96BF;
}
a.next.page-numbers {
    width: 70px;
}
a.next.page-numbers span.fa.fa-angle-right {
    margin-left: 6px;
}



section.index-list p {
    margin: 20px 0;
    font-size: 16px;
    white-space: pre-line;
}
.kana-index {
  display: grid;
  grid-template-rows: repeat(5, 50px);
  grid-auto-flow: column;
  gap: 8px;
}
.kana-index a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #27ACD8;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 0.5em;
  text-decoration: none;
}
.kana-index a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.kana-index .spacer {
  height: 50px;
}


.souran-thumbnail {
    position: relative;
}
.souran-thumbnail img {
    width: 280px;
    height: 100px;
    object-fit: cover;
}
.souran-thumbnail .nami {
    width: calc(300 / 980 * 100%);
}
.souron-link {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}
.souron-link a {
background: #27ACD8;
    color: #fff;
    border-radius: 20px;
    padding: 1em;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 4px 0 #2484a3;
}
.souron-link a:hover {
    cursor: pointer;
    opacity: 0.8;
}


.entry-card-category-labels {
    display: flex;
    flex-wrap: wrap;
}
.entry-card-category-labels > div {
    flex: 0 0 auto;
    min-width: 0;
    line-height: 2.2em;
}
.entry-card-category-labels .post-ingredients {
    width: fit-content;
}


hr.article-separator {
    background-color: #D8EBF1;
    margin-top: 1em;
    border: none;
    height: 1px;
}

label.form-lbl {
    cursor: unset;
}