/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-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; /* 2 */
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

caption {
  text-align: left;
}

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

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

@media screen and (min-width: 0px) and (max-width: 750px) {
  .tb:not(.sp) {
    display: none;
  }
  .pc:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .sp:not(.tb) {
    display: none;
  }
  .pc:not(.tb) {
    display: none;
  }
}
@media screen and (min-width: 1281px) and (max-width: px) {
  .sp:not(.pc) {
    display: none;
  }
  .tb:not(.pc) {
    display: none;
  }
}
:root {
  --font-shippori-mincho: "Shippori Mincho", serif;
  --font-noto-sans: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  --font-noto-serif: "Noto Serif JP", sans-serif;
  --font-weight01: 500;
  --font-weight02: 600;
  --font-weight03: 300;
  --font-weight04: 400;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-red: #D70D18;
  --color-brown: #C6B299;
  --color-gold: #AD9A5D;
  --color-gold-light: #F0E4BD;
  --sp-width: 75rem;
  --wrap-width: 62rem;
}

html {
  font-size: 62.5%;
  font-weight: var(--font-weight01);
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-noto-sans);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#top {
  overflow-x: hidden;
}
#top .pc-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: url("/dakarakani/assets/images/pc-bg.png") no-repeat center/cover;
}
#top .inner {
  position: relative;
  margin: 0 auto;
  max-width: var(--sp-width);
  background-color: var(--color-black);
  z-index: 1;
  color: var(--color-white);
}
#top .inner .site-header h1 {
  text-align: center;
  padding-block: 8rem 0;
}
#top .inner main {
  font-family: var(--font-shippori-mincho);
}
#top .inner main .wrap {
  margin-inline: auto;
  max-width: var(--wrap-width);
  padding-block: 0 9.8rem;
}
#top .inner main .wrap .summary {
  margin-block: 10rem 0;
}
#top .inner main .wrap .summary .time {
  margin-block: 2rem 0;
  display: flex;
  justify-content: center;
  gap: 0 1rem;
}
#top .inner main .wrap .summary .time > span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 3.5rem 0;
  width: 9.6rem;
  height: 9.6rem;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  font-size: 2.4rem;
}
#top .inner main .wrap .summary .time p {
  line-height: 1.2;
}
#top .inner main .wrap .summary .time p > time {
  font-size: 7rem;
}
#top .inner main .wrap .summary .time p > time strong {
  font-size: 11.9rem;
  font-weight: var(--font-weight01);
}
#top .inner main .wrap .summary .time p span {
  display: block;
  font-size: 2.4rem;
}
#top .inner main .wrap .summary .list {
  margin-block: 5.4rem 0;
}
#top .inner main .wrap .summary .list > p {
  text-align: center;
  margin-block: 1.8rem 0;
  font-size: 2.4rem;
}
#top .inner main .wrap .summary .list .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 6rem;
  margin-block: 5.4rem 0;
}
#top .inner main .wrap .summary .list .flex li {
  width: calc((100% - 6rem) / 2);
}
#top .inner main .wrap .summary .list .caution-text {
  text-align: right;
  margin-block: 3.5rem 0;
  font-size: 1.6rem;
}
#top .inner main .wrap .summary .fees {
  margin-block: 5rem 0;
  text-align: center;
}
#top .inner main .wrap .summary .fees .caution-text {
  margin-block: 2rem 0;
  font-size: 1.6rem;
}
#top .inner main .wrap .summary .fees .main > p {
  margin-block: 3rem 0;
  font-size: 4rem;
}
#top .inner main .wrap .summary .fees .main > p:not(:first-child) {
  margin-block: 3.6rem 0;
}
#top .inner main .wrap .summary .fees .main span {
  display: block;
  margin-block: 1.8rem 0;
  font-size: 1.6rem;
}
#top .inner main .wrap .summary .fees .sub {
  margin-block: 7.2rem 0;
}
#top .inner main .wrap .summary .fees .sub > strong {
  position: relative;
  font-size: 4rem;
  font-weight: var(--font-weight01);
}
#top .inner main .wrap .summary .fees .sub > strong::before, #top .inner main .wrap .summary .fees .sub > strong::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 5rem;
  background-color: var(--color-white);
}
#top .inner main .wrap .summary .fees .sub > strong::before {
  left: -2.2rem;
  transform: rotate(-30deg) translateY(-50%);
}
#top .inner main .wrap .summary .fees .sub > strong::after {
  right: -2.2rem;
  transform: rotate(30deg) translateY(-50%);
}
#top .inner main .wrap .summary .fees .sub .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  margin-block: 1rem 0;
}
#top .inner main .wrap .summary .fees .sub .flex > span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: -3rem 0;
  width: 8rem;
  height: 8rem;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  font-size: 2.4rem;
}
#top .inner main .wrap .summary .fees .sub .flex .value p {
  text-align: left;
  line-height: 1.3;
  font-size: 2.4rem;
}
#top .inner main .wrap .summary .fees .sub .flex .value p strong {
  font-size: 8.4rem;
  font-weight: var(--font-weight01);
  line-height: 1;
}
#top .inner main .wrap .summary .fees .sub .flex .value p span {
  font-size: 4.2rem;
}
#top .inner main .wrap .detail {
  text-align: center;
}
#top .inner main .wrap .detail .order {
  margin-block: 5rem 0;
}
#top .inner main .wrap .detail .order h3 {
  font-size: 2.4rem;
}
#top .inner main .wrap .detail .order ul {
  margin-block: 2.4rem 0;
}
#top .inner main .wrap .detail .order ul li {
  display: inline;
  font-size: 2rem;
  line-height: 1.9;
}
#top .inner main .wrap .detail .period {
  margin-block: 6rem 0;
}
#top .inner main .wrap .detail .period h3 {
  font-size: 2.2rem;
}
#top .inner main .wrap .detail .period p {
  margin-block: 3rem 0;
  font-size: 4rem;
}
#top .inner main .wrap .detail .period p span {
  font-size: 2.4rem;
}
#top .inner main .wrap .detail .store {
  margin-block: 6.4rem 0;
}
#top .inner main .wrap .detail .store h3 {
  font-size: 2.2rem;
}
#top .inner main .wrap .detail .store p {
  margin-block: 1.6rem 0;
  font-size: 2rem;
  line-height: 1.9;
}
#top .inner main .wrap .detail .store .caution-text {
  text-align: left;
  margin-block: 1.2rem 0;
  margin-inline: auto;
  max-width: 58rem;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
#top .inner main .wrap .detail .reserve {
  margin-block: 8rem 0;
  margin-inline: auto;
  width: 580px;
  border-radius: 4.3rem;
}
#top .inner main .wrap .detail .reserve .grid-accordion > button {
  position: relative;
  margin-inline: auto;
  width: 100%;
  border-radius: 4.3rem 4.3rem 0 0;
  padding-block: 2.5rem;
  background: url("/dakarakani/assets/images/reserve-bg.png") no-repeat center center/contain;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--color-black);
}
#top .inner main .wrap .detail .reserve .grid-accordion > button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 0.3rem;
  background-color: var(--color-black);
}
#top .inner main .wrap .detail .reserve .grid-accordion > button::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 3rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 0.3rem;
  background-color: var(--color-black);
  transform: rotate(0deg);
  transition: transform 0.5s;
}
#top .inner main .wrap .detail .reserve .grid-accordion > button.is-open-button {
  border-radius: 4.3rem;
}
#top .inner main .wrap .detail .reserve .grid-accordion > button.is-open-button::after {
  transform: rotate(-90deg);
  transition: transform 0.5s;
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container {
  display: grid;
  grid-template-rows: 0fr;
  background-color: var(--color-white);
  transition: grid-template-rows 0.5s ease-out;
  border-radius: 0 0 4.3rem 4.3rem;
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner {
  overflow: hidden;
  border-radius: 0 0 4.3rem 4.3rem;
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub > button {
  position: relative;
  width: 100%;
  padding-block: 2.6rem 2.4rem;
  background-color: var(--color-brown);
  font-size: 2rem;
  line-height: 1;
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub > button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 0.3rem;
  background-color: var(--color-white);
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub > button::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 3rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 0.3rem;
  background-color: var(--color-white);
  transform: rotate(-90deg);
  transition: transform 0.5s;
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub > button.is-open-sub-button::after {
  transform: rotate(0deg);
  transition: transform 0.5s;
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub .grid-accordion-container-sub {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub .grid-accordion-container-sub .grid-accordion-inner-sub {
  overflow: hidden;
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub .grid-accordion-container-sub .grid-accordion-inner-sub li {
  margin-inline: 4rem;
  background-image: linear-gradient(to right, var(--color-brown) 2px, transparent 1px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: var(--color-white);
  padding-block: 2.5rem;
  font-size: 2rem;
  line-height: 1;
  color: var(--color-black);
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub .grid-accordion-container-sub .grid-accordion-inner-sub li:last-child {
  margin-block: 0 5rem;
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub .grid-accordion-container-sub .grid-accordion-inner-sub li a:hover {
  text-decoration: underline;
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub .grid-accordion-container-sub.is-open-sub {
  grid-template-rows: 1fr;
}
#top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container.is-open {
  grid-template-rows: 1fr;
}
#top .inner main .wrap .detail .caution {
  margin-block: 6.8rem 0;
}
#top .inner main .wrap .detail .caution h3 {
  font-size: 2.4rem;
}
#top .inner main .wrap .detail .caution ol {
  text-align: left;
  margin-block: 2rem 0;
  margin-inline: 5rem 0;
}
#top .inner main .wrap .detail .caution ol li {
  font-size: 1.6rem;
  line-height: 1.818;
}
#top .site-footer {
  position: relative;
  text-align: center;
  min-width: 120rem;
  background-color: var(--color-white);
  overflow-x: hidden;
  z-index: 2;
}
#top .site-footer .bg {
  position: relative;
  background: url("/dakarakani/assets/images/footer-bg.png") no-repeat top center;
}
#top .site-footer .bg::before {
  content: "";
  position: absolute;
  background: url("/dakarakani/assets/images/footer-bg03.svg") no-repeat center center/contain;
  top: 153px;
  left: 0;
  width: 311px;
  height: 436px;
}
#top .site-footer .bg::after {
  content: "";
  position: absolute;
  background: url("/dakarakani/assets/images/footer-bg04.svg") no-repeat center center/contain;
  top: 325px;
  right: 0;
  width: 311px;
  height: 436px;
}
#top .site-footer .bg h2 {
  padding-block: 19.2rem 0;
  font-size: 11rem;
  font-weight: var(--font-weight04);
  font-family: var(--font-noto-serif);
}
#top .site-footer .bg p {
  font-size: 2.6rem;
  line-height: 2.54;
  font-weight: var(--font-weight03);
  color: var(--color-black);
  font-family: var(--font-noto-serif);
}
#top .site-footer .bg p:nth-of-type(1) {
  margin-block: 10.6rem 0;
}
#top .site-footer .bg p:nth-of-type(2) {
  margin-block: 5.3rem 0;
}
#top .site-footer .news {
  margin-block: 6rem 0;
  margin-inline: auto;
  max-width: 101.7rem;
  background: url("/dakarakani/assets/images/footer-news-bg.png") no-repeat center center/contain;
}
#top .site-footer .news .wrap {
  padding-block: 0 7rem;
  margin-inline: auto;
  max-width: 70.6rem;
}
#top .site-footer .news .wrap h3 {
  text-align: center;
  padding-block: 6.9rem 4rem;
  border-bottom: 3px solid var(--color-gold);
  font-size: 3rem;
  font-weight: var(--font-weight03);
  font-family: var(--font-noto-serif);
}
#top .site-footer .news .wrap ul {
  margin-block: 4rem 0;
  height: 20.4rem;
  overflow-y: scroll;
}
@-moz-document url-prefix() {
  #top .site-footer .news .wrap ul {
    scrollbar-width: 1rem;
    scrollbar-color: var(--color-gold) var(--color-gold-light);
  }
}
#top .site-footer .news .wrap ul::-webkit-scrollbar {
  background-color: var(--color-gold-light);
  width: 1rem;
}
#top .site-footer .news .wrap ul::-webkit-scrollbar-thumb {
  background-color: var(--color-gold);
}
#top .site-footer .news .wrap ul li a {
  display: grid;
  grid-template-columns: 5.6rem auto 48.3rem;
  align-items: center;
  padding-block: 1.8rem;
  margin-inline: 0 1.5rem;
  border-bottom: 2px solid var(--color-gold-light);
}
#top .site-footer .news .wrap ul li a:hover span {
  text-decoration: underline;
}
#top .site-footer .news .wrap ul li a:hover p {
  text-decoration: underline;
}
#top .site-footer .news .wrap ul li a label[for=NEW] {
  margin-inline: 0 auto;
  background-color: var(--color-red);
  padding-block: 0.6rem;
  padding-inline: 0.9rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight03);
  color: var(--color-white);
  font-family: var(--font-noto-serif);
}
#top .site-footer .news .wrap ul li a span {
  text-align: left;
  padding-inline: 1.8rem 0;
  font-size: 1.6rem;
  font-weight: var(--font-weight03);
  color: var(--color-red);
}
#top .site-footer .news .wrap ul li a p {
  text-align: left;
  margin-block: initial;
  font-weight: var(--font-weight03);
  font-size: 1.6rem;
}
#top .site-footer .lower {
  position: relative;
  margin-block: 6rem 0;
}
#top .site-footer .lower > picture {
  z-index: 0;
}
#top .site-footer .lower .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#top .site-footer .lower .wrap p {
  padding-block: 27rem 0;
  line-height: 1.818;
  font-size: 2.2rem;
  font-weight: var(--font-weight03);
}
#top .site-footer .lower .wrap picture {
  display: block;
  margin-block: 4.8rem 0;
}
#top .site-footer .lower .wrap a {
  position: relative;
  margin-block: 6.5rem 0;
  margin-inline: auto;
  display: inline-block;
  border-radius: 4rem;
  padding-block: 3rem;
  padding-inline: 7.5rem;
  background-color: var(--color-red);
  font-size: 1.8rem;
  font-weight: var(--font-weight03);
  color: var(--color-white);
}
#top .site-footer .lower .wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid var(--color-white);
  border-right: 0;
}
#top .site-footer .lower .wrap a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
#top .site-footer .copyright {
  text-align: center;
  background-color: var(--color-red);
  padding-block: 2.2rem 1.6rem;
}
#top .site-footer .copyright p {
  font-size: 1.2rem;
  font-weight: var(--font-weight03);
  color: var(--color-white);
}

