@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html,
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  color: #333631;
  font-size: 62.5%;
}

.wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 100vh; /* ビューポート全体の高さを確保 */
}
.wrapper > header {
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100px;
}
.wrapper > header .header-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 1s ease-out;
}
.wrapper > header .header-inner {
  display: flex;
  z-index: 2; /* 背景より前面に配置 */
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: calc(100vw - 100px);
  margin: 0 auto;
  padding: 20px 20px;
  font-family: "Sawarabi Gothic";
}
.wrapper > header .header-inner .site-name {
  font-size: 3rem;
}
.wrapper > header .header-inner nav ul {
  display: flex;
  gap: 0 20px;
}
.wrapper > header .header-inner nav ul li {
  font-size: 1.6rem;
}
.wrapper > header .header-inner nav ul li a {
  padding: 2px;
  border: 2px dotted;
  border-color: rgba(0, 0, 0, 0);
}
.wrapper > header .header-inner nav ul li a:hover {
  border: 2px dotted #8d6449;
}
.wrapper > header.bg-view .header-bg {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: opacity 0.8s ease-out;
}
.wrapper main {
  flex: 1; /* メインコンテンツが残りのスペースを埋める */
}
.wrapper .information-container {
  padding: 80px 20px;
  background-color: #726250;
}
.wrapper .information-container .information {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper .information-container .information .shop-information {
  max-width: 400px;
}
.wrapper .information-container .information .shop-information dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.wrapper .information-container .information .shop-information dl dt {
  width: 90px;
  letter-spacing: 0.3rem;
}
.wrapper .information-container .information .shop-information dl dd {
  width: calc(100% - 90px);
  letter-spacing: 0.1rem;
}
.wrapper .information-container .information .shop-information .sns {
  display: flex;
  gap: 0 30px;
}
.wrapper .information-container .information .shop-information .sns li a img {
  width: 50px;
}
.wrapper .information-container .information .map {
  padding: 5px;
  border: 1px solid;
  background-color: #fff;
  filter: drop-shadow(5px 5px 5px #4e4e4e);
}
.wrapper footer {
  padding: 10px 0;
  background-color: #726250;
  color: #fff;
  font-family: "Sawarabi Mincho";
}
.wrapper footer p {
  text-align: center;
}

@media (max-width: 1024px) {
  .wrapper .information-container .information {
    flex-direction: column;
    max-width: 600px;
    gap: 40px 0;
  }
  .wrapper .information-container .information .map {
    width: 100%;
  }
  .wrapper .information-container .information .map iframe {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .wrapper header .header-inner {
    max-width: initial;
  }
  .wrapper header .header-inner #nav-menu {
    display: flex;
    position: fixed;
    top: 0;
    left: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transition: left 0.3s ease;
  }
  .wrapper header .header-inner #nav-menu li {
    margin-bottom: 20px;
  }
  .wrapper header .header-inner #nav-menu li a {
    margin: 15px 0;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
  }
  .wrapper header .header-inner #nav-menu.open {
    left: 0;
  }
  .wrapper .information-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wrapper .information-container .information .shop-information dl {
    display: block;
  }
  .wrapper .information-container .information .shop-information dl dt {
    width: initial;
  }
  .wrapper .information-container .information .shop-information dl dd {
    width: initial;
    margin-bottom: 10px;
  }
  .wrapper #nav-toggle {
    display: flex;
    z-index: 1000;
    position: fixed;
    top: 10px;
    right: 20px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .wrapper #nav-toggle div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
  }
  .wrapper #nav-toggle div span {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #333;
    transition: all 0.3s ease;
  }
  .wrapper #nav-toggle.active div span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #fff;
  }
  .wrapper #nav-toggle.active div span:nth-child(2) {
    opacity: 0;
  }
  .wrapper #nav-toggle.active div span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #fff;
  }
}
.wrapper .article-container {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}
.wrapper .article-container article {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper .article-container article .article-header {
  display: flex;
  flex-direction: column-reverse;
}
.wrapper .article-container article .article-header .entry-title {
  margin-bottom: 20px;
  font-size: 2.8rem;
}
.wrapper .article-container article .article-header .entry-title:after {
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(114, 98, 80), transparent);
  background: linear-gradient(to right, rgb(114, 98, 80), transparent);
  content: "";
}
.wrapper .article-container article .article-header .entry-title > span {
  display: inline-block;
  padding: 0 0 5px 10px;
}
.wrapper .article-container article .article-header .thumbnail {
  aspect-ratio: 16/9;
  margin-bottom: 40px;
  overflow: hidden;
  filter: drop-shadow(5px 5px 5px #4e4e4e);
}
.wrapper .article-container article .article-header .thumbnail img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.wrapper .article-container article .article-area {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
.wrapper .article-container article .article-area .article-area-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 0 10px;
}
.wrapper .article-container article .article-area .article-area-header .category {
  display: inline-block;
  width: 60px;
  padding: 5px 10px;
  border: 1px solid;
  font-size: 1.4rem;
  text-align: center;
}
.wrapper .article-container article .article-area .article-area-header .date {
  display: inline-block;
  font-size: 1.4rem;
}
.wrapper .article-container article .article-area h2 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.4;
}
.wrapper .article-container article .article-area h3 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
}
.wrapper .article-container article .article-area p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.wrapper .article-container article .article-area ul, .wrapper .article-container article .article-area ol {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.wrapper .article-container article .article-area ul li, .wrapper .article-container article .article-area ol li {
  margin-bottom: 10px;
}
.wrapper .article-container article .article-area img {
  display: block;
  margin: 20px auto 40px;
  object-fit: cover;
  filter: drop-shadow(5px 5px 5px #4e4e4e);
}
.wrapper .article-container article .article-area .is-provider-youtube {
  aspect-ratio: 16/9;
  width: 100%;
  margin: 20px 0 40px;
}
.wrapper .article-container article .article-area .is-provider-youtube .wp-block-embed__wrapper {
  height: 100%;
}
.wrapper .article-container article .article-area .is-provider-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  filter: drop-shadow(5px 5px 5px #4e4e4e);
}
.wrapper .article-container .breadcrumbs {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper .article-container .breadcrumbs a {
  color: #0073aa;
  text-decoration: none;
}
.wrapper .article-container .breadcrumbs span {
  color: #333;
}
.wrapper .information-container {
  padding: 80px 20px;
  background-color: #726250;
}
.wrapper .information-container .information {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper .information-container .information .shop-information {
  max-width: 400px;
}
.wrapper .information-container .information .shop-information dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.wrapper .information-container .information .shop-information dl dt {
  width: 90px;
  letter-spacing: 0.3rem;
}
.wrapper .information-container .information .shop-information dl dd {
  width: calc(100% - 90px);
  letter-spacing: 0.1rem;
}
.wrapper .information-container .information .shop-information .sns {
  display: flex;
  gap: 0 30px;
}
.wrapper .information-container .information .shop-information .sns li a img {
  width: 50px;
}
.wrapper .information-container .information .map {
  padding: 5px;
  border: 1px solid;
  background-color: #fff;
  filter: drop-shadow(5px 5px 5px #4e4e4e);
}