@charset "UTF-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
}

b,
strong,
.bold {
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

.default-text {
  letter-spacing: 0.2em;
  line-height: 2.3em;
  font-weight: bold;
}

.default-box {
  text-align: center;
}

.fluid-image {
  padding-top: 90px;
  margin: 0 auto;
}

.fluid-image img {
  width: 100%;
  height: auto;
  display: block;
}

.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;
  }
}

@media screen and (max-width: 480px) {
  .concept-image {
    width: 100%;
  }
}

.concept-list {
  display: flex;
  margin-bottom: 70px;
  justify-content: space-around;
}

@media screen and (max-width: 480px) {
  .concept-list {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    padding-bottom: 35px;
    display: block;
  }
}

.concept-list-image {
  width: 100%;
  height: auto;
  display: block;
}

.concept-item {
  width: 40%;
}

@media screen and (max-width: 480px) {
  .concept-item {
    width: 90%;
    margin: 37px auto 0;
  }
}

.top-concept-title {
  color: #3E3E3E !important;
}

.concept-title {
  font-size: 1.25rem;
  line-height: 1.65;
  letter-spacing: 0.025em;
  padding-bottom: 17px;
}

.top-concept-subtitle {
  color: #3E3E3E !important;
  line-height: 2;
  letter-spacing: 0.08em;
}

.top-concept-subtitle {
  color: #3E3E3E !important;
  line-height: 2;
  letter-spacing: 0.08em;
}

.concept-subtitle {
  color: #3E3E3E !important;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 480px) {
  .fluid-image {
    padding-top: 29px;
    width: auto;
  }

  .default-text {
    line-height: 2em;
  }
}

.white {
  color: #fff;
}

.description {
  font-size: 0.9rem;
  line-height: 2.3em;
}

.description-box {
  width: 90%;
  margin: 37px auto 0;
}

.description-box-title {
  padding-bottom: 22px;
  font-size: 1.3rem;
}

.topicpath {
  display: flex;
}

.topicpath-item {
  font-size: 1rem;
  margin-right: 30px;
  margin-left: 20px;
}

.topicpath-link {
  position: relative;
}

.topicpath-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -6px;
  border-top: 1px solid #8c8c8f;
  transform: rotate(45deg);
  border-right: 1px solid #8c8c8f;
}

@media screen and (max-width: 480px) {
  .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"] {
  appearance: button;
  -webkit-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: #3E3E3E;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

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-wrapper {
  text-align: center;
  margin-bottom: 41px;
}

.headding-title {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.875rem;
  color: #3E3E3E !important;
  position: relative;
  letter-spacing: 0.1em;
  padding: 34px 66px;
  font-weight: 700;
  display: inline-block;
}

.headding-title_black {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.875rem;
  color: #3E3E3E !important;
  position: relative;
  letter-spacing: 0.1em;
  padding: 34px 66px 14px;
  font-weight: 700;
  display: inline-block;
}

.subtitle {
  font-family: 'Red Rose', cursive;
  color: #198B45 !important;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

/* .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%; } */

.under-header-wrapper {
  margin-top: 41px;
}

@media screen and (max-width: 760px) {
  .headding-title {
    font-size: 1.8rem;
    padding: 28px 43px;
  }

  .headding-title_black {
    font-size: 1.8rem;
    padding: 28px 43px 14px;
  }

  .subtitle {
    font-size: 0.8rem;
  }

  .under-header-wrapper {
    margin-top: 0;
  }


  /* .headding-title::before {
    height: 15px; }

  .headding-title::after {
    height: 15px;
    bottom: -15px; } */
}

@media screen and (max-width: 480px) {
  .headding-title {
    padding: 22px 39px;
  }

  .headding-title_black {
    padding: 22px 39px 14px;
  }

}

.section {
  padding: 89px 0 97px;
}

.section-keyvisual {
  padding-bottom: 30px;
  background-size: cover;
  background-position: center;
}

.section-keyvisual.top-space {
  background-image: var(--bg-image-top-space);
}

.section-keyvisual.top-about {
  background-image: var(--bg-image-top-about);
}

.container {
  max-width: 1250px;
  position: relative;
  margin: 0 auto;
}

.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: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .section {
    padding: 30px 0 79px;
  }

  .section-keyvisual {
    padding: 65px 0 40px;
    background-position: center;
  }

  .section-icon-image {
    width: 60%;
  }

  .concept-item {
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px) {
  .section {
    padding: 30px 0 52px;
  }

  .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: #ae5b2a;
  padding: 0 69px 22px 6px;
  transition: 0.5s;
}

.btn-link::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 5px;
  width: 51px;
  height: 2px;
  background-color: #B18B4F;
  transition: 0.5s;
}

.btn-link::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 7px;
  width: 12px;
  height: 13px;
  border-top: 2px solid #B18B4F;
  transform: rotate(45deg);
  transition: 0.5s;
}

