@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# typography
    #Utilities class
# Normalize
    ## Element
        ### Field
# Layout
  ## Header
    ### Search
    ### Menu
    ### Main visual
  ## Content
    ### Top menu
    ### Btn
    ### Border
    ### Subnav
    ### Title
  ## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typhography
--------------------------------------------------------------*/
/* -------------------------------- 
Typography
-------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Volkhov");
html,
body {
  width: 100%;
  height: 100%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  color: #333;
  font-size: .95em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background-color: #000;
}

* {
  margin: 0;
  padding: 0;
}

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

/*--- ie-11 hack code ---*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  *,
  ::after,
  ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

h1,
h2,
h3,
h4,
form legend {
  color: #333;
  margin-bottom: 0.25em;
  line-height: 1.2;
}

h1 {
  font-size: 1.85em;
}

h2 {
  font-size: 1.58em;
}

h3 {
  font-size: 1.32em;
}

h4 {
  font-size: 1.26em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

p {
  line-height: 2;
}

a {
  color: #9a4700;
  text-decoration: none;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

a:visited {
  color: #9a4700;
}

@media only screen and (min-width: 768px) {
  a:hover {
    color: #b2825f;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  a:active {
    color: #9a4700;
  }
}

@media only screen and (max-width: 767px) {
  a:visited {
    color: #9a4700;
  }
}

a .color-link {
  color: #17c;
}

a.over:hover {
  opacity: 0.5 !important;
}

b,
strong {
  font-weight: 600;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

hr {
  margin: 2.8em 0;
  height: 1px;
  border: 0;
  background-color: #333;
}

em {
  font-style: normal;
  font-style: italic;
}

a.text-white {
  color: #FFF;
}

a.text-white:hover {
  color: #9a4700;
}

a.text-red {
  color: #9a4700;
}

a.text-primary {
  color: #9a4700;
}

a.text-primary:hover {
  color: #9a4700;
}

a.text-caption {
  color: #777;
}

a.text-caption:hover {
  color: #9a4700;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

ul {
  list-style: none;
}

ul:after {
  content: " ";
  display: block;
  clear: both;
}

br.sp {
  display: none;
}

.text-container h2,
.text-container h3,
.text-container h4 {
  margin-bottom: 0.75em;
}

.text-container ul,
.text-container ol,
.text-container p {
  margin-bottom: 2em;
}

.text-container p {
  line-height: 1.9;
}

.text-container ul,
.text-container ol {
  list-style-position: outside;
  padding-left: 24px;
}

.text-container ul {
  list-style-type: disc;
}

.text-container ol {
  list-style-type: decimal;
}

.text-container ul li,
.text-container ol li {
  line-height: 1.4;
}

.text-container u {
  text-decoration: underline;
}

.text-container pre {
  margin-bottom: 1.25em;
}

.text-container a {
  text-decoration: underline;
}

.text-container .blockquote {
  position: relative;
  padding: 1em 3em;
  border: 1px solid #ddd;
  background: #efefef;
}

.text-container .blockquote::before {
  top: 0.3em;
  left: 0.5em;
  content: "\f10d";
}

.text-container .blockquote::after {
  right: 0.5em;
  bottom: 0.3em;
  content: '\f10e';
}

.text-container .blockquote::before,
.text-container .blockquote::after {
  position: absolute;
  color: #ccc;
  font-size: 1.3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.text-container .btn {
  margin-bottom: 0.75em;
  text-decoration: none !important;
}

/* utility classes */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.margin-top,
.margin-top--md {
  margin-top: 1.25em !important;
}

.margin-top--sm {
  margin-top: 0.75em !important;
}

.margin-top--lg {
  margin-top: 2em !important;
}

.margin-top--xl {
  margin-top: 3.25em !important;
}

.margin-top--xxl {
  margin-top: 5.25em !important;
}

.margin-bottom,
.margin-bottom--md {
  margin-bottom: 1.25em !important;
}

.margin-bottom--sm {
  margin-bottom: 0.75em !important;
}

.margin-bottom--lg {
  margin-bottom: 2em !important;
}

.margin-bottom--xl {
  margin-bottom: 3.25em !important;
}

.margin-bottom--xxl {
  margin-bottom: 5.25em !important;
}

.padding-top,
.padding-top--md {
  padding-top: 1.25em !important;
}

.padding-top--sm {
  padding-top: 0.75em !important;
}

.padding-top--lg {
  padding-top: 2em !important;
}

.padding-top--xl {
  padding-top: 3.25em !important;
}

.padding-top--xxl {
  padding-top: 5.25em !important;
}

.padding-bottom,
.padding-bottom--md {
  padding-bottom: 1.25em !important;
}

.padding-bottom--sm {
  padding-bottom: 0.75em !important;
}

.padding-bottom--lg {
  padding-bottom: 2em !important;
}

.padding-bottom--xl {
  padding-bottom: 3.25em !important;
}

.padding-bottom--xxl {
  padding-bottom: 5.25em !important;
}

.margin-top--none {
  margin-top: 0 !important;
}

.margin-bottom--none {
  margin-bottom: 0 !important;
}

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

.padding-bottom--none {
  padding-bottom: 0 !important;
}

/* background */
.bg_primary {
  background-color: #9a4700;
}

.bg_primary_dark {
  background-color: #662f00;
}

.bg_primary_light {
  background-color: #b2825f;
}

.bg_black {
  background-color: #000;
}

.bg_gray_5 {
  background-color: #333;
}

.bg_gray_4 {
  background-color: #777;
}

.bg_gray_3 {
  background-color: #aaa;
}

.bg_gray_2 {
  background-color: #ddd;
}

.bg_gray_1 {
  background-color: #faf9f8;
}

.bg {
  background-color: #FFF;
}

.bg_success {
  background-color: #88c459;
}

.bg_error {
  background-color: #f5414f;
}

.bg_warning {
  background-color: #ffd137;
}

/* text color */
.text_primary {
  color: #9a4700;
}

.text__primary_dark {
  color: #662f00;
}

.text__primary_light {
  color: #662f00;
}

.text__black {
  color: #000;
}

.text__gray_5 {
  color: #333;
}

.text__gray_4 {
  color: #777;
}

.text__gray_3 {
  color: #aaa;
}

.text__gray_2 {
  color: #ddd;
}

.text__gray_1 {
  color: #faf9f8;
}

.text-white {
  color: #FFF;
}

._success {
  color: #88c459;
}

._error {
  color: #f5414f;
}

._warning {
  color: #ffd137;
}

/* text */
.caution {
  font-size: 0.85em;
  color: #333;
  line-height: 1.4;
}

.cap {
  font-size: 0.85em;
  line-height: 1.4;
}

.wp-block-quote {
  border-left: 2px solid #0073aa;
  padding: 0 0 0 1em;
}

.wp-block-quote p {
  font-size: 0.95em;
  font-style: normal;
  line-height: 1.8;
}

.wp-block-quote cite {
  font-size: calc(1rem / (1.25 * 1.125));
}

