@charset "UTF-8";
/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*
Theme Name: sakenojin
Author: kato
Description: sakenojin theme
Version： 2026/1.0
*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}

/* Typography
--------------------------------------------- */
/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #010101;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* PC表示 */
@media (min-width: 550px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

/* Elements
--------------------------------------------- */
/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* 全体の設定

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 62.5%;
}
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  background: #fff;
  color: #010101;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/*メインコンテンツ
-------------------------------------*/
main {
  margin: 0;
}

section {
  /*margin: 5rem 0;*/
  padding: 3rem 0;
}

.gray-back {
  background-color: #c7e2dc;
}

@media screen and (min-width: 768px) {
  .site-main {
    padding-top: 60px;
  }
}

/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 2rem;
  position: relative;
}

/* ブロックを縦に表示 */
.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

.col {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

/* 768px以上の表示 */
@media (min-width: 768px) {
  .row {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .col {
    margin-left: 4%;
  }
  .col:first-child {
    margin-left: 0;
  }
  .row .col.span-1 {
    flex: 0 0 4.6666666667%;
    max-width: 4.6666666667%;
  }
  .row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
  }
  .row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
  }
  .row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
  }
  .row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
  }
  .row .col.span-9 {
    flex: 0 0 74%;
    max-width: 74%;
  }
  .row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
  }
  .row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
  }
  .row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* オフセット */
  .row .col.offset-1 {
    margin-left: 8.6666666667%;
  }
  .row .col.offset-2 {
    margin-left: 17.3333333333%;
  }
  .row .col.offset-3 {
    margin-left: 26%;
  }
  .row .col.offset-4 {
    margin-left: 34.6666666667%;
  }
  .row .col.offset-5 {
    margin-left: 43.333333333%;
  }
  .row .col.offset-6 {
    margin-left: 52%;
  }
  .row .col.offset-7 {
    margin-left: 60.6666666667%;
  }
  .row .col.offset-8 {
    margin-left: 69.3333333333%;
  }
  .row .col.offset-9 {
    margin-left: 78%;
  }
  .row .col.offset-10 {
    margin-left: 86.6666666667%;
  }
  .row .col.offset-11 {
    margin-left: 95.3333333333%;
  }
}
/* フォーム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 150px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #0FA0CE;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* コード
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* スペース
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1rem;
}

/* 全幅
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box;
}

.max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 1rem;
  margin-left: 1.5em;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  th,
  td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
/* Links
--------------------------------------------- */
/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
a {
  color: #333;
  text-decoration-line: none;
  display: block;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #999;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* アンカー位置調整
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

/* Forms
--------------------------------------------- */
/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 5px;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  color: #333;
  border-color: #888;
  background-color: #C9C9C9;
  outline: 0;
}

/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.site-header {
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  display: block;
  background: #fff;
  justify-content: space-between;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .site-header {
    background: none;
  }
}

.header {
  display: flex;
  flex-direction: row;
  padding: 2rem 0 0 0;
}

.header-box {
  margin-left: auto;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .header-box {
    display: none;
  }
}

.contact-button {
  padding: 1rem;
  border: 2px solid #000;
}

footer {
  margin-bottom: 155px;
}
@media screen and (min-width: 768px) {
  footer {
    margin-bottom: 0;
  }
}

.sns {
  background-color: #f7f7f7;
  padding: 5rem 0;
}
.sns h4 {
  border-bottom: 3px solid #f7f7f7;
}

.facebook-button {
  display: inline-block;
  background-color: #1877f2;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}
.facebook-button:visited {
  color: white;
}
@media screen and (min-width: 768px) {
  .facebook-button {
    display: none;
  }
}

.facebook-button:hover {
  background-color: #145dbf;
}

/*コピーライト
-------------------------------------*/
.copyright {
  font-size: 1.2rem;
  padding: 3rem 0;
  background-color: #10042D;
  color: #fff;
}
.copyright h4 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.copyright strong {
  font-size: 2rem;
}
.copyright .borderbox {
  border: solid 1px #fff;
  padding: 1em;
  font-size: 1.3rem;
}

.attention {
  text-align: center;
  background-color: #C3C3C3;
  padding: 32px 0;
  margin: 0;
}

/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*メイン画像
-------------------------------------*/
.mainimg {
  position: relative;
  z-index: -10;
  height: 100%;
  max-height: 600px;
  background: url(../img/sp_fvback.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .mainimg {
    max-height: 700px;
    background: url(../img/pc_fvback.webp) no-repeat center center;
    background-size: cover;
  }
}

#kv {
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  #kv img {
    height: 50vw;
    max-height: 700px;
    width: auto;
    margin: 0 auto;
  }
}