.btn-link:hover {
  color: #400908;
}

.btn-link:hover::before {
  background-color: #a5a3a3;
}

.btn-link:hover::after {
  border-top: 2px solid #a5a3a3;
}

.btn-border {
  position: absolute;
  left: 4px;
  bottom: -1px;
  width: 239px;
  height: 1px;
  background-color: #B18B4F;
  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 #198b45;
  color: #198b45;
  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 #198b45;
  border-right: 1px solid #198b45;
  position: absolute;
  top: 45%;
  right: 16%;
}

.brand-btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #198b45;
}

.brand-btn:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.brandtop-footer {
  padding: 40px 0;
}

.brandtop-footer p {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .btn {
    margin-top: 43px;
  }

  #content {
    margin-top: 0;
    padding-top: 0;
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  font-weight: 500;
}

.header-logo-link {
  display: block;
  width: 95px;
  margin: 19px auto 0;
}

.header-logo-name {
  display: block;
  text-align: center;
}

.header-link {
  display: block;
  padding: 16px;
  transition: 0.3s;
  text-align: center;
  width: 160px;
  font-weight: bold;
  color: #3E3E3E;
}

.header-image {
  width: 100%;
}

.header-nav-list {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.header-nav-item {
  width: 10%;
}

.header-nav-link {
  display: block;
  text-decoration: none;
  color: #3E3E3E;
  text-align: center;
  transition: 0.3s;
}

.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;
}

.h-spnavi_btn {
  display: none;
  top: 7px;
  right: 16px;
  width: 40px;
  height: 50px;
  position: absolute;
  cursor: pointer;
}

.h-spnavi_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B18B4F;
  position: absolute;
  top: 50%;
  transition: 0.3s;
}

.h-spnavi_btn span:after,
.h-spnavi_btn span:before {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #B18B4F;
  position: absolute;
  transition: 0.3s;
}

.h-spnavi_btn span:before {
  top: -15px;
}

.h-spnavi_btn span:after {
  top: 15px;
}

.h-spnavi_btn.close span {
  background: none;
}

.h-spnavi_btn.close span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.h-spnavi_btn.close span:after {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.h-navi_btn {
  display: none;
}

@media screen and (max-width: 980px) {
  #content {
    margin-top: 78px;
    padding-top: -78px;
  }

  .h-spnavi_btn {
    display: block;
  }

  .header-button {
    display: none;
  }

  .header-nav-container {
    float: inherit;
    display: none;
    padding: 0;
    overflow: auto;
    margin: 30px 0 !important;
    background-color: #fff;
  }

  .header-logo {
    width: 65px;
    height: auto;
    display: block;
  }

  .header-link {
    width: 100%;
  }

  .header-logo-link {
    margin: 0;
    width: fit-content;
    padding: 5px 0px 10px 16px;
  }

  .header-logo-wrap {
    display: flex;
    align-items: center;
  }

  .header-logo-name {
    text-align: left;
    margin: 0 0 0 10px;
    padding: 5px 40px 10px 0;
  }

  .header-nav-list {
    display: block;
    padding: 30px 0 20px;
  }

  .header-nav-link {
    font-size: 1.3rem;
  }

  .header-nav-item {
    width: 100%;
    padding-bottom: 30px;
  }

  .h-navi_btn {
    display: block;
  }

  .topicpath {
    display: none;
  }
}

