@charset "UTF-8";

body {
  /* font-family: 'Noto Serif JP', serif; */
  font-family: 'DNPShueiMincho', serif;
  font-weight: 600;
  line-height: 1.5;
}

b,
strong,
.bold {
  font-family: 'Noto Serif JP', serif;
}

a {
  text-decoration: none;
  color: #000;
}

.default-text {
  letter-spacing: 0.2em;
  line-height: 2.3em;
  font-weight: bold;
  padding-bottom: 10%;
  font-size: .875rem;
}

.default-box {
  text-align: left;
}

.default-box-menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.default-box-menu .default-text {
  padding-bottom: 0;
  margin-right: 10px;
  text-align: left;
  font-weight: normal;
  flex: 1;
}

@media screen and (max-width: 760px) {
  .default-box-menu {
    display: block;
  }
}

.fluid-image {
  padding-top: 90px;
  margin: 0 auto;
}

.top-concept {
  overflow-x: hidden;
  position: relative;
}

.top-concept .container {
  padding-left: 0;
  padding-right: 0;
}

.under-concept .container {
  padding-left: 0;
  padding-right: 0;
}

.concept-top-image {
  padding-top: 90px;
  margin: 0 auto;
  width: 1250px;
}

@media screen and (max-width: 1250px) {
  .concept-top-image {
    padding-top: 90px;
    margin: 0 auto;
    width: auto;
  }
}

.concept-image {
  width: 80%;
}

.concept-image-other {
  margin-top: 15px;
  margin-left: -173px;
  text-align: left;
}

.concept-box:nth-child(2n) .concept-image-other {
  margin-right: -173px;
  text-align: right;
}

.concept-image-other .concept-image-other-image {
  max-width: 380px;
  width: 100%;
}

@media screen and (max-width: 760px) {
  .concept-image {
    width: 100%;
  }

  .concept-image-other {
    margin-left: 0;
  }

  .concept-box:nth-child(2n) .concept-image-other {
    margin-right: 0;
    text-align: left;
  }

  .concept-image-other .concept-image-other-image {
    max-width: 56%;
  }
}

.concept-box {
  position: relative;
  margin-top: 160px;
}

.concept-box-inner {
  padding-left: 80px;
  padding-right: 0;
}

.concept-box:nth-child(2n) .concept-box-inner {
  padding-left: 0;
  padding-right: 80px;
}

.concept-first-image {
  margin-right: calc(50% - 50vw + 1.875rem);
  margin-left: 0;
}

.concept-box:nth-child(2n) .concept-first-image {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
}

.concept-first-image img {
  vertical-align: bottom;
  width: 100%;
}

.concept-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 50px;
}

.concept-first-image+.concept-list {
  margin-top: 60px;
}

.concept-box:nth-child(2n) .concept-list {
  flex-direction: row;
  padding-left: 50px;
  padding-right: 0;
  flex-direction: row-reverse;
  padding-top: 60px;
}

.concept-list-image {
  width: 100%;
}

.concept-item {
  width: 100%;
  font-size: .875rem;
}

@media screen and (max-width: 760px) {
  .concept-box {
    margin-top: 80px;
  }

  .concept-list {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }

  .concept-box:nth-child(2n) .concept-list {
    padding-left: 0;
    padding-top: 0;
  }

  .concept-first-image+.concept-list {
    margin-top: 30px;
  }

  .concept-list-image {
    margin-top: 30px;
    width: 56%;
  }

  .concept-item {
    width: 90%;
    margin: 30px auto 0;
  }
}

.concept-title {
  font-size: 1.875rem;
  line-height: 1.65;
  letter-spacing: 0.2em;
  padding-bottom: 17px;
  /* position: absolute;
  top: 0;
  left: 0; */
  color: #fff;
  /* writing-mode: vertical-rl; */
}

.concept-title-right {
  padding-right: 80px;
  text-align: right;
}

.concept-box:nth-child(2n) .concept-title {
  left: auto;
  right: 0;
}

.top-concept-title {
  color: #28695e !important;
  /* font-family: "source-serif-japanese", serif; */
}

.under-concept-title {
  position: static;
  writing-mode: horizontal-tb;
  padding-bottom: 35px;
  font-size: 1.5rem;
}

.concept-subtitle {
  line-height: 2;
  letter-spacing: 0.08em;
}

.concept-box .btn {
  text-align: left;
}

.concept-appeal-text {
  margin: 50px auto;
  font-size: .875rem;
  letter-spacing: 0.2em;
  line-height: 2.1;
  position: relative;
  /* writing-mode: vertical-rl; */
}

@media screen and (max-width: 760px) {
  .fluid-image {
    padding-top: 29px;
    width: auto;
  }

  .default-text {
    line-height: 2em;
  }

  .top-concept .container {
    padding-left: 26px;
    padding-right: 26px;
  }

  .under-concept .container {
    padding-left: 26px;
    padding-right: 26px;
  }

  .concept-title {
    font-size: 1.5rem;
    padding-bottom: 10px;
    position: static;
    writing-mode: horizontal-tb;
    display: flex;
    justify-content: flex-end;
  }

  .under-concept-title {
    display: flex;
    justify-content: flex-start;
    font-size: 1.25rem;
  }

  .concept-subtitle {
    font-size: .875rem;
  }

  .concept-appeal-text {
    margin: 40px auto;
    writing-mode: horizontal-tb;
  }

  .concept-box .concept-first-image {
    margin-left: calc(50% - 50vw);
    margin-right: 0;
  }

  .concept-box-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .concept-box:nth-child(2n) .concept-box-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .concept-box .btn {
    margin-top: 40px;
  }
}

.top-space {
  min-height: 600px;
  /* min-height: 680px; */
  display: flex;
  align-items: center;
}

.top-space-bg {
  min-height: 680px;
}

.top-space .default-text.space-appeal-text {
  font-size: .875rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 65px;
  text-align: left;
}

.under-space-lead-text {
  padding-bottom: 0;
}

.under-space-keyvisual {
  margin-top: 20px;
}

@media screen and (max-width: 760px) {
  .top-space {
    min-height: 330px;
    /* min-height: 461px; */
    /* min-height: 60vw; */
    align-items: flex-start;
    margin-top: 50px;
  }

  .top-space-bg {
    min-height: 400px;
  }

  .top-space .default-text.space-appeal-text {
    padding: 0;
    writing-mode: horizontal-tb;
  }
}

.white {
  color: #fff;
}

.description {
  font-size: 0.9rem;
  line-height: 2.3em;
  color: #2e2e2e;
  ;
}

.description-box {
  width: 90%;
  margin: 37px auto 0;
}

.description-box-title {
  padding-bottom: 22px;
  font-size: 1.3rem;
  color: #fff;
}

.keyvisual {
  overflow-x: hidden;
}

.keyvisual-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.keyvisual-inner2 {
  margin-right: calc(50% - 50vw);
  margin-left: 120px;
}

.topicpath-outer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topicpath {
  display: flex;
  margin-right: calc(50% - 50vw);
  margin-left: 120px;
  gap: 20px;
}

.topicpath-item {
  font-size: .875rem;
}

.topicpath-link {
  position: relative;
  color: #707070;
}

.topicpath-link::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 7px;
  right: -20px;
  width: 8px;
  height: 8px;
  margin: 0 .5em;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}

@media screen and (max-width: 780px) {
  .keyvisual-inner2 {
    margin-right: 0;
    margin-left: 0;
  }

  .topicpath-link::after {
    right: -12px;
  }

  .topicpath-item {
    font-size: 0.87rem;
    margin-right: 20px;
    margin-left: 0;
  }

  .under-news-image {
    width: 50%;
  }
}