/*------------- btn ----------------*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 144px;
  height: 33px;
  text-align: center;
}

.btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1em;
  text-decoration: none;
  z-index: 2;
  background: #FFF;
  border: 1px solid #333;
}

.btn a:before, .btn a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  font-size: 1em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .btn a:hover {
    color: #9a4700;
    border: 1px solid #9a4700;
  }
}

.btn.btn-primary a {
  color: #FFF !important;
  background-color: #9a4700;
  border: 0;
}

@media only screen and (min-width: 768px) {
  .btn.btn-primary a:hover {
    color: #FFF;
    background-color: #662f00;
  }
}

@media only screen and (max-width: 767px) {
  .btn.btn-primary a:active {
    color: #FFF;
    background-color: #662f00;
  }
}

@media only screen and (max-width: 767px) {
  .btn.btn-primary a:visited {
    color: #FFF;
    background-color: #662f00;
  }
}

.btn-primary_dark a {
  background-color: #662f00;
}

.btn-primary_light a {
  background-color: #b2825f;
}

.btn-black a {
  background-color: #000;
}

.btn-gr5 a {
  background-color: #333;
}

.btn-gr4 a {
  background-color: #777;
}

.btn-gr3 a {
  background-color: #aaa;
}

.btn-gr2 a {
  background-color: #ddd;
}

.btn-gr1 a {
  background-color: #faf9f8;
}

.btn-white a {
  background-color: #FFF;
}

.btn-success a {
  background-color: #88c459;
}

.btn-warning a {
  background-color: #ffd137;
}

.btn-error a {
  background-color: #ffd137;
}

.btn-outline-primary a {
  border: 1px solid #9a4700;
}

.btn-outline-primary_dark a {
  border: 1px solid #662f00;
}

.btn-outline-primary_light a {
  border: 1px solid #b2825f;
}

.btn-outline-black a {
  border: 1px solid #000;
}

.btn-outline a {
  border: 1px solid #333;
}

.btn-outline-gr5 a {
  border: 1px solid #333;
}

.btn-outline-gr4 a {
  border: 1px solid #777;
}

.btn-outline-gr3 a {
  border: 1px solid #aaa;
}

.btn-outline-gr2 a {
  border: 1px solid #ddd;
}

.btn-outline-gr1 a {
  border: 1px solid #faf9f8;
}

.btn-outline-white a {
  border: 1px solid #FFF;
}

.btn-outline-success a {
  border: 1px solid #88c459;
}

.btn-outline-warning a {
  border: 1px solid #ffd137;
}

.btn-outline-error a {
  border: 1px solid #ffd137;
}

/* breakpoint */
/* max-width */
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  br {
    display: none;
  }
  br.sp {
    display: block;
  }
  .text-container {
    padding: 0 15px;
  }
  .text-container h2,
  .text-container h3,
  .text-container h4 {
    margin-bottom: 0.525em;
  }
  .text-container ul,
  .text-container ol,
  .text-container p {
    margin-bottom: 1.4em;
  }
  .text-container .btn {
    margin-bottom: 0.525em;
  }
  h1,
  h2,
  h3,
  h4,
  form legend {
    margin-bottom: 0.175em;
    line-height: 1.25;
  }
  .margin-top,
  .margin-top--md {
    margin-top: 0.875em !important;
  }
  .margin-top--sm {
    margin-top: 0.525em !important;
  }
  .margin-top--lg {
    margin-top: 1.4em !important;
  }
  .margin-top--xl {
    margin-top: 2.275em !important;
  }
  .margin-top--xxl {
    margin-top: 3.675em !important;
  }
  .margin-bottom,
  .margin-bottom--md {
    margin-bottom: 0.875em !important;
  }
  .margin-bottom--sm {
    margin-bottom: 0.525em !important;
  }
  .margin-bottom--lg {
    margin-bottom: 1.4em !important;
  }
  .margin-bottom--xl {
    margin-bottom: 2.275em !important;
  }
  .margin-bottom--xxl {
    margin-bottom: 3.675em !important;
  }
  .padding-top,
  .padding-top--md {
    padding-top: 0.875em !important;
  }
  .padding-top--sm {
    padding-top: 0.525em !important;
  }
  .padding-top--lg {
    padding-top: 1.4em !important;
  }
  .padding-top--xl {
    padding-top: 2.275em !important;
  }
  .padding-top--xxl {
    padding-top: 3.675em !important;
  }
  .padding-bottom,
  .padding-bottom--md {
    padding-bottom: 0.875em !important;
  }
  .padding-bottom--sm {
    padding-bottom: 0.525em !important;
  }
  .padding-bottom--lg {
    padding-bottom: 1.4em !important;
  }
  .padding-bottom--xl {
    padding-bottom: 2.275em !important;
  }
  .padding-bottom--xxl {
    padding-bottom: 3.675em !important;
  }
}