.datetime {
  width: 92%;
  height: auto;
  margin: 30px auto 20px;
}
@media screen and (min-width: 768px) {
  .datetime {
    width: 50%;
    max-width: 800px;
    height: auto;
  }
}

/*満員御礼
-------------------------------------*/
.maninonrei {
  width: 70%;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .maninonrei {
    margin: 60px auto 20px 0;
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .maninonrei {
    margin: 60px auto 20px;
    display: block;
  }
}

.bg.orei {
  margin-top: 150px;
}
@media screen and (min-width: 768px) {
  .bg.orei {
    margin-top: 10px;
    font-size: large;
  }
}

/*トップページ 日時
-------------------------------------*/
.double_line {
  /*display: inline-block;*/
  position: relative;
  padding: 5px;
  margin-top: 50px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.double_line::before {
  content: "";
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: 0px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .double_line {
    margin-top: 20px;
  }
  .double_line img {
    height: 235px;
  }
}

/*会場案内
-------------------------------------*/
@media screen and (min-width: 768px) {
  #map {
    background-image: url("../img/map_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

/*新着情報
-------------------------------------*/
#news {
  padding: 50px 0;
  background-image: url("../img/news.svg");
  background-position: right 10% top;
  background-repeat: no-repeat;
  background-size: 40% auto;
  padding-bottom: 30px;
}

ul.flex_box2 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0;
  padding: 0;
}
ul.flex_box2 li {
  margin: 0 1%;
  width: 48%;
}
@media screen and (min-width: 768px) {
  ul.flex_box2 li {
    margin: 0 1%;
    width: 18%;
  }
}

ul.sponsor_box {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0;
  gap: 20px;
}
ul.sponsor_box li {
  flex: 1 1 calc(25% - 15px);
  box-sizing: border-box;
  text-align: center;
}
ul.sponsor_box::after {
  display: block;
  content: "";
  width: calc(50% - 10px);
}
ul.sponsor_box img {
  width: 100%;
  height: auto;
}
ul.sponsor_box .brank {
  background-color: #999;
  height: 60px;
  max-width: 225px;
}
@media screen and (max-width: 767px) {
  ul.sponsor_box {
    /* スマホサイズ2列 */
  }
  ul.sponsor_box li {
    flex: 1 1 calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  ul.sponsor_box {
    /* タブレット以上で4列 */
  }
  ul.sponsor_box li {
    flex: 1 1 calc(25% - 15px);
  }
  ul.sponsor_box img {
    height: 60px;
    width: auto;
  }
  ul.sponsor_box::after {
    display: block;
    content: "";
    width: calc(25% - 15px);
  }
}

.border {
  border: solid 1px #333;
}
.border:hover {
  border: solid 1px #A70000;
}

/*酒蔵紹介
-------------------------------------*/
#kura h2 {
  font-weight: bold;
  text-align: center;
  width: 280px;
  font-size: 2rem;
}
#kura h2 span {
  font-size: 68px;
}
@media screen and (min-width: 768px) {
  #kura h2 {
    width: auto;
    font-size: 3rem;
  }
}

.fukidasi {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 36px;
}
.fukidasi::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-30deg);
}
.fukidasi::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(30deg);
}

.title-border-l {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 55px;
  position: relative;
}
.title-border-l::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.kura_box {
  border-bottom: solid 1px #999;
  margin-bottom: 1rem;
}
.kura_box p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 2px;
}
.kura_box .kura__head_box {
  display: flex;
  justify-content: space-between;
}
.kura_box .kura__head_box_inner {
  width: 120px;
}
.kura_box h4 {
  font-weight: bold;
  font-size: 2rem;
  align-self: center;
  margin-bottom: 0;
}
.kura_box p span {
  display: inline-block;
  text-align: center;
  width: 50px;
  padding: 2px 5px;
  margin: 0;
  padding-bottom: 0;
  color: #fff;
  font-size: 9px;
  margin-right: 5px;
}
.kura_box span.sake {
  background-color: #00A199;
}
.kura_box span.number {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .kura_box .img_box {
    flex-wrap: nowrap;
  }
  .kura_box .img_box img {
    width: 16.6666666667%;
  }
}

.img_box {
  display: flex;
  flex-wrap: wrap;
}
.img_box img {
  width: calc(50% - 2px);
}