/* PC */
.sp_only {
  display: none !important;
}

.pc_only {
  display: block !important;
}

@media screen and (max-width: 760px) {

  /* SP */
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
  width: 100%;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #2e2e2e;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col-lg-1 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333%;
  padding: 0 20px;
}

.col-lg-2 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
  padding: 0 20px;
}

.col-lg-3 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 25%;
  flex-basis: 25%;
  padding: 0 20px;
}

.col-lg-4 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
  padding: 0 20px;
}

.col-lg-5 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 41.6666666667%;
  flex-basis: 41.6666666667%;
  padding: 0 20px;
}

.col-lg-6 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 50%;
  flex-basis: 50%;
  padding: 0 20px;
}

.col-lg-7 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333%;
  padding: 0 20px;
}

.col-lg-8 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
  padding: 0 20px;
}

.col-lg-9 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 75%;
  flex-basis: 75%;
  padding: 0 20px;
}

.col-lg-10 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
  padding: 0 20px;
}

.col-lg-11 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 91.6666666667%;
  flex-basis: 91.6666666667%;
  padding: 0 20px;
}

.col-lg-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 100%;
  flex-basis: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 760px) {
  .col-sm-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    padding: 0;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    padding: 0;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25%;
    padding: 0;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    padding: 0;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    padding: 0;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50%;
    padding: 0;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    padding: 0;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    padding: 0;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75%;
    padding: 0;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    padding: 0;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    padding: 0;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .col-xm-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }

  .col-xm-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }

  .col-xm-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-xm-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .col-xm-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }

  .col-xm-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50%;
  }

  .col-xm-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }

  .col-xm-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }

  .col-xm-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75%;
  }

  .col-xm-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }

  .col-xm-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }

  .col-xm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100%;
  }
}

/* headding left */
.headding-wrapper-outer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.headding-wrapper-outer-subtitle {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  transform: none;
  /* font-family: "source-serif-japanese", serif; */
  font-size: 196px;
  color: #9c9c9c;
}

.headding-wrapper-outer2 {
  max-width: 1100px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.headding-wrapper {
  margin-top: 30px;
  text-align: left;
}

.headding-title {
  /* font-family: "source-serif-japanese", serif; */
  font-size: 1.875rem;
  color: #3E3E3E !important;
  position: relative;
  letter-spacing: 0.1em;
  padding: 20px 66px;
  font-weight: 700;
  display: inline-block;
}

.headding-title_black {
  /* font-family: "source-serif-japanese", serif; */
  font-size: 1.875rem;
  color: #3E3E3E !important;
  position: relative;
  letter-spacing: 0.1em;
  padding: 5px 0 0;
  font-weight: 700;
  display: inline-block;
}

.subtitle {
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  font-weight: 600;
  color: #6193b5 !important;
  font-size: 1rem;
  letter-spacing: 0.1em;
  /* padding-top: 5%; */
  position: relative;
}

/* .headding-title::before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  height: 21px;
  bottom: 0;
  left: 50%; }

.headding-title::after {
  content: "";
  position: absolute;
  border-left: 1px solid #000;
  height: 21px;
  bottom: -20px;
  left: 50%; } */

.headding-text-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.headding-text-btn-wrap .default-box {
  flex: 1;
}

.headding-text-btn-wrap .default-text {
  padding-bottom: 0;
  margin-right: 20px;
}

.under-header-wrapper {
  margin-top: 41px;
}

.headding-appeal-text {
  margin-top: 50px;
  font-size: .875rem;
  line-height: 2.1;
  letter-spacing: 0.2em;
  position: relative;
}

/* headding left */

/* headding right */
/* headding right */
.headding-wrapper-outer-dir-right .headding-wrapper-outer-subtitle {
  right: auto;
  left: 0;
  transform: none;
}

.headding-wrapper-outer-dir-right .headding-wrapper {
  margin: 0 auto;
  /* writing-mode: vertical-rl; */
  text-align: left;
}

.headding-wrapper-outer-dir-right .subtitle {
  font-size: .875rem;
}

.headding-wrapper-outer-dir-right .headding-title_black {
  padding-top: 0;
  margin-right: 5px;
}

.headding-wrapper-outer-dir-right .headding-appeal-text {
  margin-top: 0;
  margin-right: 60px;
}

/* headding right */

/* headding center */
.headding-wrapper-outer-dir-center .headding-wrapper-outer-subtitle {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

.headding-wrapper-outer-dir-center .headding-wrapper {
  margin-bottom: 41px;
  text-align: center;
}

/* headding center */

@media screen and (max-width: 760px) {
  .headding-wrapper-outer {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .headding-wrapper-outer-subtitle {
    font-size: 106px;
  }

  .headding-title {
    font-size: 1.8rem;
    padding: 28px 43px;
  }

  .headding-title_black {
    font-size: 1.5rem;
    margin-top: 10px;
    padding: 0;
  }

  .subtitle {
    font-size: 0.875rem;
  }

  .top-space-headding {
    margin-bottom: 60px;
  }

  /* headding right */
  .headding-wrapper-outer-dir-right .headding-wrapper {
    margin: 30px 0 0;
    writing-mode: horizontal-tb;
  }

  .headding-wrapper-outer-dir-right .headding-wrapper-outer-subtitle {
    right: auto;
    left: 0;
  }

  .headding-wrapper-outer-dir-right .headding-title_black {
    margin-right: 0;
  }

  .headding-wrapper-outer-dir-right .headding-appeal-text {
    margin-top: 40px;
    margin-right: 0;
  }

  /* headding right */

  .headding-text-btn-wrap {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
  }

}

@media screen and (max-width: 480px) {
  .headding-title {
    padding: 22px 39px;
  }

  .headding-title_black {
    padding: 0;
  }

}

.section {
  padding: 89px 0 97px;
}

.section.below-header {
  overflow-x: hidden;
  padding-top: 20px;
  padding-bottom: 110px;
}

.section-keyvisual {
  padding-bottom: 30px;
  background-size: cover;
  background-position: center;
}

.container {
  max-width: 1100px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.section-icon {
  text-align: center;
  padding-bottom: 5px;
}

.section-icon-image {
  width: 80%;
}

.primary-container {
  padding-top: 27px;
}

@media screen and (max-width: 1280px) {
  /* .container {
    max-width: 960px;
  } */

  .section-keyvisual {
    padding: 89px 0 115px;
    background-position: center;
  }
}

@media screen and (max-width: 980px) {
  /* .container {
    max-width: 720px;
  } */

  .section-keyvisual {
    padding: 89px 0 89px;
    background-position: center;
  }
}

@media screen and (max-width: 760px) {
  .container {
    width: 100%;
    padding-right: 26px;
    padding-left: 26px;
    margin-right: auto;
    margin-left: auto;
  }

  .section {
    padding: 30px 0 100px;
  }

  .section-keyvisual {
    padding: 65px 0 40px;
    background-position: center;
  }

  .section-icon-image {
    width: 60%;
  }

  .concept-item {
    width: auto;
  }
}

@media screen and (max-width: 760px) {
  .section {
    padding: 30px 0 52px;
  }

  .section.below-header {
    padding: 30px 0 90px;
  }

  .section-icon-image {
    width: 60%;
  }
}

.btn {
  text-align: center;
  margin-top: 85px;
}

.btn-menu {
  margin-top: 12px;
}

.btn-link {
  display: inline-block;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 700;
  color: #790000;
  padding: 0 50px 12px 0;
  transition: 0.5s;
  border-bottom: 1px solid #790000;
}

.btn-link::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #790000;
  transition: 0.5s;
}

.btn-link::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.5s;
}

.btn-link:hover {
  color: #7c3f3f;
}

.btn-link:hover::before {
  background-color: #7c3f3f;
}

/* .btn-link:hover::after{
  border-top: 2px solid #a5a3a3;
} */

/* .btn-border {
  position: absolute;
  left: 4px;
  bottom: -1px;
  width: 200px;
  height: 1px;
  background-color: #96483e;
  transition: 0.5s;
} */

/* .btn-link:hover .btn-border {
  background-color: #400908;
} */

/* .btn-white {
  position: relative;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  padding: 0 69px 22px 6px;
  transition: 0.5s;
  color: #fff; }

.btn-white::before {
  background-color: #fff; }

.btn-white::after {
  border-top: 2px solid #fff; }

.border-white {
  position: absolute;
  left: 4px;
  bottom: 3px;
  width: 239px;
  height: 1px;
  background-color: #fff;
  transition: 0.5s; }

.btn-white:hover .border-white {
  background-color: #400908; } */

.brand-btn {
  padding: 30px 0;
  margin: 0 auto;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  margin-top: 70px;
  display: block;
  width: 70%;
  text-align: center;
}

.brand-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 45%;
  right: 16%;
}

.brandtop-footer {
  padding: 40px 0;
}

.brandtop-footer p {
  text-align: center;
}

@media screen and (max-width: 760px) {
  .btn {
    margin-top: 43px;
  }

  .btn-menu {
    text-align: left;
  }

  #content {
    margin-top: 0;
    padding-top: 0;
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  font-weight: 500;
}

.header-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-logo {
  width: 65px;
}

.header-logo-link {
  display: block;
  width: fit-content;
  margin: 0;
  padding: 5px 0px 10px 50px;
}

.header-logo-name {
  display: block;
  text-align: left;
  color: #fff;
  margin: 0 0 0 10px;
  padding: 5px 10px 10px 0;
}

.header-link {
  display: block;
  padding: 1rem;
  transition: 0.3s;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #3E3E3E;
}

.header-image {
  width: 100%;
}

.header-nav-container {
  float: inherit;
  display: none;
  padding: 0;
  overflow: auto;
  /* margin: 30px 0 !important; */
  /* background-color: #fff; */
}

.header-nav-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav-container-inner2 {
  width: 100%;
  margin-top: 22vh;
  height: 600px;
  display: flex;
  justify-content: space-between;
}

.header-nav-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto); */
  height: 600px;
}

