@charset "UTF-8";

/* Fonts
--------------------------------*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?k24q39");
  src: url("fonts/icomoon.eot?k24q39#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?k24q39") format("truetype"), url("fonts/icomoon.woff?k24q39") format("woff"), url("fonts/icomoon.svg?k24q39#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Normalize
--------------------------------*/

:root {
  --scroll-padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding, 0);
  line-height: 1.75;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: clip;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

a[href^="tel:"] {
  text-decoration: none;
}

img,
iframe,
svg {
  max-width: 100%;
  min-height: 1px;
  height: auto;
  vertical-align: middle;
  border: 0;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
}

:is(article, section) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

:where(h2, h3) + :is(article, section) {
  margin-top: 0;
}

table {
  width: 100%;
  font-size: 0.9286em;
  border-collapse: collapse;
}

th,
td {
  border: 0;
  background: transparent;
  font-weight: inherit;
  text-align: inherit;
}

button {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
}

/* Extends
--------------------------------*/

.paragraph:first-child {
  margin-top: 0;
}

.paragraph:last-child {
  margin-bottom: 0;
}

.site-content,
.site-footer-content,
.site-header-content {
  max-width: 1194px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.8462vw;
  padding-left: 3.8462vw;
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 1.5em;
  font-weight: inherit;
}

h2 {
  line-height: 1.4;
  margin-bottom: 3rem;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 400;
  font-size: 1.625rem;
  text-align: center;
}

h2 .en {
  display: block;
  line-height: 1.12;
  margin-top: 0.3em;
  color: #C1A31B;
  font-size: 0.5em;
}

h2:before {
  display: block;
  width: 0.95em;
  height: 1em;
  margin: 0 auto 0.15em;
  background: url(images/icon_toro.webp) no-repeat 50% 50%/contain;
  content: "";
}

h3 {
  margin: 0;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 400;
}

/* Site Width
--------------------------------*/

.site {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

/* Common
--------------------------------*/

.btn,
.download-btn {
  display: grid;
  align-items: center;
  max-width: 100%;
  line-height: 1.5;
  margin: 0 auto;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  text-decoration: none;
}

.btn:before,
.download-btn:before {
  grid-column: 1;
  content: "";
}

.btn:after,
.download-btn:after {
  font-family: icomoon;
  content: "\e900";
}

.btn {
  grid-template-columns: 0.375em auto 0.375em;
  justify-content: space-around;
  width: fit-content;
  min-width: 15.334em;
  margin-top: 1.5rem;
  padding: 0.58334em 1em;
  border: 1px solid #111;
  border-radius: 3em;
  background: #fff;
  color: #111;
  font-size: 0.75rem;
}

.download-btn {
  grid-template-columns: 0.375em 1fr 0.375em;
  gap: 0 0.25em;
  margin-top: 3rem;
  padding: 1.5em 1em;
  border-radius: 0.5em;
  background: #000;
  color: #fff;
  font-size: 1rem;
}

.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 1.5rem;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text:before,
.screen-reader-text:after {
  content: none;
}

.break:before {
  white-space: pre;
  content: "\a";
}

.en {
  font-family: "Cormorant Garamond", serif;
}

/* Header
--------------------------------*/

.site-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  background: #fff;
  box-shadow: 0 0.25rem 0.4375rem 0 rgba(0, 0, 0, 0.1);
}

.site-header-content {
  display: grid;
  grid-template-areas: ". site-title nav";
  grid-template-columns: 2rem 1fr 2rem;
  align-items: center;
  padding-block: 1.21875rem;
}

.site-title {
  grid-area: site-title;
  max-width: 12.875em;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  font-size: 1em;
}

.global-nav {
  grid-area: nav;
}

.global-nav-content {
  display: none;
}

.no-js .global-nav-content {
  display: block;
}

.global-nav__inner {
  display: grid;
  align-items: center;
  min-height: 100%;
}

.global-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.global-nav__link {
  display: block;
  padding: 0.5em 0;
  font: 1.125em/1.334 "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "Yu Mincho", serif;
  text-align: center;
  text-decoration: none;
}

.menu-button {
  position: relative;
  padding: 0.25em;
  background: transparent;
  color: inherit;
}

.menu-button[aria-expanded=true] {
  z-index: 100001;
}

.menu-icon {
  display: block;
}

.menu-icon__bar {
  transform-origin: 50% 50%;
  transition: 0.5s;
  fill: currentColor;
}

.menu-icon__bar:first-child {
  transform: translateY(-6.5px);
}

.menu-icon__bar:nth-child(2) {
  transform: translateY(6.5px);
}

[aria-expanded=true] .menu-icon__bar {
  transform: rotate(45deg);
}

[aria-expanded=true] .menu-icon__bar:first-child {
  transform: translateY(0) rotate(45deg);
}

[aria-expanded=true] .menu-icon__bar:nth-child(2) {
  transform: translateY(0) rotate(-45deg);
}

.drawer {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  background: #fff;
  transition: transform 0.3s;
}

.hero {
  aspect-ratio: 16/9;
  background: #000;
}

.hero iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* Footer
--------------------------------*/

.site-footer {
  margin-top: auto;
  padding-block: 2em 1.5em;
  background: #000;
  color: #fff;
}

.foot-logo {
  display: block;
  width: 25.75em;
  margin: 0 auto;
  font-size: min(16px, 2.08334vw);
}

.copyright {
  line-height: 1;
  margin-top: 3rem;
  font-size: 0.75em;
  text-align: center;
}

/* Site Content
--------------------------------*/

.site-content {
  margin-block: 2.5rem 5rem;
  font-size: 0.875em;
}

/* Home
--------------------------------*/

.mainvisual {
  margin-bottom: 3rem;
  font-size: min(16px, 3.167vw);
}

.mainvisual__image {
  width: 12.875em;
  margin: 0 auto 2.5em;
}

.mainvisual__logo {
  display: block;
  width: 25.75em;
  margin: 0 auto;
}

.coming-soon {
  margin-top: 5rem;
  font-weight: 600;
  text-align: center;
}

.intoroduction-text {
  line-height: 2.286;
  text-align: center;
}

.information-block {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 2rem;
  padding: 3rem 2.5641vw;
  background: #F0F0EC;
}

.information-block__inner {
  padding: 1.5rem 1rem;
  background: #fff;
}

.information-area__header {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border: solid #CECAB7;
  border-width: 0 0 1px;
  text-align: center;
}

.information-area__header > a {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  gap: 0.334em;
  font-size: 0.75rem;
  text-decoration: none;
}

.information-area__header > a:after {
  font-family: icomoon;
  content: "\e900";
}

.information-area__header h2 {
  margin-bottom: 0.4167em;
}

.information-area__header h2:before {
  content: none;
}

.no-posts {
  margin: auto;
  font-weight: 600;
  text-align: center;
}

.post-list {
  list-style: none;
  line-height: 1.6;
  padding: 0;
  font-size: 0.875rem;
}

.post-list__item {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 23px 0;
  border-bottom: 1px dotted;
}

.post-list__item:first-child {
  padding-top: 1px;
}

.post-list--home .post-list__item:last-child {
  padding-bottom: 1px;
  border: 0;
}

.post-list__date {
  margin-right: 12px;
}

.post-list__tag {
  padding: 0 0.5em;
  margin-right: 12px;
  background: #38337f;
  color: #fff;
  font-size: 0.857143em;
  white-space: nowrap;
  text-align: center;
}

.post-list__tag--event {
  background: #be185e;
}

.post-list__tag--tekuteku {
  background: #000;
}

.post-list__title {
  flex: 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 2.0513vw;
  container-type: inline-size;
}

.card {
  position: relative;
  margin: 0;
  font-size: min(16px, 4.734cqi);
}

.card-thumbnail {
  margin-bottom: 0.3125em;
}

.card-thumbnail > a {
  display: block;
  overflow: hidden;
}

.card-thumbnail > a:hover img,
.card-thumbnail > a:focus img {
  transform: scale(1.2);
}

.card-thumbnail img {
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: 1s;
}

.card-title {
  line-height: 1.6;
  margin: 0.1875em 0;
  font-family: inherit;
  font-weight: 700;
  font-size: 1em;
  text-align: inherit;
}

.card-title:before {
  content: none;
}

.card-title > a {
  text-decoration: none;
}

.card-data {
  display: grid;
  grid-template-columns: auto 1fr;
  line-height: 1.7;
}

.card-data > dt,
.card-data > dd {
  font-size: 0.875em;
}

.card-data > dt:after {
  content: "：";
}