@media screen and (min-width: 768px) {
  .img_box {
    flex-wrap: nowrap;
  }
  .img_box img {
    width: 16.6666666667%;
  }
}
/*会場での注意事項
-------------------------------------*/
#guideline {
  padding: 70px 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#guideline h2 {
  font-weight: bold;
}
#guideline ul.guideline {
  display: flex;
  flex-wrap: wrap;
}
#guideline ul.guideline li {
  list-style: none;
  margin: 0 10px;
  width: calc(50% - 20px);
  text-align: center;
}
#guideline ul.guideline h3 {
  font-size: 1.8rem;
}
#guideline ul.guideline p {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  #guideline ul.guideline {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  #guideline ul.guideline li {
    width: 250px;
    margin: 0 40px;
  }
}

.aka-back {
  background-image: url("../img/pattern_midori.png");
  background-repeat: repeat;
}

.guideline_waku {
  /*width: 100%;*/
  height: 220px;
  padding: 8px 15px 15px 30px;
  margin-bottom: 10px;
  display: block;
  background-image: url("../img/waku.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}
.guideline_waku .title {
  color: #000;
  font-weight: bold;
}
.guideline_waku p {
  color: #00A199;
  font-weight: bold;
  font-size: clamp(18px, 2vw, 21px);
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .guideline_waku p {
    font-size: clamp(14px, 2vw, 18px);
  }
}
.guideline_waku img.fukushuke {
  width: auto;
  height: 90px;
  max-width: 100%;
  position: absolute;
  bottom: 30px;
  right: 8px;
}
.guideline_waku img.fukushuke2 {
  width: auto;
  height: 90px;
  max-width: 100%;
  position: absolute;
  bottom: 30px;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .guideline_waku {
    padding: 0 30px;
  }
  .guideline_waku .title {
    padding-top: 10px;
  }
}

/*アクセス
-------------------------------------*/
#access {
  padding: 50px 0;
  background-image: url("../img/access_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  dt {
    width: 30%;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  dd {
    width: 70%;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
/*よくある質問
-------------------------------------*/
#FAQ {
  padding: 50px 0;
  background-image: url("../img/faq_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

.flex_box ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flex_box ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 10px;
  }
  .flex_box li {
    width: 30%;
  }
  .flex_box li .thum_box {
    height: 150px;
  }
}

table a,
article a {
  display: inline-block;
  color: #4267b2;
  text-decoration: underline;
}

table th .fw-300 {
  font-weight: 300;
}

.faq-link-list,
.faq-postlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.faq-link-list > li,
.faq-postlist > li {
  width: 100%;
  border-radius: 5px;
}
.faq-link-list > li .faq-link-button,
.faq-link-list > li .faq-link-title,
.faq-link-list > li h3.faq-link-title,
.faq-postlist > li .faq-link-button,
.faq-postlist > li .faq-link-title,
.faq-postlist > li h3.faq-link-title {
  display: inline-block;
  padding: 15px;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
}
.faq-link-list > li:nth-child(3n+1),
.faq-postlist > li:nth-child(3n+1) {
  background-color: #055d45;
}
.faq-link-list > li:nth-child(3n+2),
.faq-postlist > li:nth-child(3n+2) {
  background-color: #AD0D0D;
}
.faq-link-list > li:nth-child(3n+3),
.faq-postlist > li:nth-child(3n+3) {
  background-color: #8f9b08;
}

@media (min-width: 768px) {
  .faq-link-list > li {
    width: calc(33.333% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .faq-postlist li {
    width: 100%;
  }
}
.FAQ_box {
  margin: 0;
  background: #EDEDED;
}
.FAQ_box h4 {
  margin-top: 30px;
}
.FAQ_box p {
  padding: 15px 20px;
  margin: 0;
}
.FAQ_box .link {
  display: inline-block;
  color: #4267b2;
  text-decoration: underline;
}

.FAQ_box_inner {
  padding: 30px;
}
.FAQ_box_inner p {
  padding: 1rem 0;
}
.FAQ_box_inner img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.button_02_g {
  display: block;
  position: relative;
  /*width: 100%;*/
  padding: 1.5rem;
  border-radius: 0.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0;
  transition: 0.5s;
  background: #117708;
}
.button_02_g::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.button_02_r {
  display: block;
  position: relative;
  /*width: 100%;*/
  padding: 1.5rem;
  border-radius: 0.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0;
  transition: 0.5s;
  background: #AD0D0D;
}
.button_02_r::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.button_02_y {
  display: block;
  position: relative;
  /*width: 100%;*/
  padding: 1.5rem;
  border-radius: 0.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0;
  transition: 0.5s;
  background: #9B8A08;
}
.button_02_y::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* 英語版 */
.info_en_box {
  text-align: center;
  width: 80%;
  height: auto;
  margin: 0 auto 40px;
}
.info_en_box img {
  max-height: 142px;
}
.info_en_box button {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.info_en_box p {
  margin-top: 0;
}
.info_en_box p a {
  display: inline;
}
.info_en_box strong {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .info_en_box {
    width: 100%;
  }
  .info_en_box h3 {
    font-size: 2rem;
  }
}

.info_titlebox_b,
.info_titlebox_r {
  text-align: center;
  color: #fff;
  padding: 5 auto;
  font-size: 3rem;
  font-weight: 600;
  margin: 15px 0;
}

.info_titlebox_b {
  background-color: #000;
}

.info_titlebox_r {
  background-color: #A70000;
}

/* Navigation
--------------------------------------------- */
/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
}
.main-navigation ul {
  background: #fff;
}
@media screen and (min-width: 37.5em) {
  .main-navigation {
    width: 90%;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
button.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  background: #fff;
  border: none;
  margin-bottom: 0;
  cursor: pointer;
}
button.menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 4px 0;
  transition: all 0.3s ease;
}

/* ハンバーガーが開いた状態 */
.main-navigation.toggled button.menu-toggle span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.main-navigation.toggled button.menu-toggle span:nth-child(2) {
  opacity: 0;
  /* 中央の線を非表示 */
}

.main-navigation.toggled button.menu-toggle span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

@media screen and (min-width: 37.5em) {
  button.menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*ヘッダー
-------------------------------------*/
nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  margin: 0;
}
nav li {
  flex: 1 0 auto;
  position: relative;
}
nav li:after {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #00A199;
  position: absolute;
}
nav li a {
  text-decoration: none;
  text-align: center;
  width: 100%;
}
nav li:last-child {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
nav li:last-child a {
  text-decoration: none;
  color: inherit;
  margin: 0 5px;
}
nav li:last-child a:hover {
  color: inherit;
}
nav li:last-child:after {
  display: none;
}

nav a {
  padding: 1rem;
}
nav a a:hover {
  background-color: #f7f7f7;
}

nav li.current-menu-item a {
  color: #00A199;
}

nav li.menu-item-home a {
  color: #000;
}

button.menu-toggle {
  /* padding: 0 15px; */
  border-radius: 0;
}

.menu-menu-1-container {
  background-color: #fff;
}

/* Posts and pages
--------------------------------------------- */
/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*
新着情報
-------------------------------------------*/
#post-list ul {
  display: flex;
  flex-wrap: wrap;
}
#post-list li {
  width: 90%;
  text-align: center;
  margin: 0 5px 23px;
  background-color: #fff;
  padding: 10px;
}
#post-list li .thum_box {
  width: 90%;
  margin: 0 auto;
  height: 230px;
  background: #efefef;
  position: relative;
  overflow: hidden;
}
#post-list li .thum_box img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#post-list .date {
  font-size: 1.2rem;
  display: block;
  text-align: left;
  line-height: 2rem;
  padding-bottom: 10px;
}
#post-list .text_box {
  width: 90%;
  padding: 12px 0;
  margin: 0 auto;
}
#post-list .title {
  font-size: 2rem;
  color: #3b4043;
  line-height: 1.6;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
#post-list .desc {
  font-size: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  #post-list ul {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  #post-list li {
    width: 30%;
  }
  #post-list li .thum_box {
    height: 150px;
  }
}