footer {
  position: relative;
}

.footer-nav {
  display: flex;
  justify-content: center;
  padding: 50px 0 40px;
  flex-wrap: wrap;
  font-weight: 500;
}

.footer-nav-list {
  padding: 0 20px;
  border-right: 1px solid #3E3E3E;
}

.footer-nav-link {
  color: #3E3E3E;
  transition: 0.3s;
}

.footer-logo-image {
  width: 10%;
  margin: 0 auto;
  height: auto;
  display: block;
}

.footer-logo {
  text-align: center;
}

.sns {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.sns-icon {
  width: 3%;
  margin: 0 7px;
}

.sns-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-copyright {
  padding: 10px 0;
}

.copyright {
  display: block;
  text-align: center;
  color: #3E3E3E;
}

.footer-button {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #a5986f;
}

.footer-item {
  width: 50%;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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;
}

.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-button {
    display: flex;
  }

  footer {
    margin-bottom: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 760px) {
  .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%;
  }

  .sns-icon {
    width: 7%;
    margin: 0 7px;
  }

  .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: 480px) {
  .footer-logo-image {
    width: 87px;
  }

  .footer-nav {
    padding: 30px 0;
  }

  .footer-copyright {
    padding: 10px 0 0 0;
  }
}

.nav-list {
  margin-bottom: 30px;
  display: flex;
  padding-top: 50px;
}

.nav-item {
  width: 25%;
}

.nav-link {
  position: relative;
  display: block;
  padding: 12px 5px;
  text-align: center;
  font-weight: bold;
  color: #198B45;
  z-index: 2;
}

.nav-link:hover {
  color: #198B45;
}

.nav-link.cur:hover {
  color: #198B45;
}

.nav-link.cur {
  background-color: #198B45;
  /*color: #3E3E3E;*/
  color: #FFFFFF;
}

.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%;
  padding: 0 .2vw;
}

.hero {
  position: relative;
  height: 36vw;
  margin-top: 2vw;
}

@media screen and (max-width: 1280px) {
  .hero {
    position: relative;
    height: 36.5vw;
  }
}

@media screen and (max-width: 760px) {
  .hero {
    position: relative;
    height: 56.5vw;
  }

  .slide_show div {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .hero {
    height: 145.46vw;
  }

  .hero-wrapper {
    width: 100%;
  }

  .nav-list {
    padding-top: 35px;
  }

  .nav-link {
    font-size: 13px;
  }

  .slide_show div {
    padding: 0;
  }
}

#slide_show_sp {
  display: none;
}

#slide_show_pc {
  display: block;
  margin: 0 auto 40px;
  /* max-width: 1800px; */
}

.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: 480px) {
  #slide_show_sp {
    display: block;
    margin: 0 auto 20px;
  }

  #slide_show_pc {
    display: none;
  }

  .slide_thumb {
    display: none;
  }

}

.space-item {
  padding-bottom: 35px;
}

.space-item img {
  width: 100%;
  height: auto;
  display: block;
}

.menu-container {
  width: 83%;
  margin: 74px auto 0;
  padding-bottom: 66px;
}

.menu-wrapper {
  width: 90%;
  margin: 0 auto;
}

.menu-category {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 96px 0 65px;
}

.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;
}

.menu-image {
  width: 39%;
}

.menu-image img {
  width: 100%;
  height: auto;
  display: block;
}

.menu-detail {
  width: 58%;
  align-self: center;
}

.menu-title {
  font-size: 1.25rem;
  line-height: 2;
  padding-bottom: 12px;
}

.menu-description {
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 10px 0;
}

.menu-interpolate {
  font-size: 15px;
  display: inline-block;
  margin-top: 35px;
}

.menu-interpolate2 {
  font-size: 0.9rem;
  display: inline-block;
  padding: 15px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.menu-price {
  color: #3E3E3E;
  font-size: 20px;
  margin: 35px 0;
  line-height: 1.6;
}

.bgblack {
  background-color: #b18b4f;
  /*color: #3E3E3E;*/
  color: #FFFFFF;
  padding: 10px;
}

.about_h3 {
  padding: 30px 0;
}

@media screen and (max-width: 760px) {
  .menu-category {
    padding: 66px 0 51px;
  }

  .menu-content {
    display: block;
  }

  .menu-image {
    width: 100%;
    padding-bottom: 30px;
  }

  .menu-detail {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .menu-content {
    padding-bottom: 30px;
  }

  .menu-container {
    width: 100%;
  }

  .menu-category::before {
    margin-right: 34px;
  }

  .menu-category::after {
    margin-left: 34px;
  }

  .menu-category {
    padding: 46px 0 38px;
    font-size: 1.6rem;
  }

  .menu-interpolate2 {
    padding: 15px 0;
    margin-top: 0;
  }

  .menu-price {
    margin: 0 0 20px;
  }
}

.about-item {
  padding-bottom: 35px;
}

.about-item img {
  width: 100%;
  height: auto;
  display: block;
}

.news-date {
  padding-bottom: 24px;
}

.news-wrapper {
  position: relative;
}

.news-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.news-title {
  position: absolute;
  text-align: center;
  width: 90%;
  bottom: -22px;
  right: 18px;
  background-color: #F3EDE6;
  font-weight: normal;
  color: #3E3E3E;
  padding: 14px 10px;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .news-item {
    margin-bottom: 50px;
  }
}

.coupon-container {
  width: 75%;
  margin: 0 auto;
}

.coupon-wrapper {
  position: relative;
  display: flex;
  background-color: #F8F8F8;
  padding: 46px 41px;
  align-items: center;
  margin-bottom: 31px;
}

.coupon-wrapper::before {
  content: "";
  position: absolute;
  border-color: #FF564A;
  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;
}

.coupon-text {
  line-height: 2.2em;
  letter-spacing: 0.2em;
  color: #000 !important;
}

.access-container {
  display: flex;
  width: 90%;
  padding-top: 27px;
  margin: 0 auto;
}

.access-detail {
  color: #3E3E3E;
  width: 50%;
  margin: 0 30px;
}

.access-map {
  height: 400px;
  width: 50%;
  margin: 0 30px;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.access-shop-name {
  font-size: 1.7rem;
  border-bottom: 1px solid #3E3E3E;
  padding-bottom: 8px;
}

.access-wrapper {
  width: 100%;
}

.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%;
}

@media screen and (max-width: 760px) {
  .access-container {
    display: block;
    width: 100%;
  }

  .access-detail {
    width: 100%;
    margin: 0;
    padding-bottom: 35px;
  }

  .access-map {
    width: 100%;
    margin: 0;
  }
}

@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: 83%;
  margin: 0 auto;
  padding-bottom: 66px;
}

.under-menu-wrapper {
  margin-top: 80px;
  padding: 0 43px 60px;
}

.under-menu-box {
  display: flex;
  justify-content: space-between;
  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: 70px;
}

.under-course-interpolate {
  display: flex;
  border-bottom: 1px solid #b18b4f;
  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%;
}

.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;
}

.under-menu-detail-heading {
  font-size: 1.2rem;
  padding-bottom: 30px;
}

.under-menu-detail-price {
  color: #FF564A;
}

.under-course-box {
  padding: 20px;
  border: solid 1px #b18b4f;
}

.under-course-box p {
  line-height: 1.6;
}

