@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
html {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 62.5%;
}
@media (max-width: 1220px) and (min-width: 768px) {
  html {
    font-size: 0.8196721311vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: min(2.5641025641vw, 14.6666666667px);
  }
}

body {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  color: #40220f;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body a {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body a:hover {
  opacity: 0.6;
}
body img {
  width: 100%;
  height: auto;
}

.wrapperInner {
  max-width: 1260px;
  width: 100%;
  padding-inline: 3rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrapperInner {
    padding-inline: 2rem;
    max-width: 550px;
  }
}

.textTen {
  font-family: "ten-mincho", serif !important;
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}

html {
  margin-top: 0 !important;
  margin-bottom: 32px !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-bottom: 46px !important;
  }
}
.headerWrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 25rem;
  -webkit-padding-before: 3rem;
          padding-block-start: 3rem;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
  -webkit-padding-start: 9rem;
          padding-inline-start: 9rem;
  background-image: url(../img/pc/header-BG2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .headerWrapper {
    padding-inline: 2rem;
    -webkit-padding-before: 1rem;
            padding-block-start: 1rem;
    height: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

h1.headerTopContent {
  width: 37rem;
}
@media only screen and (max-width: 767px) {
  h1.headerTopContent {
    width: 29rem;
  }
}

.headerNav {
  width: 90rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .headerNav {
    width: 25rem;
    background-color: #fff;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    position: absolute;
    bottom: -200px;
    right: -700px;
    -webkit-transition: all 2s;
    transition: all 2s;
  }
}
.headerNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.4rem;
  font-weight: 500;
  height: 6rem;
}
@media only screen and (max-width: 767px) {
  .headerNav ul {
    display: block;
    height: auto;
  }
}
.headerNav ul li {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .headerNav ul li {
    padding-block: 0.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .headerNav.open {
    bottom: -200px;
    right: 0px;
  }
}

.headerNav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-inline: 1rem;
}
@media only screen and (max-width: 767px) {
  .headerNav ul li a {
    height: 4rem;
  }
}

button.hamburgerBtn {
  width: 4rem;
  height: 3rem;
  position: relative;
}

.hamburgerBtn span {
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #6a3906;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hamburgerBtn span:nth-of-type(1) {
  top: 0;
}
.hamburgerBtn span:nth-of-type(2) {
  top: 50%;
}
.hamburgerBtn span:nth-of-type(3) {
  top: 100%;
}

.hamburgerBtn.active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.hamburgerBtn.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburgerBtn.active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.footerBG {
  width: 100%;
  background-image: url(../img/pc/access-BG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-padding-before: 13rem;
          padding-block-start: 13rem;
  -webkit-padding-after: 7rem;
          padding-block-end: 7rem;
  padding-inline: 12rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footerBG {
    padding-inline: 2rem;
  }
}

#access {
  -webkit-padding-before: 28rem;
          padding-block-start: 28rem;
  -webkit-margin-before: -28rem;
          margin-block-start: -28rem;
}

.accessWrapper {
  width: 100%;
}
.accessWrapper h3 {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
}

.accessContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 6.6rem;
          margin-block-start: 6.6rem;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  row-gap: 7rem;
  max-width: 1280px;
  margin-inline: auto;
}

.accessMap {
  width: 36rem;
}
.accessMap iframe {
  width: 100%;
  aspect-ratio: 368/254;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}

.shopImage {
  width: 49rem;
}

.parking {
  width: 47rem;
}
.parking p {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}

a.footerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40rem;
  margin-inline: auto;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media only screen and (max-width: 767px) {
  a.footerLogo {
    width: 35rem;
  }
}

.footerCopyRight {
  font-size: 2.2rem;
  text-align: center;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media only screen and (max-width: 767px) {
  .footerCopyRight {
    font-size: 1.4rem;
  }
}

.arrowsArea {
  width: 82.4rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9.2rem;
     -moz-column-gap: 9.2rem;
          column-gap: 9.2rem;
  color: #354256;
  -webkit-margin-before: 8.3rem;
          margin-block-start: 8.3rem;
  -webkit-margin-after: 11rem;
          margin-block-end: 11rem;
}

.prev-navi,
.next-navi {
  width: 36.6rem;
  height: 8rem;
  border-radius: 999px;
  border: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.prev-navi:hover,
.next-navi:hover {
  background-color: #354256;
  color: #fff;
}

.prev-navi__p,
.next-navi__p {
  opacity: 0.6;
  pointer-events: none;
}

.prev-navi::after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-before: 2px solid;
          border-block-start: 2px solid;
  -webkit-border-start: 2px solid;
          border-inline-start: 2px solid;
  position: absolute;
  top: 50%;
  left: 5rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.prev-navi:hover::after,
.next-navi:hover::after {
  border-color: #fff;
}

.next-navi::after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-before: 2px solid;
          border-block-start: 2px solid;
  -webkit-border-end: 2px solid;
          border-inline-end: 2px solid;
  position: absolute;
  top: 50%;
  right: 5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.list-pageNo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .list-pageNo {
    margin-top: 6.4rem;
  }
}

.pageNo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.page-numbers {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1.5rem;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border: 0.1rem solid #000;
}

.page-numbers.current {
  color: #fff;
  background: #000;
}

.page-numbers.dots {
  border: none;
}

.pageNo-box div {
  width: 5rem;
  height: 5rem;
  margin: 0 0.35rem;
  border: 1px solid #000;
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media only screen and (max-width: 767px) {
  .pageNo-box div {
    width: 5rem;
    height: 5rem;
    margin: 0 0.35rem;
  }
}
.pageNo-box div:hover {
  opacity: 0.5;
}

.pageNo-box div:nth-of-type(1) {
  background-color: #000;
  color: #fff;
}

.pageNo-box div:nth-of-type(4) {
  border: none;
}

.pageNo-box div p,
.pageNo-box div a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 1rem 1.5rem;
}

#timeTable {
  width: 100%;
  -webkit-padding-before: 25rem;
          padding-block-start: 25rem;
}
@media only screen and (max-width: 767px) {
  #timeTable {
    -webkit-padding-before: 15rem;
            padding-block-start: 15rem;
  }
}

.timeTableBG {
  width: 100%;
  background-image: url(../img/pc/TopBG.jpg);
  padding-inline: 9rem;
  padding-block: 2rem 6rem;
}
@media only screen and (max-width: 767px) {
  .timeTableBG {
    padding-inline: 2rem;
  }
}

.timeTableContent {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .timeTableContent {
    max-width: 550px;
    display: block;
  }
}

.timeTableContent_left p:first-of-type {
  font-family: "hot-gfkaishokk", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 6.2rem;
  color: #a51839;
}
@media only screen and (max-width: 767px) {
  .timeTableContent_left p:first-of-type {
    font-size: 4.2rem;
  }
}
.timeTableContent_left p:first-of-type span {
  letter-spacing: -9px;
}
.timeTableContent_left p:nth-of-type(2) {
  font-size: 2.6rem;
  font-weight: 800;
  color: #40220f;
}
@media only screen and (max-width: 767px) {
  .timeTableContent_left p:nth-of-type(2) {
    font-size: 1.8rem;
  }
}
.timeTableContent_left p.tel {
  font-family: Noto Sans JP, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #a51839;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media only screen and (max-width: 767px) {
  .timeTableContent_left p.tel {
    font-size: 2.4rem;
  }
}
.timeTableContent_left p.tel span {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background-color: #a51839;
  padding: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .timeTableContent_left p.tel span {
    font-size: 1.6rem;
  }
}
.timeTableContent_left p.tel a {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .timeTableContent_left p.tel a {
    pointer-events: auto;
  }
}
.timeTableContent_left p:last-of-type {
  font-size: 2.4rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media only screen and (max-width: 767px) {
  .timeTableContent_left p:last-of-type {
    font-size: 1.6rem;
  }
}

.timeTableContent_right {
  width: 46.7rem;
}
@media only screen and (max-width: 767px) {
  .timeTableContent_right {
    width: 100%;
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}

.timeTableContent_right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .timeTableContent_right dl {
    font-size: 1.8rem;
  }
}
.timeTableContent_right dl dt {
  width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
}
.timeTableContent_right dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.timeTableImage {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}

.mainContent {
  width: 100%;
  background-image: url(../img/pc/BG02-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 6rem;
}
.mainContent h2 {
  font-size: 5.4rem;
  font-weight: 700;
  -webkit-padding-start: 3.5rem;
          padding-inline-start: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .mainContent h2 {
    font-size: 3.4rem;
    -webkit-padding-start: unset;
            padding-inline-start: unset;
  }
}

.insta-area {
  width: 100%;
  padding-inline: 1rem;
}

.upperIllustBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .upperIllustBox {
    display: block;
  }
}

.UpperIllustImage {
  width: 38rem;
}
@media only screen and (max-width: 767px) {
  .UpperIllustImage {
    width: 100%;
  }
}

.mainIllustImage {
  width: 62rem;
  margin-inline: auto;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}
@media only screen and (max-width: 767px) {
  .mainIllustImage {
    width: 100%;
  }
}

.bottomImageBox {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .bottomImageBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
}

.bottomImage {
  width: 29rem;
}
@media only screen and (max-width: 767px) {
  .bottomImage {
    width: 18rem;
  }
}

.menuCardImage {
  width: 21.5rem;
  margin-inline: auto;
}

#menu {
  -webkit-padding-before: 28rem;
          padding-block-start: 28rem;
  -webkit-margin-before: -20rem;
          margin-block-start: -20rem;
}
#menu h3 {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
}

.menuUpperContent {
  width: 105rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-padding-before: 4rem;
          padding-block-start: 4rem;
  -webkit-padding-after: 4.5rem;
          padding-block-end: 4.5rem;
  -webkit-border-after: 1px dotted #40220f;
          border-block-end: 1px dotted #40220f;
}
@media only screen and (max-width: 767px) {
  .menuUpperContent {
    width: 100%;
    display: block;
  }
}

.menuUpperContent .menuCard {
  width: 51rem;
}
@media only screen and (max-width: 767px) {
  .menuUpperContent .menuCard {
    width: 100%;
  }
}

.menuUpperContent .menuCard .menuCardImage {
  width: 29.5rem;
}
@media only screen and (max-width: 767px) {
  .menuUpperContent .menuCard .menuCardImage {
    width: 20.3rem;
  }
}

.menuCardTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-border-after: 1px dotted #40220f;
          border-block-end: 1px dotted #40220f;
}
@media only screen and (max-width: 767px) {
  .menuCardTitle {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}
.menuCardTitle p {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -4px;
}
@media only screen and (max-width: 767px) {
  .menuCardTitle p {
    font-size: 2.8rem;
  }
}
.menuCardTitle p span {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .menuCardTitle p span {
    font-size: 1.4rem;
  }
}
.menuCardTitle p.menuCardPrice {
  font-size: 4.4rem;
  color: #a51839;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .menuCardTitle p.menuCardPrice {
    font-size: 3.2rem;
  }
}
.menuCardTitle p.menuCardPrice span:first-of-type {
  color: #40220f;
}

.menuUpperContent .menuCardTaste p:nth-of-type(odd) {
  font-size: 2.4rem;
  font-weight: 500;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  -webkit-margin-after: 0.8rem;
          margin-block-end: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .menuUpperContent .menuCardTaste p:nth-of-type(odd) {
    font-size: 2rem;
  }
}

.menuUpperContent .menuCardTaste p:nth-of-type(even) {
  font-size: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .menuUpperContent .menuCardTaste p:nth-of-type(even) {
    font-size: 1.6rem;
  }
}

.menuFamily {
  width: 50rem;
  height: 34rem;
  border-radius: 10px;
  border-inline: 2px solid #40220f;
  -webkit-border-after: 2px solid #40220f;
          border-block-end: 2px solid #40220f;
  position: relative;
  -webkit-padding-before: 3.5rem;
          padding-block-start: 3.5rem;
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
}
@media only screen and (max-width: 767px) {
  .menuFamily {
    width: 100%;
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
    border-radius: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
}
.menuFamily p:nth-of-type(2) {
  font-size: 2.2rem;
  letter-spacing: -2px;
}
@media only screen and (max-width: 767px) {
  .menuFamily p:nth-of-type(2) {
    font-size: 1.6rem;
  }
}

p.menuFamilyTitle {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: -3px;
  position: absolute;
  top: -2rem;
  left: 3rem;
}
@media only screen and (max-width: 767px) {
  p.menuFamilyTitle {
    font-size: 2.4rem;
    top: -1.5rem;
  }
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}

.price .menuWeight {
  width: 13rem;
  text-align: right;
  font-size: 2.8rem;
  -webkit-margin-start: 2rem;
          margin-inline-start: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .price .menuWeight {
    font-size: 2rem;
    width: 7rem;
    -webkit-margin-start: unset;
            margin-inline-start: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.price .menuLot {
  width: 14rem;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .price .menuLot {
    width: 14rem;
    font-size: 1.6rem;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.price .menuPrice {
  width: 12.3rem;
  font-size: 2.8rem;
  font-weight: 500;
  color: #a51839;
  -webkit-margin-start: 1.5rem;
          margin-inline-start: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .price .menuPrice {
    width: 9rem;
    font-size: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-margin-start: unset;
            margin-inline-start: unset;
  }
}
.price .menuPrice span {
  font-size: 1.8rem;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
@media only screen and (max-width: 767px) {
  .price .menuPrice span {
    font-size: 1.4rem;
  }
}

.menuBottomContent {
  width: 105rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-padding-before: 3rem;
          padding-block-start: 3rem;
}
@media only screen and (max-width: 767px) {
  .menuBottomContent {
    width: 100%;
    display: block;
  }
}
.menuBottomContent .menuCard {
  width: 32rem;
}
@media only screen and (max-width: 767px) {
  .menuBottomContent .menuCard {
    -webkit-margin-after: 5rem;
            margin-block-end: 5rem;
  }
}
.menuBottomContent .menuCard:last-of-type .menuCardImage {
  width: 15.5rem;
}

.menuBottomContent .menuCardTitle {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.menuBottomContent .menuCardTaste {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}

.menuBottomContent .menuCard:last-of-type .menuCardTaste p.menuCardPrice {
  font-size: 3rem;
  font-weight: 500;
  color: #a51839;
}
.menuBottomContent .menuCard:last-of-type .menuCardTaste p.menuCardPrice span {
  font-size: 2.2rem;
}

.menuBottomContent .menuCardTaste p {
  font-size: 2rem;
}

.menuBottomContent .menuCard:last-of-type .menuCardTaste p {
  font-size: 1.4rem;
  white-space: nowrap;
}

#keyPoint {
  -webkit-padding-before: 25rem;
          padding-block-start: 25rem;
  -webkit-margin-before: -25rem;
          margin-block-start: -25rem;
}

.keyPointBG {
  width: 100%;
  background-image: url(../img/pc/keyPoint-BG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-padding-before: 9rem;
          padding-block-start: 9rem;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
}
.keyPointBG h3 {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  -webkit-margin-before: 7.8rem;
          margin-block-start: 7.8rem;
}
@media only screen and (max-width: 767px) {
  .keyPointBG h3 {
    font-size: 2.4rem;
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}
.keyPointBG ul {
  width: 100rem;
  margin-inline: auto;
  -webkit-padding-start: 5rem;
          padding-inline-start: 5rem;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
}
@media only screen and (max-width: 767px) {
  .keyPointBG ul {
    width: 100%;
    -webkit-padding-end: 2rem;
            padding-inline-end: 2rem;
  }
}
.keyPointBG ul li {
  list-style-type: disc;
  font-size: 2.8rem;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .keyPointBG ul li {
    font-size: 1.4rem;
  }
}

.keyPointImage {
  width: 100rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .keyPointImage {
    width: 90%;
  }
}

.resultBG {
  width: 100%;
  background-image: url(../img/pc/result-BG-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-padding-before: 9rem;
          padding-block-start: 9rem;
  -webkit-padding-after: 3rem;
          padding-block-end: 3rem;
}
@media only screen and (max-width: 767px) {
  .resultBG {
    -webkit-padding-before: 3rem;
            padding-block-start: 3rem;
  }
}
.resultBG h3 {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  -webkit-margin-before: 7.8rem;
          margin-block-start: 7.8rem;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .resultBG h3 {
    font-size: 2.6rem;
  }
}
.resultBG p,
.resultBG a {
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .resultBG p,
  .resultBG a {
    font-size: 1.8rem;
    text-align: start;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .resultBG p.resultText {
    font-size: 1.6rem;
    text-align: center;
  }
}

.resultBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .resultBox {
    display: block;
    width: 25rem;
    margin-inline: auto;
  }
}

.resultImage {
  width: 94rem;
  margin-inline: auto;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media only screen and (max-width: 767px) {
  .resultImage {
    width: 100%;
    padding-inline: 2rem;
  }
}/*# sourceMappingURL=style.css.map */