@charset "UTF-8";
@media only screen and (max-width: 719px) {
  .main_content .responsive_wrapper {
    min-width: 960px;
  }
}

.hinmoku_table {
  width: 100%;
}
.hinmoku_table thead th {
  padding: 0.5ex 0;
  vertical-align: middle;
}
.hinmoku_table thead th:not(:last-child) {
  border-right: 2px solid #231815;
}
.hinmoku_table thead th:nth-child(1) {
  width: 15%;
}
.hinmoku_table thead th:nth-child(2) {
  width: 30%;
}
.hinmoku_table thead th:nth-child(3) {
  width: 30%;
}
.hinmoku_table thead th.th_month {
  width: 25%;
}
.hinmoku_table thead th.th_month > div {
  width: 100%;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.hinmoku_table thead th.th_month > div > span {
  flex-grow: 1;
  border-right: 1px dotted #999999;
  width: 10%;
  text-align: center;
  line-height: 1.1;
  display: block;
}
.hinmoku_table thead th.th_month > div > span::after {
  display: block;
  content: "月";
  font-size: 80%;
}
.hinmoku_table thead th.th_month > div > span:last-child {
  border: none;
}
.hinmoku_table tbody th {
  text-align: left;
  font-weight: bold;
  padding: 0.5ex;
  width: auto;
}
.hinmoku_table tbody td {
  padding: 0.5ex 1ex;
  width: auto;
}
.hinmoku_table tbody td.item_datail {
  padding: 0;
  display: none;
}
.hinmoku_table tbody td.calender_cell {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  border-left: #906337 1px solid;
}
.hinmoku_table tbody td.calender_cell ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hinmoku_table tbody td.calender_cell ul > li {
  flex-grow: 1;
  position: relative;
  width: 100%;
  min-height: 2em;
  border-right: 1px dashed #dddddd;
}
.hinmoku_table tbody td.calender_cell ul > li:last-child {
  border-right: none;
}
.hinmoku_table tbody td.calender_cell ul > li > span {
  position: absolute;
  display: block;
  top: 100%;
  width: 100%;
  font-size: 80%;
  text-align: center;
}
.hinmoku_table tbody td.calender_cell .calendar_bar {
  display: block;
  min-height: 1em;
  position: absolute;
  border-radius: 0.2em;
  top: 50%;
  transform: translateY(-50%);
  background: #80cb73;
  z-index: 1;
}
@media only screen and (max-width: 719px) {
  .hinmoku_table thead {
    display: none;
  }
  .hinmoku_table tbody tr {
    display: flex;
    flex-direction: column;
    border-right: 2px solid #231815;
    border-left: 2px solid #231815;
  }
  .hinmoku_table tbody tr.tr_hinmoku {
    border-top: 2px solid #231815;
    margin-top: 2em;
  }
  .hinmoku_table tbody tr:not(.tr_hinmoku) th.th_label:not(.active):before {
    content: none;
  }
  .hinmoku_table tbody tr.opened_detail .calender_cell {
    border-bottom: none;
  }
  .hinmoku_table tbody tr > * {
    width: 100%;
  }
  .hinmoku_table tbody tr th:after, .hinmoku_table tbody tr td:after {
    content: none !important;
  }
  .hinmoku_table tbody tr th {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: none;
  }
  .hinmoku_table tbody tr th.hinmoku:before {
    content: "品目:";
    margin-right: 0.5em;
  }
  .hinmoku_table tbody tr th.th_label {
    position: relative;
    height: auto;
    min-height: 57px;
    padding: 0;
    background: transparent;
    background-color: #ecf5ec !important;
  }
  .hinmoku_table tbody tr th.th_label:not(.active):before {
    content: "";
    position: absolute;
    background: url(/common/img/table_border.png) 50% 50% no-repeat;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    display: block;
    background-size: cover;
    z-index: 10;
  }
  .hinmoku_table tbody tr th.th_label:not(.active):after {
    content: "" !important;
    position: absolute;
    background: url(/common/img/table_border.png) 50% 50% no-repeat;
    width: 100%;
    height: 3px;
    top: auto !important;
    bottom: 0;
    left: 0;
    display: block;
    background-size: cover;
  }
  .hinmoku_table tbody tr th.th_label label {
    width: 100%;
    min-height: 57px;
    padding: 1.5ex 0.5ex;
    box-sizing: border-box;
  }
  .hinmoku_table tbody tr th.th_label label:before {
    content: "ブランド名:";
    margin-right: 0.5em;
    min-width: 95px;
    color: #313131;
    transition: 0.3s all;
  }
  .hinmoku_table tbody tr th.th_label label.active {
    z-index: 10;
  }
  .hinmoku_table tbody tr th.th_label label.active:before {
    color: #fff;
  }
  .hinmoku_table tbody tr td {
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .hinmoku_table tbody tr .accordion_cb_label {
    display: flex;
    justify-content: center;
    height: calc(100% + 1.25ex);
  }
  .hinmoku_table tbody tr .accordion_cb_label.active {
    transform: translateY(0ex);
  }
  .hinmoku_table tbody tr .calender_cell {
    height: 90px;
    border-left: none;
    border-bottom: 2px solid #231815;
  }
  .hinmoku_table tbody tr .calender_cell .calendar_bar {
    top: calc(50% + 12px);
  }
  .hinmoku_table tbody tr .calender_cell.no_calender {
    height: auto;
    padding: 0px 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 719px) and (max-width: 520px) {
  .hinmoku_table tbody tr .calender_cell .calendar_bar {
    top: calc(50% + 23px);
  }
}
@media only screen and (max-width: 719px) {
  .hinmoku_table tbody tr .calender_cell ul {
    counter-reset: list-counter;
  }
  .hinmoku_table tbody tr .calender_cell ul li:before {
    content: counter(list-counter) "月";
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #c1e18a;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    top: 0;
    counter-increment: list-counter;
  }
}
@media only screen and (max-width: 719px) and (max-width: 520px) {
  .hinmoku_table tbody tr .calender_cell ul li:before {
    content: counter(list-counter);
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #c1e18a;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    top: 0;
    counter-increment: list-counter;
  }
  .hinmoku_table tbody tr .calender_cell ul li:after {
    content: "月";
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    top: 1.25em;
    background-color: #c1e18a;
    text-combine-upright: all;
    text-orientation: upright;
  }
}
@media only screen and (max-width: 719px) and (max-width: 520px) and (max-width: 520px) {
  .hinmoku_table tbody tr .calender_cell ul li:after {
    width: 100%;
  }
}
@media only screen and (max-width: 719px) {
  .hinmoku_table tbody tr .detail_column {
    flex-direction: column;
  }
  .hinmoku_table tbody tr .detail_column .detail_body {
    margin-top: 15px;
  }
  .hinmoku_table tbody tr .item_datail {
    border-bottom: 2px solid #231815;
  }
  .hinmoku_table tbody tr .detail_img {
    padding: 0;
  }
  .hinmoku_table tbody tr .detail_ja {
    flex-direction: column;
    border-bottom: 1px solid #231815;
    padding: 5px 0;
    box-sizing: border-box;
  }
  .hinmoku_table tbody tr .detail_ja .detail_ja_body {
    margin-left: 0em;
    text-align: center;
  }
  .hinmoku_table tbody tr .detail_content {
    text-align: left;
  }
  .hinmoku_table tbody tr .detail_season {
    margin-top: 15px;
    flex-direction: column;
    padding: 5px 0 0;
    box-sizing: border-box;
  }
  .hinmoku_table tbody tr .detail_season .detail_season_body {
    margin-left: 0em;
    text-align: center;
  }
}

@media only screen and (max-width: 719px) {
  .table-wrapper.fixed_table {
    border: none;
    border-radius: 0;
  }
}
.accordion_cb {
  display: none;
}

.accordion_content {
  display: none;
  position: relative;
  background: rgba(249, 227, 182, 0.2);
  padding: 15px;
}

.accordion_cb_label {
  display: block;
  cursor: pointer;
  transition: 0.3s all;
  color: #7dae2b;
}
.accordion_cb_label.active {
  background: #6b452e;
  color: #ffffff;
  font-weight: bold;
  padding: 0 0.5em;
  text-decoration: none;
  height: calc(100% + 1.25ex);
  display: flex;
  align-items: center;
  width: calc(100% - 1ex);
  margin: 0 -0.5ex;
  transform: translateY(0.5ex);
}

.detail_column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_column .detail_img {
  width: 230px;
  min-width: 230px;
  padding-right: 15px;
  box-sizing: border-box;
}
.detail_column .detail_img > div {
  aspect-ratio: 1/1;
  position: relative;
}
.detail_column .detail_img > div img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
}
.detail_column .detail_body {
  display: block;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}
.detail_column .detail_body .detail_content {
  margin-bottom: 1ex;
}
.detail_column .detail_body .detail_content h3 {
  font-size: 160%;
  font-family: "Kaisei Opti", serif;
  padding: 0px;
  margin: 0;
  background: transparent;
  font-weight: 900;
}
.detail_column .detail_body .detail_ja {
  display: flex;
  margin-top: 0.5ex;
}
.detail_column .detail_body .detail_ja .detail_ja_head {
  color: #ffffff;
  font-weight: bold;
  min-width: 9em;
  text-align: center;
  padding: 0 1em;
  box-sizing: border-box;
  background-color: #8fc95b;
  border-radius: 3px;
}
.detail_column .detail_body .detail_ja .detail_ja_body {
  margin-left: 1em;
}
.detail_column .detail_body .detail_season {
  display: flex;
  margin-top: 0.5ex;
}
.detail_column .detail_body .detail_season .detail_season_head {
  color: #ffffff;
  font-weight: bold;
  min-width: 9em;
  text-align: center;
  padding: 0 1em;
  box-sizing: border-box;
  background-color: #77a1d1;
  border-radius: 3px;
}
.detail_column .detail_body .detail_season .detail_season_body {
  margin-left: 1em;
}

#yasai .hinmoku_table tbody th,
#yasai .accordion_content {
  background-color: #e7f3e8;
}
#yasai .calendar_bar,
#yasai .accordion_cb_label.active {
  background-color: #00a95f;
}

