@charset "UTF-8";
#delivery-area-selector {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  padding: 24px 12px;
  border-radius: 8px;
  z-index: 1001;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}
#delivery-area-selector h2 {
  text-align: center;
  font-size: 1.25rem;
  padding: 1rem;
}
#delivery-area-selector .delivery-area-option {
  margin: 14px 0;
  padding: 18px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
}
#delivery-area-selector .delivery-area-option h3 {
  line-height: 1.75;
}
#delivery-area-selector .delivery-area-option:hover {
  background-color: #f5f5f5;
}
#delivery-area-selector .delivery-area-option.selected {
  background-color: #e3f2fd;
  border-color: #2196f3;
}

#delivery-area-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

@media (max-width: 767px) {
  #delivery-area-selector {
    width: 480px;
    max-width: 90vw;
    padding: 12px 8px;
    border-radius: 12px;
  }
  #delivery-area-selector h2 {
    font-size: 1rem;
    padding: 1rem;
  }
  #delivery-area-selector .delivery-area-option {
    margin: 10px 0;
    padding: 16px 12px;
    font-size: 0.875em;
  }
}
#js-pagetop {
  display: none !important;
}

#order-progress {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
  min-height: 220px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: flex;
  flex-direction: column;
}
#order-progress .progress-bar {
  width: 100%;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
}
#order-progress .progress-bar .progress-fill {
  height: 100%;
  background-color: #4CAF50;
  transition: width 0.3s ease;
}
#order-progress .progress-text {
  text-align: center;
  font-size: 16px;
  color: #666;
}
#order-progress .progress-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}
#order-progress .area-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#order-progress .area-label {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
#order-progress .area-desc {
  font-size: 14px;
  color: #888;
  margin-left: 2px;
  margin-top: 2px;
  line-height: 1.3;
}
#order-progress .progress-description {
  font-size: 14px;
  color: #888;
  margin-bottom: 4px;
  text-align: center;
  margin-top: auto;
  line-height: 1.3;
}
#order-progress .progress-description span {
  display: inline-block;
}
@media (max-width: 767px) {
  #order-progress {
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: auto;
    border-radius: 0;
  }
}

#order-phone-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e8f5e9;
  border-top: 2px solid #388e3c;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
  z-index: 1002;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  font-size: 1.1em;
}
#order-phone-bar .phone-bar-text {
  color: #388e3c;
  font-weight: bold;
  margin-right: 24px;
  text-align: center;
}
#order-phone-bar .phone-bar-btn {
  background: #43a047;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 24px;
  padding: 12px 32px;
  font-size: 1.1em;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s;
  margin-left: 8px;
  display: inline-block;
}
#order-phone-bar .phone-bar-btn:hover {
  background: #2e7d32;
  color: #fff;
}

@media (max-width: 767px) {
  #order-phone-bar {
    flex-direction: column;
    padding: 14px 4px;
    font-size: 1em;
  }
  #order-phone-bar .phone-bar-text {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #order-phone-bar .phone-bar-btn {
    width: 90vw;
    padding: 14px 0;
    font-size: 1.1em;
  }
}
.change-area-btn {
  background: linear-gradient(90deg, #43a047 0%, #66bb6a 100%);
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 4px 14px 1px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(67, 160, 71, 0.08);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s, box-shadow 0.2s;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
.change-area-btn:hover {
  background: linear-gradient(90deg, #388e3c 0%, #43a047 100%);
  box-shadow: 0 4px 12px rgba(67, 160, 71, 0.15);
}
.change-area-btn .icon {
  font-size: 1.1em;
  margin-right: 2px;
}

.qt_googlemap_embed iframe {
  width: 100%;
  height: 100%;
}

.c-access__detail {
  display: flex;
  gap: 50px;
}
.c-access__detail-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-access__detail-text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 767px) {
  .c-access__detail {
    flex-direction: column;
    gap: 20px;
  }
  .c-access__detail-text {
    gap: 10px;
  }
  .c-access__detail-text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce-product-search {
    width: 100%;
  }
  .woocommerce-products-header-inner {
    gap: 0 !important;
  }
  .woocommerce-product-search .search-field {
    border-top: none !important;
  }
}
#minimum-order-validator {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
}

.wc-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  margin-inline: 0 !important;
}