.header-nav-item {
  max-width: 300px;
  width: 100%;
  padding-bottom: 50px;
  padding-right: 20px;
}

.header-reserve {
  width: 100%;
}

.header-nav-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  font-weight: normal;
  font-size: 1.3rem;
}

.header-nav-link-subtitle {
  display: block;
  font-size: .875rem;
  transition: .3s;
}

.header-nav-link-title {
  display: block;
  font-size: 1.25rem;
  margin-top: 10px;
  transition: .3s;
}

.header-nav-item-underlist {
  padding-top: 5px;
}

.header-nav-item-underlist-item {
  margin-top: 20px;
}

.header-nav-item-underlink {
  display: inline-block;
  font-size: 1rem;
  color: #747474;
  line-height: 1.4;
  transition: .3s;
}

.header-nav-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* .header-button {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.header-button-image {
  width: 20px;
  height: 20px;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  vertical-align: top;
} */

.header-button {
  display: none;
}

.h-spnavi_btn {
  display: block;
  top: 40px;
  left: 50px;
  width: 56px;
  height: 50px;
  position: fixed;
  cursor: pointer;
}

.h-spnavi_btn span {
  display: block;
  width: 53.57%;
  height: 1px;
  background-color: #6193b5;
  position: absolute;
  top: 50%;
  transition: 0.3s;
}

.h-spnavi_btn span:after,
.h-spnavi_btn span:before {
  content: " ";
  height: 1px;
  background-color: #6193b5;
  position: absolute;
  transition: 0.3s;
}

.h-spnavi_btn span:before {
  top: -15px;
  width: 60%;
}

.h-spnavi_btn span:after {
  top: 15px;
  width: 186.66%;
}

.h-spnavi_btn.close span {
  background: none;
}

.h-spnavi_btn.close span:before {
  width: 186.66%;
  top: 0;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
}

.h-spnavi_btn.close span:after {
  top: 0;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
}

.h-navi_btn {
  display: block;
}

.header-under-logo {
  position: fixed;
  top: 32px;
  right: 40px;
}

.header-under-logo a {
  display: block;
  transition: .3s;
}

.header-under-logo a:hover {
  opacity: .7;
}

.header-under-logo img {
  width: 100px;
}

@media screen and (max-width: 760px) {
  .topicpath {
    display: none;
  }

  #header .container {
    padding: 0;
  }

  .header-nav-item {
    width: 100%;
    max-width: none;
    padding-bottom: 50px;
  }

  .header-reserve {
    width: 100%;
  }

  .header-nav-container {
    padding: 0 26px;
  }

  .header-nav-container-inner2 {
    display: block;
    margin-top: 120px;
  }

  .header-nav-list {
    display: block;
    height: auto;
  }

  .header-nav-logo {
    display: block;
    padding-bottom: 100px;
  }

  .header-nav-logo-image {
    width: 200px;
    margin: 0 auto;
  }

  .h-spnavi_btn {
    top: 14px;
    left: 24px;
  }

  .header-under-logo {
    top: 24px;
    right: 24px;
  }

  .header-under-logo img {
    width: 80px;
  }
}

footer {
  position: relative;
  padding-bottom: 120px;
}

footer .footer-inner2 {
  position: relative;
  border-top: 1px solid #E8E8E8;
}

.footer-nav {
  display: flex;
  /* justify-content: center; */
  padding: 50px 0 15px;
  flex-wrap: wrap;
  font-weight: 500;
}

.footer-nav-list {
  padding: 0 25px 0 0;
  /* border-right: 1px solid #3E3E3E; */
}

.footer-nav-link {
  color: #3E3E3E;
  transition: 0.3s;
}

.footer-logo-image {
  width: 10%;
}

.footer-logo {
  text-align: center;
}

.footer-corp-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer_link {
  font-size: 0.9rem;
  padding-bottom: 2%;
  line-height: 1.5;
}

.footer_link i {
  color: #fff;
}

