@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bellefair&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 {
  content: "";
  content: none;
}

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] {
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  outline: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.005em;
  background-color: #111b39;
}
body.en {
  font-family: "Bodoni Moda", serif;
}

@media only screen and (max-width: 940px) {
  body {
    font-size: 12px;
  }
}
_: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: url(../img/bg_polygon01.svg) no-repeat;
  background-position: calc(50% + 864px) 182px;
  background-size: 2413px 1061px;
  background-color: #111b39;
}
@media only screen and (max-width: 940px) {
  .l-body {
    background: none;
    background-color: #111b39;
  }
}

.l-footer {
  background: url(../img/bg_polygon03.svg) no-repeat;
  background-position: calc(50% - 864px) -41px;
  background-size: 2413px 1061px;
  background-color: #d6ae69;
}
@media only screen and (max-width: 940px) {
  .l-footer {
    background: none;
    background-color: #d6ae69;
  }
}

.l-footer__logo {
  background: url(../img/img_footer02.png) no-repeat center top 64px;
  background-size: 900px auto;
  padding-bottom: 20px;
}
@media only screen and (max-width: 940px) {
  .l-footer__logo {
    background: url(../img/img_footer02@sp.png) no-repeat center top;
    background-size: 100vw auto;
    padding-bottom: 20px;
  }
}
.l-footer__logo img {
  display: block;
  margin: 0 auto;
}
.l-footer__logo .main {
  width: 310px;
  margin-bottom: 355px;
}
.l-footer__logo .sub {
  height: 28px;
  fill: #FFF;
}

@media only screen and (max-width: 940px) {
  .l-footer__logo {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 940px) {
  .l-footer__logo .main {
    width: 60.27vw;
    margin-bottom: 72vw;
  }
}
@media only screen and (max-width: 940px) {
  .l-footer__logo .sub {
    height: 5.34vw;
  }
}
.l-footer__menu ul {
  display: flex;
  justify-content: center;
}
.l-footer__menu ul li {
  padding: 0 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0.25em;
}
.l-footer__menu ul li:nth-child(2) {
  border-left: solid 1px #FFF;
  border-right: solid 1px #FFF;
}
.l-footer__menu ul li a {
  color: #FFF;
}

.l-footer__copyright {
  text-align: center;
  background: #988163;
  color: #FFF;
  font-family: "Bellefair", serif;
  padding: 20px 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 {
    padding: 2.67vw 0;
  }
}
@media only screen and (max-width: 940px) {
  .l-footer__copyright p {
    font-size: 2.67vw;
  }
}
.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 #BC1012;
  color: #BC1012;
  background: #fff;
  position: relative;
}
.c-btn:before {
  display: block;
  content: "";
  background: center no-repeat;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.c-btn.__fill {
  background: #BC1012;
  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");
}
.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;
}
.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;
}
.c-btn.__line:before {
  background-size: 25px 24px;
  width: 25px;
  height: 24px;
  left: 10px;
}

@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 #BC1012;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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 #E94742 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 #E94742;
  color: #fff;
  background: #E94742;
  border-radius: 4px;
  padding: 10px;
  margin: 0 auto;
  width: 470px;
}
.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 (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 #E94742;
  }
}
@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: #346ea0;
  margin: 0 auto;
  width: 375px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  border: solid 1px #346ea0;
}
.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;
}
.c-reserveBtn::before {
  position: absolute;
  content: "";
  display: block;
  background: no-repeat center/contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 28px;
  left: 10px;
}
.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 (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;
  }
}
@media only screen and (max-width: 940px) {
  .c-reserveBtn:after {
    border-width: 0 0 3.34vw 3.34vw;
  }
}
@media only screen and (max-width: 940px) {
  .c-reserveBtn::before {
    width: 10.94vw;
    left: 2.14vw;
  }
}
@media only screen and (max-width: 940px) {
  .c-reserveBtn.--tel::before {
    background-image: url(../img/icn_tel.svg);
  }
}
@media only screen and (max-width: 940px) {
  .c-reserveBtn.--web::before {
    background-image: url(../img/icn_pc.svg);
  }
}
.c-container {
  max-width: 980px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 940px) {
  .c-container {
    max-width: none;
    width: 100%;
    padding: 0 6vw;
    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;
}
.c-titleEn img {
  width: 100%;
  height: 46px;
}

@media only screen and (max-width: 940px) {
  .c-titleEn {
    font-size: 7.47vw;
    letter-spacing: 0.18em;
    margin: 1.34vw 0;
  }
}
@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;
}
.c-desc span:not([class]) {
  display: inline-block;
  margin-right: 0.5em;
}