.wc-radios li {
  list-style: none;
}

.woocommerce-NoticeGroup .woocommerce-error {
  margin-left: 0;
}

.woocommerce form .form-row .required {
  font-size: 0;
}

.woocommerce form .form-row .required::before {
  content: "必須";
  font-size: 0.875rem;
}

.woocommerce form .form-row#billing_country_field,
.woocommerce form .form-row#wcban_building_name_field {
  display: none;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

.p-page-header-image .p-header-content {
  height: 9.375rem;
  min-height: unset;
}
.p-page-header-image .p-header-content {
  height: 9.375rem;
  min-height: unset;
}

.p-header-content-catch {
  color: #000;
  font-size: 2.125rem;
  letter-spacing: 0.02em;
}

.page-bottom-bunner .parallax-image-content {
  min-height: 30rem;
  max-width: 1000px;
}
.page-bottom-bunner h2 {
  font-size: 1.5rem;
}
.page-bottom-bunner h2 span {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .page-bottom-bunner h2 span {
    font-size: 1.75rem;
  }
}

.wp-block-tcd-parallax-image .parallax-image-catch {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .wp-block-tcd-parallax-image .parallax-image-catch {
    font-size: max(1rem, 2.4vw) !important;
  }
  .wp-block-tcd-parallax-image .parallax-image-catch strong {
    font-size: 1.375rem;
  }
}

#l-main {
  /* 共通スタイル */
  /* アクセスページ */
}
#l-main .wp-block-heading {
  margin: 0;
}
#l-main p {
  margin: 0;
}
#l-main .l-inner02 {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  #l-main .l-inner02 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #l-main .wp-block-tcd-parallax-image .parallax-image-content {
    padding: 3.125rem 1.25rem;
  }
}
#l-main .column3__card {
  margin-top: 6.25rem;
  background-color: #f4f1e8;
  margin-bottom: 0;
  padding-inline: 20px;
  padding-block: 3.125rem 3.75rem;
}
#l-main .column3__card .is-layout-flex {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #l-main .column3__card .is-layout-flex {
    gap: 3.125rem;
  }
}
#l-main .column3__card figure {
  margin-top: 1.25rem;
}
#l-main .column3__card figure img {
  width: 100%;
}
#l-main .column3__card .wp-block-column {
  flex-basis: calc(33.3333333333% - 13.3333333333px);
}
#l-main .wp-block-column {
  flex: none;
}
#l-main .meigetuki-concept {
  padding-inline: 1.25rem;
}
#l-main .meigetuki-concept p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  #l-main .meigetuki-concept p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #l-main .l-main__card {
    width: 100%;
    padding-inline: 20px;
  }
  #l-main .l-main__card h3 {
    font-size: 1.4375rem;
  }
  #l-main .l-main__card p {
    margin-bottom: 1.875rem;
  }
  #l-main .l-main__card .wp-block-buttons {
    margin-bottom: 0;
  }
}
#l-main .l-main__card .card-body {
  height: 100%;
}
#l-main .l-main__card .wp-block-group {
  height: 100%;
}
#l-main .l-main__card .wp-block-group p {
  flex: 1;
  padding-inline: 0.9375rem 0.625rem;
}
@media (767px < width < 1025px) {
  #l-main .l-main__card .wp-block-group p {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  #l-main .l-main__card .wp-block-group p {
    padding-inline: 0rem;
  }
}
#l-main .l-main__card .wp-block-group__inner-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#l-main .l-main__card .wp-block-buttons {
  margin-bottom: 0;
}
#l-main .h3title-bd {
  position: relative;
}
#l-main .h3title-bd::before, #l-main .h3title-bd::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #7e662e;
  width: 20%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
