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

/* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ==========================================================================
定数css
========================================================================== */
.fade-up-ttl {
  transform: translateY(60px);
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.fade-up-ttl.js-fadeUp-ttl {
  transform: translateY(0);
  opacity: 1;
}

/* ==========================================================================
共通css
========================================================================== */
/*
*
*	common
*
*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
  font-family: "Noto Sans", "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #3C3C3C;
  background: #ffffff;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  position: relative;
  overflow: hidden;
}

h1 {
  font-size: 4.5rem;
  margin: 0 0 4rem;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 4rem;
  margin: 0 0 4rem;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 3.5rem;
  margin: 3.5rem 0;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 3rem;
  margin: 3rem 0;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 600px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 2.5rem;
  margin: 2.5rem 0;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 600px) {
  h5 {
    font-size: 1.8rem;
  }
}

p {
  font-size: 1.6rem;
  margin: 2rem 0;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 1.5rem;
  }
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

a,
button {
  transition: all 0.5s;
  color: #3C3C3C;
}
a:hover,
button:hover {
  opacity: 0.7;
}

label {
  position: relative;
  font-size: 1.6rem;
}
label:hover {
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email],
select {
  width: 100%;
  display: inline-block;
  padding: 0.7em 1em;
  background: #fff;
  border: solid 1px #000;
  border-radius: 3px;
  font-size: 1.6rem;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 2px;
  background-clip: content-box;
}

input[type=radio]:not(:checked) + span:before {
  border-color: #000;
  background: #fff;
}

input[type=radio]:checked + span:before {
  border-color: #000;
  background-color: #000;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 20px;
  vertical-align: middle;
}

input[type=checkbox]:before,
input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  left: 0;
  top: 2px;
  border: 1px solid;
  border-color: #000;
  background: #fff;
}

input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 6px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #000;
}

select {
  max-width: 200px;
  font-size: 1.6rem;
  -webkit-appearance: auto;
  appearance: auto;
  height: 45px;
}
select:hover {
  cursor: pointer;
}

textarea {
  resize: vertical;
  width: 100%;
  height: 200px;
  resize: none;
  padding: 0.5em 1em;
  background: #fff;
  border: solid 1px #000;
  border-radius: 3px;
  font-size: 1.6rem;
}

.wpcf7-list-item {
  margin: 0 1em 0 0;
}

dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #000;
  text-align: left;
}
dl dt {
  width: 20%;
  padding: 30px 0;
  border-bottom: solid 1px #000;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  dl dt {
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none;
  }
}
dl dd {
  width: 80%;
  padding: 30px 0;
  border-bottom: solid 1px #000;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  dl dd {
    width: 100%;
    padding: 0 0 15px;
  }
}
dl dd a {
  color: #fff;
  word-break: break-word;
}

table {
  border-collapse: collapse;
  margin: 40px 0;
}
table th, table td {
  border: solid 1px #000;
  padding: 1em;
}
table th {
  background: #000;
  font-weight: bold;
}

br.tab {
  display: none;
}
@media screen and (max-width: 860px) {
  br.tab {
    display: block;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  br.sp {
    display: block;
  }
}

.scroll_stop {
  overflow-y: hidden;
}

.display {
  right: 0 !important;
}

.page h1 {
  margin: 4.5rem 0;
}
.page h2 {
  margin: 4rem 0;
}
.page h3 {
  margin: 3.5rem 0;
}
.page h4 {
  margin: 3rem 0;
}
.page h5 {
  margin: 2.5rem 0;
}
.page p {
  margin: 2rem 0;
}
.page img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page a,
.page button {
  transition: all 0.5s;
  color: #369AF5;
}
.page a:hover,
.page button:hover {
  opacity: 0.7;
}

.single article {
  max-width: 1000px;
  padding: 10%;
  margin: 0 auto;
  border-radius: 40px;
  background: #F8F1E2;
}
.single article .date {
  font-size: 1.4rem;
  margin: 0 0 2rem;
}
.single article .thumbnail {
  margin: 0 0 8rem;
}
.single article .article-wrp {
  width: 90%;
  margin: 0 auto;
}
.single article h1 {
  margin: 4.5rem 0;
}
.single article h2 {
  margin: 4rem 0;
}
.single article h3 {
  margin: 3.5rem 0;
}
.single article h4 {
  margin: 3rem 0;
}
.single article h5 {
  margin: 2.5rem 0;
}
.single article p {
  margin: 2rem 0;
}
.single article img {
  margin: 7rem 0;
}
.single article .wp-block-image {
  margin: 7rem 0;
}
.single article .wp-block-image img {
  margin: 0 0 2rem;
}
.single article .wp-block-image .wp-element-caption {
  font-size: 1.4rem;
  font-weight: 200;
  color: #BFB9B4;
}
.single article blockquote {
  background: #ffffff;
  padding: 2.5rem;
  border-left: solid 2px #DD551B;
  margin: 5rem 0;
}
.single article ul {
  margin: 2rem 0;
}
.single article ul li {
  display: flex;
  padding-bottom: 1rem;
}
.single article ul li:before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: solid 1px #DD551B;
  margin-right: 1rem;
  margin-top: 10px;
}
.single article ol {
  margin: 2rem 0;
  counter-reset: num;
}
.single article ol li {
  position: relative;
  display: flex;
  padding-bottom: 1rem;
}
.single article ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  flex-shrink: 0;
  display: inline-block;
  margin-right: 5px;
  color: #DD551B;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.single article > a {
  display: inline-block;
  color: #DD551B;
  text-decoration: underline;
  padding: 2rem 0;
}

/* ==========================================================================
レイアウトに関するスタイル
========================================================================== */
section {
  margin-bottom: 160px;
}
@media screen and (max-width: 600px) {
  section {
    margin-bottom: 120px;
  }
}
section section {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  section section {
    margin-bottom: 0;
  }
}

.container {
  max-width: 1400px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0 30px;
  }
}