/* min-width */
@media only screen and (min-width: 576px) {
  .margin-top-md--none {
    margin-top: 0 !important;
  }
  .margin-bottom-md--none {
    margin-bottom: 0 !important;
  }
  .padding-top-md--none {
    padding-top: 0 !important;
  }
  .padding-bottom-md--none {
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .margin-top-lg--none {
    margin-top: 0 !important;
  }
  .margin-bottom-lg--none {
    margin-bottom: 0 !important;
  }
  .padding-top-lg--none {
    padding-top: 0 !important;
  }
  .padding-bottom-lg--none {
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .margin-top-xl--none {
    margin-top: 0 !important;
  }
  .margin-bottom-xl--none {
    margin-bottom: 0 !important;
  }
  .padding-top-xl--none {
    padding-top: 0 !important;
  }
  .padding-bottom-xl--none {
    padding-bottom: 0 !important;
  }
}

/*--------------------------------------------------------------
# Grid text
--------------------------------------------------------------*/
.text-col--1 {
  -ms-flex-preferred-size: 768px;
      flex-basis: 768px;
  max-width: 768px;
}

.text-col--2 {
  -ms-flex-preferred-size: 384px;
      flex-basis: 384px;
  max-width: 384px;
}

.text-col--3 {
  -ms-flex-preferred-size: 256px;
      flex-basis: 256px;
  max-width: 256px;
}

.text-col--4 {
  -ms-flex-preferred-size: 192px;
      flex-basis: 192px;
  max-width: 192px;
}

.text-col--5 {
  -ms-flex-preferred-size: 153.6px;
      flex-basis: 153.6px;
  max-width: 153.6px;
}

.text-col--6 {
  -ms-flex-preferred-size: 128px;
      flex-basis: 128px;
  max-width: 128px;
}

.text-col--7 {
  -ms-flex-preferred-size: 109.71429px;
      flex-basis: 109.71429px;
  max-width: 109.71429px;
}

.text-col--8 {
  -ms-flex-preferred-size: 96px;
      flex-basis: 96px;
  max-width: 96px;
}

.text-col--9 {
  -ms-flex-preferred-size: 85.33333px;
      flex-basis: 85.33333px;
  max-width: 85.33333px;
}

.text-col--10 {
  -ms-flex-preferred-size: 76.8px;
      flex-basis: 76.8px;
  max-width: 76.8px;
}

.text-col--11 {
  -ms-flex-preferred-size: 69.81818px;
      flex-basis: 69.81818px;
  max-width: 69.81818px;
}

.text-col--12 {
  -ms-flex-preferred-size: 64px;
      flex-basis: 64px;
  max-width: 64px;
}

.text-col {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .text-col {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 576px) {
  .text-col--sm-1 {
    -ms-flex-preferred-size: 768px;
        flex-basis: 768px;
    max-width: 768px;
  }
  .text-col--sm-2 {
    -ms-flex-preferred-size: 384px;
        flex-basis: 384px;
    max-width: 384px;
  }
  .text-col--sm-3 {
    -ms-flex-preferred-size: 256px;
        flex-basis: 256px;
    max-width: 256px;
  }
  .text-col--sm-4 {
    -ms-flex-preferred-size: 192px;
        flex-basis: 192px;
    max-width: 192px;
  }
  .text-col--sm-5 {
    -ms-flex-preferred-size: 153.6px;
        flex-basis: 153.6px;
    max-width: 153.6px;
  }
  .text-col--sm-6 {
    -ms-flex-preferred-size: 128px;
        flex-basis: 128px;
    max-width: 128px;
  }
  .text-col--sm-7 {
    -ms-flex-preferred-size: 109.71429px;
        flex-basis: 109.71429px;
    max-width: 109.71429px;
  }
  .text-col--sm-8 {
    -ms-flex-preferred-size: 96px;
        flex-basis: 96px;
    max-width: 96px;
  }
  .text-col--sm-9 {
    -ms-flex-preferred-size: 85.33333px;
        flex-basis: 85.33333px;
    max-width: 85.33333px;
  }
  .text-col--sm-10 {
    -ms-flex-preferred-size: 76.8px;
        flex-basis: 76.8px;
    max-width: 76.8px;
  }
  .text-col--sm-11 {
    -ms-flex-preferred-size: 69.81818px;
        flex-basis: 69.81818px;
    max-width: 69.81818px;
  }
  .text-col--sm-12 {
    -ms-flex-preferred-size: 64px;
        flex-basis: 64px;
    max-width: 64px;
  }
}

@media only screen and (min-width: 768px) {
  .text-col--md-1 {
    -ms-flex-preferred-size: 768px;
        flex-basis: 768px;
    max-width: 768px;
  }
  .text-col--md-2 {
    -ms-flex-preferred-size: 384px;
        flex-basis: 384px;
    max-width: 384px;
  }
  .text-col--md-3 {
    -ms-flex-preferred-size: 256px;
        flex-basis: 256px;
    max-width: 256px;
  }
  .text-col--md-4 {
    -ms-flex-preferred-size: 192px;
        flex-basis: 192px;
    max-width: 192px;
  }
  .text-col--md-5 {
    -ms-flex-preferred-size: 153.6px;
        flex-basis: 153.6px;
    max-width: 153.6px;
  }
  .text-col--md-6 {
    -ms-flex-preferred-size: 128px;
        flex-basis: 128px;
    max-width: 128px;
  }
  .text-col--md-7 {
    -ms-flex-preferred-size: 109.71429px;
        flex-basis: 109.71429px;
    max-width: 109.71429px;
  }
  .text-col--md-8 {
    -ms-flex-preferred-size: 96px;
        flex-basis: 96px;
    max-width: 96px;
  }
  .text-col--md-9 {
    -ms-flex-preferred-size: 85.33333px;
        flex-basis: 85.33333px;
    max-width: 85.33333px;
  }
  .text-col--md-10 {
    -ms-flex-preferred-size: 76.8px;
        flex-basis: 76.8px;
    max-width: 76.8px;
  }
  .text-col--md-11 {
    -ms-flex-preferred-size: 69.81818px;
        flex-basis: 69.81818px;
    max-width: 69.81818px;
  }
  .text-col--md-12 {
    -ms-flex-preferred-size: 64px;
        flex-basis: 64px;
    max-width: 64px;
  }
}

@media only screen and (min-width: 992px) {
  .text-col--lg-1 {
    -ms-flex-preferred-size: 768px;
        flex-basis: 768px;
    max-width: 768px;
  }
  .text-col--lg-2 {
    -ms-flex-preferred-size: 384px;
        flex-basis: 384px;
    max-width: 384px;
  }
  .text-col--lg-3 {
    -ms-flex-preferred-size: 256px;
        flex-basis: 256px;
    max-width: 256px;
  }
  .text-col--lg-4 {
    -ms-flex-preferred-size: 192px;
        flex-basis: 192px;
    max-width: 192px;
  }
  .text-col--lg-5 {
    -ms-flex-preferred-size: 153.6px;
        flex-basis: 153.6px;
    max-width: 153.6px;
  }
  .text-col--lg-6 {
    -ms-flex-preferred-size: 128px;
        flex-basis: 128px;
    max-width: 128px;
  }
  .text-col--lg-7 {
    -ms-flex-preferred-size: 109.71429px;
        flex-basis: 109.71429px;
    max-width: 109.71429px;
  }
  .text-col--lg-8 {
    -ms-flex-preferred-size: 96px;
        flex-basis: 96px;
    max-width: 96px;
  }
  .text-col--lg-9 {
    -ms-flex-preferred-size: 85.33333px;
        flex-basis: 85.33333px;
    max-width: 85.33333px;
  }
  .text-col--lg-10 {
    -ms-flex-preferred-size: 76.8px;
        flex-basis: 76.8px;
    max-width: 76.8px;
  }
  .text-col--lg-11 {
    -ms-flex-preferred-size: 69.81818px;
        flex-basis: 69.81818px;
    max-width: 69.81818px;
  }
  .text-col--lg-12 {
    -ms-flex-preferred-size: 64px;
        flex-basis: 64px;
    max-width: 64px;
  }
}

@media only screen and (min-width: 1200px) {
  .text-col--xl-1 {
    -ms-flex-preferred-size: 768px;
        flex-basis: 768px;
    max-width: 768px;
  }
  .text-col--xl-2 {
    -ms-flex-preferred-size: 384px;
        flex-basis: 384px;
    max-width: 384px;
  }
  .text-col--xl-3 {
    -ms-flex-preferred-size: 256px;
        flex-basis: 256px;
    max-width: 256px;
  }
  .text-col--xl-4 {
    -ms-flex-preferred-size: 192px;
        flex-basis: 192px;
    max-width: 192px;
  }
  .text-col--xl-5 {
    -ms-flex-preferred-size: 153.6px;
        flex-basis: 153.6px;
    max-width: 153.6px;
  }
  .text-col--xl-6 {
    -ms-flex-preferred-size: 128px;
        flex-basis: 128px;
    max-width: 128px;
  }
  .text-col--xl-7 {
    -ms-flex-preferred-size: 109.71429px;
        flex-basis: 109.71429px;
    max-width: 109.71429px;
  }
  .text-col--xl-8 {
    -ms-flex-preferred-size: 96px;
        flex-basis: 96px;
    max-width: 96px;
  }
  .text-col--xl-9 {
    -ms-flex-preferred-size: 85.33333px;
        flex-basis: 85.33333px;
    max-width: 85.33333px;
  }
  .text-col--xl-10 {
    -ms-flex-preferred-size: 76.8px;
        flex-basis: 76.8px;
    max-width: 76.8px;
  }
  .text-col--xl-11 {
    -ms-flex-preferred-size: 69.81818px;
        flex-basis: 69.81818px;
    max-width: 69.81818px;
  }
  .text-col--xl-12 {
    -ms-flex-preferred-size: 64px;
        flex-basis: 64px;
    max-width: 64px;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Field
--------------------------------------------------------------*/
select {
  margin: 0;
  color: inherit;
  text-transform: none;
  border: 1px solid #ccc;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 3px;
  line-height: normal;
  max-width: 100%;
}

input[type="color"]::-moz-focus-inner,
input[type="date"]::-moz-focus-inner,
input[type="datetime"]::-moz-focus-inner,
input[type="datetime-local"]::-moz-focus-inner,
input[type="email"]::-moz-focus-inner,
input[type="month"]::-moz-focus-inner,
input[type="number"]::-moz-focus-inner,
input[type="password"]::-moz-focus-inner,
input[type="range"]::-moz-focus-inner,
input[type="search"]::-moz-focus-inner,
input[type="tel"]::-moz-focus-inner,
input[type="text"]::-moz-focus-inner,
input[type="time"]::-moz-focus-inner,
input[type="url"]::-moz-focus-inner,
input[type="week"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="color"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="range"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  cursor: default;
}

input[type="color"][type="checkbox"],
input[type="color"][type="radio"],
input[type="date"][type="checkbox"],
input[type="date"][type="radio"],
input[type="datetime"][type="checkbox"],
input[type="datetime"][type="radio"],
input[type="datetime-local"][type="checkbox"],
input[type="datetime-local"][type="radio"],
input[type="email"][type="checkbox"],
input[type="email"][type="radio"],
input[type="month"][type="checkbox"],
input[type="month"][type="radio"],
input[type="number"][type="checkbox"],
input[type="number"][type="radio"],
input[type="password"][type="checkbox"],
input[type="password"][type="radio"],
input[type="range"][type="checkbox"],
input[type="range"][type="radio"],
input[type="search"][type="checkbox"],
input[type="search"][type="radio"],
input[type="tel"][type="checkbox"],
input[type="tel"][type="radio"],
input[type="text"][type="checkbox"],
input[type="text"][type="radio"],
input[type="time"][type="checkbox"],
input[type="time"][type="radio"],
input[type="url"][type="checkbox"],
input[type="url"][type="radio"],
input[type="week"][type="checkbox"],
input[type="week"][type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="color"][type="number"]::-webkit-inner-spin-button,
input[type="color"][type="number"]::-webkit-outer-spin-button,
input[type="date"][type="number"]::-webkit-inner-spin-button,
input[type="date"][type="number"]::-webkit-outer-spin-button,
input[type="datetime"][type="number"]::-webkit-inner-spin-button,
input[type="datetime"][type="number"]::-webkit-outer-spin-button,
input[type="datetime-local"][type="number"]::-webkit-inner-spin-button,
input[type="datetime-local"][type="number"]::-webkit-outer-spin-button,
input[type="email"][type="number"]::-webkit-inner-spin-button,
input[type="email"][type="number"]::-webkit-outer-spin-button,
input[type="month"][type="number"]::-webkit-inner-spin-button,
input[type="month"][type="number"]::-webkit-outer-spin-button,
input[type="number"][type="number"]::-webkit-inner-spin-button,
input[type="number"][type="number"]::-webkit-outer-spin-button,
input[type="password"][type="number"]::-webkit-inner-spin-button,
input[type="password"][type="number"]::-webkit-outer-spin-button,
input[type="range"][type="number"]::-webkit-inner-spin-button,
input[type="range"][type="number"]::-webkit-outer-spin-button,
input[type="search"][type="number"]::-webkit-inner-spin-button,
input[type="search"][type="number"]::-webkit-outer-spin-button,
input[type="tel"][type="number"]::-webkit-inner-spin-button,
input[type="tel"][type="number"]::-webkit-outer-spin-button,
input[type="text"][type="number"]::-webkit-inner-spin-button,
input[type="text"][type="number"]::-webkit-outer-spin-button,
input[type="time"][type="number"]::-webkit-inner-spin-button,
input[type="time"][type="number"]::-webkit-outer-spin-button,
input[type="url"][type="number"]::-webkit-inner-spin-button,
input[type="url"][type="number"]::-webkit-outer-spin-button,
input[type="week"][type="number"]::-webkit-inner-spin-button,
input[type="week"][type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="color"][type="search"]:-webkit-search-decoration,
input[type="color"][type="search"]::-webkit-search-cancel-button,
input[type="date"][type="search"]:-webkit-search-decoration,
input[type="date"][type="search"]::-webkit-search-cancel-button,
input[type="datetime"][type="search"]:-webkit-search-decoration,
input[type="datetime"][type="search"]::-webkit-search-cancel-button,
input[type="datetime-local"][type="search"]:-webkit-search-decoration,
input[type="datetime-local"][type="search"]::-webkit-search-cancel-button,
input[type="email"][type="search"]:-webkit-search-decoration,
input[type="email"][type="search"]::-webkit-search-cancel-button,
input[type="month"][type="search"]:-webkit-search-decoration,
input[type="month"][type="search"]::-webkit-search-cancel-button,
input[type="number"][type="search"]:-webkit-search-decoration,
input[type="number"][type="search"]::-webkit-search-cancel-button,
input[type="password"][type="search"]:-webkit-search-decoration,
input[type="password"][type="search"]::-webkit-search-cancel-button,
input[type="range"][type="search"]:-webkit-search-decoration,
input[type="range"][type="search"]::-webkit-search-cancel-button,
input[type="search"][type="search"]:-webkit-search-decoration,
input[type="search"][type="search"]::-webkit-search-cancel-button,
input[type="tel"][type="search"]:-webkit-search-decoration,
input[type="tel"][type="search"]::-webkit-search-cancel-button,
input[type="text"][type="search"]:-webkit-search-decoration,
input[type="text"][type="search"]::-webkit-search-cancel-button,
input[type="time"][type="search"]:-webkit-search-decoration,
input[type="time"][type="search"]::-webkit-search-cancel-button,
input[type="url"][type="search"]:-webkit-search-decoration,
input[type="url"][type="search"]::-webkit-search-cancel-button,
input[type="week"][type="search"]:-webkit-search-decoration,
input[type="week"][type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#wrapper {
  background-color: #FFF;
}

.inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1020px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner:after {
  display: block;
  content: "";
  clear: both;
}

.s_inner {
  margin: 0 auto;
  max-width: 626px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.s_inner:after {
  display: block;
  content: "";
  clear: both;
}

.switch-pc {
  display: block;
}

.switch-sp {
  display: none;
}

.caution {
  padding: 2.1rem 0 2.5rem;
}

ul.caution {
  list-style-type: none !important;
}

ul.caution li {
  line-height: 2;
  margin: 0 !important;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
#header {
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}

#header .logo {
  margin: 0 auto;
  width: 344px;
  padding: 1.25em 0 2em;
}

/*--------------------------------------------------------------
### search
--------------------------------------------------------------*/
#search {
  display: none;
}

#cboxLoadedContent #search {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search_box {
  width: 360px;
}

.search_box input[type=search] {
  margin-top: 8px;
  padding: 6px;
  width: 419px;
  height: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1em;
  border: none;
  -webkit-appearance: none;
}

.search_box button {
  float: right;
  margin-top: 8px;
  margin-right: 0;
  padding: 15.4px 32px;
  font-size: 1.1em;
  border: none;
  background: #9a4700;
  cursor: pointer;
}

.search_box button i {
  color: #fff;
}

#cboxContent {
  background: transparent;
}

#search_result .entry-summary, #error_pg .entry-summary {
  color: #aaa;
}

#search_result .btn_wrap .btn, #error_pg .btn_wrap .btn {
  margin: 0 15px;
}

