@charset "utf-8";
/* CSS Document */
.master {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #4B5570;
  font-size: 18px !important;
  line-height: 1.3em;
}

/********************
ヘッダー部
********************/
#mealplan section.meal_head .plan_head {
  width: 100%;
  height: 70px;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
}

#mealplan section.meal_head .plan_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#mealplan section.meal_head .plan_date .date .month {
  font-size: 2.3vw;
  color: #515d62;
  font-family: monospace, serif;
}

.meal_date {
  font-size: 2.3vw;
  color: #515d62;
  font-family: monospace, serif;
}

#mealplan section.meal_head .plan_date .day_prev, #mealplan section.meal_head .plan_date .day_next {
  line-height: 0;
}

#mealplan section.meal_head .plan_date .day_prev img {
  width: 2.3vw;
  margin-right: 1.0em;
}

#mealplan section.meal_head .plan_date .day_next img {
  width: 2.3vw;
  margin-left: 1.0em;
}

#mealplan div.kaisyobi_msg {
  margin: 0 0 0 auto;
  width: 92.5%;
}

.meal_head .calender label {
  position: relative;
}

.meal_head .calender label::after {
  position: absolute;
  top: calc(50% - 1.0vw);
  right: calc(50% - 2.0vw);
  content: "";
  display: block;
  width: 2.0vw;
  height: 2.0vw;
  background-image: url(../img/ic/calender.svg);
  background-repeat: no-repeat;
}

.meal_head .calender label::before {
  position: absolute;
  top: calc(50% - 1.3vw);
  right: calc(50% - 2.35vw);
  content: "";
  display: block;
  width: 2.7vw;
  height: 2.7vw;
  background-image: -moz-linear-gradient(90deg, rgb(245, 243, 243) 0%, rgb(255, 255, 255) 74%, rgb(246, 245, 245) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(245, 243, 243) 0%, rgb(255, 255, 255) 74%, rgb(246, 245, 245) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(245, 243, 243) 0%, rgb(255, 255, 255) 74%, rgb(246, 245, 245) 100%);
  border-radius: 5px;
  border: solid 1px rgb(234, 234, 234);
}

.meal_head .calender label input[type="month"] {
  opacity: 0;
  width: 2.8vw;
  height: 2.8vw;
  z-index: 9999;
  position: relative;
  left: 1.0vw;
  margin: 0;
}

.meal_head .calender input[type="month"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0px;
  top: calc(50% - 1.75vw);
  padding: 0;
  width: 3.5vw;
  height: 3.5vw;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

#mealplan section.meal_head .left_btn_area {
  position: absolute;
  left: 0;
  display: flex;
}

#mealplan section.meal_head .left_btn_area li {
  float: left;
  font-size: 1.8vh;
  line-height: 1.6em;
}

#mealplan section.meal_head .left_btn_area li:first-child {
  background: #676d80;
  width: 4.6vh;
  height: 4.6vh;
  border-radius: 6px;
}

#mealplan section.meal_head .left_btn_area li:nth-child(n + 2) {
  border: 1px solid #cccccc;
  margin-top: 0.4em;
  margin-left: 5px;
  padding: 0 0.5em;
  border-radius: 10px;
}

#mealplan section.meal_head .left_btn_area li:nth-child(2) {
  margin-left: 10px;
}

#mealplan section.meal_head .left_btn_area li img {
  padding: 0.5em;
}

#mealplan section.meal_head .left_btn_area li.check {
  background: #30c40c;
  color: #ffffff;
}

@media screen and (max-width: 1100px) {
  #mealplan section.meal_head .left_btn_area li {
    font-size: 1.6vh;
  }

  #mealplan section.meal_head .left_btn_area li:nth-child(n + 2) {
    margin-top: 0.4em;
    margin-left: 3px;
  }

  #mealplan section.meal_head .left_btn_area li:first-child {
    background: #676d80;
    width: 4vh;
    height: 4vh;
    border-radius: 6px;
  }

  #mealplan section.meal_head .left_btn_area li:nth-child(2) {
    margin-left: 6px;
  }
}

#mealplan section.meal_head .right_btn_area {
  position: absolute;
  right: 0;
  display: flex;
}

#mealplan section.meal_head .right_btn_area li {
  float: left;
  font-size: 1.8vh;
  background: #686f82;
  color: #ffffff;
  width: 70px;
  height: 4.6vh;
  line-height: 4.6vh;
  text-align: center;
  border-radius: 6px;
  margin-left: 10px;
}

@media screen and (max-width: 1100px) {
  #mealplan section.meal_head .right_btn_area li {
    font-size: 1.6vh;
    height: 4vh;
    line-height: 4vh;
  }
}

#mealplan section.meal_head .right_btn_area li button {
  padding: 0.5em;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}

#mealplan section.meal_head .right_btn_area li button img{
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  border-radius: 6px;
}

/*ミールケアバナー*/
.meal_bnr {
  position: absolute;
  bottom: calc(8.9vh + 20px);
  height: 60px;
}

.meal_bnr a {
  display: block;
}

.meal_bnr img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .meal_bnr img {
    position: relative;
    bottom: calc(4.5vh);
  }
}

#mealplan table.meal_table {
  width: 100%;
  margin: 0 auto 30px auto;
}

#mealplan table.meal_table th {
  padding: 10px 0;
  background: #686f80;
  color: #fff;
  text-align: center;
  border-right: 1px solid #b4b4b4;
  vertical-align: top;
}

#mealplan table.meal_table th:last-child {
  border-right: none;
}

#mealplan table.meal_table td {
  width: calc(100% / 7);
  height: 12vh;
  text-align: center;
  background: #fff;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  vertical-align: top;
}