/*新着情報一覧
-------------------------------------*/
.flow.row {
  margin-bottom: 5rem;
}

#post-list {
  width: 100%;
}

.post_list__cate .date {
  font-size: 1.2rem;
  display: block;
  text-align: left;
  line-height: 2rem;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
}
.post_list__cate .text_box {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.post_list__cate .title {
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post_list__cate .desc {
  font-size: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/** 外部リンクにマークを付ける **/
a.exLink::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  margin: 0 3px;
  font-weight: 900;
  color: #A70000;
}

/** PDFにマークを付ける **/
/*a[href $='.pdf']::after{
    font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	margin: 0 3px;
	font-weight: 900;
}*/
ul.post-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}
ul.post-link li {
  margin: 10px auto;
}
.prev_btn a {
  text-align: right;
  margin: auto 0 30px;
  padding: 0.5em 2.5em;
  /*width: 150px;*/
  font-size: 14px;
  font-family: sans-serif;
  background-repeat: no-repeat;
  background-image: url("../img/prev.svg");
  background-position: right bottom;
}

.next_btn a {
  text-align: left;
  margin: auto 0 30px;
  padding: 0.5em 2.5em;
  /*width: 150px;*/
  font-size: 14px;
  font-family: sans-serif;
  background-repeat: no-repeat;
  background-image: url("../img/next.svg");
  background-position: left bottom;
}

.btn_1 a {
  display: block;
  background-color: #666;
  color: #fff;
  width: 75%;
  padding: 1%;
  margin: 10px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn_1 a {
    width: 30%;
  }
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 80px;
  right: 15px;
}
#pagetop a {
  display: block;
  background-color: #000;
  color: #fff;
  width: 50px;
  padding: 10px 5px;
  text-align: center;
}
#pagetop #pagetop a:hover {
  background-color: #333;
}
@media screen and (min-width: 768px) {
  #pagetop {
    bottom: 15px;
  }
}

