@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

body {
  background-color: #F5F0E3;
  color: #5F3B13;
  font-weight: 500;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

/*画像*/
img.radius1 {
  border-radius: 1rem;
}

html {
  scroll-padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 5.625rem;
  }
}

body::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../images/common/bg1.jpeg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

body.page-template-page-features::before {
  background-image: url("../images/common/bg2.jpeg");
}

body.page-template-page-shop::before {
  background-image: url("../images/common/bg3.jpeg");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.bg-image__img {
  width: 100%;
  height: 48vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bg-image__img {
    height: 19.4444444444vw;
  }
}

.bg-image__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, .1);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.cv {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-image: url("../images/common/bg.jpeg");
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cv {
    padding: 5rem 0;
  }
}

.cv__inner {
  position: relative;
}

.cv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 59, 19, .8);
}

.cv__contents {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  border: solid 1px #F5F0E3;
  border: solid 0.0625rem #F5F0E3;
}

.cv__title span,
.cv__title h2,
.cv__title p {
  color: #F5F0E3 !important;
  text-align: center !important;
}

.cv__title h2::before {
  background-color: #F5F0E3 !important;
}

.cv__body {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cv__body {
    margin-top: 1.25rem;
  }
}

.cv__tel {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4642857143;
  color: #F5F0E3;
  background-image: url("../images/common/wave_base.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-family: "reross-quadratic", sans-serif;
}
@media screen and (min-width: 768px) {
  .cv__tel {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.cv__hour {
  color: #F5F0E3;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .cv__hour {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.error {
  padding: 140px 0 80px;
  padding: 8.75rem 0 5rem;
  text-align: center;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .error {
    padding: 11.875rem 0 6.25rem;
  }
}

.error__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "reross-quadratic", sans-serif;
}
@media screen and (min-width: 768px) {
  .error__title {
    font-size: 3rem;
  }
}

.error__text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .error__text {
    font-size: 1.5rem;
  }
}

.error__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .error__btn {
    margin-top: 3.125rem;
  }
}

.footer {
  padding: 50px 0 8px 0;
  padding: 3.125rem 0 0.5rem 0;
  background-color: #F5F0E3;
}

.footer__logo {
  width: 158px;
  width: 9.875rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 14.75rem;
  }
}

.footer__logo img {
  width: 100%;
}

.footer__nav {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 1.4375rem;
  }
}

.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .footer__lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__item {
  width: calc(50% - 1.25rem);
  padding: 8px 0;
  padding: 0.5rem 0;
  margin: 0 10px;
  margin: 0 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__item {
    width: auto;
    width: initial;
    padding: 0;
    margin: 0 1.25rem;
  }
}

.footer__item a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
}

.footer__sns {
  margin-top: 29px;
  margin-top: 1.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    margin-top: 2.125rem;
  }
}

.footer__copy {
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}

.footer__copy small {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__copy small {
    font-size: 0.875rem;
  }
}

.header {
  width: 100%;
  height: 60px;
  height: 3.75rem;
  position: fixed;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5.625rem;
    background-color: #F5F0E3;
  }
}

.header__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 1.875rem;
  }
}

.header__logo {
  width: 115px;
  width: 7.1875rem;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 12.1875rem;
  }
}

.header__logo img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="2" dy="2" result="offsetblur" /><feFlood flood-color="rgba(245,240,227,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(1px 1px 2px #F5F0E3) drop-shadow(1px -1px 2px #F5F0E3) drop-shadow(-1px 1px 2px #F5F0E3);
          filter: drop-shadow(1px 1px 2px #F5F0E3) drop-shadow(1px -1px 2px #F5F0E3) drop-shadow(-1px 1px 2px #F5F0E3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    -webkit-filter: none;
            filter: none;
  }
}

.header__logo.open img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="10 -9" /><feFuncG type="table" tableValues="10 -9" /><feFuncB type="table" tableValues="10 -9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="10" /><feFuncG type="linear" slope="10" /><feFuncB type="linear" slope="10" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(10) brightness(10) !important;
          filter: invert(10) brightness(10) !important;
}

.header__burger {
  width: 24px;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .header__burger {
    display: none;
  }
}

.header__burger-bar {
  width: inherit;
  height: 16px;
  height: 1rem;
  position: relative;
  top: -3px;
  top: -0.1875rem;
  padding: 0;
  z-index: 4;
}

.header__burger-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #5F3B13;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__burger-bar span:first-child {
  top: 0;
}

.header__burger-bar span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}

.header__burger-bar span:nth-child(3) {
  bottom: 0;
}

.header__burger-bar.open span {
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #F5F0E3 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__burger-bar.open span:first-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header__burger-bar.open span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0;
}

.header__burger-bar.open span:nth-child(3) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.header__pcnav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__pcnav__item {
  margin-left: min(2vw, 30px);
  margin-left: min(2vw, 1.875rem);
}

.header__pcnav__link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4444444444;
  position: relative;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.header__pcnav__link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #C40018;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__pcnav__link:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.header__pcnav__item--tel a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2083333333;
  font-family: "reross-quadratic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/common/wave.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
}

.header__pcnav__item--tel a::after {
  content: none;
}

.header__spnav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: rgba(95, 59, 19, .9);
  padding-top: 100px;
  padding-top: 6.25rem;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 3;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.header__spnav__lists {
  text-align: center;
}

.header__spnav__item {
  font-size: 16px;
  font-size: 1rem;
  color: #F5F0E3;
  width: 100%;
}

.header__spnav__item a {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.header__spnav__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.header__spnav__item--tel a {
  font-family: "reross-quadratic", sans-serif;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
}

.header__spnav__item--tel span {
  background-image: url("../images/common/wave_base_sp.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}

.header__spnav__item .sns-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__spnav.open {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  overflow: scroll;
}

.inner {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.lv {
  height: 40vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lv {
    height: 20.8333333333vw;
    margin-top: 5.625rem;
  }
}

.lv::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, .2);
}

.lv img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.more-btn {
  text-align: center;
}

.more-btn a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #F5F0E3;
  padding: 10px 55px;
  padding: 0.625rem 3.4375rem;
  position: relative;
  display: inline-block;
  border-radius: 0.9375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .more-btn a {
    font-size: 1.125rem;
    padding: 0.8125rem 4.875rem;
  }
}

.more-btn--red a {
  background-color: #C40018;
}

.more-btn--green a {
  background-color: #418D43;
}

.more-btn a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #5F3B13;
  border: 0.125rem solid #5F3B13;
  border-radius: 0.9375rem;
  -webkit-transform: translateX(-0.3125rem) translateY(-0.3125rem);
          transform: translateX(-0.3125rem) translateY(-0.3125rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.more-btn a:hover {
  opacity: 1;
}

.more-btn a:hover::before {
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

.more-btn--other a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-image: url("../images/common/other-tab.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (min-width: 768px) {
  .more-btn--other a::after {
    width: 1rem;
    height: 1rem;
  }
}

.section-title {
  text-align: center;
}

.section-title span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  font-family: "reross-quadratic", sans-serif;
  color: #C40018;
}
@media screen and (min-width: 768px) {
  .section-title span {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.section-title h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.section-title h2::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 2px;
  height: 0.125rem;
  background-color: #C40018;
  bottom: -9px;
  bottom: -0.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-title h2::before {
    width: 3.75rem;
    bottom: -0.6875rem;
  }
}

.section-title p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 39px;
  margin-top: 2.4375rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section-title p {
    font-size: 1rem;
    line-height: 1.4375;
    margin-top: 1.9375rem;
    text-align: center;
  }
}

.shop__inner {
  position: relative;
}

.shop__title span {
  color: #418D43;
}

.shop__title h2::before {
  background-color: #418D43;
}

.shop__wrap {
  margin-top: 49px;
  margin-top: 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .shop__wrap {
    margin-top: 5.125rem;
  }
}

.shop__contents {
  display: contents;
}
@media screen and (min-width: 768px) {
  .shop__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (min-width: 768px) {
  .shop__body {
    width: 50%;
  }
}

.shop__body p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .shop__body p {
    font-size: 1.5rem;
  }
}

.shop__table {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .shop__table {
    margin-top: 0.75rem;
  }
}

.shop__table tr td {
  padding: 6px 0;
  padding: 0.375rem 0;
  line-height: 1.4285714286;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .shop__table tr td {
    padding: 0.5rem 0;
    line-height: 1.4375;
    font-size: 1rem;
  }
}

.shop__table tr td:first-child {
  width: 25%;
  vertical-align: top;
}

.shop__sns {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .shop__sns {
    margin-top: 1rem;
  }
}

.shop__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .shop__btn {
    margin-top: 5rem;
  }
}

.shop__img {
  margin: 60px 0;
  margin: 3.75rem 0;
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .shop__img {
    margin: 0 0 0 2vw;
    width: 50%;
  }
}

.shop__img img {
  aspect-ratio: 375/270;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .shop__img img {
    aspect-ratio: initial;
    width: 100%;
    height: calc(100% - 3rem);
  }
}

.shop__map {
  width: 100%;
  height: 80vw;
}
@media screen and (min-width: 768px) {
  .shop__map {
    height: 27.7777777778vw;
    margin-top: 3.75rem;
  }
}

.shop__map iframe {
  width: 100%;
  height: 100%;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns-list a {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sns-list a {
    width: 2rem;
    height: 2rem;
  }
}

.sns-list a:nth-child(n+2) {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sns-list a:nth-child(n+2) {
    margin-left: 1rem;
  }
}

.sns-list a img {
  width: 100%;
  height: 100%;
}

.l-faq {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .l-faq {
    padding: 6.25rem 0;
  }
}

.l-faq__lists {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-faq__lists {
    margin-top: 5.3125rem;
    width: min(100%, 50rem);
    margin-right: auto;
    margin-left: auto;
  }
}

.l-faq__item:nth-child(n+2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-faq__question {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  line-height: 1.4375;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-faq__question {
    font-size: 1.25rem;
    padding-left: 3.75rem;
    line-height: 1.45;
  }
}

.l-faq__question::before,
.l-faq__answer::before {
  position: absolute;
  left: 0;
  font-family: "reross-quadratic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-faq__question::before,
  .l-faq__answer::before {
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.l-faq__question::before {
  content: "Q";
  background-color: #C40018;
  color: #F5F0E3;
}

.l-faq__answer {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-faq__answer {
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    padding-left: 3.75rem;
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.l-faq__answer::before {
  content: "A";
  color: #C40018;
  border: 1px solid #C40018;
  border: 0.0625rem solid #C40018;
}

.l-faq__answer a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-faq__answer a {
    text-decoration: none;
  }
}

.l-features {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .l-features {
    padding: 6.25rem 0;
  }
}

.l-features__title span {
  color: #418D43;
}

.l-features__title h2::before {
  background-color: #418D43;
}

.l-features__lists {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-features__lists {
    margin-top: 5rem;
  }
}

.l-features__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-features__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.l-features__item:nth-child(n+2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-features__item:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .l-features__img {
    width: 22.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.l-features__img img {
  aspect-ratio: 335/208;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-features__img img {
    aspect-ratio: 360/208;
  }
}

.l-features__body {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-features__body {
    margin-top: 0rem;
    margin-left: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-features__item:nth-child(even) .l-features__body {
    margin-left: 0;
    margin-right: 2.5rem;
  }
}

.l-features__body h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-features__body h3 {
    font-size: 1.5rem;
  }
}

.l-features__body h3 span {
  color: #418D43;
}

.l-features__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  -moz-tab-size: 14px;
    -o-tab-size: 14px;
       tab-size: 14px;
  -moz-tab-size: 0.875rem;
    -o-tab-size: 0.875rem;
       tab-size: 0.875rem;
  line-height: 1.4285714286;
  min-height: 150px;
  min-height: 9.375rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-features__text {
    margin-top: 1.125rem;
    -moz-tab-size: 1rem;
      -o-tab-size: 1rem;
         tab-size: 1rem;
    line-height: 1.4375;
  }
}

.l-features__text::before {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 84px;
  font-size: 5.25rem;
  font-family: "reross-quadratic", sans-serif;
  color: #FFFDF8;
  line-height: 1;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-features__text::before {
    font-size: 8rem;
  }
}

.l-features__item:nth-child(1) .l-features__text::before {
  content: "Point01";
}

.l-features__item:nth-child(2) .l-features__text::before {
  content: "Point02";
}

.l-features__item:nth-child(3) .l-features__text::before {
  content: "Point03";
}

.l-features__item:nth-child(4) .l-features__text::before {
  content: "Point04";
}

.l-greeting {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .l-greeting {
    padding: 6.25rem 0;
  }
}

.l-greeting__title span {
  color: #418D43;
}

.l-greeting__title h2::before {
  background-color: #418D43;
}

.l-greeting__contents {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-greeting__contents {
    margin-top: 5.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-greeting__img {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-greeting__img {
    width: 50%;
    max-width: 350px;
    margin: auto 0 auto auto;
  }
}

.l-greeting__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-greeting__body {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-greeting__body {
    margin-top: 0;
    margin-left: 4rem;
    width: 50%;
  }
}

.l-greeting__body h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-greeting__body h3 {
    font-size: 1.25rem;
  }
}

.l-greeting__body p {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .l-greeting__body p {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.7142857143;
  }
}

.l-greeting__body span {
  display: block;
  text-align: right;
}

.l-menu {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .l-menu {
    padding: 6.25rem 0;
  }
}

.l-menu__wrap {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-menu__wrap {
    margin-top: 5rem;
  }
}

.l-menu__contents:nth-child(n+2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-menu__contents:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.l-menu__cate {
  padding-left: 18px;
  padding-left: 1.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-menu__cate {
    padding-left: 1.4375rem;
    font-size: 1.5rem;
    line-height: 1.4642857143;
  }
}

.l-menu__cate::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-radius: 50%;
  border: 3px solid #C40018;
  border: 0.1875rem solid #C40018;
}
@media screen and (min-width: 768px) {
  .l-menu__cate::before {
    width: 0.9375rem;
    height: 0.9375rem;
    border-width: 0.25rem;
  }
}

.l-menu__lists {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-menu__lists {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px dashed rgba(0, 0, 0, .2);
  border-bottom: 0.125rem dashed rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .l-menu__item {
    width: calc(50% - 1.875rem);
  }
}

.l-menu__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-menu__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-menu__item:nth-child(n+3) {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-menu__item:nth-child(n+5) {
    margin-top: 1rem;
  }
}

.l-menu__img {
  width: calc(50% - 0.5rem);
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  position: relative;
  bottom: -2px;
  bottom: -0.125rem;
}
@media screen and (min-width: 768px) {
  .l-menu__img {
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.l-menu__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

.l-menu__item:nth-child(n+3) .l-menu__body {
  width: 100%;
}

.l-menu__name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .l-menu__name {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.l-menu__price {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  color: #C40018;
  display: block;
  text-align: right;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-menu__price {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.l-news {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .l-news {
    padding: 6.25rem 0;
  }
}

.l-news__wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-news__wrap {
    margin-top: 5.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-news__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-news__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-news__item:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-news__item:nth-child(n+2) {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-news__item a {
    width: 20%;
  }
}

.l-news__item p {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-news__item p {
    width: 75%;
    margin-left: 5%;
    margin-top: 0;
  }
}

.l-shop {
  padding: 60px 0 0 0;
  padding: 3.75rem 0 0 0;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .l-shop {
    padding: 6.25rem 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .l-shop .shop__map {
    margin-top: 5rem;
  }
}

.l-parking {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .l-parking {
    padding: 6.25rem 0;
  }
}

.l-parking__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-parking__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-parking__img {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-parking__img {
    width: 50%;
    max-width: 350px;
    margin: auto 0 auto auto;
  }
}

.l-parking__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-parking__body {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-parking__body {
    margin-top: 0;
    margin-left: 4rem;
    width: 50%;
  }
}

.l-parking__body h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-parking__body h3 {
    font-size: 1.25rem;
  }
}

.l-parking__body p {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .l-parking__body p {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.7142857143;
  }
}

.l-parking__body span {
  display: block;
  text-align: right;
}

.top-features {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .top-features {
    padding: 6.25rem 0;
  }
}

.top-features::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(95, 59, 19, .08);
}

.top-features__inner {
  position: relative;
}

.top-features__title span {
  color: #418D43;
}

.top-features__title h2::before {
  background-color: #418D43;
}

.top-features__lists {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top-features__lists {
    margin-top: 5rem;
    max-width: none;
    max-width: initial;
  }
}

.top-features__item {
  width: calc(49.9% - 0.46875rem);
}
@media screen and (min-width: 768px) {
  .top-features__item {
    width: calc(24.9% - 1.875rem);
  }
}

.top-features__item:nth-child(even) {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .top-features__item:nth-child(n+2) {
    margin-left: 2.5rem;
  }
}

.top-features__item:nth-child(n+3) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .top-features__item:nth-child(n+3) {
    margin-top: 0;
  }
}

.top-features__img {
  position: relative;
}

.top-features__img img {
  aspect-ratio: 160/218;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-features__img img {
    aspect-ratio: 220/300;
  }
}

.top-features__img span {
  position: absolute;
  top: -20px;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 32px;
  font-size: 2rem;
  font-family: "reross-quadratic", sans-serif;
  line-height: 1.1875;
  color: #418D43;
}
@media screen and (min-width: 768px) {
  .top-features__img span {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

.top-features__text {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .top-features__text {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.top-features__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .top-features__btn {
    margin-top: 5rem;
  }
}

.top-instagram {
  padding: 60px 0;
  padding: 3.75rem 0;
  overflow: hidden;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .top-instagram {
    padding: 6.25rem 0;
  }
}

.top-instagram__wrap {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .top-instagram__wrap {
    margin-top: 5rem;
  }
}

.top-instagram__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-instagram__item {
  width: calc(49.9% - 0.625rem);
  margin: 0 5px 10px;
  margin: 0 0.3125rem 0.625rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-instagram__item {
    width: calc(24.9% - 0.625rem);
  }
}

.top-instagram__item a {
  position: relative;
  display: block;
}

.top-instagram__item a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #F5F0E3;
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, .25);
  border-bottom-left-radius: 16px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 16px;
  border-bottom-right-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .top-instagram__item a p {
    -webkit-line-clamp: 3;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.top-instagram__item a {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .top-instagram__item a:hover p {
    -webkit-line-clamp: 3;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.top-instagram__item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-instagram__id {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .top-instagram__id {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.top-instagram__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .top-instagram__btn {
    margin-top: 5rem;
  }
}

.top-introduction {
  padding: 80px 0;
  padding: 5rem 0;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .top-introduction {
    padding: 6.25rem 0;
  }
}

.top-introduction__textL {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-introduction__textL {
    font-size: 1.5rem;
    margin: auto;
  }
}

.top-introduction__textS {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4375;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  max-width: 310px;
  max-width: 19.375rem;
}
@media screen and (min-width: 768px) {
  .top-introduction__textS {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 37.5rem;
  }
}

.top-menu {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #F5F0E3;
}
@media screen and (min-width: 768px) {
  .top-menu {
    padding: 6.25rem 0;
  }
}

.top-menu__lists {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top-menu__lists {
    margin-top: 5rem;
    grid-template-columns: 1fr 1fr;
    row-gap: 3.75rem;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
}

.top-menu__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-menu__img {
  width: 38.8059701493%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-menu__img {
    width: 47.2813238771%;
  }
}

.top-menu__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-menu__body {
  margin-left: 15px;
  margin-left: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .top-menu__body {
    margin-left: 1.1875rem;
  }
}

.top-menu__name {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .top-menu__name {
    font-size: 1.375rem;
  }
}

.top-menu__price {
  font-size: 16px;
  font-size: 1rem;
  color: #C40018;
  display: block;
}
@media screen and (min-width: 768px) {
  .top-menu__price {
    font-size: 1.25rem;
  }
}

.top-menu__more {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .top-menu__more {
    margin-top: 1.875rem;
  }
}

.top-menu__more a {
  position: relative;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .top-menu__more a {
    font-size: 1rem;
  }
}

.top-menu__more a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: -16px;
  right: -1rem;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 1px solid #5F3B13;
  border-top: 0.0625rem solid #5F3B13;
  border-right: 1px solid #5F3B13;
  border-right: 0.0625rem solid #5F3B13;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .top-menu__more a::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.top-menu__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .top-menu__btn {
    margin-top: 5rem;
  }
}

.top-mv {
  position: relative;
  z-index: 1;
  background-color: #F5F0E3;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-mv {
    margin-top: 5.625rem;
  }
}

.top-mv__splide-track {
  overflow: hidden;
  height: calc(80vh - 3.75rem);
  width: 75%;
  min-height: 568px;
  min-height: 35.5rem;
  position: relative;
  margin-inline: auto;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .top-mv__splide-track {
    width: 85%;
    height: calc(100vh - 5.625rem);
    min-height: 31.25rem;
    max-height: 46.875rem;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .top-mv__splide-track {
    min-height: 39.0625rem;
  }
}

.top-mv__splide-track::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, .2);
  z-index: 2;
}

.top-mv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.top-mv__title-wrap {
  position: absolute;
  right: 7.5%;
  top: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 1;
  height: 460px;
  height: 28.75rem;
}
@media screen and (min-width: 768px) {
  .top-mv__title-wrap {
    right: 6%;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv__title-wrap {
    height: 30rem;
  }
}

.top-mv__title {
  letter-spacing: 7px;
  letter-spacing: 0.4375rem;
  font-weight: 500;
  color: #F5F0E3;
  background-color: #5F3B13;
  padding-top: 0.5em;
  margin: 2px;
  margin: 0.125rem;
  font-family: "Noto sans JP", sans-serif;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
@media screen and (min-width: 768px) {
  .top-mv__title {
    margin: 0.3125rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-mv__title {
    font-size: 2.125rem;
  }
}

.top-mv__title:nth-child(2) {
  top: 30px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.top-mv__title:nth-child(3) {
  top: 60px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.top-mv__title.load {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.top-mv__title--num {
  text-combine-upright: all;
  display: inline-block;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.splide__slide img {
  width: 100%;
}

.splide__slide img {
  -webkit-transition: 30s ease-out;
  transition: 30s ease-out;
}

.splide__slide.is-active img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: 10s ease-out;
  transition: 10s ease-out;
}

.splide__slide:nth-child(2) img {
  -webkit-transform: scale(1.1) translateX(4%);
          transform: scale(1.1) translateX(4%);
}

.splide__slide:nth-child(2).is-active img {
  -webkit-transform: scale(1.1) translateX(-4%);
          transform: scale(1.1) translateX(-4%);
}

.splide__slide:nth-child(3) img {
  -webkit-transform: scale(1.1) translateY(4%);
          transform: scale(1.1) translateY(4%);
}

.splide__slide:nth-child(3).is-active img {
  -webkit-transform: scale(1.1) translateY(-4%);
          transform: scale(1.1) translateY(-4%);
}

.splide__slide:nth-child(4) img {
  -webkit-transform: scale(1.1) translateX(-4%);
          transform: scale(1.1) translateX(-4%);
}

.splide__slide:nth-child(4).is-active img {
  -webkit-transform: scale(1.1) translateX(4%);
          transform: scale(1.1) translateX(4%);
}

.splide__pagination {
  bottom: -20px !important;
  bottom: -1.25rem !important;
}

.splide__pagination__page {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #5F3B13;
  border: 0.0625rem solid #5F3B13;
  opacity: 1;
}

.splide__pagination__page.is-active {
  background: #5F3B13;
  -webkit-transform: none;
          transform: none;
}

.top-mv__scroll {
  position: absolute;
  left: 3%;
  bottom: 50px;
  bottom: 3.125rem;
  height: 60px;
  height: 3.75rem;
}

.top-mv__scroll-text {
  color: #5F3B13;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-mv__scroll-text {
    font-size: 1.125rem;
  }
}

.top-mv__scroll-text::after {
  content: "";
  position: absolute;
  top: 45px;
  top: 2.8125rem;
  left: 45%;
  width: 1px;
  height: 30px;
  background: #5F3B13;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 2.8125rem;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 5.9375rem;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 2.8125rem;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 5.9375rem;
    opacity: 0;
  }
}
.top-shop {
  padding: 60px 0 0 0;
  padding: 3.75rem 0 0 0;
  background-color: #F5F0E3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-shop {
    padding: 6.25rem 0 0 0;
  }
}

.top-shop::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(95, 59, 19, .08);
}
/*# sourceMappingURL=styles1.6.css.map */
