@charset "UTF-8";
/**
 * ress@5.0.2
 * https://github.com/filipelinhares/ress
 */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/*==================================================
 config
==================================================*/
/* path
==================================================*/
/* breakpoints
==================================================*/
/* base variables
==================================================*/
/* font
==================================================*/
/* colors
==================================================*/
/*==================================================
 mixin
==================================================*/
/* media-query
==================================================*/
/* burger span
==================================================*/
/* arrow
==================================================*/
/*==================================================
 function
==================================================*/
/* font-size
==================================================*/
/*==================================================
 base
==================================================*/
/* reset
==================================================*/
/* base
==================================================*/
body {
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 0.875rem;
  line-height: 2;
  background-color: #f6f6f6;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: inherit;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

video {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

.l-main {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 80px;
  }
}

.section {
  margin: 100px auto;
  position: relative;
}

.inner {
  margin: 0 5.3333333333%;
}
/*==================================================
 nav
==================================================*/
[class*=fa-] {
  text-indent: 0;
}

.p-nav {
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
}
.p-nav__item {
  padding: 0 5.3333333333%;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-nav__item {
    padding: 0;
    border-bottom: 0;
  }
}
.p-nav__item .fa-angle-right,
.p-nav__item .fa-caret-right {
  display: inline-block;
  margin-right: 6px;
  color: #b88962;
}
.p-nav__item > a {
  display: inline-block;
  padding: 20px;
  padding-left: 0;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  -webkit-text-stroke: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-nav__item > a {
    padding: 0;
    text-indent: -0.85em;
    padding-left: 0.85em;
    -webkit-text-stroke: 0;
  }
}
.p-nav__item.has-child {
  padding-bottom: 20px;
}
.p-nav__item.has-child > a {
  padding-bottom: 10px;
}
.p-nav__item > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .p-nav__item > ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__item > ul > li {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .p-nav__item > ul > li {
    margin-top: 0;
  }
}
.p-nav__item > ul > li > a {
  display: inline-block;
  margin-left: 10px;
  padding: 10px;
  padding-left: 0;
  font-size: 87.5%;
}
@media screen and (min-width: 768px) {
  .p-nav__item > ul > li > a {
    text-indent: -0.75em;
    padding-left: 0.75em;
  }
  .p-nav__item > ul > li > a ::-webkit-full-page-media, .p-nav__item > ul > li > a :future, :root .p-nav__item > ul > li > a {
    text-indent: 0;
  }
}
.p-nav a {
  text-decoration: none;
  color: inherit;
}
.p-nav a:hover {
  text-decoration: underline;
}
.p-nav--menu {
  margin-top: 20px;
  border-top: 1px solid #b88962;
}
@media screen and (min-width: 768px) {
  .p-nav--menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: min(50px, 5%);
    margin-top: 0;
    border-top: 0;
  }
}
.p-nav--menu .p-nav__item {
  border-bottom-color: #b88962;
}
@media screen and (min-width: 768px) {
  .p-nav--menu .p-nav__item > a {
    width: 104%;
  }
}

