/* CSS Document */

.post-inner {
  padding-top: 0 !important;
}
.cnt_header {
  background-image: url(/wp-content/themes/kitchen-coishi/assets/images/header-studio_bg.jpg) !important;
  background-size: cover;
  background-position: center;
}

.studio_heading {
  margin: 0 auto 3.75rem !important;
  justify-content: center;
}
.studio_theme-wrap {
  max-width: 600px;
  margin: 0 autoΩ !important;
  border: 5px solid var(--color_base);
  padding: min(2vw, 1.875rem) min(5vw, 5rem) min(2.5vw, 2.5rem);
}
.studio_theme-label {
  font-weight: 900;
  line-height: 140% !important;
  text-align: center;
  margin-bottom: 0.625rem !important;
}
.studio_theme-title {
  font-weight: 500;
  font-size: min(7.5vw, 2.25rem) !important;
  line-height: 140% !important;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 1.25rem !important;
}
.studio_theme-menu {
  font-weight: 900;
  line-height: 140% !important;
  text-align: center;
  max-width: 430px;
  margin: 0 auto 0.625rem !important;
  padding-top: 1.25rem !important;
  border-top: 1px solid var(--color_line);
}
.studio_theme-lists {
  font-weight: 500;
  line-height: 180% !important;
  text-align: center;
}
.studio_theme-lists code {
	background: transparent;
	color: black;
}

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

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

.studio_btn {
  margin: 0 auto 5rem !important;
}
.studio_btn-reserve a {
  background-color: var(--color_brown);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto ;
  max-width: 28.125rem;
  height: 6.25rem;
  text-decoration: none !important;
}
.studio_btn-reserve a:hover {
  background-color: var(--color_green);
}
.studio_btn-reserve 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;
}
.studio_btn-reserve a strong {
  margin-left: auto;
}

.studio_detail {
  width: calc(100% - 4rem);
  margin: 0 auto !important;
}
.studio_detail-inner {
  border: 1px solid var(--color_line);
  padding: min(5vw, 1.875rem);
  display: flex;
  flex-direction: column;
}
.studio_detail-inner p:last-child {
  margin: auto;
}
.studio_detail-head {
  font-weight: 500;
  font-size: 1.125rem !important;
  line-height: 140% !important;
  text-align: center;
  padding-bottom: 0.625rem !important;
  margin-bottom: 1.25rem !important;
  border-bottom: 1px solid var(--color_line);
}
.studio_detail-inner ul {
  list-style: disc;
  padding-left: 1rem;
}
.studio_detail-inner ul li {
  margin-bottom: 0.625rem;
}
.studio_detail-inner ul li::marker {
  color: var(--color_green);
}

.archive_studio-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-left: min(7vw, 6.25rem);
  padding-right: min(7vw, 6.25rem);
}

@media screen and (max-width: 468px) {
  .page-heading strong {
    display: block;
  }
  .studio_detail {
    width: 100%;
  }
  .studio_table-inner td {
    width: 100% !important;
  }
}