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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1;
  text-size-adjust: 100%;
  color: #333;
}

body#id-index {
  height: 100%;
}

a[href^="tel:"] {
  cursor: default;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  height: 100%;
}

@media screen and (max-width:1024px) {
  body {
    font-size: 0.9375rem;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #fdbabe;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #e50615;
}

.pace.pace-inactive {
  display: none;
}

.pace-running .wrapper {
  opacity: 0;
}

.pace-done .wrapper {
  transition: 1s;
}

.l-header-top {
  z-index: 5;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  transition: opacity 0.5s, top 0.5s;
}
.l-header-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1680px;
  margin: auto;
}
.l-header-top__logo {
  max-width: 160px;
  padding: 25px 10px 25px 0;
}
.l-header-top__logo a {
  transition: 0.2s;
}
.l-header-top__logo a:hover {
  opacity: 0.7;
}
.l-header-top__instagram-sp {
  display: none;
}
.l-header-top__trigger {
  display: none;
}
.l-header-top__nav {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 15px 50px;
  justify-content: right;
  padding: 10px 0;
}
.l-header-top__nav-main {
  display: flex;
  justify-content: space-between;
}
.l-header-top__nav-main .c-nav-main {
  padding: 10px 0;
}
.l-header-top__nav-main .c-nav-main + .c-nav-main {
  margin-left: 60px;
}
.l-header-top__instagram {
  display: block;
  outline: 1px solid #000;
  transition: 0.1s;
}
.l-header-top__instagram:hover {
  display: block;
  outline: 1px solid #e50615;
}
.l-header-top__sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 4.76%;
}
.l-header-top__sns-item > a {
  display: inline-block;
  transition: 0.2s;
}
.l-header-top__sns-item > a:hover {
  opacity: 0.5;
}