.sns {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.sns-icon {
  width: 30px;
  margin: 0 30px 0 0;
  transition: .3s;
}

.sns-icon:hover {
  opacity: .65;
}

.sns-icon:first-child {
  width: 30px;
}

.footer-copyright {
  padding: 10px 0;
}

.copyright {
  display: block;
  text-align: center;
  color: #fff;
  font-size: .625rem;
}

.footer-button {
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.footer-item {
  width: 180px;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.footer-item .footer-item-char {
  transition: .3s;
}

.footer-item-image {
  width: 20px;
  height: 20px;
  padding-right: 13px;
}

.footer-item-text {
  font-size: 1rem;
  font-weight: bold;
  color: #111;
}

.modal-container {
  padding: 20px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.modal-title {
  padding: 50px 0 15px;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}

.modal-box {
  border-bottom: 1px solid #ddd4b5;
  border-top: 1px solid #ddd4b5;
  padding: 10px 0;
}

.modal-text {
  margin-bottom: 5px;
}

.modal-button {
  display: flex;
}

.modal-button-list {
  width: 50%;
  text-align: center;
  padding: 8px;
}

.pagetop {
  position: absolute;
  top: -78px;
  right: 0;
}

.footer-pagetop {
  /* opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s; */
  transition: 0.3s;
  position: absolute;
  right: 80px;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 50;
  cursor: pointer;
}

/* .footer-pagetop .footer-pagetop-after{
  opacity: 1;
} */

/* .footer-pagetop::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0px;
  left: 0;
  margin: auto;
  width: 2px;
  height: 26px;
  background: #ffffff; }

.footer-pagetop::after {
  content: "";
  position: absolute;
  top: -12px;
  bottom: 0;
  right: 0px;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg); } */

@media screen and (max-width: 980px) {
  /* footer {
    margin-bottom: 33px;
  } */
}

@media screen and (max-width: 760px) {
  .footer-button {
    display: flex;
    width: 100%;
    bottom: 0;
    left: 0;
    right: auto;
    padding: 0 10px;
  }

  .footer-item {
    width: 50%;
  }

  .pagetop {
    width: 32px;
    top: -52px
  }

  .footer-nav-list {
    margin: 9px 0px;
  }

  .footer-item-image {
    width: 25px;
    height: 25px;
    margin-right: 9px;
    padding-right: 0px;
  }

  .footer-item-text {
    font-size: 0.9rem;
  }

  .footer-logo-image {
    width: 20%;
  }

  .footer-corp-info {
    display: block;
  }

  .sns {
    justify-content: flex-start;
  }

  .modal-container {
    padding: 10px 15px 0 15px;
    width: 80%;
  }

  .modal-title {
    padding: 38px 0 8px;
    margin-bottom: 10px;
    font-size: 18px;
    background-size: 28px auto;
  }

  .modal-text {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 760px) {
  .footer-logo-image {
    width: 87px;
  }

  .footer-nav {
    padding: 30px 0 15px;
  }

  .footer-copyright {
    padding: 40px 0 0 0;
  }
}

.nav-list {
  margin-bottom: 30px;
  display: flex;
  padding-top: 50px;
  justify-content: center;
}

.nav-item {
  width: 25%;
  border-right: 1px solid #96483e;
  font-size: 1.5rem;
}

.nav-item:first-child {
  border-left: 1px solid #96483e;
}

.nav-link {
  position: relative;
  display: block;
  padding: 0 5px;
  text-align: center;
  font-weight: bold;
  color: #96483e;
  z-index: 2;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.cur:hover {
  color: #fff;
}

.nav-link.cur {
  background-color: transparent;
  /*color: #3E3E3E;*/
  color: #747474;
}

.nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: #E3E3E3; */
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
  transform-origin: 0 50%;
}

.nav-link:hover::before {
  transform: scaleX(1);
}

.slide_show div {
  /* position: absolute; */
  width: 100%;
  vertical-align: bottom;
}

.hero {
  position: relative;
  /* height: 54.15vw; */
}

.hero-appeal {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hero-appeal-logo {
  margin: 0 auto;
  max-width: 14%;
}

.hero-appeal-text {
  margin-top: 5%;
  padding: 0 10px;
  text-align: center;
  line-height: 1.667;
  font-size: 1.5rem;
  font-weight: bold;
  /* font-family: "source-serif-japanese", serif; */
}

.hero-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: .8125rem;
  line-height: 2.92;
}

.hero-scroll-bar {
  display: block;
  width: 1px;
  height: 4vw;
  margin: 0 auto;
  background: #fff;
  animation: scrollDown 2s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}

@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }

  45% {
    transform-origin: top;
    transform: scaleY(1);
  }

  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }

  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

.reserve-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 20px 20px;
  color: #fff;
  z-index: 81;
}

@media screen and (max-width: 1280px) {
  .hero {
    position: relative;
    /* height: 54.65vw; */
  }
}

@media screen and (max-width: 760px) {
  .nav-link {
    font-size: 1rem;
  }

  /* .hero {
    height: 100vh;
  } */

  .hero-wrapper {
    width: 100%;
  }

  .hero-appeal {
    overflow-x: hidden;
    top: 27vh;
  }

  .hero-appeal-logo {
    max-width: none;
    width: 40%;
  }

  .hero-appeal-text-wrap {
    padding: 0 20px;
  }

  .hero-appeal-text {
    line-height: 2;
    font-size: 1.25rem;
  }

  .hero-scroll {
    display: none;
  }

  .nav-list {
    padding-top: 35px;
  }

  .reserve-btn {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

#slide_show_sp {
  display: none;
}

#slide_show_pc {
  display: block;
  margin: 0 auto 40px;
  /* max-width: 1800px; */
}

#slide_show_menu_pc,
#slide_show_A-la-carte_pc {
  display: block;
  margin: 0 auto 0;
  max-width: 1100px;
  width: 100%;
}

#slide_show_menu_pc .slick-list,
#slide_show_A-la-carte_pc .slick-list {
  overflow: visible;
}

#slide_show_menu_pc .slick-list {
  margin-left: -27%;
}

#slide_show_A-la-carte_pc .slick-list {
  margin-left: -46%;
}

#slide_show_menu_pc .slick-slide,
#slide_show_A-la-carte_pc .slick-slide {
  opacity: .65;
}

#slide_show_menu_pc .slick-slide.slick-active,
#slide_show_A-la-carte_pc .slick-slide.slick-active {
  opacity: 1;
}

#slide_show_menu_pc .slick-slide .menu-content,
#slide_show_A-la-carte_pc .slick-slide .menu-content {
  position: relative;
  width: 100% !important;
  padding-bottom: 30px;
}

#slide_show_menu_pc .slick-slide .menu-image {
  height: 47.27vw;
  max-height: 520px;
  display: flex;
  align-items: flex-end;
}

#slide_show_menu_pc .slick-slide .menu-image>img {
  width: auto;
  height: 47.27vw;
  max-height: 520px;
}

#slide_show_menu_pc .slick-slide.slick-current .menu-image>img {
  width: auto;
  height: 47.27vw;
  max-height: 520px;
}

#slide_show_A-la-carte_pc .slick-slide .menu-image {
  height: 43.63vw;
  max-height: 480px;
  display: flex;
  align-items: flex-end;
}

#slide_show_A-la-carte_pc .slick-slide .menu-image>img {
  width: auto;
  height: 43.63vw;
  max-height: 480px;
}

#slide_show_A-la-carte_pc .slick-slide.slick-current .menu-image>img {
  width: auto;
  height: 43.63vw;
  max-height: 480px;
}

@media screen and (max-width: 760px) {

  #slide_show_menu_pc .slick-list,
  #slide_show_A-la-carte_pc .slick-list {
    margin-left: 0%;
    overflow: visible;
  }

  #slide_show_menu_pc .slick-slide .menu-image {
    height: 55vw;
  }

  #slide_show_menu_pc .slick-slide .menu-image>img {
    height: 55vw;
  }

  #slide_show_menu_pc .slick-slide.slick-current .menu-image>img {
    height: 55vw;
  }

  #slide_show_A-la-carte_pc .slick-slide .menu-image {
    height: 56vw;
  }

  #slide_show_A-la-carte_pc .slick-slide .menu-image>img {
    height: 56vw;
  }

  #slide_show_A-la-carte_pc .slick-slide.slick-current .menu-image>img {
    height: 56vw;
  }
}