.flx {
  display: flex;
}
@media screen and (max-width: 860px) {
  .flx {
    display: block;
  }
  .flx > div {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
  }
  .flx > div:first-child {
    margin-bottom: 4rem;
  }
}

/* ==========================================================================
再利用できるスタイル
========================================================================== */
.parts-sns {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .parts-sns {
    margin: 20% auto 30%;
  }
}
.parts-sns .sns-list {
  justify-content: center;
}
.parts-sns .sns-list .item {
  width: 50%;
  padding: 10%;
}
@media screen and (max-width: 860px) {
  .parts-sns .sns-list .item {
    width: 90% !important;
    margin: 0 auto;
    padding: 5%;
  }
}
.parts-sns .sns-list .item:first-child {
  border-right: solid 1px #BFB9B4;
}
@media screen and (max-width: 860px) {
  .parts-sns .sns-list .item:first-child {
    border-right: none;
    border-bottom: solid 1px #BFB9B4;
  }
}
.parts-sns .sns-list .item a {
  display: block;
  color: #3C3C3C;
  text-align: center;
}
.parts-sns .sns-list .item a h3 {
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
  margin-right: 2rem;
}
.parts-sns .sns-list .item a h3:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: sub;
  margin-right: 2rem;
}
.parts-sns .sns-list .item a h3.instagram:before {
  background: no-repeat center/contain url(../img/icon-instagram-or.svg);
}
.parts-sns .sns-list .item a h3.line:before {
  background: no-repeat center/contain url(../img/icon-line-or.svg);
}