#mame .hinmoku_table tbody th,
#mame .accordion_content {
  background-color: #f7eedd;
}
#mame .calendar_bar,
#mame .accordion_cb_label.active {
  background-color: #c38e11;
}

#kome .hinmoku_table tbody th,
#kome .accordion_content {
  background-color: #fcf8eb;
}
#kome .calendar_bar,
#kome .accordion_cb_label.active {
  background-color: #d3b300;
}

#kajitsu .hinmoku_table tbody th,
#kajitsu .accordion_content {
  background-color: #fdede1;
}
#kajitsu .calendar_bar,
#kajitsu .accordion_cb_label.active {
  background-color: #ee7836;
}

#hana .hinmoku_table tbody th,
#hana .accordion_content {
  background-color: #f3ebf4;
}
#hana .calendar_bar,
#hana .accordion_cb_label.active {
  background-color: #b06caa;
}

#chikusan .hinmoku_table tbody th,
#chikusan .accordion_content {
  background-color: #fcecf2;
}
#chikusan .calendar_bar,
#chikusan .accordion_cb_label.active {
  background-color: #ea6094;
}

#nousankakou .hinmoku_table tbody th,
#nousankakou .accordion_content {
  background-color: #eee4de;
}
#nousankakou .calendar_bar,
#nousankakou .accordion_cb_label.active {
  background-color: #944e3f;
}

.main_content tbody tr:after {
  content: none;
}
.main_content tbody tr:not(:first-child) th, .main_content tbody tr:not(:first-child) td {
  position: relative;
}
.main_content tbody tr:not(:first-child) th:after, .main_content tbody tr:not(:first-child) td:after {
  position: absolute;
  content: "";
  background: url(/common/img/table_border.png) 50% 50% no-repeat;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  display: block;
  background-size: cover;
}
