@charset "UTF-8";
/*
Theme Name: Kobino
Theme URI:  https://example.com
Description: Twenty Twenty-Five の子テーマ
Author: Your Name
Template: twentytwentyfive
Version: 1.0.0
Text Domain: kobino
*/
/* common */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* header */
header {
  margin: 25px auto 50px;
}
@media screen and (min-width: 768px) {
  header {
    margin: 50px auto 100px;
  }
}

/* navigation */
.wp-block-navigation {
  margin-bottom: 25px;
  margin-top: 25px;
}

.wp-block-navigation__responsive-container-open {
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 9999;
}

.wp-block-navigation__responsive-container-open {
  top: 60px;
}

/* columns */
.wp-block-columns {
  gap: 0;
}

/* post-date */
.post-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 100px;
}

/* post-shoplink */
.post-shoplink {
  margin-top: 2rem;
}

/* post-postlist */
.wp-block-term-description + .post-postlist {
  margin-top: 40px;
}

.post-postlist > .wp-block-post-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-postlist > .wp-block-post-template .wp-block-post {
  margin: 0 0 50px 0;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .post-postlist > .wp-block-post-template .wp-block-post {
    margin-left: 25px;
    width: calc((100% - 25px) / 2);
  }
  .post-postlist > .wp-block-post-template .wp-block-post:nth-child(2n+1) {
    margin-left: 0;
  }
}

.post-postlist figure {
  margin: 0;
}

/* list */
.wp-block-list {
  background: #f3eee9;
  color: #b89b83;
  margin: 0;
  padding: 1em 1em 1em 2em;
}

.wp-block-listtitle {
  color: #b89b83;
  font-size: 1rem !important;
  font-weight: 600;
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
  padding: 10px 0;
}

/* post-latest */
.post-latest li {
  margin-bottom: 25px;
  overflow: hidden;
}

/* wp-block-categories-list */
.wp-block-categories-list {
  padding-left: 1rem;
}

.wp-block-categories-list li {
  margin-bottom: 10px;
}

/* ez-toc-container */
#ez-toc-container {
  background: #f3eee9;
  border: none;
  border-radius: 0;
  font-size: 0.875rem;
  margin-top: 4rem;
  padding: 25px;
  width: 100%;
}

#ez-toc-container ul li {
  margin-bottom: 1rem;
}
#ez-toc-container ul li:last-child {
  margin-bottom: 0;
}

.ez-toc-title-container {
  margin-bottom: 10px;
  text-align: center;
}

.ez-toc-title {
  color: #b89b83;
}

/* post-terms */
.wp-block-post-terms.taxonomy-category {
  margin-top: 15px;
}

.wp-block-post-terms.taxonomy-category a {
  background: #b89b83;
  border: none;
  border-radius: 25px;
  color: #fff;
  padding: 5px 25px;
  text-decoration: none;
}

.wp-block-post-terms.taxonomy-post_tag {
  margin-bottom: 25px;
  margin-top: 15px;
}

.wp-block-post-terms.taxonomy-post_tag a {
  border: none;
  line-height: 1;
  padding: 0;
}
.wp-block-post-terms.taxonomy-post_tag a::before {
  content: "#";
  display: inline-block;
}

/* post-date */
.wp-block-post-date time {
  color: #111;
}
.wp-block-post-date time::before {
  content: "投稿日：";
  color: #111;
}

.wp-block-post-date__modified-date time {
  color: #111;
}
.wp-block-post-date__modified-date time::before {
  content: "最終更新日：";
  color: #111;
}

.wp-block-post-date a {
  color: #111;
}

/* post-attention */
.post-attention {
  background: repeating-linear-gradient(45deg, #f3eee9, #f3eee9 7.5px, #fff 7.5px, #fff 10px);
  margin: 25px auto;
  padding: 25px;
}

/* post-content */
.wp-block-post-content h1 {
  font-size: 1.6875rem;
  font-weight: normal;
}
@media screen and (min-width: 481px) {
  .wp-block-post-content h1 {
    font-size: 2.25rem;
  }
}

.wp-block-post-content h2 {
  border-bottom: 3px double #b89b83;
  border-top: 3px double #b89b83;
  font-size: 1.3125rem;
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 4em;
  padding: 25px 0;
}
@media screen and (min-width: 481px) {
  .wp-block-post-content h2 {
    font-size: 1.75rem;
  }
}

.wp-block-post-content h3 {
  border-bottom: 1px solid #b89b83;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 6rem;
  padding-bottom: 10px;
}
@media screen and (min-width: 481px) {
  .wp-block-post-content h3 {
    font-size: 1.5rem;
  }
}

.wp-block-post-content h4 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 4rem;
}
@media screen and (min-width: 481px) {
  .wp-block-post-content h4 {
    font-size: 1.25rem;
  }
}

.wp-block-post-content p {
  line-height: 1.75;
  margin-bottom: 1rem;
}
.wp-block-post-content p:last-child {
  margin-bottom: 0;
}

.wp-block-post-content img {
  margin-bottom: 1rem;
}

/* post-message */
.post-message {
  margin-top: 4rem;
}

/* post-spec */
.post-spec {
  font-size: 14px;
  margin: 25px auto;
}

.post-spec tr td:first-child {
  background: #f3eee9;
}

.post-spec tr td {
  border-color: rgba(184, 155, 131, 0.4);
}

/* post-heading */
.post-heading {
  border-bottom: 3px double #b89b83;
  border-top: 3px double #b89b83;
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 4em;
  padding: 25px 0;
}

/* page-main */
.page-main {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* page-content */
.page-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0 25px;
}
@media screen and (min-width: 481px) {
  .page-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* page-aside */
.page-aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 25px;
}
@media screen and (min-width: 481px) {
  .page-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}

.aside-title {
  border-bottom: 1px solid #b89b83;
  clear: both;
  color: #b89b83;
  font-size: 1rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* entry-content */
.entry-content {
  max-width: 750px;
}

.entry-content.alignfull {
  margin-left: auto;
  margin-right: auto;
}

.entry-content.has-global-padding {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* post-title */
.wp-block-post-title {
  margin-bottom: 15px;
}

/* query-title */
.wp-block-query-title {
  margin-bottom: 15px;
}

/* embed */
.wp-block-embed {
  margin-top: 50px;
}

.wp-block-embed iframe {
  width: 100%;
}

/* yarpp */
.yarpp-thumbnails-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0 0 25px 0;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    margin-left: 25px;
    width: calc((100% - 25px) / 2);
  }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail:nth-child(2n+1) {
    margin-left: 0;
  }
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0 10px;
  max-height: none;
}

.yarpp h3 {
  border-bottom: 3px double #b89b83;
  border-top: 3px double #b89b83;
  font-size: 1.3125rem;
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 4em;
  padding: 25px 0;
}
@media screen and (min-width: 481px) {
  .yarpp h3 {
    font-size: 1.75rem;
  }
}

.yarpp-thumbnail img {
  margin: 0;
}

/* wpcf7-form */
.wpcf7-form input,
.wpcf7-form textarea {
  border: 1px solid #111;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

.wpcf7-form input[type=submit] {
  background: #111;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 1rem;
  padding: 25px;
}

/* easyLink-box */
.easyLink-box {
  margin-top: 1rem !important;
}
/*# sourceMappingURL=style.css.map */