.page-head {
  text-align: center;
  margin: 120px auto;
}
@media screen and (max-width: 600px) {
  .page-head {
    margin: 40px 0 80px;
  }
}
.page-head p {
  margin: 2em 0 0;
  font-size: 1.4rem;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.page-head span {
  font-size: 1.2rem;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 600px) {
  .page-head p {
    //font-size: 1.3rem;
  }
}

.sns-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.sns-icon.instagram {
  background: no-repeat center/contain url(../img/icon-instagram-or.svg);
}
.sns-icon.line {
  background: no-repeat center/contain url(../img/icon-line-or.svg);
}

.btn-main {
  margin-top: 40px;
}
.btn-main a {
  display: inline-block;
  font-size: 1.4rem;
  padding-bottom: 5px;
  border-bottom: solid 1px #BFB9B4;
  color: #3C3C3C;
}
@media screen and (max-width: 600px) {
  .btn-main a {
    font-size: 1.2rem;
    padding-bottom: 2px;
  }
}

.top-title {
  text-align: center;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.top-title h1 {
  display: inline-block;
  letter-spacing: 0.2em;
  margin: 0;
}
.top-title h2 {
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  margin: 0;
}
.top-title span {
  display: block;
  color: #DD551B;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 600px) {
  .top-title span {
    margin-left: 0;
  }
}
.archive-navigation {
  max-width: 1000px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.archive-navigation .page {
  font-size: 3rem;
}
@media screen and (max-width: 860px) {
  .archive-navigation .page {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .archive-navigation .page {
    font-size: 1.8rem;
  }
}
.archive-navigation .current {
  font-size: 3rem;
  color: #DD551B;
}
@media screen and (max-width: 860px) {
  .archive-navigation .current {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .archive-navigation .current {
    font-size: 1.8rem;
  }
}
.archive-navigation .prevpostslink, .archive-navigation .nextpostslink {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: no-repeat center/60% url(../img/arrow-or.svg);
}
@media screen and (max-width: 860px) {
  .archive-navigation .prevpostslink, .archive-navigation .nextpostslink {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .archive-navigation .prevpostslink, .archive-navigation .nextpostslink {
    width: 35px;
    height: 35px;
  }
}
.archive-navigation .prevpostslink {
  transform: scale(-1, 1);
}

.article-navigation {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 120px;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .article-navigation {
    font-size: 1.3rem;
    padding: 60px 0;
  }
}
.article-navigation .postnav-prev {
  color: #DD551B;
}
.article-navigation .postnav-prev:before {
  content: "";
  display: inline-block;
  vertical-align: super;
  margin-right: 10px;
  width: 25px;
  height: 5px;
  background: no-repeat center/contain url(../img/arrow-or.svg);
  transform: scale(-1, 1);
}
@media screen and (max-width: 600px) {
  .article-navigation .postnav-prev:before {
    margin-right: 5px;
  }
}
.article-navigation .postnav-index {
  color: #DD551B;
}
.article-navigation .postnav-next {
  color: #DD551B;
  text-align: right;
}
.article-navigation .postnav-next:after {
  content: "";
  display: inline-block;
  vertical-align: super;
  margin-left: 10px;
  width: 25px;
  height: 5px;
  background: no-repeat center/contain url(../img/arrow-or.svg);
}
@media screen and (max-width: 600px) {
  .article-navigation .postnav-next:after {
    margin-left: 5px;
  }
}

header {
  z-index: 100;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  header {
    padding: 20px;
  }
}
header .logo {
  display: block;
  width: 120px;
  height: 140px;
  text-indent: -9999px;
  background: no-repeat center/contain url(../img/logo-or.png);
}
header .logo:hover {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  header .logo {
    width: 100px;
    height: 120px;
  }
}
header .logo h1, header .logo p {
  text-indent: -9999px;
}
header .nav-wrp {
  max-width: 360px;
  width: 50%;
}
header .nav-wrp .common-menu {
  margin-right: 80px;
}
header .nav-wrp .common-menu.display {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 90;
  overflow-y: scroll;
  animation: appear 0.5s ease-in-out;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 860px) {
  header .nav-wrp .common-menu {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  header .nav-wrp .common-menu {
    flex-direction: column;
    padding: 0;
    height: 100dvh;
    overflow-y: hidden;
  }
}
header .nav-wrp .common-menu ul.nav-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  header .nav-wrp .common-menu ul.nav-list {
    width: 100%;
    height: 100%;
    padding: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    align-content: center;
  }
}
header .nav-wrp .common-menu ul.nav-list li a {
  writing-mode: vertical-rl;
  font-size: 1.3rem;
  color: #DD551B;
}
@media screen and (max-width: 860px) {
  header .nav-wrp .common-menu ul.nav-list li a {
    font-size: clamp(1.6rem, 3vw, 2rem);
  }
}
header .nav-wrp .hum-btn {
  position: fixed;
  top: 40px;
  right: 40px;
  color: #DD551B;
  z-index: 200;
}
@media screen and (max-width: 860px) {
  header .nav-wrp .hum-btn {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  header .nav-wrp .hum-btn {
    top: 30px;
    right: 20px;
  }
}
header .nav-wrp .hum-btn.close span {
  background-color: rgba(255, 255, 255, 0) !important;
}
header .nav-wrp .hum-btn.close span:before {
  top: 0;
  transform: rotate(45deg);
}
header .nav-wrp .hum-btn.close span:after {
  top: 0;
  left: -4px;
  transform: rotate(-45deg);
}
header .nav-wrp .hum-btn:hover {
  cursor: pointer;
}
header .nav-wrp .hum-btn p {
  padding-top: 20px;
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (max-width: 600px) {
  header .nav-wrp .hum-btn p {
    font-size: 1rem;
  }
}
header .nav-wrp .hum-btn span,
header .nav-wrp .hum-btn span:before,
header .nav-wrp .hum-btn span:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 8px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #DD551B;
  transition: all 0.5s;
}
header .nav-wrp .hum-btn span:before {
  top: -7px;
  left: -4px;
}
header .nav-wrp .hum-btn span:after {
  top: 7px;
  left: -2px;
}
header .nav-wrp .hum-menu {
  display: none;
  opacity: 0;
}
header .nav-wrp .hum-menu.display {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  opacity: 1;
  animation: fadeIn 0.8s ease 0s forwards;
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
header .nav-wrp .hum-menu .left {
  width: 40%;
}
@media screen and (max-width: 860px) {
  header .nav-wrp .hum-menu .left {
    display: none;
  }
}
header .nav-wrp .hum-menu .summary {
  max-width: 680px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10% 5%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  header .nav-wrp .hum-menu .summary {
    max-width: 100%;
    width: 100%;
    padding: 10%;
  }
}
header .nav-wrp .hum-menu .summary .wrp {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
header .nav-wrp .hum-menu .summary .wrp .logo {
  max-width: 240px;
  width: 60%;
  height: auto;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 600px) {
  header .nav-wrp .hum-menu .summary .wrp .logo {
    width: 40%;
  }
}
header .nav-wrp .hum-menu .summary .wrp p {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}
header .nav-wrp .hum-menu .summary nav {
  width: 100%;
  margin-top: 15%;
  padding: 0 5%;
}
@media screen and (max-width: 600px) {
  header .nav-wrp .hum-menu .summary nav {
    margin-top: 10%;
  }
}
header .nav-wrp .hum-menu .summary nav ul {
  display: flex;
  gap: 40px;
  justify-content: center;
}
header .nav-wrp .hum-menu .summary nav ul li a {
  color: #DD551B;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 600px) {
  header .nav-wrp .hum-menu .summary nav ul li a {
    font-size: 1.3rem;
  }
}
header .nav-wrp .hum-menu .summary .sns {
  width: 100%;
  margin-top: 15%;
  padding-top: 5rem;
  border-top: solid 1px #BFB9B4;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
header .nav-wrp .hum-menu .summary .sns a {
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3C3C3C;
  font-size: 1.6rem;
  padding: 5px 0 5px 4.2rem;
}
@media screen and (max-width: 600px) {
  header .nav-wrp .hum-menu .summary .sns a {
    font-size: 1.2rem;
  }
}
header .nav-wrp .hum-menu .summary .sns a.instagram {
  background: no-repeat left center/2.5rem url(../img/icon-instagram-or.svg);
}
header .nav-wrp .hum-menu .summary .sns a.line {
  background: no-repeat left center/2.5rem url(../img/icon-line-or.svg);
}
header .side-sns {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  display: flex;
  color: #DD551B;
  writing-mode: vertical-rl;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  header .side-sns {
    left: 10px;
    bottom: 20px;
    z-index: 90;
  }
}
header .side-sns p {
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.2;
  margin: 0 0 1rem;
}
@media screen and (max-width: 600px) {
  header .side-sns p {
    display: none;
  }
}
header .side-sns .instagram {
  margin-bottom: 1rem;
}

footer {
  margin-top: 20%;
  background: linear-gradient(#fff, #F8F1E2);
}
footer > div {
  display: flex;
  align-items: end;
}
footer > div .summary {
  width: 50%;
  padding-left: 10%;
  padding-bottom: 3rem;
}
@media screen and (max-width: 860px) {
  footer > div .summary {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }
}
footer > div .summary .logo {
  width: 150px;
  height: 200px;
  object-fit: contain;
}
footer > div .summary p, footer > div .summary a {
  font-size: 1.4rem;
  color: #3C3C3C;
  margin: 0;
}
footer > div .summary p.address, footer > div .summary a.address {
  margin-bottom: 1rem;
}
@media screen and (max-width: 860px) {
  footer > div .summary p, footer > div .summary a {
    text-align: center;
    font-size: 1.2rem;
  }
}
footer > div .summary .nav {
  display: flex;
  gap: 30px;
  margin-top: 2rem;
}
@media screen and (max-width: 860px) {
  footer > div .summary .nav {
    justify-content: center;
    margin-top: 10%;
    gap: 40px;
  }
}
footer > div .summary .nav li a {
  font-size: 1.3rem;
  color: #DD551B;
}
@media screen and (max-width: 860px) {
  footer > div .summary .nav li a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
footer > div .map {
  width: 50%;
}
footer > div .map iframe {
  width: 100%;
}

/* ==========================================================================
ページごとのcss
========================================================================== */
.page-home .main-view {
  position: relative;
  margin-top: 0;
  height: 100vh;
}
.page-home .main-view h2 {
  position: absolute;
  bottom: 50%;
  right: 10%;
  color: #ffffff;
  line-height: 1.4;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 600px) {
  .page-home .main-view h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.page-home .main-view .main-slider {
  height: 100%;
}
.page-home .main-view .main-slider .slick-list {
  height: 100%;
}
.page-home .main-view .main-slider .slick-list .slick-track {
  height: 100%;
}
.page-home .main-view .main-slider .slick-list .slick-track img {
  height: 100%;
  border-radius: 0;
}
.page-home .news {
  max-width: 800px;
  margin: 80px auto 160px;
}
@media screen and (max-width: 600px) {
  .page-home .news {
    margin: 0 auto 120px;
  }
}
.page-home .news .flx {
  justify-content: space-between;
}
.page-home .news .text-wrp {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .page-home .news .text-wrp {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.page-home .news .text-wrp h2 {
  margin: 0;
  font-size: 1.4rem;
  color: #DD551B;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.page-home .news .text-wrp .btn-main {
  margin-top: 20px;
}
.page-home .news .news-wrp {
  width: 70%;
}
.page-home .news .news-wrp a {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
}
.page-home .news .news-wrp a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .page-home .news .news-wrp a {
    display: block;
    margin-bottom: 1rem;
  }
}
.page-home .news .news-wrp a p {
  margin: 0;
}
.page-home .news .news-wrp a .date {
  display: inline-block;
  font-size: 1.2rem;
  color: #BFB9B4;
  margin-right: 3.5rem;
}
@media screen and (max-width: 600px) {
  .page-home .news .news-wrp a .date {
    font-size: 1rem;
  }
}
.page-home .news .news-wrp a .title {
  width: 100%;
  display: inline-block;
  font-size: 1.4rem;
  color: #3C3C3C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 600px) {
  .page-home .news .news-wrp a .title {
    font-size: 1.3rem;
  }
}
.page-home .foods .btn-main {
  text-align: center;
}
.page-home .foods .food-list {
  margin-top: 120px;
}
.page-home .foods .food-list .item {
  margin-bottom: 160px;
}
.page-home .foods .food-list .item .img-wrp {
  width: 65%;
}
.page-home .foods .food-list .item .text-wrp {
  position: relative;
  width: 35%;
  margin-top: 15%;
}
@media screen and (max-width: 600px) {
  .page-home .foods .food-list .item .text-wrp {
    margin-top: 40%;
  }
}
.page-home .foods .food-list .item .text-wrp .comment {
  position: absolute;
  font-size: 1.3rem;
  text-align: center;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 600px) {
  .page-home .foods .food-list .item .text-wrp .comment {
    font-size: 1.1rem;
  }
}
.page-home .foods .food-list .item .text-wrp h3 {
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0 0 3.75rem;
}
@media screen and (max-width: 600px) {
  .page-home .foods .food-list .item .text-wrp h3 {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .page-home .foods .food-list .yofu .img-wrp {
    margin-left: -40px;
  }
}
.page-home .foods .food-list .yofu .img-wrp img:first-child {
  width: 75%;
  height: auto;
  aspect-ratio: 5/6;
}
.page-home .foods .food-list .yofu .img-wrp img:last-child {
  width: 60%;
  aspect-ratio: 3/2;
  height: auto;
  margin-top: -10%;
  margin-left: 45%;
}
.page-home .foods .food-list .yofu .text-wrp .comment {
  top: -120px;
  left: -20%;
  padding: 2rem 3rem 6rem 3rem;
  background: no-repeat center/contain url(../img/top-bubble-1.svg);
}
@media screen and (max-width: 600px) {
  .page-home .foods .food-list .yofu .text-wrp .comment {
    top: -100px;
    left: 20%;
    padding: 2rem 2rem 6rem 2rem;
  }
}
.page-home .foods .food-list .wafu {
  flex-direction: row-reverse;
}
.page-home .foods .food-list .wafu .img-wrp img:first-child {
  width: 75%;
  height: auto;
  aspect-ratio: 5/6;
  margin-left: auto;
}
.page-home .foods .food-list .wafu .img-wrp img:last-child {
  width: 60%;
  aspect-ratio: 3/2;
  height: auto;
  margin-top: -15%;
  margin-left: -45%;
}
.page-home .foods .food-list .wafu .text-wrp .comment {
  top: -120px;
  left: 40%;
  padding: 2rem 3rem 6rem 4rem;
  background: no-repeat center/contain url(../img/top-bubble-2.svg);
}
@media screen and (max-width: 600px) {
  .page-home .foods .food-list .wafu .text-wrp .comment {
    top: -105px;
    padding: 2rem 3rem 5rem 3rem;
  }
}
.page-home .foods .last {
  width: 80%;
  aspect-ratio: 4/2;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .page-home .foods .last {
    width: 90%;
  }
}
.page-home .alcohol {
  position: relative;
  padding-top: 15%;
  padding-bottom: 10%;
}
.page-home .alcohol:before {
  content: "";
  display: block;
  background: #f8f1e8;
  width: 30%;
  height: 200%;
  position: absolute;
  left: 0;
  top: -40%;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .page-home .alcohol:before {
    width: 60%;
    top: -30%;
    height: 50%;
  }
}
.page-home .alcohol .flx {
  align-items: center;
}
.page-home .alcohol .flx .img-wrp {
  width: 65%;
}
.page-home .alcohol .flx .img-wrp img {
  width: 75%;
  height: auto;
  aspect-ratio: 5/6;
}
@media screen and (max-width: 600px) {
  .page-home .alcohol .flx .img-wrp img {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.page-home .alcohol .flx .text-wrp {
  position: relative;
  width: 30%;
}
.page-home .alcohol .flx .text-wrp .top-title {
  margin-bottom: 3.5rem;
  margin-right: 2rem;
}
.page-home .alcohol .flx .text-wrp .btn-main {
  text-align: center;
}
.page-home .message {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 0;
}
.page-home .message .img {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-home .message .img img {
  width: 100%;
  height: 100%;
}
.page-home .message .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(60, 60, 60, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}
.page-home .message .text h2 {
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #ffffff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
.page-home .message .text h2 span {
  display: block;
}
.page-home .message .text h2 span:nth-child(2) {
  margin-top: 60px;
}
.page-home .about {
  margin: 0 0 20%;
  position: relative;
  padding: 15% 0;
}
.page-home .about:before {
  content: "";
  display: block;
  background: #f8f1e8;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.page-home .about .flx {
  align-items: center;
  gap: 5%;
}
.page-home .about .flx:last-child {
  margin-top: 15%;
  justify-content: end;
  flex-direction: row-reverse;
}
.page-home .about .flx .img-wrp {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .page-home .about .flx .img-wrp {
    margin-left: -30px;
  }
}
.page-home .about .flx .text-wrp {
  width: 30%;
}
.page-home .about .flx .text-wrp h3 {
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  .page-home .about .flx .text-wrp h3 {
    font-size: 2rem;
  }
}
.page-home .about .flx .text-wrp p {
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .page-home .about .flx .text-wrp p {
    font-size: 1.3rem;
  }
}

.page-about .page-head h1 {
  letter-spacing: 0;
}
.page-about .story {
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  position: relative;
  background: linear-gradient(#fff, #F8F1E2);
  margin-bottom: 20%;
}
.page-about .story h2 {
  position: absolute;
  top: 25%;
  left: 40px;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #DD551B;
  font-size: clamp(2rem, 6vw, 8rem);
  z-index: 10;
}
@media screen and (max-width: 860px) {
  .page-about .story h2 {
    top: 5%;
    left: 20px;
  }
}
.page-about .story .story-swiper {
  position: relative;
  height: 70vh;
  overflow: hidden;
  backface-visibility: hidden;
}
.page-about .story .story-swiper .swiper-wrapper {
  height: 100%;
}
.page-about .story .story-swiper .swiper-wrapper .flx {
  align-items: center;
  justify-content: space-between;
}
.page-about .story .story-swiper .swiper-wrapper .flx .text-wrp {
  width: 40%;
}
.page-about .story .story-swiper .swiper-wrapper .flx .text-wrp h3 {
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.2rem;
}
.page-about .story .story-swiper .swiper-wrapper .flx .img-wrp {
  width: 55%;
  height: 100%;
  padding-right: 40px;
}
.page-about .story .story-swiper .swiper-wrapper .flx .img-wrp img {
  aspect-ratio: 4/5;
  width: 100%;
  height: 100%;
}
.page-about .story .story-swiper .swiper-pagination {
  position: absolute;
}
.page-about .story .story-swiper .swiper-pagination:before {
  content: "";
  width: 10px;
  height: 100%;
  border-right: solid 1.5px #C2AA95;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.page-about .story .story-swiper .swiper-pagination span {
  opacity: 1;
  background: #C2AA95;
}
.page-about .story .story-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #DD551B;
}
.page-about .story .story-swiper .swiper-pagination span:first-child, .page-about .story .story-swiper .swiper-pagination span:nth-child(4), .page-about .story .story-swiper .swiper-pagination span:nth-child(7) {
  width: 0;
  height: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  border-bottom: 12px solid transparent;
  border-radius: 0;
  margin: 5px 0;
}
.page-about .story .story-swiper .swiper-pagination span:nth-child(2), .page-about .story .story-swiper .swiper-pagination span:nth-child(5) {
  width: 15px;
  height: 15px;
  margin: 5px 2px;
}
.page-about .story .story-swiper .swiper-pagination span:nth-child(3n) {
  width: 15px;
  height: 7px;
  border-radius: 0;
  margin: 5px 2px;
}
.page-about .summary .summary-wrp {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
.page-about .summary .summary-wrp h2 {
  width: 25%;
  writing-mode: vertical-lr;
  white-space: pre;
  margin: 0;
}
.page-about .summary .summary-wrp dl {
  border: none;
  width: 75%;
}
.page-about .summary .summary-wrp dl dt, .page-about .summary .summary-wrp dl dd {
  border: none;
  padding: 0 0 4rem;
}
.page-about .summary .summary-wrp dl dt {
  font-weight: 600;
  color: #DD551B;
}
@media screen and (max-width: 600px) {
  .page-about .summary .summary-wrp dl dt {
    padding: 0 0 1rem;
  }
}
@media screen and (max-width: 600px) {
  .page-about .summary .summary-wrp dl dd {
    padding: 0 0 2rem;
  }
}
.page-about .summary .map {
  margin-top: 4rem;
}
.page-about .summary .map iframe {
  width: 100%;
  border-radius: 30px;
  aspect-ratio: 16/9;
}
.page-about .message {
  margin-top: 20%;
}
.page-about .message > div {
  align-items: center;
  justify-content: space-evenly;
}
.page-about .message .text-wrp {
  width: 40%;
}
.page-about .message .text-wrp h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.page-about .message .text-wrp p {
  font-size: 1.4rem;
}
.page-about .message .img-wrp {
  width: 40%;
}
.page-about .message .img-wrp img {
  aspect-ratio: 1/1;
}
.page-about .message .img-wrp p {
  text-align: right;
  font-size: 1.2rem;
  padding-top: 1rem;
}
.limited-menu-wrp {
  background: #f8f1e8;
  padding: 60px 0;
}
.limited-menu-wrp .flx {
  position: relative;
  gap: 60px;
  align-items: center;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 60px;
}
.limited-menu-wrp .flx:last-child {
  margin: 0 auto;
}
.limited-menu-wrp .flx .img-wrp {
  width: 50%;
}
.limited-menu-wrp .flx .img-wrp img {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.limited-menu-wrp .flx .detail-wrp {
  width: 50%;
}
.limited-menu-wrp .flx .detail-wrp .price-list dt {
  width: 60%;
}
.limited-menu-wrp .flx .detail-wrp .price-list dd {
  width: 40%;
}
.limited-menu-wrp .flx .detail-wrp .title {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  padding: 5px 10px;
  background: #dd551b;
  color: #fbdb94;
}
@media screen and (max-width: 600px) {
  .limited-menu-wrp .flx .detail-wrp .title {
    font-size: 1.3rem;
  }
}
.limited-menu-wrp .flx .detail-wrp .name {
  margin: 1rem 0;
  line-height: 1.2;
}
.limited-menu-wrp .flx .detail-wrp p {
  font-size: 1.4rem;
}
.limited-menu-wrp .flx .detail-wrp a {
  font-size: 1.2rem;
}

.page-food .menu-wrp {
  margin-bottom: 10%;
}
.page-food .menu-wrp .item {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20%;
}
.page-food .menu-wrp .item:nth-child(even) {
  flex-direction: row-reverse;
}
.page-food .menu-wrp .item .img-wrp {
  display: flex;
  align-items: flex-end;
  width: 55%;
  height: 50vw;
  max-height: 800px;
}
@media screen and (max-width: 860px) {
  .page-food .menu-wrp .item .img-wrp {
    height: 70vw;
  }
}
.page-food .menu-wrp .item .img-wrp img {
  display: block;
}
.page-food .menu-wrp .item .img-wrp img:first-of-type {
  width: 65%;
  height: 80%;
  margin-bottom: auto;
}
.page-food .menu-wrp .item .img-wrp img:last-of-type {
  width: 55%;
  aspect-ratio: 3/2;
  height: auto;
  margin-left: -20%;
}
.page-food .menu-wrp .item .list-wrp {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .page-food .menu-wrp .item .list-wrp h2 {
    margin: 0 0 2rem;
  }
}
dl.price-list {
  border-top: none;
}
dl.price-list dt, dl.price-list dd {
  border-bottom: dotted 1px #DD551B;
  padding: 1rem 0;
}
dl.price-list dt {
  width: 75%;
}
dl.price-list dd {
  width: 25%;
  text-align: right;
}
.page-food .menu-wrp .item .list-wrp ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-food .menu-wrp .item .list-wrp ul li {
  width: calc(50% - 5px);
  font-size: 1.4rem;
  border-bottom: dotted 1px #DD551B;
  padding: 0.5rem 0;
}
@media screen and (max-width: 600px) {
  .page-food .menu-wrp .item .list-wrp ul li {
    font-size: 1.2rem;
  }
}
.page-food .menu-wrp .other {
  display: grid;
  gap: 6rem 4rem;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
@media screen and (max-width: 600px) {
  .page-food .menu-wrp .other {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.page-food .menu-wrp .other h2 {
  margin: 0 0 2rem;
}
.page-food .menu-wrp .other ul li {
  border-bottom: dotted 1px #DD551B;
  padding: 1rem 0;
  font-size: 1.4rem;
}


.page-alcohol .menu-wrp .item {
  padding: 160px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page-alcohol .menu-wrp .item:nth-child(odd) {
  background: linear-gradient(to right, #F8F1E8 50%, #fff);
}
.page-alcohol .menu-wrp .item:nth-child(even) {
  background: linear-gradient(to left, #F8F1E8 50%, #fff);
}
@media screen and (max-width: 600px) {
  .page-alcohol .menu-wrp .item {
    padding: 80px 0;
  }
}
.page-alcohol .menu-wrp .item .title-wrp {
  width: 20%;
  display: flex;
}
@media screen and (max-width: 860px) {
  .page-alcohol .menu-wrp .item .title-wrp {
    justify-content: center;
  }
}
.page-alcohol .menu-wrp .item .title-wrp h2 {
  writing-mode: vertical-rl;
  white-space: pre;
  font-family: "adobe-garamond-pro", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.page-alcohol .menu-wrp .item .title-wrp dl {
  display: flex;
  direction: rtl;
  flex-direction: column;
  height: 300px;
  margin-top: 50%;
  border: none;
}
.page-alcohol .menu-wrp .item .title-wrp dl dt, .page-alcohol .menu-wrp .item .title-wrp dl dd {
  width: auto;
  margin: 0 5px;
  padding: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
  border: none;
}
.page-alcohol .menu-wrp .item .title-wrp dl dt {
  position: relative;
  height: 30%;
}
.page-alcohol .menu-wrp .item .title-wrp dl dt:after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 20px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #DD551B;
}
.page-alcohol .menu-wrp .item .title-wrp dl dd {
  height: 70%;
}
.page-alcohol .menu-wrp .item .list-wrp {
  width: 80%;
}
.page-alcohol .menu-wrp .item .list-wrp .detail {
  padding: 40px;
  background: #ffffff;
  margin-bottom: 5rem;
  align-items: center;
  gap: 4rem;
}
.page-alcohol .menu-wrp .item .list-wrp .detail .img-wrp {
  width: 40%;
}
.page-alcohol .menu-wrp .item .list-wrp .detail .text-wrp {
  width: 60%;
}
.page-alcohol .menu-wrp .item .list-wrp .detail .text-wrp h3 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1rem;
  color: #DD551B;
  margin: 0;
}
.page-alcohol .menu-wrp .item .list-wrp .detail .text-wrp p {
  font-size: 1.4rem;
  margin: 0;
}
.page-alcohol .menu-wrp .item .list-wrp .detail .text-wrp .btn-main {
  padding-left: 2rem;
}
.page-alcohol .menu-wrp .item .list-wrp ul {
  display: grid;
  gap: 6rem 4rem;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
@media screen and (max-width: 860px) {
  .page-alcohol .menu-wrp .item .list-wrp ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.page-alcohol .menu-wrp .item .list-wrp ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.page-alcohol .menu-wrp .item .list-wrp ul li h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 2.5rem 0 1rem;
}
.page-alcohol .menu-wrp .item .list-wrp ul li p {
  font-size: 1.4rem;
  margin: 0;
}
.page-alcohol .menu-wrp .menu-list a {
  width: 50%;
}
.page-alcohol .menu-wrp .menu-list a img {
  width: 100%;
  height: auto;
}

.archive .news-list {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}
.archive .news-list ul {
  border-top: solid 1px #BFB9B4;
}
.archive .news-list ul li {
  padding: 4rem 0;
  border-bottom: solid 1px #BFB9B4;
}
.archive .news-list ul li a {
  align-items: center;
  gap: 40px;
}
.archive .news-list ul li a .img-wrp {
  width: 40%;
}
.archive .news-list ul li a .img-wrp img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.archive .news-list ul li a .text-wrp {
  width: 60%;
}
.archive .news-list ul li a .text-wrp .date {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.archive .news-list ul li a .text-wrp .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}