/* =========================
   Foundation
========================= */
/* width */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

body *{
  font-family: "Noto Sans JP", sans-serif !important;
}
.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

#lp_nara {
  max-width: 640px;
  min-width: unset;
  margin-inline: auto;
}
#lp_nara section {
  position: relative;
}
#lp_nara .c-text {
  font-size: 16px;
  line-height: 1.875;
}
#lp_nara .c-add__text {
  margin-top: 15px;
  font-size: 13px;
}
#lp_nara .c-add__text:has(.icon) {
  padding-left: 16px;
  position: relative;
}
#lp_nara .c-add__text .icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
}

body:has(#lp_nara) button {
  border: none;
  background: none;
}

/* =========================
   Layout
========================= */
.l-container {
  width: calc(100% - 40px);
  margin-inline: auto;
}
.l-container + .l-container {
  margin-top: 50px;
}

/* =========================
   Object
========================= */
/* Component */
#lp_nara section:has(.c-ribbon) .c-main {
  padding-top: 62px;
}

body:has(#lp_nara) .c-btn__area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
body:has(#lp_nara) .c-modal__footer .c-btn__area{
  margin-top: 15px;
}
body:has(#lp_nara) .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  color: #202020;
  background: #FFF;
  text-align: center;
  font-weight: 700;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
body:has(#lp_nara) .c-btn::after {
  content: "";
  display: flex;
  width: 40px;
  height: inherit;
  background-image: url(../../img/sp/lp_nara/icon_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 20px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}
body:has(#lp_nara) .c-btn::before {
  content: "";
  display: block;
  width: 90px;
  height: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
body:has(#lp_nara) .c-btn-merchandise {
  background: #E91017;
  color: #FFF;
}
body:has(#lp_nara) .c-btn-merchandise::before {
  background-image: url(../../img/sp/lp_nara/icon_merchandise.svg);
  background-size: 54px 41px;
}
body:has(#lp_nara) .c-btn-merchandise::after {
  background-image: url(../../img/sp/lp_nara/icon_arrow_w.svg);
}
body:has(#lp_nara) .c-btn-map::before {
  background-image: url(../../img/sp/lp_nara/icon_map.svg);
  background-size: 47px 41px;
}
body:has(#lp_nara) .c-btn-tel {
  background-color: #12983A;
  color: #FFF;
}
body:has(#lp_nara) .c-btn-tel::before {
  background-image: url(../../img/sp/lp_nara/icon_tel.svg);
  background-size: 24px 38px;
}
body:has(#lp_nara) .c-btn-tel::after {
  background-image: url(../../img/sp/lp_nara/icon_arrow_w.svg);
}
body:has(#lp_nara) .c-btn-coupon {
  background-color: #12983A;
  color: #FFF;
}
body:has(#lp_nara) .c-btn-coupon::before {
  background-image: url(../../img/sp/lp_nara/icon_coupon.svg);
  background-size: 37px 38px;
}
body:has(#lp_nara) .c-btn-coupon::after {
  background-image: url(../../img/sp/lp_nara/icon_arrow_w.svg);
}
body:has(#lp_nara) .c-btn-back {
  border-radius: 5px;
  background-color: #FFF;
  border: 4px solid #BFBFBF;
  box-shadow: none;
}
body:has(#lp_nara) .c-btn:has(.add__btn-text) {
  flex-direction: column;
}
body:has(#lp_nara) .c-btn .add__btn-text {
  font-size: 13px;
  color: #A6E6AF;
}
body:has(#lp_nara) .p-contact {
  padding: 0 20px;
}
body:has(#lp_nara) .p-contact .c-btn__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 0;
  height: inherit;
}
body:has(#lp_nara) .p-contact .c-btn__area .c-btn {
  height: 50px;
  font-size: 14px;
  padding-left: 20px;
}
body:has(#lp_nara) .p-contact .c-btn__area .c-btn::after {
  display: none;
}
body:has(#lp_nara) .p-contact .c-btn__area .c-btn-tel::before {
  width: 25px;
  background-image: url(../../img/sp/lp_nara/icon_tel2.svg);
  background-size: 15px 20px;
}
body:has(#lp_nara) .p-contact .c-btn__area .c-btn-merchandise {
  background: none;
  border: 2px solid #FFF;
  color: #FFF;
}
body:has(#lp_nara) .p-contact .c-btn__area .c-btn-merchandise::before {
  width: 50px;
  background-image: url(../../img/sp/lp_nara/icon_merchandise.svg);
  background-size: 27px 21px;
}

#lp_nara .c-ribbon {
  width: fit-content;
  height: 37px;
  padding: 0 20px 0 8px;
  clip-path: polygon(100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 0 0);
  background-color: #E91017;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 108px 37px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 0;
}
#lp_nara .c-ribbon.yellow {
  background: #FFFC00;
  color: #202020;
}
#lp_nara .c-ribbon-b {
  background: #202020;
  color: #FFFC00;
}
#lp_nara .c-ribbon-y {
  background: #FFFC00;
  color: #202020;
}

