/* CSS Document */

.cnt_header {
  background-image: url(/wp-content/themes/kitchen-coishi/assets/images/header-restaurant_bg.jpg);
  background-size: cover;
  background-position: center;
}

.restaurant_illust {
  margin-top: min(12vw, 5rem) !important;
  margin-bottom: 0 !important;
}
.restaurant_illust img {
  width: 100%;
  max-width: 174px;
  aspect-ratio: 174 / 159;
}
h2.page-heading {
  margin-top: min(8vw, 2.5rem) !important;
}

.restaurant_wrap {
  margin-top: min(10vw, 5rem);
  margin-bottom: min(20vw, 10rem);
  padding: 0 !important;
  align-items: center;
}
.restaurant_message {
  padding: 0 2rem;
}
.restaurant_message p {
  line-height: 240% !important;
  margin: 1.25rem 0 !important;
}
.restaurant_image figure {
  margin: 0 !important;
  width: calc(100% + 6rem);
}

.restaurant_swiper {
  margin: 0 auto 3.75rem !important;
}
.restaurant_swiper .swiper {
  padding-bottom: 1.875rem;
}
.restaurant_swiper .swiper-pagination {
  gap: 14px !important;
}
.restaurant_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #D9D9D9 !important;
}
.restaurant_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color_green) !important;
}

.restaurant_table {
  margin: 0 auto 3.75rem !important;
  justify-content: center;
}
.restaurant_table-wrap {
  max-width: 800px;
}
.restaurant_table-inner table {
  border-color: transparent;
  margin: 0;
}
.restaurant_table-inner tr {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.625rem;
  gap: min(1.5vw, 1.25rem);
}
.restaurant_table-inner tr, 
.restaurant_table-inner td {
  border-color: transparent;
}
.restaurant_table-inner td {
  padding: 0.625rem;
  font-size: 1rem;
}
.restaurant_table-inner tr:first-child td:last-child {
  font-size: 0.875rem;
}
.restaurant_table-inner tr:first-child td:last-child strong {
  font-size: 1rem;
}
.restaurant_table-inner td:first-child {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 140%;
  border: 1px solid var(--color_line);
}
.restaurant_table-inner td:last-child {
  width: calc(65% - 1.25rem);
}
.restaurant_table-inner code {
  border: none;
  background: transparent;
  color: inherit;
  font-size: .875rem;
  display: block;
  font-family: 'Zen Kaku Gothic New';
}

.restaurant_cta {
  margin: unset !important;
}
.restaurant_text {
  text-align: center;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.restaurant_text.border-top, 
.restaurant_text.border-bottom {
  max-width: 600px;
  margin: 0 auto !important;
}
.restaurant_text.border-top {
  padding-top: 1.25rem !important;
}
.restaurant_text.border-bottom {
  padding-bottom: 1.25rem !important;
}
.restaurant_btn {
  margin: 0.625rem auto 1.875rem !important;
}
.restaurant_btn-insta {
  width: 100%;
}
.restaurant_btn-insta a {
  background: linear-gradient(90.92deg, #6D22F5 -1.09%, #E6366B 49.81%, #E6A336 98.79%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(3.5vw, 1.125rem);
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto ;
  max-width: 28.125rem;
  height: 6.25rem;
  text-decoration: none !important;
  border-radius: 6.25rem;
}
.restaurant_btn-insta a:hover {
  background-color: var(--color_green);
}
.restaurant_btn-insta a::after {
  content:'';
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  aspect-ratio: 1 / 1;
  background-image: url(/wp-content/themes/kitchen-coishi/assets/images/icon-arrow-white.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
}
.restaurant_btn-insta a::before {
  content:'';
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  aspect-ratio: 1 / 1;
  background-image: url(/wp-content/themes/kitchen-coishi/assets/images/icon-instagram.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
}
.restaurant_btn-insta a strong {
  margin-left: auto;
}

@media screen and (max-width: 468px) {
  .restaurant_table-inner td {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_image figure {
    position: relative;
    width: calc(100% - 2rem);
    left: 2rem;
  }
}