@media only screen and (max-width: 940px) {
  .c-desc {
    font-size: 3.2vw;
  }
}
.c-media {
  width: 480px;
  margin: 0 auto;
}
.c-media img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 940px) {
  .c-media {
    width: 100%;
  }
}
.c-section__header {
  position: relative;
  z-index: 5;
  width: 100%;
  background: url(../img/bg_tape.png) repeat center top;
  background-size: auto 46px;
  text-align: center;
  height: 46px;
}

@media only screen and (max-width: 940px) {
  .c-section__header {
    height: 6.6666666667vw;
    background-size: contain;
  }
}
.c-section__headerFrame {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 0;
  height: 104px;
  width: 225px;
}

@media only screen and (max-width: 940px) {
  .c-section__headerFrame {
    height: 13.7333333333vw;
    width: 25.3333333333vw;
  }
}
.c-section__header span {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  z-index: 1;
  font-family: "Bellefair", serif;
  letter-spacing: 0.03125em;
  font-size: 33px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 940px) {
  .c-section__header span {
    font-size: 3.8vw;
    transform: translateY(-50%);
  }
}
.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 {
  padding: 20px 0 0;
}
@media only screen and (max-width: 940px) {
  .p-mv {
    padding: 15px 0;
  }
}
.p-mv .c-container {
  position: relative;
  height: 820px;
  background: url(../img/bg_mv.png) no-repeat center top;
  background-size: 900px auto;
  padding-top: 60px;
}
@media only screen and (max-width: 940px) {
  .p-mv .c-container {
    height: 177.8666666667vw;
    padding: 0;
    background: url(../img/bg_mv@sp.png) no-repeat center top;
    background-size: contain;
    padding-top: 14vw;
  }
}
.p-mv .logo {
  text-align: center;
}
.p-mv .logo img {
  width: 390px;
}
@media only screen and (max-width: 940px) {
  .p-mv .logo img {
    width: calc(100% - 10px);
  }
}
.p-mv .msg {
  margin-top: 15px;
  color: #F0E6D5;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 940px) {
  .p-mv .msg {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.p-mv .date {
  display: flex;
  align-items: center;
  position: absolute;
  top: 637px;
  left: 180px;
  color: #d6ae69;
  font-family: "Bellefair", serif;
  font-weight: 400;
}
@media only screen and (max-width: 940px) {
  .p-mv .date {
    display: block;
    top: 138.6666666667vw;
    left: 7.3333333333vw;
    color: #d6ae69;
  }
}
.p-mv .date span {
  display: inline-block;
}
.p-mv .date span.year {
  margin-right: 5px;
  font-size: 16px;
}
@media only screen and (max-width: 940px) {
  .p-mv .date span.year {
    display: block;
    font-weight: 500;
    font-size: 3.4666666667vw;
  }
}
.p-mv .date span.day {
  font-size: 50px;
}
@media only screen and (max-width: 940px) {
  .p-mv .date span.day {
    font-size: 12vw;
  }
}
.p-mv .date span.week {
  margin-left: -5px;
  font-size: 19px;
  transform: rotate(90deg);
}
@media only screen and (max-width: 940px) {
  .p-mv .date span.week {
    font-size: 4.4vw;
    padding-right: 5.3333333333vw;
    margin-left: -4.6666666667vw;
  }
}
.p-mv .date span.time {
  font-size: 14px;
}
@media only screen and (max-width: 940px) {
  .p-mv .date span.time {
    display: block;
    font-size: 3.4666666667vw;
    font-weight: 500;
  }
}
.p-mv .area {
  width: 100%;
  margin-top: 275px;
  text-align: center;
  color: #d6ae69;
  font-size: 18px;
}
@media only screen and (max-width: 940px) {
  .p-mv .area {
    margin-top: 63.3333333333vw;
    color: #d6ae69;
  }
}
.p-mv .price {
  position: absolute;
  top: 577px;
  left: 626px;
  width: 105px;
  padding: 15px 5px;
  font-family: "Bellefair", serif;
  font-weight: 400;
  color: #111b39;
}
@media only screen and (max-width: 940px) {
  .p-mv .price {
    width: 20.8vw;
    padding: 3.6vw 2vw;
    top: 130vw;
    left: 40vw;
  }
}
.p-mv .price > span {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 940px) {
  .p-mv .price > span {
    margin-bottom: 4vw;
  }
}
.p-mv .price > span:first-of-type {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.p-mv .price > span:first-of-type > span {
  display: inline-block;
}
.p-mv .price > span:first-of-type > span:first-of-type {
  font-size: 18px;
}
@media only screen and (max-width: 940px) {
  .p-mv .price > span:first-of-type > span:first-of-type {
    font-size: 3.6vw;
  }
}
.p-mv .price > span:first-of-type > span:last-of-type {
  font-size: 11px;
}
@media only screen and (max-width: 940px) {
  .p-mv .price > span:first-of-type > span:last-of-type {
    font-size: 2vw;
  }
}
.p-mv .price > span:last-of-type {
  font-size: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 940px) {
  .p-mv .price > span:last-of-type {
    font-size: 3.7333333333vw;
  }
}
.p-mv .menu {
  position: absolute;
  top: 577px;
  left: 742px;
  width: 154px;
  padding: 15px 8px;
  font-family: "Bellefair", serif;
  font-weight: 400;
  color: #d6ae69;
}
@media only screen and (max-width: 940px) {
  .p-mv .menu {
    width: 30.6666666667vw;
    padding: 3.6vw 2vw;
    top: 130vw;
    left: 62.9333333333vw;
    color: #d6ae69;
    letter-spacing: 0px;  }
}
.p-mv .menu > span {
  display: block;
  margin-bottom: 15px;
}
.p-mv .menu > span:first-of-type {
  font-size: 18px;
}
@media only screen and (max-width: 940px) {
  .p-mv .menu > span:first-of-type {
    font-size: 3.6vw;
  }
}
.p-mv .menu > span:last-of-type {
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 940px) {
  .p-mv .menu > span:last-of-type {
    font-size: 3.3333333333vw;
  }
}

.p-lead .c-section__body {
  padding: 0;
  color: #d6ae69;
}

.p-lead__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 94px;
}

@media only screen and (max-width: 940px) {
  .p-lead__main {
    text-align: center;
    margin-bottom: 16vw;
  }
}
.p-lead__main > div {
  width: calc(50% - 25px);
}

@media only screen and (max-width: 940px) {
  .p-lead__main > div {
    width: 100%;
  }
}
@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: 20px;
  margin-top: 40px;
}

@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__mainDesc01 {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.4;
  font-size: 17px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 940px) {
  .p-lead__mainDesc01 {
    line-height: 1.6;
  }
}
.p-lead__mainDesc01 > span {
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (max-width: 940px) {
  .p-lead__mainDesc01 > span {
    display: block;
  }
}

.p-lead__mainMedia img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 941px) {
  .p-lead__mainMedia img {
    max-width: none;
    width: 660px;
  }
}
.p-lead__mainMedia p {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.4;
  font-size: 10px;
  margin-top: 5px;
}
@media only screen and (max-width: 940px) {
  .p-lead__mainMedia p {
    font-size: 2.4vw;
  }
}

#Reserve {
  background: #c1b3a2;
  border-radius: 83px 83px 0px 0px;
  padding: 90px 0;
}
@media only screen and (max-width: 940px) {
  #Reserve {
    border-radius: 40px 40px 0px 0px;
    padding: 60px 0;
  }
}

.p-lead__reserve {
  text-align: center;
}

@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;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 940px) {
  .p-lead__reserveTitle {
    margin-bottom: 4.8vw;
  }
}
.p-lead__reserveTitle .main {
  font-family: "Bellefair", serif;
  letter-spacing: 0.125em;
  font-size: 34px;
  color: #346ea0;
}

@media only screen and (max-width: 940px) {
  .p-lead__reserveTitle .main {
    display: block;
    font-size: 6.27vw;
    margin-bottom: 10vw;
  }
}
@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: calc(50% - 45px);
    max-width: 450px;
  }
}
@media only screen and (max-width: 940px) {
  .p-lead__reserveLinkBtn {
    width: 88vw;
    max-width: 660px;
  }
  .p-lead__reserveLinkBtn span {
    padding-left: 1em;
  }
  .p-lead__reserveLinkBtn::before {
    width: 8.27vw;
    left: 1.6vw;
  }
}
.p-menu {
  background: #c1b3a2;
}
.p-menu .c-section__headerFrame {
  background: url(../img/bg_title01.png) no-repeat center top;
  background-size: contain;
  width: 190px;
  color: #F0E6D5;
}
@media only screen and (max-width: 940px) {
  .p-menu .c-section__headerFrame {
    width: 25.3333333333vw;
  }
}
.p-menu .c-section__body {
  padding-top: 0;
}