#lp_nara .c-modal {
  padding: 50px 20px;
  background: #202020;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100svh;
}
#lp_nara .c-modal__wrap {
  border-radius: 10px;
  background: #FFF;
  position: relative;
  width: 100%;
  display: none;
}
#lp_nara .c-modal__wrap.on {
  display: block;
}
#lp_nara .c-modal__header {
  border-bottom: 1px solid #BFBFBF;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
#lp_nara .c-modal__logo {
  width: 53px;
}
#lp_nara .c-modal__body:has(.c-modal__shop) {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
#lp_nara .c-modal__hgroup {
  padding: 30px 0 10px;
}
#lp_nara .c-modal__hgroup-title {
  font-size: 16px;
  font-weight: 700;
  color: #202020;
  text-align: center;
}
#lp_nara .c-modal__hgroup-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
}
#lp_nara .c-modal__hgroup-val {
  font-size: 41px;
  color: inherit;
}
#lp_nara .c-modal__hgroup-text{
  padding: 20px 0 0 5px;
}
#lp_nara .c-modal__coupon {
  background: #FBFBDA;
  padding: 19px 15px 16px;
}
#lp_nara .c-modal__coupon-limitperiod {
  background: #FFF;
  line-height: 1;
  border: 1px solid #EEEED3;
  border-radius: 45px;
  font-size: 13px;
  padding: 3px 15px;
  width: fit-content;
  margin-top: 12px;
  margin-inline: auto;
}
#lp_nara .c-modal__coupon-text {
  font-size: 16px;
  font-weight: 700;
  color: #202020;
  text-align: center;
  line-height: 1.625;
}
#lp_nara .c-modal__coupon-text-add {
  font-size: 13px;
  color: #808080;
  text-align: center;
  margin-top: 10px;
}
#lp_nara .c-modal__footer {
  padding: 15px 15px 20px;
}
#lp_nara .c-modal__shop {
  background: #FFF;
  border-radius: 5px;
  padding: 16px 15px 20px;
  border: 1px solid #BFBFBF;
  width: 100%;
}
#lp_nara .c-modal__shop-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-left: 4px solid #E91017;
  padding-left: 9px;
  color: #202020;
}
#lp_nara .c-modal__shop-tel {
  font-size: 16px;
  position: relative;
  display: block;
  width: fit-content;
  margin-left: 30px;
  margin-top: 9px;
}
#lp_nara .c-modal__shop-tel::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../img/sp/lp_nara/c-modal_icon_tel.svg) left top no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  left: -30px;
  pointer-events: none;
}
#lp_nara .c-modal__shop-info {
  font-size: 16px;
  color: #202020;
}
#lp_nara .c-modal__btn {
  width: 32px;
  height: 32px;
  border: none;
  background: url(../../img/sp/lp_nara/c-modal_btn.svg) left top no-repeat;
  background-size: 32px 32px;
  position: absolute;
  top: -12px;
  right: -12px;
}

.open-modal #lp_nara .c-modal {
  animation: fadeIn 0.5s ease-in-out 0.2s forwards;
  display: flex;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* project */
body:has(#lp_nara) {
  padding-top: 50px;
  padding-bottom: 80px;
}
body:has(#lp_nara) #siteHeader #nav__toggle,
body:has(#lp_nara) #siteHeader {
  top: 50px;
}
body:has(#lp_nara) picture {
  display: block;
}
body:has(#lp_nara) img {
  max-width: 100%;
  height: auto;
}
body:has(#lp_nara) .p-present {
  width: 100%;
  height: 50px;
  background-color: #E91017;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
}
body:has(#lp_nara) .p-present__img {
  width: 100%;
  height: 50px;
}
body:has(#lp_nara) .p-present__img img {
  width: 375px;
}
body:has(#lp_nara) .p-present__btn {
  width: 91px;
  height: 31px;
  position: absolute;
  top: 13px;
  right: 7px;
  text-decoration: none;
  background-image: url(../../img/sp/lp_nara/p-present-btn.png);
  background-position: left top;
  background-size: 91px 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
  padding-right: 4px;
}
body:has(#lp_nara) .p-present__btn-label {
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  display: block;
}
body:has(#lp_nara) .p-contact {
  background: #202020;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
}

#lp_nara .p-mainvisual {
  background: #202020;
  padding-bottom: 55px;
}
#lp_nara .p-mainvisual__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
#lp_nara .p-mainvisual__text {
  color: #BFBFBF;
}
#lp_nara .p-mainvisual__text:has(.p-mainvisual__text-highlights) {
  color: #FFF;
  font-weight: 700;
  text-align:center;
}
#lp_nara .p-mainvisual__text-highlights {
  color: #FFFC00;
  font-weight: 700;
}
#lp_nara .p-mainvisual__text-highlights .underline{
  text-decoration:underline;
}
#lp_nara .p-mainvisual__text-val {
  font-size: 26px;
  color: inherit;
}