@media (min-width: 1921px) {
  #top .site-footer .bg {
    background: url("/dakarakani/assets/images/footer-bg.png") no-repeat top center/cover;
    background-size: 100% 108rem;
  }
}
@media (min-width: 751px) and (max-width: 1400px) {
  #top .site-footer .bg::before {
    width: 200px;
    height: 280.4px;
  }
  #top .site-footer .bg::after {
    width: 200px;
    height: 280.4px;
  }
}
@media (min-width: 751px) and (max-width: 1199px) {
  body {
    overflow-x: scroll;
  }
  body .pc-bg {
    overflow-x: scroll;
  }
  body #top {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .pc-bg {
    display: none;
  }
  #top {
    overflow: initial;
  }
  #top .inner {
    max-width: 100%;
    padding-inline: 1.4rem;
  }
  #top .inner .site-header h1 {
    padding-block: 4rem 0;
  }
  #top .inner .site-header h1 picture {
    display: block;
    width: 100%;
  }
  #top .inner .site-header h1 picture img {
    width: 100%;
    height: auto;
  }
  #top .inner main .wrap {
    max-width: 100%;
    padding-block: 0 5.5rem;
  }
  #top .inner main .wrap .summary {
    margin-block: 4.4rem 0;
  }
  #top .inner main .wrap .summary > picture {
    display: block;
    width: 100%;
  }
  #top .inner main .wrap .summary > picture img {
    width: 100%;
    height: auto;
  }
  #top .inner main .wrap .summary .time > span {
    margin-block: 1.5rem 0;
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.4rem;
  }
  #top .inner main .wrap .summary .time p > time {
    font-size: 3.3rem;
  }
  #top .inner main .wrap .summary .time p > time strong {
    font-size: 5.8rem;
  }
  #top .inner main .wrap .summary .time p span {
    font-size: 1.4rem;
  }
  #top .inner main .wrap .summary .list > picture {
    display: block;
    width: 100%;
  }
  #top .inner main .wrap .summary .list > picture img {
    width: 100%;
    height: auto;
  }
  #top .inner main .wrap .summary .list > p {
    margin-block: 0.8rem 0;
    font-size: 1.6rem;
  }
  #top .inner main .wrap .summary .list .flex {
    gap: 2.5rem 3rem;
    margin-block: 3.4rem 0;
    margin-inline: auto;
    max-width: 88.2%;
  }
  #top .inner main .wrap .summary .list .flex li {
    width: calc((100% - 3rem) / 2);
  }
  #top .inner main .wrap .summary .list .flex li > picture {
    display: block;
    width: 100%;
  }
  #top .inner main .wrap .summary .list .flex li > picture img {
    width: 100%;
    height: auto;
  }
  #top .inner main .wrap .summary .list .caution-text {
    margin-block: 1.3rem 0;
    font-size: 1rem;
  }
  #top .inner main .wrap .summary .fees {
    margin-block: 3rem 0;
  }
  #top .inner main .wrap .summary .fees > picture {
    display: block;
    margin-inline: auto;
    width: 75.2%;
  }
  #top .inner main .wrap .summary .fees > picture img {
    width: 100%;
    height: auto;
  }
  #top .inner main .wrap .summary .fees .caution-text {
    text-align: left;
    margin-block: 1rem 0;
    margin-inline: auto;
    max-width: 25rem;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1rem;
    line-height: 1.8;
  }
  #top .inner main .wrap .summary .fees .caution-text span {
    display: inline;
  }
  #top .inner main .wrap .summary .fees .main {
    margin-block: 2rem 0;
  }
  #top .inner main .wrap .summary .fees .main > p {
    margin-block: 1rem 0;
    font-size: 2rem;
  }
  #top .inner main .wrap .summary .fees .main > p:not(:first-child) {
    margin-block: 1.4rem 0;
  }
  #top .inner main .wrap .summary .fees .main span {
    margin-block: 1.2rem 0;
    font-size: 1rem;
  }
  #top .inner main .wrap .summary .fees .sub {
    margin-block: 5.7rem 0;
  }
  #top .inner main .wrap .summary .fees .sub > strong {
    font-size: 2rem;
  }
  #top .inner main .wrap .summary .fees .sub > strong::before, #top .inner main .wrap .summary .fees .sub > strong::after {
    width: 2px;
    height: 3rem;
  }
  #top .inner main .wrap .summary .fees .sub .flex {
    margin-block: 1rem 0;
  }
  #top .inner main .wrap .summary .fees .sub .flex > span {
    margin-block: -1.5rem 0;
    width: 4rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  #top .inner main .wrap .summary .fees .sub .flex .value p {
    font-size: 1.2rem;
  }
  #top .inner main .wrap .summary .fees .sub .flex .value p strong {
    font-size: 4rem;
  }
  #top .inner main .wrap .summary .fees .sub .flex .value p span {
    font-size: 1.9rem;
  }
  #top .inner main .wrap .summary .fees .sub .flex .value .included {
    text-align: left;
  }
  #top .inner main .wrap .detail .order {
    margin-block: 3.8rem 0;
  }
  #top .inner main .wrap .detail .order h3 {
    font-size: 1.6rem;
  }
  #top .inner main .wrap .detail .order ul {
    margin-block: 1.3rem 0;
  }
  #top .inner main .wrap .detail .order ul li {
    font-size: 1.4rem;
    line-height: 1.85;
  }
  #top .inner main .wrap .detail .period {
    margin-block: 3.7rem 0;
  }
  #top .inner main .wrap .detail .period h3 {
    font-size: 1.6rem;
  }
  #top .inner main .wrap .detail .period p {
    margin-block: 1.5rem 0;
    font-size: 2.1rem;
  }
  #top .inner main .wrap .detail .period p span {
    font-size: 1.4rem;
  }
  #top .inner main .wrap .detail .store {
    margin-block: 3.8rem 0;
  }
  #top .inner main .wrap .detail .store h3 {
    font-size: 1.6rem;
  }
  #top .inner main .wrap .detail .store p {
    margin-block: 1.8rem 0;
    font-size: 1.4rem;
  }
  #top .inner main .wrap .detail .store p span {
    display: inline;
  }
  #top .inner main .wrap .detail .store .caution-text {
    margin-block: 2.4rem 0;
    max-width: 37rem;
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
  #top .inner main .wrap .detail .reserve {
    margin-block: 3.6rem 0;
    margin-inline: auto;
    width: 82%;
  }
  #top .inner main .wrap .detail .reserve .grid-accordion > button {
    border-radius: 2rem 2rem 0 0;
    background: url("/dakarakani/assets/images/reserve-bg.png") no-repeat center center/cover;
    padding-block: 1.3rem;
    font-size: 1.6rem;
  }
  #top .inner main .wrap .detail .reserve .grid-accordion > button::before {
    right: 1.5rem;
    width: 1.5rem;
    height: 0.1rem;
  }
  #top .inner main .wrap .detail .reserve .grid-accordion > button::after {
    right: 1.5rem;
    width: 1.5rem;
    height: 0.1rem;
  }
  #top .inner main .wrap .detail .reserve .grid-accordion > button.is-open-button {
    border-radius: 2rem;
  }
  #top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container {
    border-radius: 0 0 2rem 2rem;
  }
  #top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner {
    border-radius: 0 0 2rem 2rem;
  }
  #top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub > button {
    width: 100%;
    padding-block: 1.2rem 1.1rem;
    background-color: var(--color-brown);
    font-size: 1.2rem;
  }
  #top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub > button::before {
    right: 1.5rem;
    width: 1.5rem;
    height: 0.1rem;
  }
  #top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub > button::after {
    right: 1.5rem;
    width: 1.5rem;
    height: 0.1rem;
  }
  #top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub .grid-accordion-container-sub .grid-accordion-inner-sub li {
    margin-inline: 2rem;
    background-size: 5px 2px;
    padding-block: 1.2rem;
    font-size: 1.2rem;
  }
  #top .inner main .wrap .detail .reserve .grid-accordion .grid-accordion-container .grid-accordion-inner .grid-accordion-sub .grid-accordion-container-sub .grid-accordion-inner-sub li:last-child {
    margin-block: 0 2.5rem;
  }
  #top .inner main .wrap .detail .caution {
    margin-block: 3.5rem 0;
  }
  #top .inner main .wrap .detail .caution h3 {
    font-size: 1.6rem;
  }
  #top .inner main .wrap .detail .caution ol {
    margin-block: 1.3rem 0;
    margin-inline: auto;
    max-width: 34.7rem;
  }
  #top .inner main .wrap .detail .caution ol li {
    font-size: 1.1rem;
  }
  #top .site-footer {
    min-width: initial;
    width: 100%;
  }
  #top .site-footer .bg {
    position: relative;
    background: url("/dakarakani/assets/images/footer-bg-sp.png") no-repeat top center/contain;
    background-size: 750px 688px;
  }
  #top .site-footer .bg::before {
    background: url("/dakarakani/assets/images/footer-bg03-sp.svg") no-repeat center center/contain;
    top: 0;
    width: 98px;
    height: 137px;
  }
  #top .site-footer .bg::after {
    background: url("/dakarakani/assets/images/footer-bg04-sp.svg") no-repeat center center/contain;
    top: 300px;
    width: 87px;
    height: 121px;
  }
  #top .site-footer .bg h2 {
    padding-block: 7.8rem 0;
    font-size: 3rem;
  }
  #top .site-footer .bg p {
    font-size: 1.4rem;
    line-height: 2;
  }
  #top .site-footer .bg p:nth-of-type(1) {
    margin-block: 3.9rem 0;
  }
  #top .site-footer .bg p:nth-of-type(2) {
    margin-block: 4.3rem 0;
  }
  #top .site-footer .news {
    margin-block: 5.2rem 0;
    max-width: 92%;
    background: url("/dakarakani/assets/images/footer-news-bg-sp.png") no-repeat center center/contain;
  }
  #top .site-footer .news .wrap {
    padding-block: 0 9rem;
    margin-inline: auto;
    max-width: 34.5rem;
  }
  #top .site-footer .news .wrap h3 {
    padding-block: 6.9rem 3rem;
    margin-inline: auto;
    max-width: 26.7rem;
    border-bottom: 2px solid var(--color-gold);
    font-size: 1.8rem;
    line-height: 1.888;
  }
  #top .site-footer .news .wrap ul {
    margin-block: 3rem 0;
    margin-inline: auto;
    max-width: 26.7rem;
    height: 44.6rem;
  }
  #top .site-footer .news .wrap ul::-webkit-scrollbar {
    width: 0.8rem;
  }
  #top .site-footer .news .wrap ul li a {
    text-align: left;
    display: block;
    grid-template-columns: initial;
    padding-block: 2.8rem;
    margin-inline: 0 1.5rem;
  }
  #top .site-footer .news .wrap ul li a label {
    width: 0;
  }
  #top .site-footer .news .wrap ul li a label[for=NEW] {
    width: 100%;
    margin-inline: 0 0.9rem;
  }
  #top .site-footer .news .wrap ul li a span {
    text-align: left;
    padding-inline: 0;
    font-size: 1.4rem;
  }
  #top .site-footer .news .wrap ul li a p {
    margin-block: 0.5rem 0;
    text-align: left;
    font-size: 1.4rem;
  }
  #top .site-footer .lower {
    margin-block: 3rem 0;
  }
  #top .site-footer .lower > picture {
    display: block;
    width: 100%;
  }
  #top .site-footer .lower > picture img {
    width: 100%;
    height: auto;
  }
  #top .site-footer .lower .wrap {
    width: 100%;
  }
  #top .site-footer .lower .wrap p {
    padding-block: 8rem 0;
    font-size: 1.2rem;
  }
  #top .site-footer .lower .wrap picture {
    display: block;
    margin-block: 2.4rem 0;
  }
  #top .site-footer .lower .wrap a {
    margin-block: 2.3rem 0;
    border-radius: 2rem;
    padding-block: 1.2rem;
    padding-inline: 5rem;
    font-size: 1.4rem;
  }
  #top .site-footer .lower .wrap a::after {
    right: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid var(--color-white);
    border-right: 0;
  }
  #top .site-footer .lower .wrap a:hover {
    opacity: 0.7;
    transition: all 0.2s;
  }
  #top .site-footer .copyright {
    padding-block: 1rem;
  }
  #top .site-footer .copyright p {
    font-size: 1rem;
  }
}

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