#l-main .h3title-bd::before {
  left: 0;
}
#l-main .h3title-bd::after {
  right: 0;
}
#l-main .card-common {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #l-main .card-common {
    flex-direction: column-reverse;
  }
}
#l-main .card-common p {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  #l-main .card-common p {
    font-size: 1rem;
  }
}
#l-main .concept-card {
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  #l-main .concept-card {
    padding-inline: 1.25rem;
  }
}
#l-main .concept-card h2 {
  font-size: 2.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #l-main .concept-card h2 {
    font-size: 1.5rem;
  }
}
#l-main .concept-card__img-wrapper {
  width: 23.125rem;
}
#l-main .concept-card__img-wrapper img {
  width: 100%;
}
@media (width < 400px) {
  #l-main .concept-card__img-wrapper {
    width: 100%;
  }
}
#l-main .concept-card__text-wrapper {
  width: fit-content;
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  #l-main .concept-card__text-wrapper {
    max-width: 80%;
  }
}
#l-main .introduction-card h2 {
  font-size: 2.125rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #l-main .introduction-card h2 {
    font-size: 1.375rem;
  }
}
#l-main .introduction-card p {
  max-width: 29.375rem;
}
#l-main .introduction-card__text-wrapper {
  width: fit-content;
}
#l-main .introduction-card__img-wrapper {
  width: fit-content;
}
#l-main .gutena-tabs-tab {
  padding-inline: 0.625rem;
}
#l-main .gutena-tabs-content {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto !important;
}
#l-main .gutena-tabs-content .img-only {
  width: 21.875rem;
}
#l-main .menu-lists {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
#l-main .menu-list__title h3 {
  font-size: 1.25rem;
}
#l-main .menu-list__title p {
  font-size: 1.125rem;
  flex-shrink: 0;
}
@media (767px < width < 1025px) {
  #l-main .menu-list__title h3 {
    font-size: 1.0625rem;
  }
}
@media (width < 768px) {
  #l-main .menu-list__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  #l-main .menu-list__title h3 {
    font-size: 1rem;
  }
  #l-main .menu-list__title p {
    font-size: 0.9375rem;
  }
}
#l-main .menu-list {
  box-shadow: 0 10px 6px -6px #777;
  background: #f4f2e9;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  align-items: flex-start;
  padding: 1.25rem;
  padding-top: 2.5rem;
  min-height: 25rem;
}
@media screen and (max-width: 767px) {
  #l-main .menu-list {
    gap: 1.25rem;
    flex-direction: column-reverse;
    padding: 2.5rem 0.625rem 1.25rem;
  }
}
#l-main .menu-list__title {
  background: #f4f2e9;
  padding: 0.9375rem;
  border-bottom: 1px solid #a6a1a1;
}
#l-main .menu-list__img-wrapper {
  width: 16.125rem;
  margin-right: 1.25rem;
  flex-shrink: 0;
}
@media (width < 800px) {
  #l-main .menu-list__img-wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #l-main .menu-list__img-wrapper {
    width: 100%;
  }
}
#l-main .menu-list__text-wrapper {
  max-width: 600px;
}
#l-main .menu-list__text-wrapper strong {
  color: #cf2e2e;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
#l-main .menu-list__text-wrapper-single {
  max-width: 100%;
}
@media (767px < width < 1025px) {
  #l-main .menu-list__text-wrapper p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  #l-main .menu-list__text-wrapper p {
    font-size: max(0.6875rem, 2.2vw);
  }
}
@media (width < 375px) {
  #l-main .menu-list__text-wrapper p {
    font-size: 0.6875rem;
  }
}
#l-main .concept-grid__area {
  margin-top: 3.125rem;
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
#l-main .concept-grids {
  gap: 40px;
  align-items: flex-start;
}
#l-main .concept-grid {
  width: calc(50% - 20px);
}
@media (width < 600px) {
  #l-main .concept-grid {
    width: 100%;
  }
}
#l-main .concept-grid h4 {
  font-size: 1.375rem;
}
#l-main .concept-grid figure {
  margin-top: 1.875rem;
}
#l-main .concept-grid figure img {
  display: block;
  margin-inline: auto;
}
#l-main .p-page-header {
  margin-top: 3.125rem;
}
#l-main .p-page-header-image {
  border-radius: 0;
}
#l-main .title-03 {
  font-size: 1.5rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.9375rem 0 0.9375rem 1.25rem;
  position: relative;
  margin-bottom: 1.875rem;
}
#l-main .title-03::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 20px);
  background-color: #6b4f2a;
}
#l-main .tac {
  text-align: center;
}
#l-main .mt-40 {
  margin-top: 2.5rem;
}
#l-main .tac {
  text-align: center;
}
#l-main .mt-40 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #l-main .mt-40 {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #l-main .google-map p,
  #l-main .access-map p {
    font-size: 0.875rem;
  }
  #l-main .google-map p strong,
  #l-main .access-map p strong {
    font-size: 1rem;
  }
}
#l-main .google-map__iframe {
  width: 100%;
  height: 450px;
}
#l-main .google-map__iframe > div {
  width: 100%;
  height: 100%;
}
#l-main .google-map__iframe iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #l-main .google-map__iframe {
    height: 300px;
  }
}
#l-main .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-size: 1rem;
  line-height: 1;
}
#l-main .meigetuki-introduction__gallery {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  #l-main .meigetuki-introduction__gallery {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  #l-main .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
}
#l-main .l-main__cards.jcc {
  justify-content: center;
}
#l-main .l-main__cards.jcc .l-main__card {
  flex-basis: 40%;
}
#l-main .l-main__cards.jcc .l-main__card figure img {
  /*  margin-inline: auto;
  display: block; */
  width: 100%;
}
#l-main .yugyotei-info {
  padding: 1.875rem;
  width: 95%;
  background: url(../images/bg_shopinfo.png) repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #l-main .yugyotei-info {
    padding: 0.9375rem;
  }
}
#l-main .yugyotei-info__inner {
  padding: 1.875rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #l-main .yugyotei-info__inner {
    padding: 0.9375rem;
  }
}
#l-main .yugyotei-info h2 {
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
  position: relative;
}
#l-main .yugyotei-info h2::before, #l-main .yugyotei-info h2::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  width: calc(50% - 5em);
  height: 1px;
  background-color: #9f9680;
}
#l-main .yugyotei-info h2::before {
  left: 50%;
  margin-left: 5em;
}
#l-main .yugyotei-info h2::after {
  right: 50%;
  margin-right: 5em;
}
#l-main .yugyotei-info h2 + .yugyotei-info__tel {
  margin-bottom: 0.9375rem;
}
#l-main .yugyotei-info__tel {
  display: flex;
  align-items: center;
}
#l-main .yugyotei-info__tel figure {
  margin-bottom: 0;
  line-height: normal;
}
#l-main .yugyotei-info__tel p {
  font-size: 1.75rem;
  line-height: normal;
}
#l-main .yugyotei-info__tel span {
  line-height: normal;
  font-size: 0.875rem;
}
#l-main .yugyotei-info__area {
  margin-top: 0.9375rem;
  padding: 0.9375rem;
  background: #f4f1e8;
}

/* 店舗紹介ページ席 */
.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.introduction-seat {
  gap: 2.5rem;
}
.introduction-seat h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .introduction-seat h2 {
    text-align: left;
  }
}
.introduction-seat__disc {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .introduction-seat__disc {
    text-align: left;
    font-size: 0.875rem;
  }
}
.introduction-seat__img {
  width: 100%;
  max-width: 450px !important;
}
.introduction-seat__img img {
  width: 100%;
}
.introduction-seat__text {
  width: 100%;
}
.introduction-seat__content {
  justify-content: space-between;
  width: 100%;
}
.introduction-seat .col {
  width: 32.3%;
  margin-top: 15px;
  background: #18150f;
  padding: 10px;
  color: #fff;
}
.introduction-seat .col p {
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .introduction-seat .col {
    width: 48%;
  }
}
.introduction-seat .ttl_s {
  font-size: 16px;
  color: #e3d6ba;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3d6ba;
}
.introduction-seat dt {
  position: relative;
  display: flex;
  align-items: center;
}
.introduction-seat dt:after {
  position: absolute;
  display: block;
  content: "：";
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.introduction-seat dt,
.introduction-seat dd {
  width: 50%;
  padding: 5px 0;
  font-size: 15px;
  margin: 0;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .introduction-seat dt,
  .introduction-seat dd {
    font-size: 12px;
  }
}
.introduction-seat dl {
  margin-bottom: 20px;
}
.introduction-seat dl + p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .introduction-seat dl + p {
    font-size: 12px;
  }
}

.l-1000 {
  margin-inline: auto;
  max-width: 1000px;
  padding-inline: 1.25rem;
}
#l-main .gutena-tabs-block > .gutena-tabs-content > .gutena-tab-block:not(.active) {
  display: none;
}

.bunner-link__blog a {
  width: 100%;
  max-width: 1000px;
  margin-top: 3.75rem;
  color: #fff;
  display: grid;
  place-items: center;
  margin-inline: auto;
  height: 4.375rem;
  margin-top: 3.125rem;
  background: url(../images/bg_btn002.jpg) repeat center center/cover;
  background-size: 24%;
}
@media (width < 1025px) {
  .bunner-link__blog a {
    max-width: 96%;
    margin-inline: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .bunner-link__blog a {
    margin-top: 1.875rem;
  }
}

/* コンタクトCTAセクション */
.c-contact-cta {
  padding-top: 85px;
  padding-bottom: 64px;
  text-align: center;
}
.c-contact-cta .c-contact-cta__inner-text h2 {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-contact-cta .c-contact-cta__inner-text h2 {
    font-size: 1.25rem;
  }
}
.c-contact-cta .c-contact-cta__inner-text p {
  font-size: 0.875rem;
  margin-top: 1.875rem;
}
.c-contact-cta .c-contact-cta__inner-button {
  width: 450px;
  margin: 30px auto 0;
  padding: 25px 0;
  background-color: #f4f1e8;
}
@media (width < 500px) {
  .c-contact-cta .c-contact-cta__inner-button {
    width: 90%;
  }
}
.c-contact-cta .c-contact-cta__inner-button p {
  font-size: 1rem;
  font-weight: 700;
}
.c-contact-cta .c-contact-cta__inner-button p b {
  font-size: 1.25rem;
}
.c-contact-cta .c-contact-cta__inner-button .c-button {
  margin-top: 1.125rem;
  display: flex;
  width: 240px;
  margin-inline: auto;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #6b4f2a;
  transition: 0.3s;
}
.c-contact-cta .c-contact-cta__inner-button .c-button::before {
  content: "";
  display: block;
  background-image: url(../images/ico_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 17px;
  margin-right: 3px;
}
.c-contact-cta .c-contact-cta__inner-button .c-button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.c-contact-cta .c-contact-cta__list {
  margin-top: 3.125rem;
  display: flex;
  max-width: 800px;
  padding-inline: 1.25rem;
  justify-content: center;
  margin-inline: auto;
  gap: 50px;
}
@media (width < 375px) {
  .c-contact-cta .c-contact-cta__list {
    flex-direction: column;
  }
}
.c-contact-cta .c-contact-cta__list li {
  width: 100%;
}
.c-contact-cta .c-contact-cta__list h3 {
  text-align: left;
  font-size: 1.125rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #6b4f2a;
  font-weight: 700;
  color: #6b4f2a;
  margin-bottom: 0.625rem;
}
.c-contact-cta .c-contact-cta__list a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 20px;
  line-height: 1.5;
}
.c-contact-cta .c-contact-cta__list a::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 19px;
}
.c-contact-cta .c-contact-cta__list a.icon-tel::before {
  background-image: url(../images/ico_tel.png);
}
.c-contact-cta .c-contact-cta__list a.icon-mobile::before {
  background-image: url(../images/ico_mobile.png);
}

/* 共通ボタン */
.wp-block-button:has(.wp-block-button__link) {
  width: 450px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .wp-block-button:has(.wp-block-button__link) {
    width: 270px;
  }
}

.wp-block-button__link {
  background-color: #6b4f2a;
  color: #fff;
  transition: 0.3s;
}
.wp-block-button__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/* ハンバーガーメニュー 内*/
body.drawer-available .p-drawer-type2 {
  color: #000;
}

body.drawer-available .p-drawer-type2 .p-drawer-contents {
  background-color: #f4f2e9;
}

.mt-30 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 0rem;
  }
}

.mt-50 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 1.5625rem;
  }
}

.mt-100 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 3.125rem;
  }
}

.red {
  color: #cf2e2e;
}

.pink {
  color: #f78da7;
}

/* ナビメニュー色変更 */
#js-global-nav a:hover {
  color: #6b4f2a;
}
#js-global-nav .current-menu-item a {
  color: #6b4f2a;
}
#js-global-nav .sub-menu a {
  background: #8b755b;
  border: 1px solid #8b755b;
  color: #fff;
}
#js-global-nav .sub-menu a:hover {
  background: #fff;
  color: #6b4f2a;
  opacity: 0.8;
}

/* フッター関係調整 */
.p-footer {
  background: var(--tcd-copyright-bg-color);
  padding-block: 1.875rem 0.9375rem;
}
.p-footer-logo a, .p-footer-logo-mobile a {
  font-size: 1.875rem;
  color: #fff;
}
.p-footer-nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    flex-direction: column;
  }
}
.p-footer-nav-area {
  margin-top: 30px;
}
.p-footer-nav .menu-item {
  margin-top: 0;
}
.p-footer-nav .menu-item a {
  font-size: 0.875rem;
  padding-inline: 15px;
  border-right: 1px solid #fff;
  color: #fff;
}
.p-footer-nav .menu-item:last-child a {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-footer-nav .menu-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .p-footer-nav .menu-item a {
    border-right: none;
  }
}
.p-footer .sub-menu {
  display: none;
}