#lp_nara .p-why {
  background: linear-gradient(to bottom, rgb(226, 226, 226) 0%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 50px;
}
#lp_nara .p-why__img-02 {
  width: calc(100% - 50px);
  max-width: 590px;
  min-width: 350px;
  margin-inline: auto;
}
#lp_nara .p-why__img-03 {
  width: calc(100% - 80px);
  max-width: 520px;
  min-width: 335px;
  margin-inline: auto;
  margin-top: 8px;
}

#lp_nara .p-featured {
  background-color: #FFFC00;
}
#lp_nara .p-featured__main {
  padding: 0 17px;
}
#lp_nara .p-featured__tag {
  background: #FFF;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  display: grid;
  grid-template-columns: 1fr 30px 7px;
  gap: 0 8px;
  overflow: hidden;
  align-items: center;
  padding-left: 15px;
  color: #202020;
  text-decoration: none;
}
#lp_nara .p-featured__tag::after {
  content: "";
  display: block;
  background-color: #E91017;
  background-image: url(../../img/sp/lp_nara/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3px 6px;
  width: 100%;
  height: inherit;
}
#lp_nara .p-featured__tag-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 9px;
  margin-top: 23px;
}
#lp_nara .p-featured__label {
  font-size: 18px;
  font-weight: 700;
}
#lp_nara .p-featured__score {
  display: flex;
  align-items: flex-end;
}
#lp_nara .p-featured__score-val {
  font-size: 20px;
  font-weight: 700;
  color: #E91017;
}
#lp_nara .p-featured__score-unit {
  font-size: 16px;
  font-weight: 700;
}
#lp_nara .p-featured__product {
  background: #E91017;
  position: relative;
  padding-top: 62px;
  padding-bottom: 50px;
  margin-top: 50px;
}
#lp_nara .p-featured__product::after {
  content: "";
  display: block;
  width: 100%;
  height: 61px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-image: url(../../img/sp/lp_nara/p-featured_deco.svg);
  background-position: center top;
  background-size: 145px 61px;
  background-repeat: no-repeat;
  pointer-events: none;
}
#lp_nara .p-featured__product-title {
  font-size: 30px;
  color: #FFF;
  font-weight: 700;
}
#lp_nara .p-featured__product-numberofitems {
  font-size: 13px;
  color: inherit;
  font-weight: 700;
}
#lp_nara .p-featured__product-category {
  background: #C28E24;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #FFF;
  padding-left: 14px;
  font-weight: 700;
  margin-top: 12px;
}
#lp_nara .p-featured__product-category-affordable {
  background: #202020;
}
#lp_nara .p-featured__product-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
}
#lp_nara .p-featured__product-list + .p-featured__product-category {
  margin-top: 40px;
}
#lp_nara .p-featured__product-item {
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 15px 0;
}
#lp_nara .p-featured__product-information {
  margin-top: 15px;
}
#lp_nara .p-featured__product-tag {
  background: #C28E24;
  width: fit-content;
  height: 26px;
  padding: 0 9px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFF;
  border-radius: 5px;
}
#lp_nara .p-featured__product-tag-direct {
  color: #202020;
  background: #E3E3E3;
}
#lp_nara .p-featured__product-tag-limitededition {
  background: #1CAEBF;
}
#lp_nara .p-featured__product-name {
  font-size: 25px;
  font-weight: 700;
  margin-top: 5px;
}
#lp_nara .p-featured__product-name-optioin {
  color: #808080;
  font-size: 14px;
}
#lp_nara .p-featured__product-specifications {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
#lp_nara .p-featured__product-detail {
  color: #808080;
  font-size: 14px;
}
#lp_nara .p-featured__product-pricearea {
  width: calc(100% + 30px);
  translate: -15px 0;
  background: #FFFC00;
  padding: 15px 15px;
  margin-top: 15px;
}
#lp_nara .p-featured__product-listprice {
  color: #808080;
  font-size: 14px;
  width: fit-content;
  position: relative;
}
#lp_nara .p-featured__product-listprice::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #808080;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
#lp_nara .p-featured__product-specialprice {
  font-size: 40px;
  color: #E91017;
  font-weight: 700;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#lp_nara .p-featured__product-unit {
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  display: flex;
  translate: 0 4px;
  white-space: nowrap;
}
#lp_nara .p-featured__product-priceoff {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border: 1px solid #E91017;
  background: #FFF;
  height: fit-content;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 2px 4px;
  translate: 0 4px;
  margin-left: 5px;
  white-space: nowrap;
}
#lp_nara .p-featured__product-taxincluded {
  font-size: 14px;
}
#lp_nara .p-featured__product-takeout {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 40px;
  background: #202020;
  padding-left: 10px;
  white-space: nowrap;
  margin-top: 15px;
}
#lp_nara .p-featured__product-takeout:has(.p-featured__product-text-re) {
  width: 100%;
  margin-top:10px;
}
#lp_nara .p-featured__product-text {
  color: #FFF;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 700;
  white-space: nowrap;
}
#lp_nara .p-featured__product-percent {
  font-size: 16px;
  font-weight: 700;
  color: #FFFC00;
  white-space: nowrap;
}
#lp_nara .p-featured__product-highlight {
  font-size: 13px;
  font-weight: 700;
  color: #FFFC00;
  white-space: nowrap;
}
#lp_nara .p-featured__product-takeoutprice {
  background: #FFF;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  height: inherit;
  font-size: 20px;
  font-weight: 700;
  color: #E91017;
  white-space: nowrap;
}
#lp_nara .p-featured__product-takeoutunit {
  font-size: 16px;
  font-weight: 700;
  color: #E91017;
  white-space: nowrap;
}
#lp_nara .p-featured__product-taxunit {
  font-size: 13px;
  font-weight: 700;
  color: #E91017;
  white-space: nowrap;
}
#lp_nara .p-featured__product-text-re {
  font-size: 16px;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5px;
}
#lp_nara .p-featured__product-text-re .p-featured__product-percent {
  font-size: 26px;
  translate: 0 4px;
}
#lp_nara .p-featured__product-text-re .p-featured__product-highlight {
  font-size: 16px;
}
#lp_nara .p-featured__product-shopcall {
  font-size: 40px;
  color: #E91017;
  text-align: center;
  font-weight: 700;
}
#lp_nara .p-featured__product-shopcall + * {
  margin-top: 0;
}
#lp_nara .p-featured__explanation .c-text {
  color: #FFF;
}
#lp_nara .p-featured__explanation-title {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #FFF;
  margin-bottom:15px;
}
#lp_nara .p-featured__explanation-title::before, #lp_nara .p-featured__explanation-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
}
#lp_nara .p-featured__explanation-box {
  padding: 15px 15px 30px;
  background: #EC565B;
  border-radius: 10px;
  margin-top: 20px;
}
#lp_nara .p-featured__explanation-name {
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
}
#lp_nara .p-featured__explanation-intitle {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}
#lp_nara .p-featured__explanation-text {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  line-height: 2;
  margin-top: 10px;
}
#lp_nara .p-featured__explanation + .p-featured__product-title {
  margin-top: 50px;
}

#lp_nara .p-service {
  margin-top:30px;
  padding-bottom: 50px;
}
#lp_nara .p-service__main {
  padding: 0 20px;
}
#lp_nara .p-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 9px;
  margin-top: 25px;
}
#lp_nara .p-service__list-item {
  border-radius: 10px;
  padding: 15px 10px 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
#lp_nara .p-service__list-item:first-of-type {
  background: #00BDDB;
}
#lp_nara .p-service__list-item:first-of-type .p-service__list-text {
  color: #C9F1F8;
}
#lp_nara .p-service__list-item:nth-of-type(2) {
  background: #56AF23;
}
#lp_nara .p-service__list-item:nth-of-type(2) .p-service__list-text {
  color: #DCF2D0;
}
#lp_nara .p-service__list-item:nth-of-type(3) {
  background: #E89C04;
}
#lp_nara .p-service__list-item:nth-of-type(3) .p-service__list-text {
  color: #F9F2E3;
}
#lp_nara .p-service__list-item:nth-of-type(4) {
  background: #EE6F91;
}
#lp_nara .p-service__list-item:nth-of-type(4) .p-service__list-text {
  color: #FFDBE4;
}
#lp_nara .p-service__list-hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lp_nara .p-service__list-icon {
  width: 54px;
  margin-inline: auto;
}
#lp_nara .p-service__list-title {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  margin-top: 8px;
  text-align: center;
}
#lp_nara .p-service__list-subtitle {
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  text-align: center;
}
#lp_nara .p-service__list-text {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}

#lp_nara .p-history {
  background: #FFFC00;
  padding-bottom: 50px;
}
#lp_nara .p-history__main {
  padding: 0 20px;
}
#lp_nara .p-history__img {
  margin-inline: auto;
  margin-top: 20px;
}
#lp_nara .p-history .l-container {
  margin-top: 17px;
}

#lp_nara .p-eventperiod {
  background-image: url(../../img/sp/lp_nara/p-eventperiod_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
#lp_nara .p-eventperiod__main {
  width: calc(100% - 20px);
  margin-inline: auto;
  padding-top: 12px !important;
}

#lp_nara .p-visitbonus {
  background-image: url(../../img/sp/lp_nara/p-visitbonus_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
#lp_nara .p-visitbonus__main {
  width: 76.3%;
  margin-inline: auto;
}
#lp_nara .p-visitbonus__coupon-area {
  background: #FBFBDA;
  border-radius: 10px;
  padding: 19px 15px 20px;
}

#lp_nara .p-shop {
  margin-top: 30px;
  padding-bottom: 50px;
}
#lp_nara .p-shop__main {
  width: 80%;
  margin-inline: auto;
}
#lp_nara .p-shop__area {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
}
#lp_nara .p-shop__card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #BFBFBF;
  border-top: 10px solid #E91017;
  padding: 0 15px 30px;
}
#lp_nara .p-shop__header {
  padding: 26px 0 16px;
}
#lp_nara .p-shop__name {
  font-size: 20px;
  color: #202020;
  font-weight: 700;
}
#lp_nara .p-shop__copy {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}
#lp_nara .p-shop__list {
  border-top: 1px solid #BFBFBF;
}
#lp_nara .p-shop__info {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #BFBFBF;
}
#lp_nara .p-shop__cate {
  font-size: 14px;
  font-weight: 700;
}
#lp_nara .p-shop__detail {
  font-size: 14px;
}
#lp_nara .p-shop__footer .c-btn__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#lp_nara .p-shop__footer .c-btn {
  height: 50px;
  font-size: 16px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
  padding-left: 20px;
}
#lp_nara .p-shop__footer .c-btn::before {
  width: 50px;
}
#lp_nara .p-shop__footer .c-btn-tel::before {
  background-image: url(../../img/sp/lp_nara/icon_tel2.svg);
  background-size: 16px 21px;
}
#lp_nara .p-shop__footer .c-btn-map {
  border: 2px solid #BFBFBF;
}
#lp_nara .p-shop__footer .c-btn-map::before {
  width: 30px;
  background-image: url(../../img/sp/lp_nara/icon_map2.svg);
  background-size: 13px 19px;
}
#lp_nara .p-shop__footer .c-btn::after {
  display: none;
}
#lp_nara .p-shop__add-text {
  font-size: 13px;
  color: #808080;
  line-height: 1.76;
  margin-top: 20px;
}

#lp_nara .p-faq {
  padding-bottom: 50px;
  background: #DCDCDC;
}
#lp_nara .p-faq__main {
  width: 65.3%;
  margin-inline: auto;
}
#lp_nara .p-faq__area {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 100%;
  margin-top: 20px;
}
#lp_nara .p-faq__item {
  background: #FFF;
  border-radius: 10px;
  padding: 16px 15px 20px;
}
#lp_nara .p-faq__title {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #202020;
}
#lp_nara .p-faq__title::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../../img/sp/lp_nara/p-faq_icon.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  position: absolute;
  top: 0;
  left: 0;
}
#lp_nara .p-faq__text {
  font-size: 14px;
  line-height: 1.71;
  margin-top: 12px;
  color: #202020;
}

@media screen and (min-width:641px){
body:has(#lp_nara) #siteHeader{
    top:0;
}
body:has(#lp_nara) .p-present{
    display:none;
}
body:has(#lp_nara) .p-contact{
    width:600px;
    left: calc(50% - 320px);
}
body:has(#lp_nara) .p-contact .c-btn__area .c-btn{
    padding-left:0;
}
}
/*# sourceMappingURL=lp_nara.css.map */