.l-header-top.is-fixed {
  position: fixed;
  opacity: 0;
}
.l-header-top.is-fixed.is-scroll {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.l-header-top.is-sticky {
  position: sticky;
  top: 0;
  transition: box-shadow 0.2s;
}
.l-header-top.is-sticky.is-scroll {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1200px) {
  .l-header-top__nav-main .c-nav-main + .c-nav-main {
    margin-left: 30px;
  }
}
.l-header-side {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 16.25rem;
}
.l-header-side__logo {
  margin: 0 0 50px;
}
.l-header-side__logo a {
  transition: 0.2s;
}
.l-header-side__logo a:hover {
  opacity: 0.7;
}
.l-header-side__nav {
  width: 100%;
  max-width: 190px;
}
.l-header-side__nav-main {
  margin: 0 0 50px;
}
.l-header-side__nav-main .c-nav-main + .c-nav-main {
  margin-top: 20px;
}
.l-header-side__nav-main .c-nav-main:last-child {
  margin-top: 80px;
}
.l-header-side__instagram {
  display: block;
  outline: 1px solid #000;
  transition: 0.1s;
}
.l-header-side__instagram:hover {
  display: block;
  outline: 1px solid #e50615;
}
.l-header-side__sns {
  display: flex;
}
.l-header-side__sns-item + .l-header-side__sns-item {
  margin-left: 30px;
}

@media screen and (max-width:1024px) {
  .l-header-top {
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .l-header-top__inner {
    position: relative;
    display: block;
    max-width: none;
  }
  .l-header-top__sp-bar {
    position: relative;
  }
  .l-header-top__logo {
    max-width: 100px;
    padding: 6px 10px;
  }
  .l-header-top__instagram-sp {
    position: absolute;
    top: 12px;
    right: 60px;
    display: block;
  }
  .l-header-top__instagram-sp img {
    width: 33px;
  }
  .l-header-top__trigger {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 30px;
    height: 29px;
    margin: auto 0;
  }
  .l-header-top__nav {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
  }
  .l-header-top__nav .c-nav-main {
    color: #fff;
  }
  .l-header-top__nav-main {
    display: block;
    margin-bottom: 10px;
  }
  .l-header-top__nav-main .c-nav-main {
    padding: 10px;
    text-align: center;
  }
  .l-header-top__nav-main .c-nav-main a {
    color: #fff;
  }
  .l-header-top__nav-main .c-nav-main + .c-nav-main {
    margin-left: 0;
    border-top: 1px solid #353535;
  }
  .l-header-top__nav-main .c-nav-main__jp {
    padding-left: 0;
    font-size: 0.625rem;
  }
  .l-header-top__nav-main .c-nav-main__en {
    padding-left: 0;
    border-left: none;
  }
  .l-header-top__nav-main .c-nav-main.online .c-nav-main__jp {
    padding-left: 0;
  }
  .l-header-top__nav-main .c-nav-main.online .ico {
    fill: #fff;
  }
  .l-header-top__sns {
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  .l-header-top__sns-item {
    margin-left: 0;
  }
}
@media screen and (max-width:768px) {
  .l-header-top__instagram {
    display: none;
  }
}
.l-footer {
  padding: 100px 20px;
  background: #f2f2f2;
}
.l-footer__inner {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 1200px;
}
.l-footer__logo {
  margin-right: 5%;
  max-width: 160px;
}
.l-footer__address {
  line-height: 2;
}
.l-footer__address-name {
  font-size: 0.875rem;
  font-weight: bold;
}
.l-footer__address-text {
  font-size: 0.8125rem;
}
.l-footer__copyright {
  margin: 0 0 0 auto;
  display: flex;
  line-height: 2;
}

@media screen and (max-width:768px) {
  .l-footer {
    padding: 50px 20px;
  }
  .l-footer__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:480px) {
  .l-footer {
    padding: 30px 20px;
  }
  .l-footer__inner {
    justify-content: center;
  }
  .l-footer__logo {
    margin: 0 0 15px;
    max-width: 130px;
  }
  .l-footer__address {
    text-align: center;
  }
  .l-footer__copyright {
    margin: 0;
  }
}
.l-container {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1000px;
}

.l-container-1400 {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1400px;
}

.l-container-1720 {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1720px;
}

.c-nav-main > a {
  display: block;
  color: #000;
}
.c-nav-main > a:hover .c-nav-main__en {
  color: #e50615;
}
.c-nav-main > a:hover .c-nav-main__jp {
  color: #e50615;
}
.c-nav-main__en {
  padding: 0 0 0 0.625rem;
  margin: 0 0 0.1875rem;
  font-family: "Karla";
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 1px solid #e50615;
  transition: color 0.2s;
}
.c-nav-main__jp {
  display: inline-block;
  padding: 0 0 0 0.6875rem;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.c-nav-main.online .ico {
  width: 1.125rem;
  height: 0.75rem;
  margin: 0 0 0 0.625rem;
  vertical-align: baseline;
  transition: fill 0.2s;
}
.c-nav-main.online > a:hover .ico {
  fill: #e50615;
}

.c-nav-trigger {
  position: relative;
  width: 30px;
  height: 29px;
  cursor: pointer;
}
.c-nav-trigger__item {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #000;
  transition: all 0.4s;
}
.c-nav-trigger__item:nth-of-type(1) {
  top: 0;
}
.c-nav-trigger__item:nth-of-type(2) {
  top: 13px;
}
.c-nav-trigger__item:nth-of-type(3) {
  bottom: 0;
}
.c-nav-trigger.is-active .c-nav-trigger__item:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
}
.c-nav-trigger.is-active .c-nav-trigger__item:nth-of-type(2) {
  left: 50%;
  opacity: 0;
}
.c-nav-trigger.is-active .c-nav-trigger__item:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}

.c-title-basic {
  color: #000;
}
.c-title-basic__en {
  display: block;
  margin: 0 0 0.3125rem;
  font-family: "Rozha One", serif;
  font-size: 3.75rem;
}
.c-title-basic__jp {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.c-title-underline {
  padding: 0 0 1.1em;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  border-bottom: 1px solid #707070;
}

.c-title-archive {
  font-size: 0.875rem;
}
.c-title-archive span {
  font-weight: bold;
  color: #e50615;
}

@media screen and (max-width:1024px) {
  .c-title-basic__en {
    font-size: 3rem;
  }
  .c-title-basic__jp {
    font-size: 0.75rem;
  }
  .c-title-underline {
    padding: 0 0 0.5em;
    font-size: 1.125rem;
  }
}
@media screen and (max-width:480px) {
  .c-title-basic__en {
    font-size: 2.5rem;
  }
}
.c-button-simple {
  display: block;
  padding: 2.1em 10px;
  color: #fff;
  text-align: center;
  background: #000;
  transition: background 0.2s;
}
.c-button-simple:hover, .c-button-simple:focus {
  background: #737373;
}

.c-button-underline {
  position: relative;
  font-family: "Karla", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
  transition: color ease 0.3s;
}
.c-button-underline::before, .c-button-underline::after {
  position: absolute;
  bottom: -1.125rem;
  left: 0;
  height: 0.375rem;
  content: "";
  background-color: #000;
}
.c-button-underline::before {
  width: 0%;
  transition: width ease 0.4s;
}
.c-button-underline::after {
  width: 100%;
  transition: all ease 0.6s;
}
.c-button-underline:hover::before {
  width: 100%;
}
.c-button-underline:hover::after {
  left: 100%;
  width: 0%;
  transition: all ease 0.3s;
}
.c-button-underline--red::before, .c-button-underline--red::after {
  background: #e50615;
}
.c-button-underline--red:hover {
  color: #e50615;
}

@media screen and (max-width:1024px) {
  .c-button-simple {
    padding: 1.5em 10px;
  }
}
.c-anime-slidein {
  position: relative;
  overflow: hidden;
}
.c-anime-slidein__mask {
  opacity: 0;
}
.c-anime-slidein__mask::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  transition: width 1.5s cubic-bezier(0.25, 1, 0.25, 1);
}
.c-anime-slidein.is-active .c-anime-slidein__mask {
  position: relative;
  opacity: 1;
  animation-name: anime-contents-in;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
.c-anime-slidein.is-active .c-anime-slidein__mask::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: #000;
  animation-name: anime-mask-out;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}

@keyframes anime-contents-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes anime-mask-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.c-category__item {
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 9999px;
}
.c-category__item--news {
  background: #000;
}
.c-category__item--event {
  background: #666;
}
.c-category a.c-category__item {
  transition: opacity 0.2s;
}
.c-category a.c-category__item:hover {
  opacity: 0.8;
}

@media screen and (max-width:1024px) {
  .c-category__item {
    padding: 0.5em;
    font-size: 0.75rem;
  }
}
.c-form-input, .c-form-textarea {
  padding: 1.5em 1em;
  background-color: #f1f1f1;
}
.c-form-input--w100, .c-form-textarea--w100 {
  width: 100%;
}
.c-form-input--h300, .c-form-textarea--h300 {
  height: 300px;
}
.c-form-input.problem, .c-form-textarea.problem {
  background: #fed3d6;
}

@media screen and (max-width:768px) {
  .c-form-input, .c-form-textarea {
    padding: 0.8em;
  }
}
.c-other-scroll {
  width: 9px;
}
.c-other-scroll__in {
  position: relative;
}
.c-other-scroll__in::before {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 30px;
  margin: 0 auto;
  content: "";
  background: url("/assets/img/common/ico_scroll_01.svg") center center no-repeat;
}

.p-hero {
  display: flex;
}
.p-hero__img {
  width: calc(100% - 100px);
  height: 600px;
  background: #eee;
  background-size: cover;
}

.p-hero-side {
  position: relative;
  width: 100px;
}
.p-hero-side__name, .p-hero-side__scroll {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.p-hero-side__name {
  top: 75px;
  width: 9px;
  height: 214px;
}
.p-hero-side__scroll {
  bottom: 95px;
}

@media screen and (max-width:1024px) {
  .p-hero {
    display: flex;
  }
  .p-hero__img {
    width: calc(100% - 100px);
    height: 400px;
  }
  .p-hero-side__name {
    top: 10px;
  }
  .p-hero-side__scroll {
    bottom: 60px;
  }
}
@media screen and (max-width:480px) {
  .p-hero__img {
    width: 100%;
    height: 280px;
  }
  .p-hero-side {
    width: 40px;
  }
  .p-hero-side__name {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-hero-side__scroll {
    display: none;
  }
}
.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 0;
  padding: 35px 0;
  border-top: 1px solid #787878;
}
.p-breadcrumb__item {
  font-family: "Karla", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.p-breadcrumb__item + .p-breadcrumb__item::before {
  display: inline-block;
  margin: 0 0.3em;
  color: #e50615;
  content: "-";
}
.p-breadcrumb__a {
  color: #000;
  transition: 0.2s;
}
.p-breadcrumb__a:hover {
  color: #e50615;
}

.p-breadcrumb-wp {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 0;
  padding: 35px 0;
  border-top: 1px solid #787878;
}
.p-breadcrumb-wp > li {
  font-family: "Karla", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.p-breadcrumb-wp li + li::before {
  display: inline-block;
  margin: 0 0.3em;
  color: #e50615;
  content: "-";
}
.p-breadcrumb-wp > li a {
  color: #000;
  transition: 0.2s;
}
.p-breadcrumb-wp > li a:hover {
  color: #e50615;
}

@media screen and (max-width:1024px) {
  .p-breadcrumb {
    padding: 20px 0;
  }
  .p-breadcrumb-wp {
    padding: 20px 0;
  }
}
.p-pagination .nav-links {
  display: flex;
  gap: 0 0.8em;
  align-items: center;
  justify-content: center;
}
.p-pagination .prev,
.p-pagination .next {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/ico_arrow_02.svg") center center no-repeat;
  background-size: contain;
  transition: opacity 0.2s;
}
.p-pagination .prev:hover,
.p-pagination .next:hover {
  opacity: 0.6;
}
.p-pagination .prev span,
.p-pagination .next span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.p-pagination .prev {
  margin-right: 0.8em;
  transform: rotate(180deg);
}
.p-pagination .next {
  margin-left: 0.8em;
}
.p-pagination .page-numbers:not(.prev, .next) {
  display: inline-block;
  padding: 0 0.8em;
  font-family: "Karla";
  font-size: 0.9375rem;
  font-weight: 700;
  transition: color 0.2s;
}
.p-pagination .page-numbers:not(.prev, .next):hover {
  color: #e50615;
}
.p-pagination .page-numbers:not(.prev, .next).current {
  color: #e50615;
}

@media screen and (max-width:768px) {
  .p-pagination .page-numbers:not(.prev, .next) {
    padding: 0 0.5em;
  }
}
.p-article__title {
  padding: 0 0 1em;
  margin: 0 0 30px;
  font-size: 1.375rem;
  line-height: 1.5;
  border-bottom: 1px solid #707070;
}
.p-article__info {
  display: flex;
  margin: 0 0 40px;
}
.p-article__date {
  display: inline-block;
  padding: 0.5em 1.8em 0.5em 0;
  font-weight: bold;
  vertical-align: middle;
}
.p-article__category {
  display: flex;
  gap: 0 0.5em;
}
.p-article__category .c-category__item {
  min-width: 7.8125rem;
}
.p-article__content {
  padding: 0 0 135px;
  margin: 0 0 100px;
  border-bottom: 1px solid #707070;
}
.p-article__content p {
  line-height: 1.65;
}
.p-article__content p + p {
  margin-top: 1.5em;
}
.p-article__content blockquote {
  padding: 1em 1.2em;
  margin: 1em 0;
  color: #999;
  background: #f2f2f2;
  border-left: 5px solid #999;
}
.p-article__content ul, .p-article__content ol {
  margin: 0.8em 0;
}
.p-article__content ul li, .p-article__content ol li {
  margin-left: 1em;
  line-height: 1.5;
}
.p-article__content ul {
  list-style: square;
}
.p-article__content ol {
  list-style: decimal;
}
.p-article__content a {
  color: #e50615;
  text-decoration: underline;
  transition: opacity 0.2s;
}
.p-article__content a:hover {
  opacity: 0.5;
}
.p-article__navigation .nav-links {
  display: flex;
  gap: 0 50px;
  justify-content: center;
}
.p-article__navigation .nav-previous a,
.p-article__navigation .nav-next a {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/ico_arrow_02.svg") center center no-repeat;
  background-size: contain;
  transition: opacity 0.2s;
}
.p-article__navigation .nav-previous a:hover,
.p-article__navigation .nav-next a:hover {
  opacity: 0.6;
}
.p-article__navigation .nav-previous a span,
.p-article__navigation .nav-next a span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.p-article__navigation .nav-previous {
  transform: rotate(180deg);
}

@media screen and (max-width:1024px) {
  .p-article__title {
    padding: 0 0 0.5em;
    margin: 0 0 15px;
    font-size: 1.25rem;
  }
  .p-article__content {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width:480px) {
  .p-article__title {
    font-size: 1rem;
    font-weight: bold;
  }
}
.p-article-list {
  border-bottom: 1px solid #707070;
}
.p-article-list__a {
  display: flex;
  padding: 35px;
  transition: 0.2s;
}
.p-article-list__a:hover {
  background: rgba(0, 0, 0, 0.08);
}
.p-article-list__date {
  width: 9em;
  padding: 0.5em 0 0;
  text-align: center;
}
.p-article-list__category {
  width: 7.8em;
}
.p-article-list__category .c-category__item + .c-category__item {
  margin-top: 5px;
}
.p-article-list__title {
  flex: 1;
  padding: 0.12em 0 0 1.875rem;
  line-height: 1.5;
}

.p-article-list-notfound {
  line-height: 1.6;
  text-align: center;
  opacity: 0.6;
}

@media screen and (max-width:1024px) {
  .p-article-list {
    padding: 5px 0;
  }
  .p-article-list__a {
    padding: 20px 10px;
  }
  .p-article-list__a:hover {
    background: none;
  }
  .p-article-list__date {
    width: 7em;
    padding-top: 0.2em;
    text-align: left;
  }
  .p-article-list__title {
    padding: 0 0 0 0.9375rem;
  }
}
@media screen and (max-width:480px) {
  .p-article-list__a {
    display: block;
    padding: 12px 10px;
  }
  .p-article-list__date {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
  }
  .p-article-list__category {
    display: inline-block;
  }
  .p-article-list__title {
    padding: 0.3em 0 0;
  }
}
.p-details {
  position: relative;
  padding: 50px 10px;
  transition: background 0.2s;
}
.p-details:hover {
  background: #eee;
}
.p-details__title {
  display: block;
  list-style: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.p-details__title::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-details__title::-webkit-details-marker {
  display: none;
}
.p-details__title-in {
  position: relative;
  padding: 0 50px 0 2.2em;
  line-height: 1.7;
}
.p-details__title-in::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  content: "";
  background: url("/assets/img/qa/txt_q_01.svg") center center no-repeat;
  background-size: contain;
}
.p-details__title-in::after {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 30px;
  height: 18px;
  content: "";
  background: url("/assets/img/common/ico_arrow_01.svg") center center no-repeat;
  transition: transform 0.3s;
}
.p-details__content {
  padding: 25px 50px 0 0;
  line-height: 1.7;
  transition: 0.5s;
}
.p-details__content-in {
  position: relative;
  padding-left: 2.2em;
}
.p-details__content-in::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  content: "";
  background: url("/assets/img/qa/txt_a_01.svg") center center no-repeat;
  background-size: contain;
}
.p-details__content-in a {
  color: #e50615;
  text-decoration: underline;
}
.p-details[open] .p-details__title-in::after {
  transform: rotate(-180deg);
}
.p-details[open] .p-details__content {
  animation: detail-fade-in 0.2s ease;
}
@keyframes detail-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width:1024px) {
  .p-details {
    padding: 20px 10px;
  }
  .p-details__title-in {
    padding-right: 30px;
  }
  .p-details__title-in::after {
    width: 15px;
    height: 11px;
  }
  .p-details__content {
    padding-right: 30px;
  }
}
@media screen and (max-width:480px) {
  .p-details__title-in {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-details__content-in {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
#mfp_hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#mfp_hidden input {
  margin: 10px;
}

#mfp_overlay {
  position: absolute;
  z-index: 10000;
  display: none;
}

#mfp_overlay_inner {
  width: 800px;
  max-width: 90%;
  padding: 25px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#mfp_overlay_inner h4 {
  padding: 30px 10px;
  margin: 0 0 15px;
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
  background: #777;
}
#mfp_overlay_inner #mfp_confirm_table {
  display: block;
  width: 100%;
  border-collapse: collapse;
}
#mfp_overlay_inner #mfp_confirm_table tbody,
#mfp_overlay_inner #mfp_confirm_table tr,
#mfp_overlay_inner #mfp_confirm_table th,
#mfp_overlay_inner #mfp_confirm_table td {
  display: block;
}
#mfp_overlay_inner #mfp_confirm_table th {
  padding: 15px 5px 5px;
}
#mfp_overlay_inner #mfp_confirm_table td {
  padding: 0 5px 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
#mfp_overlay_inner .mfp_buttons {
  margin: 20px 0 10px;
  text-align: center;
}
#mfp_overlay_inner .mfp_buttons .mfp_element_button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 12.5rem;
  padding: 1.15em;
  margin: 8px 10px;
  color: #fff;
  text-align: center;
  transition: opacity 0.2s;
}
#mfp_overlay_inner .mfp_buttons #mfp_button_send {
  background: #000;
}
#mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
  background: #777;
}
#mfp_overlay_inner .mfp_buttons #mfp_button_send:hover,
#mfp_overlay_inner .mfp_buttons #mfp_button_cancel:hover {
  opacity: 0.7;
}