/*==================================================
 header
==================================================*/
/* l-wrap
==================================================*/
.l-wrap {
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

/* l-header
==================================================*/
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
  width: 100%;
  height: 60px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #b88962;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-header {
    margin: 0 auto;
    max-width: 1440px;
    height: 80px;
  }
}
.l-header a {
  text-decoration: none;
  color: inherit;
}
.l-header__sitename {
  display: none;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-header__sitename {
    display: block;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.l-header__logo {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 140px;
  }
}
.l-header__logo a > img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.l-header__logo a > img:hover {
  opacity: 0.7;
}
.l-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__link {
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__link-container {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__link-item {
  background-color: #9e6944;
  border-left: 1px solid #b88962;
}
@media screen and (min-width: 768px) {
  .l-header__link-item {
    background-color: transparent;
    border-left: 0;
  }
}
.l-header__link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 80px;
  height: 100%;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header__link-item a {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 0.875rem;
  }
  .l-header__link-item a:hover {
    text-decoration: underline;
  }
}
.l-header__link-item a > span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-header__link-item a > span {
    display: inline;
  }
}
.l-header__link-item .fa-phone,
.l-header__link-item .fa-calendar-alt {
  display: block;
  margin: 6px auto 4px;
  font-size: 140%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header__link-item .fa-phone,
  .l-header__link-item .fa-calendar-alt {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__link-item .fa-calendar-alt {
    margin-right: 8px;
  }
}

/*==================================================
 footer
==================================================*/
/* l-footer
==================================================*/
.l-footer {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
}
.l-footer__inner {
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* copyright
==================================================*/
.c-copyright {
  text-align: center;
  font-size: 0.75rem;
  color: #000;
}

.p-footer-nav {
  border-top: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer-nav {
    padding-top: 40px;
  }
}
.p-footer-nav__inner {
  margin: 0;
}

.c-address {
  padding: 40px 5.3333333333%;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #b88962;
  color: #fff;
}
.c-address__logo {
  display: block;
  margin: 0 auto;
  width: 170px;
}
.c-address__text {
  display: block;
  margin-top: 20px;
  font-size: 0.75rem;
}

/*==================================================
 button
==================================================*/
/* c-btn
==================================================*/
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border: 1px solid #9e6944;
  background-color: #fff;
  color: #9e6944;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: 300px;
  height: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn {
    height: 80px;
    font-size: 1.25rem;
  }
}
.c-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-btn__inner {
  line-height: 1;
}
.c-btn__text {
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-btn__text {
    font-size: 1.25rem;
  }
}
.c-btn--menu {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-btn--menu {
    display: none;
  }
}
.c-btn--menu span {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #fff;
  background-color: #b88962;
}
.c-btn--menu span::before, .c-btn--menu span::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #fff;
  content: "";
  background-color: #b88962;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.c-btn--menu span::before {
  top: -8px;
}
.c-btn--menu span::after {
  top: 8px;
}
.c-btn--menu.is-open > span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn--menu.is-open > span::before {
  top: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-btn--menu.is-open > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-btn--pagetop {
  margin: 0 20px 20px auto;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  font-size: 1.625rem;
  background-color: #575752;
  color: #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 80;
}
.c-btn--pagetop:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1440px) {
  .c-btn--pagetop {
    right: 50%;
    margin-right: -700px;
  }
}
.c-btn--pagetop.is-prix {
  bottom: 140px;
}
@media screen and (min-width: 768px) {
  .c-btn--pagetop.is-prix {
    bottom: 160px;
  }
}
.c-btn--wedding-top {
  margin: 40px auto;
  width: 100%;
  max-width: 335px;
  height: 120px;
  border: 2px solid #b88962;
  background-image: url(https://www.grandarc.com/wp-content/themes/grandarc-themes-new/assets/wedding/img/special/pic_wedding_top.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn--wedding-top {
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 600px;
    height: 200px;
  }
}
.c-btn--wedding-top::before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: "";
  border: 1px solid #b88962;
  position: absolute;
  top: 4px;
  left: 4px;
}
.c-btn--wedding-top .c-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 32%;
}
.c-btn--wedding-top .c-btn__text {
  display: block;
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #9e6944;
}
@media screen and (min-width: 768px) {
  .c-btn--wedding-top .c-btn__text {
    font-size: 1.625rem;
  }
}
.c-btn--wedding-top .c-btn__link {
  display: inline-block;
  margin: 10px auto 0;
  padding: 0.5em 1em;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: #b88962;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn--wedding-top .c-btn__link {
    padding-right: 1.8em;
    padding-left: 1.8em;
    font-size: 0.875rem;
  }
}
.c-btn--wedding-top .fa-fw {
  position: relative;
}
.c-btn--wedding-top .fa-square:first-of-type,
.c-btn--wedding-top .fa-square:nth-of-type(2) {
  position: absolute;
}
.c-btn--wedding-top .fa-square:first-of-type {
  top: 0.1em;
  left: 0;
}
.c-btn--wedding-top .fa-square:nth-of-type(2) {
  background-color: #b88962;
  top: -0.2em;
  left: 0.4em;
}
.c-btn--icon-back::before {
  margin-left: 1em;
  content: "←";
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
.c-btn--icon-arrow::after {
  margin-left: 1em;
  content: "→";
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
.c-btn--icon-fixed {
  padding: 0 36px;
  position: relative;
}
.c-btn--icon-fixed::after {
  margin: 0;
  position: absolute;
  right: 15px;
}
.c-btn--green {
  border: 0;
  background-color: #50736a;
  color: #fff;
}
.c-btn--gold {
  border: 0;
  background-color: #b88962;
  color: #fff;
}
.c-btn--tel, .c-btn--contact, .c-btn--fair {
  height: 100px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-btn--tel, .c-btn--contact, .c-btn--fair {
    width: auto;
    height: 150px;
    font-size: 1.5rem;
  }
}
.c-btn--tel .c-btn_inner, .c-btn--contact .c-btn_inner, .c-btn--fair .c-btn_inner {
  line-height: 1;
}
.c-btn--tel .c-btn__text, .c-btn--contact .c-btn__text, .c-btn--fair .c-btn__text {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact__item .c-btn--tel, .p-contact__item .c-btn--contact, .p-contact__item .c-btn--fair {
    width: 300px;
    height: 110px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--tel {
    pointer-events: none;
  }
}
.c-btn--tel .c-btn__tel {
  display: block;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.25rem;
  -webkit-text-stroke: 0.3px;
}
@media screen and (min-width: 768px) {
  .c-btn--tel .c-btn__tel {
    -webkit-text-stroke: 0;
  }
}
.c-btn--tel .c-btn__tel > span {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.875rem;
}
.c-btn--icon-plus {
  position: relative;
}
.c-btn--icon-plus::before, .c-btn--icon-plus::after {
  content: "";
  border-top: 1px solid #50736a;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-left: -6px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.c-btn--icon-plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-btn--icon-plus.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-btn--pdf {
  height: 80px;
}
@media screen and (min-width: 768px) {
  .c-btn--pdf {
    width: 520px;
  }
}
.c-btn--pdf .c-btn__text {
  display: block;
  text-align: center;
  line-height: 1.8;
}
.c-btn--pdf .fa-file-pdf {
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-title {
  font-weight: normal;
  line-height: 1.4;
  color: #9e6944;
}
.c-title__main {
  display: block;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 2.125rem;
  letter-spacing: 0.1em;
}
.c-title__main > span {
  display: inline-block;
}
.c-title__sub {
  display: block;
  margin-top: 10px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.125rem;
}
.c-title--page {
  text-align: center;
}
.c-title--page .c-title__main {
  font-size: 2.25rem;
  font-weight: 600;
  -webkit-text-stroke: 0.3px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .c-title--page .c-title__main {
    font-size: 3.125rem;
    -webkit-text-stroke: 0;
  }
}
.c-title--page .c-title__sub {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-title--page .c-title__sub {
    font-size: 1.25rem;
  }
}

.c-note {
  text-indent: -1em;
  padding-left: 1em;
}
.p-contentbox--home-sp-contents .c-note {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 2;
  color: #575752;
}

.p-menu {
  position: relative;
  z-index: 90;
}
.p-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

#p-menu__toggle {
  display: none;
  opacity: 0;
}
#p-menu__toggle:checked ~ .p-menu__overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
#p-menu__toggle:checked ~ .c-btn--menu > span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#p-menu__toggle:checked ~ .c-btn--menu > span::before {
  top: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#p-menu__toggle:checked ~ .c-btn--menu > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#p-menu__toggle:checked ~ .p-menubox {
  visibility: visible;
  left: 0;
}
@media screen and (min-width: 768px) {
  #p-menu__toggle:checked ~ .p-menubox {
    top: 80px;
    left: auto;
  }
}
.p-menubox {
  text-align: left;
  padding-bottom: 120px;
  position: fixed;
  visibility: hidden;
  top: 60px;
  left: 100vw;
  max-width: 1000px;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-menubox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 16px 5.3333333333% 16px 30px;
    width: 100%;
    height: auto;
    max-width: 1440px;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    left: auto;
    z-index: 90;
  }
}
@media screen and (min-width: 768px) {
  .p-menubox.is-sticky {
    visibility: visible;
    top: 80px;
  }
}
.p-menubox__title {
  display: block;
  margin-top: 20px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-menubox__title {
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    margin-top: 0;
    text-align: left;
  }
}
.p-menubox__title:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-menubox__main-title {
  display: block;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.375rem;
  font-weight: 800;
  color: #9e6944;
  -webkit-text-stroke: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-menubox__main-title {
    -webkit-text-stroke: 0;
  }
}
.p-menubox__sub-title {
  display: block;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-menubox .p-site-link-container,
  .p-menubox .c-btn--wedding-top {
    display: none;
  }
}

/*==================================================
 site link
==================================================*/
.p-site-link {
  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;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}
.p-site-link-container {
  margin: 26px auto;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .p-site-link-container {
    margin: 14px 0;
    padding-bottom: 20px;
    max-width: none;
  }
}
.p-site-link__item {
  margin: 12px 16px;
  margin-right: 0;
  padding-left: 16px;
  border-left: 1px solid #b1b1ae;
}
.p-site-link__item:first-child, .p-site-link__item:nth-child(3) {
  margin-left: 26%;
  padding-left: 0;
  border-left: 0;
}
@media screen and (min-width: 768px) {
  .p-site-link__item:first-child, .p-site-link__item:nth-child(3) {
    margin-left: 0;
  }
}
.p-site-link__item:nth-child(2) {
  margin-right: 26%;
}
@media screen and (min-width: 768px) {
  .p-site-link__item:nth-child(2) {
    margin-right: 0;
  }
}
.p-site-link__item:nth-child(3) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-site-link__item:nth-child(3) {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #b1b1ae;
  }
}
.p-site-link__item:last-child {
  margin-right: 0;
}
.p-site-link a {
  text-decoration: none;
  color: inherit;
}
.p-site-link a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-menubox .p-site-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 16px 2.6666666667%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    font-size: 0.875rem;
  }
}
.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p-breadcrumb__list:last-child .p-breadcrumb__link {
  color: #000;
}
.p-breadcrumb__link {
  color: #50736a;
}
.p-breadcrumb .fa-angle-right {
  font-size: 65%;
}

@media screen and (min-width: 768px) {
  .p-anchor__list {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 50px;
  }
}
.p-anchor__item {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-anchor__item {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin-top: 0;
  }
}
.p-anchor .c-btn {
  text-align: center;
  height: 64px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-anchor .c-btn {
    width: 100%;
  }
}
.p-anchor .c-btn__text {
  line-height: 1.3;
}
.p-anchor .c-btn__text > span {
  display: block;
  font-size: 0.625rem;
}
.p-anchor .c-btn .fa-angle-down {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-anchor--cuisine .p-anchor__list, .p-anchor--reception .p-anchor__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: 5.3333333333%;
    margin-left: 5.3333333333%;
  }
}
@media screen and (min-width: 1000px) {
  .p-anchor--cuisine .p-anchor__list, .p-anchor--reception .p-anchor__list {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .p-anchor--cuisine .p-anchor__item, .p-anchor--reception .p-anchor__item {
    -ms-flex-preferred-size: 47.5%;
        flex-basis: 47.5%;
  }
}
.p-anchor--cuisine .c-btn__text {
  -webkit-text-stroke: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-anchor--cuisine .c-btn__text {
    -webkit-text-stroke: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-anchor--prix .p-anchor__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 1.33%;
    margin-right: 5.3333333333%;
    margin-left: 5.3333333333%;
  }
}
@media screen and (min-width: 1000px) {
  .p-anchor--prix .p-anchor__list {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
.p-anchor--prix .p-anchor__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-anchor--prix .p-anchor__item {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}
@media screen and (min-width: 768px) {
  .p-anchor--prix .c-btn__text {
    font-size: 1rem;
  }
}

.p-page-header__summary {
  margin: 30px 5.3333333333%;
}
@media screen and (min-width: 768px) {
  .p-page-header__summary {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
    font-size: 1.125rem;
  }
}
.p-page-header__summary--privacy {
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-page-header__summary--privacy {
    font-size: 1.375rem;
  }
}
.p-page-header__summary--privacy span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-page-header__summary--privacy span {
    display: inline-block;
    margin-left: 1em;
  }
}

.p-contact {
  padding: 40px 5.3333333333%;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-bottom: 80px;
  }
}
.p-contact::before {
  content: "";
  width: 300px;
  border-top: 3px solid #b88962;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
.p-contact__title {
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  -webkit-text-stroke: 0.3px;
  letter-spacing: 0.1em;
  font-size: 2rem;
  color: #9e6944;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    -webkit-text-stroke: 0;
  }
}
.p-contact__summary {
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-contact__summary > span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contact__summary > span {
    display: inline-block;
  }
}
.p-contact__list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
  }
}
.p-contact__item {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-contact__item {
    margin-top: 0;
  }
}
.p-contact .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 295px;
  height: 110px;
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.25rem;
  position: relative;
}
.p-contact .c-btn--icon-arrow::after {
  content: "→";
  position: absolute;
  right: 12px;
}

.c-txt-bodoni {
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  -webkit-text-stroke: 0.3px;
}

@media screen and (min-width: 768px) {
  .p-site-link-container {
    margin-top: 40px;
  }
}

.p-special {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .p-special {
    padding-bottom: 40px;
  }
}
.p-special__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-special__wrap {
    margin: 0 5.3333333333%;
    position: absolute;
    top: 10px;
    left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .p-special__wrap {
    width: 100%;
    margin: 0 0 0 -500px;
    left: 50%;
  }
}
.p-special-headding {
  padding: 20px 0 30px;
  text-align: center;
  background-color: #b88962;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-special-headding {
    background-color: transparent;
  }
}
@media screen and (min-width: 1000px) {
  .p-special-headding {
    display: inline-block;
    margin: 0;
  }
}
.p-special-headding__lead {
  font-size: 0.875rem;
}
.p-special-headding__title {
  margin-top: 10px;
  padding: 16px;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 2.5rem;
  -webkit-text-stroke: 0.3px;
  letter-spacing: 0.05em;
  line-height: 1.1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-special-headding__title {
    padding-right: 0;
    padding-left: 0;
    font-size: 3.125rem;
    -webkit-text-stroke: 0;
  }
}
.p-special-headding__title::before, .p-special-headding__title::after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -150px;
}
.p-special-headding__title::before {
  top: 0;
}
.p-special-headding__title::after {
  bottom: 0;
}
.p-special-headding__title > span {
  display: block;
}
.p-greeting {
  margin: -20px 5.3333333333% 0;
  padding: 30px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(184, 137, 98, 0.5);
          box-shadow: 0 0 10px rgba(184, 137, 98, 0.5);
  position: relative;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .p-greeting {
    padding: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .p-greeting {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -500px;
  }
}
.p-greeting::before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: "";
  border: 1px solid #b88962;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
}
.p-greeting__title {
  font-size: 1.125rem;
  color: #b88962;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-greeting__title {
    font-size: 1.5rem;
  }
}
.p-greeting__text {
  margin-top: 20px;
  font-size: 0.8125rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-greeting__text {
    text-align: center;
    font-size: 1rem;
  }
}
.p-greeting__sign {
  margin-top: 20px;
  font-size: 0.8125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-greeting__sign {
    font-size: 1rem;
  }
}

.p-special-content__wrap {
  padding-bottom: 60px;
  background-image: url(http://client-test.work/grandarc-test/wp/wp-content/themes/grandarc-themes-new/assets/wedding/img/special/bg_top_content.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.p-box {
  margin: 80px 5.3333333333%;
  padding-top: 30px;
  text-align: center;
  border-top: 5px solid #b88962;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-box {
    margin-right: 0;
    margin-left: 0;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.p-box__wrap {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .p-box__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 5.3333333333%;
  }
}
@media screen and (min-width: 1000px) {
  .p-box__wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-box__title {
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.5rem;
  -webkit-text-stroke: 0.3px;
  color: #9e6944;
}
@media screen and (min-width: 768px) {
  .p-box__title {
    font-size: 2.125rem;
    -webkit-text-stroke: 0;
  }
}
.p-box__img {
  margin-top: 20px;
}
.p-box__content {
  padding: 30px 30px 10px;
}
@media screen and (min-width: 768px) {
  .p-box__content {
    padding-bottom: 80px;
  }
}
.p-box__content-title {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #9e6944;
}
@media screen and (min-width: 768px) {
  .p-box__content-title {
    font-size: 1.5rem;
  }
}
.p-box__content-title > span {
  display: inline-block;
}
.p-box__content-body {
  margin-top: 20px;
  text-align: left;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-box__more {
  position: relative;
  top: 24px;
}
@media screen and (min-width: 768px) {
  .p-box__more {
    position: absolute;
    top: auto;
    bottom: -40px;
    left: 50%;
    margin-left: -150px;
  }
}
.p-box__more .c-btn__text {
  -webkit-text-stroke: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-box__more .c-btn__text {
    -webkit-text-stroke: 0;
  }
}

.p-plan-container__title {
  padding: 0.75em;
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.625rem;
  font-weight: 600;
  border-top: 2px solid #b88962;
  background-color: #fff;
  color: #9e6944;
}
@media screen and (min-width: 768px) {
  .p-plan-container__title {
    font-size: 2.125rem;
  }
}
.p-plan-container .c-note {
  max-width: 1000px;
  margin: 30px 5.3333333333% 0;
  text-align: left;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 0.875rem;
  color: #575752;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-plan-container .c-note {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-plan-container .c-note + .c-note {
  margin-top: 0;
}
.p-plan-wrap {
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .p-plan-wrap {
    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;
    gap: 50px;
    margin: 100px auto;
  }
}
.p-plan-example {
  margin: 100px auto;
  padding: 30px;
  text-align: center;
  border-top: 2px solid #b88962;
  border-bottom: 2px solid #b88962;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-plan-example {
    margin: 120px auto 50px;
  }
}
.p-plan-example::before, .p-plan-example::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.p-plan-example::before {
  border-top: 1px solid #b88962;
  top: 2px;
}
.p-plan-example::after {
  border-bottom: 1px solid #b88962;
  bottom: 2px;
}
.p-plan-example__title {
  margin-bottom: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-plan-example__title {
    font-size: 1.625rem;
  }
}
.p-plan-example .c-btn {
  height: 80px;
}
@media screen and (min-width: 768px) {
  .p-plan-example .c-btn {
    width: 440px;
  }
}
.p-plan-example .c-btn__text {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-plan-example .c-btn__text {
    font-size: 1.5rem;
  }
}
.p-plan-contact {
  margin: 100px auto;
}
@media screen and (min-width: 768px) {
  .p-plan-contact {
    margin: 50px auto 120px;
  }
}
.p-plan-contact__text {
  text-align: center;
}
.p-plan-contact__list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-plan-contact__list {
    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;
    gap: 30px;
    margin-top: 30px;
  }
}
.p-plan-contact__item {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-plan-contact__item {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin-top: 0;
  }
}
.p-plan-contact .c-btn {
  height: 80px;
  border: 1px solid #b88962;
  background-color: #fff;
  color: #b88962;
}
.p-plan-contact .c-btn__text {
  font-size: 1.125rem;
}
.p-plan-contact .c-btn__tel {
  font-size: 1.125rem;
}
.p-plan-contact .c-btn__tel > span {
  font-size: 1.44em;
}

.c-plan {
  margin: 30px 5.3333333333%;
  padding-bottom: 20px;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-plan {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin: 0;
  }
}
.c-plan__text {
  padding: 20px;
  padding-bottom: 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-plan__text {
    padding-bottom: 3.2em;
    font-size: 1.125rem;
  }
}
.c-plan__summary {
  font-size: 0.875rem;
}
.c-plan__price {
  padding: 0.75em 20px 0;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 600;
  -webkit-text-stroke: 0.3px;
  color: #50736a;
}
@media screen and (min-width: 768px) {
  .c-plan__price {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.c-plan__price-number {
  display: inline-block;
  margin: 0 6px;
  font-size: 1.667em;
}

.c-icon--new-window {
  position: relative;
}
.c-icon--new-window .fa-square:nth-child(2) {
  background-color: #b88962;
  position: absolute;
  bottom: 0.4em;
  left: 0.4em;
}
.c-icon--new-window.fixed {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-prix-menu-wrap {
  min-height: 300px;
  position: relative;
}

.p-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  top: 0;
  left: 0;
  z-index: 50;
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-loader,
.c-loader:before,
.c-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.c-loader {
  color: #b88962;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.c-loader:before,
.c-loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.c-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.c-loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
.c-link {
  text-decoration: underline;
  color: #9e6944;
}
.c-link:hover {
  text-decoration: none;
}

#full,
#prix {
  margin-top: 0;
  padding-top: 80px;
}

.p-cuisine {
  margin: 80px auto;
  position: relative;
}
.p-cuisine--left {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-cuisine--left {
    margin-bottom: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .p-cuisine--left {
    margin-bottom: 150px;
  }
}
.p-cuisine--left .p-cuisine-box {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-cuisine--left .p-cuisine-box {
    width: 44%;
    position: absolute;
    top: 140px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-cuisine--left .p-cuisine__img {
    padding-left: 25%;
  }
}
.p-cuisine--left .p-cuisine__img > img {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-cuisine--right {
    margin-bottom: 350px;
  }
}
@media screen and (min-width: 1000px) {
  .p-cuisine--right {
    margin-bottom: 120px;
  }
}
.p-cuisine--right .p-cuisine-box {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-cuisine--right .p-cuisine-box {
    width: 44vw;
    position: absolute;
    top: 140px;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-cuisine--right .p-cuisine__img {
    padding-right: 25%;
  }
}
.p-cuisine-box {
  margin: 0 2.6666666667%;
  padding: 40px 30px 50px;
  border-top: 5px solid #b88962;
  background-color: #fff;
  position: relative;
  top: -10px;
}
@media screen and (min-width: 768px) {
  .p-cuisine-box {
    padding: 80px 40px;
    top: auto;
  }
}
.p-cuisine-box .c-title__main {
  -webkit-text-stroke: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-cuisine-box .c-title__main {
    font-size: 3.125rem;
    font-size: clamp(2.125rem, 3.36vw, 3.125rem);
    -webkit-text-stroke: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-cuisine-box .c-title__sub {
    font-size: 1.5rem;
  }
}
.p-cuisine-box__summary {
  margin-top: 30px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-cuisine-box__summary {
    font-size: 1rem;
  }
}
.p-cuisine-box__price {
  margin-top: 30px;
  line-height: 1;
}
.p-cuisine-box__per-unit {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-cuisine-box__per-unit {
    font-size: 0.875rem;
  }
}
.p-cuisine-box__price-number {
  margin-top: 10px;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.75rem;
  -webkit-text-stroke: 0.3px;
  color: #575752;
}
@media screen and (min-width: 768px) {
  .p-cuisine-box__price-number {
    font-size: 1.875rem;
  }
}
.p-cuisine-box__price-unit {
  font-size: 0.643em;
}

.p-order-flow {
  margin: 40px 5.3333333333%;
  padding: 30px 20px;
  border-top: 2px solid #b88962;
  background-color: #fff;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .p-order-flow {
    margin-top: 80px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .p-order-flow {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-order-flow__title {
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.875rem;
  font-weight: 600;
  -webkit-text-stroke: 0.3px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #9e6944;
}
@media screen and (min-width: 768px) {
  .p-order-flow__title {
    font-size: 2.125rem;
    -webkit-text-stroke: 0;
  }
}
.p-order-flow__sub {
  text-align: center;
  color: #575752;
}
.p-order-flow__list {
  counter-reset: flow;
}
@media screen and (min-width: 768px) {
  .p-order-flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
.p-order-flow__item {
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .p-order-flow__item {
    -ms-flex-preferred-size: 290px;
        flex-basis: 290px;
  }
}
.p-order-flow__item-title {
  display: inline-block;
  padding-left: 1em;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}
.p-order-flow__item-title::before {
  display: inline-block;
  margin-right: 0.25em;
  counter-increment: flow;
  content: counter(flow) ".";
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  -webkit-text-stroke: 0.3px;
  color: #9e6944;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-order-flow__item-title::before {
    -webkit-text-stroke: 0;
  }
}
.p-order-flow__img {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-order-flow__img {
    margin-top: 10px;
  }
}
.p-order-flow__img > img {
  width: 100%;
}
.p-order-flow__text {
  margin-top: 16px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
}

.p-prixfixe {
  margin: 0 5.3333333333%;
  padding: 40px 0;
  border-top: 2px solid #b88962;
  background-color: #fff;
  max-width: 1000px;
}
@media screen and (min-width: 1000px) {
  .p-prixfixe {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
  }
}
.p-prixfixe__title {
  margin-top: 16px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #9e6944;
}
@media screen and (min-width: 768px) {
  .p-prixfixe__title {
    margin-top: 0;
  }
}
.p-prixfixe__sub {
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 0.875rem;
  color: #9e6944;
}
@media screen and (min-width: 768px) {
  .p-prixfixe__sub {
    font-size: 1.125rem;
  }
}
.p-prixfixe__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1%;
  margin: 30px 2.6666666667%;
}
@media screen and (min-width: 768px) {
  .p-prixfixe__body {
    margin: 40px 5.3333333333% 50px;
  }
}
.p-prixfixe__item {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
@media screen and (min-width: 768px) {
  .p-prixfixe .c-btn {
    width: 440px;
  }
}

.p-course {
  margin: 80px auto 40px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.8125rem;
}
.p-course__title {
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 2rem;
  -webkit-text-stroke: 0.3px;
  letter-spacing: 0.05em;
  color: #50736a;
}
@media screen and (min-width: 768px) {
  .p-course__title {
    -webkit-text-stroke: 0;
  }
}
.p-course__text {
  margin: 10px 5.3333333333%;
}
@media screen and (min-width: 768px) {
  .p-course__text {
    text-align: center;
    font-size: 1rem;
  }
}
.p-course__text--bottom {
  margin-top: 30px;
  margin-bottom: 100px;
}
.p-course__price {
  margin: 20px auto;
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.625rem;
  font-weight: 600;
  -webkit-text-stroke: 0.3px;
  letter-spacing: 0.05em;
  color: #b88962;
}
.p-course__price span {
  font-size: 65%;
}

.p-contentbox {
  margin: 0 2.6666666667%;
  padding: 40px 30px 50px;
  background-color: #fff;
  position: relative;
  top: -10px;
}
@media screen and (min-width: 768px) {
  .p-contentbox {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.p-contentbox__img {
  margin-top: 30px;
}
.p-contentbox__img > img {
  width: 100%;
  height: auto;
}
.p-contentbox__text {
  margin-top: 30px;
}
.p-contentbox__link {
  margin-top: 30px;
}
.p-contentbox__more {
  position: relative;
  top: 3rem;
}
.p-contentbox--border {
  border-top: 5px solid #50736a;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.p-contentbox--short-border {
  margin: 0;
}
.p-contentbox--short-border::before {
  content: "";
  margin-left: -150px;
  width: 300px;
  border-top: 3px solid #50736a;
  position: absolute;
  top: 0;
  left: 50%;
}
.p-contentbox--line {
  margin-right: 5.3333333333%;
  margin-left: 0;
}
.p-contentbox--line::before {
  content: "";
  border-top: 1px solid #50736a;
  width: 20px;
  position: absolute;
  top: 3.9rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-contentbox--line::before {
    width: 40px;
  }
}
.p-contentbox--line .p-contentbox__text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-contentbox--home-concept {
  padding: 60px 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-contentbox--home-concept {
    margin: 0 auto;
    padding: 80px 50px 0;
    width: 600px;
    position: absolute;
    top: 200px;
    right: 0;
  }
}
.p-contentbox--home-concept .p-contentbox__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contentbox--home-ceremony, .p-contentbox--home-reception, .p-contentbox--home-cuisine, .p-contentbox--home-sp-contents {
    width: 545px;
    position: absolute;
    top: -5px;
    left: 0;
  }
}
.p-contentbox--home-cuisine, .p-contentbox--home-sp-contents {
  top: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-contentbox--home-cuisine, .p-contentbox--home-sp-contents {
    top: -5px;
  }
}
.p-contentbox--home-plan .c-title__sub {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-contentbox--concept {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    top: -30px;
  }
}
@media screen and (min-width: 1000px) {
  .p-contentbox--concept {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-contentbox--concept .p-contentbox__img {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    margin-top: 0;
    margin-left: 50px;
  }
}
.p-contentbox--concept .p-contentbox__text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-contentbox--concept .c-btn {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .p-contentbox--concept .c-btn {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-contentbox--concept-reverse .p-contentbox__img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin-left: 0;
    margin-right: 50px;
  }
}
.p-contentbox--ceremony, .p-contentbox--reception {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-contentbox--ceremony, .p-contentbox--reception {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-contentbox--ceremony .c-title, .p-contentbox--reception .c-title {
  text-align: center;
}
.p-contentbox--ceremony .p-contentbox__summary, .p-contentbox--reception .p-contentbox__summary {
  padding: 20px 5.3333333333%;
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contentbox--ceremony .p-contentbox__summary, .p-contentbox--reception .p-contentbox__summary {
    font-size: 1rem;
  }
}
.p-contentbox--ceremony .p-contentbox__img, .p-contentbox--reception .p-contentbox__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contentbox--ceremony .p-contentbox__img::after, .p-contentbox--reception .p-contentbox__img::after {
    content: "";
    width: 100%;
    height: 20em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-contentbox--ceremony .p-contentbox__content, .p-contentbox--reception .p-contentbox__content {
  padding: 20px 5.3333333333%;
}
@media screen and (min-width: 768px) {
  .p-contentbox--ceremony .p-contentbox__content, .p-contentbox--reception .p-contentbox__content {
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
    position: absolute;
    bottom: 20px;
  }
}
.p-contentbox--reception-room {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 20px;
  border-top-width: 2px;
}
@media screen and (min-width: 1000px) {
  .p-contentbox--reception-room {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .p-contentbox--reception-room .p-contentbox__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-contentbox--reception-room .p-contentbox__img {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-contentbox--reception-room .p-contentbox__cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-contentbox--reception-room .p-contentbox__summary {
  margin-top: 16px;
}
.p-contentbox--cuisine {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-contentbox--cuisine {
    margin: 0;
    width: 600px;
    position: absolute;
    right: 0;
    top: 160px;
  }
}
.p-contentbox--cuisine .p-contentbox__summary {
  margin-top: 30px;
  font-size: 0.8125rem;
}
.p-contentbox--cuisine-right, .p-contentbox--cuisine-left {
  margin-right: 0;
  margin-left: 5.3333333333%;
}
@media screen and (min-width: 768px) {
  .p-contentbox--cuisine-right, .p-contentbox--cuisine-left {
    width: 700px;
    position: absolute;
    right: 0;
    top: -70px;
  }
}
.p-contentbox--cuisine-right .p-contentbox__summary, .p-contentbox--cuisine-left .p-contentbox__summary {
  margin-top: 30px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-contentbox--cuisine-left {
  margin-right: 5.3333333333%;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-contentbox--cuisine-left {
    right: auto;
    left: 0;
  }
}

.p-selected {
  width: 100%;
  padding: 20px 5.3333333333% 30px;
  border-top: 2px solid #b88962;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: -200px;
  left: 0;
  z-index: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-box-shadow: 0 0 10px #b1b1ae;
          box-shadow: 0 0 10px #b1b1ae;
}
@media screen and (min-width: 768px) {
  .p-selected {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-selected {
    max-width: 1440px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-selected.is-sticky {
  bottom: 0;
}
.p-selected__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.p-selected__total {
  -ms-flex-preferred-size: 7em;
      flex-basis: 7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-selected__total {
    -ms-flex-preferred-size: 16em;
        flex-basis: 16em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-selected__title {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: #575752;
}
@media screen and (min-width: 768px) {
  .p-selected__title {
    font-size: 1.125rem;
  }
}
.p-selected__price-wrap {
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-text-stroke: 0.3px;
  line-height: 1.4;
  color: #50736a;
  position: relative;
  top: 0.3em;
}
@media screen and (min-width: 768px) {
  .p-selected__price-wrap {
    font-size: 1.875rem;
  }
}
.p-selected__unit {
  display: block;
  font-size: 0.677em;
}
@media screen and (min-width: 768px) {
  .p-selected__unit {
    display: inline-block;
    margin-left: 10px;
  }
}
.p-selected__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-selected__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-selected__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-selected__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-selected__list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.p-selected__list > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-selected__list > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.p-selected__list > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.p-selected__list > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
@media screen and (min-width: 768px) {
  .p-selected__list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-selected__icon {
  font-size: 1.625rem;
  line-height: 1;
  color: #9e6944;
  position: absolute;
  bottom: -1em;
  left: 50%;
  margin-left: -0.5em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-selected__icon {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-prixfixe-select-menu {
  margin: 10px 5.3333333333%;
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
}
.p-prixfixe-select-menu__title, .p-prixfixe-select-menu__sub-title {
  -webkit-text-stroke: 0.3px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #9e6944;
}
@media screen and (min-width: 768px) {
  .p-prixfixe-select-menu__title, .p-prixfixe-select-menu__sub-title {
    margin-top: 20px;
    font-size: 1.875rem;
  }
}
.p-prixfixe-select-menu__summary {
  margin: 50px auto 30px;
  font-weight: 800;
  color: #575752;
}
.p-prixfixe-select-menu__sub-title {
  font-size: 1.5rem;
  color: #575752;
}
@media screen and (min-width: 768px) {
  .p-prixfixe-select-menu__sub-title {
    font-size: 2.5rem;
  }
}
.p-prixfixe-select-menu__sub-title::before, .p-prixfixe-select-menu__sub-title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #575752;
  position: relative;
  top: -0.3em;
  right: 0.4em;
}
@media screen and (min-width: 768px) {
  .p-prixfixe-select-menu__sub-title::before, .p-prixfixe-select-menu__sub-title::after {
    width: 20px;
  }
}
.p-prixfixe-select-menu__sub-title::after {
  right: -0.3em;
}
.p-prixfixe-select-menu__text {
  margin: 20px auto 50px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-prixfixe-select-menu__text {
    text-align: center;
  }
}
.p-prixfixe-select-menu__text .c-note {
  margin-top: 1em;
}

.c-menu-title {
  font-weight: 600;
}
.c-menu-title::before {
  display: inline-block;
  content: "◆";
  color: #9e6944;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.p-select-menu {
  margin: 50px 5.3333333333%;
  padding-bottom: 50px;
  font-size: 0.8125rem;
  max-width: 1000px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-select-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 30px auto;
    grid-template-columns: 40% auto;
    gap: 10px 30px;
  }
}
@media screen and (min-width: 1000px) {
  .p-select-menu {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-select-menu__title {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-select-menu__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.p-select-menu__selected {
  margin-top: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-select-menu__selected {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: 0;
  }
}
.p-select-menu__selected-img-text {
  display: inline-block;
  padding: 0.2em 1em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  background-color: #b88962;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.p-select-menu__selected-text {
  margin-top: 10px;
}
.p-select-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-select-menu__list {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: 0;
  }
}
.p-select-menu__item {
  width: 162px;
  border: 2px solid #f6f6f6;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .p-select-menu__item {
    width: 182px;
  }
}
.p-select-menu__add {
  text-align: right;
  font-weight: 800;
  color: #9e6944;
}
.p-select-menu__plus {
  display: inline-block;
  margin-right: 0.25em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-select-menu .is-selected {
  border: 2px solid #9e6944;
}
.p-select-menu .is-selected::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(184, 137, 98, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.p-select-menu .c-note {
  margin-top: 30px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-select-menu .c-note {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-top: 20px;
  }
}

.p-your-selection {
  padding: 40px 5.3333333333% 60px;
  border-top: 3px solid #b88962;
  background-color: #fff;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .p-your-selection {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
  }
}
.p-your-selection__title {
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  -webkit-text-stroke: 0.3px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #9e6944;
}
@media screen and (min-width: 768px) {
  .p-your-selection__title {
    -webkit-text-stroke: 0;
  }
}
.p-your-selection__sub-title {
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.1em;
  color: #575752;
}
.p-your-selection__list {
  margin-top: 40px;
  border-bottom: 1px solid #ccc;
}
.p-your-selection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.p-your-selection__item-title {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-your-selection__item-title {
    font-size: 1.75rem;
  }
}
.p-your-selection__img {
  margin-top: 0.5em;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .p-your-selection__img {
    width: 282px;
  }
}
.p-your-selection__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-your-selection__text {
  font-size: 0.8125rem;
}
.p-your-selection__total {
  margin: 40px auto 20px;
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-weight: 600;
  -webkit-text-stroke: 0.3px;
}
.p-your-selection__total-title {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #575752;
}
@media screen and (min-width: 768px) {
  .p-your-selection__total-title {
    -webkit-text-stroke: 0;
  }
}
.p-your-selection__total-price {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  color: #50736a;
}
.p-your-selection__total-unit {
  font-size: 0.6666666667em;
  letter-spacing: normal;
}

.c-input {
  padding: 0.5em;
  width: 100%;
  height: 2.8em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f6f6f6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: inherit;
}

.p-share {
  margin: 50px auto 0;
  padding: 20px 0;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-share {
    padding-top: 40px;
  }
}
.p-share__title {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #575752;
}
@media screen and (min-width: 768px) {
  .p-share__title {
    font-size: 1.25rem;
  }
}
.p-share__list {
  margin: 10px auto 0;
  width: 16em;
}
@media screen and (min-width: 768px) {
  .p-share__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    margin-top: 30px;
  }
}
.p-share__item {
  margin-top: 10px;
  font-size: 1rem;
  color: #575752;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-share__item {
    margin-top: 0;
    font-size: 1.125rem;
  }
}
.p-share__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-share__link {
  margin: 20px auto;
}
.p-share .c-icon {
  width: 2.4em;
}
.p-share .fa-fw,
.p-share .fa-line,
.p-share .fa-envelope {
  font-size: 1.5em;
  color: #00b900;
}
.p-share .fa-line {
  font-size: 1.8em;
}
.p-share .fa-fw .fa-square:first-of-type {
  position: relative;
  left: -0.15em;
}
.p-share .fa-fw .fa-square:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.p-share .c-note {
  margin-top: 30px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-share .c-note {
    text-align: center;
    font-size: 0.875rem;
  }
}

.p-prixfixe-form {
  padding-bottom: 50px;
  background-color: #fff;
}
.p-prixfixe-form__inner {
  margin: 0 5.3333333333%;
  padding: 20px 0 40px;
}
.p-prixfixe-form__title {
  padding: 0.5em;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  font-weight: 600;
  color: #575752;
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-prixfixe-form__title {
    font-size: 1.25rem;
  }
}
.p-prixfixe-form__title:hover {
  opacity: 0.7;
}
.p-prixfixe-form__title .c-btn--icon-plus {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-prixfixe-form__title .c-btn--icon-plus::before, .p-prixfixe-form__title .c-btn--icon-plus::after {
  border-top-width: 2px;
  width: 16px;
  margin-left: -8px;
}
.p-prixfixe-form__content {
  display: none;
}
.p-prixfixe-form__table {
  width: 100%;
  border-collapse: collapse;
}
.p-prixfixe-form__table th,
.p-prixfixe-form__table td {
  display: block;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-prixfixe-form__table th,
  .p-prixfixe-form__table td {
    display: table-cell;
    border-bottom: 1px solid #ccc;
  }
}
.p-prixfixe-form__table th {
  padding-bottom: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-prixfixe-form__table th {
    padding-bottom: 20px;
    padding-left: 50px;
    width: 22%;
  }
}
.p-prixfixe-form__table td {
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-prixfixe-form__table td {
    padding-top: 20px;
    padding-left: 7em;
    padding-right: 50px;
  }
}
.p-prixfixe-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.p-prixfixe-form__wrap + .p-prixfixe-form__wrap {
  margin-top: 10px;
}
.p-prixfixe-form__bride, .p-prixfixe-form__bridegroom {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  display: inline-block;
  text-align: center;
  padding: 0.3em 1.2em;
  border-radius: 5px;
  background-color: #b88962;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-prixfixe-form__bride, .p-prixfixe-form__bridegroom {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-right: 1.6em;
    padding-left: 1.6em;
    position: absolute;
    left: -7em;
  }
}

.p-btn-back-wrap {
  margin: 50px auto 80px;
}
@media screen and (min-width: 768px) {
  .p-btn-back-wrap .c-btn {
    width: 440px;
  }
}

.p-message {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.p-message__text {
  padding: 1em 3em;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px lightgray;
          box-shadow: 0 0 10px lightgray;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 20vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-insta-kv {
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .p-insta-kv {
    margin: 60px auto;
  }
}
.p-insta-lead {
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.25rem;
  -webkit-text-stroke: 0.3px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #9e6944;
}
@media screen and (min-width: 768px) {
  .p-insta-lead {
    font-size: 2.125rem;
    -webkit-text-stroke: 0;
  }
}
.p-insta-campaign {
  margin: 40px auto;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.c-em {
  font-weight: 600;
  font-style: normal;
}

.c-instagram {
  margin: 30px auto;
  text-align: center;
}
.c-instagram a {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.c-instagram a:hover {
  opacity: 0.7;
}
.c-instagram img {
  display: inline-block;
  width: 66px;
  vertical-align: bottom;
}
.c-instagram-account {
  color: #50736a;
}

.p-benefit-container {
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .p-benefit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px auto;
  }
}

.c-benefit {
  margin: 30px 5.3333333333%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-benefit {
    -ms-flex-preferred-size: 475px;
        flex-basis: 475px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.c-benefit__title {
  padding: 0.3em;
  text-align: center;
  font-family: "Bodoni Moda", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #50736a;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-benefit__title {
    font-size: 1.375rem;
  }
}
.c-benefit__title::before, .c-benefit__title::after {
  content: "";
  top: 100%;
  border: none;
  border-bottom: 15px solid transparent;
  position: absolute;
  z-index: 1;
}
.c-benefit__title::before {
  left: 0;
  border-right: 20px solid #a7b9b4;
}
.c-benefit__title::after {
  right: 0;
  border-left: 20px solid #a7b9b4;
}
.c-benefit__body {
  margin: 0 10px;
  padding: 20px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.8125rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-benefit__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
  }
}
.c-benefit__body .c-note {
  display: inline-block;
  font-size: 87.5%;
}

.p-please-post {
  margin: 40px auto 80px;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

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

.u-max-w500 {
  max-width: 500px;
}

.u-max-w800 {
  max-width: 800px;
}

.u-max-w1080 {
  max-width: 1080px;
}

.swiper-slide > img {
  width: 100%;
  height: auto;
}
.swiper-pagination-bullets {
  margin-top: 10px;
  text-align: center;
}
.swiper-pagination-bullet {
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 10px;
  border-radius: 0;
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
  }
}
.swiper-pagination-bullet-active {
  background-color: #50736a;
}

.modal {
  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;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
}
.modal__content {
  width: 100%;
  padding: 30px 20px;
  max-width: 800px;
  background-color: #fff;
  position: relative;
}
.modal_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.modal__close-btn {
  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;
  margin: 30px auto 0;
  max-width: 150px;
  height: 40px;
  text-align: center;
  font-size: 0.875rem;
  color: #50736a;
  border: 1px solid #50736a;
  position: relative;
  cursor: pointer;
}
.modal__close-btn .lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #50736a;
  line-height: 1;
  width: 1rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 15px;
}
.modal__close-btn .lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal .swiper-modal {
  width: 100%;
}
.modal .swiper-slide-inner-img > img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 700/466;
}
.modal .swiper-button-prev, .modal .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  background-color: #50736a;
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.modal .swiper-button-next {
  left: auto;
  right: 0;
}
.modal .dli-chevron-right,
.modal .dli-chevron-left {
  width: 0.95em;
  height: 0.95em;
  line-height: 1;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  color: #fff;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.modal .dli-chevron-left {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}

@media screen and (min-width: 800px) {
  .modal__content {
    padding: 50px;
    padding-bottom: 30px;
  }
  .modal .swiper-button-prev {
    left: 50%;
    margin-left: -425px;
  }
  .modal .swiper-button-next {
    left: auto;
    right: 50%;
    margin-right: -425px;
  }
}