@charset "UTF-8";
@font-face {
  font-family: "LINE Seed JP_OTF";
  font-style: normal;
  font-weight: 100;
  src: url(https://custom-assets.helpfeel.com/demae-can/fonts/line-seed-jp/LINESeedJP_OTF_Th.woff) format("woff");
}
@font-face {
  font-family: "LINE Seed JP_OTF";
  font-style: normal;
  font-weight: 400;
  src: url(https://custom-assets.helpfeel.com/demae-can/fonts/line-seed-jp/LINESeedJP_OTF_Rg.woff) format("woff");
}
@font-face {
  font-family: "LINE Seed JP_OTF";
  font-style: normal;
  font-weight: 700;
  src: url(https://custom-assets.helpfeel.com/demae-can/fonts/line-seed-jp/LINESeedJP_OTF_Bd.woff) format("woff");
}
@font-face {
  font-family: "LINE Seed JP_OTF";
  font-style: normal;
  font-weight: 900;
  src: url(https://custom-assets.helpfeel.com/demae-can/fonts/line-seed-jp/LINESeedJP_OTF_Eb.woff) format("woff");
}
:root {
  --primary-color: #EB3334;
  --brand-color: #EB3334;
  --link-color: #0070C9;
  --link-hover-color: #efefef;
  --link-border-radius: 4px;
  --highlight-color: #E83434;
  --card-border-radius: 6px;
  --card-border-color: #d9d9d9;
  --card-border-width: 1px;
  --card-bg-color: #fff;
  --body-color: #232323;
  --body-background: #F7F7F7;
  --body-background-size: auto;
  --helper-color: rgba(17, 17, 17, 0.6);
  --logo-image-height: 32px;
  --header-link-color: #777;
  --header-color: #606060;
  --header-background: transparent;
  --header-background-size: auto;
  --form-border-color: #979797;
  --page-container-width: 880px;
  --subtitle-background: none;
  --subtitle-background-size: auto;
  --query-input-box-shadow: none;
}

:root {
  /* KINDS UIカスタム設定 */
  --kinds-selector-cols: 4;
  --kinds-selector-cols-sp: 2;
  --kinds-selector-gap: 8px;
  --kinds-selector-button-bg-color: #fff;
  --kinds-selector-button-hover-bg-color: #da3734;
  --kinds-selector-button-color: #da3734;
}

/* mixin */
body {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  color: #212121;
  font-family: "LINE Seed JP_OTF", sans-serif;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 80px;
  }
}

.footer .foot_wrap .foot_inquiry .container {
  width: var(--page-container-width);
  max-width: calc(100% - 32px);
  margin-top: 40px;
  margin-bottom: 30px;
  background: none;
}
@media (max-width: 767px) {
  .footer .foot_wrap .foot_inquiry .container {
    width: 100%;
  }
}
.footer .foot_wrap .foot_inquiry .container p {
  margin-bottom: 0;
  font-size: 14px;
}
.footer .foot_wrap .foot_inquiry .container a {
  color: var(--link-color);
  font-weight: 700;
  font-size: 16px;
}
.article-page .footer .foot_wrap .foot_inquiry {
  display: none;
}
.footer .foot_wrap .back-home {
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
.search-page .footer .foot_wrap .back-home {
  display: none;
}
.footer .foot_wrap .copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  font-size: 13px;
  line-height: 60px;
  color: #646464;
}
@media (max-width: 767px) {
  .footer .foot_wrap .copyright {
    margin-bottom: 30px;
  }
}

#app-container {
  min-height: 50vh;
}

.header {
  margin: 0;
  padding: 0;
}
.article-page .header {
  position: relative;
  height: 116px;
}
.header .navbar {
  margin: 0;
  height: 3.5rem;
  padding: 0.7rem;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.header .navbar h1.brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 3.5rem;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .header .navbar h1.brand {
    padding-left: 0.7rem;
  }
}
@media (max-width: 767px) {
  .header .navbar h1.brand {
    width: 100%;
    padding-left: 12px;
  }
}
.header .navbar h1.brand img {
  width: 300px;
}
.header .navbar ul.header-menu .articleNav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: var(--page-container-width);
  max-width: calc(100% - 32px);
}
.header .navbar ul.header-menu .articleNav a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--link-color);
}
.header .navbar ul.header-menu .articleNav a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(https://custom-assets.helpfeel.com/demae-can/icon_arrowleft_small.svg) no-repeat;
  background-size: contain;
}
.search-page .header .navbar ul.header-menu .articleNav {
  display: none;
}
.content {
  margin: 24px 0;
}
@media (max-width: 767px) {
  .content {
    margin-bottom: 0;
  }
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: var(--page-container-width);
  height: 3.3rem;
  line-height: 3.3rem;
  border-radius: 1.7rem;
  background: var(--primary-color);
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn a {
    width: 100%;
  }
}
.btn a:hover {
  background: rgba(235, 51, 52, 0.75);
}

.powered-by-helpfeel a {
  position: absolute;
  bottom: 0;
  right: 10px;
  padding: 5px 20px;
  border-radius: 3px 3px 0 0;
  background: var(--form-border-color);
}
.powered-by-helpfeel a:link {
  font-size: 10px;
  color: #fff;
}
.powered-by-helpfeel a:hover {
  background: rgba(151, 151, 151, 0.75);
}
.powered-by-helpfeel a:visited {
  color: #fff;
}
@media (max-width: 767px) {
  .powered-by-helpfeel a {
    left: 0;
    right: 0;
    margin: auto;
    width: 160px;
  }
}

.concierge {
  display: none;
}

.header .subtitle {
  position: relative;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .header .subtitle {
    display: block;
    padding-top: 40px;
  }
}
.header .subtitle h2 {
  font-size: 18px;
  color: #212121;
  pointer-events: none;
}
.header .subtitle_txt {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
}
.header .query-input {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  background-image: url(https://custom-assets.helpfeel.com/demae-can/icon_search.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  border-radius: 6px;
  font-size: 16px;
}
.header .query-input input, .header .query-input textarea {
  font-size: 16px;
}
.header .speech-button img {
  width: 20px;
}

.search-summary-time {
  display: none;
}

.faq-list {
  margin-top: 8px;
}
.faq-list .faq-list-title {
  position: static;
}
@media (max-width: 767px) {
  .faq-list .faq-list-scroll-container {
    max-height: 300px;
    padding: 0 !important;
  }
}

.faq-list ul > li > a {
  font-size: 16px;
}
.faq-list ul > li > a .icon {
  margin-right: 8px;
}

.keywords {
  margin-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .keywords {
    padding: 17px 12px;
  }
}

.search-page .query-input {
  width: var(--page-container-width);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .search-page .query-input {
    width: 100%;
  }
}
.search-page .container {
  width: var(--page-container-width);
}

@media (max-width: 767px) {
  .page-content {
    padding: 24px 16px;
  }
}

.page-content .line {
  font-size: 16px;
}
.page-content .line.title {
  font-size: 20px;
}
.page-content .line img.image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-content .line a.external-link {
  text-decoration: none;
  font-weight: bold;
}

.article-page-empty .content {
  margin-bottom: 0;
}
.article-page-empty .content .page-content {
  padding-bottom: 0;
  border-bottom: 0;
  border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
}
.article-page-empty .related-pages-section .container .related-pages {
  border-top: 0;
  border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
}

@media (max-width: 767px) {
  .related-pages {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 24px 16px;
  }
}
.article-page .content {
  margin-bottom: 0;
}

.feedback-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .line .deco-\< {
    display: none;
  }
}
.inapp .line .deco-\< {
  display: none;
}
.line .deco-\% {
  display: none;
}
@media (max-width: 767px) {
  .line .deco-\% {
    display: block;
  }
}
.inapp .line .deco-\% {
  display: none;
}
.line .deco-\! {
  display: none;
}
.inapp .line .deco-\! {
  display: block;
}

.article-page-empty .content .page-content {
  padding: 0;
  margin-bottom: 24px;
  background: none;
}
.article-page-empty .feedback-section {
  display: none;
}

.related-pages .related-pages-body ul > li > a {
  font-size: 14px;
}
.related-pages .related-pages-body ul > li > a span.icon {
  margin-right: 8px;
  background-image: url(https://custom-assets.helpfeel.com/demae-can/icon_help.svg) !important;
}

html.inapp body.search-page,
html.inapp body.article-page {
  min-height: 100vh;
}
html.inapp body.search-page .header,
html.inapp body.article-page .header {
  display: block;
}
html.inapp body.search-page h1.brand a,
html.inapp body.article-page h1.brand a {
  pointer-events: none;
}
html.inapp body.search-page .navbar,
html.inapp body.article-page .navbar {
  display: flex;
}
html.inapp body.search-page .footer,
html.inapp body.article-page .footer {
  display: block;
}

@media (min-width: 768px) {
  .line.image-only-line {
    text-align: center;
  }

  .page-content img.strong-image {
    max-width: 300px;
  }
}
html.inframe body {
  padding: 0;
  background: #fff;
}

html.inframe body .faq-list-container .form-group.result {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

html.inframe body .faq-list-container .form-group.result .faq-list {
  margin-top: 4px !important;
  border-radius: var(--card-border-radius);
  border: var(--card-border-width) solid var(--card-border-color);
  background: var(--card-bg-color);
  padding: 0 !important;
}

html.inframe body .faq-list-container .form-group.result .faq-list .faq-list-scroll-container {
  height: auto;
  max-height: 400px !important;
}

/* 20250711_UI調整 */
.search-page .query-input {
  max-width: 720px;
  margin-bottom: 26px;
  box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .search-page .query-input {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .search-page .header .subtitle_txt {
    margin-top: 6px;
  }
}
.search-page .faq-list {
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-right: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .search-page .faq-list {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 32px;
    padding-left: 20px;
    border-radius: var(--card-border-radius);
    border: var(--card-border-width) solid var(--card-border-color);
  }
}
.search-page .faq-list .faq-list-scroll-container {
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .search-page .faq-list .faq-list-scroll-container {
    padding-right: 10px;
  }
}
.search-page .faq-list .faq-list-title {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .search-page .faq-list .faq-list-title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .search-page .faq-list ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.search-page .faq-list ul > li > a .icon {
  width: 26px;
  margin-right: 12px;
}
.search-page .faq-list ul > li > a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-page .keywords {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .search-page .keywords {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: var(--card-border-radius);
    border: var(--card-border-width) solid var(--card-border-color);
  }
}
@media screen and (max-width: 767px) {
  .search-page .keywords .keywords-title {
    margin-bottom: 11px;
  }
}
.search-page .keywords .keywords-body .section:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .search-page .keywords .keywords-body .section:not(:last-child) {
    margin-bottom: 12px;
  }
}
.search-page .keywords .keywords-body .headword {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .search-page .keywords .keywords-body .headword {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.search-page .keywords .keywords-body .list {
  justify-content: flex-start;
  gap: 6px;
}
.search-page .keywords .keywords-body .list > a {
  line-height: 34px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .search-page .keywords .keywords-body .list > a {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.footer-cta {
  display: none;
  width: var(--page-container-width);
  max-width: calc(100% - 32px);
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  border: var(--card-border-width) solid var(--card-border-color);
  border-radius: var(--card-border-radius);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-cta {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer-cta__label {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
.footer-cta__row {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer-cta__row {
    flex-direction: column;
  }
}
.footer-cta__contact {
  width: 100%;
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 28px;
  padding-left: 32px;
  border-radius: var(--card-border-radius);
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
}
.footer-cta__contact-icon {
  margin-bottom: 12px;
  text-align: center;
}
.footer-cta__contact-title {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 24px;
}
.footer-cta__contact-title-text--large, .footer-cta__contact-title-text--small {
  display: block;
}
.footer-cta__contact-title-text--large {
  font-size: 16px;
}
.footer-cta__contact-title-text--small {
  font-size: 14px;
}
.footer-cta__contact-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: auto;
}
.footer-cta__contact-button {
  margin-top: 20px;
}
.footer-cta .footer-cta__contact .footer-cta__contact-button-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: 8px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  color: #fff;
  background-color: #da3734;
}
.footer-cta .footer-cta__contact .footer-cta__contact-button-link:visited, .footer-cta .footer-cta__contact .footer-cta__contact-button-link:hover {
  color: #fff;
}
.footer-cta .footer-cta__contact .footer-cta__contact-button-link:hover {
  background-color: #da3734 !important;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .page-content {
    border-radius: var(--card-border-radius);
    border: var(--card-border-width) solid var(--card-border-color);
  }
}

@media screen and (max-width: 767px) {
  .related-pages {
    border-radius: var(--card-border-radius);
    border: var(--card-border-width) solid var(--card-border-color);
  }
}

.search-page .detailed-feedback {
  display: none;
}
.detailed-feedback .detailed-feedback-link-button {
  font-weight: 700;
  color: #fff;
  background-color: #da3734;
  border: none;
  border-radius: 8px;
}
.detailed-feedback .detailed-feedback-link-button:hover {
  opacity: 0.7;
}

.custom-contact-page .header-menu,
.custom-contact-page .footer-cta {
  display: none !important;
}
.custom-contact-page .form-group.required > label:after, .custom-contact-page .form-group.required.radio-button-container > div:not(.radio-button-group) > label:after {
  content: "必須";
  color: #fff;
  font-size: 11px;
  background-color: #e5484d;
  padding: 2px 5px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: 2px;
}
.custom-contact-page .form-group > label, .custom-contact-page .form-group.radio-button-container > div:not(.radio-button-group) label {
  display: block;
  color: #212121;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 12px;
  font-weight: bold;
}
.custom-contact-page .form-group.rel-question, .custom-contact-page .form-group.nohit {
  margin-top: 0;
}
.custom-contact-page .form-group.feedbackType, .custom-contact-page .form-group.feedbackPageId, .custom-contact-page .form-group.feedbackPageTitle, .custom-contact-page .form-group.feedbackQuery {
  display: none;
}
.custom-contact-page .form-group .query-textarea-container {
  background: #f5f5f5;
}
.custom-contact-page .form-group .query-textarea-container .hider {
  background: #f5f5f5;
}
.custom-contact-page .form-group .query-textarea-container:focus-within {
  background: #fff;
}
.custom-contact-page .form-group .query-textarea-container:focus-within .hider {
  background: #fff;
}
.custom-contact-page .form-group .query-textarea-container .form-control {
  border: solid 1px transparent;
}
.custom-contact-page .form-group .query-textarea-container .form-control:focus {
  background: rgba(0, 0, 0, 0);
  border: solid 1px #000;
  box-shadow: 0 4px 12px 0 #00000033;
  outline: none;
}
.custom-contact-page .form-group .button-submit {
  font-weight: 700;
}
.custom-contact-page .form-group .button-submit:hover {
  opacity: 0.7;
}
.custom-contact-page .form-group .button-submit:disabled {
  display: none;
}

.article-page #detailed-feedback-section {
  display: none;
}

/*****************************************
* KINDS SETTING - BUTTONS
*****************************************/
html .search-page .kinds-selector .selector {
  display: grid;
  grid-template-columns: repeat(var(--kinds-selector-cols), 1fr);
  gap: var(--kinds-selector-gap);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  html .search-page .kinds-selector .selector {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 479px) {
  html .search-page .kinds-selector .selector {
    grid-template-columns: repeat(var(--kinds-selector-cols-sp), 1fr);
  }
}
html .search-page .kinds-selector .selector .kind-items {
  margin: 0;
}
html .search-page .kinds-selector .selector .kind-items label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 9px 8px;
  font-size: 14px;
  color: #212121;
  border: 1px solid var(--card-border-color);
  border-radius: var(--card-border-radius);
  background-color: var(--kinds-selector-button-bg-color);
}
html .search-page .kinds-selector .selector .kind-items label:hover {
  border: 1px solid var(--kinds-selector-button-hover-bg-color);
  background-color: var(--kinds-selector-button-hover-bg-color);
  color: #fff;
}
html .search-page .kinds-selector .selector .kind-items > input[type=radio] {
  display: none;
}
html .search-page .kinds-selector .selector .kind-items > input:checked + label {
  border: 1px solid var(--kinds-selector-button-hover-bg-color);
  background-color: var(--kinds-selector-button-hover-bg-color);
  color: #fff;
}
html .search-page.inframe .kinds-selector .selector {
  width: calc(100% - (12px * 2));
  margin: 8px auto;
}
html .search-page.inframe .kinds-selector .selector .kind-items {
  margin-bottom: 0;
}

.search-page .header .subtitle {
  padding: 108px 0 18px;
}
.search-page .header .navbar {
  position: relative;
}
.search-page .header .navbar ul.header-menu .ban {
  max-width: calc(100% - 32px);
  width: var(--page-container-width);
  font-size: 14px;
  line-height: 1;
  border-radius: 6px;
  background-color: #346AFF;
  background-image: url(https://custom-assets.helpfeel.com/demae-can-restaurant/icon_info.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 16px center;
  color: #fff;
  margin: 0;
  padding: 20px 15px 19px 45px;
  position: absolute;
  bottom: -86px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .search-page .header .navbar ul.header-menu .ban {
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 15px 8px 45px;
  }
}
.article-page .search-page .header .navbar ul.header-menu .ban {
  display: none;
}

.article-page .header .navbar ul.header-menu .ban {
  display: none;
}

html.inframe .header .query-input {
  background: none;
}
html.inframe #app-container {
  margin-top: 30px;
  padding-bottom: 20px;
}
html.inframe .powered-by-helpfeel {
  display: none;
}