@media only screen and (max-width: 940px) {
  .p-menu .c-section__body::before {
    height: 32vw;
    background: #E94742;
  }
}
.p-menu__content {
  background: #F0E6D5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 80px 0 144px;
  max-width: 900px;
}

@media only screen and (max-width: 940px) {
  .p-menu__content {
    padding: 9.6vw 0 0;
  }
}
.p-menu__list {
  width: 100%;
  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__listTitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 15.93px;
  letter-spacing: 1.44px;
  color: #346ea0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 940px) {
  .p-menu__listTitle {
    line-height: 1.4;
  }
}

.p-menu__listItem {
  margin-bottom: 32px;
  color: #346ea0;
}
.p-menu__listItem dt {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 940px) {
  .p-menu__listItem {
    margin-bottom: 8vw;
  }
}
@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.6vw;
  }
}

.p-menu__txtB {
  font-weight: 600;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 940px) {
  .p-menu__txtB {
    font-size: 3.6vw;
  }
}

.p-menu__txtS {
  line-height: 1.6;
  font-size: 12px;
}
@media only screen and (max-width: 940px) {
  .p-menu__txtS {
    font-size: 2.67vw;
  }
}

@media only screen and (max-width: 940px) {
  .p-menu__txt {
    font-size: 2.67vw;
    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;
  }
}
#Contents {
  background: #c1b3a2;
}
#Contents .c-section__headerFrame {
  background: url(../img/bg_title02.png) no-repeat center top;
  background-size: contain;
  width: 259px;
  color: #988163;
}
@media only screen and (max-width: 940px) {
  #Contents .c-section__headerFrame {
    width: 34.5333333333vw;
  }
}
#Contents .p-contents__main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  color: #F0E6D5;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 940px) {
  #Contents .p-contents__main {
    text-align: center;
    margin-bottom: 8vw;
    flex-direction: column-reverse;
  }
}
#Contents .p-contents__main > div {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 940px) {
  #Contents .p-contents__main > div {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 940px) {
  #Contents .p-contents__mainMedia {
    margin-bottom: 30px;
  }
}
#Contents .c-container {
  z-index: 1;
}
#Contents .c-section__body {
  position: relative;
  background: #111b39;
  overflow: hidden;
  padding: 180px 0 110px;
}
@media only screen and (max-width: 940px) {
  #Contents .c-section__body {
    padding: 16vw 0 60vw;
  }
}
#Contents .c-section__body:before {
  position: absolute;
  content: "";
  width: 2723px;
  height: 2248px;
  background: url(../img/bg_polygon02.svg) no-repeat;
  background-size: contain;
  left: calc(50% - 613px);
  top: -111.3%;
}
@media only screen and (max-width: 940px) {
  #Contents .c-section__body:before {
    transform: rotate(-90deg);
    left: -223.5%;
    top: initial;
    width: 500vw;
    height: 230vw;
    bottom: 68%;
  }
}
#Contents .c-section__body:after {
  position: absolute;
  content: "";
  width: 280px;
  height: 363px;
  background: url(../img/img_kachinko.svg) no-repeat center center;
  background-size: contain;
  left: calc(50% - 673px);
  bottom: 40px;
}
@media only screen and (max-width: 940px) {
  #Contents .c-section__body:after {
    width: 41.8666666667vw;
    height: 53.4666666667vw;
    left: 20%;
    top: inherit;
    bottom: 5%;
    transform: rotate(-90deg);
  }
}
#Contents .p-contents__mainTitle {
  letter-spacing: 0.25em;
  line-height: 1;
  font-size: 22px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 940px) {
  #Contents .p-contents__mainTitle {
    line-height: 1.8;
    font-size: 5.2vw;
    margin-bottom: 0.5vw;
  }
}
@media only screen and (max-width: 940px) {
  #Contents .p-contents__mainTxt {
    margin-bottom: 8.54vw;
  }
}
#Contents .p-contents__mainDesc {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.4;
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 940px) {
  #Contents .p-contents__mainDesc {
    line-height: 2.2;
    font-size: 3.2vw;
  }
}
#Contents .p-contents__mainDesc01 {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 940px) {
  #Contents .p-contents__mainDesc01 {
    font-size: 3.2vw;
    margin-bottom: 5.6vw;
  }
}
#Contents .p-contents__mainDesc01 > span {
  font-weight: 300;
  font-size: 14px;
}
#Contents .p-contents__mainDesc02 {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 3.52px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 940px) {
  #Contents .p-contents__mainDesc02 {
    font-size: 5.2vw;
    line-height: 1.8;
    margin-bottom: 5.6vw;
  }
}
#Contents .p-contents__mainDesc03 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2.1px;
  font-weight: 500;
}
@media only screen and (max-width: 940px) {
  #Contents .p-contents__mainDesc03 {
    font-size: 3vw;
    line-height: 1.8;
  }
}
#Contents .p-contents__mainDesc03 > span {
  font-weight: normal;
}

.comBtn {
  margin-left: 5px;
}
@media only screen and (max-width: 940px) {
  .comBtn {
    position: absolute;
    top: 0;
    left: 42.6666666667vw;
  }
}
.comBtn a {
  display: inline-block;
  font-weight: normal !important;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 90px;
  text-align: center;
  position: relative;
  border: 2px solid #FFF;
  letter-spacing: 1px;
  line-height: 1;
  padding: 8px 0 8px 8px;
  box-sizing: border-box;
  margin-left: 60px;
  margin-top: -6px;
  color: #FFF;
}
@media only screen and (max-width: 940px) {
  .comBtn a {
    margin-left: 24vw;
  }
}
.comBtn embed {
  width: 13px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.contactBox {
  position: relative;
  color: #FFF;
}
.contactBox a, .contactBox div.close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 60px;
  margin: 0 auto;
  background: #346ea0;
  border-radius: 30px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}
.contactBox a {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
}
@media only screen and (max-width: 940px) {
  .contactBox a {
    width: 86.1333333333vw;
    height: 15.7333333333vw;
    border-radius: 7.8666666667vw;
  }
}
.contactBox a:before {
  position: absolute;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  background: url(../img/icn_blank.svg) no-repeat left top;
  background-size: 15px 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 940px) {
  .contactBox a span {
    font-size: 3.4666666667vw;
    letter-spacing: 0.3466666667vw;
  }
}

.boxWrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  margin-bottom: 70px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
}
@media only screen and (max-width: 940px) {
  .boxWrap {
    grid-template-columns: 1fr;
    gap: 3.3333333333vw;
    margin-bottom: 6vw;
    padding: 0 6vw;
  }
}

.txtDl dt {
  padding: 0 0 12px;
  width: 65px;
  float: left;
  clear: left;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.54px;
  font-weight: 600;
  color: #346ea0;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media only screen and (max-width: 940px) {
  .txtDl dt {
    width: 5em;
    font-size: 3.2vw;
    letter-spacing: 0.352vw;
    padding: 0 0 2.6666666667vw;
  }
}
.txtDl dd {
  padding: 0 0 16px 100px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.54px;
}
@media only screen and (max-width: 940px) {
  .txtDl dd {
    position: relative;
    padding: 0 0 2.6666666667vw 7em;
    font-size: 3.2vw;
    letter-spacing: 0.352vw;
    font-weight: 400;
  }
}

.txtUl {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 940px) {
  .txtUl {
    font-size: 2.9333333333vw;
    letter-spacing: 0.1066666667vw;
  }
}
.txtUl li {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media only screen and (max-width: 940px) {
  .txtUl li {
    padding-top: 0.6666666667vw;
    padding-bottom: 0.6666666667vw;
  }
}
.txtUl li .icon {
  color: #346ea0;
  width: 10px;
  height: 10px;
}

.p-reserve .c-section__header {
  background: #E94742;
}
.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;
}
.p-reserve__linkBtn.--tel {
  display: none;
}

@media only screen and (max-width: 940px) {
  .p-reserve__linkBtn {
    margin-bottom: 5.34vw;
  }
}
@media only screen and (max-width: 940px) {
  .p-reserve__linkBtn.--tel {
    display: block;
  }
}
.p-reserve__tel {
  margin-bottom: 32px;
}
.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 {
    display: none;
  }
}
@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;
}
.p-reserveList ul li {
  width: 230px;
  text-align: center;
}

@media only screen and (max-width: 940px) {
  .p-reserveList ul {
    margin: 2.14vw auto 5.6vw;
  }
}
@media only screen and (max-width: 940px) {
  .p-reserveList ul li {
    width: 21.6vw;
  }
}
#Access .c-section__headerFrame {
  background: url(../img/bg_title03.png) no-repeat center top;
  background-size: contain;
  width: 243px;
  color: #988163;
}
@media only screen and (max-width: 940px) {
  #Access .c-section__headerFrame {
    width: 32.4vw;
  }
}
#Access .c-section__body {
  color: #111b39;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
    background-color: #d6ae69;
}

.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 #111b39;
}
.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;
}

@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 #111b39;
  }
}
.p-access__infoContact {
  margin-bottom: 52px;
}

@media only screen and (max-width: 940px) {
  .p-access__infoContact {
    margin-bottom: 3.2vw;
  }
}
.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: "Bellefair", serif;
  letter-spacing: 0.125em;
  font-weight: 500;
  font-size: 28px;
}

@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;
}
.p-access__infoAddress p {
  line-height: 1.8;
  font-size: 14px;
}
.p-access__infoAddress p span {
  display: block;
  font-weight: 500;
}

@media only screen and (max-width: 940px) {
  .p-access__infoAddress {
    margin-bottom: 9.6vw;
  }
}
@media only screen and (max-width: 940px) {
  .p-access__infoAddress p {
    font-size: 3.2vw;
  }
}
.p-access__link {
  margin-bottom: 80px;
}

@media only screen and (max-width: 940px) {
  .p-access__link {
    margin-bottom: 9.6vw;
  }
}
.p-access__linkBtn {
  position: relative;
  font-family: "Bellefair", serif;
  line-height: 1.2;
  padding: 0 0.2em;
  letter-spacing: 0.25em;
  font-size: 14px;
  border-bottom: solid 1px #111b39;
}
.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 {
    font-size: 3.47vw;
    border-bottom: solid 0.27vw #111b39;
  }
}
@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;
  }
}