.under-food-item-heading {
  font-size: 22px;
  border-left: solid 8px #b18b4f;
  border-bottom: solid 1px #b18b4f;
  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;
}

.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 15px 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 25px 0;
  }

  .under-food-detail {
    display: block;
  }

  .under-food-detail-item {
    width: 100%;
  }

  .under-menu-detail-heading {
    padding-bottom: 30px;
  }

  .under-food-list {
    padding: 1px 25px;
  }

  .under-menu-detail-heading {
    padding-bottom: 15px;
  }

  .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%;
  line-height: 1.5;
}

.access-under-detail {
  width: 80%;
  line-height: 1.5;
}

.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: 80% !important;
  }

  .single-news-container {
    width: 80% !important;
  }
}

.under-news-wrapper {
  margin-top: 20px;
}

.under-news-link {
  display: flex;
  margin-top: 60px;
}

.under-news-image {
  width: 15%;
}

.under-news-content {
  width: 85%;
  padding: 24px 34px;
}

.under-news-date {
  color: #3E3E3E;
  padding-bottom: 16px;
}

.under-news-title {
  font-size: 1.6rem;
  padding-bottom: 8px;
  line-height: 1.5;
}

.under-news-text {
  line-height: 1.5em;
}

.m-pager {
  margin-top: 10px;
}

.pagenation {
  margin-top: 40px;
  text-align: center;
}

.pagenation li {
  display: inline-block;
}

.pagenation-prev {
  width: 40px;
  height: 40px;
}

.single-news-image {
  width: 50%;
  margin: 0 auto;
}

.single-news-container {
  width: 50%;
  margin: 0 auto;
}

.single-news-container p {
  line-height: 1.5;
}

.single-news-title {
  font-size: 1.6rem;
  padding-top: 15px;
  line-height: 1.5;
}

.single-news-date {
  font-size: 1.6rem;
  padding: 15px 0;
}

@media screen and (max-width: 760px) {
  .under-news-link {
    display: block;
  }

  .under-news-image {
    width: 50%;
    margin: 0px auto;
    padding-top: 10px;
  }

  .under-news-content {
    width: 100%;
  }
}

.brand-logo {
  max-width: 300px;
  margin: 0 auto;
  width: 70%;
}

.brand-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.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;
}

.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;
  }
}

/*
	MV動画
	=======================================================================
*/
.mv-movie {
  position: relative;
  height: 55.55vw;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

/* youtube設定 */
.mv-movie #youtubeMV {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*
	動画
	=======================================================================
*/
.movie-sub-wrap {
  padding: 0 15px;
  margin-top: 60px;
}

.movie-sub {
  margin: 0 auto;
  max-width: 850px;
  position: relative;
  height: 52vw;
  max-height: 480px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

/* youtube設定 */
#movieSubMV {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .movie-sub-wrap {
    margin-top: 30px;
  }
}

/* サイトトップ */
.shop-wrapper {
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

.shop-list {
  width: 48%;
  padding-bottom: 70px;
}

.top_mv-section {
  background-color: #000;
}

.concept_bg {
  background-color: #F3EDE6;
}

.top_head {
  display: flex;
  justify-content: center;
  padding: 0px 0 116px;
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  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: 1.6;
  max-width: 520px;
}

@media screen and (max-width: 760px) {
  .shop-list {
    width: 100%;
  }

  .concept_flex {
    flex-direction: column;
    gap: 30px;
  }

  .concept_img {
    margin: 0 auto;
  }

  .concept_txt {
    text-align: left;
    margin: 0 auto;
  }
}

@media screen and (max-width: 560px) {
  .top_head {
    font-size: 24px;
    margin: 30px 10px 60px;
    text-align: left;
    padding: 0;
  }

  .concept_txt {
    font-size: 16px;
    text-align: left;
    margin: unset;
  }

  .concept_img {
    max-width: 100%;
  }
}


/*# sourceMappingURL=style.css.map */