/*--------------------------------------------------------------
### Menu
--------------------------------------------------------------*/
#gnav ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#gnav ul li {
  float: left;
  font-size: 1.25em;
  font-family: "Vollkorn", serif;
}

#gnav ul li:last-child {
  padding: 0;
}

#gnav ul li a {
  color: #FFF;
  font-weight: normal;
}

#gnav ul.shop_blog {
  margin: 2em 0 0.75em;
}

#gnav ul.shop_blog li {
  width: auto;
}

/*--------------------------------------------------------------
## content
--------------------------------------------------------------*/
#content {
  padding: 8.2em 0 0.06em;
  background-color: #FFF;
}

#content.content_news {
  min-height: 650px;
}

.section {
  margin-bottom: 3.25rem;
}

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

.section.sec_flat {
  margin-bottom: 3.125rem;
  min-height: 600px;
}

.section.sec_flat .pic img {
  width: 100%;
  height: 600px;
}

.section.sec_flat .txt_col_wrap {
  position: relative;
  background-color: #efebe4;
}

.section.sec_flat .txt_col_wrap .txt_col .name {
  margin-bottom: 3.75rem;
  font-size: 2.64em;
  font-weight: normal;
  font-family: "Vollkorn", serif;
}

.section.sec_flat .txt_col_wrap .txt_col .copy {
  font-size: 1.12em;
}

.section.sec_flat .txt_col_wrap .txt_col .btn-more {
  text-align: left;
}

.section.sec_striped {
  margin-bottom: 0;
}

.section.sec_striped:nth-of-type(odd) {
  background-color: #faf9f8;
}

.section .block {
  margin-bottom: 3.25em;
  padding: 3.25em 0;
}

.section.price .wrap p:last-child {
  margin-bottom: 0;
}

.section .wrap {
  padding: 3.66rem 0 5.7rem;
}

.section .wrap .copy {
  line-height: 2;
}

.section .wrap .copy p {
  margin-bottom: 2rem;
  line-height: 2;
}

.section .wrap .copy a {
  color: #17c;
}

.section .wrap .copy a:hover {
  color: #f00;
  text-decoration: underline;
}

.section .wrap .btn-more {
  margin: 0 auto;
}

.content-area {
  padding-bottom: 3.3rem;
}

.content-area #side_bar {
  margin-bottom: 0;
}

.content-area .btn_wrap {
  margin: 1.6rem 0 0;
}

.content-area .section, .content-area #search_result, .content-area #error_pg, .content-area #search_result .entry-content, .content-area #error_pg .entry-content {
  margin-bottom: 0;
}

.btmbd {
  padding-bottom: 3.25rem;
  border-bottom: 1px solid #777;
}

.pic {
  text-align: center;
}

.page_title {
  color: #FFF;
  font-size: 3.31em;
  font-weight: normal;
}

.page_title a {
  text-decoration: none;
}

.visual_copy {
  color: #FFF;
  font-size: 1.2em;
}

.entry-header .title {
  margin-bottom: 1.25em;
}

.date i {
  padding-right: 9px;
}

.cat_visual {
  margin-bottom: 3.25rem;
}

#main_visual {
  position: relative;
  margin-bottom: 4.6rem;
}

#main_visual .pic img {
  width: 100%;
}

#main_visual .top_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#main_visual .top_logo img {
  width: 464px;
  height: auto;
  vertical-align: middle;
}

#pic_visual {
  position: relative;
}

#pic_visual .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1020px;
}

#pic_visual .pic {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#pic_visual .pic img {
  width: 100%;
  height: 700px;
}

#pic_visual .copy_wrap {
  position: absolute;
  top: 48%;
  padding: 0;
  font-family: "Vollkorn", serif;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}

#pic_visual .copy_wrap.left {
  left: 30px;
  text-align: left;
}

#pic_visual .copy_wrap.right {
  right: 30px;
  text-align: right;
}

#pic_visual .copy_wrap .page_title {
  letter-spacing: 1px;
  line-height: 1.4;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#pic_visual .copy_wrap .visual_copy {
  line-height: 1.85;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#pic_visual p {
  opacity: 0;
  -webkit-animation: fade 1s ease-in-out 0s forwards;
          animation: fade 1s ease-in-out 0s forwards;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.desc_wrap .desc p {
  margin: 0 0 10px;
  line-height: 2;
}

.sc_anim {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -webkit-transition: opacity 1.5s ease-in-out;
}

.sc_anim.anim_end {
  opacity: 1;
}

/*--- top ---*/
#top .center {
  text-align: center;
}

#top .tit {
  font-size: 2.24em;
  font-weight: normal;
  font-family: "Vollkorn", serif;
}

#top #info {
  margin-bottom: 3.75rem;
}

#top #info .inner {
  max-width: 1160px;
}

#top #info #news {
  margin-bottom: 3.63rem;
}

#top #info .btn-more {
  float: right;
  text-align: right;
}

#top .sec_flat .txt_col_wrap {
  background: url(../../top/img/top_bg.jpg) repeat;
}

#top #sec_blog {
  margin: 5.88rem 0;
}

#top #sec_blog .inner {
  max-width: 1070px;
}

#top #sec_blog .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top #sec_blog .box_wrap .box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43.6%;
  text-align: center;
  background: url(../../top/img/top_bg.jpg) repeat;
}

#top #sec_blog .box_wrap .box .name {
  font-size: 2.2em;
  font-family: "Vollkorn", serif;
}

#top #sec_blog .box_wrap .box .copy {
  font-size: 1.06em;
}

#top #sec_blog .box_wrap .box a {
  display: block;
  padding: 1.875rem 0;
  width: 100%;
  color: #333;
}

#top #sec_blog .box_wrap .box a:hover {
  display: block;
  opacity: 0.6;
  text-decoration: none;
}

#top #sec_blog .box_wrap .box.right {
  float: right;
}

#news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  padding: 10px 0;
}

#news li p {
  padding: 0 15px;
}

#news li .date {
  color: #333;
  line-height: 1.4;
}

#news li .btn-cat {
  width: 173px;
}

#news li .post_tit {
  position: relative;
  top: -2px;
  padding: 0 15px;
  width: 71%;
  line-height: 1.7;
}

#news li .post_tit a {
  color: #333;
}

#news li .post_tit a:hover {
  color: #9a4700;
}

#news li .post_tit i {
  padding-left: 0.4em;
}

.gallery {
  padding: 2.2rem 0 1.2rem;
}

.gallery .gallery_list {
  padding-bottom: 3.9rem;
}

.card {
  margin-bottom: 2em;
  border: none;
  border-radius: 0;
  background-color: #faf9f8;
}

.card .card-img {
  border-radius: 0;
}

.card-body {
  padding: 0.75em;
}

.card-title {
  margin-bottom: 2em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single_entry .video-container {
  margin-bottom: 2em;
  padding-top: 0px;
  clear: both;
}

/*--------------------------------------------------------------
 single
--------------------------------------------------------------*/
#post .sub_nav {
  margin-bottom: 2rem;
}

.text-container a {
  text-decoration: underline;
}

.entry-content h1 {
  margin: 45px 0 15px;
  font-size: 30px;
  font-weight: normal;
}

.entry-content h2 {
  margin: 45px 0 15px;
  font-size: 1.9em;
  font-weight: normal;
}

.entry-content h3 {
  margin: 45px 0 15px;
  font-size: 1.75em;
  font-weight: normal;
}

.entry-content h4 {
  margin: 45px 0 15px;
  font-size: 1.5em;
  font-weight: normal;
}

.entry-content h5 {
  margin: 45px 0 15px;
  font-size: 1.32em;
  font-weight: normal;
}

.entry-content h6 {
  margin: 45px 0 15px;
  font-size: 1.13em;
  font-weight: normal;
}

.entry-content a {
  color: #9a4700;
  text-decoration: none;
}

.entry-content a:hover {
  text-decoration: underline;
}

.entry-content p {
  margin-bottom: 32px;
}

.entry-content .wp-block-image {
  margin: 0 0 32px;
}

.entry-content table {
  width: 100%;
  padding-bottom: 32px;
}

.entry-content table th {
  padding: 0 2em 0.8em 0;
  line-height: 1.5;
  vertical-align: top;
}

.entry-content table td {
  padding: 0 2em 0.8em 0;
  line-height: 1.5;
  vertical-align: top;
}

.entry-content ul {
  margin-bottom: 32px;
  padding-left: 25px;
  list-style-type: disc;
}

.entry-content ol {
  margin-bottom: 32px;
  padding-left: 25px;
}

.entry-content li {
  margin: 0 0 12px;
  line-height: 1.8;
}

.entry-content blockquote {
  margin-bottom: 32px;
}

.entry-content cite {
  color: #777;
  font-style: normal;
}

.entry-content .wp-block-column h1:first-child, .entry-content .wp-block-column h2:first-child, .entry-content .wp-block-column h3:first-child, .entry-content .wp-block-column h4:first-child, .entry-content .wp-block-column h5:first-child, .entry-content .wp-block-column h6:first-child {
  margin-top: 0;
}

.entry-content figcaption {
  line-height: 1.4;
}

.entry-content .btn {
  width: auto;
}

.entry-content .btn a {
  padding: 0 10px;
}

.wp-block-gallery {
  padding-left: 0 !important;
}

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 25px;
}

.wp-block-gallery .blocks-gallery-item img {
  height: 100%;
}

.wp-block-image figcaption {
  margin-bottom: 0;
  color: #777;
  font-size: 0.9em;
  text-align: left;
}

.wp-block-file a.wp-block-file__button {
  padding: .5em 1em;
  color: #9a4700;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #9a4700;
  background: #FFF;
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:visited {
  color: #9a4700;
  opacity: 1;
}

.wp-block-file a.wp-block-file__button:hover {
  color: #FFF;
  text-decoration: none;
  border-radius: 4px;
  background-color: #9a4700;
  opacity: 1 !important;
}

.wp-block-embed {
  margin-bottom: 32px;
}

.wp-block-embed iframe {
  margin-bottom: 0;
}

iframe {
  margin-bottom: 32px;
  height: 345px;
  border: none;
}

/*---SinglePage---*/
.single_entry {
  margin-bottom: 3.25em;
}

.single_entry .entry_meta {
  margin-bottom: 2rem;
}

.single_entry .entry_meta .date {
  display: inline-block;
  margin-right: 1.25em;
  margin-bottom: 0;
}

.single_entry .entry_meta .btn-cat {
  margin-right: 10px;
}

.single_entry .entry_meta .btn.btn-tweet, .single_entry .entry_meta .btn.btn-share {
  margin-right: 0.75em;
}

.single_entry .pic {
  display: inline-block;
  padding-bottom: 0.5em;
}

.single_entry .entry-content {
  margin-bottom: 4.3rem;
}

.single_entry .entry-content .copy {
  line-height: 1.75;
}

.single_entry .entry-content iframe {
  width: 100%;
  min-height: 400px;
}

.single_entry br {
  display: block;
}

/*--------------------------------------------------------------
 page
--------------------------------------------------------------*/
#page .prograss_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.25em;
  padding: 3.25em 0;
  text-align: center;
  list-style-type: none;
  border-bottom: 1px solid #777;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page .prograss_bar li {
  list-style-type: none;
  line-height: 1.4;
}

#page .prograss_bar .step1,
#page .prograss_bar .step2,
#page .prograss_bar .step3 {
  position: relative;
  margin: 0 15% 0.75em 0;
  padding: 0.5em 0.3em;
  width: 23%;
  height: 79px;
  background-color: #FFF;
  border: 1px solid #aaa;
}

#page .prograss_bar .step1 {
  border: 1px solid #000;
}

#page .prograss_bar .step3 {
  margin: 0;
}

#page .prograss_bar .icon_arr:after {
  content: "\f061";
  position: absolute;
  left: 130%;
  width: 24px;
  color: #aaa;
  font-size: 1.3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page .contact_tbl {
  margin-bottom: 3.25em;
  width: 100%;
  border-collapse: collapse;
}

#page .contact_tbl th {
  padding: 0.5em 0 0 0.25em;
  width: 40%;
  font-size: 1.512em;
  text-align: left;
  line-height: 160%;
  vertical-align: top;
}

#page .contact_tbl th.line, #page .contact_tbl td.line {
  padding-bottom: 3.25em;
  border-bottom: 1px solid #777;
}

#page .contact_tbl td {
  padding: 0.75em 0.5em;
  width: 60%;
}

#page .contact_tbl td label {
  display: block;
  line-height: 2;
}

#page .contact_tbl td .input {
  padding: 0.5em;
  width: 83%;
  font-size: 1em;
  border: 1px solid #777;
}

#page .agree_policy {
  padding: 0.75em 0.5em;
  text-align: center;
}

#page .agree_policy input[type=checkbox] {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

#page .agree_policy span {
  text-decoration: underline;
}

#page .submit_wrap {
  margin: 0 auto;
  padding-bottom: 5.25em;
  text-align: center;
}

#page .submit_wrap p {
  margin-bottom: 0;
}

#page .submit_wrap .error {
  padding: 0 0.5em;
  clear: both;
}

#page .mwform-checkbox-field-text {
  display: none;
}

#page .mw_wp_form_confirm label {
  font-weight: bold;
  padding-bottom: 10px;
}

#page .mw_wp_form_confirm .prograss_bar .step2, #page .mw_wp_form_complete .prograss_bar .step3 {
  border: 1px solid #000;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  /**
     * Default height
     */
  height: 500px;
}

#page-the_brand .parallax {
  background-position: left;
}

.expandible .btn-more {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ddd;
  font-family: "Vollkorn", serif;
  cursor: pointer;
}

.expandible .btn-more:hover {
  color: #9a4700;
  border-bottom: 1px solid #9a4700;
}

.gallery_list {
  margin-bottom: 2.2em;
}

.gallery_list li {
  margin-bottom: 1.25em;
}

.complete {
  text-align: center;
}

.complete .btn {
  width: 180px;
}

.complete h2, .complete p, .complete .btn {
  margin-bottom: 2rem;
}

/* engeki_top */
.engeki_top_kurayami h1 {
  font-size: 43px;
}

.blog_list article {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #777;
}

.blog_list article:last-child {
  margin-bottom: 2.8rem;
}

/*--------------------------------------------------------------
 search
--------------------------------------------------------------*/
#search_pg .no_post:last-child {
  display: none;
}

#search_pg .entry-summary {
  color: #b2825f;
}

#search_pg .section hr:last-child {
  height: 0;
}

/*--------------------------------------------------------------
### Sidebar
--------------------------------------------------------------*/
#side_bar {
  margin-bottom: 3.25em;
}

#side_bar .section {
  margin-left: 1.25em;
  width: 89%;
}

#side_bar .side_title {
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  font-size: 1.06em;
  border-bottom: 1px solid #777;
}

#side_bar .archive_post li {
  margin-bottom: 0.75em;
  padding: 0;
}

#side_bar .archive_post li:last-child {
  margin: 0;
}

#side_bar .archive_post li a {
  color: #000;
}

#side_bar .archive_post li a:hover {
  color: #9a4700;
}

/*--------------------------------------------------------------
### Btn
--------------------------------------------------------------*/
.btn_wrap {
  margin-bottom: 3.13rem;
  text-align: center;
}

.btn_list {
  display: inline-block;
  margin-left: 2em;
  width: 97px;
  height: 33px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn_list a {
  display: block;
}

.btn {
  width: 360px;
  height: 44px;
}

.btn a {
  color: #000 !important;
  text-decoration: none !important;
  border: 1px solid #000;
  border-radius: 4px;
}

.btn a:hover {
  color: #9a4700 !important;
  background-color: #FFF;
}

.btn:after {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 0%;
  z-index: 1;
  border-top: 1px solid #9a4700;
  border-right: 1px solid #9a4700;
  border-width: 0px;
}

.btn:before {
  content: ' ';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0%;
  height: 0%;
  z-index: 1;
  border-bottom: 1px solid #9a4700;
  border-left: 1px solid #9a4700;
  border-width: 0px;
}

.btn.bang:hover {
  border: 1px solid transparent;
}

.btn.bang:hover:after, .btn.bang:hover:before {
  border-width: 1px;
  border-radius: 4px;
  -webkit-animation: aW_nH 0.5s, sW_aH 0.5s, sW_sH .5s infinite;
          animation: aW_nH 0.5s, sW_aH 0.5s, sW_sH .5s infinite;
  -webkit-animation-delay: 0s, 0.5s, .8s;
          animation-delay: 0s, 0.5s, .8s;
}

.btn.btn-primary {
  width: 180px;
  color: #FFF !important;
  border: 0;
  border-radius: 4px;
  background-color: #9a4700;
}

.btn.btn-outline {
  background: none;
}

.btn.btn-outline a {
  color: #9a4700 !important;
  border-radius: 4px;
}

.btn.btn-outline a:hover {
  color: #FFF !important;
  background-color: #9a4700;
}

.btn.btn-md {
  width: 300px;
}

.btn.btn-lg {
  height: 50px;
}

.btn.btn-xl {
  width: 612px;
  height: 40px;
}

.btn.btn-xxl {
  width: 100%;
  height: 40px;
}

.btn-more {
  width: 165px;
  text-align: center;
  font-size: 16px;
}

.btn-more a {
  display: block;
  color: #333;
  font-family: "Vollkorn", serif;
  border-bottom: 1px solid #999;
}

.btn-more a:hover {
  border-bottom: 1px solid #9a4700;
  color: #9a4700;
  text-decoration: none;
}

.btn-cat {
  width: auto;
  height: 23px;
  font-size: 0.8em;
  text-align: center;
  overflow: hidden;
}

.btn-cat a {
  display: block;
  padding: 0 15px;
  line-height: 20px;
}

.btn-cat a:hover {
  color: #9a4700 !important;
  border: 1px solid #9a4700;
}

.btn-tweet, .btn-share {
  margin-right: 5px;
  width: 124px;
  height: 23px;
  border-radius: 0;
  background-color: #aaa;
}

.btn-tweet a, .btn-share a {
  display: block;
  line-height: 23px;
}

.btn-tweet a:hover, .btn-share a:hover {
  border-radius: 0;
  background-color: #777;
}

.btn-tweet i, .btn-share i {
  margin-left: -7px;
  padding-right: 22px;
}

.btn-share {
  margin-right: 0;
}

.btn-share i {
  margin-left: -10px;
  padding-right: 29px;
}

/* @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {

        .btn-cat a,
        .btn-share a {
            line-height: 22px;
        }
    }
} */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .btn-cat {
    vertical-align: bottom;
  }
}

.btn_prev:before {
  content: "\f104";
  left: 10px;
  right: auto;
}

.btn_prev:after {
  content: "\f105";
  right: 10px;
}

.pager_btn a:hover {
  border: 1px solid #9a4700;
}

.submit_wrap .btn {
  width: 180px;
  color: #333;
  font-size: 1em;
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.submit_wrap .btn:hover {
  color: #9a4700;
  border-radius: 4px;
  border: 1px solid #9a4700;
}

.wp-block-button {
  margin-bottom: 32px;
}

.wp-block-button .wp-block-button__link {
  padding: 9px 30px;
  color: #9a4700;
  font-size: 1em;
  border: 1px solid #9a4700;
  border-radius: 4px;
  background-color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
  color: #FFF;
  text-decoration: none;
  border-radius: 4px;
  background-color: #9a4700;
  opacity: 1;
}

.wp-block-file {
  margin-bottom: 32px;
}

/* A weird set of keyframes that can do anything */
@-webkit-keyframes sW_aH {
  from {
    width: 100%;
    height: 0%;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
@keyframes sW_aH {
  from {
    width: 100%;
    height: 0%;
  }
  to {
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes sW_sH {
  from {
    width: 100%;
    height: 100%;
  }
  to {
    width: 100%;
    height: 100%;
  }
}

@keyframes sW_sH {
  from {
    width: 100%;
    height: 100%;
  }
  to {
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes aW_nH {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes aW_nH {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

/*--------------------------------------------------------------
### Border
--------------------------------------------------------------*/
.bd-top {
  margin: 2.8em 0;
  border-top: 1px solid #333;
}

.bd-bottom {
  border-bottom: 1px solid #333;
}

.bd-none {
  border: none;
}

/*--------------------------------------------------------------
### Title
--------------------------------------------------------------*/
.page_title {
  color: #FFF;
  font-size: 3.31em;
  font-weight: normal;
}

.page_title a {
  text-decoration: none;
}

.page-header {
  margin-bottom: 3.13rem;
  background-color: #faf9f8;
}

.headline {
  margin-bottom: 0;
  padding: 2em 0;
  font-size: 2.12em;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  line-height: 1.3;
}

.s_head {
  padding-bottom: 0.75em;
  font-weight: normal;
}

.price {
  margin-bottom: 0.5em;
  font-family: "Vollkorn", serif;
}

.title {
  margin-bottom: 1.26rem;
  font-weight: normal;
  text-align: center;
  line-height: 2.5;
}

.title.sl {
  font-size: 1.4em;
}

.sub_title {
  margin-bottom: 2rem;
  font-weight: normal;
  line-height: 1.5;
}

.entry-title {
  margin-bottom: 2.26rem;
  line-height: 1.6;
}

.entry-title a {
  color: #333;
}

@media only screen and (min-width: 768px) {
  .entry-title a:hover {
    color: #9a4700;
    text-decoration: underline;
  }
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
  position: relative;
  padding: 70px 0 45px;
  text-align: center;
  clear: both;
}

.pagination .current {
  color: #FFF;
  background-color: #333;
}

.pagination .current:hover {
  background-color: #9a4700;
  border: 1px solid #9a4700;
}

.pagination a, .pagination span {
  display: inline-block;
  margin: 2px 4px;
  padding: 11px 18px;
  color: #333;
  text-decoration: none;
  background-color: #FFF;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border: 1px solid #333;
  border-radius: 2px;
}

.pagination a:hover {
  color: #9a4700 !important;
  text-decoration: none !important;
  border: 1px solid #9a4700;
  border-radius: 2px;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
#search_result .search_inner, #error_pg .search_inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#search_result .search_box, #error_pg .search_box {
  width: 100%;
}

#search_result .search_box .title, #error_pg .search_box .title {
  text-align: left;
}

#search_result .search_box input[type=search], #error_pg .search_box input[type=search] {
  float: left;
  width: 250px;
  height: 44px;
  font-family: "Noto Serif JP", serif;
  font-size: .9em;
  border: 1px solid #ccc;
  border-radius: 0;
}

#search_result .search_box button, #error_pg .search_box button {
  padding: 12.5px 14px;
}

#search_result .search-form, #error_pg .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#error_pg {
  clear: both;
}

#error_pg .btn {
  margin: 0.5rem 0 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  padding: 5.25em 0 1.25em;
  background-color: #000;
  font-family: "Vollkorn", serif;
}

#footer #ft_sns {
  margin: 0 auto 3.25em;
  width: 171px;
}

#footer #ft_sns li {
  float: left;
}

#footer #ft_sns li a {
  display: block;
  padding: 3px 5px 5px;
  color: #FFF;
  font-size: 1em;
}

#footer #ft_sns li a i {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

#footer #ft_sns li a:hover {
  opacity: 0.6;
}

#footer #ft_sns li .fa-2x {
  font-size: 2.1em;
}

#footer #ft_sns .l_sns {
  display: inline-block;
  padding: 0 23px 0 33px;
  vertical-align: middle;
}

#footer #ft_nav ul,
#footer #ft_nav_01 ul {
  padding-bottom: 1.25em;
}

#footer #ft_nav ul li,
#footer #ft_nav_01 ul li {
  padding: 0 15px;
  font-size: 1.25em;
}

#footer #ft_nav ul li a,
#footer #ft_nav_01 ul li a {
  display: block;
  color: #FFF;
  font-weight: normal;
}

#footer #ft_lang_copyright .ft_language li a:after {
  position: relative;
  content: "|";
  display: inline-block;
  padding-left: 7px;
}

#footer #ft_lang_copyright .ft_language li:last-child a:after {
  content: "";
}

/* _::-webkit-full-page-media,
_:future,
 :root #gnav li a {
    display: block;
} */
/*--------------------------------------------------------------
## Breakpoint
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /*--------------------------------------------------------------
    ## Layout
    --------------------------------------------------------------*/
  .inner {
    padding: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .inner-fluid {
    padding: 0 15px;
  }
  .inner-fluid .text-container {
    padding: 0;
  }
  .switch-pc {
    display: none;
  }
  .switch-sp {
    display: block;
  }
  .fl_center_sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /*--------------------------------------------------------------
    ## header
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    ### Menu
    --------------------------------------------------------------*/
  #gnav li {
    font-size: 1.35em;
  }
  /*--------------------------------------------------------------
    ## Content
    --------------------------------------------------------------*/
  #main_visual {
    margin-bottom: 2.82rem;
    padding: 0 !important;
  }
  #main_visual .top_logo {
    top: 47%;
    width: 85%;
  }
  #main_visual .pic.pic_right {
    position: absolute;
    left: -730px;
  }
  #main_visual .pic img {
    max-width: 100%;
    height: 600px;
  }
  #main_visual .page_title {
    margin: 0.875em 0;
  }
  #main_visual .copy {
    line-height: 1.9;
  }
  #pic_visual .pic img {
    height: 600px;
  }
  #pic_visual .copy_wrap {
    margin: 0;
  }
  #pic_visual .copy_wrap.left {
    right: 0;
    left: 0;
    padding: 0 20px;
    text-align: right;
  }
  #pic_visual .copy_wrap.right {
    right: 0;
    left: 0;
    padding: 0 20px;
    text-align: left;
  }
  #pic_visual .copy_wrap .page_title {
    padding-bottom: 10px;
    font-size: 2.65em;
    text-shadow: 1px 2px 3px #777;
  }
  #pic_visual .copy_wrap .visual_copy {
    font-size: 1.06em;
    line-height: 1.8;
    text-shadow: 1px 1px 2px #333;
  }
  .content-area .btn_wrap {
    margin: 0 0 3.13rem;
  }
  .bd-sp-top {
    margin: 2.8em 0;
    border-top: 1px solid #777;
  }
  .pic-wide {
    margin: 0 -15px;
  }
  .title {
    margin-bottom: 2.1rem;
    line-height: 1.6;
  }
  .headline {
    padding: 1.4em 0;
    text-align: center;
  }
  .card {
    margin-bottom: 1.4em;
  }
  .card-body {
    padding: 0.525em;
  }
  .card-title {
    margin-bottom: 1.4em;
  }
  .order-sp-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .section.sec_flat {
    margin-bottom: 1.88rem;
  }
  .section.sec_flat .pic img {
    height: auto;
  }
  .section.sec_flat .txt_col_wrap .txt_col {
    padding: 3.75rem 0 2.63rem;
    text-align: center;
  }
  .section.sec_flat .txt_col_wrap .txt_col .name {
    margin-bottom: 1em;
    font-size: 2em;
  }
  .section.sec_flat .txt_col_wrap .txt_col .copy {
    margin-bottom: 2.81rem;
    font-size: 1em;
  }
  .section.sec_flat .txt_col_wrap .txt_col .btn-more {
    display: inline-block;
    font-size: 15px;
    text-align: center;
  }
  .section .block {
    margin-bottom: 2.275em;
    padding: 2.275em 0;
  }
  #top .tit {
    margin-bottom: 2.18rem;
    font-size: 1.73em;
    text-align: center;
  }
  #top #info #news {
    margin-bottom: 2.37rem;
  }
  #top #info .btn-more {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  #top #sec_blog {
    margin: 0;
    padding: 1.25rem 0 3.125rem;
  }
  #top #sec_blog .box_wrap .box {
    float: none;
    margin-bottom: 1.875rem;
    width: 100%;
  }
  #top #sec_blog .box_wrap .box:last-child {
    margin-bottom: 0;
  }
  #news li {
    padding: 7px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #news li .date {
    line-height: 1.6;
  }
  #news li .btn-cat {
    padding: 0 8px;
  }
  #news li .post_tit {
    display: block;
    width: 100%;
    line-height: 1.5;
  }
  .gallery_list {
    margin-bottom: 1.7rem;
  }
  .gallery .gallery_list {
    padding-bottom: 1.3rem;
  }
  .wp-block-gallery .blocks-gallery-item {
    margin: 0 15px 16px 0;
  }
  .blog_list article:last-child {
    margin-bottom: 0;
  }
  .parallax {
    height: 205px;
    background-attachment: scroll;
    background-size: 100% auto;
  }
  .single_entry {
    margin-bottom: 2.275em;
  }
  .single_entry .entry-content iframe {
    min-height: auto;
  }
  .single_entry .entry_meta {
    margin-bottom: 2rem;
  }
  .single_entry .entry_meta .date {
    margin-right: 0.875em;
  }
  .single_entry .pic {
    padding-bottom: 0.35em;
  }
  .single_entry .btn_wrap.switch-sp {
    display: block !important;
  }
  #post .btn_wrap.switch-pc {
    display: none !important;
  }
  /*--------------------------------------------------------------
    ### Btn
    --------------------------------------------------------------*/
  .btn {
    width: 100%;
  }
  .btn.btn-xl {
    width: 90%;
  }
  .btn-cat {
    margin-bottom: 10px;
    width: auto;
    font-size: 0.82em;
  }
  /*--------------------------------------------------------------
    ## Subnav
    --------------------------------------------------------------*/
  .display_selectedItem {
    position: relative;
    height: 50px;
    color: #9a4700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #9a4700;
    padding: 12px;
    margin: 0;
  }
  .display_selectedItem:after {
    content: "\f107";
    display: inline-block;
    position: absolute;
    top: -1px;
    right: 0;
    padding: 12px;
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 1.8em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-rendering: auto;
    line-height: 1;
    background-color: #9a4700;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .display_selectedItem.active:after {
    content: "\f106";
  }
  .sub_nav .select_box {
    display: none;
  }
  .sub_nav .select_box li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px;
    border: 1px solid #9a4700;
    border-top: 0;
  }
  .sub_nav .select_box li a {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: #9a4700;
  }
  .ft_subnav {
    margin: 2.275em 0 2.275em !important;
    padding-top: 0.875em;
  }
  /*--------------------------------------------------------------
    # page
    --------------------------------------------------------------*/
  #page .prograss_bar {
    margin-bottom: 2.275em;
    padding: 2.275em 0;
  }
  #page .prograss_bar .step1,
  #page .prograss_bar .step2,
  #page .prograss_bar .step3 {
    margin-bottom: 0.525em;
    height: auto;
  }
  #page .prograss_bar .step1.icon_arr:after,
  #page .prograss_bar .step2.icon_arr:after {
    bottom: 22%;
    left: 126%;
  }
  #page .contact_tbl {
    margin-bottom: 2.275em;
  }
  #page .contact_tbl th {
    font-size: 1.416em;
  }
  #page .contact_tbl th.line {
    border: none;
    padding-bottom: 0.875em;
  }
  #page .contact_tbl td.line {
    padding-bottom: 2.275em;
  }
  #page .contact_tbl td .input {
    padding: 0.35em;
    width: 100%;
  }
  #page .contact_tbl th, #page .contact_tbl td {
    display: block;
    width: 100%;
    padding: 7px 0;
  }
  #page .agree_policy {
    float: none;
    margin: 0;
    padding: 0 0 25px;
    text-align: center;
  }
  #page .submit_wrap {
    padding-bottom: 3.675em;
    width: 100%;
  }
  #page .submit_wrap .btn {
    display: block;
    margin: 0 auto;
  }
  /*--------------------------------------------------------------
    ## Sidebar
    --------------------------------------------------------------*/
  #side_bar {
    margin-bottom: 2.275em;
  }
  #side_bar .section {
    width: 100%;
    margin: 0;
  }
  #side_bar .archive_post li {
    display: block;
    margin-bottom: 0.875em;
  }
  #side_bar .archive_post li .p_thumb {
    float: left;
    margin-bottom: 0;
    width: 20%;
  }
  #side_bar .archive_post li .p_thumb img {
    width: 100%;
    height: auto;
  }
  #side_bar .archive_post li .p_title {
    float: left;
    margin-left: 13px;
    width: 75%;
  }
  /*--------------------------------------------------------------
    ## Title
    --------------------------------------------------------------*/
  .schedule .headline {
    font-size: 1.5em;
  }
  /*--------------------------------------------------------------
    ## Pagination
    --------------------------------------------------------------*/
  .pagination {
    padding: 35px 0 0;
  }
  .pagination a,
  .pagination span {
    padding: 10px 18px;
    margin: 5px 2px;
  }
  /*--------------------------------------------------------------
    ## 404
    --------------------------------------------------------------*/
  #error_pg .btn {
    margin-bottom: 3.25rem;
  }
  /*--------------------------------------------------------------
    ## Footer
    --------------------------------------------------------------*/
  .share_sns {
    border-top: 1px solid #777;
  }
  .share_sns .share_in {
    border: none;
  }
  .share_sns .share_in ul {
    padding: 30px 0;
    width: 100%;
  }
  .share_sns .share_in ul .share_text {
    display: block;
    padding-bottom: 25px;
    width: 100%;
    text-align: center;
  }
  #post .share_sns {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
  }
  #post .share_sns ul {
    padding: 15px 0;
  }
  #footer {
    padding: 85px 0 40px;
  }
  #footer .ft_logo {
    margin: 0 auto 80px;
    width: 285px;
  }
  #footer #scroll_top {
    top: -205px;
  }
  #footer #ft_sns {
    margin-bottom: 0;
  }
  #footer #ft_sns a {
    padding: 8px 0 10px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
  }
  #footer #ft_nav,
  #footer #ft_nav_01 {
    padding: 1.53rem 0 0;
    text-align: center;
  }
  #footer #ft_nav ul,
  #footer #ft_nav_01 ul {
    padding-bottom: 0;
  }
  #footer #ft_nav ul li,
  #footer #ft_nav_01 ul li {
    float: left;
    padding: 0;
    width: 100%;
    font-size: 1.35em;
    text-align: center;
    line-height: 1.85;
  }
  #footer #ft_nav ul li a,
  #footer #ft_nav_01 ul li a {
    display: block;
    padding: 0;
  }
  #footer #ft_nav_01 ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #footer #ft_nav_01 ul li {
    width: auto;
  }
  #footer #ft_nav_01 ul li a {
    padding: 0 15px;
  }
  #footer #ft_lang_copyright {
    padding: 1.53rem 0 0;
    color: #FFF;
    text-align: center;
  }
  #footer #ft_lang_copyright .policy {
    font-size: 1em;
  }
  #footer #ft_lang_copyright .ft_language ul {
    padding: 2em 0 2.1em;
  }
  #footer #ft_lang_copyright .ft_language ul .switch-pc {
    display: none !important;
  }
  #footer #ft_lang_copyright .ft_language ul li {
    display: initial;
    font-size: 1em;
  }
  #footer #ft_lang_copyright .ft_language ul li a {
    padding-left: 10px;
  }
  #footer #ft_lang_copyright .ft_language ul li a:after {
    padding-left: 10px;
  }
  #footer #ft_lang_copyright a {
    color: #FFF;
  }
}

@media only screen and (max-width: 880px) {
  .inner {
    padding: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .inner-fluid {
    padding: 0 15px;
  }
  .inner-fluid .text-container {
    padding: 0;
  }
  .switch-pc {
    display: none;
  }
  .switch-sp {
    display: block;
  }
  /*--------------------------------------------------------------
    ## header
    --------------------------------------------------------------*/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    padding: .8em 0;
    width: 100%;
    min-height: 60px;
    border-top: none;
    background-color: #000;
    z-index: 3;
  }
  #header .logo {
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    width: 175px;
  }
  #header .btn-toggle-menu {
    position: absolute;
    top: 18px;
    right: 0px;
    width: 55px;
    border-radius: 3px;
    opacity: 0.95;
    cursor: pointer;
    outline: none;
    z-index: 4;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  #header .btn-toggle-menu .icon-bar {
    display: block;
    margin: 0 11px;
    width: 32px;
    height: 4px;
    color: #fff;
    border-radius: 1px;
    background-color: #FFF;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  #header .btn-toggle-menu .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  #header .btn-toggle-menu .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  #header .btn-toggle-menu .middle-bar {
    opacity: 1;
  }
  #header .btn-toggle-menu .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  #header .btn-toggle-menu.collapsed .icon-bar {
    background-color: #FFF;
  }
  #header .btn-toggle-menu.collapsed .top-bar {
    margin-left: 13px;
    width: 32px;
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    transform-origin: -4% 10%;
    -webkit-transform-origin: -4% 10%;
  }
  #header .btn-toggle-menu.collapsed .middle-bar {
    opacity: 0;
  }
  #header .btn-toggle-menu.collapsed .bottom-bar {
    margin-left: 13px;
    width: 32px;
    transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%;
    -moz-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
  }
  #header .btn-toggle-menu.close {
    position: absolute;
  }
  #header .btn-toggle-menu.close .icon-bar {
    position: relative;
    top: 1px;
    right: 15px;
    left: 4px;
  }
  #header .btn-toggle-menu:focus {
    outline: none;
  }
  /*--------------------------------------------------------------
    ### Menu
    --------------------------------------------------------------*/
  #gnav {
    display: none;
    position: fixed;
    top: 0;
    padding: 70px 0 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    clear: both;
    z-index: 3;
    overflow-y: auto;
  }
  #gnav li {
    float: left;
    padding: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 2.1;
  }
  #gnav li a {
    display: block;
    padding: 0 30px;
    color: #FFF;
    text-align: center;
    opacity: 1;
  }
  .search_btn {
    position: relative;
    padding: 30px;
  }
  .search_btn .search-form {
    position: relative;
  }
  .search_btn input[type=search] {
    padding: 11px 6px;
    width: 100%;
    color: #FFF;
    font-family: "Vollkorn", serif;
    font-size: 1em;
    border: 1px solid #FFF;
    -webkit-appearance: none;
    border-radius: 3px;
    background: none;
  }
  .search_btn button {
    position: absolute;
    top: 51%;
    right: 10px;
    color: #FFF;
    cursor: pointer;
    border: none;
    background: none;
    -webkit-appearance: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .search_btn button i {
    font-size: 1.5em;
  }
  /*--------------------------------------------------------------
    ## search_result
    --------------------------------------------------------------*/
  #search_result .btn_wrap .btn, #error_pg .btn_wrap .btn {
    margin: 0 15px 10px;
  }
  /*--------------------------------------------------------------
    ## content
    --------------------------------------------------------------*/
  #content {
    padding: 60px 0 1px;
  }
  #main_visual,
  #pic_visual {
    padding: 0;
  }
  /*---SinglePage---*/
  .single_entry .entry_meta.social {
    margin-bottom: 1.25em;
    width: 100%;
  }
  .single_entry .btn_wrap.switch-sp {
    display: none;
  }
  .single_entry .btn_wrap.switch-pc {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  /*--------------------------------------------------------------
    ## header
    --------------------------------------------------------------*/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    padding: .86em 0 0.7em;
    width: 100%;
    z-index: 20;
    background-color: #000;
  }
  /*--------------------------------------------------------------
    ## search
    --------------------------------------------------------------*/
  .search_box .search_inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search_box .search-form {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #search_result .search_box .search_inner, #error_pg .search_box .search_inner {
    height: auto;
  }
  /*--------------------------------------------------------------
    ## Menu
    --------------------------------------------------------------*/
  #gnav li {
    padding: 0 25px 0 0;
  }
  #gnav li a {
    color: #FFF;
  }
  #gnav li a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  #gnav .shop_blog {
    display: none !important;
  }
  /*--------------------------------------------------------------
    ## Content
    --------------------------------------------------------------*/
  .content-area #main {
    margin-bottom: 0;
  }
  .content-area #main #news {
    margin-bottom: 1.1rem;
  }
  .content-area .news .entry-content {
    margin-bottom: 6rem;
  }
  .entry-content a:hover,
  .text-container a:hover {
    color: #b2825f;
  }
  .entry-content a:hover,
  .text-container a:hover, .card-title a:hover, .archive_post li a:hover .p_title {
    text-decoration: underline;
  }
  /*---SinglePage---*/
  .single_entry .entry_meta .btn {
    margin-bottom: 0;
  }
  .wp-block-embed-youtube {
    width: 628px;
  }
  iframe {
    width: 628px;
    height: 380px;
    vertical-align: top;
  }
  a img {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  a:hover img {
    opacity: 0.5;
  }
  .section.sec_flat .txt_col_wrap .txt_col {
    position: absolute;
    top: 54%;
    left: 10%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .section.sec_flat .txt_col_wrap .txt_col .copy {
    min-height: 9.3rem;
  }
  .section.sec_flat .txt_col_wrap .txt_col.right {
    right: 10%;
    text-align: right;
  }
  .section.sec_flat .txt_col_wrap .txt_col.right .btn-more {
    float: right;
    text-align: right;
  }
  /*--------------------------------------------------------------
    ### Border
    --------------------------------------------------------------*/
  .bd-md-top {
    border-top: 1px solid #000;
  }
  .bd-md-bottom {
    border-bottom: 1px solid #777;
  }
  .bd-md-none {
    border: none;
  }
  /*--------------------------------------------------------------
    ## Subnav
    --------------------------------------------------------------*/
  .display_selectedItem,
  .nav-toggle-menu {
    display: none;
  }
  .sub_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0;
    list-style: none;
  }
  .sub_nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 30px;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .sub_nav ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    color: #9a4700;
    text-decoration: none;
    border: 1px solid #9a4700;
    border-radius: 4px;
    background-color: #FFF;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sub_nav ul li a:hover, .sub_nav ul li.current_page_item a {
    color: #FFF;
    background-color: #9a4700;
    border-radius: 4px;
  }
  /*--------------------------------------------------------------
    ### Btn
    --------------------------------------------------------------*/
  .btn_list:hover {
    border: 1px solid #9a4700;
  }
  /*--------------------------------------------------------------
    ### Footer
    --------------------------------------------------------------*/
  .share_sns li a:hover {
    opacity: 0.8;
  }
  #footer .ft_logo {
    margin: 0 auto 4em;
    width: 344px;
  }
  #footer #ft_nav,
  #footer #ft_nav_01 {
    padding: 0 15px;
  }
  #footer #ft_nav ul,
  #footer #ft_nav_01 ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #footer #ft_nav ul li,
  #footer #ft_nav_01 ul li {
    float: left;
    line-height: 1.4;
  }
  #footer #ft_nav_01 {
    margin-bottom: 1.25em;
  }
  #footer #ft_lang_copyright {
    color: #FFF;
    font-size: 0.86em;
  }
  #footer #ft_lang_copyright .ft_language {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #footer #ft_lang_copyright .ft_language ul li {
    float: left;
  }
  #footer #ft_lang_copyright .ft_language a {
    color: #FFF;
    padding-left: 7px;
  }
  #footer #ft_lang_copyright .ft_language .policy {
    padding-left: 2em;
    line-height: 1.4;
  }
  #footer #ft_lang_copyright .copy_right {
    float: right;
    line-height: 1.4;
  }
  #footer #ft_nav ul li a:hover,
  #footer #ft_nav_01 ul li a:hover, #footer #ft_lang_copyright .ft_language a:hover, #footer #ft_sns li a:hover,
  #footer #ft_contact li a:hover, #footer #scroll_top a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

@media only screen and (max-width: 480px) {
  .single_entry .entry_meta .date {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 881px) and (max-width: 1000px) {
  /*--------------------------------------------------------------
    ## header
    --------------------------------------------------------------*/
  #gnav ul li {
    font-size: 1.15em;
  }
  /*--------------------------------------------------------------
    ### Footer
    --------------------------------------------------------------*/
  #footer #ft_nav ul li {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 881px) {
  /*--------------------------------------------------------------
    ## header
    --------------------------------------------------------------*/
  #gnav {
    display: block !important;
  }
}

@media only screen and (max-width: 320px) {
  .wp-block-file .wp-block-file__button {
    margin-top: 1em;
    display: inline-block;
  }
}
/*# sourceMappingURL=common.css.map */