.today-stamp {
  position: absolute;
  top: -0.1667em;
  left: -0.1667em;
  z-index: 10;
  box-shadow: 1px 1px #571734;
  padding: 0 0.5em;
  background: #d66398;
  color: #fff;
  font: 1em/1.667 Lato, sans-serif;
  text-decoration: none;
}

.today-stamp:before,
.today-stamp:after {
  position: absolute;
  top: 0;
  left: 100%;
  border-width: 0.8334em 0.667em 0.8334em 0;
  border-style: solid;
  border-color: #d66398 transparent;
  content: "";
}

.today-stamp:before {
  top: 1px;
  margin-left: 1px;
  border-color: #571734 transparent;
}

.genre {
  display: flex;
  grid-area: genre;
  flex-wrap: wrap;
  gap: 0.125em 0.1875em;
  margin-top: 0.1875em;
}

.genre > a {
  display: block;
  line-height: 1.7;
  padding: 0 0.334em;
  background: #c0195e;
  color: #fff;
  font-size: 0.75em;
  text-decoration: none;
}

.brewery:nth-of-type(2n) {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 3rem;
  background: #F0F0EC;
}

.brewery__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto 3rem;
  font-size: 0.7590625rem;
  writing-mode: vertical-rl;
}

.brewery__num {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75em;
}

.brewery__name {
  line-height: 1;
  font-size: 2em;
  letter-spacing: 0.3em;
}

.brewery__bottle {
  width: 2em;
  margin-top: auto;
}

.brewery__image {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.brewery__catch {
  display: flex;
  position: absolute;
  top: -3.0667em;
  left: 3.0667em;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7em;
  line-height: 1.6;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.35em;
  writing-mode: vertical-rl;
}

.brewery__catch > span {
  padding: 0.4em 0 0.05em;
  background: #fff;
}

.brewery__description {
  line-height: 2.143;
  margin: 2em 0;
  text-align: justify;
}

.brewery__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.brewery__info {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #CECAB7;
}

.data-table {
  line-height: 1.5;
}

.data-table tbody {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em 1em;
}

.data-table tr {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
}

.pdf-image {
  width: 50%;
  max-width: 356px;
  margin: 0 auto;
}

.map {
  aspect-ratio: 4/3;
  margin: 4rem auto 0;
}

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#drink-buy {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 3rem;
  background: #F0F0EC;
}

.icon-definition {
  margin: 0 auto 4rem;
  padding: 2.25rem;
  border-radius: 0.5rem;
  background: #4b6d88;
  color: #fff;
}

.icon-definition__caption {
  margin-bottom: 2em;
  font-size: 1.125rem;
  text-align: center;
}

.icon-list {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.25rem;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}

.icon-list > li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.icon-list i {
  font-size: 1.5625rem;
}

.icon-list span {
  font-size: 0.8125rem;
}

i:where([class^=icon-], [class*=" icon-"]) {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sake:before {
  content: "\e901";
}

.icon-wine:before {
  content: "\e902";
}

.icon-whiskey:before {
  content: "\e903";
}

.icon-beer:before {
  content: "\e904";
}

.drink-buy-part__header {
  margin-bottom: 4rem;
}

.drink-buy-part__heading {
  margin: 0 auto;
  padding-bottom: 1em;
  border-bottom: 1px solid #CECAB7;
  text-align: center;
  font-size: 1.25rem;
}

.drink-buy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 2.0513vw;
}

.drink-buy-grid--liquor-store {
  --bg-color: #5d879d;
}

.drink-buy-grid--lodging {
  --bg-color: #914354;
}

.drink-buy-grid--product {
  --bg-color: #95662f;
}

.drink-buy-grid__item {
  position: relative;
  margin: 0;
}

.drink-buy-grid__image {
  aspect-ratio: 3/2;
  margin-bottom: 0.3125rem;
  background: #ccc;
}

.drink-buy-grid__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drink-buy-grid__types {
  display: flex;
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
  z-index: 1;
  gap: 0.28em;
  margin: 0;
  padding: 0.4em;
  background: var(--bg-color, #265a39);
  color: #fff;
  font: 1rem/1 icomoon;
  word-break: keep-all;
}

.drink-buy-grid__name {
  line-height: 1.25;
  margin: 0 0 0.375rem;
  padding: 0;
  font-weight: 700;
}

.drink-buy-grid__data {
  line-height: 1.5;
  font-size: 0.75rem;
}

.drink-buy-grid__data tbody {
  display: block;
}

.drink-buy-grid__data tr {
  display: grid;
  grid-template-columns: auto 1fr;
}

.drink-buy-grid__data th:after {
  content: "：";
}

.drink-buy-grid-menu-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  container-type: inline-size;
  margin-top: 0.75rem;
}

.drink-buy-grid-menu {
  display: grid;
  grid-template-areas: "heading heading" "image name";
  grid-template-columns: 3.125em 1fr;
  align-items: center;
  column-gap: 0.65em;
  margin: 0;
  padding: 0.3125em 0.75em;
  background: #fff;
  font-size: min(16px, 9.091cqi);
}

.drink-buy-grid-menu__heading {
  grid-area: heading;
  margin: 0;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 B", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700;
  font-size: 0.75em;
  text-align: center;
}

.drink-buy-grid-menu__image {
  grid-area: image;
}

.drink-buy-grid-menu__name {
  grid-area: name;
  font-size: 0.6875em;
}

.drink-buy-grid-menu__name span {
  font-size: 0.7692em;
}

.movie {
  aspect-ratio: 16/9;
}

.movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.yamaga-pickup-area h2 {
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  font-size: 0.8rem;
  margin-bottom: 2em;
}

.yamaga-pickup-area h2:before {
  content: none;
}

.yamaga-pickup-area h2 .en {
  margin: 0 0 0.2143em;
  color: inherit;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 1.556em;
  text-transform: uppercase;
  content: attr(data-en);
}

.puckup-slide-wrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  overflow: hidden;
}

.pickup-slider__item img {
  aspect-ratio: 960/360;
}

.swiper-container {
  position: relative;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.3s;
}

.no-js .swiper-container,
.swiper-container-initialized {
  opacity: 1;
}

.swiper-pagination {
  position: static;
  line-height: 0;
  margin-top: 1rem;
}

.swiper-pagination-bullet {
  vertical-align: top;
}

.swiper-pagination-bullet-active {
  background: #000;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.3400335008vw;
  }

  :is(article, section) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .site-content,
  .site-footer-content,
  .site-header-content {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }

  h2 {
    margin-bottom: 4rem;
    font-size: 2.5rem;
  }

  .site {
    display: block;
    min-height: 0;
  }

  .download-btn {
    column-gap: 1em;
    width: fit-content;
    min-width: 29.75em;
    padding: 2.1875em 1.5em;
  }

  .site-header-content {
    grid-template-columns: auto 1fr;
    grid-template-areas: "site-title nav";
  }

  .site-title {
    margin: 0;
  }

  .global-nav-content {
    display: block;
  }

  .global-nav__list {
    flex-direction: row;
    justify-content: flex-end;
  }

  .global-nav__link {
    line-height: 2;
    font-size: 0.875em;
  }

  .menu-button {
    display: none;
  }

  .site-footer {
    padding-top: 4.5em;
  }

  .foot-logo {
    font-size: 1em;
  }

  .copyright {
    margin-top: 3rem;
    font-size: 0.875em;
  }

  .site-content {
    margin-block: 3.5rem 8rem;
    font-size: 1em;
  }

  .mainvisual {
    margin-bottom: 6rem;
    font-size: 1em;
  }

  .coming-soon {
    margin-top: 16rem;
    font-size: 1.25em;
  }

  .intoroduction-text {
    line-height: 2.8125;
  }

  .information-block {
    margin-top: 6rem;
    padding: 4rem 0;
  }

  .information-block__inner {
    width: 93.75vw;
    max-width: 1120px;
    margin: 0 auto;
    padding: 6rem 5rem;
  }

  .information-area {
    display: grid;
    grid-template-columns: 10rem 1fr;
    column-gap: 3rem;
  }

  .information-area__header {
    margin: 0;
    padding: 0;
    border-width: 0 1px 0 0;
    text-align: left;
  }

  .information-area__header h2 {
    width: fit-content;
    font-size: 1.5rem;
  }

  .information-area__header h2 .en {
    font-size: 0.8334em;
  }

  .events {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .card {
    display: grid;
    grid-template-columns: 18.75em 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "thumbnail title" "thumbnail data" "thumbnail genre";
    gap: 0 1.5em;
    font-size: 1rem;
  }

  .card-thumbnail {
    grid-area: thumbnail;
    margin: 0;
  }

  .card-title {
    grid-area: title;
    margin: 0 0 0.5em;
  }

  .card-data {
    grid-area: data;
  }

  .today-stamp {
    font-size: 1.5em;
  }

  .genre {
    margin-top: 0.5em;
  }

  .brewery {
    display: grid;
    grid-template-areas: "image header" "image description" "gallery info";
    grid-template-columns: 43.75rem 1fr;
    grid-template-rows: 1fr auto auto;
    gap: 0 3rem;
  }

  .brewery:nth-of-type(2n) {
    grid-template-areas: "header image" "description image" "info gallery";
    grid-template-columns: 1fr 43.75rem;
    padding-block: 7rem;
  }

  .brewery__header {
    grid-area: header;
    align-self: flex-end;
    width: 100%;
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }

  .brewery__image {
    --expand-margin: -3.125vw;
    grid-area: image;
    margin: 0 0 0 var(--expand-margin);
  }

  .brewery:nth-of-type(2n) .brewery__image {
    margin-right: var(--expand-margin);
    margin-left: 0;
  }

  .brewery__catch {
    top: -2.4em;
    right: 27.8em;
    left: auto;
    font-size: 1.25em;
  }

  .brewery:nth-of-type(2n) .brewery__catch {
    right: auto;
    left: 10.6em;
  }

  .brewery__description {
    grid-area: description;
    margin: 0;
    font-size: 0.875em;
  }

  .brewery__gallery {
    grid-area: gallery;
    gap: 2.5rem;
    margin-top: 3rem;
  }

  .brewery__info {
    grid-area: info;
    margin-top: 3rem;
  }

  .pdf-image {
    width: 22.25rem;
  }

  .map {
    width: 64rem;
    margin-top: 8rem;
  }

  #drink-buy {
    padding-block: 5rem;
  }

  .icon-definition {
    width: fit-content;
  }

  .icon-list {
    grid-template-columns: repeat(4, auto);
    column-gap: 1.5rem;
  }

  .drink-buy-part__heading {
    width: fit-content;
    min-width: 11.25em;
    padding-bottom: 0.5em;
    font-size: 2rem;
  }

  .drink-buy-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 3.875rem;
    width: 64rem;
    margin: 0 auto;
  }

  .drink-buy-grid__image {
    margin-bottom: 0.5rem;
  }

  .drink-buy-grid__types {
    font-size: 1.5625rem;
  }

  .drink-buy-grid__name {
    font-size: 1rem;
  }

  .drink-buy-grid__data {
    line-height: 1.75;
    font-size: 0.875rem;
  }

  .drink-buy-grid-menu-wrap {
    gap: 0.5rem;
    margin-top: 0.5rem;
  }

  .drink-buy-grid-menu {
    grid-template-areas: "image heading" "image name";
    grid-template-columns: 4.75em 1fr;
    gap: 0.5em 0.75em;
    padding: 0.75em 0.9375em;
    font-size: 1rem;
  }

  .drink-buy-grid-menu__heading {
    margin-top: auto;
    font-size: 0.75em;
    text-align: left;
  }

  .drink-buy-grid-menu__name {
    line-height: 1.25;
    margin-bottom: auto;
    font-size: 0.8125em;
  }

  .movie {
    width: 60rem;
    margin: 0 auto;
  }

  .yamaga-pickup-area {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 2.25rem;
    background: url(/wp-content/themes/yamaga2/images/bg_head_pickup.png) no-repeat 50% 0/75rem;
  }

  .yamaga-pickup-area h2 {
    font-size: 1.125rem;
  }

  .puckup-slide-wrap {
    padding: 0;
  }

  .swiper-pagination {
    margin-top: 2rem;
  }

  .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
}

@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

@media print, screen and (min-width: 1194px) {
  html {
    font-size: 16px;
  }

  .site-content,
  .site-footer-content,
  .site-header-content {
    padding-right: 37px;
    padding-left: 37px;
  }

  .brewery__image {
    --expand-margin: -160px;
  }

  .pickup-slider__item {
    width: 60rem;
  }
}

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }

  .post-list__item {
    display: grid;
    grid-template-areas: "date tag empty" "title title title";
    grid-template-columns: auto auto 1fr;
    padding: 12px 0;
  }

  .post-list__date {
    grid-area: date;
  }

  .post-list__tag {
    grid-area: tag;
  }

  .post-list__title {
    grid-area: title;
    margin-top: 4px;
  }
}

@media print {
  body {
    min-width: 1194px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}