.offset-section {
  position: relative;
  padding-bottom: 5rem;
  grid-template-columns: auto 37.5rem !important;
}
.offset-section.offset-section-reverce {
  grid-template-columns: 37.5rem auto !important;
}
.offset-section.offset-section-reverce .wp-block-media-text__content {
  right: 0;
}
.offset-section .wp-block-media-text__content {
  position: absolute;
  bottom: 0;
  width: 33.75rem;
  padding: 2.5rem !important;
  background: #617740;
}
.offset-section .wp-block-media-text__media {
  width: 100%;
  aspect-ratio: 540/300;
}
.offset-section .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offset-section .wp-block-heading {
  color: #fff !important;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.offset-section .wp-block-heading strong {
  font-size: 1.5rem;
  color: #fff;
}
.offset-section .wp-block-heading mark {
  font-style: normal;
  font-size: 1.25rem;
}
.offset-section p {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .offset-section {
    grid-template-columns: 100% !important;
    padding-bottom: 0;
  }
  .offset-section.offset-section-reverce {
    grid-template-columns: 100% !important;
  }
  .offset-section .wp-block-media-text__content {
    position: relative;
    width: 100%;
    bottom: auto;
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
  .offset-section .wp-block-media-text__media {
    width: 100%;
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
}

.page-access .p-cb-item:first-child {
  border: none;
}
.page-access .p-cb-item-headline.p-text-direction-type1 {
  display: none;
}

.page-cafe-concept {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: 2rem;
  overflow: hidden;
}
.page-cafe-concept .page-cafe-concept-inner {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
}

.space50--sp20 {
  height: 50px !important;
}
@media (max-width: 767px) {
  .space50--sp20 {
    height: 20px !important;
  }
}

.space100--sp50 {
  height: 100px !important;
}
@media (max-width: 767px) {
  .space100--sp50 {
    height: 50px !important;
  }
}

.p-float-category,
.p-entry-meta-comment {
  display: none;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.w-100 {
  width: 100% !important;
}

.concept-box {
  width: 100%;
  flex-wrap: wrap !important;
  gap: 2rem 0.5em;
}
@media (max-width: 767px) {
  .concept-box {
    max-width: 30rem;
    gap: 1rem;
  }
}

.line-box {
  max-width: 37.5rem;
  flex: 1 0 28.125rem;
}
@media (max-width: 767px) {
  .line-box {
    flex: 1 0 100%;
  }
}

.line-box .h3title-bd {
  width: 100%;
  text-align: center;
}
.line-box .h3title-bd::before, .line-box .h3title-bd::after {
  width: 35% !important;
}
@media (max-width: 767px) {
  .line-box .h3title-bd::before, .line-box .h3title-bd::after {
    width: 20% !important;
  }
}

.line-box .wp-block-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 2rem;
}
@media (max-width: 767px) {
  .line-box .wp-block-group {
    gap: 0.5rem;
    padding: 0.875rem;
  }
}

.line-box .wp-block-group .wp-block-image {
  margin: 0;
}

.line-box .wp-block-group p {
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .line-box .wp-block-group p {
    font-size: 0.875rem !important;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .wp-block-group:has(.fax-box) {
    width: 100%;
  }
}

.fax-box {
  padding: 32px;
}
@media (max-width: 767px) {
  .fax-box {
    width: 100%;
    flex: none;
    padding: 1rem;
  }
}

.fax-box .wp-block-button {
  width: 300px;
  max-width: 100%;
  position: relative;
}
.fax-box .wp-block-button a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.fax-box .wp-block-button a::before {
  content: "";
  display: block;
  width: 2.125rem;
  height: 2.5rem;
  background-image: url(../images/ico_pdf.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .fax-box .wp-block-button {
    width: 100%;
    flex: 1 0 100%;
  }
  .fax-box .wp-block-button a {
    width: 100%;
    gap: 0.5rem;
  }
  .fax-box .wp-block-button a::before {
    width: 1.5rem;
  }
}

.fax-box .wp-block-buttons {
  margin: 0;
}

.fax-box .wp-block-group figure {
  margin: 0;
}

.definition-list-section .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.definition-list-section .wp-block-group__inner-container dl {
  display: flex;
  flex-direction: column;
}
.definition-list-section .wp-block-group__inner-container dl > div {
  display: flex;
  gap: 2rem;
  padding: 1rem;
  border-bottom: 1px dotted #ccc;
}
.definition-list-section .wp-block-group__inner-container dl dt,
.definition-list-section .wp-block-group__inner-container dl dd {
  font-size: 0.875rem;
  margin: 0;
}
.definition-list-section .wp-block-group__inner-container dl dt {
  width: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b4f2a;
  font-weight: 700;
}
.definition-list-section .wp-block-group__inner-container dl dd {
  flex: 1;
}
@media (max-width: 767px) {
  .definition-list-section .wp-block-group__inner-container h2 {
    font-size: 1.25rem;
  }
  .definition-list-section .wp-block-group__inner-container dl > div {
    flex-direction: column;
    gap: 0;
  }
  .definition-list-section .wp-block-group__inner-container dl dt,
  .definition-list-section .wp-block-group__inner-container dl dd {
    font-size: 0.8125rem;
  }
  .definition-list-section .wp-block-group__inner-container dl dt {
    width: 100%;
    justify-content: flex-start;
  }
}

.p-footer-images-inner {
  padding-block: 0rem 2.5rem;
}

.p-footer-image-1 {
  position: relative;
}
.p-footer-image-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.875rem;
  height: 4.125rem;
  background-image: url(../images/logo_yugyotei_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.p-footer-image-2 {
  position: relative;
}
.p-footer-image-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.5rem;
  height: 3.375rem;
  background-image: url(../images/logo_meigetsuki_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.p-footer-image-3 {
  position: relative;
}
.p-footer-image-3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 5.125rem;
  background-image: url(../images/logo_nakayamadera_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.p-footer-image {
  height: auto;
}
.p-footer-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
}

.p-footer-images {
  padding-top: 2.5rem;
}
.p-footer-images h3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #fff;
  width: fit-content;
  max-width: 37.5rem;
  width: calc(100% - 2.5rem);
  margin-inline: auto;
}
.p-footer-images h3::before, .p-footer-images h3::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.p-footer-images h3::before {
  left: 0;
}
.p-footer-images h3::after {
  right: 0;
}
.p-footer-images .wp-block-button {
  padding-bottom: 2.5rem;
  min-width: fit-content;
}
.p-footer-images .wp-block-button__link {
  line-height: 2.4;
  font-size: 1rem;
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */
