@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: This is the craftedgin theme created for the Cocoon Framework.
Theme URI: https://craftedgin.com/
Author: craftedgin
Author URI: https://craftedgin.com/
Template:   cocoon-master
Version:    1.1.3
*/
/* FONT
---------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&family=EB+Garamond:ital@0;1&family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600&display=swap");
img {
  height: auto;
  vertical-align: top;
}

div#container {
  background: white;
}

/* Typographical Elements
--------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  line-height: 2.2;
  font-family: "Noto Sans JP", "游ゴシック", "游ゴシック体", "Yu Gothic", "YuGothic", "源ノ角ゴシック Regular", "源ノ角ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", "sans-serif";
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  color: #253547;
  -webkit-font-smoothing: antialiased;
}

h6,
h5,
h4,
h3,
h2,
h1,
p,
label,
dt,
input {
  line-height: 2.2;
  letter-spacing: 0.1rem;
  font-weight: 400;
  display: block;
}

a {
  color: #5db2fc;
  text-decoration: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

div#content {
  margin-top: 20px;
}

#main {
  width: 94%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.home #main,
.archive #main {
  width: 94%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

img.site-logo-image {
  width: 90%;
  max-width: 290px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}

img.site-logo-image.header-site-logo-image {
  max-width: 400px;
  display: none;
}

span.navi-menu-caption.menu-caption {
  display: none;
}

span.search-menu-caption.menu-caption {
  display: none;
}

.mobile-menu-buttons {
  padding: 20px 0;
}

div#navi-menu-content {
  background: rgba(69, 78, 80, 0.96);
}
div#navi-menu-content .navi-menu-close-button {
  display: none;
}
div#navi-menu-content .menu-drawer li {
  border-bottom: 1px dotted #9b9b9b;
  padding: 10px;
}
div#navi-menu-content .menu-drawer li:nth-child(3) {
  border-top: 1px dotted #9b9b9b;
  margin-top: 40px;
}
div#navi-menu-content .menu-drawer li.menu-item-25, div#navi-menu-content .menu-drawer li.menu-item-26 {
  display: none;
}
div#navi-menu-content .menu-drawer li a {
  color: #d8d8d8;
}

input.search-edit {
  border: none;
  border-style: hidden;
}

div#breadcrumb {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  div#breadcrumb {
    margin-top: 7px;
  }
}

.mobile-header-menu-buttons {
  display: flex;
  bottom: auto;
  top: 0;
}

div#navi-menu-content {
  overflow: auto;
}

nav#navi {
  display: none;
}

li.navi-menu-button.menu-button,
li.search-menu-button.menu-button {
  width: 70px;
}

@media screen and (min-width: 1024px) {
  .mobile-menu-buttons .menu-button {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .mobile-menu-buttons .logo-menu-button {
    display: block;
    width: 100%;
  }
}

.logo.logo-header.logo-image {
  margin-top: -7px;
  padding-top: 0;
}

img.site-logo-image.footer-site-logo-image {
  width: 70%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}

ul.mobile-footer-menu-buttons.mobile-menu-buttons {
  display: none;
}

.copyright a {
  color: #253547;
}

.home.page .post-date {
  display: none;
}

h1.entry-title,
h1.archive-title {
  text-align: center;
  padding: 30px 0 40px 0;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  h1.entry-title,
  h1.archive-title {
    padding-top: 0;
  }
}

h2.wp-block-heading {
  padding: 15px 0 20px 0;
  background: none;
  border-bottom: 7px double;
  border-top: 7px double;
  line-height: 1.8;
  margin: 80px 0 60px 0;
  text-align: center;
}
h2.wp-block-heading:first-child {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  h2.wp-block-heading {
    margin: 70px 0 40px 0;
  }
}

h2.entry-card-title {
  margin: 11px 0 10px 0;
}

h3.wp-block-heading {
  border: none;
  border-left: 8px solid #ffd49d;
  padding: 18px 0 24px 12px;
  margin-top: 50px;
}

h4.wp-block-heading {
  border: none;
  padding: 0 0 15px 0;
  margin-top: 60px;
  border-bottom: 3px dotted lightgrey;
}

h5.wp-block-heading {
  border: none;
  padding: 0;
  margin-top: 60px;
  color: rgb(90, 90, 94);
}

.entry-card-snippet {
  line-height: 1.6;
}

.entry-card {
  margin-bottom: 35px;
}

.eye-catch {
  width: 100%;
  text-align: center;
}
.eye-catch img {
  max-height: 60vh;
  width: auto;
  max-width: 50vw;
}

.page .date-tags,
.page .author-info {
  display: none;
}

.entry-card-thumb {
  text-align: center;
}
.entry-card-thumb img.entry-card-thumb-image {
  max-height: 40vh;
  width: auto;
}

.entry-card-terms-ex a {
  color: var(--cocoon-text-color);
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  font-size: 12px;
  border: 1px solid var(--cocoon-x-pallid-text-color);
  border-radius: var(--cocoon-badge-border-radius);
  word-break: break-all;
}
.entry-card-terms-ex a:hover {
  background-color: #4d4d4d;
  transition: all 0.3s ease-in-out;
  color: white;
}

.tag-link:hover, .comment-reply-link:hover {
  background-color: #4d4d4d;
  transition: all 0.3s ease-in-out;
  color: white;
}

#archive-title .fa-folder-open,
.entry-card-categories-ex .fa-folder,
.entry-card-tags-ex .fa-tag,
.entry-tags .fa-tag {
  display: none;
}

.entry-card-categories-ex,
.entry-card-tags-ex,
.entry-card-terms-ex {
  display: inline;
}

.ect-vertical-card .entry-card-wrap .entry-card-content {
  display: block;
}

.entry-tags {
  display: inline-block;
}

span.cat-label {
  display: none;
}

.item-info {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 20px;
  margin-top: 40px;
  border-top: 1px dotted #6c7072;
  border-bottom: 1px dotted #6c7072;
  gap: 1px;
}
.item-info dt {
  font-weight: bold;
  padding: 18px 23px 22px 29px;
  border-top: 1px dotted #6c7072;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
}
.item-info dd {
  margin: 0;
  padding: 18px 0 22px 10px;
  border-top: 1px dotted #6c7072;
  font-size: 16px;
  font-size: 1rem;
}
.item-info dt:first-child,
.item-info dd:first-of-type {
  border-top: none;
}
.item-info a {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .item-info {
    grid-template-columns: 1fr;
  }
  .item-info dt {
    text-align: left;
    border-top: 1px dotted #6c7072;
    padding: 25px 0 0 0;
  }
  .item-info dd {
    padding: 0 0 28px 0;
    border-top: none;
  }
  .item-info dt:first-child {
    border-top: none;
  }
}

.breweries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}

.brewery-item img {
  width: 100%;
  height: auto;
}

.brewery-item h3 {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}

h3.term-card-title {
  font-size: 17.6px;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */