@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP&family=Roboto&display=swap");
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
}

input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

input[type=button], input[type=submit],
input[type=reset], button {
  outline: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #efaf59;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 940px) {
  body {
    font-size: 12px;
  }
}
body.en {
  font-family: "Bodoni Moda", serif;
}

_:lang(x)::-ms-backdrop, body {
  /* IE11で游ゴシック・游明朝系が崩れる対策 */
  font-family: "メイリオ", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 941px) {
  a:hover img {
    opacity: 0.8;
  }
}

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

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

@keyframes line {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center bottom;
  }
  35% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center bottom;
  }
  36% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center top;
  }
  60%, to {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center top;
  }
}
.l-body {
  word-break: break-all;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #eee8e0;
  color: #f18746;
}
.l-footer {
  background: #f18746;
}
.l-footer__logo {
  margin-bottom: 76px;
}
@media only screen and (max-width: 940px) {
  .l-footer__logo {
    margin-bottom: 10.14vw;
  }
}
.l-footer__logo img {
  display: block;
  margin: 0 auto;
}
.l-footer__logo .main {
  width: 310px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 940px) {
  .l-footer__logo .main {
    width: 60.27vw;
    margin-bottom: 8vw;
  }
}
.l-footer__logo .sub {
  height: 28px;
  fill: #FFF;
}
@media only screen and (max-width: 940px) {
  .l-footer__logo .sub {
    height: 5.34vw;
  }
}
.l-footer__copyright {
  text-align: center;
  background: #fff;
  color: #f18746;
  padding: 20px 0;
}
@media only screen and (max-width: 940px) {
  .l-footer__copyright {
    padding: 2.67vw 0;
  }
}
.l-footer__copyright p {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-family: "Bodoni Moda", serif;
  font-size: 10px;
}
@media only screen and (max-width: 940px) {
  .l-footer__copyright p {
    font-size: 2.67vw;
  }
}
.l-header {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  background: #efaf59;
  z-index: 100;
  padding: 0 52px;
  height: 65px;
}
@media only screen and (max-width: 940px) {
  .l-header {
    height: 14vw;
    padding: 0 1.34vw;
    background: #efaf59;
  }
}
.l-header__logo img {
  width: auto;
  height: 18px;
  fill: #FFF;
}
@media only screen and (max-width: 940px) {
  .l-header__logo img {
    height: 3.34vw;
  }
}
.l-wrapper {
  overflow: hidden;
  position: relative;
}
.c-animate {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}
.c-animate.__animated {
  opacity: 1;
  transform: translate(0, 0);
}
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  height: 50px;
  border: 1px solid #f18746;
  color: #f18746;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 941px) {
  .c-btn {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 941px) {
  .c-btn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 940px) {
  .c-btn {
    font-size: 3.2vw;
    height: 16vw;
    border: 0.14vw solid #f18746;
  }
}
.c-btn:before {
  display: block;
  content: "";
  background: center no-repeat;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.c-btn.__fill {
  background: #f18746;
  color: #fff;
}
.c-btn.__fill.__tel:before {
  background-image: url("/lp/parfait/common/img/icn_tel_01.svg");
}
.c-btn.__fill.__display:before {
  background-image: url("/lp/parfait/common/img/icn_display_01.svg");
}
.c-btn.__fill.__book:before {
  background-image: url("/lp/parfait/common/img/icn_book_01.svg");
}
.c-btn.__fill.__line:before {
  background-image: url("/lp/parfait/common/img/icn_line_01.svg");
}
.c-btn.__fill:after {
  border-color: transparent transparent #fff transparent;
}
.c-btn.__tel:before {
  background-image: url("/lp/parfait/common/img/icn_tel_02.svg");
}
@media only screen and (max-width: 940px) {
  .c-btn.__tel:before {
    background-size: 6.27vw 6.94vw;
    width: 6.27vw;
    height: 6.94vw;
    left: 3.74vw;
  }
}
.c-btn.__display:before {
  background-image: url("/lp/parfait/common/img/icn_display_02.svg");
  background-size: 22px 17px;
  width: 22px;
  height: 17px;
  left: 12px;
}
@media only screen and (max-width: 940px) {
  .c-btn.__display:before {
    background-size: 8.81vw 6.67vw;
    width: 8.81vw;
    height: 6.67vw;
    left: 2.67vw;
  }
}
.c-btn.__book:before {
  background-image: url("/lp/parfait/common/img/icn_book_02.svg");
  background-size: 14px 19px;
  width: 14px;
  height: 19px;
  left: 15px;
}
@media only screen and (max-width: 940px) {
  .c-btn.__book:before {
    background-size: 4.8vw 6.54vw;
    width: 4.8vw;
    height: 6.54vw;
    left: 4.54vw;
  }
}
.c-btn.__line:before {
  background-size: 25px 24px;
  width: 25px;
  height: 24px;
  left: 10px;
}
@media only screen and (max-width: 940px) {
  .c-btn.__line:before {
    background-size: 6.67vw 6.4vw;
    width: 6.67vw;
    height: 6.4vw;
    left: 3.34vw;
  }
}
@media only screen and (max-width: 940px) {
  .c-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 3.34vw 3.34vw;
    border-color: transparent transparent #efaf59 transparent;
  }
}
.c-linkBtn {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  border: 2px solid #efaf59;
  color: #fff;
  background: #efaf59;
  border-radius: 4px;
  padding: 10px;
  margin: 0 auto;
  width: 470px;
}
@media only screen and (min-width: 941px) {
  .c-linkBtn {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 941px) {
  .c-linkBtn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 940px) {
  .c-linkBtn {
    width: 100%;
    font-size: 4vw;
    border-radius: 1.07vw;
    padding: 3.2vw;
    border: 0.4vw solid #efaf59;
  }
}
.c-linkBtn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  right: 16px;
}
@media only screen and (max-width: 940px) {
  .c-linkBtn:after {
    border-width: 1.47vw 0 1.47vw 1.47vw;
    right: 2.67vw;
  }
}
.c-reserveBtn {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
  background: #f18746;
  margin: 0 auto;
  width: 375px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  border: solid 1px #fff;
}
@media only screen and (min-width: 941px) {
  .c-reserveBtn {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 941px) {
  .c-reserveBtn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 940px) {
  .c-reserveBtn {
    width: 100%;
    height: 16vw;
    line-height: 16vw;
    font-size: 4vw;
    border: solid 0.14vw #f18746;
    background: #f18746;
    color: #FFF;
  }
}
.c-reserveBtn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 0 10px 10px;
}
@media only screen and (max-width: 940px) {
  .c-reserveBtn:after {
    border-width: 0 0 3.34vw 3.34vw;
  }
}
.c-reserveBtn::before {
  position: absolute;
  content: "";
  display: block;
  background: no-repeat center/contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 28px;
  left: 10px;
}
@media only screen and (max-width: 940px) {
  .c-reserveBtn::before {
    width: 10.94vw;
    left: 2.14vw;
  }
}
.c-reserveBtn.--tel::before {
  background-image: url(../img/icn_tel.svg);
}
@media only screen and (max-width: 940px) {
  .c-reserveBtn.--tel::before {
    background-image: url(../img/icn_tel.svg);
  }
}
.c-reserveBtn.--web::before {
  background-image: url(../img/icn_pc.svg);
}
@media only screen and (max-width: 940px) {
  .c-reserveBtn.--web::before {
    background-image: url(../img/icn_pc.svg);
  }
}

.c-container {
  max-width: calc(940px + 40px);
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 940px) {
  .c-container {
    max-width: none;
    width: 100%;
    padding: 0 5.34vw;
    margin: 0;
  }
}
.c-title {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-title span {
  width: 100%;
}
.c-titleEn {
  margin: 10px 0;
  letter-spacing: 0.15em;
  line-height: 1.1;
  font-family: "Bodoni Moda", serif;
  font-size: 64px;
  font-weight: 300;
}
@media only screen and (max-width: 940px) {
  .c-titleEn {
    font-size: 7.47vw;
    letter-spacing: 0.18em;
    margin: 1.34vw 0;
  }
}
.c-titleEn img {
  width: 100%;
  height: 46px;
}
@media only screen and (max-width: 940px) {
  .c-titleEn img {
    height: 5.07vw;
  }
}
.c-titleJa {
  margin: 10px 0;
  letter-spacing: 0.2em;
  font-size: 20px;
}
@media only screen and (max-width: 940px) {
  .c-titleJa {
    font-size: 2.94vw;
    margin: 1.34vw 0;
  }
}
.c-lead {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 32px;
  font-size: 18px;
}
@media only screen and (max-width: 940px) {
  .c-lead {
    margin-bottom: 3.2vw;
    font-size: 4.27vw;
    line-height: 1.8;
  }
}
.c-desc {
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-size: 12px;
}
@media only screen and (max-width: 940px) {
  .c-desc {
    font-size: 2.67vw;
  }
}
.c-desc span:not([class]) {
  display: inline-block;
  margin-right: 0.5em;
}
.c-media {
  width: 480px;
  margin: 0 auto;
}
@media only screen and (max-width: 940px) {
  .c-media {
    width: 100%;
  }
}
.c-media img {
  display: block;
  width: 100%;
}
.c-section__header {
  position: relative;
  z-index: 5;
  background: #efaf59;
  text-align: center;
  height: 56px;
}
@media only screen and (max-width: 940px) {
  .c-section__header {
    height: 7.47vw;
  }
}
.c-section__headerFrame {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  background: no-repeat center/contain;
  z-index: 0;
  height: 150px;
  width: 225px;
}
@media only screen and (max-width: 940px) {
  .c-section__headerFrame {
    height: 20vw;
    width: 30vw;
  }
}
.c-section__header span {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  z-index: 1;
  letter-spacing: 0.03125em;
  font-size: 33px;
  transform: translateY(-65%);
}
@media only screen and (max-width: 940px) {
  .c-section__header span {
    font-size: 4.41vw;
    transform: translateY(-55%);
  }
}
.c-section__body {
  position: relative;
  z-index: 1;
  padding: 100px 0 130px;
}
@media only screen and (max-width: 940px) {
  .c-section__body {
    padding: 16vw 0 18.67vw;
  }
}
.c-section__title {
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.25em;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 940px) {
  .c-section__title {
    font-size: 8.27vw;
    margin-bottom: 4vw;
    letter-spacing: 0.25em;
  }
}
.c-section__description {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 940px) {
  .c-section__description {
    font-size: 3.2vw;
    letter-spacing: 0.2em;
  }
}

.p-mv {
  color: #f18746;
  background: url(../img/bg_mv.svg) no-repeat center bottom/auto 100%;
}
@media only screen and (max-width: 940px) {
  .p-mv {
    background: url(../img/bg_mv@sp.svg) no-repeat center top/auto 106.67vw;
  }
}
.p-mv__content {
  position: relative;
  height: 42.5rem;
}
@media only screen and (max-width: 940px) {
  .p-mv__content {
    height: auto;
    /*height: 163.74vw;*/
    padding-top: 110.25vw;
  }
}
.p-mv__content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 15;
  background: url(../img/mv_parfait.png) no-repeat center bottom/contain;
  width: 440px;
  height: 758px;
  bottom: 0;
  left: -20px;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 940px) {
  .p-mv__content::after {
    width: 66.8895vw;
    /*width: 70.41vw;*/
    height: 120vw;
    left: 31.67vw;
    /*left: 26.67vw;*/
    right: auto;
    /*bottom: 53.34vw;*/
    bottom: auto;
    top: -10vw;
  }
}

.p-mv__badge {
  position: absolute;
  z-index: 10;
  width: 416px;
  top: 58px;
  left: -58px;
}
@media only screen and (max-width: 940px) {
  .p-mv__badge {
    width: 61.34vw;
    top: 11.34vw;
    left: -10.66vw;
  }
}
.p-mv__sealing {
  position: absolute;
  z-index: 5;
  width: 104px;
  top: 130px;
  right: -12px;
}
@media only screen and (max-width: 940px) {
  .p-mv__sealing {
    width: 20.27vw;
    top: 99.34vw;
    right: -1.6vw;
  }
}

.p-mv__desc {
  position: absolute;
  z-index: 1;
  height: 180px;
  width: 100%;
  top: 145px;
  left: 0;
}
@media only screen and (max-width: 940px) {
  .p-mv__desc {
    height: 100%;
    width: 26.67vw;
    top: 0;
    left: 6.67vw;
  }
}
.p-mv__desc::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100vw;
  background: #f18746;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 940px) {
  .p-mv__desc::after {
    width: 26.67vw;
  }
}
.p-mv__desc p {
  position: absolute;
  z-index: 1;
  color: #FFF;
}
@media only screen and (min-width: 941px) {
  .p-mv__desc p {
    line-height: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    right: 0;
    font-size: 16px;
    letter-spacing: 0.25em;
  }
}
@media only screen and (max-width: 940px) {
  .p-mv__desc p {
    line-height: 1.8;
    writing-mode: vertical-rl;
    font-size: 3.74vw;
    top: 69.07vw;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.125em;
  }
}
.p-mv__info {
  z-index: 0;
  position: relative;
}
@media only screen and (min-width: 941px) {
  .p-mv__info {
    position: absolute;
    width: 300px;
    bottom: 40px;
    right: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 940px) {
  .p-mv__info {
    bottom: 0;
    width: calc(100% + 10.67vw);
    margin-left: -5.33vw;
    height: auto;
    /*height: 53.34vw;*/
    padding: 5.34vw 0;
    background: #f4cb93;
  }
}
.p-mv__info dl {
  width: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
@media only screen and (max-width: 940px) {
  .p-mv__info dl {
    margin-bottom: 3.2vw;
    margin-left: 43.74vw;
  }
}
.p-mv__info dt {
  border-bottom: solid 1px #f18746;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  font-size: 12px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 940px) {
  .p-mv__info dt {
    border-bottom: solid 1px #f18746;
    color: #f18746;
    line-height: 1.6;
    font-size: 3.2vw;
    margin-bottom: 2.94vw;
  }
}
@media only screen and (max-width: 940px) {
  .p-mv__info dd {
    color: #f18746;
  }
}
.p-mv__info dd .main, .p-mv__info dd .sub {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 8px;
}
@media only screen and (max-width: 940px) {
  .p-mv__info dd .main, .p-mv__info dd .sub {
    margin-bottom: 2.14vw;
  }
}
@media only screen and (max-width: 940px) {
  .p-mv__info .p-mv__infoDate dd .main + .sub {
    display: block;
    line-height: 1.4;
  }
}
.p-mv__infoDate .date {
  line-height: 1;
  font-size: 24px;
  margin-right: 6px;
}
@media only screen and (max-width: 940px) {
  .p-mv__infoDate .date {
    font-size: 5vw;
    margin-right: 1.34vw;
  }
}
.p-mv__infoDate .week {
  font-size: 16px;
  margin-right: 12px;
}
@media only screen and (max-width: 940px) {
  .p-mv__infoDate .week {
    font-size: 3.2vw;
    margin-right: 2.94vw;
  }
}
.p-mv__infoDate .time {
  font-size: 13px;
  margin-right: 10px;
}
@media only screen and (max-width: 940px) {
  .p-mv__infoDate .time {
    font-size: 3vw;
    margin-right: 2.2vw;
  }
}
.p-mv__infoDate .limit {
  font-size: 11px;
  vertical-align: 0.2em;
}
@media only screen and (max-width: 940px) {
  .p-mv__infoDate .limit {
    font-size: 3vw;
      padding-bottom: 1vw;
  }
}
.p-mv__infoDate .anno {
  font-size: 12px;
}
@media only screen and (max-width: 940px) {
  .p-mv__infoDate .anno {
    font-size: 2.94vw;
  }
}
.p-mv__infoPlace .main {
  font-size: 19px;
}
@media only screen and (max-width: 940px) {
  .p-mv__infoPlace .main {
    font-size: 4.27vw;
  }
}
.p-mv__infoPlace .sub {
  font-size: 14px;
}
@media only screen and (max-width: 940px) {
  .p-mv__infoPlace .sub {
    font-size: 3.2vw;
  }
}
.p-lead .c-section__body {
  background: #efaf59;
  color: #FFF;
}
@media only screen and (max-width: 940px) {
  .p-lead .c-section__body {
  background: #efaf59;
  }
}
.p-lead__main, .p-lead__reserve {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.p-lead__main > div, .p-lead__reserve > div {
  width: calc(50% - 45px);
}
@media only screen and (max-width: 940px) {
  .p-lead__main > div, .p-lead__reserve > div {
    width: 100%;
  }
}
.p-lead__main {
  text-align: left;
  margin-bottom: 94px;
}
@media only screen and (max-width: 940px) {
  .p-lead__main {
    text-align: center;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 940px) {
  .p-lead__mainTxt {
    margin-bottom: 8.54vw;
  }
}
.p-lead__mainTitle {
  letter-spacing: 0.25em;
  line-height: 2;
  font-size: 22px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 940px) {
  .p-lead__mainTitle {
    line-height: 1.8;
    font-size: 4.27vw;
    margin-bottom: 4.8vw;
  }
}
.p-lead__mainDesc {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.4;
  font-size: 14px;
}
@media only screen and (max-width: 940px) {
  .p-lead__mainDesc {
    line-height: 2.2;
    font-size: 3.2vw;
  }
}
.p-lead__mainMedia img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 941px) {
  .p-lead__mainMedia img {
    max-width: none;
    width: 640px;
  }
}
.p-lead__reserve {
  text-align: left;
}
@media only screen and (max-width: 940px) {
  .p-lead__reserve {
    text-align: center;
  }
}
@media only screen and (min-width: 941px) {
  .p-lead__reserveTitle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 940px) {
  .p-lead__reserveTitle {
    margin-bottom: 4.8vw;
  }
}
.p-lead__reserveTitle .main {
  font-family: "Bodoni Moda", serif;
  color: #fff;
  letter-spacing: 0.125em;
  font-size: 33px;
    color: #f18746;
}
@media only screen and (max-width: 940px) {
  .p-lead__reserveTitle .main {
    display: block;
    font-size: 6.27vw;
    margin-bottom: 2.67vw;
    color: #FFF;
  }
}
.p-lead__reserveTitle .sub {
  line-height: 1.4;
  letter-spacing: 0.25em;
  font-size: 14px;
}
@media only screen and (min-width: 941px) {
  .p-lead__reserveTitle .sub {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 940px) {
  .p-lead__reserveTitle .sub {
    font-size: 2.94vw;
  }
  .p-lead__reserveTitle .sub br {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  .p-lead__reserveLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4.8vw;
  }
}
@media only screen and (min-width: 941px) {
  .p-lead__reserveLinkBtn, .p-lead__reserveLinkTel {
    width: 100%;
  }
}
@media only screen and (min-width: 941px) {
  .p-lead__reserveLinkBtn {
    margin-bottom: 36px;
  }
  .p-lead__reserveLinkBtn.--tel {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  .p-lead__reserveLinkBtn {
    width: 41.6vw;
  }
  .p-lead__reserveLinkBtn span {
    padding-left: 1em;
  }
  .p-lead__reserveLinkBtn::before {
    width: 8.27vw;
    left: 1.6vw;
  }
}
.p-lead__reserveLinkTel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
  background: transparent;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  border: solid 1px #FFF;
}
@media only screen and (min-width: 941px) {
  .p-lead__reserveLinkTel {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 941px) {
  .p-lead__reserveLinkTel:hover {
    opacity: 0.6;
  }
}
.p-lead__reserveLinkTel::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/icn_tel.svg) no-repeat center/contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 28px;
  left: 10px;
}
.p-lead__reserveLinkTel .main {
  font-size: 21px;
  font-family: "Bodoni Moda", serif;
  letter-spacing: 0.125em;
  font-weight: 400;
}
.p-lead__reserveLinkTel .sub {
  font-size: 14px;
  margin-left: 1.5em;
  margin-right: 1em;
}
@media only screen and (max-width: 940px) {
  .p-lead__reserveLinkTel {
    display: none;
  }
}
.p-menu .c-section__headerFrame {
  background-image: url(../img/frame_01.svg);
}
.p-menu .c-section__body {
  padding-top: 0;
  background: url(../img/bg_menu.svg) no-repeat center bottom/auto 910px;
}
@media only screen and (max-width: 940px) {
  .p-menu .c-section__body {
    background: url(../img/bg_menu@sp.svg) no-repeat center bottom/auto calc(100% - 32vw);
  }
}
.p-menu .c-section__body::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  background: #efaf59;
  height: 260px;
}
@media only screen and (max-width: 940px) {
  .p-menu .c-section__body::before {
    height: 32vw;
    background: #efaf59;
  }
}
.p-menu__content {
  background: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 80px 0 144px;
}
@media only screen and (max-width: 940px) {
  .p-menu__content {
    padding: 9.6vw 0 0;
  }
}
.p-menu__list {
  width: 680px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 940px) {
  .p-menu__list {
    width: calc(100% - 8vw);
    margin: 0 auto 6.67vw;
  }
}
.p-menu__listItem {
  margin-bottom: 32px;
}
@media only screen and (max-width: 940px) {
  .p-menu__listItem {
    margin-bottom: 8vw;
  }
}
.p-menu__listItem dt {
  color: #efaf59;
  font-size: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 940px) {
  .p-menu__listItem dt {
    font-size: 4.14vw;
    margin-bottom: 2.67vw;
  }
}
.p-menu__txt {
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 940px) {
  .p-menu__txt {
    font-size: 3.2vw;
    margin-bottom: 2.67vw;
  }
}
.p-menu__dish p {
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 940px) {
  .p-menu__dish p {
    font-size: 3.2vw;
  }
}
.p-menu__media {
  margin-top: 60px;
}
@media only screen and (max-width: 940px) {
  .p-menu__media {
    margin-top: 6.67vw;
  }
}
.p-price .c-section__header {
  background: #efaf59;
}
.p-price .c-section__headerFrame {
  background-image: url(../img/frame_02.svg);
}
.p-price .c-section__body {
  background: #efaf59;
  color: #FFF;
  text-align: center;
}
.p-price__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 940px) {
  .p-price__list {
    margin-bottom: 4vw;
  }
}
.p-price__list::before {
  content: "";
  display: block;
  background: #FFF;
  width: 1px;
  height: 70px;
  margin: 0 40px;
  order: 2;
}
@media only screen and (max-width: 940px) {
  .p-price__list::before {
    width: 0.14vw;
    height: 13.34vw;
    margin: 0 4.8vw;
  }
}
.p-price__listItem {
  width: 130px;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 940px) {
  .p-price__listItem {
    width: auto;
  }
}
.p-price__listItem span {
  display: block;
}
.p-price__listItem .main {
  font-family: "Bodoni Moda", serif;
  font-weight: bold;
  font-size: 32px;
}
@media only screen and (max-width: 940px) {
  .p-price__listItem .main {
    font-size: 9.2vw;
  }
}
.p-price__listItem .sub {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 940px) {
  .p-price__listItem .sub {
    font-size: 2.94vw;
    margin-bottom: 2.67vw;
  }
}
.p-price__listItem:nth-child(1) {
  order: 1;
}
.p-price__listItem:nth-child(2) {
  order: 3;
}
.p-price__infoTitle {
  display: block;
  letter-spacing: 0.3125em;
  width: 310px;
  font-size: 16px;
  margin: 0 auto 20px;
  border: solid 1px #FFF;
  padding: 1em;
}
@media only screen and (max-width: 940px) {
  .p-price__infoTitle {
    width: 74.67vw;
    font-size: 3.47vw;
    margin: 0 auto 5.34vw;
    border: solid 0.27vw #FFF;
    padding: 0.6125em;
  }
}
.p-reserve .c-section__header {
  background: #efaf59;
}
.p-reserve .c-section__headerFrame {
  background-image: url(../img/frame_03.svg);
}
.p-reserve .c-section__body {
  text-align: center;
}
.p-reserve__lead {
  letter-spacing: 0.3125em;
  font-size: 16px;
  margin-top: -20px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 940px) {
  .p-reserve__lead {
    font-size: 3.47vw;
    margin-bottom: 8.54vw;
  }
}
.p-reserve__desc p {
  line-height: 2.2;
}
.p-reserve__linkBtn {
  margin-bottom: 36px;
}
@media only screen and (max-width: 940px) {
  .p-reserve__linkBtn {
    margin-bottom: 5.34vw;
  }
}
.p-reserve__linkBtn.--tel {
  display: none;
}
@media only screen and (max-width: 940px) {
  .p-reserve__linkBtn.--tel {
    display: block;
  }
}
.p-reserve__tel {
  margin-bottom: 32px;
}
@media only screen and (max-width: 940px) {
  .p-reserve__tel {
    display: none;
  }
}
.p-reserve__tel::before {
  content: "";
  display: block;
  background: url(../img/icn_tel_black.svg) no-repeat center/contain;
  left: 0;
  right: 0;
  margin: 0 auto 16px;
  width: 30px;
  height: 30px;
}
.p-reserve__tel span {
  display: block;
}
.p-reserve__tel .sub {
  font-size: 14px;
  margin-bottom: 10px;
}
.p-reserve__tel .main {
  font-family: "Bodoni Moda", serif;
  letter-spacing: 0.125em;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 940px) {
  .p-reserve__tel .main {
    font-size: 6.14vw;
    margin-bottom: 4.8vw;
  }
}
.p-reserveList ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 30px auto 80px;
}
@media only screen and (max-width: 940px) {
  .p-reserveList ul {
    margin: 2.14vw auto 5.6vw;
  }
}
.p-reserveList ul li {
  width: 230px;
  text-align: center;
}
@media only screen and (max-width: 940px) {
  .p-reserveList ul li {
    width: 21.6vw;
  }
}
.p-access .c-section__headerFrame {
  background-image: url(../img/frame_04.svg);
}
.p-access .c-section__body {
  background: #f18746;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-access__head {
  margin-bottom: 50px;
}
@media only screen and (max-width: 940px) {
  .p-access__head {
    margin-bottom: 9.6vw;
  }
}
.p-access__headName {
  display: block;
  font-weight: 300;
  letter-spacing: -0.005em;
  font-size: 24px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 940px) {
  .p-access__headName {
    font-size: 5.07vw;
    margin-bottom: 2.14vw;
  }
}
.p-access__headAddress {
  font-size: 14px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 940px) {
  .p-access__headAddress {
    font-size: 3.2vw;
    margin-bottom: 3.74vw;
  }
}
.p-access__headMap {
  display: inline-block;
  font-family: "Bodoni Moda", serif;
  line-height: 1;
  letter-spacing: 0.25em;
  font-size: 13px;
  padding: 4px 10px;
  border: solid 1px #fff;
}
@media only screen and (min-width: 941px) {
  .p-access__headMap {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 941px) {
  .p-access__headMap:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 940px) {
  .p-access__headMap {
    font-size: 3.2vw;
    padding: 0.8vw 2.4vw;
    border: solid 0.14vw #fff;
  }
}
.p-access__headMap span {
  vertical-align: middle;
}
.p-access__headMap::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.4em;
  margin-left: 0.5em;
  margin-right: -0.5em;
  background: url(../img/icn_pin.svg) no-repeat center/contain;
  vertical-align: -0.45em;
}
.p-access__infoContact {
  margin-bottom: 52px;
}
@media only screen and (max-width: 940px) {
  .p-access__infoContact {
    margin-bottom: 9.6vw;
  }
}
.p-access__infoContact__title {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 940px) {
  .p-access__infoContact__title {
    margin-bottom: 2.94vw;
    font-size: 2.94vw;
  }
}
.p-access__infoContact__tel {
  display: inline-block;
  font-family: "Bodoni Moda", serif;
  letter-spacing: 0.125em;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 940px) {
  .p-access__infoContact__tel {
    font-size: 6.14vw;
    margin-bottom: 2.94vw;
  }
}
.p-access__infoAddress {
  margin-bottom: 52px;
}
@media only screen and (max-width: 940px) {
  .p-access__infoAddress {
    margin-bottom: 9.6vw;
  }
}
.p-access__infoAddress p {
  line-height: 1.8;
  font-size: 14px;
}
@media only screen and (max-width: 940px) {
  .p-access__infoAddress p {
    font-size: 3.2vw;
  }
}
.p-access__infoAddress p span {
  display: block;
  font-weight: 500;
}
.p-access__link {
  margin-bottom: 80px;
}
@media only screen and (max-width: 940px) {
  .p-access__link {
    margin-bottom: 16.8vw;
  }
}
.p-access__linkBtn {
  position: relative;
  font-family: "Bodoni Moda", serif;
  line-height: 1.2;
  padding: 0 0.2em;
  letter-spacing: 0.25em;
  font-size: 14px;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 940px) {
  .p-access__linkBtn {
    font-size: 3.47vw;
    border-bottom: solid 0.27vw #fff;
  }
}
.p-access__linkBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: url(../img/icn_blank.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  left: calc(100% + 10px);
}
@media only screen and (max-width: 940px) {
  .p-access__linkBtn::after {
    width: 4vw;
    height: 4vw;
    left: calc(100% + 1.34vw);
  }
}

.u-fontEn--serif {
  font-family: "Bodoni Moda", serif;
}
.u-fontEn--sans {
  font-family: "Roboto", sans-serif;
}
.u-fontJa--serif {
  font-family: "Noto Serif JP", serif;
}
.u-fontJa--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-n {
  display: none !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

.u-tc {
  text-align: center !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-fn {
  float: none !important;
}

.u-dn {
  display: none !important;
}

.u-db {
  display: block !important;
}

.u-dib {
  display: inline-block !important;
}

.u-di {
  display: inline !important;
}

.u-dt {
  display: table !important;
}

.u-dtc {
  display: table-cell !important;
}

.u-dtr {
  display: table-row !important;
}

.u-df {
  display: flex !important;
}

.u-dif {
  display: inline-flex !important;
}

@media only screen and (min-width: 941px) {
  .u-lg--n {
    display: none !important;
  }
  .u-lg--tl {
    text-align: left !important;
  }
  .u-lg--tr {
    text-align: right !important;
  }
  .u-lg--tc {
    text-align: center !important;
  }
  .u-lg--fl {
    float: left !important;
  }
  .u-lg--fr {
    float: right !important;
  }
  .u-lg--fn {
    float: none !important;
  }
  .u-lg--dn {
    display: none !important;
  }
  .u-lg--db {
    display: block !important;
  }
  .u-lg--dib {
    display: inline-block !important;
  }
  .u-lg--di {
    display: inline !important;
  }
  .u-lg--dt {
    display: table !important;
  }
  .u-lg--dtc {
    display: table-cell !important;
  }
  .u-lg--dtr {
    display: table-row !important;
  }
  .u-lg--df {
    display: flex !important;
  }
  .u-lg--dif {
    display: inline-flex !important;
  }
}
@media only screen and (max-width: 940px) {
  .u-sm--n {
    display: none !important;
  }
  .u-sm--tl {
    text-align: left !important;
  }
  .u-sm--tr {
    text-align: right !important;
  }
  .u-sm--tc {
    text-align: center !important;
  }
  .u-sm--fl {
    float: left !important;
  }
  .u-sm--fr {
    float: right !important;
  }
  .u-sm--fn {
    float: none !important;
  }
  .u-sm--dn {
    display: none !important;
  }
  .u-sm--db {
    display: block !important;
  }
  .u-sm--dib {
    display: inline-block !important;
  }
  .u-sm--di {
    display: inline !important;
  }
  .u-sm--dt {
    display: table !important;
  }
  .u-sm--dtc {
    display: table-cell !important;
  }
  .u-sm--dtr {
    display: table-row !important;
  }
  .u-sm--df {
    display: flex !important;
  }
  .u-sm--dif {
    display: inline-flex !important;
  }
}
