@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(24px, 3.2rem);
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.8rem;
  position: relative;
  letter-spacing: 0.1em;
}

.common__ttl::after {
  content: "";
  position: absolute;
  top: -3.2rem;
  display: block;
  background: url("../img/ttl-deco.png") no-repeat top center / contain;
  width: 5.4rem;
  height: 2.5rem;
}

.common__ttl span {
  font-family: var(--font-en-2);
  font-size: 11.5rem;
  font-weight: 400;
  color: var(--gray);
  letter-spacing: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 10%;
  left: 50%;
  z-index: -1;
}

.common__ttl--beige span {
  color: #cec7b7;
  opacity: 0.3;
}

.common__btn {
  width: max(160px, 26.9rem);
  height: max(40px, 6.4rem);
  margin: 0 auto;
}

.common__btn a {
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.6rem);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.5rem;
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(40px, 4.5rem);
  height: max(22px, 2.7rem);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(80rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  background: url("../img/hero_deco.png") repeat-x center / contain;
  width: 100%;
  height: 23.2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero__ttl {
  width: 110rem;
  height: max-content;
  font-size: max(20px, 4.9rem);
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  position: absolute;
  transform: translate(50%, -50%);
  top: 50%;
  right: 50%;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero__ttl {
    width: auto;
    font-size: max(20px, 3.6rem);
    writing-mode: horizontal-tb;
    transform: none;
    top: auto;
    right: auto;
    left: 5%;
    bottom: 5%;
  }
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.hero__scroll {
  font-family: var(--font-en-1);
  font-size: max(12px, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 9.8rem;
  bottom: -2.8rem;
  z-index: 100;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 1px;
  height: max(80px, 16.6rem);
  margin-right: 1rem;
  animation: scroll 2.5s infinite;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/bg-policy.jpg") no-repeat center / cover;
  padding: 17rem 0;
}

@media (max-width: 767px) {
  .policy {
    padding: 8rem 0;
  }
}

.policy__list {
  width: 106.7rem;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__list {
    width: 90%;
  }
}

.policy__list-item {
  display: flex;
}

.policy__list-item:nth-of-type(1) {
  flex-direction: row-reverse;
}

@media (max-width: 850px) {
  .policy__list-item {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .policy__list-item,
  .policy__list-item:nth-of-type(1) {
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}

.policy__txt-wrapper {
  width: 70.3rem;
  writing-mode: vertical-rl;
  position: relative;
}

.policy__list-item:nth-of-type(1) .policy__txt-wrapper {
}


@media (max-width: 767px) {
  .policy__txt-wrapper,
  .policy__list-item:nth-of-type(1) .policy__txt-wrapper,
  .policy__list-item:nth-of-type(2) .policy__txt-wrapper {
    width: 100%;
    writing-mode: horizontal-tb;
    padding: 4rem;
    margin: 0;
  }
}


.policy__txt-wrapper::after {
  font-size: 24.5rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 2px var(--white);
  text-stroke: 2px var(--white);
  line-height: 1;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
}

.policy__list-item:nth-of-type(1) .policy__txt-wrapper::after {
  content: "寿";
  top: -14.1rem;
  right: -12.3rem;
}


@media (max-width: 767px) {
  .policy__txt-wrapper::after,
  .policy__list-item:nth-of-type(1) .policy__txt-wrapper::after,
  .policy__list-item:nth-of-type(2) .policy__txt-wrapper::after {
    font-size: 27rem;
    transform: none;
    top: -8rem;
    right: -6rem;
    left: auto;
  }
}

.policy__txt-wrapper h3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 1.95rem;
  margin-left: 4.5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h3 {
    margin: 0 0 4rem 0;
  }
}

.policy__txt-wrapper h3 span {
  background-color: rgba(203,163,107,0.8);
  height: max-content;
  line-height: 2.47;
  font-size: max(14px, 2.6rem);
  padding: 1.8rem 0 2.5rem;
}

.policy__txt-wrapper h3 span:nth-of-type(1) {
  letter-spacing: 0.145em;
}

.policy__txt-wrapper h3 span:nth-of-type(2) {
  letter-spacing: 0.145em;
  padding: 1.5rem 0;
  margin-top: 3.1rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h3 span,
  .policy__txt-wrapper h3 span:nth-of-type(1),
  .policy__txt-wrapper h3 span:nth-of-type(2) {
    width: max-content;
    height: auto;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin: 0;
  }
}

.policy__txt-wrapper p {
  height: max(300px, 40.2rem);
  letter-spacing: 0.15em;
  line-height: 2;
}

@media (max-width: 767px) {
  .policy__txt-wrapper p {
    height: auto;
  }
}

.policy__img {
  width: 54rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }
}

.policy__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.policy__btn {
  width: 80rem;
  margin: -7rem auto 0;
}
@media (max-width: 900px) {
  .policy__btn {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .policy__btn {
    width: auto;
    transform: none;
  }
}

.policy .common__btn {
  margin: 0 5.6rem 0 auto;
}

@media (max-width: 767px) {
  .policy .common__btn {
    margin: 6rem auto 0;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 16.7rem 0 12.6rem;
  position: relative;
  z-index: 1;
  background: url(../img/bg-menu.jpg) top center / 100% auto;
  overflow: hidden;
}
.menu-deco-1 {
  position: absolute;
  top: -3.3rem;
  left: -1.6rem;
  width: 61.9rem;
  height: auto;
  pointer-events: none;
}
.menu-deco-2 {
  position: absolute;
  top: 12rem;
  right: 10.9rem;
  width: 28.1rem;
  height: auto;
  pointer-events: none;
}
.menu-deco-3 {
  position: absolute;
  bottom: 7.8rem;
  left: 12.5rem;
  width: 28.1rem;
  height: auto;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu-deco-1 {
      width: 42.9rem;
  }
  .menu-deco-2 {
      top: 8rem;
      right: 1.9rem;
      width: 23.1rem;
  }
  .menu-deco-3 {
      bottom: 8rem;
      left: 1.9rem;
      width: 23.1rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 10.8rem;
  margin: 12rem auto 0;
}
@media (max-width: 1000px) {
  .menu__list {
    width: 83%;
  }
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  align-items: center;
  gap: 4rem 0;
  position: relative;
}

.menu__list-item:nth-of-type(2) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}


@media (max-width: 767px) {
}

.menu__txt-wrapper {
  width: 100%;
  padding-right: 5rem;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper {
  padding: 0 0 0 5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper,
  .menu__list-item:nth-of-type(2) .menu__txt-wrapper {
    padding: 0;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  color: #c9caca;
  letter-spacing: 0.1em;
}

.menu__txt-wrapper p {
  letter-spacing: 0;
  line-height: 2;
  margin: 3.5rem 0 0;
}

@media (min-width: 768px) {
  .menu .common__btn {
    margin: 9.7rem auto 0;
  }
}

.menu__img {
  width: 65.4rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}
.ttl-food {
  position: absolute;
  top: -2.1rem;
  right: -2.6rem;
  width: 7rem;
  height: auto;
}
.ttl-drink {
  position: absolute;
  top: -2.1rem;
  left: -2.6rem;
  width: 7rem;
  height: auto;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 0;
  }
  .menu .common__btn {
    margin: 9rem auto 0;
  }
  .ttl-food {
    top: -2.1rem;
    right: -2.4rem;
    width: 10rem;
  }
  .ttl-drink {
    top: -2.1rem;
    left: -2.4rem;
    width: 10rem;
  }
}

/*============================
	news
============================*/
.news {
  background: url(../img/bg-news.jpg) no-repeat top center / cover;
  padding: 16.3rem 0 9rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: flex;
  gap: 6rem 2.6rem;
  margin: 5.2rem auto 7.4rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
  width: 32rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    width: 100%;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.2em;
  margin-right: 1.5rem;
}
.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
  border-bottom: 1px solid #FFF;
  padding: 2rem 0 1rem;
  margin-bottom: 1rem;
}
.CMS-NEWS-LINK {
  font-weight: 300;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	gallery
============================*/
.gallery {
  background: url(../img/bg-news.jpg) no-repeat top center /cover;
  padding: 14.9rem 0 10.6rem;
  position: relative;
}

.gallery__ttl-wrapper {
  width: max-content;
  margin: 0 auto 7.8rem;
}

@media (max-width: 767px) {
  .gallery__ttl-wrapper {
    width: 100%;
    justify-content: center;
  }
}

.gallery .common__btn {
  margin: 8.9rem auto 0;
}

@media (max-width: 767px) {
  .gallery .common__btn {
    margin: 6rem auto 0;
  }
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28.4rem;
  height: 22rem;
  margin: 0 0.6rem;
}

@media (max-width: 767px) {
  .gallery__slider .swiper-slide {
    width: 40rem;
  }
}

/*============================
	access
============================*/
.access {
  padding-top: 17.4rem;
  padding-bottom: 12.3rem;
  position: relative;
  z-index: 1;
  background: url(../img/bg-menu.jpg) no-repeat top center /cover;
}
.access-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}


@media (max-width: 767px) {
}

.access__contents {
  display: flex;
  align-items: flex-start;
  margin: 9.3rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img-wrapper {
  position: relative;
  z-index: 1;
}

.access__img {
  width: 60.4rem;
  height: 100%;
  flex-shrink: 0;
  margin-top: 8.3rem;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0 0 2rem;
  }
}

.access .common__btn {
  margin: 7rem auto 0;
}

@media (max-width: 767px) {
  .access .common__btn {
    margin: 8rem auto;
  }
}

.access__list-wrapper {
  background: url(../img/bg-access-txt.jpg) no-repeat top center /cover;
  width: 74.2rem;
  flex-shrink: 0;
  padding: 4.8rem 6rem 5.6rem 15.3rem;
  margin-left: -7.5rem;
}

@media (max-width: 767px) {
  .access__list-wrapper {
    width: 100%;
    padding: 4rem 5rem;
    margin-left: 0;
  }
}

.access__list-inner {
  display: flex;
  column-gap: 7.5rem;
}

@media (max-width: 767px) {
  .access__list-inner {
    column-gap: 4rem;
  }
}

.access__list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.access__list dt:not(:last-of-type),
.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--white);
}
.access__list dd {
  letter-spacing: 0.05em;
  line-height: 1.275;
}

.access__list dt {
  width: max(85px, 13rem);
  font-weight: 700;
  padding: 2.9rem 1.6rem;
}

.access__list dd {
  width: calc(100% - max(85px, 13rem));
  padding: 2.9rem 0;
}


@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2.5rem 1.6rem 1.5rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2.5rem;
  }
}

/*============================
	reserve
============================*/
.reserve {
  padding: 12rem 0 13rem;
  position: relative;
  z-index: 1;
}

.reserve::before {
  content: "";
  background: url("../img/deco.png") no-repeat center / contain;
  width: 47.5rem;
  height: 27.2rem;
  position: absolute;
  right: 3px;
  bottom: 6.9rem;
  z-index: -1;
}

@media (max-width: 767px) {
  .reserve::before {
    width: 30rem;
    height: 17.2rem;
  }
}

.calendar-wrapper {
  border: 16px solid #ccc;
  width: 119rem;
  margin: 4rem auto 0 auto;
  display: flex;
  background: #fff;
}

.calendar-wrapper a {
  color: #000;
}

.reservation .calendar-wrapper {
  position: relative;
  outline: 16px solid #ccc;
  max-width: 720px;
  width: 90vw;
  margin: 60px auto 0 auto;
  display: flex;
  flex-direction: row;
}

#calendar {
  text-align: center;
  width: 100%;
}

.reservation #calendar {
  text-align: center;
  width: 100%;
  line-height: 1.5;
}

table {
  /* outline: 16px solid #ccc; */
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.reservation table {
  outline: 16px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

th {
  color: #000;
}

.calendar-wrapper th,
.calendar-wrapper td {
  outline: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #111111;
}

td:nth-child(6) .reservation-date,
td:nth-child(6) .reservation-date a {
  color: #8888ff;
}

td:last-child .reservation-date,
td:last-child .reservation-date a {
  color: #ff8888;
}

td.disabled {
  background-color: #eeeeee;
  color: #aaaaaa;
}

/* .reservation-date {
text-decoration: underline;
} */

.reservation-seat {
  font-size: 14px;
}

.reservation-seat.able a {
  color: #dd8866;
}

.reservation-seat-disabled a {
  color: #aaaaaa;
}

.calendar-reservation {
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
  margin-top: 10px;
  margin-left: 1rem;
  padding: 20px;
  line-height: 1.8;
}

.calendar-reservation form {
  padding-top: 0;
}

.calendar_date {
  font-size: 18px;
}

.calendar_person,
.calendar_time {
  width: 100%;
  font-size: 18px;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
}

.calendar_button {
  width: 100%;
  font-size: 18px;
  padding: 12px;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  border: 1px solid #aaaaaa;
  cursor: pointer;
}

.calendar_button:hover {
  opacity: 0.8;
}

.calendar_info {
  font-size: 12px;
  margin: 20px;
  color: #000;
}

.calendar_ok {
  color: #dd8866;
}

@media screen and (max-width: 767px) {
  .reserve {
    margin-top: 5rem;
  }

  .reservation .reserve {
    margin-top: 0;
  }

  .calendar-wrapper {
    width: 90%;
    margin: 5rem auto;
    flex-direction: column;
  }

  .calendar-wrapper {
    font-size: 12px;
  }

  .calendar-reservation {
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
  }

  .calendar-reservation form {
    padding: 0 20px;
  }

  .calendar-reservation form div {
    margin-bottom: 10px;
  }

  .calendar_person,
  .calendar_time {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 450px) {
  .reservation-date {
    font-size: 2.8vw;
  }
}

.reserve-btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999999;
  transform: translateY(-50%);
}

.reserve-btn a {
  display: inline-block;
  padding: 3rem 2rem;
  color: #fff;
  font-size: 16px;
  background-color: #000;
  writing-mode: vertical-lr;
}

.s-reservation {
  padding: 12rem 0;
}

.s-reservation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  justify-content: center;
}

.s-reservation__ttl {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  margin-right: 1rem;
  position: relative;
}

.s-reservation__ttl__logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 24.4rem;
  max-width: 80%;
}

.s-reservation__ttl__txt {
  font-size: 60px;
  font-size: 6rem;
  font-size: 428.57143%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  z-index: 2;
  padding-top: 1rem;
}

.s-reservation__content {
  width: 113rem;
  max-width: 75%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  padding: 7.5rem 5.61797753% 14rem;
}

.s-reservation__content__list {
  width: 73rem;
  max-width: 100%;
}

.s-reservation__content__item {
  line-height: 1.85714286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.calendar_title,
.calendar_date {
  color: #000;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .reserve-btn {
    right: auto;
    top: initial;
    bottom: 0;
    width: 100%;
    transform: translateY(0);
  }

  .reserve-btn a {
    writing-mode: initial;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }

  .reservation {
    padding-left: 3.5rem;
  }

  .reservation .s-reservation {
    padding: 3rem 3.5rem 3rem 0;
  }

  .reservation .calendar-wrapper {
    flex-direction: column;
    outline: 4px solid #ccc;
  }

  .calendar-wrapper th,
  .calendar-wrapper td {
    outline: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #111111;
  }

  .calendar_button {
    font-size: 16px;
  }

  .calendar_title,
  .calendar_date {
    font-size: 14px;
  }

  .calendar_info {
    margin: 10px 20px;
  }
}

/*============================
	insta
============================*/
.insta {
  background: url(../img/bg-news.jpg) no-repeat top center /cover;
  padding: 18.4rem 0 20.8rem;
  position: relative;
}
.insta-deco-1 {
  position: absolute;
  top: 8.7rem;
  left: 12.6rem;
  width: 28.1rem;
  height: auto;
  pointer-events: none;
}
.insta-deco-2 {
  position: absolute;
  bottom: 5.1rem;
  right: 10.9rem;
  width: 28.1rem;
  height: auto;
  pointer-events: none;
}

.insta__contents {
  width: 95.6rem;
  margin: 6.7rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
  .insta-deco-1 {
    top: 8.7rem;
    left: 4.6rem;
    width: 19.1rem;
  }
  .insta-deco-2 {
    bottom: 2.7rem;
    right: 2.6rem;
    width: 19.1rem;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 30.8rem;
  height: 29.7rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}


.rec_faq {
  background: url(../img/bg-rec-faq.jpg) no-repeat top center /cover;
  padding: 14.5rem 0 7.8rem;
}
.rec_faq_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 110rem;
  gap: 6.4rem;
  margin: 5rem auto 5rem;
}
.rec_faq_wrap_inner {
  padding: 10.6rem 2rem 5rem;
  background: rgba(0,0,0,0.7);
  border: 1px solid #cfac80;
}
.rec_faq_wrap p {
  text-align: center;
  margin: 4.4rem auto 5rem;
  line-height: calc(26.4/16);
}

@media screen and (max-width: 767px) {
  .rec_faq_wrap {
    grid-template-columns: 1fr;
  }
  .rec_faq_wrap {
    width: 90%;
  }
}