#mealplan table.meal_table td:last-child {
  border-right: none;
}

#mealplan table.meal_table td.close {
  background: #dcdcdc;
}

#mealplan table.meal_table td dt {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #b4b4b4;
  height: 1.6em;
  line-height: 1.6em;
}

#mealplan table.meal_table td dd ul {
  padding: 2px;
}

#mealplan table.meal_table td dd ul li {
  text-align: left;
  padding-left: 1em;
  position: relative;
  font-size: 14px;
}

@media screen and (max-width: 1100px) {
  #mealplan table.meal_table td dd ul li {
    font-size: 1.4vh;
  }
  #mealplan table.meal_table {
    width: 107%;
    margin: 0 auto 30px auto;
  }
}

#mealplan table.meal_table td dd ul li:before {
  position: absolute;
  content: "";
  left: 0;
}

#mealplan table.meal_table td.choice_menu {
  position: relative;
}

#mealplan table.meal_table td.choice_menu .menu_balloon {
  position: absolute;
  width: 300px;
  height: auto;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 3px #bdbdbd;
  box-sizing: border-box;
  z-index: 1;
  padding: 10px;
  margin-top: 16px;
  text-align: left;
}

#mealplan .balloon_reverse {
  bottom: 113%;
}

#mealplan .menu_balloon::after {
  content: url(../img/ic/nap_controller_balloon.svg);
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
}

#mealplan .balloon_reverse::after {
  top: 96% !important;
  transform: scale(1, -1) !important;
}

#mealplan  .balloon_sunday{
  transform: translate(-30%, 0)!important;
}
#mealplan  .balloon_sunday::after {
  right: 118px;
}

#mealplan .balloon_sunday_reverse{
  transform: translate(-30%, 0)!important;
}
#mealplan .balloon_sunday_reverse::after {
  right: 118px;
}

@media screen and (max-width: 1100px) {
  /*iPad日曜日吹き出し*/
  #mealplan  .balloon_sunday{
    transform: translate(-20%, 0)!important;
  }
  #mealplan  .balloon_sunday::after {
    right: 180px;
  }

  #mealplan .balloon_sunday_reverse{
    transform: translate(-20%, 0)!important;
  }
  #mealplan .balloon_sunday_reverse::after {
    right: 180px;
  }
  /*iPad土曜日吹き出し*/
  #mealplan  .balloon_saturday{
    transform: translate(-75%, 0)!important;
  }
  #mealplan  .balloon_saturday::after {
    left: 150px;
  }

  #mealplan .balloon_saturday_reverse{
    transform: translate(-75%, 0)!important;
  }
  #mealplan .balloon_saturday_reverse::after {
    left: 150px;
  }
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li {
  margin-bottom: 8px;
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li:last-child {
  margin-bottom: 0;
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li span {
  background: #eeeeee;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  box-sizing: border-box;
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li:nth-of-type(4n+1) span {
  background: rgba(159, 217, 246, 0.6);
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li:nth-of-type(4n+2) span {
  background: rgba(255, 192, 203, 0.6);
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li:nth-of-type(4n+3) span {
  background: rgba(255, 249, 177, 0.6);
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li:nth-of-type(4n) span {
  background: rgba(215, 231, 175, 0.6);
}

@media screen and (max-width: 1100px) {
  #mealplan table.meal_table td.choice_menu .menu_balloon ul li span {
    font-size: 1.4vh;
  }
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li {
  margin-bottom: 8px;
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li:last-child {
  margin-bottom: 0;
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li span {
  background: #eeeeee;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  box-sizing: border-box;
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li:nth-of-type(4n+1) span {
  background: rgba(159, 217, 246, 0.6);
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li:nth-of-type(4n+2) span {
  background: rgba(255, 192, 203, 0.6);
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li:nth-of-type(4n+3) span {
  background: rgba(255, 249, 177, 0.6);
}

#mealplan table.meal_table td.choice_menu .menu_balloon ul li:nth-of-type(4n) span {
  background: rgba(215, 231, 175, 0.6);
}

.menu_balloon_none {
  display: none;
}

@media screen and (max-width: 1100px) {
  #mealplan table.meal_table td.choice_menu .menu_balloon ul li span {
    font-size: 1.4vh;
  }
}

.menu_none {
  text-align: center;
}

/*木原コーディング分20211026*/
ul.meal_tabs_wrapper {
  display: flex;
  width: 100%;
  margin-top: 3.0vh;
}

ul.meal_tabs_wrapper li.meal_tab {
  position: relative;
  width: calc(100% / 4);
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 1.0vw;
  font-weight: 600;
  letter-spacing: 0.05em;
}

ul.meal_tabs_wrapper li.meal_tab.active_tab {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
}

ul.meal_tabs_wrapper li.meal_tab.active_tab::before {
  position: absolute;
  content: "";
  height: 10px;
  border: 10px solid transparent;
  border-top: 10px solid #30c40c;
  bottom: -30px;
  left: calc(50% - 10px);
}

ul.meal_tabs_wrapper li.meal_tab.active_tab::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #30c40c;
}

@media screen and (max-width: 1100px) {
   div.annotation{
    margin-bottom: 10%;
  }
}

.master main#meal_grid_container {
  z-index: 2;
  padding: 20px 10% 20px 20px;
  height: calc(100vh - 15vh);
  box-sizing: content-box;
  background: #F7F7F7;
  overflow-y: scroll;
  overflow-x: scroll;
}

.master aside#grid_sidenav_mealmenu {
  z-index: 3;
  position: relative;
  width: 260px;
  height: 96vh;
  box-shadow: 3px 0 5px 0 #dcdcdc;
  background: #FBFBFB;
  overflow-y: auto;
}

