@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* 1280 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap");
/*　font-family: 'Noto Serif JP', serif;　*/
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
/*　font-family: 'Yuji Syuku', serif;　*/
.language {
  display: none;
}

.area_contents .block_contents .box_twocolumn {
  padding: 70px 0 40px;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .box_twocolumn {
    padding: 60px 0 20px;
  }
}
.area_contents .block_contents .headline_medium {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-top: none;
  line-height: 1.2em;
}
.area_contents .block_contents .headline_medium_r {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-top: none;
  line-height: 1.3em;
  border-bottom: #2A1710 dotted 1px;
  padding: 0 0 10px;
}

.box_shokuzai ul {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
@media all and (max-width: 896px) {
  .box_shokuzai ul {
    padding: 5px;
  }
}
.box_shokuzai ul li {
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 896px) {
  .box_shokuzai ul li {
    width: 50%;
    padding: 5px;
  }
}
@media all and (max-width: 480px) {
  .box_shokuzai ul li {
    width: 100%;
  }
}
.box_shokuzai ul li .inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}
@media all and (max-width: 896px) {
  .box_shokuzai ul li .inner {
    padding: 10px;
  }
}
.box_shokuzai ul li .inner .thumb {
  line-height: 0em;
}
.box_shokuzai ul li .inner .thumb img {
  width: 100%;
  height: auto;
}
.box_shokuzai ul li .inner .side_txt {
  padding: 10px 0 0;
  box-sizing: border-box;
}
.box_shokuzai ul li .inner .side_txt h3 {
  color: #2A1710;
  font-size: 2rem;
  line-height: 1.2em;
  border-bottom: #2A1710 dotted 1px;
  padding: 0 0 8px;
  margin-bottom: 4px;
}
.box_shokuzai ul li .inner .side_txt dl {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.box_shokuzai ul li .inner .side_txt dl dt, .box_shokuzai ul li .inner .side_txt dl dd {
  padding: 4px 0;
}
.box_shokuzai ul li .inner .side_txt dl dt {
  width: 8em;
  position: relative;
}
.box_shokuzai ul li .inner .side_txt dl dt::before {
  content: "■";
}
.box_shokuzai ul li .inner .side_txt dl dt::after {
  content: "：";
  position: absolute;
  top: 4px;
  right: 0px;
}
.box_shokuzai ul li .inner .side_txt dl dd {
  width: calc(100% - 8em);
}
.box_shokuzai ul li .inner .side_txt p {
  padding: 4px 0 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}

.box_calendar {
  position: relative;
}
.box_calendar ul {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  margin: 0 -8px;
}
.box_calendar ul li {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .box_calendar ul li {
    width: 100%;
  }
}
.box_calendar ul li .wrap_table {
  width: 100%;
  overflow: auto;
}
.box_calendar ul li .wrap_table .set_table {
  min-width: 570px;
}
.box_calendar ul li .wrap_table .scroll-hint-text {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 16px;
}
.box_calendar ul li table {
  border-top: #666 solid 1px;
  border-right: #666 solid 1px;
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0;
}
.box_calendar ul li table th, .box_calendar ul li table td {
  border-bottom: #666 solid 1px;
  border-left: #666 solid 1px;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5em;
  padding: 4px;
  text-align: center;
  box-sizing: border-box;
}
.box_calendar ul li table th.manth, .box_calendar ul li table td.manth {
  background-color: rgba(255, 255, 255, 0.6);
  width: 2.8em;
}
.box_calendar ul li table th.category, .box_calendar ul li table td.category {
  font-weight: 700;
  font-size: 1.5rem;
  position: sticky;
  left: 0;
}
.box_calendar ul li table th.name, .box_calendar ul li table td.name {
  background-image: url(../../../common/images/bg01r.jpg);
  background-color: rgba(255, 255, 255, 0.3);
  position: sticky;
  left: 0;
}
.box_calendar ul li table th.vegi, .box_calendar ul li table td.vegi {
  background-color: #b5d670;
}
.box_calendar ul li table th.fruits, .box_calendar ul li table td.fruits {
  background-color: #f99c22;
}
.box_calendar ul li table th.fish, .box_calendar ul li table td.fish {
  background-color: #579bfc;
}
.box_calendar ul li table th.meet, .box_calendar ul li table td.meet {
  background-color: #381f12;
}

.box_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.btn_morelink {
  text-align: center;
  padding: 15px;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .btn_morelink {
    width: 100%;
    padding: 5px 15px;
  }
}
.btn_morelink a {
  display: inline-block;
  position: relative;
  border: #2A1710 solid 1px;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 1em;
  padding: 16px 30px;
  text-align: left;
  width: 100%;
}
.btn_morelink a::after {
  content: "▲";
  font-size: 9px;
  line-height: 0em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(90deg);
  right: 16px;
}
.btn_morelink a:hover {
  border: #DB8600 solid 1px;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  transition: all .6s;
  box-sizing: border-box;
  z-index: 100020;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-content {
  position: relative;
  max-width: 1200px;
  background: #fff;
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-content .modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #000;
  width: 40px;
  height: 40px;
}
@media all and (max-width: 896px) {
  .modal-content .modal-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.modal-content .modal-close .icon {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal-content .modal-close .icon::after {
  font-family: 'Material Icons';
  content: "\e5cd";
  position: absolute;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .modal-content .modal-close .icon::after {
    font-size: 1.5rem;
  }
}

.modal-close {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.modal-close .icon {
  width: 30px;
  height: 30px;
  position: relative;
}
.modal-close .icon::after {
  font-family: 'Material Icons';
  content: "\e5cd";
  position: absolute;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nonScroll {
  height: calc(100% + 1px);
  width: 1px;
  background-color: transparent;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.tab:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #2A1710;
  display: block;
  order: -1;
}

.tab_label {
  height: 60px;
  line-height: 60px;
  color: #000;
  background: #d9d9d9;
  white-space: nowrap;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_label p {
  font-size: 1.6rem;
  line-height: 1.2em;
}
@media all and (max-width: 896px) {
  .tab_label p {
    font-size: 1.4rem;
  }
}
.tab_label span {
  font-size: 0.8em;
}

.tab_label:not(:last-of-type) {
  margin-right: 5px;
}

.tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブタブ */
.tab_active:checked + .tab_label {
  color: #fff;
  background: #2A1710;
}

.tab_active:checked + .tab_label + .tab_content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
}

/* ラジオボタン非表示 */
.tab_active {
  display: none;
}

.commings {
  text-align: center;
  padding: 100px;
  font-size: 1.6rem;
  line-height: 1em;
}

@media all and (max-width: 896px) {
  .area_contents {
    position: static;
  }
}

@media all and (max-width: 1240px) {
  .wrap_table.shop {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.wrap_table.shop table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 40px 0 20px;
  background: rgba(255, 255, 255, 0.4);
}
@media all and (max-width: 896px) {
  .wrap_table.shop table {
    width: 650px;
    margin: 20px 0 10px;
  }
}
.wrap_table.shop table th,
.wrap_table.shop table td {
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.wrap_table.shop table th {
  text-align: center;
  padding: 10px 15px;
  font-weight: normal;
  vertical-align: middle;
  background: #f2e1b7;
}
@media all and (max-width: 896px) {
  .wrap_table.shop table th {
    text-align: left;
    padding: 10px;
  }
}
.wrap_table.shop table th:nth-child(3) {
  width: 12%;
}
.wrap_table.shop table td {
  text-align: left;
  padding: 10px 15px;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .wrap_table.shop table td {
    padding: 8px 10px;
  }
}
@media all and (max-width: 1025px) {
  .wrap_table.shop table td span.map {
    display: block;
  }
}
.wrap_table.shop table td span.map a {
  position: relative;
  text-decoration: underline;
  margin-left: 1.5rem;
}
@media all and (max-width: 1025px) {
  .wrap_table.shop table td span.map a {
    margin-left: 0;
  }
}
.wrap_table.shop table td span.map a::after {
  content: "";
  background: url(../../../common/images/icon_map.svg);
  background-size: cover;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: -18px;
}
.wrap_table.shop table td:first-child a {
  position: relative;
  text-decoration: underline;
}
.wrap_table.shop table td:first-child a::after {
  content: "";
  background: url(../../../common/images/icon_externallink.svg);
  background-size: cover;
  width: 15px;
  height: 14px;
  position: absolute;
  right: -20px;
  bottom: 5px;
}
.wrap_table.shop table td:nth-child(3) {
  width: 12%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .wrap_table.shop table td:nth-child(3) {
    text-align: left;
  }
}
.wrap_table.shop .scroll-hint-text {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 16px;
}