#mfp_overlay_background {
  position: absolute;
  z-index: 10000;
  display: none;
  background-color: #000;
}

#mfp_loading_screen {
  position: absolute;
  z-index: 20000;
  display: none;
  background-color: #000;
  opacity: 0.8;
}

#mfp_loading {
  position: absolute;
  z-index: 20001;
  display: none;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 4px solid #666;
  border-top: 4px solid #fff;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mfp_warning {
  display: none;
  padding: 15px 10px;
  margin: 25px 0;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #e50615;
  text-align: center;
  background: #fed3d6;
  border-radius: 5px;
}

.p-form__privacy {
  font-size: 0.9375rem;
  line-height: 1.7;
  text-align: center;
}
.p-form__privacy-a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
.p-form__privacy-a:hover, .p-form__privacy-a:focus {
  opacity: 0.7;
}
.p-form__submit {
  width: 100%;
  max-width: 300px;
  margin: 100px auto 60px;
}

.p-form-item {
  display: flex;
  width: 100%;
}
.p-form-item + .p-form-item {
  margin-top: 50px;
}
.p-form-item__title {
  width: 160px;
  margin: 1.5em 0 0;
  font-size: 0.9375rem;
  font-weight: normal;
}
.p-form-item__content {
  flex: 1;
}
.p-form-item__content .mfp_err {
  display: none;
  padding: 5px 0;
  font-size: 0.8125rem;
  color: #e50615;
}
.p-form-item__content .mfp_err::before {
  content: "▲";
}