#slide_show_menu_pc .slick-slide .menu-detail,
#slide_show_A-la-carte_pc .slick-slide .menu-detail {
  display: none;
  /* opacity: 0;
   position: absolute;
  top: 95%;
  left: 0;
  width: 90vw; */
}

.menu-detail-another-outer {
  max-width: 1100px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.menu-detail-another {
  width: 80%;
}

#slide_show_menu_pc .arrow-menu-prev,
#slide_show_A-la-carte_pc .arrow-menu-prev {
  position: absolute;
  bottom: -50px;
  right: 60px;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: .3s;
}

#slide_show_menu_pc .arrow-menu-prev:hover,
#slide_show_A-la-carte_pc .arrow-menu-prev:hover {
  background-color: #fff;
}

#slide_show_menu_pc .arrow-menu-prev::before,
#slide_show_A-la-carte_pc .arrow-menu-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 16px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: .3s;
}

#slide_show_menu_pc .arrow-menu-prev:hover::before,
#slide_show_A-la-carte_pc .arrow-menu-prev:hover::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

#slide_show_menu_pc .arrow-menu-next,
#slide_show_A-la-carte_pc .arrow-menu-next {
  position: absolute;
  bottom: -50px;
  right: 120px;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: .3s;
}

#slide_show_menu_pc .arrow-menu-next:hover,
#slide_show_A-la-carte_pc .arrow-menu-next:hover {
  background-color: #fff;
}

#slide_show_menu_pc .arrow-menu-next::before,
#slide_show_A-la-carte_pc .arrow-menu-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  transition: .3s;
}

#slide_show_menu_pc .arrow-menu-next:hover::before,
#slide_show_A-la-carte_pc .arrow-menu-next:hover::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.slide_thumb {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.slide_thumb .slick-current .thumb_img {
  filter: none;
}

.slide_thumb .slick-track {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.thumb_img {
  width: 95% !important;
  filter: brightness(60%);
}

.thumb_img img {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .menu-detail-another-outer {
    padding: 0 26px;
  }

  .menu-detail-another {
    width: 100%;
  }

  #slide_show_sp {
    display: block;
    margin: 0 auto 20px;
  }

  #slide_show_pc {
    display: none;
  }

  .slide_thumb {
    display: none;
  }

  .arrow-menu-prev,
  .arrow-menu-next {
    display: none !important;
  }

}

.link_field {
  display: flex;
  width: 100%;
  padding-top: 0;
}

.vip_wrap {
  background: url(/assets/img/space_vip01.jpg);
  background-size: cover;
  width: calc(100% / 2);
  padding: 80px 0 100px;
}

.vip2_wrap {
  background: url(/assets/img/space_vip02.jpg);
  background-size: cover;
  width: calc(100% / 2);
  padding: 80px 0 100px;
}

.vip_title {
  text-align: center;
  color: #fff;
  margin: 150px 0;
  font-size: 35px;
  font-weight: bold;
}

.vip-text {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
}

.vip-btn-link {
  display: inline-block;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 0 69px 22px 6px;
  transition: 0.5s;
}

.vip-btn-link::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 5px;
  width: 51px;
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
}

.vip-btn-link::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 7px;
  width: 12px;
  height: 13px;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.5s;
}

.vip-btn-border {
  position: absolute;
  left: 4px;
  bottom: -1px;
  width: 200px;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
}

.space-tiles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.space-tile {
  width: 33.2%;
  margin-top: .2%;
}

.space-tile-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.space-tile-link .space-tile-link-image {
  vertical-align: bottom;
  transition: all 1s ease;
}

.space-tile-link:hover .space-tile-link-image {
  transform: scale(1.1);
}

.space-tile-detail-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 1s;
}

.space-tile-detail-outer:hover {
  opacity: 1;
}

.space-tile-detail-outer::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .65;
}

.space-tile-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.space-tile-detail-title {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}

.space-tile-detail-title::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  background: #fff;
  width: 24px;
  height: 1px;
}

.space-tile-detail-link {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  margin: 50px auto 0;
  color: #fff;
  font-size: .875rem;
}

.space-tile-detail-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
}

.space-tile-detail-link::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .space-tiles {
    display: block;
  }

  .space-tile {
    width: 100%;
    margin-top: 2px;
  }

  .space-tile-link {
    display: block;
    position: relative;
  }

  .space-tile-detail-outer {
    opacity: 1;
  }

  .space-tile-detail-outer::before {
    background: transparent;
    opacity: 1;
  }

  .space-tile-detail-title {
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
  }

  .space-tile-detail-link {
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
  }

  .space-tile-detail-link::before {
    box-shadow: 0 0 8px #000;
  }
}

@media screen and (max-width: 1024px) {
  .home .vip_wrap h2 {
    max-width: 340px !important;
    margin: 25px auto 40px;
  }

  .link_field {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .vip_wrap {
    background: url(/assets/img/space_vip01.jpg);
    background-size: cover;
    width: 100%;
    padding: 30px 0 70px;
  }

  .vip2_wrap {
    background: url(/assets/img/space_vip02.jpg);
    background-size: cover;
    width: 100%;
    padding: 30px 0 70px;
  }

  .vip_title {
    margin: 0 0 15px;
    font-size: 24px;
  }
}

.border-white {
  border: 2px solid #fff !important;
}

.space-item {
  padding-bottom: 35px;
}

.menu-container {
  width: 83%;
  margin: 74px auto 0;
  padding-bottom: 66px;
}

.menu-wrapper {
  /* width: 90%; */
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.top-menu-wrapper {
  padding-bottom: 50px
}

.menu-category {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 96px 0 40px;
  font-size: 1.5rem;
  color: #96483e !important;
}

.top-menu-category {
  padding: 50px 30px 40px;
}

.space-category {
  /* display: flex;
  align-items: center; */
  /* font-size: 1.8rem; */
  /* padding: 96px 0 65px; */
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 96px 0 65px;
  font-size: 1.5rem;
  color: #28695e !important;
}

/* .menu-category::before,
.menu-category::after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
} */

.menu-category::before {
  margin-right: 65px;
}

.menu-category::after {
  margin-left: 65px;
}

.menu-content {
  justify-content: space-between;
  padding-bottom: 50px;
  padding-left: 4px;
  padding-right: 4px;
}

.under-menu-section.section.below-header {
  padding-bottom: 18px;
}

.under-menu-wrapper .menu-content {
  margin-top: 90px;
  padding-bottom: 0;
  /* border-top: 1px solid #707070; */
}

.under-menu-wrapper .menu-content:first-of-type {
  margin-top: 0;
  border-top: 0;
}

.menu-content-headding {
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  padding: 5px 0 30px;
  border-bottom: 1px solid #96483e;
  align-items: flex-end;
}

.menu-content-mid {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.menu-image {
  /* width: 39%; */
  width: 100%;
}

.under-menu-wrapper .menu-image {
  width: 62%;
}

.menu-detail {
  width: 100%;
  align-self: center;
}

.menu-title-box {
  flex: 1;
  width: 62%;
}

.menu-title {
  font-size: 1.875rem;
  line-height: 1.3;
  padding-bottom: 25px;
}

.top-menu-title {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 20px;
}

.menu-title-tags {
  display: flex;
  flex-wrap: wrap;
}

.menu-title-tag {
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 6px;
  background-color: #fff;
  color: #45332f;
  font-size: .875rem;
}

.menu-description {
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 10px 0;
}

.under-menu-wrapper .menu-description {
  margin-top: 30px;
  line-height: 2;
}

.menu-interpolate {
  padding-left: 60px;
  width: 38%;
  font-size: 15px;
  display: inline-block;
}

.menu-interpolate2 {
  font-size: 0.9rem;
  display: inline-block;
  padding: 15px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.menu-detail-content {
  margin-top: 20px;
  line-height: 1.6;
}

.menu-price {
  display: flex;
  justify-content: flex-end;
  padding: 35px 0 0 15px;
  line-height: 1.6;
  font-size: 2.1rem;
  width: 38%;
}

.under-course-detail .menu-title {
  font-size: 1.5rem;
}

.under-course-detail .menu-price {
  width: auto;
  font-size: 1.3rem;
}

.bgblack {
  background-color: #96483e;
  /*color: #3E3E3E;*/
  color: #FFFFFF;
  padding: 10px;
}

.about_h3 {
  padding: 30px 0;
  color: #28695e;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .top-menu-wrapper {
    padding-bottom: 30px;
  }

  .top-menu-wrapper:last-of-type {
    padding-bottom: 0;
  }

  .menu-title-box {
    width: auto;
  }

  .menu-category {
    padding: 46px 0 24px;
    font-size: 1.25rem;
  }

  .top-menu-category {
    padding: 46px 26px 24px;
  }

  .menu-category::before {
    margin-right: 34px;
  }

  .menu-category::after {
    margin-left: 34px;
  }

  .menu-content {
    display: block;
    padding-bottom: 30px;
  }

  .under-menu-section.section.below-header {
    padding-bottom: 0;
  }

  .under-menu-wrapper .menu-content {
    margin-top: 60px;
  }

  .menu-content-headding {
    display: block;
    padding-bottom: 15px;
  }

  .menu-content-mid {
    display: block;
  }

  .menu-image {
    width: 100%;
  }

  .under-menu-wrapper .menu-image {
    width: 100%;
  }

  .menu-interpolate {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }

  .menu-detail {
    width: 100%;
  }

  .menu-title {
    font-size: 1.125rem;
  }

  .menu-title-tag {
    font-size: .75rem;
  }

  .menu-container {
    width: 100%;
  }

  .menu-price {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.5rem;
  }
}

.about-item {
  padding-bottom: 35px;
}

.news-item {
  display: flex;
  max-width: 562px;
  width: 100%;
  margin-top: 20px;
  transition: .3s;
}

.news-item:hover {
  opacity: .7;
}

.news-item:first-child {
  margin-top: 0;
}

.news-date {
  /* padding-bottom: 24px; */
  font-size: .875rem;
  margin-right: 20px;
  max-width: 5.5em;
  width: 100%;
  line-height: 1.6;
}

.news-wrapper {
  position: relative;
}

.news-title {
  /* position: absolute;
  text-align: center;
  width: 90%;
  bottom: -22px;
  right: 18px;
  background-color: #0E1A3D; */
  /* padding: 14px 10px; */
  flex: 1;
  font-size: .875rem;
  line-height: 1.6;
  min-width: 200px;
}

.news-container-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: flex-end;
}

.news-container-inner2 {
  margin-left: 60px;
}

@media screen and (max-width: 760px) {
  .news-container-inner {
    display: block;
    padding: 0;
  }

  .news-container-inner2 {
    margin-top: 40px;
    margin-left: 0;
  }

  .news-item {
    display: block;
  }

  .news-date {
    max-width: 100%;
    margin-right: 0;
  }
}

.coupon-container {
  width: 75%;
  margin: 0 auto;
}

.coupon-wrapper {
  position: relative;
  display: flex;
  background-color: #fff;
  padding: 46px 41px;
  align-items: center;
  margin-bottom: 31px;
}

.coupon-wrapper::before {
  content: "";
  position: absolute;
  border-color: #96483e;
  border-style: solid;
  border-width: 30px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  top: -30px;
  left: -30px;
  transform: rotate(-45deg);
}

.coupon-primary {
  width: 50%;
  padding-right: 49px;
}

.coupon-detail {
  width: 50%;
  padding: 12px 0 12px 49px;
  border-left: 1px solid #000;
}

.coupon-title {
  font-size: 135%;
  vertical-align: baseline;
  color: #000 !important;
  line-height: 1.5;
}

.coupon-text {
  line-height: 2.2em;
  letter-spacing: 0.2em;
  color: #000 !important;
}

.coupon-list-title {
  line-height: 1.5;
}

.section-access-map-wrap {
  overflow-x: hidden;
}

.under-access {
  padding-bottom: 0;
}

.access-detail-block {
  display: flex;
  margin-top: 80px;
}

.access-detail {
  /* color: #3E3E3E; */
  width: 50%;
}

.access-detail-logo {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}

.access-map {
  height: 560px;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  padding-right: 30px;
  filter: grayscale(100%) brightness(.9);
  -webkit-filter: grayscale(100%) brightness(.9);
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.access-shop-name {
  font-size: 1.25rem;
  /* border-bottom: 1px solid #3E3E3E; */
  padding-bottom: 8px;
}

.access-wrapper {
  width: 100%;
  margin-top: 30px;
}

/* .access-wrapper a {
  color: #3E3E3E;
} */

.access-wrapper tbody {
  display: block;
}

.access-wrapper tr {
  /* border-bottom: 1px solid #3E3E3E; */
  padding: 32px 0 3px;
  /* display: flex; */
  text-align: left;
  line-height: 1.4em;
  justify-content: space-between;
}

.access-wrapper th {
  width: 20%;
}

.access-wrapper td {
  width: 70%;
  padding: 5px 0;
}

.access-desc {
  display: flex;
}

.access-desc-title {
  font-size: .8125rem;
}

.access-desc-text {
  width: 100%;
  flex: 1;
  font-size: .8125rem;
}

.access-address {
  font-size: .8125rem;
}

.access-phonenumber {
  font-size: 1.25rem;
  padding-bottom: 15px;
}

@media screen and (max-width: 760px) {
  .access-container {
    display: block;
    width: 100%;
  }

  .access-detail-block {
    display: block;
  }

  .access-detail {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
  }

  .access-detail-logo {
    width: 100px;
    display: block;
    padding-right: 0;
    margin: 0 auto;
  }

  .access-map {
    width: 100vw;
    height: 240px;
    margin: 0;
    padding: 0;
    margin: 0 calc(50% - 50vw);
  }
}

@media screen and (max-width: 480px) {
  .coupon-wrapper {
    display: block;
    padding: 40px 30px;
  }

  .coupon-primary {
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
  }

  .coupon-detail {
    width: 100%;
    padding: 0;
    border-left: none;
  }
}

@media screen and (max-width: 760px) {
  /* .under-space-image {
    padding-bottom: 30px;
  } */
}

.under-menu-container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

.under-menu-wrapper {
  padding: 0;
}

.under-menu-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 33px;
}

.under-menu-content {
  width: 30%;
  margin-right: 5%;
}

.under-menu-content:nth-child(3n) {
  margin-right: 0;
}

.under-course-wrapper {
  margin-top: 84px;
}

.under-course-item {
  display: flex;
  justify-content: space-between;
}

.under-course-img {
  width: 48%;
}

.under-course-detail {
  width: 48%;
}

.under-corse-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

.under-course-interpolate {
  display: flex;
  border-bottom: 1px solid #96483e;
  justify-content: space-between;
  padding: 20px 15px;
}

.under-course-title {
  width: 30%;
}

.under-course-text {
  width: 60%;
  line-height: 1.6;
}

.under-course-explain {
  width: 48%;
  margin-top: 20px;
}

.under-course-content {
  width: 48%;
  margin-top: 40px;
}

.under-food-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 40px 0 30px;
}

.under-food-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.under-menu-detail {
  padding: 25px 0 60px;
}

.under-menu-detail-heading {
  font-size: 1.25rem;
  line-height: 1.5;
}

.under-menu-detail-desc {
  margin-top: 15px;
  font-size: .875rem;
  line-height: 2;
}

.under-menu-detail-price {
  margin-top: 15px;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.133;
  text-align: right;
}

.under-course-box {
  padding: 20px;
  border: solid 1px #96483e;
}

.under-course-box p {
  line-height: 1.6;
}

.under-food-item-heading {
  font-size: 22px;
  border-left: solid 8px #96483e;
  border-bottom: solid 1px #96483e;
  padding: 0 0 5px 23px;
}

.under-food-list {
  color: #400908;
  padding: 20px 50px;
}

.under-food-item {
  margin: 30px 0 100px 0;
}

.under-food-detail-item {
  padding: 15px 0;
  border-bottom: solid 1px;
  width: 48%;
}

.under-food-name {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  line-height: 1.2;
}

.under-food-price {
  font-size: 14px;
  margin-top: 2px;
  color: #d33c33;
}

@media screen and (max-width: 760px) {
  .under-menu-box {
    display: block;
  }

  .under-menu-content {
    width: 100%;
    margin-right: 0;
  }

  .under-menu-container {
    width: 100%;
  }

  .under-menu-wrapper {
    padding: 0 0 60px;
    width: 100%;
  }

  .under-course-item {
    display: block;
  }

  .under-corse-container {
    display: block;
  }

  .under-course-img {
    width: 100%;
  }

  .under-course-detail {
    width: 100%;
  }

  .under-course-explain {
    width: 100%;
  }

  .under-course-content {
    width: 100%;
  }

  .under-food-wrapper {
    display: block;
    padding: 25px 0 0;
  }

  .under-food-detail {
    display: block;
  }

  .under-food-detail-item {
    width: 100%;
  }

  .under-menu-detail {
    padding: 25px 0 40px;
  }

  .under-menu-detail-heading {
    font-size: 1.125rem;
  }

  .under-menu-detail-price {
    font-size: 1.5rem;
  }

  .under-food-list {
    padding: 1px 0;
  }

  .under-food-item {
    margin: 30px 0 60px 0;
  }
}

.access-under-wrapper {
  width: 50%;
  margin: 0 auto;
  padding-top: 54px;
}

.access-under-title {
  font-size: 1.7rem;
  padding-bottom: 17px;
  border-bottom: 1px solid #3E3E3E;
}

.access-under-item {
  padding: 20px 0;
  border-bottom: 1px solid #3E3E3E;
}

.access-under-name {
  width: 20%;
}

.access-under-detail {
  width: 80%;
}

.m-access_map {
  height: 400px;
}

.m-access_map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 760px) {
  .access-under-wrapper {
    width: 100%;
  }

  .single-news-image {
    width: 100% !important;
  }

  .single-news-container {
    width: 100% !important;
  }
}

