.p-kv {
  background-image: url(../images/kv_bg.jpg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.p-kv__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

@media only screen and (max-width: 1279px) {
  .p-kv__contents-wrap {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__contents-wrap {
    padding-bottom: 32px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.p-kv__image-title {
  display: block;
  padding-top: 57px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-kv__image-title {
    padding-top: 30px;
  }
}

.p-kv__image-text {
  display: block;
  margin: 32px auto 0;
}
@media only screen and (max-width: 767px) {
  .p-kv__image-text {
    margin: 24px auto 0;
  }
}

.p-kv__image-main {
  display: block;
  margin: 34px auto 0;
}
@media only screen and (max-width: 767px) {
  .p-kv__image-main {
    margin: 24px auto 0;
  }
}

.p-kv__schedule-wrap {
  margin-top: 32px;
  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;
}
@media only screen and (max-width: 767px) {
  .p-kv__schedule-wrap {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-kv__schedule-head {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #642212;
  padding: 8px 14px;
  position: relative;
}
.p-kv__schedule-head::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  width: 14px;
  height: 100%;
  border-left: 1px solid #642212;
  background-color: #642212;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media only screen and (max-width: 767px) {
  .p-kv__schedule-head::after {
    content: none;
  }
}

.p-kv__schedule-content {
  font-size: 25px;
  color: #642212;
  font-weight: bold;
  margin-left: 23px;
}
@media only screen and (max-width: 767px) {
  .p-kv__schedule-content {
    margin-top: 12px;
    margin-left: 0;
    font-size: 18px;
  }
}

.p-section__news {
  margin-top: 68px;
}
@media only screen and (max-width: 767px) {
  .p-section__news {
    margin-top: 56px;
  }
}

.p-news__item {
  border-bottom: solid 1px #F59D68;
}
.p-news__item:first-child {
  border-top: solid 1px #F59D68;
}

.p-news__title {
  position: relative;
  cursor: pointer;
}

.p-news__title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0 22px 26px;
}
@media only screen and (max-width: 1279px) {
  .p-news__title-inner {
    padding: 15px 0 13px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__title-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-news__accordion {
  padding-right: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-news__accordion {
    padding-right: 40px;
  }
}
.p-news__accordion::before {
  position: absolute;
  right: 33px;
  top: 50%;
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #f59d68;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1279px) {
  .p-news__accordion::before {
    height: 18px;
    right: 22px;
  }
}
.p-news__accordion::after {
  position: absolute;
  right: 33px;
  top: 50%;
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #f59d68;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1279px) {
  .p-news__accordion::after {
    height: 18px;
    right: 22px;
  }
}

.p-news__accordion.open::before {
  background-color: #642212;
}
.p-news__accordion.open::after {
  display: none;
}

.p-news__date {
  font-weight: bold;
  margin-right: 34px;
}
@media only screen and (max-width: 1279px) {
  .p-news__date {
    font-size: 14px;
    margin-right: 20px;
  }
}

.p-news__head {
  font-weight: bold;
}
@media only screen and (max-width: 1279px) {
  .p-news__head {
    font-size: 14px;
  }
}

.p-news__detail {
  margin-left: 152px;
  padding-bottom: 22px;
  margin-right: 50px;
  display: none;
}
@media only screen and (max-width: 1279px) {
  .p-news__detail {
    margin-left: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__detail {
    margin-left: 12px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .p-news__detail p {
    font-size: 14px;
  }
}

.p-section__outline {
  margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .p-section__outline {
    margin-top: 60px;
  }
}

.p-outline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #F59D68;
}
.p-outline__item:first-child {
  border-top: solid 1px #F59D68;
}

.p-outline__item-head {
  font-weight: bold;
  background-color: #FFF4CB;
  padding: 27px 25px 24px;
  width: 184px;
  min-width: 184px;
}
@media only screen and (max-width: 1279px) {
  .p-outline__item-head {
    padding: 20px 20px 20px;
    max-width: 128px;
    min-width: 128px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-outline__item-head {
    padding: 14px 12px 14px;
    max-width: 110px;
    min-width: 110px;
  }
}

.p-outline__item-detail {
  padding: 26px 0 24px 25px;
}
@media only screen and (max-width: 1279px) {
  .p-outline__item-detail {
    padding: 20px 20px 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-outline__item-detail {
    padding: 14px 12px 14px;
  }
}

@media only screen and (max-width: 1279px) {
  .p-outline__detail-paragraph {
    font-size: 14px;
  }
}

.p-outline__detail-paragraph + .p-outline__detail-paragraph {
  margin-top: 1em;
}

.p-outline__item-link {
  text-decoration: underline;
}
.p-outline__item-link:hover {
  opacity: 0.8;
}

.p-outline__detail-list {
  padding-left: 20px;
}
.p-outline__detail-list li {
  list-style-type: disc;
  list-style-position: outside;
}
@media only screen and (max-width: 1279px) {
  .p-outline__detail-list li {
    font-size: 14px;
  }
}

.p-section__sanka {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .p-section__sanka {
    margin-top: 48px;
  }
}

.p-sanka__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .p-sanka__title {
    font-size: 16px;
  }
}

.p-sanak__btn-warp {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.p-sanak__btn {
  background-color: #FFF462;
  padding: 15px 60px 12px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-sanak__btn::before {
  position: absolute;
  content: "";
  background-color: #642212;
  -webkit-mask-image: url(../images/arrow_circle.svg);
          mask-image: url(../images/arrow_circle.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: block;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-sanak__btn::before:hover {
  background-color: #fff;
}
.p-sanak__btn:hover {
  background-color: #642212;
}
.p-sanak__btn:hover .p-sanak__btn-text {
  color: #ffffff;
}
.p-sanak__btn:hover::before {
  background-color: #ffffff;
}

.p-sanak__btn-text {
  color: #642212;
  font-weight: bold;
}

.p-sanak__annotation {
  margin-top: 22px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.p-section__shoplist {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .p-section__shoplist {
    margin-top: 48px;
  }
}

.p-shoplist__wrap {
  position: relative;
  background-image: url(../images/shoplist_bg.png);
  background-repeat: repeat;
  padding-top: 72px;
  padding-bottom: 176px;
}
@media only screen and (max-width: 767px) {
  .p-shoplist__wrap {
    padding-top: 48px;
    padding-bottom: 140px;
  }
}

.p-shoplist__content {
  background-color: #fff;
  padding: 24px 30px 34px;
}
@media only screen and (max-width: 767px) {
  .p-shoplist__content {
    padding: 20px 16px 24px;
  }
}

.p-shoplist__area-text {
  cursor: pointer;
  background-color: #FFF4CB;
  font-weight: bold;
  padding: 14px 50px 13px 20px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .p-shoplist__area-text {
    font-size: 14px;
    padding: 14px 50px 13px 16px;
  }
}
.p-shoplist__area-text:nth-child(n+2) {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .p-shoplist__area-text:nth-child(n+2) {
    margin-top: 12px;
  }
}
.p-shoplist__area-text::before {
  position: absolute;
  right: 31px;
  top: 50%;
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #333333;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1279px) {
  .p-shoplist__area-text::before {
    height: 18px;
    right: 22px;
  }
}
.p-shoplist__area-text::after {
  position: absolute;
  right: 31px;
  top: 50%;
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #333333;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1279px) {
  .p-shoplist__area-text::after {
    height: 18px;
    right: 22px;
  }
}

.p-shoplist__area-text.open::after {
  display: none;
}

.p-shoplist__category {
  margin-top: 12px;
  display: none;
}

.p-shoplist__category-text {
  padding: 12px 0 12px 40px;
  position: relative;
  background-color: #F9F7E1;
  color: #642212;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 1279px) {
  .p-shoplist__category-text {
    padding: 12px 0 12px 32px;
  }
}

.p-shoplist__category-sale::before {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background-color: #642212;
  -webkit-mask-image: url(../images/shoplist_ico-sale.svg);
          mask-image: url(../images/shoplist_ico-sale.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1279px) {
  .p-shoplist__category-sale::before {
    left: 14px;
    width: 12px;
    height: 12px;
  }
}

.p-shoplist__category-food::before {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background-color: #642212;
  -webkit-mask-image: url(../images/shoplist_ico-food.svg);
          mask-image: url(../images/shoplist_ico-food.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1279px) {
  .p-shoplist__category-food::before {
    left: 14px;
    width: 12px;
    height: 12px;
  }
}

.p-shoplist__category-construction::before {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background-color: #642212;
  -webkit-mask-image: url(../images/shoplist_ico-construction.svg);
          mask-image: url(../images/shoplist_ico-construction.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1279px) {
  .p-shoplist__category-construction::before {
    left: 14px;
    width: 12px;
    height: 12px;
  }
}

.p-shoplist__category-service::before {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background-color: #642212;
  -webkit-mask-image: url(../images/shoplist_ico-service.svg);
          mask-image: url(../images/shoplist_ico-service.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1279px) {
  .p-shoplist__category-service::before {
    left: 14px;
    width: 12px;
    height: 12px;
  }
}

.p-shoplist__shopname-wrap {
  margin-top: 12px;
}

.p-shoplist__shopname-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-shoplist__shopname-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.p-shoplist__shopname-item {
  border-bottom: solid 1px #a0a5ab;
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .p-shoplist__shopname-item {
    font-size: 12px;
    padding-bottom: 8px;
    padding-left: 14px;
  }
}

.p-section__qa {
  margin-top: -96px;
}
@media only screen and (max-width: 1279px) {
  .p-section__qa {
    margin-top: -66px;
  }
}
@media only screen and (max-width: 767px) {
  .p-section__qa {
    margin-top: -120px;
  }
}

.p-qa__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .p-qa__title-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa__title-wrap {
    -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;
    margin-top: 10px;
  }
}

.p-qa__title-text {
  font-size: 32px;
  line-height: 86px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  z-index: 2;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1279px) {
  .p-qa__title-text {
    font-size: 24px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa__title-text {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .p-qa__title-text {
    font-size: 18px;
  }
}

.p-qa__title-deco {
  display: block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/qa_deco.svg);
  width: 181px;
  height: 142px;
  background-position: center;
  background-size: contain;
  top: -20px;
  left: 270px;
}
@media only screen and (max-width: 1279px) {
  .p-qa__title-deco {
    left: 160px;
    height: 90px;
    top: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa__title-deco {
    display: none;
    content: none;
  }
}

.p-qa__nav-wrap {
  width: 520px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1279px) {
  .p-qa__nav-wrap {
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa__nav-wrap {
    width: 100%;
  }
}

.p-qa__nav-shop {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 50%;
  text-align: center;
  font-size: 20px;
  height: 96px;
  line-height: 86px;
}
@media only screen and (max-width: 1279px) {
  .p-qa__nav-shop {
    font-size: 16px;
    height: 66px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa__nav-shop {
    font-size: 14px;
    height: 56px;
    line-height: 46px;
  }
}

.p-qa__nav-customer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 50%;
  text-align: center;
  font-size: 20px;
  height: 96px;
  line-height: 86px;
  border-left: solid 4px #E0F5FD;
}
@media only screen and (max-width: 1279px) {
  .p-qa__nav-customer {
    font-size: 16px;
    height: 66px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa__nav-customer {
    font-size: 14px;
    height: 56px;
    line-height: 46px;
  }
}

.p-qa__nav-text {
  position: relative;
}
.p-qa__nav-text::after {
  position: absolute;
  content: "";
  display: none;
  width: 100%;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/qa_nv_arrow.svg);
  background-size: contain;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1279px) {
  .p-qa__nav-text::after {
    height: 8px;
    bottom: -12px;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa__nav-text::after {
    height: 7px;
    bottom: -10px;
  }
}

.p-qa__nav-shop.active .p-qa__nav-text::after,
.p-qa__nav-customer.active .p-qa__nav-text::after {
  display: block;
}

.p-qa__block-shop {
  margin-top: 48px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-qa__block-shop {
    margin-top: 24px;
  }
}

.p-qa__block-shop.active {
  display: block;
}

.p-qa__block-customer {
  margin-top: 48px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-qa__block-customer {
    margin-top: 24px;
  }
}

.p-qa__block-customer.active {
  display: block;
}

.p-qa__block-item + .p-qa__block-item {
  margin-top: 12px;
}

.p-qa__question {
  cursor: pointer;
  background-color: #E0F5FD;
  padding: 14px 50px 13px 20px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}
@media only screen and (max-width: 1279px) {
  .p-qa__question {
    padding: 12px 40px 11px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa__question {
    font-size: 13px;
  }
}
.p-qa__question::before {
  position: absolute;
  right: 31px;
  top: 50%;
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #333333;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1279px) {
  .p-qa__question::before {
    height: 18px;
    right: 22px;
  }
}
.p-qa__question::after {
  position: absolute;
  right: 31px;
  top: 50%;
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #333333;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1279px) {
  .p-qa__question::after {
    height: 18px;
    right: 22px;
  }
}

.p-qa__question.open::before {
  background-color: #00ADEC;
}
.p-qa__question.open::after {
  display: none;
}

.p-qa__answer {
  display: none;
}

.p-qa__answer-text {
  padding: 28px 20px 14px 48px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .p-qa__answer-text {
    padding: 24px 16px 12px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa__answer-text {
    font-size: 13px;
  }
}
.p-qa__answer-text::before {
  content: "A";
  position: absolute;
  display: block;
  color: #00ADEC;
  font-size: 24px;
  font-family: "Cabin", sans-serif;
  width: 15px;
  height: 24px;
  top: 22px;
  left: 17px;
}
@media only screen and (max-width: 1279px) {
  .p-qa__answer-text::before {
    font-size: 18px;
    top: 20px;
  }
}