@media screen and (max-width:1024px) {
  #mfp_overlay_inner h4 {
    padding: 20px 10px;
    font-size: 1.125rem;
  }
  .p-form__submit {
    margin: 35px auto;
  }
  .p-form-item {
    display: block;
  }
  .p-form-item__title {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width:480px) {
  #mfp_overlay_inner {
    padding: 10px;
  }
  #mfp_overlay_inner #mfp_confirm_table td {
    font-size: 0.8125rem;
  }
}
.p-card-menu__photo {
  width: 100%;
  margin: 0 0 20px;
}
.p-card-menu__name {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-card-menu__description {
  display: flex;
  margin: 0 0 10px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-card-menu__price {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width:1024px) {
  .p-card-menu__photo {
    margin-bottom: 10px;
  }
  .p-card-menu__name {
    padding: 0 5px;
    margin-bottom: 8px;
    font-size: 1.125rem;
  }
  .p-card-menu__description {
    padding: 0 5px;
  }
  .p-card-menu__price {
    font-size: 1rem;
  }
}
.p-heading {
  display: flex;
  justify-content: space-between;
}
.p-heading__text {
  padding: 10px 0 0 15px;
  font-weight: bold;
  line-height: 1.9;
}

@media screen and (max-width:768px) {
  .p-heading {
    flex-direction: column;
    justify-content: center;
  }
  .p-heading__title {
    margin-bottom: 25px;
    text-align: center;
  }
  .p-heading__text {
    padding: 0;
    margin-inline: auto;
  }
}
.p-shop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-shop__img {
  width: 46.05%;
}

.p-shop-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 740px;
}
.p-shop-content__in {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 20px;
}
.p-shop-content__title {
  padding: 0 0 30px;
  margin: 0 0 40px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #333;
}
.p-shop-content__title-in {
  display: inline-block;
  vertical-align: middle;
}
.p-shop-content__sns {
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  transition: opacity 0.2s;
}
.p-shop-content__sns:hover {
  opacity: 0.5;
}
.p-shop-content__sns img {
  vertical-align: middle;
}
.p-shop-content__button {
  align-self: flex-end;
  margin: 0 0 1em;
}
.p-shop-content__notice {
  margin-top: 20px;
}

.p-shop-table {
  margin: 0 auto 0 0;
  line-height: 1.4;
  border-collapse: collapse;
}
.p-shop-table__th, .p-shop-table__td {
  padding-bottom: 0.6em;
}
.p-shop-table__th {
  padding-right: 1.5em;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.p-shop-notice {
  padding: 20px;
  line-height: 1.7;
  color: #e50615;
  text-align: center;
  background: rgba(229, 6, 21, 0.15);
  border-radius: 5px;
}
.p-shop-notice__txt-sm {
  margin-bottom: 5px;
  font-weight: bold;
}
.p-shop-notice__txt-lg {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width:1024px) {
  .p-shop {
    flex-direction: column;
  }
  .p-shop__img {
    order: 2;
    width: 100%;
    margin: 0 auto;
  }
  .p-shop-content {
    order: 1;
    width: 100%;
    max-width: none;
    margin: 0 0 30px;
  }
  .p-shop-content__in {
    padding-left: 0;
  }
  .p-shop-content__title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 1.25rem;
  }
  .p-shop-notice__txt-sm {
    font-size: 0.875rem;
  }
  .p-shop-notice__txt-lg {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:480px) {
  .p-shop-content__title {
    font-size: 1.125rem;
  }
  .p-shop-content__button {
    align-self: center;
    margin-top: 30px;
  }
  .p-shop-table {
    font-size: 0.875rem;
  }
  .p-shop-table__th {
    width: 6em;
    letter-spacing: 0;
  }
  .p-shop-notice {
    padding: 15px;
    text-align: left;
  }
  .p-shop-notice__txt-sm {
    font-size: 0.8125rem;
  }
  .p-shop-notice__txt-lg {
    font-size: 1rem;
  }
}
.u-letter-10 {
  letter-spacing: 0.01em;
}

.u-letter-20 {
  letter-spacing: 0.02em;
}

.u-letter-30 {
  letter-spacing: 0.03em;
}

.u-letter-40 {
  letter-spacing: 0.04em;
}

.u-letter-50 {
  letter-spacing: 0.05em;
}

.u-letter-60 {
  letter-spacing: 0.06em;
}

.u-letter-70 {
  letter-spacing: 0.07em;
}

.u-letter-80 {
  letter-spacing: 0.08em;
}

.u-letter-90 {
  letter-spacing: 0.09em;
}

.u-letter-100 {
  letter-spacing: 0.1em;
}

/* 1025px以上 */
@media screen and (min-width: 1025px) {
  .u-hidden-xl {
    display: none;
  }
}
/* 769px～1024px */
@media screen and (min-width:769px) and (max-width:1024px) {
  .u-hidden-lg {
    display: none;
  }
}
/* 481px～768px */
@media screen and (min-width:481px) and (max-width:768px) {
  .u-hidden-md {
    display: none;
  }
}
/* 480px以下 */
@media screen and (max-width:480px) {
  .u-hidden-sm {
    display: none;
  }
}
.top-hero-wrapper {
  display: flex;
  height: 100%;
  min-height: 800px;
}

.top-hero {
  position: relative;
  width: calc(100% - 360px);
  height: 100%;
  overflow: hidden;
  background: #ccc;
}
.top-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.top-hero-side {
  position: relative;
  width: 100px;
}
.top-hero-side__name {
  position: absolute;
  right: 0;
  bottom: 45%;
  left: 0;
  width: 9px;
  margin: 0 auto;
}
.top-hero-side__scroll {
  position: absolute;
  right: 0;
  bottom: 15%;
  left: 0;
  margin: auto;
}

@media screen and (max-width:1024px) {
  .top-hero-wrapper {
    min-height: 500px;
  }
  .top-hero {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .top-hero-side {
    width: 40px;
  }
}
.top-info {
  padding: 200px 0;
  margin: 0 0 100px;
  background: #f2f2f2;
}
.top-info__title {
  margin: 0 0 50px;
  color: #000;
  text-align: center;
}
.top-info__list {
  margin: 0 0 100px;
}
.top-info__button {
  text-align: center;
}
.top-info__button .c-button-underline {
  font-size: 1.25rem;
  font-weight: 600;
}

@media screen and (max-width:1024px) {
  .top-info {
    padding: 100px 0;
  }
  .top-info__list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width:480px) {
  .top-info__button .c-button-underline {
    font-size: 1.125rem;
  }
}
.top-shop {
  position: relative;
  margin: 0 0 -100px;
}
.top-shop__inner {
  position: relative;
  margin: 0 auto;
  background: url("/assets/img/top/img_shop_02.jpg") center center no-repeat;
  background-size: cover;
}
.top-shop__contents {
  position: relative;
  width: 50%;
  max-width: 42.5rem;
  padding: 100px 0 100px 9.3%;
  color: #fff;
  background: #000;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0) 100%);
}
.top-shop__title {
  margin: 0 0 35px;
  color: #fff;
}
.top-shop__text {
  margin: 0 0 30px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.2;
}
.top-shop__text-shop {
  margin: 0 0 85px;
  font-size: 0.875rem;
  line-height: 2.4;
}
.top-shop__button {
  font-size: 1.25rem;
}
.top-shop__image {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1720px;
  margin: 0 auto;
  text-align: right;
}
.top-shop__image img {
  margin-top: -100px;
}
.top-shop__section-title {
  position: absolute;
  top: 30%;
  right: 40px;
  z-index: -1;
  display: inline-block;
  transform-origin: center;
}

@media screen and (max-width:1024px) {
  .top-shop {
    margin: 0 0 -50px;
  }
  .top-shop__contents {
    width: 100%;
    max-width: none;
    padding: 80px 10px 80px 50px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 100%);
  }
  .top-shop__text {
    font-size: 1rem;
  }
  .top-shop__image img {
    width: 250px;
    margin-top: -150px;
  }
  .top-shop__section-title {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .top-shop {
    margin-bottom: 0;
  }
  .top-shop__container {
    width: 100%;
  }
  .top-shop__contents {
    padding: 50px 20px 100px;
  }
  .top-shop__text {
    line-height: 1.8;
  }
  .top-shop__text-shop {
    margin-bottom: 50px;
    line-height: 1.8;
  }
  .top-shop__image img {
    width: 150px;
    margin-top: -100px;
  }
}
.top-menu {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 200px;
}
.top-menu__contents {
  position: relative;
  z-index: 1;
  order: 2;
  width: 28%;
  max-width: 460px;
  margin: 0 9.3% 0 auto;
}
.top-menu__text {
  margin: 0 0 155px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.1;
}
.top-menu__title {
  margin-bottom: 90px;
  color: #000;
}
.top-menu__image {
  order: 1;
  width: 58.14%;
}
.top-menu__button {
  font-size: 1.25rem;
  font-weight: 600;
}
.top-menu__section-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  width: 8px;
  height: 37px;
  margin: auto;
}

@media screen and (max-width:1024px) {
  .top-menu {
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
  .top-menu__contents {
    order: 0;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .top-menu__text {
    margin-bottom: 40px;
    font-size: 1rem;
  }
  .top-menu__title {
    margin-bottom: 30px;
  }
  .top-menu__image {
    width: 100%;
  }
  .top-menu__button {
    display: block;
    max-width: 140px;
    margin: 0 auto 5em;
    text-align: center;
  }
  .top-menu__section-title {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .top-menu__text {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
}
.info-wrapper {
  padding: 200px 0 0;
}
.info-wrapper__title {
  margin: 0 0 50px;
  text-align: center;
}
.info-wrapper__title-archive {
  padding: 0 0 20px;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width:1024px) {
  .info-wrapper {
    padding: 80px 0 0;
  }
}
.info-archive {
  margin: 0 0 6.25rem;
}
.info-archive__list {
  margin: 0 0 95px;
}

@media screen and (max-width:1024px) {
  .info-archive__list {
    margin-bottom: 50px;
  }
}
.info-single {
  margin: 0 0 100px;
}

@media screen and (max-width:1024px) {
  .info-single {
    margin-bottom: 80px;
  }
}
.shop-wrapper {
  padding: 40px 0 0;
}

.shop-heading .p-heading {
  margin-bottom: 80px;
}
.shop-heading .p-hero__img {
  background-image: url("/assets/img/shop/hero_01.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

@media screen and (max-width:768px) {
  .shop-heading .p-heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:480px) {
  .shop-heading .p-hero__img {
    background-image: url("/assets/img/shop/hero_01_sp@2x.jpg");
  }
}
.shop-list {
  padding: 150px 0 100px;
  margin: 0 0 100px;
  background: #f2f2f2;
}

.shop-list-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3.5em;
  justify-content: center;
  margin: 0 0 135px;
}
.shop-list-nav__item {
  font-weight: bold;
  line-height: 1.3;
}
.shop-list-nav__item a {
  transition: color 0.2s;
}
.shop-list-nav__item a:hover, .shop-list-nav__item a:focus {
  color: #e50615;
}

.shop-list-section {
  padding: 100px 0;
  background: #fff;
}
.shop-list-section + .shop-list-section {
  margin-top: 180px;
}
.shop-list-section__in {
  width: calc(100% - 40px);
  max-width: 1520px;
  margin: 0 auto;
}
.shop-list-section .p-shop {
  margin-bottom: 100px;
}
.shop-list-section__gmap {
  position: relative;
  width: 100%;
  padding-top: 32.9%;
}
.shop-list-section__gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1024px) {
  .shop-list {
    padding: 50px 0 100px;
  }
  .shop-list-nav {
    gap: 15px 2%;
    justify-content: flex-start;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .shop-list-nav__item {
    width: 32%;
    text-align: center;
    border: 1px solid #ddd;
  }
  .shop-list-nav__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 8px 10px;
  }
  .shop-list-section {
    padding: 30px 0;
  }
  .shop-list-section .p-shop {
    margin-bottom: 30px;
  }
  .shop-list-section + .shop-list-section {
    margin-top: 80px;
  }
  .shop-list-section__gmap {
    padding-top: 60%;
  }
}
@media screen and (max-width:480px) {
  .shop-list {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .shop-list-nav {
    gap: 10px 2%;
  }
  .shop-list-nav__item {
    width: 49%;
    font-size: 0.875rem;
  }
  .shop-list-section {
    padding: 20px 0;
  }
  .shop-list-section__gmap {
    padding-top: 100%;
  }
}
.menu-wrapper {
  padding: 40px 0 0;
}

.menu-heading .p-heading {
  margin-bottom: 80px;
}
.menu-heading .p-hero__img {
  background-image: url("/assets/img/menu/hero_01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width:768px) {
  .menu-heading .p-heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:480px) {
  .menu-heading .p-hero__img {
    background-image: url("/assets/img/menu/hero_01_sp@2x.jpg");
  }
}
.menu-list {
  padding: 100px 0;
  margin: 0 0 100px;
  background: #f2f2f2;
}
.menu-list__note {
  margin-bottom: 100px;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
}

.menu-list-content {
  padding: 100px 0 230px;
  background: #fff;
}
.menu-list-content__in {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 6.57%;
  width: calc(100% - 40px);
  max-width: 1520px;
  margin: 0 auto;
}
.menu-list-content__in .p-card-menu {
  display: flex;
  flex-direction: column;
  width: 28.95%;
}
.menu-list-content__in .p-card-menu__description {
  flex-grow: 1;
}

@media screen and (max-width:1024px) {
  .menu-list {
    padding: 50px 0;
  }
  .menu-list__note {
    max-width: max-content;
    margin-inline: auto;
    margin-bottom: 50px;
    font-size: 0.9375rem;
    text-align: left;
  }
  .menu-list-content {
    padding: 10px 0;
  }
  .menu-list-content__in {
    gap: 30px 0;
    justify-content: space-between;
    width: calc(100% - 20px);
  }
  .menu-list-content__in .p-card-menu {
    width: 48.5%;
  }
}
@media screen and (max-width:480px) {
  .menu-list {
    margin-bottom: 50px;
  }
  .menu-list__note {
    font-size: 0.875rem;
  }
  .menu-list-content__in {
    gap: 45px 0;
  }
  .menu-list-content__in .p-card-menu {
    width: 100%;
  }
}
.qa-wrapper {
  padding: 200px 0;
}
.qa-wrapper__title {
  margin: 0 0 80px;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .qa-wrapper {
    padding: 80px 0 100px;
  }
}
.qa-section + .qa-section {
  margin-top: 100px;
}
.qa-section .p-details {
  border-bottom: 1px solid #707070;
}

@media screen and (max-width:768px) {
  .qa-section + .qa-section {
    margin-top: 80px;
  }
}
.contact-wrapper {
  padding: 200px 0 0;
}
.contact-wrapper__title {
  margin: 0 0 80px;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .contact-wrapper {
    padding: 80px 0 0;
  }
  .contact-wrapper__title {
    margin-bottom: 50px;
  }
}
.contact-form {
  margin: 0 0 280px;
}
.contact-form__text {
  display: flex;
  justify-content: center;
  margin: 0 0 80px;
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media screen and (max-width:1024px) {
  .contact-form {
    margin-bottom: 80px;
  }
  .contact-form__text {
    margin-bottom: 50px;
  }
}
.contact-thanks {
  margin: 0 0 200px;
  text-align: center;
}
.contact-thanks__title {
  margin: 0 0 35px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}
.contact-thanks__text {
  line-height: 1.9;
}
.contact-thanks__text + .contact-thanks__text {
  margin-top: 1em;
}
.contact-thanks__button {
  max-width: 20rem;
  margin: 80px auto 0;
}

@media screen and (max-width:1024px) {
  .contact-thanks {
    margin-bottom: 100px;
  }
  .contact-thanks__title {
    margin-bottom: 25px;
    font-size: 1.375rem;
  }
  .contact-thanks__button {
    margin-top: 50px;
  }
}
@media screen and (max-width:480px) {
  .contact-thanks {
    margin-bottom: 100px;
  }
  .contact-thanks__text {
    text-align: left;
  }
}
.privacy-wrapper {
  padding: 200px 0 0;
}
.privacy-wrapper__title {
  margin: 0 0 80px;
  text-align: center;
}
.privacy-wrapper__text {
  margin: 0 0 65px;
  line-height: 1.9;
}

@media screen and (max-width:1024px) {
  .privacy-wrapper {
    padding: 80px 0 0;
  }
  .privacy-wrapper__title {
    margin-bottom: 50px;
  }
  .privacy-wrapper__text {
    margin: 0 0 50px;
  }
}
.privacy-list {
  margin: 0 0 200px;
}

.privacy-list-item + .privacy-list-item {
  margin-top: 100px;
}
.privacy-list-item__title {
  margin-bottom: 22px;
}
.privacy-list-item__content {
  line-height: 1.9;
}

@media screen and (max-width:1024px) {
  .privacy-list {
    margin-bottom: 100px;
  }
  .privacy-list-item + .privacy-list-item {
    margin-top: 50px;
  }
  .privacy-list-item__title {
    margin-bottom: 10px;
  }
}
.error-wrapper {
  padding: 200px 0 100px;
}
.error-wrapper__title {
  margin: 0 0 50px;
  text-align: center;
}
.error-wrapper__text {
  margin: 0 0 40px;
  line-height: 1.8;
  text-align: center;
}
.error-wrapper__button {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width:1024px) {
  .error-wrapper {
    padding: 80px 0 50px;
  }
  .error-wrapper__text {
    max-width: max-content;
    margin: 0 auto 30px;
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */
