/*
Theme Name: tsubaki
Text Domain: tsubaki
*/
/* 
.pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto 0;
}

.pagination li,
.page-numbers {
  margin: 0 4px;
  list-style: none;
}

.page-numbers {
  line-height: 1;
  font-weight: bold;
}

::marker {
  display: none;
}

.pager,
div.pagination {
  width: 100%;
  margin: 30px auto 50px;
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: bold;
}

.pager a,
.page-numbers {
  padding: 10px 14px;
  display: block;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
}

.pager .pre a,
.pager .next a,
.pagination .prev,
.pagination .next {
  border: none;
  text-decoration: none;
}

.pager .active,
.pager a:hover,
.page-numbers.current {
  color: #fff !important;
  background: #f58894;
} */

.spec_infor a {
  text-decoration: underline;
}

/*pankuzu*/
.fs-c-breadcrumb {
  font-size: 1.2rem;
}
.fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px;
}
.fs-c-breadcrumb__list > li {
  box-sizing: border-box;
}
.fs-c-breadcrumb__list > li > a {
  color: #333 !important;
}

.fs-c-breadcrumb__listItem {
  display: inline-block;
  word-break: break-all;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
}

.fs-c-breadcrumb__listItem:not(:first-child) {
  margin-left: 5px;
}

/*TOC*/
div#toc_container {
  padding: 0;
  border: 1px solid #b3956f;
  max-width: 800px;
  margin-inline: auto;
}

#toc_container p.toc_title {
  background: #f6f1e9;
  padding: 10px !important;
}

#toc_container p.toc_title + ul.toc_list {
  padding: 20px !important;
}

#toc_container ul.toc_list a {
  color: #333 !important;
  text-decoration: underline;
}

#toc_container.no_bullets ul li {
  margin-top: 1em !important;
}

#toc_container ul.toc_list > li > a {
  font-weight: bold;
}

#toc_container ul.toc_list > li:not(:first-of-type) {
  margin-bottom: 2em !important;
}

.wp-block-image img {
  height: auto !important;
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media (max-width: 519px) {
}

.payment tr:first-child th:not(:empty)::after,
.payment tr:first-child td:not(:empty)::after {
  content: "（税込）";
  font-size: 0.75em;
}

.price_catalog h3 {
  margin: 9.6rem auto 2em;
  padding: 0;
  background-color: #b59159;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 2.6rem;
}
.price_catalog h4 {
  position: relative;
  margin-top: 1.3em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
}
.price_catalog h4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  border-bottom: 3px solid #e5d9c5;
}
.price_catalog h4 em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
}
.price_catalog h5 {
  position: relative;
  margin: 1em auto 1.5em;
  width: 860px;
  background-image: url(//tsubaki-grp.sbs/wp/wp-content/themes/tsubaki-grp/image/cap_bg.png);
  background-position: 14em center;
  background-repeat: no-repeat;
  text-align: left;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .price_catalog h5 {
    width: 100%;
  }
}
.price_catalog h5.has-text-align-center {
  background-image: none;
  text-align: center;
}
.price_catalog h6 {
  margin: auto;
  padding: 0.3em 0;
  width: 860px;
  background-color: #e5d9c5;
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .price_catalog h6 {
    width: 98%;
  }
}
.price_catalog h6 em {
  font-style: normal;
  font-size: 0.6em;
}
.price_catalog p.has-text-align-center {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .price_catalog p.has-text-align-center {
    margin-top: 1em;
    font-size: 1.2rem;
  }
}
.price_catalog p.has-text-align-center strong {
  display: block;
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .price_catalog p.has-text-align-center strong {
    font-size: 1.5rem;
  }
}
.price_catalog .wp-block-table td em strong {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  color: #333 !important;
  white-space: nowrap !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 768px) {
  .price_catalog .wp-block-table td em strong {
    font-size: 1.2rem !important;
  }
}
.price_catalog .wp-block-table td em strong::before {
  content: "（税込 ￥";
}
@media screen and (max-width: 768px) {
  .price_catalog .wp-block-table td em strong::before {
    margin-left: 10%;
  }
}
.price_catalog .wp-block-table td em strong::after {
  content: "）";
}
.price_catalog .wp-block-table td em {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  background: transparent !important;
}
.price_catalog .wp-block-table td br {
  display: none;
}
.price_catalog .wp-block-table {
  margin: auto;
  width: 860px;
}
@media screen and (max-width: 768px) {
  .price_catalog .wp-block-table {
    overflow-x: scroll;
    margin-left: calc(50% - 49vw) !important;
    width: 98vw;
  }
}
.price_catalog .wp-block-table table {
  border: 2px solid #e5d9c5;
}
.price_catalog .wp-block-table .many {
  background-color: #ffe7e7 !important;
}
.price_catalog .wp-block-table .many-60 {
  background-color: #e6faf9 !important;
}
.price_catalog .wp-block-table .many-50 {
  background-color: #ffe7e7 !important;
}
.price_catalog .wp-block-table .many-48 {
  background-color: #ffe7e7 !important;
}
.price_catalog .wp-block-table .many-36 {
  background-color: #e5f6e4 !important;
}
.price_catalog .wp-block-table .many-24 {
  background-color: #f9f4d9 !important;
}
.price_catalog .wp-block-table th,
.price_catalog .wp-block-table td {
  padding: 0.5em;
  border: 1px solid #e5d9c5;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .price_catalog .wp-block-table th,
  .price_catalog .wp-block-table td {
    font-size: 3.6vw;
  }
}
.price_catalog .wp-block-table th .trial,
.price_catalog .wp-block-table td .trial {
  right: 0 !important;
  left: 0 !important;
  width: auto;
  background-color: transparent !important;
  white-space: nowrap;
  font-size: 1.6rem;
  transform: translateX(-220%);
}
@media screen and (max-width: 768px) {
  .price_catalog .wp-block-table th .trial,
  .price_catalog .wp-block-table td .trial {
    right: auto !important;
    bottom: auto !important;
    left: 0.2em !important;
    justify-content: flex-start !important;
    width: auto !important;
    transform: none !important;
  }
}
.price_catalog .wp-block-table th.num,
.price_catalog .wp-block-table td.num {
  padding-right: 2.5em;
  padding-left: 2.5em;
  background-color: #f3ede4;
  white-space: nowrap;
  font-weight: normal;
  font-size: 2rem;
}
.price_catalog .wp-block-table th.num::before,
.price_catalog .wp-block-table td.num::before {
  content: none !important;
}
.price_catalog .wp-block-table td strong em {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .price_catalog .wp-block-table td strong em::before {
    margin-left: 10%;
  }
}
.price_catalog .wp-block-table td strong br {
  display: block;
}
.price_catalog .wp-block-table td em {
  font-style: normal;
}
.price_catalog p.has-text-align-center + .wp-block-table thead th,
.price_catalog h5 + .wp-block-table thead th,
.price_catalog h4 + .wp-block-table thead th {
  border-right: 1px solid #fff;
  background-color: #e5d9c5;
}
.price_catalog p.has-text-align-center + .wp-block-table thead th:last-child,
.price_catalog h5 + .wp-block-table thead th:last-child,
.price_catalog h4 + .wp-block-table thead th:last-child {
  background-color: #e5d9c5;
  font-weight: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .price_catalog p.has-text-align-center + .wp-block-table thead th:last-child,
  .price_catalog h5 + .wp-block-table thead th:last-child,
  .price_catalog h4 + .wp-block-table thead th:last-child {
    font-size: 1.4rem;
  }
}
.price_catalog p.has-text-align-center + .wp-block-table thead th em,
.price_catalog h5 + .wp-block-table thead th em,
.price_catalog h4 + .wp-block-table thead th em {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
}
.price_catalog p.has-text-align-center + .wp-block-table thead + tbody td,
.price_catalog h5 + .wp-block-table thead + tbody td,
.price_catalog h4 + .wp-block-table thead + tbody td {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.price_catalog p.has-text-align-center + .wp-block-table thead + tbody td em {
  background-color: none;
  white-space: nowrap;
}
.price_catalog p.has-text-align-center + .wp-block-table thead + tbody td strong {
  display: block;
  white-space: nowrap;
  font-weight: normal;
  font-size: 1.6rem;
}
.price_catalog p.has-text-align-center + .wp-block-table thead + tbody td:first-child::before,
.price_catalog h5 + .wp-block-table thead + tbody td:first-child::before,
.price_catalog h4 + .wp-block-table thead + tbody td:first-child::before {
  content: none !important;
}
.price_catalog h6 + .wp-block-table table {
  border-top: 0;
}
.price_catalog h6 + .wp-block-table thead th {
  border-right: 1px solid #e5d9c5;
  background-color: #f3ede4;
}
.price_catalog h6 + .wp-block-table thead th:last-child {
  background-color: #f3ede4;
}
.price_catalog h6 + .wp-block-table tr:first-child {
  background-color: #f3ede4;
}
.price_catalog h6 + .wp-block-table tr:not(:first-child) > *:first-child {
  background-color: #f3ede4;
}
.price_catalog h6 + .wp-block-table tr:not(:first-child) > *:first-child em {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .price_catalog h6 + .wp-block-table tr:not(:first-child) > *:first-child em {
    font-size: 1.2rem;
  }
}
.price_catalog h6 + .wp-block-table tr > *:first-child {
  width: 20%;
}
.price_catalog h6 + .wp-block-table tr > *:not(:first-child) {
  width: 40%;
}
.price_catalog h6 + .wp-block-table tr > *:not(:first-child) em {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
}
.price_catalog h6 + .wp-block-table th,
.price_catalog h6 + .wp-block-table td {
  font-weight: normal;
}
.price_catalog h6 + .wp-block-table + h6 {
  margin-top: 2rem;
}
.price_catalog p.has-text-align-center + .wp-block-table th,
.price_catalog h5 + .wp-block-table th,
.price_catalog h4 + .wp-block-table th,
.price_catalog p.has-text-align-center + .wp-block-table td,
.price_catalog h5 + .wp-block-table td,
.price_catalog h4 + .wp-block-table td {
  background-color: #f3ede4;
}
.price_catalog p.has-text-align-center + .wp-block-table th:first-child,
.price_catalog h5 + .wp-block-table th:first-child,
.price_catalog h4 + .wp-block-table th:first-child,
.price_catalog p.has-text-align-center + .wp-block-table td:first-child,
.price_catalog h5 + .wp-block-table td:first-child,
.price_catalog h4 + .wp-block-table td:first-child {
  width: 40%;
  border-bottom-color: #fff;
  background-color: #e5d9c5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .price_catalog p.has-text-align-center + .wp-block-table th:first-child,
  .price_catalog h5 + .wp-block-table th:first-child,
  .price_catalog h4 + .wp-block-table th:first-child,
  .price_catalog p.has-text-align-center + .wp-block-table td:first-child,
  .price_catalog h5 + .wp-block-table td:first-child,
  .price_catalog h4 + .wp-block-table td:first-child {
    font-size: 1.4rem;
  }
}
.price_catalog p.has-text-align-center + .wp-block-table th:first-child:empty,
.price_catalog h5 + .wp-block-table th:first-child:empty,
.price_catalog h4 + .wp-block-table th:first-child:empty,
.price_catalog p.has-text-align-center + .wp-block-table td:first-child:empty,
.price_catalog h5 + .wp-block-table td:first-child:empty,
.price_catalog h4 + .wp-block-table td:first-child:empty {
  border: 0;
}
.price_catalog p.has-text-align-center + .wp-block-table th:first-child:not(:empty),
.price_catalog h5 + .wp-block-table th:first-child:not(:empty),
.price_catalog h4 + .wp-block-table th:first-child:not(:empty),
.price_catalog p.has-text-align-center + .wp-block-table td:first-child:not(:empty),
.price_catalog h5 + .wp-block-table td:first-child:not(:empty),
.price_catalog h4 + .wp-block-table td:first-child:not(:empty) {
  border-top-color: #fff;
  border-bottom: 0;
}
.price_catalog p.has-text-align-center + .wp-block-table th:first-child:not(:empty) em,
.price_catalog h5 + .wp-block-table th:first-child:not(:empty) em,
.price_catalog h4 + .wp-block-table th:first-child:not(:empty) em,
.price_catalog p.has-text-align-center + .wp-block-table td:first-child:not(:empty) em,
.price_catalog h5 + .wp-block-table td:first-child:not(:empty) em,
.price_catalog h4 + .wp-block-table td:first-child:not(:empty) em {
  display: block;
  margin: auto;
  width: 90%;
  font-weight: normal;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1.4;
}
.price_catalog p.has-text-align-center + .wp-block-table th:nth-child(3) em,
.price_catalog h5 + .wp-block-table th:nth-child(3) em,
.price_catalog h4 + .wp-block-table th:nth-child(3) em,
.price_catalog p.has-text-align-center + .wp-block-table td:nth-child(3) em,
.price_catalog h5 + .wp-block-table td:nth-child(3) em,
.price_catalog h4 + .wp-block-table td:nth-child(3) em {
  left: 11%;
}
.price_catalog h6 + .wp-block-table thead + tbody td,
.price_catalog h6 + .wp-block-table tr:not(:first-child) > *:not(:first-child),
.price_catalog p.has-text-align-center + .wp-block-table thead + tbody td,
.price_catalog h5 + .wp-block-table thead + tbody td,
.price_catalog h4 + .wp-block-table thead + tbody td,
.price_catalog p.has-text-align-center + .wp-block-table th:last-child,
.price_catalog h5 + .wp-block-table th:last-child,
.price_catalog h4 + .wp-block-table th:last-child,
.price_catalog p.has-text-align-center + .wp-block-table td:last-child,
.price_catalog h5 + .wp-block-table td:last-child,
.price_catalog h4 + .wp-block-table td:last-child {
  position: relative;
  background-color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .price_catalog h6 + .wp-block-table thead + tbody td,
  .price_catalog h6 + .wp-block-table tr:not(:first-child) > *:not(:first-child),
  .price_catalog p.has-text-align-center + .wp-block-table thead + tbody td,
  .price_catalog h5 + .wp-block-table thead + tbody td,
  .price_catalog h4 + .wp-block-table thead + tbody td,
  .price_catalog p.has-text-align-center + .wp-block-table th:last-child,
  .price_catalog h5 + .wp-block-table th:last-child,
  .price_catalog h4 + .wp-block-table th:last-child,
  .price_catalog p.has-text-align-center + .wp-block-table td:last-child,
  .price_catalog h5 + .wp-block-table td:last-child,
  .price_catalog h4 + .wp-block-table td:last-child {
    text-indent: 1em;
    font-size: 1.6rem;
  }
}
.price_catalog h6 + .wp-block-table thead + tbody td:empty::before,
.price_catalog h6 + .wp-block-table tr:not(:first-child) > :empty:not(:first-child)::before,
.price_catalog p.has-text-align-center + .wp-block-table thead + tbody td:empty::before,
.price_catalog h5 + .wp-block-table thead + tbody td:empty::before,
.price_catalog h4 + .wp-block-table thead + tbody td:empty::before,
.price_catalog p.has-text-align-center + .wp-block-table th:empty:last-child::before,
.price_catalog h5 + .wp-block-table th:empty:last-child::before,
.price_catalog h4 + .wp-block-table th:empty:last-child::before,
.price_catalog p.has-text-align-center + .wp-block-table td:empty:last-child::before,
.price_catalog h5 + .wp-block-table td:empty:last-child::before,
.price_catalog h4 + .wp-block-table td:empty:last-child::before {
  content: "-";
}
.price_catalog h6 + .wp-block-table thead + tbody td:not(:empty)::before,
.price_catalog h6 + .wp-block-table tr:not(:first-child) > :not(:empty):not(:first-child)::before,
.price_catalog p.has-text-align-center + .wp-block-table thead + tbody td:not(:empty)::before,
.price_catalog h5 + .wp-block-table thead + tbody td:not(:empty)::before,
.price_catalog h4 + .wp-block-table thead + tbody td:not(:empty)::before,
.price_catalog p.has-text-align-center + .wp-block-table th:not(:empty):last-child::before,
.price_catalog h5 + .wp-block-table th:not(:empty):last-child::before,
.price_catalog p.has-text-align-center + .wp-block-table td:not(:empty):last-child::before,
.price_catalog h5 + .wp-block-table td:not(:empty):last-child::before,
.price_catalog h4 + .wp-block-table td:not(:empty):last-child::before {
  content: "￥";
}
.price_catalog h6 + .wp-block-table thead + tbody td .trial,
.price_catalog h6 + .wp-block-table tr:not(:first-child) > *:not(:first-child) .trial,
.price_catalog p.has-text-align-center + .wp-block-table thead + tbody td .trial,
.price_catalog h5 + .wp-block-table thead + tbody td .trial,
.price_catalog h4 + .wp-block-table thead + tbody td .trial,
.price_catalog p.has-text-align-center + .wp-block-table th:last-child .trial,
.price_catalog h5 + .wp-block-table th:last-child .trial,
.price_catalog h4 + .wp-block-table th:last-child .trial,
.price_catalog p.has-text-align-center + .wp-block-table td:last-child .trial,
.price_catalog h5 + .wp-block-table td:last-child .trial,
.price_catalog h4 + .wp-block-table td:last-child .trial,
.price_catalog h6 + .wp-block-table thead + tbody td .many,
.price_catalog h6 + .wp-block-table tr:not(:first-child) > *:not(:first-child) .many,
.price_catalog p.has-text-align-center + .wp-block-table thead + tbody td .many,
.price_catalog h5 + .wp-block-table thead + tbody td .many,
.price_catalog h4 + .wp-block-table thead + tbody td .many {
  background-color: #ffe7e7 !important;
}
.price_catalog h6 + .wp-block-table thead + tbody td:not(:first-of-type) > em:first-child,
.price_catalog h6 + .wp-block-table tr:not(:first-child) > :not(:first-of-type):not(:first-child) > em:first-child,
.price_catalog p.has-text-align-center + .wp-block-table thead + tbody td:not(:first-of-type) > em:first-child,
.price_catalog h5 + .wp-block-table thead + tbody td:not(:first-of-type) > em:first-child,
.price_catalog h4 + .wp-block-table thead + tbody td:not(:first-of-type) > em:first-child {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 3em;
  height: 2em !important;
  background-color: #ffe7e7;
  font-weight: normal;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .price_catalog h6 + .wp-block-table thead + tbody td .trial,
  .price_catalog h6 + .wp-block-table tr:not(:first-child) > *:not(:first-child) .trial,
  .price_catalog p.has-text-align-center + .wp-block-table thead + tbody td .trial,
  .price_catalog h5 + .wp-block-table thead + tbody td .trial,
  .price_catalog h4 + .wp-block-table thead + tbody td .trial,
  .price_catalog p.has-text-align-center + .wp-block-table th:last-child .trial,
  .price_catalog h5 + .wp-block-table th:last-child .trial,
  .price_catalog h4 + .wp-block-table th:last-child .trial,
  .price_catalog p.has-text-align-center + .wp-block-table td:last-child .trial,
  .price_catalog h5 + .wp-block-table td:last-child .trial,
  .price_catalog h4 + .wp-block-table td:last-child .trial,
  .price_catalog h6 + .wp-block-table thead + tbody td .many,
  .price_catalog h6 + .wp-block-table tr:not(:first-child) > *:not(:first-child) .many,
  .price_catalog p.has-text-align-center + .wp-block-table thead + tbody td .many,
  .price_catalog h5 + .wp-block-table thead + tbody td .many,
  .price_catalog h4 + .wp-block-table thead + tbody td .many {
    left: 0.2em;
    text-indent: 0;
    font-size: 0.6em;
  }
}

.price_catalog .wp-block-table + p {
  margin: 1.5em auto 0;
  width: 860px;
  font-size: 1.4rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .price_catalog .wp-block-table + p {
    width: 100%;
    line-height: 1.7;
  }
}
.price_catalog h4 + .wp-block-table th:first-child,
.price_catalog h4 + .wp-block-table td:first-child {
  font-weight: normal;
}
