@charset "UTF-8";

body, main {
  background: #fff;
}

.anno {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
}

/* アンカーリンク */
.anchor_btn_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(245px, 47%), 1fr));
  gap: 10px;
}

.contents_btn01.anchor_btn_wrap a {
  margin: 0;
  min-width: unset;
}

/*料金テーブル*/
.menu_category:not(:last-child) {
  margin-bottom: 80px;
}

.org_table_wrap table {
  width: 100%;
  white-space: pre-wrap;
}
.org_table_wrap table {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.org_table_wrap td,
.org_table_wrap th {
  border: 1px solid rgb(200 189 170 / 0.9);
  padding: 3px;
  height: 25px;
  text-align: center;
  background: #fff;
}
.org_table_wrap th {
  width: 20%;
  background: #dcd0c4;
}
.org_table_wrap td:nth-last-child(2) {
  width: 15%;
  background: #f2efe8;
}
.heading.block_header_1.org_table_ttl {
  margin-bottom: 0;
}

.heading.block_header_1.org_table_ttl .category_name{
  display: block;
  margin-bottom: 40px;
  padding: 0 0 28px;
  font-family: "Cormorant",serif;
  font-size: 3.4rem !important;
  font-weight: 600;
  width: 100%;
  line-height: 1.4;
  position: relative;
  letter-spacing: .2rem;
}

.heading.block_header_1.org_table_ttl .category_name::before,
.heading.block_header_1.org_table_ttl .category_name::after {
  position: absolute;
  content: '';
  bottom: 0;
  height: 1px;
}
.heading.block_header_1.org_table_ttl .category_name::before {
  left: 0;
  background: var(--i_btn_color);
  width: 30px;
}
.heading.block_header_1.org_table_ttl .category_name::after {
  right: 0;
  width: calc(100% - 35px);
  background: rgb(200 189 170 / 0.9);
}

.heading.block_header_1.org_table_ttl .h {
  position: relative;
  width: 100%;
  font-size: 2.8rem;
}
.org_table_sub_ttl {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.org_table_bottom_text {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .heading.block_header_1.org_table_ttl .category_name{
    font-size: 2.8rem !important;
  }
  .heading.block_header_1.org_table_ttl .h {
    font-size: 2.4rem !important;
  }
  .org_table_sub_ttl {
    font-size: 1.8rem !important;
  }
  .org_table_wrap th,.org_table_wrap td:nth-last-child(2) {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .org_table_wrap table {
    font-size: 12px;
  }
}

/* ボタン */
.menu_category .contents_btn01 {
  margin-top: 30px;
}
.menu_category .contents_btn01 a{
  border-radius: 9999px;
  background: transparent;
  color: var(--i_btn_color) !important;
  cursor: pointer;
}
.menu_category .contents_btn01 a:hover{
  opacity: 0.7;
}
.menu_category .contents_btn01 a:before{
  border-color: var(--i_btn_color);
}
