@charset "UTF-8";
body {
  font-family: "Noto Sans JP";
  font-weight: 300;
  color: #707070;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

.background {
  position: relative;
}

.background__image {
  position: absolute;
  content: "";
  left: 0;
  height: 44.3%;
  width: 100%;
  background: url(../../images/common/background-sp.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .background__image {
    height: 53%;
    background: url(../../images/common/background.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 1440px) {
  .background__image {
    height: 64%;
  }
}
.background__image.__01 {
  top: -20px;
  top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .background__image.__01 {
    top: -2.5rem;
  }
}
.background__image.__02 {
  top: calc(6.25rem + 44.3%);
}
@media screen and (min-width: 768px) {
  .background__image.__02 {
    top: calc(9.125rem + 53%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__02 {
    top: calc(9.125rem + 64%);
  }
}
.background__image.__03 {
  top: calc(13.75rem + 88.6%);
}
@media screen and (min-width: 768px) {
  .background__image.__03 {
    top: calc(20.75rem + 106%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__03 {
    top: calc(20.75rem + 128%);
  }
}
.background__image.__04 {
  top: calc(21.25rem + 132.9%);
}
@media screen and (min-width: 768px) {
  .background__image.__04 {
    top: calc(32.375rem + 159%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__04 {
    top: calc(32.375rem + 192%);
  }
}
.background__image.__05 {
  top: calc(28.75rem + 177.2%);
}
@media screen and (min-width: 768px) {
  .background__image.__05 {
    top: calc(44rem + 212%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__05 {
    top: calc(44rem + 256%);
  }
}
.background__image.__06 {
  top: calc(36.25rem + 221.5%);
}
@media screen and (min-width: 768px) {
  .background__image.__06 {
    top: calc(55.625rem + 265%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__06 {
    top: calc(55.625rem + 320%);
  }
}
.background__image.__07 {
  top: calc(43.75rem + 265.8%);
}
@media screen and (min-width: 768px) {
  .background__image.__07 {
    top: calc(67.25rem + 318%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__07 {
    top: calc(67.25rem + 384%);
  }
}
.background__image.__08 {
  top: calc(51.25rem + 310.1%);
}
@media screen and (min-width: 768px) {
  .background__image.__08 {
    top: calc(78.875rem + 371%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__08 {
    top: calc(78.875rem + 448%);
  }
}
.background__image.__09 {
  top: calc(58.75rem + 354.4%);
}
@media screen and (min-width: 768px) {
  .background__image.__09 {
    top: calc(90.5rem + 424%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__09 {
    top: calc(90.5rem + 512%);
  }
}
.background__image.__10 {
  top: calc(66.25rem + 398.7%);
}
@media screen and (min-width: 768px) {
  .background__image.__10 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__10 {
    top: calc(102.125rem + 576%);
  }
}

.background__image.__faq {
  height: 1.97%;
}
.background__image.__faq.__01 {
  top: 40px;
  top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__01 {
    top: -2.5rem;
  }
}
.background__image.__faq.__02 {
  top: calc(10rem + 1.97%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__02 {
    top: calc(9.125rem + 53%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__02 {
    top: calc(9.125rem + 64%);
  }
}
.background__image.__faq.__03 {
  top: calc(17.5rem + 3.94%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__03 {
    top: calc(20.75rem + 106%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__03 {
    top: calc(20.75rem + 128%);
  }
}
.background__image.__faq.__04 {
  top: calc(25rem + 5.91%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__04 {
    top: calc(32.375rem + 159%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__04 {
    top: calc(32.375rem + 192%);
  }
}
.background__image.__faq.__05 {
  top: calc(32.5rem + 7.88%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__05 {
    top: calc(44rem + 212%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__05 {
    top: calc(44rem + 256%);
  }
}
.background__image.__faq.__06 {
  top: calc(40rem + 9.85%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__06 {
    top: calc(55.625rem + 265%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__06 {
    top: calc(55.625rem + 320%);
  }
}
.background__image.__faq.__07 {
  top: calc(47.5rem + 11.82%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__07 {
    top: calc(67.25rem + 318%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__07 {
    top: calc(67.25rem + 384%);
  }
}
.background__image.__faq.__08 {
  top: calc(55rem + 13.79%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__08 {
    top: calc(78.875rem + 371%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__08 {
    top: calc(78.875rem + 448%);
  }
}
.background__image.__faq.__09 {
  top: calc(62.5rem + 15.76%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__09 {
    top: calc(90.5rem + 424%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__09 {
    top: calc(90.5rem + 512%);
  }
}
.background__image.__faq.__10 {
  top: calc(70rem + 17.73%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__10 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__10 {
    top: calc(102.125rem + 576%);
  }
}
.background__image.__faq.__11 {
  top: calc(77.5rem + 19.7%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__11 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__11 {
    top: calc(102.125rem + 576%);
  }
}
.background__image.__faq.__12 {
  top: calc(85rem + 21.67%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__12 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__12 {
    top: calc(102.125rem + 576%);
  }
}
.background__image.__faq.__13 {
  top: calc(92.5rem + 23.64%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__13 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__13 {
    top: calc(102.125rem + 576%);
  }
}
.background__image.__faq.__14 {
  top: calc(100rem + 25.61%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__14 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__14 {
    top: calc(102.125rem + 576%);
  }
}
.background__image.__faq.__15 {
  top: calc(107.5rem + 27.58%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__15 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__15 {
    top: calc(102.125rem + 576%);
  }
}
.background__image.__faq.__16 {
  top: calc(115rem + 29.55%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__16 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__16 {
    top: calc(102.125rem + 576%);
  }
}
.background__image.__faq.__17 {
  top: calc(122.5rem + 31.52%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__17 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__17 {
    top: calc(102.125rem + 576%);
  }
}
.background__image.__faq.__18 {
  top: calc(130rem + 33.49%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__18 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__18 {
    top: calc(102.125rem + 576%);
  }
}
.background__image.__faq.__19 {
  top: calc(137.5rem + 35.46%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__19 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__19 {
    top: calc(102.125rem + 576%);
  }
}
.background__image.__faq.__20 {
  top: calc(145rem + 37.43%);
}
@media screen and (min-width: 768px) {
  .background__image.__faq.__20 {
    top: calc(102.125rem + 477%);
  }
}
@media screen and (min-width: 1440px) {
  .background__image.__faq.__20 {
    top: calc(102.125rem + 576%);
  }
}

.button {
  position: relative;
  display: inline-block;
  width: 300px;
  width: 18.75rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #fff;
  background: #CA4943;
  border-radius: 1.625rem;
  padding: 30px 12px;
  padding: 1.875rem 0.75rem;
  -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 1.25rem;
  }
}
.button:hover {
  opacity: 0.7;
}

.copyright {
  display: block;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.2;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1rem;
  }
}

.footer {
  background: url(../images/common/header/background.jpg) no-repeat center/cover;
  padding: 22px 0;
  padding: 1.375rem 0;
  margin-top: 210px;
  margin-top: 13.125rem;
}
@media screen and (min-width: 768px) {
  .footer {
    font-size: 1rem;
    padding: 3.125rem 0;
  }
}

.header {
  background: url(../images/common/header/background.jpg) no-repeat center/cover;
}

.header__body {
  position: relative;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .header__body {
    padding-top: 3.4375rem;
  }
}

.header__logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__image {
  width: 22.4vw;
  max-width: 120px;
  max-width: 7.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .header__image {
    width: 17.5vw;
    max-width: 11.6875rem;
  }
}

.inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 850px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.page-top {
  position: fixed;
  right: 0;
  bottom: 20px;
  bottom: 1.25rem;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: #CA4943;
  border-radius: 0.3125rem;
}
.page-top::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  width: 1.25rem;
  height: 10px;
  height: 0.625rem;
  background: url("../../images/common/pagetop-arrow.svg") no-repeat center/cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

.section-heading__image {
  width: 89.56%;
  max-width: 480px;
  max-width: 30rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-heading__image {
    width: 75%;
    max-width: 37.5rem;
  }
}

.section {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .section {
    margin-top: 6.25rem;
  }
}
.section + .section {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .section + .section {
    margin-top: 12.5rem;
  }
}
.section.concept {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .section.concept {
    margin-top: 6.25rem;
  }
}

.section__heading {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: static;
  bottom: auto;
  margin: 15px 0 0 0;
  margin: 0.9375rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    margin-top: 1.25rem;
  }
}

.slick-dots li {
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  margin: 0 5.5px;
  margin: 0 0.34375rem;
}
@media screen and (min-width: 768px) {
  .slick-dots li {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.625rem;
  }
}

.slick-dots li button {
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  background: #C9A063;
  color: #C9A063;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 768px) {
  .slick-dots li button {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.slick-dots li button:hover {
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots .slick-active button {
  opacity: 1;
}

.slick-next,
.slick-prev {
  width: 21px;
  width: 1.3125rem;
  height: 32px;
  height: 2rem;
  -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.slick-next:hover,
.slick-prev:hover {
  opacity: 0.7;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  background: url(../../images/top/slider/arrow-next.svg) no-repeat center/cover;
  right: -31px;
  right: -1.9375rem;
}
@media screen and (min-width: 768px) {
  .slick-next,
.slick-next:hover,
.slick-next:focus {
    right: -1.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .slick-next,
.slick-next:hover,
.slick-next:focus {
    right: -1.9375rem;
  }
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background: url(../../images/top/slider/arrow-prev.svg) no-repeat center/cover;
  left: -31px;
  left: -1.9375rem;
}
@media screen and (min-width: 768px) {
  .slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    left: -1.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    left: -1.9375rem;
  }
}

.weding__list .slick-dots {
  position: absolute;
  bottom: -136px;
  bottom: -8.5rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .weding__list .slick-dots {
    bottom: -10.5rem;
    margin-top: 0;
  }
}

.food__list .slick-dots {
  position: absolute;
  bottom: -96px;
  bottom: -6rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .food__list .slick-dots {
    bottom: -5rem;
    margin-top: 0;
  }
}

.text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 1rem;
  }
}

.text--caution {
  color: #CA4943;
  font-weight: 600;
}

.to-top {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .to-top {
    margin-top: 12.5rem;
  }
}

.to-top__button {
  text-align: center;
}

.u-ml1em {
  margin-left: 1em;
}

.u-mt10 {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .u-mt10 {
    margin-top: 0.9375rem;
  }
}

.faq-heading {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  background: #C9A063;
  text-transform: uppercase;
  border-radius: 1.875rem;
  padding: 13px 36px;
  padding: 0.8125rem 2.25rem;
}
@media screen and (min-width: 768px) {
  .faq-heading {
    font-size: 1.25rem;
    padding: 1.125rem 2.25rem;
  }
}
.faq-heading::before {
  position: absolute;
  content: "";
  background: url(../../../images/faq/heading/faq-heading.svg) no-repeat center/cover;
  top: -17px;
  top: -1.0625rem;
  right: 0;
  width: 62px;
  width: 3.875rem;
  height: 51px;
  height: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .faq-heading::before {
    right: 2rem;
  }
}

.faq-list-item__question {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #C9A063;
  border-bottom: 0.0625rem solid #C9A063;
}
@media screen and (min-width: 768px) {
  .faq-list-item__question {
    padding-bottom: 1rem;
  }
}

.faq-list-item__answer {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .faq-list-item__answer {
    margin-top: 1.875rem;
  }
}

.faq-list-item__list {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .faq-list-item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.faq-list-item__button {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .faq-list-item__button {
    text-align: left;
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .faq-list-item__item {
    width: calc(50% - 0.3125rem);
  }
}
.faq-list-item__item + .faq-list-item__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq-list-item__item + .faq-list-item__item {
    margin-top: 0;
    margin-left: 0.625rem;
  }
}
.faq-list-item__item:nth-child(2n+1) {
  margin-left: 0;
}
.faq-list-item__item:nth-child(n+3) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.faq-list-item__caption {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .faq-list-item__caption {
    margin-top: 0.9375rem;
  }
}

.faq-list-item__text--caution {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq-list-item__text--caution {
    text-align: left;
    margin-top: 0;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .faq-list-item__item {
    width: calc(50% - 5px);
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .faq-list-item__item + .faq-list-item__item {
    margin-left: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  .faq-list-item__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.faq-list__item + .faq-list__item {
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item + .faq-list__item {
    margin-top: 6.5rem;
  }
}

@media screen and (min-width: 768px) {
  .faq-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.faq-menu-list__item {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #C9A063;
  border-bottom: 0.0625rem solid #C9A063;
}
@media screen and (min-width: 768px) {
  .faq-menu-list__item {
    font-size: 1.125rem;
    width: calc(50% - 3.125rem);
  }
}
.faq-menu-list__item + .faq-menu-list__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq-menu-list__item + .faq-menu-list__item {
    margin-top: 0;
    margin-left: 6.25rem;
  }
}
.faq-menu-list__item:nth-child(2n+1) {
  margin-left: 0;
}
.faq-menu-list__item:nth-child(n+3) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq-menu-list__item:nth-child(n+3) {
    margin-top: 1.875rem;
  }
}

.faq-menu-list__link {
  position: relative;
  display: block;
  padding: 10px 0 5px;
  padding: 0.625rem 0 0.3125rem;
  -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 768px) {
  .faq-menu-list__link {
    padding: 0 0 0.3125rem;
  }
}
.faq-menu-list__link::before {
  position: absolute;
  content: "";
  background: url(../../../images/faq/menu/arrow.svg) no-repeat center/cover;
  top: 50%;
  right: 8px;
  right: 0.5rem;
  width: 12px;
  width: 0.75rem;
  height: 5.5px;
  height: 0.34375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-menu-list__link:hover {
  opacity: 0.7;
}

.faq-menu-list__lead {
  text-transform: uppercase;
  padding-right: 8px;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .faq-menu-list__lead {
    padding-right: 0.375rem;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .faq-menu-list__item {
    width: calc(50% - 50px);
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .faq-menu-list__item + .faq-menu-list__item {
    margin-left: 100px;
  }
}
@media all and (-ms-high-contrast: none) {
  .faq-menu-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.faq-menu {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .faq-menu {
    margin-top: 9.375rem;
  }
}

.faq-menu__list {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.faq-wrapper {
  overflow-y: hidden;
  background-image: url(../../images/common/background-repeat.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .faq-wrapper {
    background-image: url(../../images/common/background-repeat-pc.png);
    background-position: top 7.5rem center;
  }
}
@media screen and (min-width: 1440px) {
  .faq-wrapper {
    background-size: cover;
  }
}

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

.plan-button {
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #CA4943;
  -webkit-box-shadow: 0 0 0 1px #C9A063, 0 0 0 10px #CA4943;
          box-shadow: 0 0 0 1px #C9A063, 0 0 0 10px #CA4943;
  padding: 2px 12px;
  padding: 0.125rem 0.75rem;
  -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 768px) {
  .plan-button {
    padding: 0.9375rem 0.625rem;
  }
}
.plan-button:hover {
  opacity: 0.7;
}

.plan-button__text {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.2;
  color: #fff;
  margin-left: -12px;
  margin-left: -0.75rem;
}
@media screen and (min-width: 768px) {
  .plan-button__text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.plan-button__text::before {
  position: absolute;
  content: "";
  background: url(../../../images/plan/menu/arrow.svg) no-repeat center/cover;
  top: 55%;
  right: -12px;
  right: -0.75rem;
  width: 10px;
  width: 0.625rem;
  height: 5px;
  height: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.plan-menu__button {
  width: 205px;
  width: 12.8125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .plan-menu__button {
    width: 16.875rem;
    margin: 0;
  }
}
.plan-menu__button + .plan-menu__button {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .plan-menu__button + .plan-menu__button {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.plan-model {
  font-family: "Noto Serif JP";
  font-weight: 300;
  border: 1px solid #C9A063;
  border: 0.0625rem solid #C9A063;
  border-radius: 0.9375rem;
  background: #fff;
  padding: 35px 20px 50px;
  padding: 2.1875rem 1.25rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .plan-model {
    padding: 2.5rem 6.25rem 6.25rem;
  }
}

.plan-model__heading {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .plan-model__heading {
    font-size: 1.875rem;
    padding-bottom: 3.75rem;
  }
}

.plan-model__item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .plan-model__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.25rem;
  }
}
.plan-model__item + .plan-model__item {
  border-top: 1px solid #C9A063;
  border-top: 0.0625rem solid #C9A063;
  padding-top: 30px;
  padding-top: 1.875rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .plan-model__item + .plan-model__item {
    padding-top: 1.5625rem;
    margin-top: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-model__lead {
    width: 37%;
    max-width: 12.5rem;
  }
}

.plan-model__content {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .plan-model__content {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.plan-model__text--small {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .plan-model__text--small {
    font-size: 1rem;
  }
}

.plan-schedule-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plan-schedule-item__time {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  width: 40%;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .plan-schedule-item__time {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .plan-schedule-item__time {
    width: 34%;
    font-size: 1.75rem;
    margin-bottom: 6rem;
  }
}
.plan-schedule-item__time::before {
  position: absolute;
  content: "";
  top: -30px;
  top: -1.875rem;
  left: 50%;
  width: 1px;
  width: 0.0625rem;
  height: 60px;
  height: 3.75rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../images/plan/dot.png) no-repeat center/cover;
}

.plan-schedule-item__time--caution {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .plan-schedule-item__time--caution {
    font-size: 2.1875rem;
  }
}

.plan-schedule-item__image-body {
  width: 64%;
  max-width: 100%;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .plan-schedule-item__image-body {
    width: 40.9375rem;
    margin-left: 0.3125rem;
  }
}

.plan-schedule-item__content {
  text-align: center;
  background: rgba(255, 255, 255, .9);
  padding: 30px 22px;
  padding: 1.875rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .plan-schedule-item__content {
    position: relative;
    width: 52%;
    max-width: 32.5rem;
    padding: 4.6875rem 4.25rem;
    margin-top: -6rem;
    z-index: 1;
  }
}

.plan-schedule__heading {
  width: 150px;
  width: 9.375rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .plan-schedule__heading {
    width: 21.5625rem;
  }
}

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

.plan-schedule__item + .plan-schedule__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .plan-schedule__item + .plan-schedule__item {
    margin-top: 9.375rem;
  }
}

.plan-wrapper {
  overflow-y: hidden;
  background: url(../../images/common/background-repeat.png) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .plan-wrapper {
    background: url(../../images/common/background-repeat-pc.png) no-repeat top 7.5rem center/cover;
  }
}

@media screen and (min-width: 768px) {
  .plan__heading {
    margin-bottom: 3.125rem;
  }
}

.plan__lead {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .plan__lead {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.95;
  }
}

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

.plan__model {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .plan__model {
    max-width: 50rem;
    margin-top: 9.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.concept-list {
  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;
}

.concept-list__item {
  width: 32.76%;
}
@media screen and (min-width: 768px) {
  .concept-list__item {
    width: 32.815%;
  }
}

.concept__logo-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .concept__logo-body {
    margin-top: 1.5625rem;
  }
}

.concept__logo {
  width: 44.8%;
  max-width: 300px;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .concept__logo {
    width: auto;
    max-width: 18.75rem;
  }
}

.concept__heading {
  font-family: "Noto Serif JP";
}

.concept__content {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .concept__content {
    margin-top: 3.125rem;
  }
}

.concept__sub-heading {
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .concept__sub-heading {
    font-size: 1.125rem;
    line-height: 1.95;
  }
}

.concept__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.concept__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .concept__movie {
    margin-top: 5rem;
  }
}

.concept__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.concept__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .concept__list {
    width: 100vw;
    margin: 1.875rem calc(50% - 50vw) 0;
  }
}

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

@media screen and (min-width: 768px) {
  .contact__text {
    text-align: center;
  }
}

.contact__button {
  text-align: center;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 2.5rem;
  }
}

.faq-banner__link {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  cursor: pointer;
}
.faq-banner__link:hover {
  opacity: 0.7;
}

.food__content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .food__content {
    text-align: right;
  }
}

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

.homepage-back__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-back__image {
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .homepage-back__image {
    width: 6.875rem;
  }
}

.homepage-back__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .homepage-back__text {
    margin-top: 1rem;
  }
}

.plan-card-button {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 300;
  color: #fff;
  background-color: #CA4943;
  padding: 17px 36px;
  padding: 1.0625rem 2.25rem;
  -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 768px) {
  .plan-card-button {
    line-height: 2.2;
  }
}
.plan-card-button:hover {
  opacity: 0.7;
}

.plan-card-item {
  background-color: #fff;
}

.plan-card-item__image-body {
  padding-top: 67.75%;
  position: relative;
}

.plan-card-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan-card-item__content {
  text-align: center;
  padding: 24px 20px 20px;
  padding: 1.5rem 1.25rem 1.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .plan-card-item__content {
    padding: 3.4375rem 3.125rem;
  }
}

.plan-card-item__heading {
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .plan-card-item__heading {
    font-size: 1.25rem;
  }
}

.plan-card-item__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plan-card-item__text {
    margin-top: 1.875rem;
  }
}

.plan-card-item .text {
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .plan-card-item .text {
    line-height: 2.2;
  }
}

.plan-card-item__button {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.plan-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan-cards__item {
  width: 86.9%;
  max-width: 480px;
  max-width: 30rem;
}
@media screen and (min-width: 768px) {
  .plan-cards__item {
    width: 100%;
    max-width: 100%;
  }
}
.plan-cards__item + .plan-cards__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .plan-cards__item + .plan-cards__item {
    margin-top: 6.25rem;
  }
}

.slider-list {
  width: 86.9%;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .slider-list {
    width: 100%;
    max-width: 100%;
  }
}

.slider-list__item {
  padding-top: 67.75%;
  position: relative;
}

.slider-list__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.sns-list__item {
  max-width: 300px;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sns-list__item {
    max-width: 100%;
    margin-right: 0;
  }
}
.sns-list__item + .sns-list__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sns-list__item + .sns-list__item {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

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

.sns__text {
  text-align: center;
}

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

.weding__content {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .weding__content {
    width: 100%;
    max-width: 35.625rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrapper {
  overflow-y: hidden;
  background: url(../../images/common/background-repeat.png) no-repeat top 640px center/cover;
  background: url(../../images/common/background-repeat.png) no-repeat top 40rem center/cover;
}
@media screen and (min-width: 768px) {
  .wrapper {
    background: url(../../images/common/background-repeat-pc.png) no-repeat top -3rem center/cover;
  }
}
/*# sourceMappingURL=styles.css.map */