.under-news-wrapper {
  margin-top: 20px;
}

.under-news-link {
  display: flex;
  /* margin-top: 60px; */
  border-bottom: 1px solid #9c9c9c;
}

.under-news-link:first-of-type {
  border-top: 1px solid #9c9c9c;
}

.under-news-image {
  width: 15%;
}

.under-news-content {
  width: 85%;
  padding: 24px 0;
  display: flex;
}

.under-news-date {
  color: #747474;
  font-size: .875rem;
  margin-right: 20px;
  max-width: 5.5em;
  width: 100%;
  line-height: 1.6;
}

.under-news-title {
  /* font-size: 1.6rem; */
  flex: 1;
  font-size: .875rem;
  line-height: 1.6;
}

.under-news-text {
  line-height: 1.5em;
}

.pageTotal-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.pageTotal-number {
  margin-right: 20px;
}

.m-pager {
  margin-top: 10px;
}

.pagenation {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.pagenation li {
  display: inline-block;
}

.pagenation-prev {
  width: 40px;
  height: 40px;
}

.m-pager_item {
  /* ページネーション数字表示 1ページのみの場合*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #747474;
  margin: 0 7px;
}

/* .m-pager_item span {
  color: #fff;
} */

.m-pager_box>li[class] {
  margin: 0 7px 10px;
}

.m-pager_box>li.m-pager_prev {
  margin: 0;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #96483e;
  color: #000;
}

.page-numbers.current {
  background-color: #747474;
  color: #fff;
}

.page-numbers.dots {
  align-items: center;
  width: auto;
  border-radius: 0;
  background-color: transparent !important;
  color: #fff;
}

.news-arrow-prev,
.news-arrow-next {
  width: 8px;
  height: auto;
}

.news-arrow-prev {
  transform: rotate(180deg);
}

.single-news-image {
  width: 50%;
  margin: 0 auto;
}

.single-news-container {
  width: 100%;
  margin: 60px 0 0;
  padding-bottom: 100px;
  border-bottom: 1px solid #607d8b;
}

.single-news-date {
  font-size: .875rem;
}

.single-news-title {
  margin-top: 10px;
  margin-bottom: 80px;
  font-size: 1.875rem;
  line-height: 1.334;
}

.single-news-contents>p {
  line-height: 2;
}

.under-single-news.below-header {
  padding-top: 200px;
  padding-bottom: 97px;
}

.under-single-news .topicpath {
  margin-left: 30px;
}

.under-single-news .topicpath {
  margin-left: 30px;
}

.under-single-news .btn {
  max-width: 1100px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 30px;
  text-align: left;
}

.under-single-news .btn-link {
  padding: 0 0 12px 50px;
}

.under-single-news .btn-link::before {
  left: 0;
}

.under-single-news .btn-link::after {
  left: 5px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 760px) {
  .pageTotal-block {
    display: block;
  }

  .pageTotal-number {
    text-align: center;
    margin-right: 0;
  }

  .m-pager {
    display: flex;
    justify-content: center;
  }

  .single-news-title {
    margin-bottom: 60px;
  }

  .under-news-link {
    display: block;
  }

  .under-news-image {
    width: 50%;
    margin: 0px auto;
    padding-top: 10px;
  }

  .under-news-content {
    width: 100%;
    display: block;
  }

  .under-single-news.below-header {
    padding-top: 100px;
  }
}

.brand-logo {
  max-width: 300px;
  margin: 0 auto;
}

.brand-shopname {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  margin-top: 20px;
  color: #000;
}

.brand-access {
  margin-top: 20px;
}

.brand-access dl {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.brand-access dt {
  width: 20%;
  color: #000;
}

.brand-access dd {
  width: 70%;
  line-height: 1.4em;
  color: #000;
}

.brand-access dd div {
  color: #000;
}

.undifine-wrappewr {
  padding: 100px 0;
  text-align: center;
}

.undifine-wrappewr p {
  color: #000;
  line-height: 1.5;
}

.undifine-wrappewr h1 {
  padding: 40px 0;
  font-size: 2rem;
  color: #000;
}

/* フッター上バナー群 */

.footer_bnr_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}

.footer_bnr_wrap>a {
  margin: 0 10px;
}

#video_btn.playActive {
  display: none;
}

@media screen and (max-width: 760px) {
  .footer_bnr_wrap {
    flex-direction: column;
  }

  .footer_bnr_wrap>a {
    width: 80%;
    margin: 10px 0;
  }
}

/* MV下動画 */

.video_wrap {
  margin: 30px auto 100px;
  text-align: center;
  width: 40%;
  height: auto;
  position: relative;
}

.video {
  width: 100%;
  height: auto;
}

.video_btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  cursor: pointer;
  z-index: 2;
}