.top-content {
  height: auto;
}

/* チケットボタン */
.ticket_btn a {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0.9em 0;
  border: none;
  border-radius: 10px;
  background-image: linear-gradient(90deg, rgb(229, 0, 18), rgb(138, 0, 0));
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}
.ticket_btn p {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.ticket_btn span {
  font-size: 1.2rem;
  display: block;
}
.ticket_btn__txt {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.ticket_btn__cap {
  font-size: 1.5rem;
  background-color: #fff;
  color: red;
  padding: 2px 5px;
  display: inline-block;
  text-align: center;
  margin: 5px 0;
}
.ticket_btn__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .ticket_btn a {
    display: block;
    position: fixed;
    z-index: 100;
    right: 20px;
    top: 15%;
    width: 15%;
    max-width: 280px;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    padding: 0.8em 0.6em;
  }
  .ticket_btn__img {
    display: block;
    max-height: 150px;
  }
  .ticket_btn__txt {
    display: none;
  }
}

/* 二次会ボタン */
.gekkan_btn {
  display: block;
  position: fixed;
  z-index: 100;
  right: 5px;
  top: 5px;
  width: 30%;
  max-width: 150px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .gekkan_btn {
    right: 20px;
    top: 100px;
    max-width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .gekkan_btn {
    right: 20px;
    top: 60px;
    max-width: 250px;
  }
}

/* パンくずリスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol.breadcrumb {
  margin: 0;
  padding: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  margin-left: 4%;
  font-size: small;
}
.breadcrumb a {
  display: inline;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em;
  /* 記号の左右の余白 */
  color: #777;
  /* 記号の色 */
}

/* 右矢印ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn_arrow a {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.btn_arrow a::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}
.btn_arrow a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}
.btn_arrow a:hover {
  background: #edf6ff;
  color: #00A199;
}
.btn_arrow a:hover::before, .btn_arrow a:hover::after {
  right: -2.5em;
}
.btn_arrow--border a {
  border: solid 0.5px #000;
}

/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*タイトル
-------------------------------------*/
h2.title {
  padding-bottom: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h2.title {
    margin-top: 60px;
  }
}

.under {
  border-bottom: 0.2rem solid #000;
  padding: 0 1rem 1rem 1rem;
}

.center {
  text-align: center;
  margin-bottom: 4rem;
}

/* テキスト装飾
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-under {
  text-decoration: underline;
}

.text-red {
  color: #A70000;
}

.text-green {
  color: green;
}

.fs-1 {
  font-size: 2rem;
  font-weight: 600;
}

.fs-2 {
  font-size: 2.6rem;
  font-weight: 600;
}

.web {
  display: inline-block;
  font-size: 13px;
  background-color: #117708;
  padding: 0px 8px;
  color: white;
}

.shop {
  display: inline-block;
  font-size: 13px;
  background-color: #333;
  padding: 0px 8px;
  color: white;
}

br.br-sp {
  display: none;
}

br.br-pc {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  br.br-sp {
    display: inline-block;
  }
  br.br-pc {
    display: none;
  }
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*!
Theme Name: 酒の陣2026
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* 余白 10px毎〜50まで
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* 入場について20240118
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.admission {
  width: auto;
  background-color: #00A199;
  padding: 2rem;
}
.admission__title {
  text-align: center;
  padding: 10px 15px;
  color: #A70000;
  background-color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
}
.admission h4 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  align-self: center;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #fff;
  padding: 0 1rem 0.5rem 1rem;
}
.admission p {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .admission__title {
    font-size: 1.8rem;
  }
}

.bg {
  background-color: #f7f7f7;
}/*# sourceMappingURL=style.css.map */