#video_btn img {
  width: 16%;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.banner-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.link-banner {
  display: inline-block;
  padding-top: 30px;
}

@media screen and (max-width: 760px) {
  .video_wrap {
    width: 90%;
  }

  .video {
    width: 90%;
    height: auto;
  }

  #video_btn img {
    width: 15%;
  }

  .banner-wrap {
    width: 90%;
  }

  .link-banner {
    display: inline-block;
    padding-top: 15px;
  }

}

/* メニューページ注釈 */
.food-at {
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 760px) {
  .food-at {
    text-align: left;
  }
}

/* スクロールで要素出現 */
.js-fade-content {
  transition: 1.1s .2s ease-in-out;
}

.js-fade-in {
  opacity: 0;
}

.js-fade-in.is-show {
  opacity: 1;
}

.js-fade-right {
  transform: translateX(30px);
  opacity: 0;
}

.js-fade-right.is-show {
  transform: translateX(0);
  opacity: 1;
}

/* concept-first-imageのjs-fade-contentでの処理 */
.concept-first-image.js-fade-content {
  transform: translateX(30px);
  opacity: 0;
}

.concept-first-image.js-fade-content.is-show {
  transform: translateX(0);
  opacity: 1;
}

.concept-box:nth-child(2n) .concept-first-image.js-fade-content {
  transform: translateX(-30px);
  opacity: 0;
}

.concept-box:nth-child(2n) .concept-first-image.js-fade-content.is-show {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 760px) {
  .concept-first-image.js-fade-content {
    transform: translateX(-30px);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */

.recruit-box {
  margin-top: 60px;
  line-height: 1.5;
}

.recruit-box p {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.2rem;
}

.recruit-box dl:nth-of-type(1) {
  border-top: 1px dashed #ffffff;
}

.recruit-box dl {
  padding: 1rem;
  border-bottom: 1px dashed #ffffff;
  display: flex;
  justify-items: flex-start;
}

.recruit-box dt {
  width: 100px;
}

/*--- 追加 2024/08/06 ---*/
.access-direction-title {
  font-size: 1.5rem;
  /* margin-top: 50px; */
  margin-bottom: 30px;
  text-align: left;
  color: #28695e !important;
  font-weight: bold;
}

@media screen and (max-width: 760px) {
  .access-direction-title {
    font-size: 1.4rem;
  }
}

#route-button {
  display: inline-block;
  padding: 20px 85px;
  background-color: #820000;
  border: 1px solid #ffffff !important;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
}


@media screen and (max-width: 760px) {
  #route-button {
    padding: 20px 40px;
  }

  .map-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
  }
}

/*================================
サイトトップ
=================================*/
.top_logo {
  position: absolute;
  top: 30px;
  left: 40px;
  display: block;
  width: 100%;
  max-width: 130px;
  height: auto;
  margin: 0px auto 0px;
  z-index: 99;
}

.top_mv img {
  width: 100vw;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 16/9;
}

.concept_bg {
  padding: 113px 0 120px;
  background: url("/assets/img/concept_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.top_head {
  display: flex;
  justify-content: center;
  padding: 0px 0 116px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}

.top_concept {
  max-width: 1000px;
  width: calc(100% - 20px);
  margin: 0 auto 0px;
}

.concept_flex {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 80px;
}

.concept_flex:last-of-type {
  margin-bottom: 0px
}

.concept_img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.concept_txt {
  font-weight: 500;
  line-height: 2;
  max-width: 520px;
}

.search_bk {
  padding: 97px 0 141px;
  background: #F5EEE5;
}

.search_head {
  font-size: 48px;
  text-align: center;
  font-weight: 500;
}

.search_head span {
  display: block;
  padding-top: 10px;
  margin-bottom: 77px;
  font-size: 24px;
  font-weight: 500;
}

.filter-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  width: calc(100% - 20px);
  margin: 0 auto 0px;
}

.nearby_btn {
  position: relative;
  padding: 33px 40px 35px 48px;
  width: 480px;
  height: 100px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #A40001;
  border: unset;
  cursor: pointer;
}

.nearby_btn span img {
  position: absolute;
  right: 40px;
  width: 34px;
  height: 34px;
}

.search {
  position: relative;
  width: 480px;
  height: 100px;
}

.prefecture {
  width: 100%;
  height: 100px;
  padding: 33px 40px 35px 48px;
  font-size: 24px;
  text-align: center;
  color: #A40001;
  background: #fff;
  border: unset;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.search::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-right: 2px solid #A40001;
  border-bottom: 2px solid #A40001;
  pointer-events: none;
}

.row.site-top {
  justify-content: flex-start;
  column-gap: 4%;
  row-gap: 80px;
}

.row.site-top .col-lg-6 {
  max-width: 48%;
  flex-basis: 48%;
}

.btn-more.top {
  margin: 40px auto 0;
  text-align: center;
}

@media print,
screen and (max-width: 767px) {
  .filter-wrapper {
    flex-direction: column;
  }

  .concept_flex {
    flex-direction: column;
    gap: 30px;
  }

  .concept_img {
    margin: 0 auto;
  }

  .concept_txt {
    text-align: left;
    margin: 0 auto;
  }

}

@media print,
screen and (max-width: 560px) {
  .top_logo {
    max-width: 80px;
  }

  .top_head {
    font-size: 24px;
    margin: 60px 10px 60px;
    text-align: left;
  }

  .concept_txt {
    font-size: 16px;
    text-align: left;
    margin: unset;
  }

  .concept_img {
    max-width: 100%;
  }

  .search_head {
    font-size: 24px;
  }

  .search_head span {
    font-size: 14px;
  }

  .nearby_btn {
    width: 100%;
    max-width: 370px;
    height: 64px;
    font-size: 14px;
    padding: 15px 40px 15px 48px;
    font-weight: 500;
  }

  .nearby_btn span img {
    width: 20px;
    height: 20px;
  }

  .search {
    font-size: 14px;
    height: 64px;
    width: 100%;
    max-width: 370px;
  }

  .search::after {
    top: 40%;
    width: 15px;
    height: 15px;
    right: 42px;
    border-right: 1px solid #A40001;
    border-bottom: 1px solid #A40001;
  }

  .prefecture {
    padding: 15px 40px 15px 48px;
    font-size: 14px;
    height: 64px;
    font-weight: 500;
  }

  .search_bk {
    padding: 50px 0 80px;
  }

  .search_head span {
    margin-bottom: 45px;
  }

  .top_concept {
    margin: 0 auto 70px;
  }

  .footer-box-logo-top {
    justify-content: center;
  }

  .row.site-top .col-lg-6 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media print,
screen and (max-width: 500px) {
  .top_logo {
    top: 50px;
    left: 15px;
  }
}

@media screen and (max-width: 450px) {
  .sp-only {
    display: none;
  }
}

@media print,
screen and (max-width: 420px) {
  .search::after {
    top: 45%;
    width: 12px;
    height: 12px;
  }
}

.header-reserve {
  border: none !important;
}

.section-wrapper {
  padding-top: 27px;
}

.section-title-en {
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.section-title {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  padding: 5px 0 0;
  font-weight: 700;
  display: inline-block;
}

.btn-more {
  text-align: center;
}